ubuntu14.04.4系统 使用devstack部署mitaka版openstack

来源:互联网 发布:数据架构师 英文 编辑:程序博客网 时间:2024/05/17 03:06
root@lixx-ubuntu-14044:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master ovs-system state UP group default qlen 1000
    link/ether fa:16:3e:c2:fb:af brd ff:ff:ff:ff:ff:ff
    inet 172.30.250.59/24 brd 172.30.250.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::f816:3eff:fec2:fbaf/64 scope link
       valid_lft forever preferred_lft forever
root@lixx-ubuntu-14044:~# apt-get install git
root@lixx-ubuntu-14044:~# cd /opt
root@lixx-ubuntu-14044:~# git clone http://github.com/openstack-dev/devstack.git -b stable/mitaka
root@lixx-ubuntu-14044:~# cd devstack
root@lixx-ubuntu-14044:~# ./tools/create-stack-user.sh
root@lixx-ubuntu-14044:~# cd ..
root@lixx-ubuntu-14044:~# chown -R stack:stack stack/ devstack/
root@lixx-ubuntu-14044:~# su - stack
stack@lixx-ubuntu-14044:~$ cd /opt/devstack/
stack@lixx-ubuntu-14044:/opt/devstack$
stack@lixx-ubuntu-14044:/opt/devstack$ wget -O - https://raw.githubusercontent.com/shake/devstack/gh-pages/local.conf-sample-mitaka > ./local.conf
stack@lixx-ubuntu-14044:/opt/devstack$ vim local.conf
[[local|localrc]]

# use TryStack git mirror
GIT_BASE=http://git.trystack.cn
NOVNC_REPO=http://git.trystack.cn/kanaka/noVNC.git
SPICE_REPO=http://git.trystack.cn/git/spice/spice-html5.git

#OFFLINE=True
RECLONE=True

# Define images to be automatically downloaded during the DevStack built process.
DOWNLOAD_DEFAULT_IMAGES=False
IMAGE_URLS="http://images.trystack.cn/cirros/cirros-0.3.4-x86_64-disk.img"

HOST_IP=172.30.250.59


# Credentials
DATABASE_PASSWORD=pass
ADMIN_PASSWORD=pass
SERVICE_PASSWORD=pass
SERVICE_TOKEN=pass
RABBIT_PASSWORD=pass

HORIZON_BRANCH=stable/mitaka
KEYSTONE_BRANCH=stable/mitaka
NOVA_BRANCH=stable/mitaka
NEUTRON_BRANCH=stable/mitaka
GLANCE_BRANCH=stable/mitaka
CINDER_BRANCH=stable/mitaka


#keystone
KEYSTONE_TOKEN_FORMAT=UUID

##Heat
HEAT_BRANCH=stable/mitaka
enable_service h-eng h-api h-api-cfn h-api-cw


## Swift
SWIFT_BRANCH=stable/mitaka
ENABLED_SERVICES+=,s-proxy,s-object,s-container,s-account
SWIFT_REPLICAS=1
SWIFT_HASH=011688b44136573e209e


# Enabling Neutron (network) Service
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service q-metering
enable_service neutron

## Neutron options
Q_USE_SECGROUP=True
FLOATING_RANGE="172.30.250.0/24"
FIXED_RANGE="10.0.0.0/24"
Q_FLOATING_ALLOCATION_POOL=start=172.30.250.102,end=172.30.250.110
PUBLIC_NETWORK_GATEWAY="172.30.250.254"
Q_L3_ENABLED=True
PUBLIC_INTERFACE=eth0
Q_USE_PROVIDERNET_FOR_PUBLIC=True
OVS_PHYSICAL_BRIDGE=br-ex
PUBLIC_BRIDGE=br-ex
OVS_BRIDGE_MAPPINGS=public:br-ex

# #VLAN configuration.
Q_PLUGIN=ml2
ENABLE_TENANT_VLANS=True

# Logging
LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=True
SCREEN_LOGDIR=/opt/stack/logs

开始部署环境
stack@lixx-ubuntu-14044:/opt/devstack$ ./stack.sh
+ unset GREP_OPTIONS
+ umask 022
+ PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
+++ dirname ./stack.sh
++ cd .
++ pwd
+ TOP_DIR=/opt/devstack
+ NOUNSET=
+ [[ -n '' ]]
++ date +%s
+ DEVSTACK_START_TIME=1486702070
+ [[ -r /opt/devstack/.stackenv ]]
+ FILES=/opt/devstack/files
+ '[' '!' -d /opt/devstack/files ']'
+ '[' '!' -d /opt/devstack/inc ']'
+ '[' '!' -d /opt/devstack/lib ']'
+ [[ '' == \y ]]
+ [[ 1001 -eq 0 ]]
+ [[ -n '' ]]
+ [[ -e /opt/stack/.no-devstack ]]
+ LAST_SPINNER_PID=
+ source /opt/devstack/functions
++ [[ -z '' ]]
++ declare -r _DEVSTACK_FUNCTIONS=1
++++ dirname /opt/devstack/functions
+++ cd /opt/devstack
+++ pwd
++ FUNC_DIR=/opt/devstack
++ source /opt/devstack/functions-common
++++ set +o
++++ grep xtrace
+++ _XTRACE_FUNCTIONS_COMMON='set -o xtrace'
+++ set +o xtrace
++ source /opt/devstack/inc/ini-config
++++ set +o
++++ grep xtrace
+++ INC_CONF_TRACE='set -o xtrace'
+++ set +o xtrace
++ source /opt/devstack/inc/python
++++ set +o
++++ grep xtrace
+++ INC_PY_TRACE='set -o xtrace'
+++ set +o xtrace
++ source /opt/devstack/inc/rootwrap
++++ set +o
++++ grep xtrace
+++ INC_ROOT_TRACE='set -o xtrace'
+++ set +o xtrace
+++ set +o
+++ grep xtrace
++ _XTRACE_FUNCTIONS='set -o xtrace'
++ set +o xtrace
+ source /opt/devstack/inc/meta-config
+++ set +o
+++ grep xtrace
++ _XTRACE_INC_META='set -o xtrace'
++ set +o xtrace
+ source /opt/devstack/lib/stack
+ GetDistro
+ GetOSVersion
+ _ensure_lsb_release
++ command -v lsb_release
+ [[ -x /usr/bin/lsb_release ]]
+ return
++ lsb_release -r -s
+ os_RELEASE=14.04
++ lsb_release -c -s
+ os_CODENAME=trusty
++ lsb_release -i -s
+ os_VENDOR=Ubuntu
+ [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]]
+ os_PACKAGE=deb
+ typeset -xr os_VENDOR
+ typeset -xr os_RELEASE
+ typeset -xr os_PACKAGE
+ typeset -xr os_CODENAME
+ [[ Ubuntu =~ (Ubuntu) ]]
+ DISTRO=trusty
+ typeset -xr DISTRO
+ rm -f /opt/devstack/.localrc.auto
+ extract_localrc_section /opt/devstack/local.conf /opt/devstack/localrc /opt/devstack/.localrc.auto
+ local configfile=/opt/devstack/local.conf
+ local localrcfile=/opt/devstack/localrc
+ local localautofile=/opt/devstack/.localrc.auto
+ [[ -r /opt/devstack/local.conf ]]
++ get_meta_section_files /opt/devstack/local.conf local
++ local file=/opt/devstack/local.conf
++ local matchgroup=local
++ [[ -r /opt/devstack/local.conf ]]
++ awk -v matchgroup=local '
        /^\[\[.+\|.*\]\]/ {
            gsub("[][]", "", $1);
            split($1, a, "|");
            if (a[1] == matchgroup)
                print a[2]
        }
    ' /opt/devstack/local.conf
+ LRC=localrc
+ for lfile in '$LRC'
+ [[ localrc == \l\o\c\a\l\r\c ]]
+ [[ -r /opt/devstack/localrc ]]
+ echo '# Generated file, do not edit'
+ get_meta_section /opt/devstack/local.conf local localrc
+ local file=/opt/devstack/local.conf
+ local matchgroup=local
+ local configfile=localrc
+ [[ -r /opt/devstack/local.conf ]]
+ [[ -z localrc ]]
+ awk -v matchgroup=local -v configfile=localrc '
        BEGIN { group = "" }
        /^\[\[.+\|.*\]\]/ {
            if (group == "") {
                gsub("[][]", "", $1);
                split($1, a, "|");
                if (a[1] == matchgroup && a[2] == configfile) {
                    group=a[1]
                }
            } else {
                group=""
            }
            next
        }
        {
            if (group != "")
                print $0
        }
    ' /opt/devstack/local.conf
+ [[ ! -r /opt/devstack/stackrc ]]
+ source /opt/devstack/stackrc
++ [[ -z '' ]]
++ declare -r _DEVSTACK_STACKRC=1
++ unset LANG
++ unset LANGUAGE
++ LC_ALL=C
++ export LC_ALL
++++ dirname /opt/devstack/stackrc
+++ cd /opt/devstack
+++ pwd
++ RC_DIR=/opt/devstack
++ source /opt/devstack/functions
+++ [[ -z 1 ]]
+++ return 0
++ DEST=/opt/stack
++ DATA_DIR=/opt/stack/data
++ SERVICE_DIR=/opt/stack/status
++ SUBUNIT_OUTPUT=/opt/stack/devstack.subunit
++ [[ 1001 -eq 0 ]]
+++ whoami
++ STACK_USER=stack
++ REGION_NAME=RegionOne
++ isset ENABLED_SERVICES
++ [[ -v ENABLED_SERVICES ]]
++ ENABLED_SERVICES=key
++ ENABLED_SERVICES+=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-cauth
++ ENABLED_SERVICES+=,g-api,g-reg
++ ENABLED_SERVICES+=,c-sch,c-api,c-vol
++ ENABLED_SERVICES+=,horizon
++ ENABLED_SERVICES+=,rabbit,tempest,mysql,dstat
++ ENABLE_HTTPD_MOD_WSGI_SERVICES=True
++ NOVA_ENABLED_APIS=osapi_compute,metadata
++ HORIZON_APACHE_ROOT=/dashboard
+++ trueorfalse True USE_SCREEN
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
++ USE_SCREEN=True
+++ trueorfalse True SCREEN_IS_LOGGING
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
++ SCREEN_IS_LOGGING=True
++ [[ -r /opt/devstack/.localrc.password ]]
++ export USE_PYTHON3=False
++ USE_PYTHON3=False
++ export PYTHON3_VERSION=3.4
++ PYTHON3_VERSION=3.4
++ export PYTHON2_VERSION=2.7
++ PYTHON2_VERSION=2.7
++ [[ -f /opt/devstack/localrc ]]
++ [[ -f /opt/devstack/.localrc.auto ]]
++ source /opt/devstack/.localrc.auto
+++ GIT_BASE=http://git.trystack.cn
+++ NOVNC_REPO=http://git.trystack.cn/kanaka/noVNC.git
+++ SPICE_REPO=http://git.trystack.cn/git/spice/spice-html5.git
+++ RECLONE=True
+++ DOWNLOAD_DEFAULT_IMAGES=False
+++ IMAGE_URLS=http://images.trystack.cn/cirros/cirros-0.3.4-x86_64-disk.img
+++ HOST_IP=172.30.250.59
+++ DATABASE_PASSWORD=pass
+++ ADMIN_PASSWORD=pass
+++ SERVICE_PASSWORD=pass
+++ SERVICE_TOKEN=pass
+++ RABBIT_PASSWORD=pass
+++ HORIZON_BRANCH=stable/mitaka
+++ KEYSTONE_BRANCH=stable/mitaka
+++ NOVA_BRANCH=stable/mitaka
+++ NEUTRON_BRANCH=stable/mitaka
+++ GLANCE_BRANCH=stable/mitaka
+++ CINDER_BRANCH=stable/mitaka
+++ KEYSTONE_TOKEN_FORMAT=UUID
+++ HEAT_BRANCH=stable/mitaka
+++ enable_service h-eng h-api h-api-cfn h-api-cw
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
+++ SWIFT_BRANCH=stable/mitaka
+++ ENABLED_SERVICES+=,s-proxy,s-object,s-container,s-account
+++ SWIFT_REPLICAS=1
+++ SWIFT_HASH=011688b44136573e209e
+++ disable_service n-net
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
+++ enable_service q-svc
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
+++ enable_service q-agt
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
+++ enable_service q-dhcp
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
+++ enable_service q-l3
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
+++ enable_service q-meta
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
+++ enable_service q-metering
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
+++ enable_service neutron
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
+++ Q_USE_SECGROUP=True
+++ FLOATING_RANGE=172.30.250.0/24
+++ FIXED_RANGE=10.0.0.0/24
+++ Q_FLOATING_ALLOCATION_POOL=start=172.30.250.102,end=172.30.250.110
+++ PUBLIC_NETWORK_GATEWAY=172.30.250.254
+++ Q_L3_ENABLED=True
+++ PUBLIC_INTERFACE=eth0
+++ Q_USE_PROVIDERNET_FOR_PUBLIC=True
+++ OVS_PHYSICAL_BRIDGE=br-ex
+++ PUBLIC_BRIDGE=br-ex
+++ OVS_BRIDGE_MAPPINGS=public:br-ex
+++ Q_PLUGIN=ml2
+++ ENABLE_TENANT_VLANS=True
+++ LOGFILE=/opt/stack/logs/stack.sh.log
+++ VERBOSE=True
+++ LOG_COLOR=True
+++ SCREEN_LOGDIR=/opt/stack/logs
+++ trueorfalse True LOG_COLOR
+++ local xtrace
++++ set +o
++++ grep xtrace
+++ xtrace='set -o xtrace'
+++ set +o xtrace
++ LOG_COLOR=True
++ [[ True == \T\r\u\e ]]
++ export 'PS4=+\[$(tput setaf 242)\]$(short_source)\[$(tput sgr0)\] '
++ PS4='+\[$(tput setaf 242)\]$(short_source)\[$(tput sgr0)\] '
++stackrc:source:143                        IDENTITY_API_VERSION=2.0
+++stackrc:source:153                        trueorfalse True ENABLE_IDENTITY_V2
+++functions-common:trueorfalse:141          local xtrace
++++functions-common:trueorfalse:142          set +o
++++functions-common:trueorfalse:142          grep xtrace
+++functions-common:trueorfalse:142          xtrace='set -o xtrace'
+++functions-common:trueorfalse:143          set +o xtrace
++stackrc:source:153                        ENABLE_IDENTITY_V2=True
++stackrc:source:154                        '[' True == False ']'
+++stackrc:source:162                        trueorfalse False USE_VENV
+++functions-common:trueorfalse:141          local xtrace
++++functions-common:trueorfalse:142          set +o
++++functions-common:trueorfalse:142          grep xtrace
+++functions-common:trueorfalse:142          xtrace='set -o xtrace'
+++functions-common:trueorfalse:143          set +o xtrace
++stackrc:source:162                        USE_VENV=False
++stackrc:source:166                        ADDITIONAL_VENV_PACKAGES=
+++stackrc:source:170                        trueorfalse False DATABASE_QUERY_LOGGING
+++functions-common:trueorfalse:141          local xtrace
++++functions-common:trueorfalse:142          grep xtrace
++++functions-common:trueorfalse:142          set +o
+++functions-common:trueorfalse:142          xtrace='set -o xtrace'
+++functions-common:trueorfalse:143          set +o xtrace
++stackrc:source:170                        DATABASE_QUERY_LOGGING=False
++stackrc:source:181                        GIT_TIMEOUT=0
++stackrc:source:188                        GIT_BASE=http://git.trystack.cn
++stackrc:source:191                        REQUIREMENTS_DIR=/opt/stack/requirements
++stackrc:source:214                        CINDER_REPO=http://git.trystack.cn/openstack/cinder.git
++stackrc:source:215                        CINDER_BRANCH=stable/mitaka
++stackrc:source:218                        GLANCE_REPO=http://git.trystack.cn/openstack/glance.git
++stackrc:source:219                        GLANCE_BRANCH=stable/mitaka
++stackrc:source:222                        HEAT_REPO=http://git.trystack.cn/openstack/heat.git
++stackrc:source:223                        HEAT_BRANCH=stable/mitaka
++stackrc:source:226                        HORIZON_REPO=http://git.trystack.cn/openstack/horizon.git
++stackrc:source:227                        HORIZON_BRANCH=stable/mitaka
++stackrc:source:230                        KEYSTONE_REPO=http://git.trystack.cn/openstack/keystone.git
++stackrc:source:231                        KEYSTONE_BRANCH=stable/mitaka
++stackrc:source:234                        NEUTRON_REPO=http://git.trystack.cn/openstack/neutron.git
++stackrc:source:235                        NEUTRON_BRANCH=stable/mitaka
++stackrc:source:238                        NEUTRON_FWAAS_REPO=http://git.trystack.cn/openstack/neutron-fwaas.git
++stackrc:source:239                        NEUTRON_FWAAS_BRANCH=stable/mitaka
++stackrc:source:242                        NEUTRON_LBAAS_REPO=http://git.trystack.cn/openstack/neutron-lbaas.git
++stackrc:source:243                        NEUTRON_LBAAS_BRANCH=stable/mitaka
++stackrc:source:246                        NOVA_REPO=http://git.trystack.cn/openstack/nova.git
++stackrc:source:247                        NOVA_BRANCH=stable/mitaka
++stackrc:source:250                        SWIFT_REPO=http://git.trystack.cn/openstack/swift.git
++stackrc:source:251                        SWIFT_BRANCH=stable/mitaka
++stackrc:source:260                        REQUIREMENTS_REPO=http://git.trystack.cn/openstack/requirements.git
++stackrc:source:261                        REQUIREMENTS_BRANCH=stable/mitaka
++stackrc:source:264                        TEMPEST_REPO=http://git.trystack.cn/openstack/tempest.git
++stackrc:source:265                        TEMPEST_BRANCH=master
++stackrc:source:268                        GITREPO["tempest-lib"]=http://git.trystack.cn/openstack/tempest-lib.git
++stackrc:source:269                        GITBRANCH["tempest-lib"]=master
++stackrc:source:280                        GITREPO["python-cinderclient"]=http://git.trystack.cn/openstack/python-cinderclient.git
++stackrc:source:281                        GITBRANCH["python-cinderclient"]=master
++stackrc:source:284                        GITREPO["python-glanceclient"]=http://git.trystack.cn/openstack/python-glanceclient.git
++stackrc:source:285                        GITBRANCH["python-glanceclient"]=master
++stackrc:source:288                        GITREPO["python-heatclient"]=http://git.trystack.cn/openstack/python-heatclient.git
++stackrc:source:289                        GITBRANCH["python-heatclient"]=master
++stackrc:source:292                        GITREPO["python-ironicclient"]=http://git.trystack.cn/openstack/python-ironicclient.git
++stackrc:source:293                        GITBRANCH["python-ironicclient"]=master
++stackrc:source:295                        GITDIR["python-ironicclient"]=/opt/stack/python-ironicclient
++stackrc:source:298                        GITREPO["keystoneauth"]=http://git.trystack.cn/openstack/keystoneauth.git
++stackrc:source:299                        GITBRANCH["keystoneauth"]=master
++stackrc:source:302                        GITREPO["python-keystoneclient"]=http://git.trystack.cn/openstack/python-keystoneclient.git
++stackrc:source:303                        GITBRANCH["python-keystoneclient"]=master
++stackrc:source:306                        GITREPO["python-neutronclient"]=http://git.trystack.cn/openstack/python-neutronclient.git
++stackrc:source:307                        GITBRANCH["python-neutronclient"]=master
++stackrc:source:310                        GITREPO["python-novaclient"]=http://git.trystack.cn/openstack/python-novaclient.git
++stackrc:source:311                        GITBRANCH["python-novaclient"]=master
++stackrc:source:314                        GITREPO["python-swiftclient"]=http://git.trystack.cn/openstack/python-swiftclient.git
++stackrc:source:315                        GITBRANCH["python-swiftclient"]=master
++stackrc:source:318                        GITREPO["python-openstackclient"]=http://git.trystack.cn/openstack/python-openstackclient.git
++stackrc:source:319                        GITBRANCH["python-openstackclient"]=master
++stackrc:source:321                        GITDIR["python-openstackclient"]=/opt/stack/python-openstackclient
++stackrc:source:332                        GITREPO["cliff"]=http://git.trystack.cn/openstack/cliff.git
++stackrc:source:333                        GITBRANCH["cliff"]=master
++stackrc:source:336                        GITREPO["futurist"]=http://git.trystack.cn/openstack/futurist.git
++stackrc:source:337                        GITBRANCH["futurist"]=master
++stackrc:source:340                        GITREPO["debtcollector"]=http://git.trystack.cn/openstack/debtcollector.git
++stackrc:source:341                        GITBRANCH["debtcollector"]=master
++stackrc:source:344                        GITREPO["automaton"]=http://git.trystack.cn/openstack/automaton.git
++stackrc:source:345                        GITBRANCH["automaton"]=master
++stackrc:source:348                        GITREPO["oslo.cache"]=http://git.trystack.cn/openstack/oslo.cache.git
++stackrc:source:349                        GITBRANCH["oslo.cache"]=master
++stackrc:source:352                        GITREPO["oslo.concurrency"]=http://git.trystack.cn/openstack/oslo.concurrency.git
++stackrc:source:353                        GITBRANCH["oslo.concurrency"]=master
++stackrc:source:356                        GITREPO["oslo.config"]=http://git.trystack.cn/openstack/oslo.config.git
++stackrc:source:357                        GITBRANCH["oslo.config"]=master
++stackrc:source:360                        GITREPO["oslo.context"]=http://git.trystack.cn/openstack/oslo.context.git
++stackrc:source:361                        GITBRANCH["oslo.context"]=master
++stackrc:source:364                        GITREPO["oslo.db"]=http://git.trystack.cn/openstack/oslo.db.git
++stackrc:source:365                        GITBRANCH["oslo.db"]=master
++stackrc:source:368                        GITREPO["oslo.i18n"]=http://git.trystack.cn/openstack/oslo.i18n.git
++stackrc:source:369                        GITBRANCH["oslo.i18n"]=master
++stackrc:source:372                        GITREPO["oslo.log"]=http://git.trystack.cn/openstack/oslo.log.git
++stackrc:source:373                        GITBRANCH["oslo.log"]=master
++stackrc:source:376                        GITREPO["oslo.messaging"]=http://git.trystack.cn/openstack/oslo.messaging.git
++stackrc:source:377                        GITBRANCH["oslo.messaging"]=master
++stackrc:source:380                        GITREPO["oslo.middleware"]=http://git.trystack.cn/openstack/oslo.middleware.git
++stackrc:source:381                        GITBRANCH["oslo.middleware"]=master
++stackrc:source:384                        GITREPO["oslo.policy"]=http://git.trystack.cn/openstack/oslo.policy.git
++stackrc:source:385                        GITBRANCH["oslo.policy"]=master
++stackrc:source:388                        GITREPO["oslo.privsep"]=http://git.trystack.cn/openstack/oslo.privsep.git
++stackrc:source:389                        GITBRANCH["oslo.privsep"]=master
++stackrc:source:392                        GITREPO["oslo.reports"]=http://git.trystack.cn/openstack/oslo.reports.git
++stackrc:source:393                        GITBRANCH["oslo.reports"]=master
++stackrc:source:396                        GITREPO["oslo.rootwrap"]=http://git.trystack.cn/openstack/oslo.rootwrap.git
++stackrc:source:397                        GITBRANCH["oslo.rootwrap"]=master
++stackrc:source:400                        GITREPO["oslo.serialization"]=http://git.trystack.cn/openstack/oslo.serialization.git
++stackrc:source:401                        GITBRANCH["oslo.serialization"]=master
++stackrc:source:404                        GITREPO["oslo.service"]=http://git.trystack.cn/openstack/oslo.service.git
++stackrc:source:405                        GITBRANCH["oslo.service"]=master
++stackrc:source:408                        GITREPO["oslo.utils"]=http://git.trystack.cn/openstack/oslo.utils.git
++stackrc:source:409                        GITBRANCH["oslo.utils"]=master
++stackrc:source:412                        GITREPO["oslo.versionedobjects"]=http://git.trystack.cn/openstack/oslo.versionedobjects.git
++stackrc:source:413                        GITBRANCH["oslo.versionedobjects"]=master
++stackrc:source:416                        GITREPO["oslo.vmware"]=http://git.trystack.cn/openstack/oslo.vmware.git
++stackrc:source:417                        GITBRANCH["oslo.vmware"]=master
++stackrc:source:420                        GITREPO["osprofiler"]=http://git.trystack.cn/openstack/osprofiler.git
++stackrc:source:421                        GITBRANCH["osprofiler"]=master
++stackrc:source:424                        GITREPO["pycadf"]=http://git.trystack.cn/openstack/pycadf.git
++stackrc:source:425                        GITBRANCH["pycadf"]=master
++stackrc:source:428                        GITREPO["stevedore"]=http://git.trystack.cn/openstack/stevedore.git
++stackrc:source:429                        GITBRANCH["stevedore"]=master
++stackrc:source:432                        GITREPO["taskflow"]=http://git.trystack.cn/openstack/taskflow.git
++stackrc:source:433                        GITBRANCH["taskflow"]=master
++stackrc:source:436                        GITREPO["tooz"]=http://git.trystack.cn/openstack/tooz.git
++stackrc:source:437                        GITBRANCH["tooz"]=master
++stackrc:source:440                        GITREPO["pbr"]=http://git.trystack.cn/openstack-dev/pbr.git
++stackrc:source:441                        GITBRANCH["pbr"]=master
++stackrc:source:451                        GITREPO["glance_store"]=http://git.trystack.cn/openstack/glance_store.git
++stackrc:source:452                        GITBRANCH["glance_store"]=master
++stackrc:source:455                        HEAT_CFNTOOLS_REPO=http://git.trystack.cn/openstack/heat-cfntools.git
++stackrc:source:456                        HEAT_CFNTOOLS_BRANCH=master
++stackrc:source:459                        HEAT_TEMPLATES_REPO=http://git.trystack.cn/openstack/heat-templates.git
++stackrc:source:460                        HEAT_TEMPLATES_BRANCH=master
++stackrc:source:463                        GITREPO["django_openstack_auth"]=http://git.trystack.cn/openstack/django_openstack_auth.git
++stackrc:source:464                        GITBRANCH["django_openstack_auth"]=master
++stackrc:source:467                        GITREPO["keystonemiddleware"]=http://git.trystack.cn/openstack/keystonemiddleware.git
++stackrc:source:468                        GITBRANCH["keystonemiddleware"]=master
++stackrc:source:471                        SWIFT3_REPO=http://git.trystack.cn/openstack/swift3.git
++stackrc:source:472                        SWIFT3_BRANCH=master
++stackrc:source:475                        GITREPO["ceilometermiddleware"]=http://git.trystack.cn/openstack/ceilometermiddleware.git
++stackrc:source:476                        GITBRANCH["ceilometermiddleware"]=master
++stackrc:source:477                        GITDIR["ceilometermiddleware"]=/opt/stack/ceilometermiddleware
++stackrc:source:480                        GITREPO["os-brick"]=http://git.trystack.cn/openstack/os-brick.git
++stackrc:source:481                        GITBRANCH["os-brick"]=master
++stackrc:source:484                        GITREPO["ironic-lib"]=http://git.trystack.cn/openstack/ironic-lib.git
++stackrc:source:485                        GITBRANCH["ironic-lib"]=master
++stackrc:source:487                        GITDIR["ironic-lib"]=/opt/stack/ironic-lib
++stackrc:source:490                        GITREPO["diskimage-builder"]=http://git.trystack.cn/openstack/diskimage-builder.git
++stackrc:source:491                        GITBRANCH["diskimage-builder"]=master
++stackrc:source:492                        GITDIR["diskimage-builder"]=/opt/stack/diskimage-builder
++stackrc:source:495                        GITREPO["neutron-lib"]=http://git.trystack.cn/openstack/neutron-lib.git
++stackrc:source:496                        GITBRANCH["neutron-lib"]=master
++stackrc:source:497                        GITDIR["neutron-lib"]=/opt/stack/neutron-lib
++stackrc:source:506                        DIB_UTILS_REPO=http://git.trystack.cn/openstack/dib-utils.git
++stackrc:source:507                        DIB_UTILS_BRANCH=master
++stackrc:source:510                        OAC_REPO=http://git.trystack.cn/openstack/os-apply-config.git
++stackrc:source:511                        OAC_BRANCH=master
++stackrc:source:514                        OCC_REPO=http://git.trystack.cn/openstack/os-collect-config.git
++stackrc:source:515                        OCC_BRANCH=master
++stackrc:source:518                        ORC_REPO=http://git.trystack.cn/openstack/os-refresh-config.git
++stackrc:source:519                        ORC_BRANCH=master
++stackrc:source:531                        IRONIC_PYTHON_AGENT_REPO=http://git.trystack.cn/openstack/ironic-python-agent.git
++stackrc:source:532                        IRONIC_PYTHON_AGENT_BRANCH=master
++stackrc:source:535                        NOVNC_REPO=http://git.trystack.cn/kanaka/noVNC.git
++stackrc:source:536                        NOVNC_BRANCH=master
++stackrc:source:539                        SPICE_REPO=http://git.trystack.cn/git/spice/spice-html5.git
++stackrc:source:540                        SPICE_BRANCH=master
++stackrc:source:547                        DEFAULT_VIRT_DRIVER=libvirt
++stackrc:source:548                        is_package_installed xenserver-core
++functions-common:is_package_installed:1285  [[ -z xenserver-core ]]
++functions-common:is_package_installed:1289  [[ -z deb ]]
++functions-common:is_package_installed:1293  [[ deb = \d\e\b ]]
++functions-common:is_package_installed:1294  dpkg -s xenserver-core
++stackrc:source:549                        VIRT_DRIVER=libvirt
++stackrc:source:550                        case "$VIRT_DRIVER" in
++stackrc:source:552                        LIBVIRT_TYPE=kvm
++stackrc:source:553                        [[ Ubuntu =~ (Debian) ]]
++stackrc:source:556                        LIBVIRT_GROUP=libvirtd
++stackrc:source:597                        CIRROS_VERSION=0.3.4
++stackrc:source:598                        CIRROS_ARCH=x86_64
+++stackrc:source:603                        trueorfalse True DOWNLOAD_DEFAULT_IMAGES
+++functions-common:trueorfalse:141          local xtrace
++++functions-common:trueorfalse:142          set +o
++++functions-common:trueorfalse:142          grep xtrace
+++functions-common:trueorfalse:142          xtrace='set -o xtrace'
+++functions-common:trueorfalse:143          set +o xtrace
++stackrc:source:603                        DOWNLOAD_DEFAULT_IMAGES=False
++stackrc:source:604                        [[ False == \T\r\u\e ]]
+++stackrc:source:652                        trueorfalse False PRECACHE_IMAGES
+++functions-common:trueorfalse:141          local xtrace
++++functions-common:trueorfalse:142          set +o
++++functions-common:trueorfalse:142          grep xtrace
+++functions-common:trueorfalse:142          xtrace='set -o xtrace'
+++functions-common:trueorfalse:143          set +o xtrace
++stackrc:source:652                        PRECACHE_IMAGES=False
++stackrc:source:653                        [[ False == \T\r\u\e ]]
++stackrc:source:663                        for image_url in '${IMAGE_URLS//,/ }'
+++stackrc:source:664                        echo http://images.trystack.cn/cirros/cirros-0.3.4-x86_64-disk.img
+++stackrc:source:664                        wc -l
+++stackrc:source:664                        grep -o -F http://images.trystack.cn/cirros/cirros-0.3.4-x86_64-disk.img
++stackrc:source:664                        '[' 1 -gt 1 ']'
++stackrc:source:670                        VOLUME_BACKING_FILE_SIZE=10250M
++stackrc:source:673                        VOLUME_NAME_PREFIX=volume-
++stackrc:source:674                        INSTANCE_NAME_PREFIX=instance-
++stackrc:source:677                        S3_SERVICE_PORT=3333
++stackrc:source:680                        PRIVATE_NETWORK_NAME=private
++stackrc:source:681                        PUBLIC_NETWORK_NAME=public
++stackrc:source:684                        SCREEN_NAME=stack
++stackrc:source:687                        SERVICE_PROTOCOL=http
++stackrc:source:693                        [[ libvirt = \f\a\k\e ]]
+++stackrc:source:697                        nproc
+++stackrc:source:697                        nproc
++stackrc:source:697                        API_WORKERS=2
++stackrc:source:701                        SERVICE_TIMEOUT=60
++stackrc:source:704                        SERVICE_GRACEFUL_SHUTDOWN_TIMEOUT=5
++stackrc:source:710                        YUM=yum
+++stackrc:source:718                        trueorfalse False OFFLINE
+++functions-common:trueorfalse:141          local xtrace
++++functions-common:trueorfalse:142          set +o
++++functions-common:trueorfalse:142          grep xtrace
+++functions-common:trueorfalse:142          xtrace='set -o xtrace'
+++functions-common:trueorfalse:143          set +o xtrace
++stackrc:source:718                        OFFLINE=False
+++stackrc:source:723                        trueorfalse False ERROR_ON_CLONE
+++functions-common:trueorfalse:141          local xtrace
++++functions-common:trueorfalse:142          set +o
++++functions-common:trueorfalse:142          grep xtrace
+++functions-common:trueorfalse:142          xtrace='set -o xtrace'
+++functions-common:trueorfalse:143          set +o xtrace
++stackrc:source:723                        ERROR_ON_CLONE=False
+++stackrc:source:726                        trueorfalse True ENABLE_DEBUG_LOG_LEVEL
+++functions-common:trueorfalse:141          local xtrace
++++functions-common:trueorfalse:142          set +o
++++functions-common:trueorfalse:142          grep xtrace
+++functions-common:trueorfalse:142          xtrace='set -o xtrace'
+++functions-common:trueorfalse:143          set +o xtrace
++stackrc:source:726                        ENABLE_DEBUG_LOG_LEVEL=True
++stackrc:source:732                        FLOATING_RANGE=172.30.250.0/24
++stackrc:source:733                        FIXED_RANGE=10.0.0.0/24
++stackrc:source:734                        FIXED_NETWORK_SIZE=256
++stackrc:source:735                        HOST_IP_IFACE=
++stackrc:source:736                        HOST_IP=172.30.250.59
++stackrc:source:737                        HOST_IPV6=
+++stackrc:source:739                        get_default_host_ip 10.0.0.0/24 172.30.250.0/24 '' 172.30.250.59 inet
+++functions-common:get_default_host_ip:654  local fixed_range=10.0.0.0/24
+++functions-common:get_default_host_ip:655  local floating_range=172.30.250.0/24
+++functions-common:get_default_host_ip:656  local host_ip_iface=
+++functions-common:get_default_host_ip:657  local host_ip=172.30.250.59
+++functions-common:get_default_host_ip:658  local af=inet
+++functions-common:get_default_host_ip:661  '[' -z 172.30.250.59 -o 172.30.250.59 == dhcp ']'
+++functions-common:get_default_host_ip:685  echo 172.30.250.59
++stackrc:source:739                        HOST_IP=172.30.250.59
++stackrc:source:740                        '[' 172.30.250.59 == '' ']'
+++stackrc:source:744                        get_default_host_ip '' '' '' '' inet6
+++functions-common:get_default_host_ip:654  local fixed_range=
+++functions-common:get_default_host_ip:655  local floating_range=
+++functions-common:get_default_host_ip:656  local host_ip_iface=
+++functions-common:get_default_host_ip:657  local host_ip=
+++functions-common:get_default_host_ip:658  local af=inet6
+++functions-common:get_default_host_ip:661  '[' -z '' -o '' == dhcp ']'
+++functions-common:get_default_host_ip:662  host_ip=
++++functions-common:get_default_host_ip:664  ip -f inet6 route
++++functions-common:get_default_host_ip:664  awk '/default/ {print $5}'
++++functions-common:get_default_host_ip:664  head -1
+++functions-common:get_default_host_ip:664  host_ip_iface=
+++functions-common:get_default_host_ip:665  local host_ips
++++functions-common:get_default_host_ip:666  LC_ALL=C
++++functions-common:get_default_host_ip:666  awk '/inet6/ {split($2,parts,"/");  print parts[1]}'
++++functions-common:get_default_host_ip:666  sed /temporary/d
++++functions-common:get_default_host_ip:666  ip -f inet6 addr show
+++functions-common:get_default_host_ip:666  host_ips='::1
fe80::f816:3eff:fec2:fbaf'
+++functions-common:get_default_host_ip:667  local ip
+++functions-common:get_default_host_ip:668  for ip in '$host_ips'
+++functions-common:get_default_host_ip:675  [[ inet6 == \i\n\e\t\6 ]]
+++functions-common:get_default_host_ip:676  host_ip=::1
+++functions-common:get_default_host_ip:677  break
+++functions-common:get_default_host_ip:685  echo ::1
++stackrc:source:744                        HOST_IPV6=::1
++stackrc:source:749                        SERVICE_IP_VERSION=4
++stackrc:source:755                        [[ 4 != \4 ]]
++stackrc:source:759                        [[ 4 == 4 ]]
++stackrc:source:760                        DEF_SERVICE_HOST=172.30.250.59
++stackrc:source:761                        DEF_SERVICE_LOCAL_HOST=127.0.0.1
++stackrc:source:762                        DEF_SERVICE_LISTEN_ADDRESS=0.0.0.0
++stackrc:source:765                        [[ 4 == 6 ]]
++stackrc:source:776                        SERVICE_LISTEN_ADDRESS=0.0.0.0
++stackrc:source:780                        SERVICE_HOST=172.30.250.59
++stackrc:source:782                        SERVICE_LOCAL_HOST=127.0.0.1
++stackrc:source:784                        REGION_NAME=RegionOne
+++stackrc:source:787                        trueorfalse False SYSLOG
+++functions-common:trueorfalse:141          local xtrace
++++functions-common:trueorfalse:142          set +o
++++functions-common:trueorfalse:142          grep xtrace
+++functions-common:trueorfalse:142          xtrace='set -o xtrace'
+++functions-common:trueorfalse:143          set +o xtrace
++stackrc:source:787                        SYSLOG=False
++stackrc:source:788                        SYSLOG_HOST=172.30.250.59
++stackrc:source:789                        SYSLOG_PORT=516
++stackrc:source:793                        GIT_DEPTH=0
+++stackrc:source:796                        trueorfalse False USE_SSL
+++functions-common:trueorfalse:141          local xtrace
++++functions-common:trueorfalse:142          set +o
++++functions-common:trueorfalse:142          grep xtrace
+++functions-common:trueorfalse:142          xtrace='set -o xtrace'
+++functions-common:trueorfalse:143          set +o xtrace
++stackrc:source:796                        USE_SSL=False
+++stackrc:source:807                        trueorfalse False EBTABLES_RACE_FIX
+++functions-common:trueorfalse:141          local xtrace
++++functions-common:trueorfalse:142          grep xtrace
++++functions-common:trueorfalse:142          set +o
+++functions-common:trueorfalse:142          xtrace='set -o xtrace'
+++functions-common:trueorfalse:143          set +o xtrace
++stackrc:source:807                        EBTABLES_RACE_FIX=False
++stackrc:source:831                        [[ -z '' ]]
++stackrc:source:832                        default_logdir=/opt/stack/logs
++stackrc:source:833                        [[ -z /opt/stack/logs/stack.sh.log ]]
++stackrc:source:838                        LOGDIR=/opt/stack/logs
++stackrc:source:839                        logfile=stack.sh.log
++stackrc:source:840                        [[ -z /opt/stack/logs ]]
++stackrc:source:840                        [[ /opt/stack/logs == \s\t\a\c\k\.\s\h\.\l\o\g ]]
++stackrc:source:846                        [[ /opt/stack/logs == \/\o\p\t\/\s\t\a\c\k\/\l\o\g\s ]]
++stackrc:source:848                        unset SCREEN_LOGDIR
++stackrc:source:851                        unset default_logdir logfile
+./stack.sh:main:188                       [[ ! trusty =~ (trusty|vivid|wily|7.0|wheezy|sid|testing|jessie|f22|f23|rhel7|kvmibm1) ]]
+./stack.sh:main:197                       type -p screen
+./stack.sh:main:197                       screen -ls
+./stack.sh:main:197                       egrep -q '[0-9]\.stack'
+./stack.sh:main:209                       export_proxy_variables
+functions-common:export_proxy_variables:2204  isset http_proxy
+functions-common:isset:162                [[ -v http_proxy ]]
+functions-common:export_proxy_variables:2207  isset https_proxy
+functions-common:isset:162                [[ -v https_proxy ]]
+functions-common:export_proxy_variables:2210  isset no_proxy
+functions-common:isset:162                [[ -v no_proxy ]]
+./stack.sh:main:214                       disable_negated_services
+functions-common:disable_negated_services:1917  local xtrace
++functions-common:disable_negated_services:1918  grep xtrace
++functions-common:disable_negated_services:1918  set +o
+functions-common:disable_negated_services:1918  xtrace='set -o xtrace'
+functions-common:disable_negated_services:1919  set +o xtrace
+./stack.sh:main:221                       is_package_installed sudo
+functions-common:is_package_installed:1285  [[ -z sudo ]]
+functions-common:is_package_installed:1289  [[ -z deb ]]
+functions-common:is_package_installed:1293  [[ deb = \d\e\b ]]
+functions-common:is_package_installed:1294  dpkg -s sudo
+./stack.sh:main:224                       sudo grep -q '^#includedir.*/etc/sudoers.d' /etc/sudoers
+./stack.sh:main:228                       [[ -n '' ]]
++./stack.sh:main:237                       mktemp
+./stack.sh:main:237                       TEMPFILE=/tmp/tmp.HhCjhqCk6K
+./stack.sh:main:238                       echo 'stack ALL=(root) NOPASSWD:ALL'
+./stack.sh:main:241                       echo 'Defaults:stack secure_path=/sbin:/usr/sbin:/usr/bin:/bin:/usr/local/sbin:/usr/local/bin'
+./stack.sh:main:242                       echo 'Defaults:stack !requiretty'
+./stack.sh:main:243                       echo 'Defaults env_keep += PS4'
+./stack.sh:main:244                       chmod 0440 /tmp/tmp.HhCjhqCk6K
+./stack.sh:main:245                       sudo chown root:root /tmp/tmp.HhCjhqCk6K
+./stack.sh:main:246                       sudo mv /tmp/tmp.HhCjhqCk6K /etc/sudoers.d/50_stack_sh
+./stack.sh:main:253                       is_ubuntu
+functions-common:is_ubuntu:465            [[ -z deb ]]
+functions-common:is_ubuntu:468            '[' deb = deb ']'
+./stack.sh:main:254                       echo 'APT::Acquire::Retries "20";'
+./stack.sh:main:254                       sudo tee /etc/apt/apt.conf.d/80retry
+./stack.sh:main:308                       DEST=/opt/stack
+./stack.sh:main:312                       sudo mkdir -p /opt/stack
+./stack.sh:main:313                       safe_chown -R stack /opt/stack
+functions-common:safe_chown:2260          _safe_permission_operation chown -R stack /opt/stack
+functions-common:_safe_permission_operation:2125  local xtrace
++functions-common:_safe_permission_operation:2126  set +o
++functions-common:_safe_permission_operation:2126  grep xtrace
+functions-common:_safe_permission_operation:2126  xtrace='set -o xtrace'
+functions-common:_safe_permission_operation:2127  set +o xtrace
+functions-common:_safe_permission_operation:2152  sudo chown -R stack /opt/stack
+./stack.sh:main:314                       safe_chmod 0755 /opt/stack
+functions-common:safe_chmod:2254          _safe_permission_operation chmod 0755 /opt/stack
+functions-common:_safe_permission_operation:2125  local xtrace
++functions-common:_safe_permission_operation:2126  grep xtrace
++functions-common:_safe_permission_operation:2126  set +o
+functions-common:_safe_permission_operation:2126  xtrace='set -o xtrace'
+functions-common:_safe_permission_operation:2127  set +o xtrace
+functions-common:_safe_permission_operation:2152  sudo chmod 0755 /opt/stack
+./stack.sh:main:317                       [[ -n /opt/stack/logs ]]
+./stack.sh:main:318                       mkdir -p /opt/stack/logs
+./stack.sh:main:322                       DATA_DIR=/opt/stack/data
+./stack.sh:main:323                       sudo mkdir -p /opt/stack/data
+./stack.sh:main:324                       safe_chown -R stack /opt/stack/data
+functions-common:safe_chown:2260          _safe_permission_operation chown -R stack /opt/stack/data
+functions-common:_safe_permission_operation:2125  local xtrace
++functions-common:_safe_permission_operation:2126  set +o
++functions-common:_safe_permission_operation:2126  grep xtrace
+functions-common:_safe_permission_operation:2126  xtrace='set -o xtrace'
+functions-common:_safe_permission_operation:2127  set +o xtrace
+functions-common:_safe_permission_operation:2152  sudo chown -R stack /opt/stack/data
++./stack.sh:main:329                       hostname -s
+./stack.sh:main:329                       LOCAL_HOSTNAME=lixx-ubuntu-14044
++./stack.sh:main:330                       grep lixx-ubuntu-14044
++./stack.sh:main:330                       grep '^127.0.0.1' /etc/hosts
+./stack.sh:main:330                       '[' -z '127.0.0.1    localhost lixx-ubuntu-14044' ']'
++./stack.sh:main:337                       trueorfalse False SKIP_EPEL_INSTALL
++functions-common:trueorfalse:141          local xtrace
+++functions-common:trueorfalse:142          grep xtrace
+++functions-common:trueorfalse:142          set +o
++functions-common:trueorfalse:142          xtrace='set -o xtrace'
++functions-common:trueorfalse:143          set +o xtrace
+./stack.sh:main:337                       SKIP_EPEL_INSTALL=False
+./stack.sh:main:339                       is_fedora
+functions-common:is_fedora:438            [[ -z Ubuntu ]]
+functions-common:is_fedora:442            '[' Ubuntu = Fedora ']'
+functions-common:is_fedora:442            '[' Ubuntu = 'Red Hat' ']'
+functions-common:is_fedora:443            '[' Ubuntu = RedHatEnterpriseServer ']'
+functions-common:is_fedora:444            '[' Ubuntu = CentOS ']'
+functions-common:is_fedora:444            '[' Ubuntu = OracleLinux ']'
+functions-common:is_fedora:445            '[' Ubuntu = Virtuozzo ']'
+functions-common:is_fedora:445            '[' Ubuntu = kvmibm ']'
+./stack.sh:main:346                       is_package_installed python
+functions-common:is_package_installed:1285  [[ -z python ]]
+functions-common:is_package_installed:1289  [[ -z deb ]]
+functions-common:is_package_installed:1293  [[ deb = \d\e\b ]]
+functions-common:is_package_installed:1294  dpkg -s python
++./stack.sh:main:353                       trueorfalse True VERBOSE
++functions-common:trueorfalse:141          local xtrace
+++functions-common:trueorfalse:142          grep xtrace
+++functions-common:trueorfalse:142          set +o
++functions-common:trueorfalse:142          xtrace='set -o xtrace'
++functions-common:trueorfalse:143          set +o xtrace
+./stack.sh:main:353                       VERBOSE=True
+./stack.sh:main:399                       TIMESTAMP_FORMAT=%F-%H%M%S
+./stack.sh:main:400                       LOGDAYS=7
++./stack.sh:main:401                       date +%F-%H%M%S
+./stack.sh:main:401                       CURRENT_LOG_TIME=2017-02-10-124752
+./stack.sh:main:403                       [[ -n /opt/stack/logs/stack.sh.log ]]
+./stack.sh:main:406                       LOGFILE_DIR=/opt/stack/logs
+./stack.sh:main:407                       LOGFILE_NAME=stack.sh.log
+./stack.sh:main:408                       mkdir -p /opt/stack/logs
+./stack.sh:main:409                       find /opt/stack/logs -maxdepth 1 -name 'stack.sh.log.*' -mtime +7 -exec rm '{}' ';'
+./stack.sh:main:410                       LOGFILE=/opt/stack/logs/stack.sh.log.2017-02-10-124752
+./stack.sh:main:411                       SUMFILE=/opt/stack/logs/stack.sh.log.2017-02-10-124752.summary.2017-02-10-124752
+./stack.sh:main:417                       exec
+./stack.sh:main:418                       [[ True == \T\r\u\e ]]
+./stack.sh:main:420                       exec
++./stack.sh:main:420                       /opt/devstack/tools/outfilter.py -v -o /opt/stack/logs/stack.sh.log.2017-02-10-124752
2017-02-10 04:47:52.837 | +./stack.sh:main:422                       exec
2017-02-10 04:47:52.842 | ++./stack.sh:main:422                       /opt/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2017-02-10-124752.summary.2017-02-10-124752
2017-02-10 04:47:52.842 | +./stack.sh:main:430                       echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2017-02-10-124752'
2017-02-10 04:47:52.844 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:47:52.846 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:47:52.849 | +./stack.sh:echo_summary:385               echo -e stack.sh log /opt/stack/logs/stack.sh.log.2017-02-10-124752
2017-02-10 04:47:52.851 | +./stack.sh:main:432                       ln -sf /opt/stack/logs/stack.sh.log.2017-02-10-124752 /opt/stack/logs/stack.sh.log
2017-02-10 04:47:52.855 | +./stack.sh:main:433                       ln -sf /opt/stack/logs/stack.sh.log.2017-02-10-124752.summary.2017-02-10-124752 /opt/stack/logs/stack.sh.log.summary
2017-02-10 04:47:52.858 | +./stack.sh:main:454                       [[ -n '' ]]
2017-02-10 04:47:52.861 | +./stack.sh:main:466                       check_path_perm_sanity /opt/stack
2017-02-10 04:47:52.863 | +functions:check_path_perm_sanity:480      local real_path
2017-02-10 04:47:52.866 | ++functions:check_path_perm_sanity:481      readlink -f /opt/stack
2017-02-10 04:47:52.870 | +functions:check_path_perm_sanity:481      real_path=/opt/stack
2017-02-10 04:47:52.872 | +functions:check_path_perm_sanity:482      local rebuilt_path=
2017-02-10 04:47:52.877 | ++functions:check_path_perm_sanity:483      echo /opt/stack
2017-02-10 04:47:52.877 | ++functions:check_path_perm_sanity:483      tr / ' '
2017-02-10 04:47:52.881 | +functions:check_path_perm_sanity:483      for i in '$(echo ${real_path} | tr "/" " ")'
2017-02-10 04:47:52.883 | +functions:check_path_perm_sanity:484      rebuilt_path=/opt
2017-02-10 04:47:52.886 | ++functions:check_path_perm_sanity:486      stat -c %a /opt
2017-02-10 04:47:52.890 | +functions:check_path_perm_sanity:486      [[ 755 = 700 ]]
2017-02-10 04:47:52.892 | +functions:check_path_perm_sanity:483      for i in '$(echo ${real_path} | tr "/" " ")'
2017-02-10 04:47:52.895 | +functions:check_path_perm_sanity:484      rebuilt_path=/opt/stack
2017-02-10 04:47:52.898 | ++functions:check_path_perm_sanity:486      stat -c %a /opt/stack
2017-02-10 04:47:52.902 | +functions:check_path_perm_sanity:486      [[ 755 = 700 ]]
2017-02-10 04:47:52.904 | +./stack.sh:main:472                       trap exit_trap EXIT
2017-02-10 04:47:52.907 | +./stack.sh:main:502                       trap err_trap ERR
2017-02-10 04:47:52.909 | +./stack.sh:main:515                       set -o errexit
2017-02-10 04:47:52.912 | +./stack.sh:main:518                       uname -a
2017-02-10 04:47:52.912 | Linux lixx-ubuntu-14044 4.2.0-27-generic #32~14.04.1-Ubuntu SMP Fri Jan 22 15:32:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
2017-02-10 04:47:52.915 | +./stack.sh:main:521                       SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem
2017-02-10 04:47:52.917 | +./stack.sh:main:522                       rm -f /opt/stack/data/ca-bundle.pem
2017-02-10 04:47:52.921 | +./stack.sh:main:525                       source /opt/devstack/lib/database
2017-02-10 04:47:52.942 | +./stack.sh:main:526                       source /opt/devstack/lib/rpc_backend
2017-02-10 04:47:52.955 | +./stack.sh:main:529                       SSL_ENABLED_SERVICES=key,nova,cinder,glance,s-proxy,neutron
2017-02-10 04:47:52.958 | +./stack.sh:main:531                       is_service_enabled tls-proxy
2017-02-10 04:47:52.974 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:47:52.977 | +./stack.sh:main:539                       fetch_plugins
2017-02-10 04:47:52.979 | +functions-common:fetch_plugins:1769       local plugins=
2017-02-10 04:47:52.982 | +functions-common:fetch_plugins:1770       local plugin
2017-02-10 04:47:52.985 | +functions-common:fetch_plugins:1773       [[ -z '' ]]
2017-02-10 04:47:52.987 | +functions-common:fetch_plugins:1774       return
2017-02-10 04:47:52.990 | +./stack.sh:main:543                       run_phase override_defaults
2017-02-10 04:47:52.993 | +functions-common:run_phase:1851           local mode=override_defaults
2017-02-10 04:47:52.995 | +functions-common:run_phase:1852           local phase=
2017-02-10 04:47:52.998 | +functions-common:run_phase:1853           [[ -d /opt/devstack/extras.d ]]
2017-02-10 04:47:53.001 | +functions-common:run_phase:1854           local extra_plugin_file_name
2017-02-10 04:47:53.004 | +functions-common:run_phase:1855           for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
2017-02-10 04:47:53.006 | +functions-common:run_phase:1860           local 'exceptions=60-ceph.sh 80-tempest.sh'
2017-02-10 04:47:53.009 | +functions-common:run_phase:1861           local extra
2017-02-10 04:47:53.012 | ++functions-common:run_phase:1862           basename /opt/devstack/extras.d/60-ceph.sh
2017-02-10 04:47:53.015 | +functions-common:run_phase:1862           extra=60-ceph.sh
2017-02-10 04:47:53.018 | +functions-common:run_phase:1863           [[ 60-ceph.sh 80-tempest.sh =~ 60-ceph\.sh ]]
2017-02-10 04:47:53.021 | +functions-common:run_phase:1867           [[ -r /opt/devstack/extras.d/60-ceph.sh ]]
2017-02-10 04:47:53.024 | +functions-common:run_phase:1867           source /opt/devstack/extras.d/60-ceph.sh override_defaults
2017-02-10 04:47:53.027 | ++extras.d/60-ceph.sh:source:3              is_service_enabled ceph
2017-02-10 04:47:53.045 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 04:47:53.048 | +functions-common:run_phase:1855           for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
2017-02-10 04:47:53.050 | +functions-common:run_phase:1860           local 'exceptions=60-ceph.sh 80-tempest.sh'
2017-02-10 04:47:53.053 | +functions-common:run_phase:1861           local extra
2017-02-10 04:47:53.056 | ++functions-common:run_phase:1862           basename /opt/devstack/extras.d/80-tempest.sh
2017-02-10 04:47:53.060 | +functions-common:run_phase:1862           extra=80-tempest.sh
2017-02-10 04:47:53.062 | +functions-common:run_phase:1863           [[ 60-ceph.sh 80-tempest.sh =~ 80-tempest\.sh ]]
2017-02-10 04:47:53.065 | +functions-common:run_phase:1867           [[ -r /opt/devstack/extras.d/80-tempest.sh ]]
2017-02-10 04:47:53.068 | +functions-common:run_phase:1867           source /opt/devstack/extras.d/80-tempest.sh override_defaults
2017-02-10 04:47:53.071 | ++extras.d/80-tempest.sh:source:3           is_service_enabled tempest
2017-02-10 04:47:53.089 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 04:47:53.092 | ++extras.d/80-tempest.sh:source:4           [[ override_defaults == \s\o\u\r\c\e ]]
2017-02-10 04:47:53.095 | ++extras.d/80-tempest.sh:source:7           [[ override_defaults == \s\t\a\c\k ]]
2017-02-10 04:47:53.099 | ++extras.d/80-tempest.sh:source:10          [[ override_defaults == \s\t\a\c\k ]]
2017-02-10 04:47:53.102 | ++extras.d/80-tempest.sh:source:13          [[ override_defaults == \s\t\a\c\k ]]
2017-02-10 04:47:53.105 | ++extras.d/80-tempest.sh:source:18          [[ override_defaults == \s\t\a\c\k ]]
2017-02-10 04:47:53.108 | ++extras.d/80-tempest.sh:source:23          [[ override_defaults == \u\n\s\t\a\c\k ]]
2017-02-10 04:47:53.111 | ++extras.d/80-tempest.sh:source:28          [[ override_defaults == \c\l\e\a\n ]]
2017-02-10 04:47:53.114 | +functions-common:run_phase:1872           [[ override_defaults == \s\o\u\r\c\e ]]
2017-02-10 04:47:53.117 | +functions-common:run_phase:1875           [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2017-02-10 04:47:53.119 | +functions-common:run_phase:1876           plugin_override_defaults
2017-02-10 04:47:53.122 | +functions-common:plugin_override_defaults:1810  local plugins=
2017-02-10 04:47:53.125 | +functions-common:plugin_override_defaults:1811  local plugin
2017-02-10 04:47:53.127 | +functions-common:plugin_override_defaults:1814  [[ -z '' ]]
2017-02-10 04:47:53.130 | +functions-common:plugin_override_defaults:1815  return
2017-02-10 04:47:53.133 | +./stack.sh:main:546                       source /opt/devstack/lib/apache
2017-02-10 04:47:53.149 | +./stack.sh:main:549                       source /opt/devstack/lib/tls
2017-02-10 04:47:53.153 | ++lib/tls:source:39                         is_service_enabled tls-proxy
2017-02-10 04:47:53.171 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 04:47:53.175 | +++lib/tls:source:44                         hostname -f
2017-02-10 04:47:53.179 | ++lib/tls:source:44                         DEVSTACK_HOSTNAME=localhost
2017-02-10 04:47:53.182 | ++lib/tls:source:45                         DEVSTACK_CERT_NAME=devstack-cert
2017-02-10 04:47:53.185 | ++lib/tls:source:46                         DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem
2017-02-10 04:47:53.188 | ++lib/tls:source:49                         ROOT_CA_DIR=/opt/stack/data/CA/root-ca
2017-02-10 04:47:53.191 | ++lib/tls:source:50                         INT_CA_DIR=/opt/stack/data/CA/int-ca
2017-02-10 04:47:53.195 | ++lib/tls:source:52                         ORG_NAME=OpenStack
2017-02-10 04:47:53.198 | ++lib/tls:source:53                         ORG_UNIT_NAME=DevStack
2017-02-10 04:47:53.201 | ++lib/tls:source:56                         STUD_PROTO=--tls
2017-02-10 04:47:53.204 | ++lib/tls:source:57                         STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH'
2017-02-10 04:47:53.207 | ++lib/tls:source:64                         OPENSSL=/usr/bin/openssl
2017-02-10 04:47:53.212 | +./stack.sh:main:552                       source /opt/devstack/lib/infra
2017-02-10 04:47:53.227 | +./stack.sh:main:553                       source /opt/devstack/lib/oslo
2017-02-10 04:47:53.244 | +./stack.sh:main:554                       source /opt/devstack/lib/lvm
2017-02-10 04:47:53.260 | +./stack.sh:main:555                       source /opt/devstack/lib/horizon
2017-02-10 04:47:53.276 | +./stack.sh:main:556                       source /opt/devstack/lib/keystone
2017-02-10 04:47:53.298 | +./stack.sh:main:557                       source /opt/devstack/lib/glance
2017-02-10 04:47:53.317 | +./stack.sh:main:558                       source /opt/devstack/lib/nova
2017-02-10 04:47:53.361 | +./stack.sh:main:559                       source /opt/devstack/lib/cinder
2017-02-10 04:47:53.387 | +./stack.sh:main:560                       source /opt/devstack/lib/swift
2017-02-10 04:47:53.416 | +./stack.sh:main:561                       source /opt/devstack/lib/heat
2017-02-10 04:47:53.441 | +./stack.sh:main:562                       source /opt/devstack/lib/neutron-legacy
2017-02-10 04:47:53.445 | ++lib/neutron-legacy:source:65              IP_VERSION=4+6
2017-02-10 04:47:53.449 | ++lib/neutron-legacy:source:67              [[ 4+6 != \4 ]]
2017-02-10 04:47:53.452 | ++lib/neutron-legacy:source:67              [[ 4+6 != \6 ]]
2017-02-10 04:47:53.455 | ++lib/neutron-legacy:source:67              [[ 4+6 != \4\+\6 ]]
2017-02-10 04:47:53.459 | ++lib/neutron-legacy:source:71              NETWORK_GATEWAY=10.0.0.1
2017-02-10 04:47:53.463 | ++lib/neutron-legacy:source:72              PUBLIC_NETWORK_GATEWAY=172.30.250.254
2017-02-10 04:47:53.466 | ++lib/neutron-legacy:source:73              PRIVATE_SUBNET_NAME=private-subnet
2017-02-10 04:47:53.470 | ++lib/neutron-legacy:source:74              PUBLIC_SUBNET_NAME=public-subnet
2017-02-10 04:47:53.473 | ++lib/neutron-legacy:source:77              SUBNETPOOL_NAME=shared-default-subnetpool
2017-02-10 04:47:53.477 | ++lib/neutron-legacy:source:79              SUBNETPOOL_PREFIX_V4=10.0.0.0/8
2017-02-10 04:47:53.480 | ++lib/neutron-legacy:source:80              SUBNETPOOL_PREFIX_V6=2001:db8:8000::/48
2017-02-10 04:47:53.484 | ++lib/neutron-legacy:source:82              SUBNETPOOL_SIZE_V4=24
2017-02-10 04:47:53.488 | ++lib/neutron-legacy:source:83              SUBNETPOOL_SIZE_V6=64
2017-02-10 04:47:53.491 | ++lib/neutron-legacy:source:86              is_ssl_enabled_service neutron
2017-02-10 04:47:53.495 | ++lib/tls:is_ssl_enabled_service:377        local services=neutron
2017-02-10 04:47:53.498 | ++lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:47:53.502 | ++lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:47:53.505 | ++lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:47:53.509 | ++lib/neutron-legacy:source:86              is_service_enabled tls-proxy
2017-02-10 04:47:53.529 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 04:47:53.535 | +++lib/neutron-legacy:source:91              uuidgen
2017-02-10 04:47:53.537 | +++lib/neutron-legacy:source:91              sed s/-//g
2017-02-10 04:47:53.538 | +++lib/neutron-legacy:source:91              sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/'
2017-02-10 04:47:53.540 | +++lib/neutron-legacy:source:91              cut -c 23-
2017-02-10 04:47:53.544 | ++lib/neutron-legacy:source:91              IPV6_GLOBAL_ID=cc:407a:4936
2017-02-10 04:47:53.548 | ++lib/neutron-legacy:source:94              IPV6_RA_MODE=slaac
2017-02-10 04:47:53.551 | ++lib/neutron-legacy:source:95              IPV6_ADDRESS_MODE=slaac
2017-02-10 04:47:53.555 | ++lib/neutron-legacy:source:96              IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet
2017-02-10 04:47:53.558 | ++lib/neutron-legacy:source:97              IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet
2017-02-10 04:47:53.562 | ++lib/neutron-legacy:source:98              FIXED_RANGE_V6=fdcc:407a:4936::/64
2017-02-10 04:47:53.565 | ++lib/neutron-legacy:source:99              IPV6_PRIVATE_NETWORK_GATEWAY=fdcc:407a:4936::1
2017-02-10 04:47:53.569 | ++lib/neutron-legacy:source:100             IPV6_PUBLIC_RANGE=2001:db8::/64
2017-02-10 04:47:53.573 | ++lib/neutron-legacy:source:101             IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2
2017-02-10 04:47:53.576 | ++lib/neutron-legacy:source:102             IPV6_ROUTER_GW_IP=2001:db8::1
2017-02-10 04:47:53.580 | ++lib/neutron-legacy:source:105             GITDIR["python-neutronclient"]=/opt/stack/python-neutronclient
2017-02-10 04:47:53.583 | ++lib/neutron-legacy:source:108             NEUTRON_DIR=/opt/stack/neutron
2017-02-10 04:47:53.586 | ++lib/neutron-legacy:source:109             NEUTRON_FWAAS_DIR=/opt/stack/neutron-fwaas
2017-02-10 04:47:53.590 | ++lib/neutron-legacy:source:110             NEUTRON_LBAAS_DIR=/opt/stack/neutron-lbaas
2017-02-10 04:47:53.594 | ++lib/neutron-legacy:source:111             NEUTRON_AUTH_CACHE_DIR=/var/cache/neutron
2017-02-10 04:47:53.597 | ++lib/neutron-legacy:source:114             [[ -d /opt/stack/neutron/bin/neutron-server ]]
2017-02-10 04:47:53.601 | +++lib/neutron-legacy:source:117             get_python_exec_prefix
2017-02-10 04:47:53.622 | +++inc/python:get_python_exec_prefix:52      is_fedora
2017-02-10 04:47:53.625 | +++functions-common:is_fedora:438            [[ -z Ubuntu ]]
2017-02-10 04:47:53.629 | +++functions-common:is_fedora:442            '[' Ubuntu = Fedora ']'
2017-02-10 04:47:53.632 | +++functions-common:is_fedora:442            '[' Ubuntu = 'Red Hat' ']'
2017-02-10 04:47:53.636 | +++functions-common:is_fedora:443            '[' Ubuntu = RedHatEnterpriseServer ']'
2017-02-10 04:47:53.639 | +++functions-common:is_fedora:444            '[' Ubuntu = CentOS ']'
2017-02-10 04:47:53.643 | +++functions-common:is_fedora:444            '[' Ubuntu = OracleLinux ']'
2017-02-10 04:47:53.646 | +++functions-common:is_fedora:445            '[' Ubuntu = Virtuozzo ']'
2017-02-10 04:47:53.650 | +++functions-common:is_fedora:445            '[' Ubuntu = kvmibm ']'
2017-02-10 04:47:53.654 | +++inc/python:get_python_exec_prefix:52      is_suse
2017-02-10 04:47:53.657 | +++functions-common:is_suse:453              [[ -z Ubuntu ]]
2017-02-10 04:47:53.661 | +++functions-common:is_suse:457              [[ Ubuntu =~ (openSUSE) ]]
2017-02-10 04:47:53.664 | +++functions-common:is_suse:457              [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
2017-02-10 04:47:53.668 | +++inc/python:get_python_exec_prefix:55      echo /usr/local/bin
2017-02-10 04:47:53.671 | ++lib/neutron-legacy:source:117             NEUTRON_BIN_DIR=/usr/local/bin
2017-02-10 04:47:53.675 | ++lib/neutron-legacy:source:120             NEUTRON_CONF_DIR=/etc/neutron
2017-02-10 04:47:53.678 | ++lib/neutron-legacy:source:121             NEUTRON_CONF=/etc/neutron/neutron.conf
2017-02-10 04:47:53.682 | ++lib/neutron-legacy:source:122             export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini
2017-02-10 04:47:53.685 | ++lib/neutron-legacy:source:122             NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini
2017-02-10 04:47:53.689 | ++lib/neutron-legacy:source:125             DEFAULT_LB_PROVIDER=LOADBALANCER:Haproxy:neutron_lbaas.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
2017-02-10 04:47:53.692 | ++lib/neutron-legacy:source:129             AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent
2017-02-10 04:47:53.696 | ++lib/neutron-legacy:source:130             AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent
2017-02-10 04:47:53.699 | ++lib/neutron-legacy:source:131             AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent
2017-02-10 04:47:53.702 | ++lib/neutron-legacy:source:135             Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini
2017-02-10 04:47:53.706 | ++lib/neutron-legacy:source:136             Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini
2017-02-10 04:47:53.709 | ++lib/neutron-legacy:source:137             Q_FWAAS_CONF_FILE=/etc/neutron/fwaas_driver.ini
2017-02-10 04:47:53.713 | ++lib/neutron-legacy:source:138             Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini
2017-02-10 04:47:53.716 | ++lib/neutron-legacy:source:141             Q_DB_NAME=neutron
2017-02-10 04:47:53.720 | ++lib/neutron-legacy:source:143             Q_PLUGIN=ml2
2017-02-10 04:47:53.723 | ++lib/neutron-legacy:source:145             Q_PORT=9696
2017-02-10 04:47:53.727 | ++lib/neutron-legacy:source:147             Q_PORT_INT=19696
2017-02-10 04:47:53.730 | ++lib/neutron-legacy:source:149             Q_HOST=172.30.250.59
2017-02-10 04:47:53.734 | ++lib/neutron-legacy:source:151             Q_PROTOCOL=http
2017-02-10 04:47:53.737 | ++lib/neutron-legacy:source:153             Q_LISTEN_ADDRESS=0.0.0.0
2017-02-10 04:47:53.741 | ++lib/neutron-legacy:source:155             Q_ADMIN_USERNAME=neutron
2017-02-10 04:47:53.744 | ++lib/neutron-legacy:source:157             Q_AUTH_STRATEGY=keystone
2017-02-10 04:47:53.748 | ++lib/neutron-legacy:source:159             Q_OVS_USE_VETH=False
2017-02-10 04:47:53.751 | ++lib/neutron-legacy:source:160             Q_USE_ROOTWRAP=True
2017-02-10 04:47:53.755 | +++lib/neutron-legacy:source:161             trueorfalse True Q_USE_ROOTWRAP_DAEMON
2017-02-10 04:47:53.776 | ++lib/neutron-legacy:source:161             Q_USE_ROOTWRAP_DAEMON=True
2017-02-10 04:47:53.780 | ++lib/neutron-legacy:source:163             Q_META_DATA_IP=172.30.250.59
2017-02-10 04:47:53.784 | ++lib/neutron-legacy:source:165             Q_ALLOW_OVERLAPPING_IP=True
2017-02-10 04:47:53.787 | ++lib/neutron-legacy:source:167             Q_USE_DEBUG_COMMAND=False
2017-02-10 04:47:53.790 | ++lib/neutron-legacy:source:169             Q_ROUTER_NAME=router1
2017-02-10 04:47:53.794 | ++lib/neutron-legacy:source:170             Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True
2017-02-10 04:47:53.797 | ++lib/neutron-legacy:source:171             Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True
2017-02-10 04:47:53.801 | ++lib/neutron-legacy:source:172             VIF_PLUGGING_IS_FATAL=True
2017-02-10 04:47:53.805 | ++lib/neutron-legacy:source:173             VIF_PLUGGING_TIMEOUT=300
2017-02-10 04:47:53.808 | ++lib/neutron-legacy:source:175             NEUTRON_CREATE_INITIAL_NETWORKS=True
2017-02-10 04:47:53.812 | ++lib/neutron-legacy:source:178             PROVIDER_SUBNET_NAME=provider_net
2017-02-10 04:47:53.815 | ++lib/neutron-legacy:source:179             IPV6_PROVIDER_SUBNET_NAME=provider_net_v6
2017-02-10 04:47:53.819 | ++lib/neutron-legacy:source:180             IPV6_PROVIDER_FIXED_RANGE=
2017-02-10 04:47:53.822 | ++lib/neutron-legacy:source:181             IPV6_PROVIDER_NETWORK_GATEWAY=
2017-02-10 04:47:53.825 | ++lib/neutron-legacy:source:185             PUBLIC_BRIDGE=br-ex
2017-02-10 04:47:53.829 | ++lib/neutron-legacy:source:186             PUBLIC_BRIDGE_MTU=1500
2017-02-10 04:47:53.832 | ++lib/neutron-legacy:source:208             Q_USE_PROVIDERNET_FOR_PUBLIC=True
2017-02-10 04:47:53.836 | ++lib/neutron-legacy:source:209             PUBLIC_PHYSICAL_NETWORK=public
2017-02-10 04:47:53.839 | ++lib/neutron-legacy:source:214             Q_USE_PUBLIC_VETH=False
2017-02-10 04:47:53.843 | ++lib/neutron-legacy:source:215             Q_PUBLIC_VETH_EX=veth-pub-ex
2017-02-10 04:47:53.846 | ++lib/neutron-legacy:source:216             Q_PUBLIC_VETH_INT=veth-pub-int
2017-02-10 04:47:53.850 | ++lib/neutron-legacy:source:222             Q_L3_ENABLED=True
2017-02-10 04:47:53.853 | ++lib/neutron-legacy:source:224             Q_L3_ROUTER_PER_TENANT=True
2017-02-10 04:47:53.857 | ++lib/neutron-legacy:source:228             declare -a Q_PLUGIN_EXTRA_CONF_FILES
2017-02-10 04:47:53.860 | ++lib/neutron-legacy:source:231             Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf
2017-02-10 04:47:53.864 | ++lib/neutron-legacy:source:232             [[ True == \F\a\l\s\e ]]
2017-02-10 04:47:53.867 | +++lib/neutron-legacy:source:235             get_rootwrap_location neutron
2017-02-10 04:47:53.871 | +++functions:get_rootwrap_location:466       local module=neutron
2017-02-10 04:47:53.874 | ++++functions:get_rootwrap_location:468       get_python_exec_prefix
2017-02-10 04:47:53.894 | ++++inc/python:get_python_exec_prefix:52      is_fedora
2017-02-10 04:47:53.897 | ++++functions-common:is_fedora:438            [[ -z Ubuntu ]]
2017-02-10 04:47:53.901 | ++++functions-common:is_fedora:442            '[' Ubuntu = Fedora ']'
2017-02-10 04:47:53.904 | ++++functions-common:is_fedora:442            '[' Ubuntu = 'Red Hat' ']'
2017-02-10 04:47:53.908 | ++++functions-common:is_fedora:443            '[' Ubuntu = RedHatEnterpriseServer ']'
2017-02-10 04:47:53.911 | ++++functions-common:is_fedora:444            '[' Ubuntu = CentOS ']'
2017-02-10 04:47:53.914 | ++++functions-common:is_fedora:444            '[' Ubuntu = OracleLinux ']'
2017-02-10 04:47:53.918 | ++++functions-common:is_fedora:445            '[' Ubuntu = Virtuozzo ']'
2017-02-10 04:47:53.921 | ++++functions-common:is_fedora:445            '[' Ubuntu = kvmibm ']'
2017-02-10 04:47:53.925 | ++++inc/python:get_python_exec_prefix:52      is_suse
2017-02-10 04:47:53.928 | ++++functions-common:is_suse:453              [[ -z Ubuntu ]]
2017-02-10 04:47:53.932 | ++++functions-common:is_suse:457              [[ Ubuntu =~ (openSUSE) ]]
2017-02-10 04:47:53.935 | ++++functions-common:is_suse:457              [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
2017-02-10 04:47:53.939 | ++++inc/python:get_python_exec_prefix:55      echo /usr/local/bin
2017-02-10 04:47:53.942 | +++functions:get_rootwrap_location:468       echo /usr/local/bin/neutron-rootwrap
2017-02-10 04:47:53.946 | ++lib/neutron-legacy:source:235             NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap
2017-02-10 04:47:53.949 | ++lib/neutron-legacy:source:236             Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2017-02-10 04:47:53.952 | ++lib/neutron-legacy:source:237             [[ True == \T\r\u\e ]]
2017-02-10 04:47:53.956 | ++lib/neutron-legacy:source:238             Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2017-02-10 04:47:53.960 | ++lib/neutron-legacy:source:249             Q_DVR_MODE=legacy
2017-02-10 04:47:53.963 | ++lib/neutron-legacy:source:250             [[ legacy != \l\e\g\a\c\y ]]
2017-02-10 04:47:53.967 | ++lib/neutron-legacy:source:266             ENABLE_TENANT_TUNNELS=True
2017-02-10 04:47:53.970 | ++lib/neutron-legacy:source:271             TENANT_TUNNEL_RANGES=1:1000
2017-02-10 04:47:53.974 | ++lib/neutron-legacy:source:276             ENABLE_TENANT_VLANS=True
2017-02-10 04:47:53.978 | ++lib/neutron-legacy:source:284             TENANT_VLAN_RANGE=
2017-02-10 04:47:53.981 | ++lib/neutron-legacy:source:293             PHYSICAL_NETWORK=
2017-02-10 04:47:53.985 | ++lib/neutron-legacy:source:303             OVS_PHYSICAL_BRIDGE=br-ex
2017-02-10 04:47:53.989 | ++lib/neutron-legacy:source:311             LB_PHYSICAL_INTERFACE=
2017-02-10 04:47:53.992 | ++lib/neutron-legacy:source:318             TUNNEL_ENDPOINT_IP=172.30.250.59
2017-02-10 04:47:53.996 | ++lib/neutron-legacy:source:324             OVS_ENABLE_TUNNELING=True
2017-02-10 04:47:54.000 | ++lib/neutron-legacy:source:328             ENABLE_ISOLATED_METADATA=False
2017-02-10 04:47:54.003 | ++lib/neutron-legacy:source:333             ENABLE_METADATA_NETWORK=False
2017-02-10 04:47:54.007 | ++lib/neutron-legacy:source:338             '[' -f /opt/devstack/lib/neutron_plugins/ml2 ']'
2017-02-10 04:47:54.010 | ++lib/neutron-legacy:source:339             source /opt/devstack/lib/neutron_plugins/ml2
2017-02-10 04:47:54.033 | ++lib/neutron-legacy:source:346             source /opt/devstack/lib/neutron_plugins/services/loadbalancer
2017-02-10 04:47:54.051 | ++lib/neutron-legacy:source:352             source /opt/devstack/lib/neutron_plugins/services/metering
2017-02-10 04:47:54.067 | ++lib/neutron-legacy:source:356             source /opt/devstack/lib/neutron_plugins/services/firewall
2017-02-10 04:47:54.085 | ++lib/neutron-legacy:source:359             has_neutron_plugin_security_group
2017-02-10 04:47:54.088 | ++lib/neutron_plugins/ml2:has_neutron_plugin_security_group:148  return 0
2017-02-10 04:47:54.092 | ++lib/neutron-legacy:source:360             Q_USE_SECGROUP=True
2017-02-10 04:47:54.097 | +++lib/neutron-legacy:source:365             grep '^default'
2017-02-10 04:47:54.099 | +++lib/neutron-legacy:source:365             awk '{print $5}'
2017-02-10 04:47:54.100 | +++lib/neutron-legacy:source:365             ip route
2017-02-10 04:47:54.105 | ++lib/neutron-legacy:source:365             default_route_dev=eth0
2017-02-10 04:47:54.108 | ++lib/neutron-legacy:source:366             die_if_not_set 366 default_route_dev 'Failure retrieving default route device'
2017-02-10 04:47:54.112 | ++functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:47:54.158 | +./stack.sh:main:563                       source /opt/devstack/lib/ldap
2017-02-10 04:47:54.176 | +./stack.sh:main:564                       source /opt/devstack/lib/dstat
2017-02-10 04:47:54.193 | +./stack.sh:main:565                       source /opt/devstack/lib/dlm
2017-02-10 04:47:54.210 | +./stack.sh:main:571                       run_phase source
2017-02-10 04:47:54.213 | +functions-common:run_phase:1851           local mode=source
2017-02-10 04:47:54.216 | +functions-common:run_phase:1852           local phase=
2017-02-10 04:47:54.219 | +functions-common:run_phase:1853           [[ -d /opt/devstack/extras.d ]]
2017-02-10 04:47:54.222 | +functions-common:run_phase:1854           local extra_plugin_file_name
2017-02-10 04:47:54.225 | +functions-common:run_phase:1855           for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
2017-02-10 04:47:54.228 | +functions-common:run_phase:1860           local 'exceptions=60-ceph.sh 80-tempest.sh'
2017-02-10 04:47:54.230 | +functions-common:run_phase:1861           local extra
2017-02-10 04:47:54.234 | ++functions-common:run_phase:1862           basename /opt/devstack/extras.d/60-ceph.sh
2017-02-10 04:47:54.238 | +functions-common:run_phase:1862           extra=60-ceph.sh
2017-02-10 04:47:54.241 | +functions-common:run_phase:1863           [[ 60-ceph.sh 80-tempest.sh =~ 60-ceph\.sh ]]
2017-02-10 04:47:54.244 | +functions-common:run_phase:1867           [[ -r /opt/devstack/extras.d/60-ceph.sh ]]
2017-02-10 04:47:54.246 | +functions-common:run_phase:1867           source /opt/devstack/extras.d/60-ceph.sh source
2017-02-10 04:47:54.250 | ++extras.d/60-ceph.sh:source:3              is_service_enabled ceph
2017-02-10 04:47:54.271 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 04:47:54.274 | +functions-common:run_phase:1855           for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
2017-02-10 04:47:54.277 | +functions-common:run_phase:1860           local 'exceptions=60-ceph.sh 80-tempest.sh'
2017-02-10 04:47:54.280 | +functions-common:run_phase:1861           local extra
2017-02-10 04:47:54.284 | ++functions-common:run_phase:1862           basename /opt/devstack/extras.d/80-tempest.sh
2017-02-10 04:47:54.287 | +functions-common:run_phase:1862           extra=80-tempest.sh
2017-02-10 04:47:54.290 | +functions-common:run_phase:1863           [[ 60-ceph.sh 80-tempest.sh =~ 80-tempest\.sh ]]
2017-02-10 04:47:54.293 | +functions-common:run_phase:1867           [[ -r /opt/devstack/extras.d/80-tempest.sh ]]
2017-02-10 04:47:54.296 | +functions-common:run_phase:1867           source /opt/devstack/extras.d/80-tempest.sh source
2017-02-10 04:47:54.300 | ++extras.d/80-tempest.sh:source:3           is_service_enabled tempest
2017-02-10 04:47:54.321 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 04:47:54.324 | ++extras.d/80-tempest.sh:source:4           [[ source == \s\o\u\r\c\e ]]
2017-02-10 04:47:54.328 | ++extras.d/80-tempest.sh:source:6           source /opt/devstack/lib/tempest
2017-02-10 04:47:54.359 | ++extras.d/80-tempest.sh:source:23          [[ source == \u\n\s\t\a\c\k ]]
2017-02-10 04:47:54.362 | ++extras.d/80-tempest.sh:source:28          [[ source == \c\l\e\a\n ]]
2017-02-10 04:47:54.365 | +functions-common:run_phase:1872           [[ source == \s\o\u\r\c\e ]]
2017-02-10 04:47:54.368 | +functions-common:run_phase:1873           load_plugin_settings
2017-02-10 04:47:54.372 | +functions-common:load_plugin_settings:1787  local plugins=
2017-02-10 04:47:54.375 | +functions-common:load_plugin_settings:1788  local plugin
2017-02-10 04:47:54.378 | +functions-common:load_plugin_settings:1791  [[ -z '' ]]
2017-02-10 04:47:54.381 | +functions-common:load_plugin_settings:1792  return
2017-02-10 04:47:54.384 | +functions-common:run_phase:1874           verify_disabled_services
2017-02-10 04:47:54.387 | +functions-common:verify_disabled_services:2110  local service
2017-02-10 04:47:54.390 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.393 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,key, ]]
2017-02-10 04:47:54.396 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.399 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,n-api, ]]
2017-02-10 04:47:54.402 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.405 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,n-cpu, ]]
2017-02-10 04:47:54.408 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.411 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,n-cond, ]]
2017-02-10 04:47:54.414 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.417 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,n-sch, ]]
2017-02-10 04:47:54.420 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.423 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,n-novnc, ]]
2017-02-10 04:47:54.426 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.429 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,n-cauth, ]]
2017-02-10 04:47:54.432 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.435 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,g-api, ]]
2017-02-10 04:47:54.439 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.442 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,g-reg, ]]
2017-02-10 04:47:54.445 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.448 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,c-sch, ]]
2017-02-10 04:47:54.451 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.454 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,c-api, ]]
2017-02-10 04:47:54.457 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.460 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,c-vol, ]]
2017-02-10 04:47:54.463 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.466 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,horizon, ]]
2017-02-10 04:47:54.469 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.472 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,rabbit, ]]
2017-02-10 04:47:54.476 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.479 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,tempest, ]]
2017-02-10 04:47:54.482 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.485 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,mysql, ]]
2017-02-10 04:47:54.488 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.491 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,dstat, ]]
2017-02-10 04:47:54.494 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.497 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,h-eng, ]]
2017-02-10 04:47:54.500 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.503 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,h-api, ]]
2017-02-10 04:47:54.506 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.509 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,h-api-cfn, ]]
2017-02-10 04:47:54.512 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.515 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,h-api-cw, ]]
2017-02-10 04:47:54.518 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.521 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,s-proxy, ]]
2017-02-10 04:47:54.524 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.527 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,s-object, ]]
2017-02-10 04:47:54.530 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.533 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,s-container, ]]
2017-02-10 04:47:54.537 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.540 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,s-account, ]]
2017-02-10 04:47:54.543 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.546 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,q-svc, ]]
2017-02-10 04:47:54.549 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.552 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,q-agt, ]]
2017-02-10 04:47:54.555 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.558 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,q-dhcp, ]]
2017-02-10 04:47:54.561 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.564 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,q-l3, ]]
2017-02-10 04:47:54.567 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.570 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,q-meta, ]]
2017-02-10 04:47:54.573 | +functions-common:verify_disabled_services:2111  for service in '${ENABLED_SERVICES//,/ }'
2017-02-10 04:47:54.577 | +functions-common:verify_disabled_services:2112  [[ ,n-net, =~ ,q-metering, ]]
2017-02-10 04:47:54.580 | +./stack.sh:main:642                       initialize_database_backends
2017-02-10 04:47:54.583 | +lib/database:initialize_database_backends:65  for backend in '$DATABASE_BACKENDS'
2017-02-10 04:47:54.586 | +lib/database:initialize_database_backends:66  is_service_enabled mysql
2017-02-10 04:47:54.603 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:47:54.607 | +lib/database:initialize_database_backends:66  DATABASE_TYPE=mysql
2017-02-10 04:47:54.610 | +lib/database:initialize_database_backends:65  for backend in '$DATABASE_BACKENDS'
2017-02-10 04:47:54.613 | +lib/database:initialize_database_backends:66  is_service_enabled postgresql
2017-02-10 04:47:54.632 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:47:54.635 | +lib/database:initialize_database_backends:69  '[' -z mysql ']'
2017-02-10 04:47:54.638 | +lib/database:initialize_database_backends:73  MYSQL_HOST=127.0.0.1
2017-02-10 04:47:54.642 | +lib/database:initialize_database_backends:74  MYSQL_USER=root
2017-02-10 04:47:54.645 | +lib/database:initialize_database_backends:80  [[ 4 == 6 ]]
2017-02-10 04:47:54.648 | +lib/database:initialize_database_backends:83  DATABASE_HOST=127.0.0.1
2017-02-10 04:47:54.651 | +lib/database:initialize_database_backends:86  DATABASE_USER=root
2017-02-10 04:47:54.654 | +lib/database:initialize_database_backends:88  '[' -n '' ']'
2017-02-10 04:47:54.658 | +lib/database:initialize_database_backends:91  read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.'
2017-02-10 04:47:54.678 | ++lib/database:initialize_database_backends:104  get_database_type_mysql
2017-02-10 04:47:54.682 | ++lib/databases/mysql:get_database_type_mysql:28  [[ PyMySQL == \P\y\M\y\S\Q\L ]]
2017-02-10 04:47:54.686 | ++lib/databases/mysql:get_database_type_mysql:29  echo mysql+pymysql
2017-02-10 04:47:54.689 | +lib/database:initialize_database_backends:104  BASE_SQL_CONN=mysql+pymysql://root:pass@127.0.0.1
2017-02-10 04:47:54.692 | +lib/database:initialize_database_backends:106  return 0
2017-02-10 04:47:54.695 | +./stack.sh:main:642                       echo 'Using mysql database backend'
2017-02-10 04:47:54.695 | Using mysql database backend
2017-02-10 04:47:54.698 | +./stack.sh:main:651                       RABBIT_USERID=stackrabbit
2017-02-10 04:47:54.702 | +./stack.sh:main:652                       is_service_enabled rabbit
2017-02-10 04:47:54.721 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:47:54.724 | +./stack.sh:main:653                       RABBIT_HOST=172.30.250.59
2017-02-10 04:47:54.727 | +./stack.sh:main:654                       read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.'
2017-02-10 04:47:54.747 | +./stack.sh:main:661                       is_service_enabled keystone
2017-02-10 04:47:54.769 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:47:54.772 | +./stack.sh:main:663                       read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.'
2017-02-10 04:47:54.792 | +./stack.sh:main:665                       read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).'
2017-02-10 04:47:54.811 | +./stack.sh:main:676                       is_service_enabled ldap
2017-02-10 04:47:54.830 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:47:54.834 | +./stack.sh:main:685                       is_service_enabled s-proxy
2017-02-10 04:47:54.853 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:47:54.856 | +./stack.sh:main:689                       read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.'
2017-02-10 04:47:54.876 | +./stack.sh:main:691                       [[ -z '' ]]
2017-02-10 04:47:54.879 | +./stack.sh:main:691                       [[ False == \T\r\u\e ]]
2017-02-10 04:47:54.882 | +./stack.sh:main:697                       save_stackenv 697
2017-02-10 04:47:54.885 | +functions-common:save_stackenv:61         local tag=697
2017-02-10 04:47:54.890 | ++functions-common:save_stackenv:63         date +%F-%H%M%S
2017-02-10 04:47:54.893 | +functions-common:save_stackenv:63         time_stamp=2017-02-10-124754
2017-02-10 04:47:54.897 | +functions-common:save_stackenv:64         echo '# 2017-02-10-124754 697'
2017-02-10 04:47:54.900 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.903 | +functions-common:save_stackenv:66         echo BASE_SQL_CONN=mysql+pymysql://root:pass@127.0.0.1
2017-02-10 04:47:54.906 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.909 | +functions-common:save_stackenv:66         echo DATA_DIR=/opt/stack/data
2017-02-10 04:47:54.913 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.916 | +functions-common:save_stackenv:66         echo DEST=/opt/stack
2017-02-10 04:47:54.919 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.922 | +functions-common:save_stackenv:66         echo ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,h-eng,h-api,h-api-cfn,h-api-cw,s-proxy,s-object,s-container,s-account,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-metering
2017-02-10 04:47:54.926 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.929 | +functions-common:save_stackenv:66         echo HOST_IP=172.30.250.59
2017-02-10 04:47:54.932 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.935 | +functions-common:save_stackenv:66         echo KEYSTONE_AUTH_PROTOCOL=http
2017-02-10 04:47:54.938 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.942 | +functions-common:save_stackenv:66         echo KEYSTONE_AUTH_URI=http://172.30.250.59:35357
2017-02-10 04:47:54.945 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.948 | +functions-common:save_stackenv:66         echo KEYSTONE_SERVICE_URI=http://172.30.250.59:5000
2017-02-10 04:47:54.951 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.954 | +functions-common:save_stackenv:66         echo LOGFILE=/opt/stack/logs/stack.sh.log.2017-02-10-124752
2017-02-10 04:47:54.958 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.961 | +functions-common:save_stackenv:66         echo OS_CACERT=
2017-02-10 04:47:54.964 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.967 | +functions-common:save_stackenv:66         echo SERVICE_HOST=172.30.250.59
2017-02-10 04:47:54.971 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.974 | +functions-common:save_stackenv:66         echo SERVICE_PROTOCOL=http
2017-02-10 04:47:54.977 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.980 | +functions-common:save_stackenv:66         echo STACK_USER=stack
2017-02-10 04:47:54.984 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.987 | +functions-common:save_stackenv:66         echo TLS_IP=
2017-02-10 04:47:54.990 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:54.993 | +functions-common:save_stackenv:66         echo HOST_IPV6=::1
2017-02-10 04:47:54.996 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:47:55.000 | +functions-common:save_stackenv:66         echo SERVICE_IP_VERSION=4
2017-02-10 04:47:55.003 | +./stack.sh:main:708                       git_clone http://git.trystack.cn/openstack/requirements.git /opt/stack/requirements stable/mitaka
2017-02-10 04:47:55.006 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/requirements.git
2017-02-10 04:47:55.009 | +functions-common:git_clone:496            local git_dest=/opt/stack/requirements
2017-02-10 04:47:55.012 | +functions-common:git_clone:497            local git_ref=stable/mitaka
2017-02-10 04:47:55.015 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:47:55.020 | ++functions-common:git_clone:499            pwd
2017-02-10 04:47:55.023 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:47:55.026 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:47:55.030 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:47:55.051 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:47:55.055 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:47:55.058 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:47:55.062 | +functions-common:git_clone:516            echo stable/mitaka
2017-02-10 04:47:55.062 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:47:55.066 | +functions-common:git_clone:530            [[ ! -d /opt/stack/requirements ]]
2017-02-10 04:47:55.069 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:47:55.073 | +functions-common:git_clone:542            cd /opt/stack/requirements
2017-02-10 04:47:55.076 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/requirements.git
2017-02-10 04:47:55.094 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:47:55.097 | +functions-common:git_timed:591            local count=0
2017-02-10 04:47:55.100 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:47:55.103 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:47:55.106 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:47:55.109 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:47:55.112 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:47:55.115 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:47:55.118 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:47:55.122 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:47:55.126 | +functions-common:time_start:2338          START_TIME[$name]=1486702075
2017-02-10 04:47:55.129 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:47:56.247 | From http://git.trystack.cn/openstack/requirements
2017-02-10 04:47:56.247 |    8c3a933..005b7db  master     -> origin/master
2017-02-10 04:47:56.254 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:47:56.258 | +functions-common:time_stop:2347           local name
2017-02-10 04:47:56.262 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:47:56.265 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:47:56.269 | +functions-common:time_stop:2350           local total
2017-02-10 04:47:56.273 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:47:56.276 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:47:56.281 | +functions-common:time_stop:2354           start_time=1486702075
2017-02-10 04:47:56.285 | +functions-common:time_stop:2356           [[ -z 1486702075 ]]
2017-02-10 04:47:56.290 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:47:56.295 | +functions-common:time_stop:2359           end_time=1486702076
2017-02-10 04:47:56.298 | +functions-common:time_stop:2360           elapsed_time=1
2017-02-10 04:47:56.302 | +functions-common:time_stop:2361           total=0
2017-02-10 04:47:56.306 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:47:56.310 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=1
2017-02-10 04:47:56.313 | +functions-common:git_clone:549            find /opt/stack/requirements -name '*.pyc' -delete
2017-02-10 04:47:56.340 | ++functions-common:git_clone:552            git show-ref refs/tags/stable/mitaka
2017-02-10 04:47:56.345 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:47:56.350 | ++functions-common:git_clone:554            git show-ref refs/heads/stable/mitaka
2017-02-10 04:47:56.355 | +functions-common:git_clone:554            [[ -n 56fb570906e78ec20a5b183d0ee36cd7312cd7d6 refs/heads/stable/mitaka ]]
2017-02-10 04:47:56.359 | +functions-common:git_clone:555            git_update_branch stable/mitaka
2017-02-10 04:47:56.363 | +functions-common:git_update_branch:619    local git_branch=stable/mitaka
2017-02-10 04:47:56.367 | +functions-common:git_update_branch:621    git checkout -f origin/stable/mitaka
2017-02-10 04:47:56.372 | Note: checking out 'origin/stable/mitaka'.
2017-02-10 04:47:56.372 |
2017-02-10 04:47:56.372 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:47:56.373 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:47:56.373 | state without impacting any branches by performing another checkout.
2017-02-10 04:47:56.373 |
2017-02-10 04:47:56.373 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:47:56.373 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:47:56.373 |
2017-02-10 04:47:56.373 |   git checkout -b new_branch_name
2017-02-10 04:47:56.373 |
2017-02-10 04:47:56.373 | HEAD is now at 56fb570... increase pyparsing upper-constraints to 2.1.10
2017-02-10 04:47:56.378 | +functions-common:git_update_branch:623    git branch -D stable/mitaka
2017-02-10 04:47:56.379 | Deleted branch stable/mitaka (was 56fb570).
2017-02-10 04:47:56.383 | +functions-common:git_update_branch:624    git checkout -b stable/mitaka
2017-02-10 04:47:56.386 | Switched to a new branch 'stable/mitaka'
2017-02-10 04:47:56.390 | +functions-common:git_clone:566            cd /opt/stack/requirements
2017-02-10 04:47:56.394 | +functions-common:git_clone:567            head -1
2017-02-10 04:47:56.395 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:47:56.396 | 56fb570 increase pyparsing upper-constraints to 2.1.10
2017-02-10 04:47:56.400 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:47:56.405 | +./stack.sh:main:712                       echo_summary 'Installing package prerequisites'
2017-02-10 04:47:56.408 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:47:56.412 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:47:56.416 | +./stack.sh:echo_summary:385               echo -e Installing package prerequisites
2017-02-10 04:47:56.421 | +./stack.sh:main:713                       source /opt/devstack/tools/install_prereqs.sh
2017-02-10 04:47:56.425 | ++tools/install_prereqs.sh:source:11        FORCE_PREREQ=0
2017-02-10 04:47:56.430 | ++tools/install_prereqs.sh:source:13        getopts :f opt
2017-02-10 04:47:56.435 | ++tools/install_prereqs.sh:source:23        [[ -z /opt/devstack ]]
2017-02-10 04:47:56.440 | ++tools/install_prereqs.sh:source:43        PREREQ_RERUN_MARKER=/opt/devstack/.prereqs
2017-02-10 04:47:56.445 | ++tools/install_prereqs.sh:source:44        PREREQ_RERUN_HOURS=2
2017-02-10 04:47:56.450 | ++tools/install_prereqs.sh:source:45        PREREQ_RERUN_SECONDS=7200
2017-02-10 04:47:56.455 | +++tools/install_prereqs.sh:source:47        date +%s
2017-02-10 04:47:56.462 | ++tools/install_prereqs.sh:source:47        NOW=1486702076
2017-02-10 04:47:56.467 | +++tools/install_prereqs.sh:source:48        head -1 /opt/devstack/.prereqs
2017-02-10 04:47:56.474 | ++tools/install_prereqs.sh:source:48        LAST_RUN=1486694677
2017-02-10 04:47:56.479 | ++tools/install_prereqs.sh:source:49        DELTA=7399
2017-02-10 04:47:56.483 | ++tools/install_prereqs.sh:source:50        [[ 7399 -lt 7200 ]]
2017-02-10 04:47:56.488 | ++tools/install_prereqs.sh:source:57        export_proxy_variables
2017-02-10 04:47:56.493 | ++functions-common:export_proxy_variables:2204  isset http_proxy
2017-02-10 04:47:56.498 | ++functions-common:isset:162                [[ -v http_proxy ]]
2017-02-10 04:47:56.503 | ++functions-common:export_proxy_variables:2207  isset https_proxy
2017-02-10 04:47:56.508 | ++functions-common:isset:162                [[ -v https_proxy ]]
2017-02-10 04:47:56.513 | ++functions-common:export_proxy_variables:2210  isset no_proxy
2017-02-10 04:47:56.518 | ++functions-common:isset:162                [[ -v no_proxy ]]
2017-02-10 04:47:56.523 | +++tools/install_prereqs.sh:source:64        get_packages general,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,h-eng,h-api,h-api-cfn,h-api-cw,s-proxy,s-object,s-container,s-account,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-metering
2017-02-10 04:47:56.567 | ++tools/install_prereqs.sh:source:64        PACKAGES='bc
2017-02-10 04:47:56.567 | bridge-utils
2017-02-10 04:47:56.567 | bsdmainutils
2017-02-10 04:47:56.567 | curl
2017-02-10 04:47:56.567 | g++
2017-02-10 04:47:56.567 | gcc
2017-02-10 04:47:56.568 | gettext  
2017-02-10 04:47:56.568 | git
2017-02-10 04:47:56.568 | graphviz
2017-02-10 04:47:56.568 | iputils-ping
2017-02-10 04:47:56.568 | libffi-dev
2017-02-10 04:47:56.568 | libjpeg-dev
2017-02-10 04:47:56.568 | libmysqlclient-dev  
2017-02-10 04:47:56.568 | libpq-dev  
2017-02-10 04:47:56.568 | libssl-dev
2017-02-10 04:47:56.568 | libxml2-dev  
2017-02-10 04:47:56.568 | libxslt1-dev  
2017-02-10 04:47:56.568 | libyaml-dev
2017-02-10 04:47:56.568 | lsof
2017-02-10 04:47:56.568 | openssh-server
2017-02-10 04:47:56.568 | openssl
2017-02-10 04:47:56.568 | pkg-config
2017-02-10 04:47:56.568 | psmisc
2017-02-10 04:47:56.568 | python2.7
2017-02-10 04:47:56.568 | python-dev
2017-02-10 04:47:56.568 | python-gdbm
2017-02-10 04:47:56.568 | screen
2017-02-10 04:47:56.568 | tar
2017-02-10 04:47:56.568 | tcpdump
2017-02-10 04:47:56.568 | unzip
2017-02-10 04:47:56.568 | uuid-runtime
2017-02-10 04:47:56.568 | wget
2017-02-10 04:47:56.568 | wget
2017-02-10 04:47:56.568 | zlib1g-dev
2017-02-10 04:47:56.568 | libkrb5-dev
2017-02-10 04:47:56.568 | libldap2-dev
2017-02-10 04:47:56.568 | libsasl2-dev
2017-02-10 04:47:56.568 | memcached
2017-02-10 04:47:56.568 | python-mysqldb
2017-02-10 04:47:56.568 | sqlite3
2017-02-10 04:47:56.568 | fping
2017-02-10 04:47:56.568 | conntrack
2017-02-10 04:47:56.568 | curl
2017-02-10 04:47:56.568 | dnsmasq-base
2017-02-10 04:47:56.568 | dnsmasq-utils
2017-02-10 04:47:56.568 | ebtables
2017-02-10 04:47:56.568 | gawk
2017-02-10 04:47:56.568 | genisoimage
2017-02-10 04:47:56.568 | iptables
2017-02-10 04:47:56.568 | iputils-arping
2017-02-10 04:47:56.568 | kpartx
2017-02-10 04:47:56.568 | libjs-jquery-tablesorter
2017-02-10 04:47:56.568 | libmysqlclient-dev
2017-02-10 04:47:56.568 | parted
2017-02-10 04:47:56.568 | pm-utils
2017-02-10 04:47:56.568 | python-mysqldb
2017-02-10 04:47:56.568 | socat
2017-02-10 04:47:56.568 | sqlite3
2017-02-10 04:47:56.568 | sudo
2017-02-10 04:47:56.568 | vlan
2017-02-10 04:47:56.568 | cryptsetup
2017-02-10 04:47:56.568 | genisoimage
2017-02-10 04:47:56.568 | gir1.2-libosinfo-1.0
2017-02-10 04:47:56.568 | open-iscsi
2017-02-10 04:47:56.568 | qemu-utils
2017-02-10 04:47:56.568 | sg3-utils
2017-02-10 04:47:56.569 | sysfsutils
2017-02-10 04:47:56.569 | lvm2
2017-02-10 04:47:56.569 | open-iscsi
2017-02-10 04:47:56.569 | qemu-utils
2017-02-10 04:47:56.569 | libpcre3-dev  
2017-02-10 04:47:56.569 | dstat
2017-02-10 04:47:56.569 | curl
2017-02-10 04:47:56.569 | liberasurecode-dev
2017-02-10 04:47:56.569 | make
2017-02-10 04:47:56.569 | memcached
2017-02-10 04:47:56.569 | sqlite3
2017-02-10 04:47:56.569 | xfsprogs
2017-02-10 04:47:56.569 | acl
2017-02-10 04:47:56.569 | dnsmasq-base
2017-02-10 04:47:56.569 | ebtables
2017-02-10 04:47:56.569 | iptables
2017-02-10 04:47:56.569 | iputils-arping
2017-02-10 04:47:56.569 | iputils-ping
2017-02-10 04:47:56.569 | libmysqlclient-dev
2017-02-10 04:47:56.569 | postgresql-server-dev-all
2017-02-10 04:47:56.569 | python-mysqldb
2017-02-10 04:47:56.569 | sqlite3
2017-02-10 04:47:56.569 | sudo
2017-02-10 04:47:56.569 | vlan
2017-02-10 04:47:56.569 | ipset
2017-02-10 04:47:56.569 | conntrack
2017-02-10 04:47:56.569 | conntrackd
2017-02-10 04:47:56.569 | keepalived'
2017-02-10 04:47:56.574 | +++tools/install_prereqs.sh:source:65        get_plugin_packages
2017-02-10 04:47:56.604 | ++tools/install_prereqs.sh:source:65        PACKAGES='bc
2017-02-10 04:47:56.604 | bridge-utils
2017-02-10 04:47:56.604 | bsdmainutils
2017-02-10 04:47:56.604 | curl
2017-02-10 04:47:56.604 | g++
2017-02-10 04:47:56.604 | gcc
2017-02-10 04:47:56.604 | gettext  
2017-02-10 04:47:56.604 | git
2017-02-10 04:47:56.604 | graphviz
2017-02-10 04:47:56.604 | iputils-ping
2017-02-10 04:47:56.604 | libffi-dev
2017-02-10 04:47:56.604 | libjpeg-dev
2017-02-10 04:47:56.604 | libmysqlclient-dev  
2017-02-10 04:47:56.604 | libpq-dev  
2017-02-10 04:47:56.604 | libssl-dev
2017-02-10 04:47:56.604 | libxml2-dev  
2017-02-10 04:47:56.604 | libxslt1-dev  
2017-02-10 04:47:56.604 | libyaml-dev
2017-02-10 04:47:56.604 | lsof
2017-02-10 04:47:56.604 | openssh-server
2017-02-10 04:47:56.604 | openssl
2017-02-10 04:47:56.604 | pkg-config
2017-02-10 04:47:56.604 | psmisc
2017-02-10 04:47:56.604 | python2.7
2017-02-10 04:47:56.604 | python-dev
2017-02-10 04:47:56.604 | python-gdbm
2017-02-10 04:47:56.604 | screen
2017-02-10 04:47:56.604 | tar
2017-02-10 04:47:56.604 | tcpdump
2017-02-10 04:47:56.604 | unzip
2017-02-10 04:47:56.604 | uuid-runtime
2017-02-10 04:47:56.604 | wget
2017-02-10 04:47:56.604 | wget
2017-02-10 04:47:56.604 | zlib1g-dev
2017-02-10 04:47:56.604 | libkrb5-dev
2017-02-10 04:47:56.604 | libldap2-dev
2017-02-10 04:47:56.604 | libsasl2-dev
2017-02-10 04:47:56.604 | memcached
2017-02-10 04:47:56.604 | python-mysqldb
2017-02-10 04:47:56.604 | sqlite3
2017-02-10 04:47:56.604 | fping
2017-02-10 04:47:56.604 | conntrack
2017-02-10 04:47:56.605 | curl
2017-02-10 04:47:56.605 | dnsmasq-base
2017-02-10 04:47:56.605 | dnsmasq-utils
2017-02-10 04:47:56.605 | ebtables
2017-02-10 04:47:56.605 | gawk
2017-02-10 04:47:56.605 | genisoimage
2017-02-10 04:47:56.605 | iptables
2017-02-10 04:47:56.605 | iputils-arping
2017-02-10 04:47:56.605 | kpartx
2017-02-10 04:47:56.605 | libjs-jquery-tablesorter
2017-02-10 04:47:56.605 | libmysqlclient-dev
2017-02-10 04:47:56.605 | parted
2017-02-10 04:47:56.605 | pm-utils
2017-02-10 04:47:56.605 | python-mysqldb
2017-02-10 04:47:56.605 | socat
2017-02-10 04:47:56.605 | sqlite3
2017-02-10 04:47:56.605 | sudo
2017-02-10 04:47:56.605 | vlan
2017-02-10 04:47:56.605 | cryptsetup
2017-02-10 04:47:56.605 | genisoimage
2017-02-10 04:47:56.605 | gir1.2-libosinfo-1.0
2017-02-10 04:47:56.605 | open-iscsi
2017-02-10 04:47:56.605 | qemu-utils
2017-02-10 04:47:56.605 | sg3-utils
2017-02-10 04:47:56.605 | sysfsutils
2017-02-10 04:47:56.605 | lvm2
2017-02-10 04:47:56.605 | open-iscsi
2017-02-10 04:47:56.605 | qemu-utils
2017-02-10 04:47:56.605 | libpcre3-dev  
2017-02-10 04:47:56.605 | dstat
2017-02-10 04:47:56.605 | curl
2017-02-10 04:47:56.605 | liberasurecode-dev
2017-02-10 04:47:56.605 | make
2017-02-10 04:47:56.605 | memcached
2017-02-10 04:47:56.605 | sqlite3
2017-02-10 04:47:56.605 | xfsprogs
2017-02-10 04:47:56.605 | acl
2017-02-10 04:47:56.605 | dnsmasq-base
2017-02-10 04:47:56.605 | ebtables
2017-02-10 04:47:56.605 | iptables
2017-02-10 04:47:56.605 | iputils-arping
2017-02-10 04:47:56.605 | iputils-ping
2017-02-10 04:47:56.605 | libmysqlclient-dev
2017-02-10 04:47:56.605 | postgresql-server-dev-all
2017-02-10 04:47:56.605 | python-mysqldb
2017-02-10 04:47:56.605 | sqlite3
2017-02-10 04:47:56.605 | sudo
2017-02-10 04:47:56.605 | vlan
2017-02-10 04:47:56.605 | ipset
2017-02-10 04:47:56.605 | conntrack
2017-02-10 04:47:56.605 | conntrackd
2017-02-10 04:47:56.605 | keepalived '
2017-02-10 04:47:56.610 | ++tools/install_prereqs.sh:source:67        is_ubuntu
2017-02-10 04:47:56.615 | ++functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:47:56.619 | ++functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:47:56.626 | ++tools/install_prereqs.sh:source:67        echo bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils libpcre3-dev dstat curl liberasurecode-dev make memcached sqlite3 xfsprogs acl dnsmasq-base ebtables iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived
2017-02-10 04:47:56.627 | ++tools/install_prereqs.sh:source:67        grep -q dkms
2017-02-10 04:47:56.633 | ++tools/install_prereqs.sh:source:72        install_package bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils libpcre3-dev dstat curl liberasurecode-dev make memcached sqlite3 xfsprogs acl dnsmasq-base ebtables iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived
2017-02-10 04:47:56.638 | ++functions-common:install_package:1276     update_package_repo
2017-02-10 04:47:56.642 | ++functions-common:update_package_repo:1248  NO_UPDATE_REPOS=False
2017-02-10 04:47:56.648 | ++functions-common:update_package_repo:1249  REPOS_UPDATED=False
2017-02-10 04:47:56.653 | ++functions-common:update_package_repo:1250  RETRY_UPDATE=False
2017-02-10 04:47:56.657 | ++functions-common:update_package_repo:1252  [[ False = \T\r\u\e ]]
2017-02-10 04:47:56.662 | ++functions-common:update_package_repo:1256  is_ubuntu
2017-02-10 04:47:56.667 | ++functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:47:56.672 | ++functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:47:56.677 | ++functions-common:update_package_repo:1257  apt_get_update
2017-02-10 04:47:56.682 | ++functions-common:apt_get_update:1050      [[ False == \T\r\u\e ]]
2017-02-10 04:47:56.687 | ++functions-common:apt_get_update:1055      [[ False = \T\r\u\e ]]
2017-02-10 04:47:56.692 | ++functions-common:apt_get_update:1057      local sudo=sudo
2017-02-10 04:47:56.697 | +++functions-common:apt_get_update:1058      id -u
2017-02-10 04:47:56.703 | ++functions-common:apt_get_update:1058      [[ 1001 = \0 ]]
2017-02-10 04:47:56.708 | ++functions-common:apt_get_update:1061      time_start apt-get-update
2017-02-10 04:47:56.713 | ++functions-common:time_start:2333          local name=apt-get-update
2017-02-10 04:47:56.718 | ++functions-common:time_start:2334          local start_time=
2017-02-10 04:47:56.722 | ++functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:47:56.728 | +++functions-common:time_start:2338          date +%s
2017-02-10 04:47:56.734 | ++functions-common:time_start:2338          START_TIME[$name]=1486702076
2017-02-10 04:47:56.739 | ++functions-common:apt_get_update:1063      local 'proxies=http_proxy= https_proxy= no_proxy= '
2017-02-10 04:47:56.743 | ++functions-common:apt_get_update:1064      local 'update_cmd=sudo http_proxy= https_proxy= no_proxy=  apt-get update'
2017-02-10 04:47:56.748 | ++functions-common:apt_get_update:1065      timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy=  apt-get update; do sleep 30; done'
2017-02-10 04:47:57.372 | Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
2017-02-10 04:47:57.883 | Ign http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty InRelease
2017-02-10 04:47:58.133 | Get:2 http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]
2017-02-10 04:47:58.139 | Get:3 http://security.ubuntu.com trusty-security/main Sources [124 kB]
2017-02-10 04:47:58.647 | Get:4 http://security.ubuntu.com trusty-security/universe Sources [49.3 kB]
2017-02-10 04:47:58.884 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports InRelease
2017-02-10 04:47:58.901 | Get:5 http://security.ubuntu.com trusty-security/main amd64 Packages [579 kB]
2017-02-10 04:47:59.135 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty Release.gpg
2017-02-10 04:47:59.385 | Get:6 http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/main Sources [391 kB]
2017-02-10 04:47:59.906 | Get:7 http://security.ubuntu.com trusty-security/universe amd64 Packages [151 kB]
2017-02-10 04:48:00.147 | Get:8 http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/restricted Sources [5911 B]
2017-02-10 04:48:00.169 | Get:9 http://security.ubuntu.com trusty-security/main i386 Packages [539 kB]
2017-02-10 04:48:00.398 | Get:10 http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/universe Sources [173 kB]
2017-02-10 04:48:00.663 | Get:11 http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7535 B]
2017-02-10 04:48:00.914 | Get:12 http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [947 kB]
2017-02-10 04:48:00.942 | Get:13 http://security.ubuntu.com trusty-security/universe i386 Packages [151 kB]
2017-02-10 04:48:01.931 | Get:14 http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [16.4 kB]
2017-02-10 04:48:02.183 | Get:15 http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [397 kB]
2017-02-10 04:48:02.213 | Hit http://security.ubuntu.com trusty-security/main Translation-en
2017-02-10 04:48:02.459 | Hit http://security.ubuntu.com trusty-security/universe Translation-en
2017-02-10 04:48:02.958 | Get:16 http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.0 kB]
2017-02-10 04:48:03.209 | Get:17 http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/main i386 Packages [908 kB]
2017-02-10 04:48:04.483 | Get:18 http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/restricted i386 Packages [16.2 kB]
2017-02-10 04:48:04.734 | Get:19 http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/universe i386 Packages [399 kB]
2017-02-10 04:48:05.498 | Get:20 http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/multiverse i386 Packages [14.4 kB]
2017-02-10 04:48:06.038 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/main Translation-en
2017-02-10 04:48:06.288 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en
2017-02-10 04:48:06.539 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en
2017-02-10 04:48:06.789 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-updates/universe Translation-en
2017-02-10 04:48:07.039 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/main Sources
2017-02-10 04:48:07.290 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/restricted Sources
2017-02-10 04:48:07.541 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/universe Sources
2017-02-10 04:48:07.791 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/multiverse Sources
2017-02-10 04:48:08.045 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages
2017-02-10 04:48:08.292 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages
2017-02-10 04:48:08.548 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages
2017-02-10 04:48:08.799 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages
2017-02-10 04:48:09.049 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/main i386 Packages
2017-02-10 04:48:09.301 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/restricted i386 Packages
2017-02-10 04:48:09.550 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/universe i386 Packages
2017-02-10 04:48:09.800 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/multiverse i386 Packages
2017-02-10 04:48:10.051 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/main Translation-en
2017-02-10 04:48:10.586 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en
2017-02-10 04:48:10.836 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en
2017-02-10 04:48:11.086 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty-backports/universe Translation-en
2017-02-10 04:48:11.336 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty Release
2017-02-10 04:48:11.593 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/main Sources
2017-02-10 04:48:11.844 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/restricted Sources
2017-02-10 04:48:12.093 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/universe Sources
2017-02-10 04:48:12.344 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/multiverse Sources
2017-02-10 04:48:12.608 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/main amd64 Packages
2017-02-10 04:48:12.858 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/restricted amd64 Packages
2017-02-10 04:48:13.108 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/universe amd64 Packages
2017-02-10 04:48:13.358 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages
2017-02-10 04:48:13.609 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/main i386 Packages
2017-02-10 04:48:13.859 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/restricted i386 Packages
2017-02-10 04:48:14.108 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/universe i386 Packages
2017-02-10 04:48:14.358 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/multiverse i386 Packages
2017-02-10 04:48:14.608 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/main Translation-en
2017-02-10 04:48:15.146 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/multiverse Translation-en
2017-02-10 04:48:15.396 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/restricted Translation-en
2017-02-10 04:48:15.647 | Hit http://KVM_ZONE_X86_1.clouds.archive.ubuntu.com trusty/universe Translation-en
2017-02-10 04:48:15.956 | Fetched 5016 kB in 19s (262 kB/s)
2017-02-10 04:48:18.104 | Reading package lists...
2017-02-10 04:48:18.111 | ++functions-common:apt_get_update:1069      REPOS_UPDATED=True
2017-02-10 04:48:18.115 | ++functions-common:apt_get_update:1071      time_stop apt-get-update
2017-02-10 04:48:18.119 | ++functions-common:time_stop:2347           local name
2017-02-10 04:48:18.122 | ++functions-common:time_stop:2348           local end_time
2017-02-10 04:48:18.126 | ++functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:18.130 | ++functions-common:time_stop:2350           local total
2017-02-10 04:48:18.134 | ++functions-common:time_stop:2351           local start_time
2017-02-10 04:48:18.138 | ++functions-common:time_stop:2353           name=apt-get-update
2017-02-10 04:48:18.141 | ++functions-common:time_stop:2354           start_time=1486702076
2017-02-10 04:48:18.145 | ++functions-common:time_stop:2356           [[ -z 1486702076 ]]
2017-02-10 04:48:18.149 | +++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:18.154 | ++functions-common:time_stop:2359           end_time=1486702098
2017-02-10 04:48:18.158 | ++functions-common:time_stop:2360           elapsed_time=22
2017-02-10 04:48:18.162 | ++functions-common:time_stop:2361           total=0
2017-02-10 04:48:18.165 | ++functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:18.169 | ++functions-common:time_stop:2364           TOTAL_TIME[$name]=22
2017-02-10 04:48:18.173 | ++functions-common:install_package:1277     real_install_package bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils libpcre3-dev dstat curl liberasurecode-dev make memcached sqlite3 xfsprogs acl dnsmasq-base ebtables iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived
2017-02-10 04:48:18.177 | ++functions-common:real_install_package:1262  is_ubuntu
2017-02-10 04:48:18.181 | ++functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:18.185 | ++functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:18.189 | ++functions-common:real_install_package:1263  apt_get install bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils libpcre3-dev dstat curl liberasurecode-dev make memcached sqlite3 xfsprogs acl dnsmasq-base ebtables iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived
2017-02-10 04:48:18.214 | ++functions-common:apt_get:1091             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils libpcre3-dev dstat curl liberasurecode-dev make memcached sqlite3 xfsprogs acl dnsmasq-base ebtables iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived
2017-02-10 04:48:18.224 | Reading package lists...
2017-02-10 04:48:18.442 | Building dependency tree...
2017-02-10 04:48:18.443 | Reading state information...
2017-02-10 04:48:18.554 | acl is already the newest version.
2017-02-10 04:48:18.554 | bc is already the newest version.
2017-02-10 04:48:18.554 | bridge-utils is already the newest version.
2017-02-10 04:48:18.554 | bsdmainutils is already the newest version.
2017-02-10 04:48:18.554 | cryptsetup is already the newest version.
2017-02-10 04:48:18.554 | ebtables is already the newest version.
2017-02-10 04:48:18.554 | g++ is already the newest version.
2017-02-10 04:48:18.554 | gawk is already the newest version.
2017-02-10 04:48:18.554 | gcc is already the newest version.
2017-02-10 04:48:18.554 | genisoimage is already the newest version.
2017-02-10 04:48:18.554 | iptables is already the newest version.
2017-02-10 04:48:18.554 | keepalived is already the newest version.
2017-02-10 04:48:18.554 | libjpeg-dev is already the newest version.
2017-02-10 04:48:18.554 | libjs-jquery-tablesorter is already the newest version.
2017-02-10 04:48:18.554 | libsasl2-dev is already the newest version.
2017-02-10 04:48:18.554 | libxslt1-dev is already the newest version.
2017-02-10 04:48:18.554 | lsof is already the newest version.
2017-02-10 04:48:18.554 | lvm2 is already the newest version.
2017-02-10 04:48:18.554 | make is already the newest version.
2017-02-10 04:48:18.554 | open-iscsi is already the newest version.
2017-02-10 04:48:18.555 | pkg-config is already the newest version.
2017-02-10 04:48:18.555 | psmisc is already the newest version.
2017-02-10 04:48:18.555 | python-dev is already the newest version.
2017-02-10 04:48:18.555 | python-gdbm is already the newest version.
2017-02-10 04:48:18.555 | python-mysqldb is already the newest version.
2017-02-10 04:48:18.555 | screen is already the newest version.
2017-02-10 04:48:18.555 | sg3-utils is already the newest version.
2017-02-10 04:48:18.555 | xfsprogs is already the newest version.
2017-02-10 04:48:18.555 | zlib1g-dev is already the newest version.
2017-02-10 04:48:18.555 | conntrack is already the newest version.
2017-02-10 04:48:18.555 | conntrackd is already the newest version.
2017-02-10 04:48:18.555 | dstat is already the newest version.
2017-02-10 04:48:18.555 | fping is already the newest version.
2017-02-10 04:48:18.555 | gir1.2-libosinfo-1.0 is already the newest version.
2017-02-10 04:48:18.555 | ipset is already the newest version.
2017-02-10 04:48:18.555 | socat is already the newest version.
2017-02-10 04:48:18.555 | sysfsutils is already the newest version.
2017-02-10 04:48:18.555 | curl is already the newest version.
2017-02-10 04:48:18.555 | dnsmasq-base is already the newest version.
2017-02-10 04:48:18.555 | dnsmasq-utils is already the newest version.
2017-02-10 04:48:18.555 | gettext is already the newest version.
2017-02-10 04:48:18.555 | git is already the newest version.
2017-02-10 04:48:18.555 | graphviz is already the newest version.
2017-02-10 04:48:18.555 | iputils-arping is already the newest version.
2017-02-10 04:48:18.555 | iputils-ping is already the newest version.
2017-02-10 04:48:18.555 | kpartx is already the newest version.
2017-02-10 04:48:18.555 | libffi-dev is already the newest version.
2017-02-10 04:48:18.555 | libkrb5-dev is already the newest version.
2017-02-10 04:48:18.555 | libldap2-dev is already the newest version.
2017-02-10 04:48:18.555 | libmysqlclient-dev is already the newest version.
2017-02-10 04:48:18.555 | libpcre3-dev is already the newest version.
2017-02-10 04:48:18.555 | libpq-dev is already the newest version.
2017-02-10 04:48:18.555 | libssl-dev is already the newest version.
2017-02-10 04:48:18.555 | libxml2-dev is already the newest version.
2017-02-10 04:48:18.555 | libyaml-dev is already the newest version.
2017-02-10 04:48:18.555 | memcached is already the newest version.
2017-02-10 04:48:18.555 | openssh-server is already the newest version.
2017-02-10 04:48:18.555 | openssl is already the newest version.
2017-02-10 04:48:18.555 | parted is already the newest version.
2017-02-10 04:48:18.555 | pm-utils is already the newest version.
2017-02-10 04:48:18.555 | python2.7 is already the newest version.
2017-02-10 04:48:18.555 | qemu-utils is already the newest version.
2017-02-10 04:48:18.555 | sqlite3 is already the newest version.
2017-02-10 04:48:18.555 | sudo is already the newest version.
2017-02-10 04:48:18.555 | tar is already the newest version.
2017-02-10 04:48:18.555 | tcpdump is already the newest version.
2017-02-10 04:48:18.555 | unzip is already the newest version.
2017-02-10 04:48:18.555 | uuid-runtime is already the newest version.
2017-02-10 04:48:18.555 | vlan is already the newest version.
2017-02-10 04:48:18.555 | wget is already the newest version.
2017-02-10 04:48:18.555 | postgresql-server-dev-all is already the newest version.
2017-02-10 04:48:18.555 | liberasurecode-dev is already the newest version.
2017-02-10 04:48:18.555 | The following packages were automatically installed and are no longer required:
2017-02-10 04:48:18.555 |   python-chardet-whl python-colorama python-colorama-whl python-distlib
2017-02-10 04:48:18.555 |   python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl
2017-02-10 04:48:18.555 |   python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
2017-02-10 04:48:18.555 |   python-wheel python3-pkg-resources
2017-02-10 04:48:18.555 | Use 'apt-get autoremove' to remove them.
2017-02-10 04:48:18.579 | 0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
2017-02-10 04:48:18.584 | ++functions-common:apt_get:1095             result=0
2017-02-10 04:48:18.588 | ++functions-common:apt_get:1098             time_stop apt-get
2017-02-10 04:48:18.592 | ++functions-common:time_stop:2347           local name
2017-02-10 04:48:18.595 | ++functions-common:time_stop:2348           local end_time
2017-02-10 04:48:18.599 | ++functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:18.602 | ++functions-common:time_stop:2350           local total
2017-02-10 04:48:18.606 | ++functions-common:time_stop:2351           local start_time
2017-02-10 04:48:18.610 | ++functions-common:time_stop:2353           name=apt-get
2017-02-10 04:48:18.613 | ++functions-common:time_stop:2354           start_time=1486702098
2017-02-10 04:48:18.617 | ++functions-common:time_stop:2356           [[ -z 1486702098 ]]
2017-02-10 04:48:18.621 | +++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:18.625 | ++functions-common:time_stop:2359           end_time=1486702098
2017-02-10 04:48:18.629 | ++functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:48:18.632 | ++functions-common:time_stop:2361           total=0
2017-02-10 04:48:18.636 | ++functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:18.639 | ++functions-common:time_stop:2364           TOTAL_TIME[$name]=0
2017-02-10 04:48:18.643 | ++functions-common:apt_get:1099             return 0
2017-02-10 04:48:18.647 | ++tools/install_prereqs.sh:source:74        [[ -n False ]]
2017-02-10 04:48:18.651 | ++tools/install_prereqs.sh:source:74        [[ False != \F\a\l\s\e ]]
2017-02-10 04:48:18.654 | ++tools/install_prereqs.sh:source:84        python3_enabled
2017-02-10 04:48:18.657 | ++inc/python:python3_enabled:356            [[ False == \T\r\u\e ]]
2017-02-10 04:48:18.661 | ++inc/python:python3_enabled:359            return 1
2017-02-10 04:48:18.664 | ++tools/install_prereqs.sh:source:91        date +%s
2017-02-10 04:48:18.668 | ++tools/install_prereqs.sh:source:92        date
2017-02-10 04:48:18.672 | +./stack.sh:main:716                       [[ False != \T\r\u\e ]]
2017-02-10 04:48:18.675 | +./stack.sh:main:717                       PYPI_ALTERNATIVE_URL=
2017-02-10 04:48:18.678 | +./stack.sh:main:717                       /opt/devstack/tools/install_pip.sh
2017-02-10 04:48:18.942 | +tools/install_pip.sh:main:28              FILES=/opt/devstack/files
2017-02-10 04:48:18.944 | +tools/install_pip.sh:main:30              PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
2017-02-10 04:48:18.947 | ++tools/install_pip.sh:main:31              basename https://bootstrap.pypa.io/get-pip.py
2017-02-10 04:48:18.949 | +tools/install_pip.sh:main:31              LOCAL_PIP=/opt/devstack/files/get-pip.py
2017-02-10 04:48:18.952 | +tools/install_pip.sh:main:33              GetDistro
2017-02-10 04:48:18.954 | +functions-common:GetDistro:367            GetOSVersion
2017-02-10 04:48:18.956 | +functions-common:GetOSVersion:344         _ensure_lsb_release
2017-02-10 04:48:18.959 | ++functions-common:_ensure_lsb_release:315  command -v lsb_release
2017-02-10 04:48:18.961 | +functions-common:_ensure_lsb_release:315  [[ -x /usr/bin/lsb_release ]]
2017-02-10 04:48:18.964 | +functions-common:_ensure_lsb_release:316  return
2017-02-10 04:48:18.966 | ++functions-common:GetOSVersion:346         lsb_release -r -s
2017-02-10 04:48:19.000 | +functions-common:GetOSVersion:346         os_RELEASE=14.04
2017-02-10 04:48:19.003 | ++functions-common:GetOSVersion:347         lsb_release -c -s
2017-02-10 04:48:19.036 | +functions-common:GetOSVersion:347         os_CODENAME=trusty
2017-02-10 04:48:19.039 | ++functions-common:GetOSVersion:348         lsb_release -i -s
2017-02-10 04:48:19.073 | +functions-common:GetOSVersion:348         os_VENDOR=Ubuntu
2017-02-10 04:48:19.075 | +functions-common:GetOSVersion:350         [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]]
2017-02-10 04:48:19.077 | +functions-common:GetOSVersion:351         os_PACKAGE=deb
2017-02-10 04:48:19.080 | +functions-common:GetOSVersion:356         typeset -xr os_VENDOR
2017-02-10 04:48:19.082 | +functions-common:GetOSVersion:357         typeset -xr os_RELEASE
2017-02-10 04:48:19.084 | +functions-common:GetOSVersion:358         typeset -xr os_PACKAGE
2017-02-10 04:48:19.086 | +functions-common:GetOSVersion:359         typeset -xr os_CODENAME
2017-02-10 04:48:19.089 | +functions-common:GetDistro:369            [[ Ubuntu =~ (Ubuntu) ]]
2017-02-10 04:48:19.091 | +functions-common:GetDistro:372            DISTRO=trusty
2017-02-10 04:48:19.093 | +functions-common:GetDistro:414            typeset -xr DISTRO
2017-02-10 04:48:19.096 | +tools/install_pip.sh:main:34              echo 'Distro: trusty'
2017-02-10 04:48:19.096 | Distro: trusty
2017-02-10 04:48:19.098 | +tools/install_pip.sh:main:116             get_versions
2017-02-10 04:48:19.101 | ++tools/install_pip.sh:get_versions:39      which pip
2017-02-10 04:48:19.104 | +tools/install_pip.sh:get_versions:39      PIP=/usr/local/bin/pip
2017-02-10 04:48:19.106 | +tools/install_pip.sh:get_versions:40      [[ -n /usr/local/bin/pip ]]
2017-02-10 04:48:19.111 | ++tools/install_pip.sh:get_versions:41      awk '{ print $2}'
2017-02-10 04:48:19.111 | ++tools/install_pip.sh:get_versions:41      /usr/local/bin/pip --version
2017-02-10 04:48:19.709 | +tools/install_pip.sh:get_versions:41      PIP_VERSION=9.0.1
2017-02-10 04:48:19.712 | +tools/install_pip.sh:get_versions:42      echo 'pip: 9.0.1'
2017-02-10 04:48:19.712 | pip: 9.0.1
2017-02-10 04:48:19.714 | +tools/install_pip.sh:main:125             is_fedora
2017-02-10 04:48:19.716 | +functions-common:is_fedora:438            [[ -z Ubuntu ]]
2017-02-10 04:48:19.718 | +functions-common:is_fedora:442            '[' Ubuntu = Fedora ']'
2017-02-10 04:48:19.721 | +functions-common:is_fedora:442            '[' Ubuntu = 'Red Hat' ']'
2017-02-10 04:48:19.723 | +functions-common:is_fedora:443            '[' Ubuntu = RedHatEnterpriseServer ']'
2017-02-10 04:48:19.725 | +functions-common:is_fedora:444            '[' Ubuntu = CentOS ']'
2017-02-10 04:48:19.727 | +functions-common:is_fedora:444            '[' Ubuntu = OracleLinux ']'
2017-02-10 04:48:19.729 | +functions-common:is_fedora:445            '[' Ubuntu = Virtuozzo ']'
2017-02-10 04:48:19.731 | +functions-common:is_fedora:445            '[' Ubuntu = kvmibm ']'
2017-02-10 04:48:19.734 | +tools/install_pip.sh:main:126             uninstall_package python-pip
2017-02-10 04:48:19.736 | +functions-common:uninstall_package:1305   is_ubuntu
2017-02-10 04:48:19.738 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:19.740 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:19.742 | +functions-common:uninstall_package:1306   apt_get purge python-pip
2017-02-10 04:48:19.761 | +functions-common:apt_get:1091             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python-pip
2017-02-10 04:48:19.769 | Reading package lists...
2017-02-10 04:48:19.970 | Building dependency tree...
2017-02-10 04:48:19.971 | Reading state information...
2017-02-10 04:48:20.080 | Package 'python-pip' is not installed, so not removed
2017-02-10 04:48:20.080 | The following packages were automatically installed and are no longer required:
2017-02-10 04:48:20.081 |   python-chardet-whl python-colorama python-colorama-whl python-distlib
2017-02-10 04:48:20.081 |   python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl
2017-02-10 04:48:20.081 |   python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
2017-02-10 04:48:20.081 |   python-wheel python3-pkg-resources
2017-02-10 04:48:20.081 | Use 'apt-get autoremove' to remove them.
2017-02-10 04:48:20.104 | 0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
2017-02-10 04:48:20.108 | +functions-common:apt_get:1095             result=0
2017-02-10 04:48:20.110 | +functions-common:apt_get:1098             time_stop apt-get
2017-02-10 04:48:20.112 | +functions-common:time_stop:2347           local name
2017-02-10 04:48:20.114 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:48:20.117 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:20.119 | +functions-common:time_stop:2350           local total
2017-02-10 04:48:20.121 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:48:20.123 | +functions-common:time_stop:2353           name=apt-get
2017-02-10 04:48:20.125 | +functions-common:time_stop:2354           start_time=1486702099
2017-02-10 04:48:20.128 | +functions-common:time_stop:2356           [[ -z 1486702099 ]]
2017-02-10 04:48:20.130 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:20.133 | +functions-common:time_stop:2359           end_time=1486702100
2017-02-10 04:48:20.135 | +functions-common:time_stop:2360           elapsed_time=1
2017-02-10 04:48:20.137 | +functions-common:time_stop:2361           total=0
2017-02-10 04:48:20.140 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:20.142 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=1
2017-02-10 04:48:20.144 | +functions-common:apt_get:1099             return 0
2017-02-10 04:48:20.146 | +tools/install_pip.sh:main:127             uninstall_package python3-pip
2017-02-10 04:48:20.148 | +functions-common:uninstall_package:1305   is_ubuntu
2017-02-10 04:48:20.151 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:20.153 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:20.155 | +functions-common:uninstall_package:1306   apt_get purge python3-pip
2017-02-10 04:48:20.171 | +functions-common:apt_get:1091             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip
2017-02-10 04:48:20.179 | Reading package lists...
2017-02-10 04:48:20.376 | Building dependency tree...
2017-02-10 04:48:20.377 | Reading state information...
2017-02-10 04:48:20.483 | Package 'python3-pip' is not installed, so not removed
2017-02-10 04:48:20.483 | The following packages were automatically installed and are no longer required:
2017-02-10 04:48:20.483 |   python-chardet-whl python-colorama python-colorama-whl python-distlib
2017-02-10 04:48:20.483 |   python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl
2017-02-10 04:48:20.483 |   python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
2017-02-10 04:48:20.483 |   python-wheel python3-pkg-resources
2017-02-10 04:48:20.483 | Use 'apt-get autoremove' to remove them.
2017-02-10 04:48:20.505 | 0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
2017-02-10 04:48:20.508 | +functions-common:apt_get:1095             result=0
2017-02-10 04:48:20.511 | +functions-common:apt_get:1098             time_stop apt-get
2017-02-10 04:48:20.513 | +functions-common:time_stop:2347           local name
2017-02-10 04:48:20.515 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:48:20.517 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:20.520 | +functions-common:time_stop:2350           local total
2017-02-10 04:48:20.522 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:48:20.524 | +functions-common:time_stop:2353           name=apt-get
2017-02-10 04:48:20.526 | +functions-common:time_stop:2354           start_time=1486702100
2017-02-10 04:48:20.528 | +functions-common:time_stop:2356           [[ -z 1486702100 ]]
2017-02-10 04:48:20.531 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:20.534 | +functions-common:time_stop:2359           end_time=1486702100
2017-02-10 04:48:20.536 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:48:20.538 | +functions-common:time_stop:2361           total=1
2017-02-10 04:48:20.541 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:20.543 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=1
2017-02-10 04:48:20.545 | +functions-common:apt_get:1099             return 0
2017-02-10 04:48:20.547 | +tools/install_pip.sh:main:130             install_get_pip
2017-02-10 04:48:20.550 | +tools/install_pip.sh:install_get_pip:52   [[ -r /opt/devstack/files/get-pip.py ]]
2017-02-10 04:48:20.552 | +tools/install_pip.sh:install_get_pip:53   grep -q '#!/usr/bin/env python'
2017-02-10 04:48:20.553 | +tools/install_pip.sh:install_get_pip:53   head -1 /opt/devstack/files/get-pip.py
2017-02-10 04:48:20.556 | +tools/install_pip.sh:install_get_pip:69   [[ ! -r /opt/devstack/files/get-pip.py ]]
2017-02-10 04:48:20.558 | +tools/install_pip.sh:install_get_pip:69   [[ -r /opt/devstack/files/get-pip.py.downloaded ]]
2017-02-10 04:48:20.560 | +tools/install_pip.sh:install_get_pip:72   local timecond=
2017-02-10 04:48:20.563 | +tools/install_pip.sh:install_get_pip:73   [[ -r /opt/devstack/files/get-pip.py ]]
2017-02-10 04:48:20.565 | +tools/install_pip.sh:install_get_pip:74   timecond='-z /opt/devstack/files/get-pip.py'
2017-02-10 04:48:20.567 | +tools/install_pip.sh:install_get_pip:77   curl -f --retry 6 --retry-delay 5 -z /opt/devstack/files/get-pip.py -o /opt/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py
2017-02-10 04:48:20.576 |   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2017-02-10 04:48:20.576 |                                  Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2017-02-10 04:48:21.089 | +tools/install_pip.sh:install_get_pip:80   touch /opt/devstack/files/get-pip.py.downloaded
2017-02-10 04:48:21.092 | +tools/install_pip.sh:install_get_pip:82   sudo -H -E python /opt/devstack/files/get-pip.py -c /opt/devstack/tools/cap-pip.txt
2017-02-10 04:48:25.979 | Requirement already up-to-date: pip!=8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/devstack/tools/cap-pip.txt (line 1))
2017-02-10 04:48:26.685 | +tools/install_pip.sh:install_get_pip:83   python3_enabled
2017-02-10 04:48:26.688 | +inc/python:python3_enabled:356            [[ False == \T\r\u\e ]]
2017-02-10 04:48:26.690 | +inc/python:python3_enabled:359            return 1
2017-02-10 04:48:26.692 | +tools/install_pip.sh:main:132             [[ -n '' ]]
2017-02-10 04:48:26.695 | +tools/install_pip.sh:main:136             set -x
2017-02-10 04:48:26.697 | +tools/install_pip.sh:main:137             pip_install -U setuptools
2017-02-10 04:48:27.277 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -U setuptools
2017-02-10 04:48:28.040 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:48:28.720 | Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/dist-packages
2017-02-10 04:48:28.829 | Requirement already up-to-date: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 66))
2017-02-10 04:48:29.047 | Requirement already up-to-date: packaging===16.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233))
2017-02-10 04:48:29.117 | Requirement already up-to-date: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337))
2017-02-10 04:48:29.231 | Requirement already up-to-date: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266))
2017-02-10 04:48:29.353 | +inc/python:pip_install:162                result=0
2017-02-10 04:48:29.356 | +inc/python:pip_install:165                local test_req=setuptools/test-requirements.txt
2017-02-10 04:48:29.359 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:48:29.362 | +inc/python:pip_install:166                [[ -e setuptools/test-requirements.txt ]]
2017-02-10 04:48:29.365 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:48:29.369 | +functions-common:time_stop:2347           local name
2017-02-10 04:48:29.372 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:48:29.375 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:29.378 | +functions-common:time_stop:2350           local total
2017-02-10 04:48:29.381 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:48:29.384 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:48:29.387 | +functions-common:time_stop:2354           start_time=1486702106
2017-02-10 04:48:29.390 | +functions-common:time_stop:2356           [[ -z 1486702106 ]]
2017-02-10 04:48:29.394 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:29.398 | +functions-common:time_stop:2359           end_time=1486702109
2017-02-10 04:48:29.401 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:48:29.404 | +functions-common:time_stop:2361           total=0
2017-02-10 04:48:29.407 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:29.410 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=3
2017-02-10 04:48:29.413 | +inc/python:pip_install:179                return 0
2017-02-10 04:48:29.416 | +tools/install_pip.sh:main:139             get_versions
2017-02-10 04:48:29.420 | ++tools/install_pip.sh:get_versions:39      which pip
2017-02-10 04:48:29.424 | +tools/install_pip.sh:get_versions:39      PIP=/usr/local/bin/pip
2017-02-10 04:48:29.428 | +tools/install_pip.sh:get_versions:40      [[ -n /usr/local/bin/pip ]]
2017-02-10 04:48:29.432 | ++tools/install_pip.sh:get_versions:41      /usr/local/bin/pip --version
2017-02-10 04:48:29.434 | ++tools/install_pip.sh:get_versions:41      awk '{ print $2}'
2017-02-10 04:48:30.047 | +tools/install_pip.sh:get_versions:41      PIP_VERSION=9.0.1
2017-02-10 04:48:30.051 | +tools/install_pip.sh:get_versions:42      echo 'pip: 9.0.1'
2017-02-10 04:48:30.051 | pip: 9.0.1
2017-02-10 04:48:30.055 | +./stack.sh:main:721                       pip_install -U os-testr
2017-02-10 04:48:30.648 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -U os-testr
2017-02-10 04:48:31.410 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:48:34.888 | Requirement already up-to-date: os-testr===0.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208))
2017-02-10 04:48:34.971 | Requirement already up-to-date: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238))
2017-02-10 04:48:35.001 | Requirement already up-to-date: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305))
2017-02-10 04:48:35.041 | Requirement already up-to-date: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353))
2017-02-10 04:48:35.085 | Requirement already up-to-date: testtools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356))
2017-02-10 04:48:35.125 | Requirement already up-to-date: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363))
2017-02-10 04:48:35.164 | Requirement already up-to-date: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369))
2017-02-10 04:48:35.211 | Requirement already up-to-date: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2))
2017-02-10 04:48:35.238 | Requirement already up-to-date: extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
2017-02-10 04:48:35.275 | Requirement already up-to-date: fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129))
2017-02-10 04:48:35.308 | Requirement already up-to-date: python-mimeparse===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293))
2017-02-10 04:48:35.371 | Requirement already up-to-date: pyrsistent===0.11.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269))
2017-02-10 04:48:35.398 | Requirement already up-to-date: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172))
2017-02-10 04:48:35.427 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 369))
2017-02-10 04:48:35.454 |   Downloading http://pypi.doubanio.com/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl
2017-02-10 04:48:35.500 | Requirement already up-to-date: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337))
2017-02-10 04:48:35.682 | Requirement already up-to-date: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309))
2017-02-10 04:48:35.684 | Installing collected packages: argparse
2017-02-10 04:48:35.685 |   Found existing installation: argparse 1.2.1
2017-02-10 04:48:35.686 |     Not uninstalling argparse at /usr/lib/python2.7, as it is in the standard library.
2017-02-10 04:48:35.786 | Successfully installed argparse-1.4.0
2017-02-10 04:48:35.893 | +inc/python:pip_install:162                result=0
2017-02-10 04:48:35.896 | +inc/python:pip_install:165                local test_req=os-testr/test-requirements.txt
2017-02-10 04:48:35.899 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:48:35.902 | +inc/python:pip_install:166                [[ -e os-testr/test-requirements.txt ]]
2017-02-10 04:48:35.905 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:48:35.909 | +functions-common:time_stop:2347           local name
2017-02-10 04:48:35.912 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:48:35.915 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:35.918 | +functions-common:time_stop:2350           local total
2017-02-10 04:48:35.921 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:48:35.924 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:48:35.927 | +functions-common:time_stop:2354           start_time=1486702110
2017-02-10 04:48:35.930 | +functions-common:time_stop:2356           [[ -z 1486702110 ]]
2017-02-10 04:48:35.934 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:35.938 | +functions-common:time_stop:2359           end_time=1486702115
2017-02-10 04:48:35.941 | +functions-common:time_stop:2360           elapsed_time=5
2017-02-10 04:48:35.944 | +functions-common:time_stop:2361           total=0
2017-02-10 04:48:35.947 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:35.950 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=5
2017-02-10 04:48:35.953 | +inc/python:pip_install:179                return 0
2017-02-10 04:48:35.956 | +./stack.sh:main:723                       TRACK_DEPENDS=False
2017-02-10 04:48:35.960 | +./stack.sh:main:726                       [[ False = True ]]
2017-02-10 04:48:35.963 | +./stack.sh:main:737                       source /opt/devstack/tools/fixup_stuff.sh
2017-02-10 04:48:35.967 | ++tools/fixup_stuff.sh:source:22            [[ -z /opt/devstack ]]
2017-02-10 04:48:35.971 | ++tools/fixup_stuff.sh:source:48            keystone_ports=35357,35358
2017-02-10 04:48:35.975 | ++tools/fixup_stuff.sh:source:53            sysctl net.ipv4.ip_local_reserved_ports
2017-02-10 04:48:36.015 | +++tools/fixup_stuff.sh:source:55            sed 's/^ //'
2017-02-10 04:48:36.016 | +++tools/fixup_stuff.sh:source:55            sysctl net.ipv4.ip_local_reserved_ports
2017-02-10 04:48:36.017 | +++tools/fixup_stuff.sh:source:55            awk -F= '{print $2;}'
2017-02-10 04:48:36.022 | ++tools/fixup_stuff.sh:source:55            reserved_ports=35357-35358
2017-02-10 04:48:36.026 | ++tools/fixup_stuff.sh:source:57            [[ -z 35357-35358 ]]
2017-02-10 04:48:36.029 | ++tools/fixup_stuff.sh:source:64            sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358,35357-35358
2017-02-10 04:48:36.033 | net.ipv4.ip_local_reserved_ports = 35357,35358,35357-35358
2017-02-10 04:48:36.038 | ++tools/fixup_stuff.sh:source:86            pip_install 'prettytable>=0.7'
2017-02-10 04:48:36.703 | ++inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'prettytable>=0.7'
2017-02-10 04:48:37.489 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:48:37.730 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247))
2017-02-10 04:48:37.831 | ++inc/python:pip_install:162                result=0
2017-02-10 04:48:37.837 | ++inc/python:pip_install:165                local 'test_req=prettytable>=0.7/test-requirements.txt'
2017-02-10 04:48:37.842 | ++inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:48:37.846 | ++inc/python:pip_install:166                [[ -e prettytable>=0.7/test-requirements.txt ]]
2017-02-10 04:48:37.851 | ++inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:48:37.856 | ++functions-common:time_stop:2347           local name
2017-02-10 04:48:37.860 | ++functions-common:time_stop:2348           local end_time
2017-02-10 04:48:37.864 | ++functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:37.869 | ++functions-common:time_stop:2350           local total
2017-02-10 04:48:37.873 | ++functions-common:time_stop:2351           local start_time
2017-02-10 04:48:37.878 | ++functions-common:time_stop:2353           name=pip_install
2017-02-10 04:48:37.883 | ++functions-common:time_stop:2354           start_time=1486702116
2017-02-10 04:48:37.887 | ++functions-common:time_stop:2356           [[ -z 1486702116 ]]
2017-02-10 04:48:37.893 | +++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:37.898 | ++functions-common:time_stop:2359           end_time=1486702117
2017-02-10 04:48:37.903 | ++functions-common:time_stop:2360           elapsed_time=1
2017-02-10 04:48:37.908 | ++functions-common:time_stop:2361           total=5
2017-02-10 04:48:37.913 | ++functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:37.917 | ++functions-common:time_stop:2364           TOTAL_TIME[$name]=6
2017-02-10 04:48:37.922 | ++inc/python:pip_install:179                return 0
2017-02-10 04:48:37.927 | +++tools/fixup_stuff.sh:source:87            get_package_path prettytable
2017-02-10 04:48:37.932 | +++tools/fixup_stuff.sh:get_package_path:76  local package=prettytable
2017-02-10 04:48:37.938 | ++++tools/fixup_stuff.sh:get_package_path:77  python -c 'import os; import prettytable; print(os.path.split(os.path.realpath(prettytable.__file__))[0])'
2017-02-10 04:48:37.974 | +++tools/fixup_stuff.sh:get_package_path:77  echo /usr/lib/python2.7/dist-packages
2017-02-10 04:48:37.980 | ++tools/fixup_stuff.sh:source:87            PACKAGE_DIR=/usr/lib/python2.7/dist-packages
2017-02-10 04:48:37.986 | +++tools/fixup_stuff.sh:source:89            echo /usr/lib/python2.7/dist-packages/prettytable-0.7.2.egg-info
2017-02-10 04:48:37.991 | ++tools/fixup_stuff.sh:source:89            dir=/usr/lib/python2.7/dist-packages/prettytable-0.7.2.egg-info
2017-02-10 04:48:37.996 | ++tools/fixup_stuff.sh:source:90            [[ -d /usr/lib/python2.7/dist-packages/prettytable-0.7.2.egg-info ]]
2017-02-10 04:48:38.001 | ++tools/fixup_stuff.sh:source:91            sudo chmod +r /usr/lib/python2.7/dist-packages/prettytable-0.7.2.egg-info/PKG-INFO /usr/lib/python2.7/dist-packages/prettytable-0.7.2.egg-info/SOURCES.txt /usr/lib/python2.7/dist-packages/prettytable-0.7.2.egg-info/dependency_links.txt /usr/lib/python2.7/dist-packages/prettytable-0.7.2.egg-info/top_level.txt
2017-02-10 04:48:38.011 | ++tools/fixup_stuff.sh:source:96            pip_install httplib2
2017-02-10 04:48:38.694 | ++inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt httplib2
2017-02-10 04:48:39.495 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:48:39.765 | Requirement already satisfied: httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147))
2017-02-10 04:48:39.875 | ++inc/python:pip_install:162                result=0
2017-02-10 04:48:39.880 | ++inc/python:pip_install:165                local test_req=httplib2/test-requirements.txt
2017-02-10 04:48:39.884 | ++inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:48:39.889 | ++inc/python:pip_install:166                [[ -e httplib2/test-requirements.txt ]]
2017-02-10 04:48:39.895 | ++inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:48:39.900 | ++functions-common:time_stop:2347           local name
2017-02-10 04:48:39.905 | ++functions-common:time_stop:2348           local end_time
2017-02-10 04:48:39.910 | ++functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:39.915 | ++functions-common:time_stop:2350           local total
2017-02-10 04:48:39.920 | ++functions-common:time_stop:2351           local start_time
2017-02-10 04:48:39.925 | ++functions-common:time_stop:2353           name=pip_install
2017-02-10 04:48:39.931 | ++functions-common:time_stop:2354           start_time=1486702118
2017-02-10 04:48:39.935 | ++functions-common:time_stop:2356           [[ -z 1486702118 ]]
2017-02-10 04:48:39.941 | +++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:39.947 | ++functions-common:time_stop:2359           end_time=1486702119
2017-02-10 04:48:39.952 | ++functions-common:time_stop:2360           elapsed_time=1
2017-02-10 04:48:39.957 | ++functions-common:time_stop:2361           total=6
2017-02-10 04:48:39.962 | ++functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:39.967 | ++functions-common:time_stop:2364           TOTAL_TIME[$name]=7
2017-02-10 04:48:39.972 | ++inc/python:pip_install:179                return 0
2017-02-10 04:48:39.977 | +++tools/fixup_stuff.sh:source:97            get_package_path httplib2
2017-02-10 04:48:39.982 | +++tools/fixup_stuff.sh:get_package_path:76  local package=httplib2
2017-02-10 04:48:39.988 | ++++tools/fixup_stuff.sh:get_package_path:77  python -c 'import os; import httplib2; print(os.path.split(os.path.realpath(httplib2.__file__))[0])'
2017-02-10 04:48:40.033 | +++tools/fixup_stuff.sh:get_package_path:77  echo /usr/local/lib/python2.7/dist-packages/httplib2
2017-02-10 04:48:40.039 | ++tools/fixup_stuff.sh:source:97            PACKAGE_DIR=/usr/local/lib/python2.7/dist-packages/httplib2
2017-02-10 04:48:40.044 | +++tools/fixup_stuff.sh:source:99            echo '/usr/local/lib/python2.7/dist-packages/httplib2-0.8*'
2017-02-10 04:48:40.050 | ++tools/fixup_stuff.sh:source:99            dir='/usr/local/lib/python2.7/dist-packages/httplib2-0.8*'
2017-02-10 04:48:40.055 | ++tools/fixup_stuff.sh:source:100           [[ -d /usr/local/lib/python2.7/dist-packages/httplib2-0.8* ]]
2017-02-10 04:48:40.060 | ++tools/fixup_stuff.sh:source:104           is_fedora
2017-02-10 04:48:40.065 | ++functions-common:is_fedora:438            [[ -z Ubuntu ]]
2017-02-10 04:48:40.070 | ++functions-common:is_fedora:442            '[' Ubuntu = Fedora ']'
2017-02-10 04:48:40.076 | ++functions-common:is_fedora:442            '[' Ubuntu = 'Red Hat' ']'
2017-02-10 04:48:40.081 | ++functions-common:is_fedora:443            '[' Ubuntu = RedHatEnterpriseServer ']'
2017-02-10 04:48:40.086 | ++functions-common:is_fedora:444            '[' Ubuntu = CentOS ']'
2017-02-10 04:48:40.091 | ++functions-common:is_fedora:444            '[' Ubuntu = OracleLinux ']'
2017-02-10 04:48:40.097 | ++functions-common:is_fedora:445            '[' Ubuntu = Virtuozzo ']'
2017-02-10 04:48:40.102 | ++functions-common:is_fedora:445            '[' Ubuntu = kvmibm ']'
2017-02-10 04:48:40.106 | ++tools/fixup_stuff.sh:source:167           uninstall_package python-virtualenv
2017-02-10 04:48:40.110 | ++functions-common:uninstall_package:1305   is_ubuntu
2017-02-10 04:48:40.113 | ++functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:40.116 | ++functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:40.120 | ++functions-common:uninstall_package:1306   apt_get purge python-virtualenv
2017-02-10 04:48:40.142 | ++functions-common:apt_get:1091             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python-virtualenv
2017-02-10 04:48:40.151 | Reading package lists...
2017-02-10 04:48:40.355 | Building dependency tree...
2017-02-10 04:48:40.356 | Reading state information...
2017-02-10 04:48:40.468 | Package 'python-virtualenv' is not installed, so not removed
2017-02-10 04:48:40.469 | The following packages were automatically installed and are no longer required:
2017-02-10 04:48:40.469 |   python-chardet-whl python-colorama python-colorama-whl python-distlib
2017-02-10 04:48:40.469 |   python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl
2017-02-10 04:48:40.469 |   python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
2017-02-10 04:48:40.469 |   python-wheel python3-pkg-resources
2017-02-10 04:48:40.469 | Use 'apt-get autoremove' to remove them.
2017-02-10 04:48:40.493 | 0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
2017-02-10 04:48:40.498 | ++functions-common:apt_get:1095             result=0
2017-02-10 04:48:40.502 | ++functions-common:apt_get:1098             time_stop apt-get
2017-02-10 04:48:40.505 | ++functions-common:time_stop:2347           local name
2017-02-10 04:48:40.509 | ++functions-common:time_stop:2348           local end_time
2017-02-10 04:48:40.512 | ++functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:40.516 | ++functions-common:time_stop:2350           local total
2017-02-10 04:48:40.519 | ++functions-common:time_stop:2351           local start_time
2017-02-10 04:48:40.523 | ++functions-common:time_stop:2353           name=apt-get
2017-02-10 04:48:40.526 | ++functions-common:time_stop:2354           start_time=1486702120
2017-02-10 04:48:40.529 | ++functions-common:time_stop:2356           [[ -z 1486702120 ]]
2017-02-10 04:48:40.533 | +++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:40.537 | ++functions-common:time_stop:2359           end_time=1486702120
2017-02-10 04:48:40.541 | ++functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:48:40.544 | ++functions-common:time_stop:2361           total=0
2017-02-10 04:48:40.548 | ++functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:40.551 | ++functions-common:time_stop:2364           TOTAL_TIME[$name]=0
2017-02-10 04:48:40.554 | ++functions-common:apt_get:1099             return 0
2017-02-10 04:48:40.558 | ++tools/fixup_stuff.sh:source:168           pip_install -U virtualenv
2017-02-10 04:48:41.152 | ++inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -U virtualenv
2017-02-10 04:48:41.906 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:48:42.246 | Requirement already up-to-date: virtualenv===15.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372))
2017-02-10 04:48:42.350 | ++inc/python:pip_install:162                result=0
2017-02-10 04:48:42.354 | ++inc/python:pip_install:165                local test_req=virtualenv/test-requirements.txt
2017-02-10 04:48:42.358 | ++inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:48:42.361 | ++inc/python:pip_install:166                [[ -e virtualenv/test-requirements.txt ]]
2017-02-10 04:48:42.365 | ++inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:48:42.370 | ++functions-common:time_stop:2347           local name
2017-02-10 04:48:42.374 | ++functions-common:time_stop:2348           local end_time
2017-02-10 04:48:42.378 | ++functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:42.381 | ++functions-common:time_stop:2350           local total
2017-02-10 04:48:42.385 | ++functions-common:time_stop:2351           local start_time
2017-02-10 04:48:42.389 | ++functions-common:time_stop:2353           name=pip_install
2017-02-10 04:48:42.392 | ++functions-common:time_stop:2354           start_time=1486702120
2017-02-10 04:48:42.396 | ++functions-common:time_stop:2356           [[ -z 1486702120 ]]
2017-02-10 04:48:42.400 | +++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:42.404 | ++functions-common:time_stop:2359           end_time=1486702122
2017-02-10 04:48:42.408 | ++functions-common:time_stop:2360           elapsed_time=2
2017-02-10 04:48:42.412 | ++functions-common:time_stop:2361           total=7
2017-02-10 04:48:42.415 | ++functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:42.419 | ++functions-common:time_stop:2364           TOTAL_TIME[$name]=9
2017-02-10 04:48:42.423 | ++inc/python:pip_install:179                return 0
2017-02-10 04:48:42.426 | +./stack.sh:main:744                       install_infra
2017-02-10 04:48:42.429 | +lib/infra:install_infra:31                local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
2017-02-10 04:48:42.432 | +lib/infra:install_infra:32                '[' '!' -d /opt/stack/requirements/.venv ']'
2017-02-10 04:48:42.436 | +lib/infra:install_infra:34                PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
2017-02-10 04:48:42.439 | +lib/infra:install_infra:34                pip_install -U pbr
2017-02-10 04:48:43.026 | +inc/python:pip_install:155                env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr
2017-02-10 04:48:43.636 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:48:44.046 | /opt/stack/requirements/.venv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
2017-02-10 04:48:44.046 |   SNIMissingWarning
2017-02-10 04:48:44.047 | /opt/stack/requirements/.venv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
2017-02-10 04:48:44.047 |   InsecurePlatformWarning
2017-02-10 04:48:44.390 | Requirement already up-to-date: pbr===1.8.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238))
2017-02-10 04:48:44.453 | +inc/python:pip_install:162                result=0
2017-02-10 04:48:44.458 | +inc/python:pip_install:165                local test_req=pbr/test-requirements.txt
2017-02-10 04:48:44.462 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:48:44.466 | +inc/python:pip_install:166                [[ -e pbr/test-requirements.txt ]]
2017-02-10 04:48:44.471 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:48:44.475 | +functions-common:time_stop:2347           local name
2017-02-10 04:48:44.479 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:48:44.483 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:44.487 | +functions-common:time_stop:2350           local total
2017-02-10 04:48:44.491 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:48:44.495 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:48:44.499 | +functions-common:time_stop:2354           start_time=1486702122
2017-02-10 04:48:44.503 | +functions-common:time_stop:2356           [[ -z 1486702122 ]]
2017-02-10 04:48:44.508 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:44.513 | +functions-common:time_stop:2359           end_time=1486702124
2017-02-10 04:48:44.517 | +functions-common:time_stop:2360           elapsed_time=2
2017-02-10 04:48:44.521 | +functions-common:time_stop:2361           total=9
2017-02-10 04:48:44.525 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:44.529 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=11
2017-02-10 04:48:44.533 | +inc/python:pip_install:179                return 0
2017-02-10 04:48:44.538 | +lib/infra:install_infra:35                PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
2017-02-10 04:48:44.542 | +lib/infra:install_infra:35                pip_install /opt/stack/requirements
2017-02-10 04:48:45.229 | +inc/python:pip_install:155                env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements
2017-02-10 04:48:45.595 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:48:45.838 | Processing /opt/stack/requirements
2017-02-10 04:48:47.297 |   Requirement already satisfied (use --upgrade to upgrade): openstack.requirements==0.0.1.dev2817 from file:///opt/stack/requirements in /opt/stack/requirements/.venv/lib/python2.7/site-packages
2017-02-10 04:48:47.301 | Requirement already satisfied: Parsley===1.3 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11))
2017-02-10 04:48:47.303 | Requirement already satisfied: fixtures===1.4.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129))
2017-02-10 04:48:47.310 | Requirement already satisfied: pbr===1.8.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238))
2017-02-10 04:48:47.312 | Requirement already satisfied: six===1.10.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337))
2017-02-10 04:48:47.314 | Requirement already satisfied: testtools===2.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356))
2017-02-10 04:48:47.322 | Requirement already satisfied: traceback2===1.4.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363))
2017-02-10 04:48:47.324 | Requirement already satisfied: unittest2===1.1.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369))
2017-02-10 04:48:47.329 | Requirement already satisfied: python-mimeparse===1.5.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293))
2017-02-10 04:48:47.330 | Requirement already satisfied: pyrsistent===0.11.12 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269))
2017-02-10 04:48:47.334 | Requirement already satisfied: extras===0.0.3 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
2017-02-10 04:48:47.335 | Requirement already satisfied: linecache2===1.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172))
2017-02-10 04:48:47.337 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 369))
2017-02-10 04:48:47.477 | +inc/python:pip_install:162                result=0
2017-02-10 04:48:47.480 | +inc/python:pip_install:165                local test_req=/opt/stack/requirements/test-requirements.txt
2017-02-10 04:48:47.483 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:48:47.486 | +inc/python:pip_install:166                [[ -e /opt/stack/requirements/test-requirements.txt ]]
2017-02-10 04:48:47.489 | +inc/python:pip_install:167                echo 'Installing test-requirements for /opt/stack/requirements/test-requirements.txt'
2017-02-10 04:48:47.489 | Installing test-requirements for /opt/stack/requirements/test-requirements.txt
2017-02-10 04:48:47.492 | +inc/python:pip_install:169                env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/requirements/test-requirements.txt
2017-02-10 04:48:47.852 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:48:48.107 | Requirement already satisfied: Sphinx===1.2.3 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25))
2017-02-10 04:48:48.111 | Requirement already satisfied: docutils===0.12 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 117))
2017-02-10 04:48:48.113 | Requirement already satisfied: oslosphinx===4.3.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228))
2017-02-10 04:48:48.117 | Requirement already satisfied: packaging===16.8 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233))
2017-02-10 04:48:48.120 | Requirement already satisfied: pbr===1.8.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238))
2017-02-10 04:48:48.122 | Requirement already satisfied: pyparsing===2.1.10 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266))
2017-02-10 04:48:48.124 | Requirement already satisfied: requests===2.9.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317))
2017-02-10 04:48:48.131 | Requirement already satisfied: six===1.10.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337))
2017-02-10 04:48:48.132 | Requirement already satisfied: testrepository===0.0.20 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353))
2017-02-10 04:48:48.139 | Requirement already satisfied: testscenarios===0.5.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355))
2017-02-10 04:48:48.143 | Requirement already satisfied: testtools===2.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356))
2017-02-10 04:48:48.151 | Requirement already satisfied: traceback2===1.4.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363))
2017-02-10 04:48:48.153 | Requirement already satisfied: unittest2===1.1.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369))
2017-02-10 04:48:48.158 | Requirement already satisfied: virtualenv===15.0.3 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372))
2017-02-10 04:48:48.160 | Requirement already satisfied: hacking<0.11,>=0.10 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -r /opt/stack/requirements/test-requirements.txt (line 6))
2017-02-10 04:48:48.167 | Requirement already satisfied: setuptools!=24.0.0,>=16.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -r /opt/stack/requirements/test-requirements.txt (line 12))
2017-02-10 04:48:48.173 | Requirement already satisfied: Pygments===2.1.3 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:48:48.175 | Requirement already satisfied: Jinja2===2.8 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7))
2017-02-10 04:48:48.178 | Requirement already satisfied: fixtures===1.4.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129))
2017-02-10 04:48:48.184 | Requirement already satisfied: python-subunit===1.2.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305))
2017-02-10 04:48:48.192 | Requirement already satisfied: python-mimeparse===1.5.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293))
2017-02-10 04:48:48.194 | Requirement already satisfied: pyrsistent===0.11.12 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269))
2017-02-10 04:48:48.198 | Requirement already satisfied: extras===0.0.3 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
2017-02-10 04:48:48.199 | Requirement already satisfied: linecache2===1.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172))
2017-02-10 04:48:48.200 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 369))
2017-02-10 04:48:48.202 | Requirement already satisfied: pep8==1.5.7 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from hacking<0.11,>=0.10->-r /opt/stack/requirements/test-requirements.txt (line 6))
2017-02-10 04:48:48.205 | Requirement already satisfied: pyflakes==0.8.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from hacking<0.11,>=0.10->-r /opt/stack/requirements/test-requirements.txt (line 6))
2017-02-10 04:48:48.207 | Requirement already satisfied: flake8==2.2.4 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from hacking<0.11,>=0.10->-r /opt/stack/requirements/test-requirements.txt (line 6))
2017-02-10 04:48:48.211 | Requirement already satisfied: mccabe==0.2.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from hacking<0.11,>=0.10->-r /opt/stack/requirements/test-requirements.txt (line 6))
2017-02-10 04:48:48.213 | Requirement already satisfied: appdirs===1.4.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 66))
2017-02-10 04:48:48.215 | Requirement already satisfied: MarkupSafe===0.23 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9))
2017-02-10 04:48:48.263 | +inc/python:pip_install:175                result=0
2017-02-10 04:48:48.266 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:48:48.269 | +functions-common:time_stop:2347           local name
2017-02-10 04:48:48.271 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:48:48.274 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:48.277 | +functions-common:time_stop:2350           local total
2017-02-10 04:48:48.280 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:48:48.282 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:48:48.285 | +functions-common:time_stop:2354           start_time=1486702124
2017-02-10 04:48:48.288 | +functions-common:time_stop:2356           [[ -z 1486702124 ]]
2017-02-10 04:48:48.292 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:48.295 | +functions-common:time_stop:2359           end_time=1486702128
2017-02-10 04:48:48.298 | +functions-common:time_stop:2360           elapsed_time=4
2017-02-10 04:48:48.300 | +functions-common:time_stop:2361           total=11
2017-02-10 04:48:48.303 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:48.306 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=15
2017-02-10 04:48:48.309 | +inc/python:pip_install:179                return 0
2017-02-10 04:48:48.312 | +lib/infra:install_infra:39                unset PIP_VIRTUAL_ENV
2017-02-10 04:48:48.315 | +lib/infra:install_infra:42                use_library_from_git pbr
2017-02-10 04:48:48.317 | +inc/python:use_library_from_git:197       local name=pbr
2017-02-10 04:48:48.320 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:48.323 | +inc/python:use_library_from_git:199       [[ ,, =~ ,pbr, ]]
2017-02-10 04:48:48.326 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:48.329 | +lib/infra:install_infra:48                pip_install -U pbr
2017-02-10 04:48:48.918 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -U pbr
2017-02-10 04:48:49.668 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:48:49.975 | Requirement already up-to-date: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238))
2017-02-10 04:48:50.078 | +inc/python:pip_install:162                result=0
2017-02-10 04:48:50.081 | +inc/python:pip_install:165                local test_req=pbr/test-requirements.txt
2017-02-10 04:48:50.084 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:48:50.087 | +inc/python:pip_install:166                [[ -e pbr/test-requirements.txt ]]
2017-02-10 04:48:50.090 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:48:50.093 | +functions-common:time_stop:2347           local name
2017-02-10 04:48:50.096 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:48:50.099 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:50.102 | +functions-common:time_stop:2350           local total
2017-02-10 04:48:50.105 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:48:50.108 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:48:50.110 | +functions-common:time_stop:2354           start_time=1486702128
2017-02-10 04:48:50.113 | +functions-common:time_stop:2356           [[ -z 1486702128 ]]
2017-02-10 04:48:50.117 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:50.120 | +functions-common:time_stop:2359           end_time=1486702130
2017-02-10 04:48:50.123 | +functions-common:time_stop:2360           elapsed_time=2
2017-02-10 04:48:50.126 | +functions-common:time_stop:2361           total=15
2017-02-10 04:48:50.129 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:50.132 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=17
2017-02-10 04:48:50.134 | +inc/python:pip_install:179                return 0
2017-02-10 04:48:50.137 | +./stack.sh:main:749                       run_phase stack pre-install
2017-02-10 04:48:50.140 | +functions-common:run_phase:1851           local mode=stack
2017-02-10 04:48:50.143 | +functions-common:run_phase:1852           local phase=pre-install
2017-02-10 04:48:50.146 | +functions-common:run_phase:1853           [[ -d /opt/devstack/extras.d ]]
2017-02-10 04:48:50.149 | +functions-common:run_phase:1854           local extra_plugin_file_name
2017-02-10 04:48:50.152 | +functions-common:run_phase:1855           for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
2017-02-10 04:48:50.155 | +functions-common:run_phase:1860           local 'exceptions=60-ceph.sh 80-tempest.sh'
2017-02-10 04:48:50.158 | +functions-common:run_phase:1861           local extra
2017-02-10 04:48:50.162 | ++functions-common:run_phase:1862           basename /opt/devstack/extras.d/60-ceph.sh
2017-02-10 04:48:50.165 | +functions-common:run_phase:1862           extra=60-ceph.sh
2017-02-10 04:48:50.168 | +functions-common:run_phase:1863           [[ 60-ceph.sh 80-tempest.sh =~ 60-ceph\.sh ]]
2017-02-10 04:48:50.171 | +functions-common:run_phase:1867           [[ -r /opt/devstack/extras.d/60-ceph.sh ]]
2017-02-10 04:48:50.174 | +functions-common:run_phase:1867           source /opt/devstack/extras.d/60-ceph.sh stack pre-install
2017-02-10 04:48:50.177 | ++extras.d/60-ceph.sh:source:3              is_service_enabled ceph
2017-02-10 04:48:50.198 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 04:48:50.201 | +functions-common:run_phase:1855           for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
2017-02-10 04:48:50.204 | +functions-common:run_phase:1860           local 'exceptions=60-ceph.sh 80-tempest.sh'
2017-02-10 04:48:50.207 | +functions-common:run_phase:1861           local extra
2017-02-10 04:48:50.211 | ++functions-common:run_phase:1862           basename /opt/devstack/extras.d/80-tempest.sh
2017-02-10 04:48:50.214 | +functions-common:run_phase:1862           extra=80-tempest.sh
2017-02-10 04:48:50.217 | +functions-common:run_phase:1863           [[ 60-ceph.sh 80-tempest.sh =~ 80-tempest\.sh ]]
2017-02-10 04:48:50.220 | +functions-common:run_phase:1867           [[ -r /opt/devstack/extras.d/80-tempest.sh ]]
2017-02-10 04:48:50.222 | +functions-common:run_phase:1867           source /opt/devstack/extras.d/80-tempest.sh stack pre-install
2017-02-10 04:48:50.226 | ++extras.d/80-tempest.sh:source:3           is_service_enabled tempest
2017-02-10 04:48:50.247 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 04:48:50.250 | ++extras.d/80-tempest.sh:source:4           [[ stack == \s\o\u\r\c\e ]]
2017-02-10 04:48:50.254 | ++extras.d/80-tempest.sh:source:7           [[ stack == \s\t\a\c\k ]]
2017-02-10 04:48:50.257 | ++extras.d/80-tempest.sh:source:7           [[ pre-install == \i\n\s\t\a\l\l ]]
2017-02-10 04:48:50.261 | ++extras.d/80-tempest.sh:source:10          [[ stack == \s\t\a\c\k ]]
2017-02-10 04:48:50.264 | ++extras.d/80-tempest.sh:source:10          [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]]
2017-02-10 04:48:50.268 | ++extras.d/80-tempest.sh:source:13          [[ stack == \s\t\a\c\k ]]
2017-02-10 04:48:50.272 | ++extras.d/80-tempest.sh:source:13          [[ pre-install == \e\x\t\r\a ]]
2017-02-10 04:48:50.275 | ++extras.d/80-tempest.sh:source:18          [[ stack == \s\t\a\c\k ]]
2017-02-10 04:48:50.278 | ++extras.d/80-tempest.sh:source:18          [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]]
2017-02-10 04:48:50.282 | ++extras.d/80-tempest.sh:source:23          [[ stack == \u\n\s\t\a\c\k ]]
2017-02-10 04:48:50.286 | ++extras.d/80-tempest.sh:source:28          [[ stack == \c\l\e\a\n ]]
2017-02-10 04:48:50.288 | +functions-common:run_phase:1872           [[ stack == \s\o\u\r\c\e ]]
2017-02-10 04:48:50.291 | +functions-common:run_phase:1875           [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2017-02-10 04:48:50.294 | +functions-common:run_phase:1878           run_plugins stack pre-install
2017-02-10 04:48:50.297 | +functions-common:run_plugins:1837         local mode=stack
2017-02-10 04:48:50.300 | +functions-common:run_plugins:1838         local phase=pre-install
2017-02-10 04:48:50.303 | +functions-common:run_plugins:1840         local plugins=
2017-02-10 04:48:50.306 | +functions-common:run_plugins:1841         local plugin
2017-02-10 04:48:50.309 | +./stack.sh:main:751                       install_rpc_backend
2017-02-10 04:48:50.312 | +lib/rpc_backend:install_rpc_backend:47    is_service_enabled rabbit
2017-02-10 04:48:50.329 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:48:50.332 | +lib/rpc_backend:install_rpc_backend:49    install_package rabbitmq-server
2017-02-10 04:48:50.335 | +functions-common:install_package:1276     update_package_repo
2017-02-10 04:48:50.338 | +functions-common:update_package_repo:1248  NO_UPDATE_REPOS=False
2017-02-10 04:48:50.341 | +functions-common:update_package_repo:1249  REPOS_UPDATED=True
2017-02-10 04:48:50.344 | +functions-common:update_package_repo:1250  RETRY_UPDATE=False
2017-02-10 04:48:50.347 | +functions-common:update_package_repo:1252  [[ False = \T\r\u\e ]]
2017-02-10 04:48:50.350 | +functions-common:update_package_repo:1256  is_ubuntu
2017-02-10 04:48:50.353 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:50.355 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:50.358 | +functions-common:update_package_repo:1257  apt_get_update
2017-02-10 04:48:50.361 | +functions-common:apt_get_update:1050      [[ True == \T\r\u\e ]]
2017-02-10 04:48:50.364 | +functions-common:apt_get_update:1050      [[ False != \T\r\u\e ]]
2017-02-10 04:48:50.367 | +functions-common:apt_get_update:1051      return
2017-02-10 04:48:50.370 | +functions-common:install_package:1277     real_install_package rabbitmq-server
2017-02-10 04:48:50.373 | +functions-common:real_install_package:1262  is_ubuntu
2017-02-10 04:48:50.375 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:50.378 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:50.381 | +functions-common:real_install_package:1263  apt_get install rabbitmq-server
2017-02-10 04:48:50.400 | +functions-common:apt_get:1091             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server
2017-02-10 04:48:50.409 | Reading package lists...
2017-02-10 04:48:50.611 | Building dependency tree...
2017-02-10 04:48:50.612 | Reading state information...
2017-02-10 04:48:50.720 | rabbitmq-server is already the newest version.
2017-02-10 04:48:50.720 | The following packages were automatically installed and are no longer required:
2017-02-10 04:48:50.720 |   python-chardet-whl python-colorama python-colorama-whl python-distlib
2017-02-10 04:48:50.720 |   python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl
2017-02-10 04:48:50.720 |   python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
2017-02-10 04:48:50.720 |   python-wheel python3-pkg-resources
2017-02-10 04:48:50.720 | Use 'apt-get autoremove' to remove them.
2017-02-10 04:48:50.741 | 0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
2017-02-10 04:48:50.745 | +functions-common:apt_get:1095             result=0
2017-02-10 04:48:50.748 | +functions-common:apt_get:1098             time_stop apt-get
2017-02-10 04:48:50.754 | +functions-common:time_stop:2347           local name
2017-02-10 04:48:50.757 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:48:50.760 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:50.764 | +functions-common:time_stop:2350           local total
2017-02-10 04:48:50.767 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:48:50.770 | +functions-common:time_stop:2353           name=apt-get
2017-02-10 04:48:50.773 | +functions-common:time_stop:2354           start_time=1486702130
2017-02-10 04:48:50.776 | +functions-common:time_stop:2356           [[ -z 1486702130 ]]
2017-02-10 04:48:50.780 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:50.784 | +functions-common:time_stop:2359           end_time=1486702130
2017-02-10 04:48:50.787 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:48:50.790 | +functions-common:time_stop:2361           total=0
2017-02-10 04:48:50.792 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:50.795 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=0
2017-02-10 04:48:50.798 | +functions-common:apt_get:1099             return 0
2017-02-10 04:48:50.801 | +lib/rpc_backend:install_rpc_backend:50    is_fedora
2017-02-10 04:48:50.804 | +functions-common:is_fedora:438            [[ -z Ubuntu ]]
2017-02-10 04:48:50.807 | +functions-common:is_fedora:442            '[' Ubuntu = Fedora ']'
2017-02-10 04:48:50.810 | +functions-common:is_fedora:442            '[' Ubuntu = 'Red Hat' ']'
2017-02-10 04:48:50.813 | +functions-common:is_fedora:443            '[' Ubuntu = RedHatEnterpriseServer ']'
2017-02-10 04:48:50.816 | +functions-common:is_fedora:444            '[' Ubuntu = CentOS ']'
2017-02-10 04:48:50.819 | +functions-common:is_fedora:444            '[' Ubuntu = OracleLinux ']'
2017-02-10 04:48:50.822 | +functions-common:is_fedora:445            '[' Ubuntu = Virtuozzo ']'
2017-02-10 04:48:50.825 | +functions-common:is_fedora:445            '[' Ubuntu = kvmibm ']'
2017-02-10 04:48:50.828 | +./stack.sh:main:754                       install_dlm
2017-02-10 04:48:50.831 | +lib/dlm:install_dlm:93                    is_dlm_enabled
2017-02-10 04:48:50.835 | ++lib/dlm:is_dlm_enabled:62                 dlm_backend
2017-02-10 04:48:50.838 | ++lib/dlm:dlm_backend:57                    echo zookeeper
2017-02-10 04:48:50.841 | +lib/dlm:is_dlm_enabled:62                 [[ ,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,h-eng,h-api,h-api-cfn,h-api-cw,s-proxy,s-object,s-container,s-account,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-metering, =~ ,zookeeper, ]]
2017-02-10 04:48:50.844 | +lib/dlm:is_dlm_enabled:63                 return 1
2017-02-10 04:48:50.847 | +./stack.sh:main:755                       configure_dlm
2017-02-10 04:48:50.850 | +lib/dlm:configure_dlm:77                  is_dlm_enabled
2017-02-10 04:48:50.854 | ++lib/dlm:is_dlm_enabled:62                 dlm_backend
2017-02-10 04:48:50.858 | ++lib/dlm:dlm_backend:57                    echo zookeeper
2017-02-10 04:48:50.860 | +lib/dlm:is_dlm_enabled:62                 [[ ,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,h-eng,h-api,h-api-cfn,h-api-cw,s-proxy,s-object,s-container,s-account,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-metering, =~ ,zookeeper, ]]
2017-02-10 04:48:50.863 | +lib/dlm:is_dlm_enabled:63                 return 1
2017-02-10 04:48:50.866 | +./stack.sh:main:757                       is_service_enabled mysql postgresql
2017-02-10 04:48:50.884 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:48:50.887 | +./stack.sh:main:758                       install_database
2017-02-10 04:48:50.890 | +lib/database:install_database:118         install_database_mysql
2017-02-10 04:48:50.893 | +lib/databases/mysql:install_database_mysql:128  is_ubuntu
2017-02-10 04:48:50.896 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:50.899 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:50.902 | +lib/databases/mysql:install_database_mysql:131  sudo debconf-set-selections
2017-02-10 04:48:51.050 | +lib/databases/mysql:install_database_mysql:141  [[ ! -e /opt/stack/.my.cnf ]]
2017-02-10 04:48:51.054 | +lib/databases/mysql:install_database_mysql:151  is_suse
2017-02-10 04:48:51.057 | +functions-common:is_suse:453              [[ -z Ubuntu ]]
2017-02-10 04:48:51.060 | +functions-common:is_suse:457              [[ Ubuntu =~ (openSUSE) ]]
2017-02-10 04:48:51.063 | +functions-common:is_suse:457              [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
2017-02-10 04:48:51.066 | +lib/databases/mysql:install_database_mysql:151  is_oraclelinux
2017-02-10 04:48:51.069 | +functions-common:is_oraclelinux:426       [[ -z Ubuntu ]]
2017-02-10 04:48:51.072 | +functions-common:is_oraclelinux:430       '[' Ubuntu = OracleLinux ']'
2017-02-10 04:48:51.075 | +lib/databases/mysql:install_database_mysql:155  is_fedora
2017-02-10 04:48:51.079 | +functions-common:is_fedora:438            [[ -z Ubuntu ]]
2017-02-10 04:48:51.082 | +functions-common:is_fedora:442            '[' Ubuntu = Fedora ']'
2017-02-10 04:48:51.085 | +functions-common:is_fedora:442            '[' Ubuntu = 'Red Hat' ']'
2017-02-10 04:48:51.088 | +functions-common:is_fedora:443            '[' Ubuntu = RedHatEnterpriseServer ']'
2017-02-10 04:48:51.091 | +functions-common:is_fedora:444            '[' Ubuntu = CentOS ']'
2017-02-10 04:48:51.094 | +functions-common:is_fedora:444            '[' Ubuntu = OracleLinux ']'
2017-02-10 04:48:51.098 | +functions-common:is_fedora:445            '[' Ubuntu = Virtuozzo ']'
2017-02-10 04:48:51.101 | +functions-common:is_fedora:445            '[' Ubuntu = kvmibm ']'
2017-02-10 04:48:51.104 | +lib/databases/mysql:install_database_mysql:158  is_ubuntu
2017-02-10 04:48:51.107 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:51.110 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:51.113 | +lib/databases/mysql:install_database_mysql:159  install_package mysql-server
2017-02-10 04:48:51.117 | +functions-common:install_package:1276     update_package_repo
2017-02-10 04:48:51.120 | +functions-common:update_package_repo:1248  NO_UPDATE_REPOS=False
2017-02-10 04:48:51.123 | +functions-common:update_package_repo:1249  REPOS_UPDATED=True
2017-02-10 04:48:51.126 | +functions-common:update_package_repo:1250  RETRY_UPDATE=False
2017-02-10 04:48:51.129 | +functions-common:update_package_repo:1252  [[ False = \T\r\u\e ]]
2017-02-10 04:48:51.132 | +functions-common:update_package_repo:1256  is_ubuntu
2017-02-10 04:48:51.135 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:51.138 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:51.141 | +functions-common:update_package_repo:1257  apt_get_update
2017-02-10 04:48:51.145 | +functions-common:apt_get_update:1050      [[ True == \T\r\u\e ]]
2017-02-10 04:48:51.148 | +functions-common:apt_get_update:1050      [[ False != \T\r\u\e ]]
2017-02-10 04:48:51.151 | +functions-common:apt_get_update:1051      return
2017-02-10 04:48:51.154 | +functions-common:install_package:1277     real_install_package mysql-server
2017-02-10 04:48:51.157 | +functions-common:real_install_package:1262  is_ubuntu
2017-02-10 04:48:51.160 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:51.164 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:51.167 | +functions-common:real_install_package:1263  apt_get install mysql-server
2017-02-10 04:48:51.188 | +functions-common:apt_get:1091             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server
2017-02-10 04:48:51.198 | Reading package lists...
2017-02-10 04:48:51.404 | Building dependency tree...
2017-02-10 04:48:51.405 | Reading state information...
2017-02-10 04:48:51.513 | mysql-server is already the newest version.
2017-02-10 04:48:51.514 | The following packages were automatically installed and are no longer required:
2017-02-10 04:48:51.514 |   python-chardet-whl python-colorama python-colorama-whl python-distlib
2017-02-10 04:48:51.514 |   python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl
2017-02-10 04:48:51.514 |   python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
2017-02-10 04:48:51.514 |   python-wheel python3-pkg-resources
2017-02-10 04:48:51.514 | Use 'apt-get autoremove' to remove them.
2017-02-10 04:48:51.535 | 0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
2017-02-10 04:48:51.539 | +functions-common:apt_get:1095             result=0
2017-02-10 04:48:51.542 | +functions-common:apt_get:1098             time_stop apt-get
2017-02-10 04:48:51.545 | +functions-common:time_stop:2347           local name
2017-02-10 04:48:51.548 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:48:51.550 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:51.553 | +functions-common:time_stop:2350           local total
2017-02-10 04:48:51.556 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:48:51.559 | +functions-common:time_stop:2353           name=apt-get
2017-02-10 04:48:51.562 | +functions-common:time_stop:2354           start_time=1486702131
2017-02-10 04:48:51.565 | +functions-common:time_stop:2356           [[ -z 1486702131 ]]
2017-02-10 04:48:51.569 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:51.572 | +functions-common:time_stop:2359           end_time=1486702131
2017-02-10 04:48:51.575 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:48:51.578 | +functions-common:time_stop:2361           total=0
2017-02-10 04:48:51.581 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:51.584 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=0
2017-02-10 04:48:51.586 | +functions-common:apt_get:1099             return 0
2017-02-10 04:48:51.589 | +./stack.sh:main:760                       '[' -n mysql ']'
2017-02-10 04:48:51.592 | +./stack.sh:main:761                       install_database_python
2017-02-10 04:48:51.595 | +lib/database:install_database_python:123  install_database_python_mysql
2017-02-10 04:48:51.598 | +lib/databases/mysql:install_database_python_mysql:167  pip_install_gr PyMySQL
2017-02-10 04:48:51.601 | +inc/python:pip_install_gr:66              local name=PyMySQL
2017-02-10 04:48:51.604 | +inc/python:pip_install_gr:67              local clean_name
2017-02-10 04:48:51.608 | ++inc/python:pip_install_gr:68              get_from_global_requirements PyMySQL
2017-02-10 04:48:51.611 | ++inc/python:get_from_global_requirements:185  local package=PyMySQL
2017-02-10 04:48:51.615 | ++inc/python:get_from_global_requirements:186  local required_pkg
2017-02-10 04:48:51.619 | +++inc/python:get_from_global_requirements:187  grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt
2017-02-10 04:48:51.621 | +++inc/python:get_from_global_requirements:187  cut -d# -f1
2017-02-10 04:48:51.626 | ++inc/python:get_from_global_requirements:187  required_pkg='PyMySQL>=0.6.2,!=0.7.7  '
2017-02-10 04:48:51.629 | ++inc/python:get_from_global_requirements:188  [[ PyMySQL>=0.6.2,!=0.7.7   == '' ]]
2017-02-10 04:48:51.633 | ++inc/python:get_from_global_requirements:191  echo 'PyMySQL>=0.6.2,!=0.7.7'
2017-02-10 04:48:51.635 | +inc/python:pip_install_gr:68              clean_name='PyMySQL>=0.6.2,!=0.7.7'
2017-02-10 04:48:51.638 | +inc/python:pip_install_gr:69              pip_install 'PyMySQL>=0.6.2,!=0.7.7'
2017-02-10 04:48:52.225 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'PyMySQL>=0.6.2,!=0.7.7'
2017-02-10 04:48:52.970 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:48:53.211 | Requirement already satisfied: PyMySQL===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 19))
2017-02-10 04:48:53.312 | +inc/python:pip_install:162                result=0
2017-02-10 04:48:53.315 | +inc/python:pip_install:165                local 'test_req=PyMySQL>=0.6.2,!=0.7.7/test-requirements.txt'
2017-02-10 04:48:53.317 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:48:53.320 | +inc/python:pip_install:166                [[ -e PyMySQL>=0.6.2,!=0.7.7/test-requirements.txt ]]
2017-02-10 04:48:53.323 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:48:53.326 | +functions-common:time_stop:2347           local name
2017-02-10 04:48:53.329 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:48:53.332 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:53.335 | +functions-common:time_stop:2350           local total
2017-02-10 04:48:53.338 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:48:53.340 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:48:53.343 | +functions-common:time_stop:2354           start_time=1486702131
2017-02-10 04:48:53.346 | +functions-common:time_stop:2356           [[ -z 1486702131 ]]
2017-02-10 04:48:53.350 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:53.353 | +functions-common:time_stop:2359           end_time=1486702133
2017-02-10 04:48:53.356 | +functions-common:time_stop:2360           elapsed_time=2
2017-02-10 04:48:53.359 | +functions-common:time_stop:2361           total=17
2017-02-10 04:48:53.362 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:53.365 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=19
2017-02-10 04:48:53.368 | +inc/python:pip_install:179                return 0
2017-02-10 04:48:53.370 | +lib/databases/mysql:install_database_python_mysql:168  [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]]
2017-02-10 04:48:53.373 | +lib/databases/mysql:install_database_python_mysql:170  [[ PyMySQL == \P\y\M\y\S\Q\L ]]
2017-02-10 04:48:53.376 | +lib/databases/mysql:install_database_python_mysql:171  ADDITIONAL_VENV_PACKAGES+=,PyMySQL
2017-02-10 04:48:53.379 | +./stack.sh:main:764                       is_service_enabled neutron
2017-02-10 04:48:53.397 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:48:53.400 | +./stack.sh:main:765                       install_neutron_agent_packages
2017-02-10 04:48:53.403 | +lib/neutron-legacy:install_neutron_agent_packages:667  is_service_enabled q-l3
2017-02-10 04:48:53.420 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:48:53.424 | +lib/neutron-legacy:install_neutron_agent_packages:668  install_package radvd
2017-02-10 04:48:53.427 | +functions-common:install_package:1276     update_package_repo
2017-02-10 04:48:53.429 | +functions-common:update_package_repo:1248  NO_UPDATE_REPOS=False
2017-02-10 04:48:53.433 | +functions-common:update_package_repo:1249  REPOS_UPDATED=True
2017-02-10 04:48:53.435 | +functions-common:update_package_repo:1250  RETRY_UPDATE=False
2017-02-10 04:48:53.438 | +functions-common:update_package_repo:1252  [[ False = \T\r\u\e ]]
2017-02-10 04:48:53.441 | +functions-common:update_package_repo:1256  is_ubuntu
2017-02-10 04:48:53.444 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:53.447 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:53.450 | +functions-common:update_package_repo:1257  apt_get_update
2017-02-10 04:48:53.453 | +functions-common:apt_get_update:1050      [[ True == \T\r\u\e ]]
2017-02-10 04:48:53.456 | +functions-common:apt_get_update:1050      [[ False != \T\r\u\e ]]
2017-02-10 04:48:53.458 | +functions-common:apt_get_update:1051      return
2017-02-10 04:48:53.462 | +functions-common:install_package:1277     real_install_package radvd
2017-02-10 04:48:53.465 | +functions-common:real_install_package:1262  is_ubuntu
2017-02-10 04:48:53.468 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:53.470 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:53.473 | +functions-common:real_install_package:1263  apt_get install radvd
2017-02-10 04:48:53.493 | +functions-common:apt_get:1091             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd
2017-02-10 04:48:53.501 | Reading package lists...
2017-02-10 04:48:53.707 | Building dependency tree...
2017-02-10 04:48:53.708 | Reading state information...
2017-02-10 04:48:53.821 | radvd is already the newest version.
2017-02-10 04:48:53.821 | The following packages were automatically installed and are no longer required:
2017-02-10 04:48:53.821 |   python-chardet-whl python-colorama python-colorama-whl python-distlib
2017-02-10 04:48:53.821 |   python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl
2017-02-10 04:48:53.821 |   python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
2017-02-10 04:48:53.822 |   python-wheel python3-pkg-resources
2017-02-10 04:48:53.822 | Use 'apt-get autoremove' to remove them.
2017-02-10 04:48:53.843 | 0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
2017-02-10 04:48:53.848 | +functions-common:apt_get:1095             result=0
2017-02-10 04:48:53.851 | +functions-common:apt_get:1098             time_stop apt-get
2017-02-10 04:48:53.854 | +functions-common:time_stop:2347           local name
2017-02-10 04:48:53.857 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:48:53.860 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:53.863 | +functions-common:time_stop:2350           local total
2017-02-10 04:48:53.866 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:48:53.868 | +functions-common:time_stop:2353           name=apt-get
2017-02-10 04:48:53.871 | +functions-common:time_stop:2354           start_time=1486702133
2017-02-10 04:48:53.874 | +functions-common:time_stop:2356           [[ -z 1486702133 ]]
2017-02-10 04:48:53.878 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:53.882 | +functions-common:time_stop:2359           end_time=1486702133
2017-02-10 04:48:53.884 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:48:53.887 | +functions-common:time_stop:2361           total=0
2017-02-10 04:48:53.890 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:53.893 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=0
2017-02-10 04:48:53.896 | +functions-common:apt_get:1099             return 0
2017-02-10 04:48:53.899 | +lib/neutron-legacy:install_neutron_agent_packages:671  is_service_enabled q-agt q-dhcp q-l3
2017-02-10 04:48:53.917 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:48:53.920 | +lib/neutron-legacy:install_neutron_agent_packages:672  neutron_plugin_install_agent_packages
2017-02-10 04:48:53.923 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:23  _neutron_ovs_base_install_agent_packages
2017-02-10 04:48:53.927 | ++lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64  get_packages openvswitch
2017-02-10 04:48:53.950 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64  install_package fakeroot make openvswitch-switch
2017-02-10 04:48:53.953 | +functions-common:install_package:1276     update_package_repo
2017-02-10 04:48:53.956 | +functions-common:update_package_repo:1248  NO_UPDATE_REPOS=False
2017-02-10 04:48:53.959 | +functions-common:update_package_repo:1249  REPOS_UPDATED=True
2017-02-10 04:48:53.962 | +functions-common:update_package_repo:1250  RETRY_UPDATE=False
2017-02-10 04:48:53.965 | +functions-common:update_package_repo:1252  [[ False = \T\r\u\e ]]
2017-02-10 04:48:53.967 | +functions-common:update_package_repo:1256  is_ubuntu
2017-02-10 04:48:53.970 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:53.973 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:53.976 | +functions-common:update_package_repo:1257  apt_get_update
2017-02-10 04:48:53.979 | +functions-common:apt_get_update:1050      [[ True == \T\r\u\e ]]
2017-02-10 04:48:53.982 | +functions-common:apt_get_update:1050      [[ False != \T\r\u\e ]]
2017-02-10 04:48:53.985 | +functions-common:apt_get_update:1051      return
2017-02-10 04:48:53.988 | +functions-common:install_package:1277     real_install_package fakeroot make openvswitch-switch
2017-02-10 04:48:53.991 | +functions-common:real_install_package:1262  is_ubuntu
2017-02-10 04:48:53.994 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:53.997 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:53.999 | +functions-common:real_install_package:1263  apt_get install fakeroot make openvswitch-switch
2017-02-10 04:48:54.019 | +functions-common:apt_get:1091             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch
2017-02-10 04:48:54.028 | Reading package lists...
2017-02-10 04:48:54.231 | Building dependency tree...
2017-02-10 04:48:54.232 | Reading state information...
2017-02-10 04:48:54.344 | fakeroot is already the newest version.
2017-02-10 04:48:54.344 | make is already the newest version.
2017-02-10 04:48:54.344 | openvswitch-switch is already the newest version.
2017-02-10 04:48:54.344 | The following packages were automatically installed and are no longer required:
2017-02-10 04:48:54.344 |   python-chardet-whl python-colorama python-colorama-whl python-distlib
2017-02-10 04:48:54.344 |   python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl
2017-02-10 04:48:54.344 |   python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
2017-02-10 04:48:54.344 |   python-wheel python3-pkg-resources
2017-02-10 04:48:54.344 | Use 'apt-get autoremove' to remove them.
2017-02-10 04:48:54.366 | 0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
2017-02-10 04:48:54.370 | +functions-common:apt_get:1095             result=0
2017-02-10 04:48:54.373 | +functions-common:apt_get:1098             time_stop apt-get
2017-02-10 04:48:54.376 | +functions-common:time_stop:2347           local name
2017-02-10 04:48:54.379 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:48:54.382 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:54.385 | +functions-common:time_stop:2350           local total
2017-02-10 04:48:54.388 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:48:54.390 | +functions-common:time_stop:2353           name=apt-get
2017-02-10 04:48:54.393 | +functions-common:time_stop:2354           start_time=1486702134
2017-02-10 04:48:54.396 | +functions-common:time_stop:2356           [[ -z 1486702134 ]]
2017-02-10 04:48:54.400 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:54.404 | +functions-common:time_stop:2359           end_time=1486702134
2017-02-10 04:48:54.406 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:48:54.409 | +functions-common:time_stop:2361           total=0
2017-02-10 04:48:54.412 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:54.415 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=0
2017-02-10 04:48:54.418 | +functions-common:apt_get:1099             return 0
2017-02-10 04:48:54.421 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65  is_ubuntu
2017-02-10 04:48:54.424 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:54.427 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:54.430 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66  _neutron_ovs_base_install_ubuntu_dkms
2017-02-10 04:48:54.433 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52  local kernel_version
2017-02-10 04:48:54.437 | ++lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53  uname -r
2017-02-10 04:48:54.440 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53  kernel_version=4.2.0-27-generic
2017-02-10 04:48:54.443 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54  local kernel_major_minor
2017-02-10 04:48:54.448 | ++lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55  cut -d. -f1-2
2017-02-10 04:48:54.449 | ++lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55  echo 4.2.0-27-generic
2017-02-10 04:48:54.452 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55  kernel_major_minor=4.2
2017-02-10 04:48:54.456 | ++lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57  vercmp_numbers 4.2 3.13
2017-02-10 04:48:54.460 | ++functions:vercmp_numbers:547              typeset v1=4.2 v2=3.13 sep
2017-02-10 04:48:54.463 | ++functions:vercmp_numbers:548              typeset -a ver1 ver2
2017-02-10 04:48:54.467 | ++functions:vercmp_numbers:550              deprecated 'vercmp_numbers is deprecated for more generic vercmp'
2017-02-10 04:48:54.470 | ++functions-common:deprecated:217           local 'text=vercmp_numbers is deprecated for more generic vercmp'
2017-02-10 04:48:54.474 | ++functions-common:deprecated:218           DEPRECATED_TEXT+='\nvercmp_numbers is deprecated for more generic vercmp'
2017-02-10 04:48:54.478 | ++functions-common:deprecated:219           echo 'WARNING: vercmp_numbers is deprecated for more generic vercmp'
2017-02-10 04:48:54.482 | ++functions:vercmp_numbers:552              IFS=.
2017-02-10 04:48:54.486 | ++functions:vercmp_numbers:552              read -ra ver1
2017-02-10 04:48:54.489 | ++functions:vercmp_numbers:553              IFS=.
2017-02-10 04:48:54.493 | ++functions:vercmp_numbers:553              read -ra ver2
2017-02-10 04:48:54.497 | ++functions:vercmp_numbers:555              _vercmp_r 2 4 2 3 13
2017-02-10 04:48:54.500 | ++functions:_vercmp_r:509                   typeset sep
2017-02-10 04:48:54.504 | ++functions:_vercmp_r:510                   ver1=()
2017-02-10 04:48:54.507 | ++functions:_vercmp_r:510                   ver2=()
2017-02-10 04:48:54.511 | ++functions:_vercmp_r:510                   typeset -a ver1 ver2
2017-02-10 04:48:54.514 | ++functions:_vercmp_r:511                   sep=2
2017-02-10 04:48:54.518 | ++functions:_vercmp_r:511                   shift
2017-02-10 04:48:54.521 | ++functions:_vercmp_r:512                   ver1=("${@:1:sep}")
2017-02-10 04:48:54.525 | ++functions:_vercmp_r:513                   ver2=("${@:sep+1}")
2017-02-10 04:48:54.528 | ++functions:_vercmp_r:515                   (( ver1 > ver2 ))
2017-02-10 04:48:54.532 | ++functions:_vercmp_r:516                   echo 1
2017-02-10 04:48:54.535 | ++functions:_vercmp_r:516                   return 0
2017-02-10 04:48:54.538 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57  '[' WARNING: vercmp_numbers is deprecated for more generic vercmp 1 -lt 0 ']'
2017-02-10 04:48:54.538 | /opt/devstack/lib/neutron_plugins/ovs_base: line 57: [: too many arguments
2017-02-10 04:48:54.541 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67  restart_service openvswitch-switch
2017-02-10 04:48:54.544 | +functions-common:restart_service:2244     is_ubuntu
2017-02-10 04:48:54.547 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:48:54.550 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:48:54.553 | +functions-common:restart_service:2245     sudo /usr/sbin/service openvswitch-switch restart
2017-02-10 04:48:54.802 | openvswitch-switch stop/waiting
2017-02-10 04:48:55.089 | openvswitch-switch start/running
2017-02-10 04:48:55.093 | +lib/neutron-legacy:install_neutron_agent_packages:675  is_service_enabled q-lbaas
2017-02-10 04:48:55.111 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:48:55.114 | +./stack.sh:main:771                       echo_summary 'Installing OpenStack project source'
2017-02-10 04:48:55.117 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:48:55.120 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:48:55.123 | +./stack.sh:echo_summary:385               echo -e Installing OpenStack project source
2017-02-10 04:48:55.125 | +./stack.sh:main:774                       install_oslo
2017-02-10 04:48:55.128 | +lib/oslo:install_oslo:70                  _do_install_oslo_lib automaton
2017-02-10 04:48:55.131 | +lib/oslo:_do_install_oslo_lib:61          local name=automaton
2017-02-10 04:48:55.134 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git automaton
2017-02-10 04:48:55.137 | +inc/python:use_library_from_git:197       local name=automaton
2017-02-10 04:48:55.140 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.143 | +inc/python:use_library_from_git:199       [[ ,, =~ ,automaton, ]]
2017-02-10 04:48:55.146 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.149 | +lib/oslo:install_oslo:71                  _do_install_oslo_lib cliff
2017-02-10 04:48:55.151 | +lib/oslo:_do_install_oslo_lib:61          local name=cliff
2017-02-10 04:48:55.154 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git cliff
2017-02-10 04:48:55.157 | +inc/python:use_library_from_git:197       local name=cliff
2017-02-10 04:48:55.160 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.163 | +inc/python:use_library_from_git:199       [[ ,, =~ ,cliff, ]]
2017-02-10 04:48:55.166 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.169 | +lib/oslo:install_oslo:72                  _do_install_oslo_lib debtcollector
2017-02-10 04:48:55.171 | +lib/oslo:_do_install_oslo_lib:61          local name=debtcollector
2017-02-10 04:48:55.174 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git debtcollector
2017-02-10 04:48:55.177 | +inc/python:use_library_from_git:197       local name=debtcollector
2017-02-10 04:48:55.180 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.183 | +inc/python:use_library_from_git:199       [[ ,, =~ ,debtcollector, ]]
2017-02-10 04:48:55.186 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.189 | +lib/oslo:install_oslo:73                  _do_install_oslo_lib futurist
2017-02-10 04:48:55.192 | +lib/oslo:_do_install_oslo_lib:61          local name=futurist
2017-02-10 04:48:55.195 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git futurist
2017-02-10 04:48:55.198 | +inc/python:use_library_from_git:197       local name=futurist
2017-02-10 04:48:55.201 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.204 | +inc/python:use_library_from_git:199       [[ ,, =~ ,futurist, ]]
2017-02-10 04:48:55.206 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.209 | +lib/oslo:install_oslo:74                  _do_install_oslo_lib oslo.cache
2017-02-10 04:48:55.213 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.cache
2017-02-10 04:48:55.216 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.cache
2017-02-10 04:48:55.219 | +inc/python:use_library_from_git:197       local name=oslo.cache
2017-02-10 04:48:55.221 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.224 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.cache, ]]
2017-02-10 04:48:55.227 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.230 | +lib/oslo:install_oslo:75                  _do_install_oslo_lib oslo.concurrency
2017-02-10 04:48:55.233 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.concurrency
2017-02-10 04:48:55.236 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.concurrency
2017-02-10 04:48:55.239 | +inc/python:use_library_from_git:197       local name=oslo.concurrency
2017-02-10 04:48:55.242 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.244 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.concurrency, ]]
2017-02-10 04:48:55.247 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.250 | +lib/oslo:install_oslo:76                  _do_install_oslo_lib oslo.config
2017-02-10 04:48:55.253 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.config
2017-02-10 04:48:55.256 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.config
2017-02-10 04:48:55.259 | +inc/python:use_library_from_git:197       local name=oslo.config
2017-02-10 04:48:55.262 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.264 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.config, ]]
2017-02-10 04:48:55.267 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.270 | +lib/oslo:install_oslo:77                  _do_install_oslo_lib oslo.context
2017-02-10 04:48:55.273 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.context
2017-02-10 04:48:55.276 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.context
2017-02-10 04:48:55.279 | +inc/python:use_library_from_git:197       local name=oslo.context
2017-02-10 04:48:55.282 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.285 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.context, ]]
2017-02-10 04:48:55.287 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.290 | +lib/oslo:install_oslo:78                  _do_install_oslo_lib oslo.db
2017-02-10 04:48:55.293 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.db
2017-02-10 04:48:55.296 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.db
2017-02-10 04:48:55.299 | +inc/python:use_library_from_git:197       local name=oslo.db
2017-02-10 04:48:55.302 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.305 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.db, ]]
2017-02-10 04:48:55.307 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.310 | +lib/oslo:install_oslo:79                  _do_install_oslo_lib oslo.i18n
2017-02-10 04:48:55.313 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.i18n
2017-02-10 04:48:55.316 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.i18n
2017-02-10 04:48:55.319 | +inc/python:use_library_from_git:197       local name=oslo.i18n
2017-02-10 04:48:55.322 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.325 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.i18n, ]]
2017-02-10 04:48:55.327 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.330 | +lib/oslo:install_oslo:80                  _do_install_oslo_lib oslo.log
2017-02-10 04:48:55.333 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.log
2017-02-10 04:48:55.336 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.log
2017-02-10 04:48:55.339 | +inc/python:use_library_from_git:197       local name=oslo.log
2017-02-10 04:48:55.342 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.345 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.log, ]]
2017-02-10 04:48:55.347 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.350 | +lib/oslo:install_oslo:81                  _do_install_oslo_lib oslo.messaging
2017-02-10 04:48:55.353 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.messaging
2017-02-10 04:48:55.356 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.messaging
2017-02-10 04:48:55.359 | +inc/python:use_library_from_git:197       local name=oslo.messaging
2017-02-10 04:48:55.362 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.365 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.messaging, ]]
2017-02-10 04:48:55.368 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.371 | +lib/oslo:install_oslo:82                  _do_install_oslo_lib oslo.middleware
2017-02-10 04:48:55.373 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.middleware
2017-02-10 04:48:55.376 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.middleware
2017-02-10 04:48:55.379 | +inc/python:use_library_from_git:197       local name=oslo.middleware
2017-02-10 04:48:55.382 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.385 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.middleware, ]]
2017-02-10 04:48:55.388 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.391 | +lib/oslo:install_oslo:83                  _do_install_oslo_lib oslo.policy
2017-02-10 04:48:55.394 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.policy
2017-02-10 04:48:55.397 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.policy
2017-02-10 04:48:55.400 | +inc/python:use_library_from_git:197       local name=oslo.policy
2017-02-10 04:48:55.402 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.405 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.policy, ]]
2017-02-10 04:48:55.408 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.411 | +lib/oslo:install_oslo:84                  _do_install_oslo_lib oslo.privsep
2017-02-10 04:48:55.414 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.privsep
2017-02-10 04:48:55.417 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.privsep
2017-02-10 04:48:55.420 | +inc/python:use_library_from_git:197       local name=oslo.privsep
2017-02-10 04:48:55.423 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.426 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.privsep, ]]
2017-02-10 04:48:55.429 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.432 | +lib/oslo:install_oslo:85                  _do_install_oslo_lib oslo.reports
2017-02-10 04:48:55.435 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.reports
2017-02-10 04:48:55.438 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.reports
2017-02-10 04:48:55.440 | +inc/python:use_library_from_git:197       local name=oslo.reports
2017-02-10 04:48:55.443 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.446 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.reports, ]]
2017-02-10 04:48:55.449 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.452 | +lib/oslo:install_oslo:86                  _do_install_oslo_lib oslo.rootwrap
2017-02-10 04:48:55.455 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.rootwrap
2017-02-10 04:48:55.458 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.rootwrap
2017-02-10 04:48:55.461 | +inc/python:use_library_from_git:197       local name=oslo.rootwrap
2017-02-10 04:48:55.464 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.467 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.rootwrap, ]]
2017-02-10 04:48:55.470 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.473 | +lib/oslo:install_oslo:87                  _do_install_oslo_lib oslo.serialization
2017-02-10 04:48:55.476 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.serialization
2017-02-10 04:48:55.479 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.serialization
2017-02-10 04:48:55.481 | +inc/python:use_library_from_git:197       local name=oslo.serialization
2017-02-10 04:48:55.484 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.487 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.serialization, ]]
2017-02-10 04:48:55.490 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.493 | +lib/oslo:install_oslo:88                  _do_install_oslo_lib oslo.service
2017-02-10 04:48:55.496 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.service
2017-02-10 04:48:55.499 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.service
2017-02-10 04:48:55.502 | +inc/python:use_library_from_git:197       local name=oslo.service
2017-02-10 04:48:55.505 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.508 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.service, ]]
2017-02-10 04:48:55.510 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.513 | +lib/oslo:install_oslo:89                  _do_install_oslo_lib oslo.utils
2017-02-10 04:48:55.516 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.utils
2017-02-10 04:48:55.519 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.utils
2017-02-10 04:48:55.522 | +inc/python:use_library_from_git:197       local name=oslo.utils
2017-02-10 04:48:55.525 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.528 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.utils, ]]
2017-02-10 04:48:55.531 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.534 | +lib/oslo:install_oslo:90                  _do_install_oslo_lib oslo.versionedobjects
2017-02-10 04:48:55.537 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.versionedobjects
2017-02-10 04:48:55.540 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.versionedobjects
2017-02-10 04:48:55.542 | +inc/python:use_library_from_git:197       local name=oslo.versionedobjects
2017-02-10 04:48:55.545 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.548 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.versionedobjects, ]]
2017-02-10 04:48:55.551 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.554 | +lib/oslo:install_oslo:91                  _do_install_oslo_lib oslo.vmware
2017-02-10 04:48:55.557 | +lib/oslo:_do_install_oslo_lib:61          local name=oslo.vmware
2017-02-10 04:48:55.560 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git oslo.vmware
2017-02-10 04:48:55.563 | +inc/python:use_library_from_git:197       local name=oslo.vmware
2017-02-10 04:48:55.566 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.569 | +inc/python:use_library_from_git:199       [[ ,, =~ ,oslo.vmware, ]]
2017-02-10 04:48:55.571 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.574 | +lib/oslo:install_oslo:92                  _do_install_oslo_lib osprofiler
2017-02-10 04:48:55.577 | +lib/oslo:_do_install_oslo_lib:61          local name=osprofiler
2017-02-10 04:48:55.580 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git osprofiler
2017-02-10 04:48:55.583 | +inc/python:use_library_from_git:197       local name=osprofiler
2017-02-10 04:48:55.586 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.589 | +inc/python:use_library_from_git:199       [[ ,, =~ ,osprofiler, ]]
2017-02-10 04:48:55.592 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.595 | +lib/oslo:install_oslo:93                  _do_install_oslo_lib pycadf
2017-02-10 04:48:55.597 | +lib/oslo:_do_install_oslo_lib:61          local name=pycadf
2017-02-10 04:48:55.600 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git pycadf
2017-02-10 04:48:55.603 | +inc/python:use_library_from_git:197       local name=pycadf
2017-02-10 04:48:55.606 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.609 | +inc/python:use_library_from_git:199       [[ ,, =~ ,pycadf, ]]
2017-02-10 04:48:55.612 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.615 | +lib/oslo:install_oslo:94                  _do_install_oslo_lib stevedore
2017-02-10 04:48:55.618 | +lib/oslo:_do_install_oslo_lib:61          local name=stevedore
2017-02-10 04:48:55.621 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git stevedore
2017-02-10 04:48:55.623 | +inc/python:use_library_from_git:197       local name=stevedore
2017-02-10 04:48:55.626 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.629 | +inc/python:use_library_from_git:199       [[ ,, =~ ,stevedore, ]]
2017-02-10 04:48:55.632 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.635 | +lib/oslo:install_oslo:95                  _do_install_oslo_lib taskflow
2017-02-10 04:48:55.638 | +lib/oslo:_do_install_oslo_lib:61          local name=taskflow
2017-02-10 04:48:55.641 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git taskflow
2017-02-10 04:48:55.644 | +inc/python:use_library_from_git:197       local name=taskflow
2017-02-10 04:48:55.647 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.650 | +inc/python:use_library_from_git:199       [[ ,, =~ ,taskflow, ]]
2017-02-10 04:48:55.653 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.656 | +lib/oslo:install_oslo:96                  _do_install_oslo_lib tooz
2017-02-10 04:48:55.659 | +lib/oslo:_do_install_oslo_lib:61          local name=tooz
2017-02-10 04:48:55.662 | +lib/oslo:_do_install_oslo_lib:62          use_library_from_git tooz
2017-02-10 04:48:55.664 | +inc/python:use_library_from_git:197       local name=tooz
2017-02-10 04:48:55.667 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.670 | +inc/python:use_library_from_git:199       [[ ,, =~ ,tooz, ]]
2017-02-10 04:48:55.673 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.676 | +./stack.sh:main:777                       install_keystoneauth
2017-02-10 04:48:55.679 | +lib/keystone:install_keystoneauth:511     use_library_from_git keystoneauth
2017-02-10 04:48:55.682 | +inc/python:use_library_from_git:197       local name=keystoneauth
2017-02-10 04:48:55.685 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.688 | +inc/python:use_library_from_git:199       [[ ,, =~ ,keystoneauth, ]]
2017-02-10 04:48:55.691 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.694 | +./stack.sh:main:778                       install_keystoneclient
2017-02-10 04:48:55.697 | +lib/keystone:install_keystoneclient:519   use_library_from_git python-keystoneclient
2017-02-10 04:48:55.700 | +inc/python:use_library_from_git:197       local name=python-keystoneclient
2017-02-10 04:48:55.702 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.705 | +inc/python:use_library_from_git:199       [[ ,, =~ ,python-keystoneclient, ]]
2017-02-10 04:48:55.708 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.711 | +./stack.sh:main:779                       install_glanceclient
2017-02-10 04:48:55.714 | +lib/glance:install_glanceclient:351       use_library_from_git python-glanceclient
2017-02-10 04:48:55.717 | +inc/python:use_library_from_git:197       local name=python-glanceclient
2017-02-10 04:48:55.720 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.723 | +inc/python:use_library_from_git:199       [[ ,, =~ ,python-glanceclient, ]]
2017-02-10 04:48:55.725 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.728 | +./stack.sh:main:780                       install_cinderclient
2017-02-10 04:48:55.731 | +lib/cinder:install_cinderclient:459       use_library_from_git python-cinderclient
2017-02-10 04:48:55.734 | +inc/python:use_library_from_git:197       local name=python-cinderclient
2017-02-10 04:48:55.737 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.740 | +inc/python:use_library_from_git:199       [[ ,, =~ ,python-cinderclient, ]]
2017-02-10 04:48:55.743 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.746 | +./stack.sh:main:781                       install_novaclient
2017-02-10 04:48:55.749 | +lib/nova:install_novaclient:722           use_library_from_git python-novaclient
2017-02-10 04:48:55.752 | +inc/python:use_library_from_git:197       local name=python-novaclient
2017-02-10 04:48:55.755 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.758 | +inc/python:use_library_from_git:199       [[ ,, =~ ,python-novaclient, ]]
2017-02-10 04:48:55.761 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.763 | +./stack.sh:main:782                       is_service_enabled swift glance horizon
2017-02-10 04:48:55.782 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:48:55.785 | +./stack.sh:main:783                       install_swiftclient
2017-02-10 04:48:55.788 | +lib/swift:install_swiftclient:720         use_library_from_git python-swiftclient
2017-02-10 04:48:55.791 | +inc/python:use_library_from_git:197       local name=python-swiftclient
2017-02-10 04:48:55.793 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.796 | +inc/python:use_library_from_git:199       [[ ,, =~ ,python-swiftclient, ]]
2017-02-10 04:48:55.799 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.802 | +./stack.sh:main:785                       is_service_enabled neutron nova horizon
2017-02-10 04:48:55.821 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:48:55.824 | +./stack.sh:main:786                       install_neutronclient
2017-02-10 04:48:55.826 | +lib/neutron-legacy:install_neutronclient:657  use_library_from_git python-neutronclient
2017-02-10 04:48:55.829 | +inc/python:use_library_from_git:197       local name=python-neutronclient
2017-02-10 04:48:55.832 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.835 | +inc/python:use_library_from_git:199       [[ ,, =~ ,python-neutronclient, ]]
2017-02-10 04:48:55.838 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.841 | +./stack.sh:main:788                       is_service_enabled heat horizon
2017-02-10 04:48:55.859 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:48:55.862 | +./stack.sh:main:789                       install_heatclient
2017-02-10 04:48:55.865 | +lib/heat:install_heatclient:255           use_library_from_git python-heatclient
2017-02-10 04:48:55.867 | +inc/python:use_library_from_git:197       local name=python-heatclient
2017-02-10 04:48:55.870 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.873 | +inc/python:use_library_from_git:199       [[ ,, =~ ,python-heatclient, ]]
2017-02-10 04:48:55.876 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.879 | +./stack.sh:main:793                       install_keystonemiddleware
2017-02-10 04:48:55.882 | +lib/keystone:install_keystonemiddleware:529  use_library_from_git keystonemiddleware
2017-02-10 04:48:55.885 | +inc/python:use_library_from_git:197       local name=keystonemiddleware
2017-02-10 04:48:55.888 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:48:55.891 | +inc/python:use_library_from_git:199       [[ ,, =~ ,keystonemiddleware, ]]
2017-02-10 04:48:55.894 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:48:55.897 | +lib/keystone:install_keystonemiddleware:534  pip_install_gr keystonemiddleware
2017-02-10 04:48:55.900 | +inc/python:pip_install_gr:66              local name=keystonemiddleware
2017-02-10 04:48:55.902 | +inc/python:pip_install_gr:67              local clean_name
2017-02-10 04:48:55.907 | ++inc/python:pip_install_gr:68              get_from_global_requirements keystonemiddleware
2017-02-10 04:48:55.910 | ++inc/python:get_from_global_requirements:185  local package=keystonemiddleware
2017-02-10 04:48:55.914 | ++inc/python:get_from_global_requirements:186  local required_pkg
2017-02-10 04:48:55.919 | +++inc/python:get_from_global_requirements:187  grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt
2017-02-10 04:48:55.920 | +++inc/python:get_from_global_requirements:187  cut -d# -f1
2017-02-10 04:48:55.925 | ++inc/python:get_from_global_requirements:187  required_pkg='keystonemiddleware>=4.0.0,!=4.1.0  '
2017-02-10 04:48:55.928 | ++inc/python:get_from_global_requirements:188  [[ keystonemiddleware>=4.0.0,!=4.1.0   == '' ]]
2017-02-10 04:48:55.932 | ++inc/python:get_from_global_requirements:191  echo 'keystonemiddleware>=4.0.0,!=4.1.0'
2017-02-10 04:48:55.935 | +inc/python:pip_install_gr:68              clean_name='keystonemiddleware>=4.0.0,!=4.1.0'
2017-02-10 04:48:55.938 | +inc/python:pip_install_gr:69              pip_install 'keystonemiddleware>=4.0.0,!=4.1.0'
2017-02-10 04:48:56.535 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'keystonemiddleware>=4.0.0,!=4.1.0'
2017-02-10 04:48:57.296 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:48:57.537 | Requirement already satisfied: keystonemiddleware===4.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166))
2017-02-10 04:48:57.551 | Requirement already satisfied: oslo.config===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212))
2017-02-10 04:48:57.556 | Requirement already satisfied: oslo.context===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213))
2017-02-10 04:48:57.559 | Requirement already satisfied: oslo.i18n===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215))
2017-02-10 04:48:57.563 | Requirement already satisfied: oslo.serialization===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223))
2017-02-10 04:48:57.569 | Requirement already satisfied: oslo.utils===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225))
2017-02-10 04:48:57.581 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238))
2017-02-10 04:48:57.583 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245))
2017-02-10 04:48:57.585 | Requirement already satisfied: pycadf===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256))
2017-02-10 04:48:57.591 | Requirement already satisfied: python-keystoneclient===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288))
2017-02-10 04:48:57.604 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309))
2017-02-10 04:48:57.607 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317))
2017-02-10 04:48:57.614 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337))
2017-02-10 04:48:57.615 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346))
2017-02-10 04:48:57.618 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165))
2017-02-10 04:48:57.631 | Requirement already satisfied: WebOb===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29))
2017-02-10 04:48:57.637 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182))
2017-02-10 04:48:57.639 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99))
2017-02-10 04:48:57.646 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2))
2017-02-10 04:48:57.649 | Requirement already satisfied: msgpack-python===0.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181))
2017-02-10 04:48:57.651 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 153))
2017-02-10 04:48:57.652 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 133))
2017-02-10 04:48:57.654 | Requirement already satisfied: monotonic===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178))
2017-02-10 04:48:57.656 | Requirement already satisfied: netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183))
2017-02-10 04:48:57.658 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247))
2017-02-10 04:48:57.659 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381))
2017-02-10 04:48:57.761 | +inc/python:pip_install:162                result=0
2017-02-10 04:48:57.764 | +inc/python:pip_install:165                local 'test_req=keystonemiddleware>=4.0.0,!=4.1.0/test-requirements.txt'
2017-02-10 04:48:57.767 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:48:57.769 | +inc/python:pip_install:166                [[ -e keystonemiddleware>=4.0.0,!=4.1.0/test-requirements.txt ]]
2017-02-10 04:48:57.772 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:48:57.775 | +functions-common:time_stop:2347           local name
2017-02-10 04:48:57.778 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:48:57.781 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:57.784 | +functions-common:time_stop:2350           local total
2017-02-10 04:48:57.787 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:48:57.790 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:48:57.792 | +functions-common:time_stop:2354           start_time=1486702135
2017-02-10 04:48:57.795 | +functions-common:time_stop:2356           [[ -z 1486702135 ]]
2017-02-10 04:48:57.799 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:57.802 | +functions-common:time_stop:2359           end_time=1486702137
2017-02-10 04:48:57.805 | +functions-common:time_stop:2360           elapsed_time=2
2017-02-10 04:48:57.808 | +functions-common:time_stop:2361           total=19
2017-02-10 04:48:57.811 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:57.814 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=21
2017-02-10 04:48:57.817 | +inc/python:pip_install:179                return 0
2017-02-10 04:48:57.820 | +lib/keystone:install_keystonemiddleware:538  pip_install_gr python-memcached
2017-02-10 04:48:57.823 | +inc/python:pip_install_gr:66              local name=python-memcached
2017-02-10 04:48:57.826 | +inc/python:pip_install_gr:67              local clean_name
2017-02-10 04:48:57.830 | ++inc/python:pip_install_gr:68              get_from_global_requirements python-memcached
2017-02-10 04:48:57.834 | ++inc/python:get_from_global_requirements:185  local package=python-memcached
2017-02-10 04:48:57.837 | ++inc/python:get_from_global_requirements:186  local required_pkg
2017-02-10 04:48:57.843 | +++inc/python:get_from_global_requirements:187  grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt
2017-02-10 04:48:57.844 | +++inc/python:get_from_global_requirements:187  cut -d# -f1
2017-02-10 04:48:57.849 | ++inc/python:get_from_global_requirements:187  required_pkg='python-memcached>=1.56  '
2017-02-10 04:48:57.852 | ++inc/python:get_from_global_requirements:188  [[ python-memcached>=1.56   == '' ]]
2017-02-10 04:48:57.856 | ++inc/python:get_from_global_requirements:191  echo 'python-memcached>=1.56'
2017-02-10 04:48:57.859 | +inc/python:pip_install_gr:68              clean_name='python-memcached>=1.56'
2017-02-10 04:48:57.862 | +inc/python:pip_install_gr:69              pip_install 'python-memcached>=1.56'
2017-02-10 04:48:58.449 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'python-memcached>=1.56'
2017-02-10 04:48:59.199 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:48:59.439 | Requirement already satisfied: python-memcached===1.57 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292))
2017-02-10 04:48:59.442 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337))
2017-02-10 04:48:59.546 | +inc/python:pip_install:162                result=0
2017-02-10 04:48:59.549 | +inc/python:pip_install:165                local 'test_req=python-memcached>=1.56/test-requirements.txt'
2017-02-10 04:48:59.552 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:48:59.555 | +inc/python:pip_install:166                [[ -e python-memcached>=1.56/test-requirements.txt ]]
2017-02-10 04:48:59.558 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:48:59.561 | +functions-common:time_stop:2347           local name
2017-02-10 04:48:59.564 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:48:59.567 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:48:59.570 | +functions-common:time_stop:2350           local total
2017-02-10 04:48:59.573 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:48:59.576 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:48:59.579 | +functions-common:time_stop:2354           start_time=1486702137
2017-02-10 04:48:59.582 | +functions-common:time_stop:2356           [[ -z 1486702137 ]]
2017-02-10 04:48:59.586 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:48:59.589 | +functions-common:time_stop:2359           end_time=1486702139
2017-02-10 04:48:59.592 | +functions-common:time_stop:2360           elapsed_time=2
2017-02-10 04:48:59.595 | +functions-common:time_stop:2361           total=21
2017-02-10 04:48:59.598 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:48:59.601 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=23
2017-02-10 04:48:59.604 | +inc/python:pip_install:179                return 0
2017-02-10 04:48:59.607 | +./stack.sh:main:795                       is_service_enabled keystone
2017-02-10 04:48:59.624 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:48:59.627 | +./stack.sh:main:796                       '[' 172.30.250.59 == 172.30.250.59 ']'
2017-02-10 04:48:59.630 | +./stack.sh:main:797                       stack_install_service keystone
2017-02-10 04:48:59.633 | +lib/stack:stack_install_service:20        local service=keystone
2017-02-10 04:48:59.636 | +lib/stack:stack_install_service:21        type install_keystone
2017-02-10 04:48:59.639 | +lib/stack:stack_install_service:23        [[ False = True ]]
2017-02-10 04:48:59.642 | +lib/stack:stack_install_service:32        install_keystone
2017-02-10 04:48:59.645 | +lib/keystone:install_keystone:544         is_service_enabled ldap
2017-02-10 04:48:59.663 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:48:59.666 | +lib/keystone:install_keystone:548         git_clone http://git.trystack.cn/openstack/keystone.git /opt/stack/keystone stable/mitaka
2017-02-10 04:48:59.669 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/keystone.git
2017-02-10 04:48:59.672 | +functions-common:git_clone:496            local git_dest=/opt/stack/keystone
2017-02-10 04:48:59.675 | +functions-common:git_clone:497            local git_ref=stable/mitaka
2017-02-10 04:48:59.677 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:48:59.681 | ++functions-common:git_clone:499            pwd
2017-02-10 04:48:59.684 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:48:59.687 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:48:59.691 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:48:59.709 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:48:59.712 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:48:59.715 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:48:59.718 | +functions-common:git_clone:516            echo stable/mitaka
2017-02-10 04:48:59.719 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:48:59.722 | +functions-common:git_clone:530            [[ ! -d /opt/stack/keystone ]]
2017-02-10 04:48:59.725 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:48:59.728 | +functions-common:git_clone:542            cd /opt/stack/keystone
2017-02-10 04:48:59.731 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/keystone.git
2017-02-10 04:48:59.735 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:48:59.738 | +functions-common:git_timed:591            local count=0
2017-02-10 04:48:59.740 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:48:59.743 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:48:59.746 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:48:59.749 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:48:59.752 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:48:59.754 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:48:59.757 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:48:59.766 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:48:59.769 | +functions-common:time_start:2338          START_TIME[$name]=1486702139
2017-02-10 04:48:59.772 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:49:00.006 | From http://git.trystack.cn/openstack/keystone
2017-02-10 04:49:00.006 |  + 2db574d...94ed3ae master     -> origin/master  (forced update)
2017-02-10 04:49:00.011 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:49:00.014 | +functions-common:time_stop:2347           local name
2017-02-10 04:49:00.016 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:49:00.019 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:49:00.022 | +functions-common:time_stop:2350           local total
2017-02-10 04:49:00.025 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:49:00.027 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:49:00.030 | +functions-common:time_stop:2354           start_time=1486702139
2017-02-10 04:49:00.033 | +functions-common:time_stop:2356           [[ -z 1486702139 ]]
2017-02-10 04:49:00.036 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:49:00.040 | +functions-common:time_stop:2359           end_time=1486702140
2017-02-10 04:49:00.042 | +functions-common:time_stop:2360           elapsed_time=1
2017-02-10 04:49:00.045 | +functions-common:time_stop:2361           total=1
2017-02-10 04:49:00.048 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:49:00.051 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=2
2017-02-10 04:49:00.054 | +functions-common:git_clone:549            find /opt/stack/keystone -name '*.pyc' -delete
2017-02-10 04:49:00.063 | ++functions-common:git_clone:552            git show-ref refs/tags/stable/mitaka
2017-02-10 04:49:00.067 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:49:00.070 | ++functions-common:git_clone:554            git show-ref refs/heads/stable/mitaka
2017-02-10 04:49:00.074 | +functions-common:git_clone:554            [[ -n 27793e6df9ddf2ce727b05cce31a000b97897c44 refs/heads/stable/mitaka ]]
2017-02-10 04:49:00.077 | +functions-common:git_clone:555            git_update_branch stable/mitaka
2017-02-10 04:49:00.080 | +functions-common:git_update_branch:619    local git_branch=stable/mitaka
2017-02-10 04:49:00.083 | +functions-common:git_update_branch:621    git checkout -f origin/stable/mitaka
2017-02-10 04:49:00.144 | Note: checking out 'origin/stable/mitaka'.
2017-02-10 04:49:00.144 |
2017-02-10 04:49:00.144 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:49:00.144 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:49:00.144 | state without impacting any branches by performing another checkout.
2017-02-10 04:49:00.144 |
2017-02-10 04:49:00.144 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:49:00.144 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:49:00.144 |
2017-02-10 04:49:00.144 |   git checkout -b new_branch_name
2017-02-10 04:49:00.144 |
2017-02-10 04:49:00.144 | HEAD is now at 27793e6... Prepare for using standard python tests
2017-02-10 04:49:00.148 | +functions-common:git_update_branch:623    git branch -D stable/mitaka
2017-02-10 04:49:00.149 | Deleted branch stable/mitaka (was 27793e6).
2017-02-10 04:49:00.153 | +functions-common:git_update_branch:624    git checkout -b stable/mitaka
2017-02-10 04:49:00.178 | Switched to a new branch 'stable/mitaka'
2017-02-10 04:49:00.181 | +functions-common:git_clone:566            cd /opt/stack/keystone
2017-02-10 04:49:00.184 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:49:00.185 | +functions-common:git_clone:567            head -1
2017-02-10 04:49:00.185 | 27793e6 Prepare for using standard python tests
2017-02-10 04:49:00.189 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:49:00.192 | +lib/keystone:install_keystone:549         setup_develop /opt/stack/keystone
2017-02-10 04:49:00.195 | +inc/python:setup_develop:271              local project_dir=/opt/stack/keystone
2017-02-10 04:49:00.198 | +inc/python:setup_develop:272              local extras=
2017-02-10 04:49:00.201 | +inc/python:setup_develop:273              _setup_package_with_constraints_edit /opt/stack/keystone -e
2017-02-10 04:49:00.204 | +inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/keystone
2017-02-10 04:49:00.206 | +inc/python:_setup_package_with_constraints_edit:304  local flags=-e
2017-02-10 04:49:00.209 | +inc/python:_setup_package_with_constraints_edit:305  local extras=
2017-02-10 04:49:00.212 | +inc/python:_setup_package_with_constraints_edit:307  '[' -n /opt/stack/requirements ']'
2017-02-10 04:49:00.215 | +inc/python:_setup_package_with_constraints_edit:309  local name
2017-02-10 04:49:00.219 | ++inc/python:_setup_package_with_constraints_edit:310  awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg
2017-02-10 04:49:00.223 | +inc/python:_setup_package_with_constraints_edit:310  name=keystone
2017-02-10 04:49:00.225 | +inc/python:_setup_package_with_constraints_edit:312  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone'
2017-02-10 04:49:00.509 | +inc/python:_setup_package_with_constraints_edit:316  setup_package /opt/stack/keystone -e
2017-02-10 04:49:00.512 | +inc/python:setup_package:332              local project_dir=/opt/stack/keystone
2017-02-10 04:49:00.515 | +inc/python:setup_package:333              local flags=-e
2017-02-10 04:49:00.518 | +inc/python:setup_package:334              local extras=
2017-02-10 04:49:00.521 | +inc/python:setup_package:338              [[ -n -e ]]
2017-02-10 04:49:00.524 | +inc/python:setup_package:338              [[ -z '' ]]
2017-02-10 04:49:00.527 | +inc/python:setup_package:338              [[ ! -e =~ ^-.* ]]
2017-02-10 04:49:00.530 | +inc/python:setup_package:343              [[ ! -z '' ]]
2017-02-10 04:49:00.533 | +inc/python:setup_package:347              pip_install -e /opt/stack/keystone
2017-02-10 04:49:01.122 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone
2017-02-10 04:49:01.873 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:49:02.115 | Obtaining file:///opt/stack/keystone
2017-02-10 04:49:03.606 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2017-02-10 04:49:05.047 | Requirement already satisfied: Paste===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13))
2017-02-10 04:49:05.052 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14))
2017-02-10 04:49:05.054 | Requirement already satisfied: Routes===2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23))
2017-02-10 04:49:05.058 | Requirement already satisfied: SQLAlchemy===1.0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24))
2017-02-10 04:49:05.060 | Requirement already satisfied: WebOb===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30))
2017-02-10 04:49:05.066 | Requirement already satisfied: cryptography===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 97))
2017-02-10 04:49:05.085 | Requirement already satisfied: dogpile.cache===0.5.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 119))
2017-02-10 04:49:05.088 | Requirement already satisfied: dogpile.core===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120))
2017-02-10 04:49:05.089 | Requirement already satisfied: enum34===1.1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123))
2017-02-10 04:49:05.093 | Requirement already satisfied: eventlet===0.18.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
2017-02-10 04:49:05.095 | Requirement already satisfied: greenlet===0.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144))
2017-02-10 04:49:05.097 | Requirement already satisfied: idna===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 149))
2017-02-10 04:49:05.099 | Requirement already satisfied: ipaddress===1.0.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151))
2017-02-10 04:49:05.100 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162))
2017-02-10 04:49:05.108 | Requirement already satisfied: keystonemiddleware===4.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167))
2017-02-10 04:49:05.121 | Requirement already satisfied: msgpack-python===0.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182))
2017-02-10 04:49:05.123 | Requirement already satisfied: oauthlib===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196))
2017-02-10 04:49:05.133 | Requirement already satisfied: oslo.cache===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211))
2017-02-10 04:49:05.143 | Requirement already satisfied: oslo.concurrency===3.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212))
2017-02-10 04:49:05.156 | Requirement already satisfied: oslo.config===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213))
2017-02-10 04:49:05.161 | Requirement already satisfied: oslo.context===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214))
2017-02-10 04:49:05.165 | Requirement already satisfied: oslo.db===4.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215))
2017-02-10 04:49:05.196 | Requirement already satisfied: oslo.i18n===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216))
2017-02-10 04:49:05.200 | Requirement already satisfied: oslo.log===3.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217))
2017-02-10 04:49:05.215 | Requirement already satisfied: oslo.messaging===4.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218))
2017-02-10 04:49:05.238 | Requirement already satisfied: oslo.middleware===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219))
2017-02-10 04:49:05.248 | Requirement already satisfied: oslo.policy===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220))
2017-02-10 04:49:05.255 | Requirement already satisfied: oslo.serialization===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224))
2017-02-10 04:49:05.262 | Requirement already satisfied: oslo.service===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225))
2017-02-10 04:49:05.277 | Requirement already satisfied: oslo.utils===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226))
2017-02-10 04:49:05.289 | Requirement already satisfied: passlib===1.6.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237))
2017-02-10 04:49:05.291 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239))
2017-02-10 04:49:05.292 | Requirement already satisfied: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242))
2017-02-10 04:49:05.297 | Requirement already satisfied: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243))
2017-02-10 04:49:05.301 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246))
2017-02-10 04:49:05.304 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255))
2017-02-10 04:49:05.305 | Requirement already satisfied: pycadf===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257))
2017-02-10 04:49:05.311 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261))
2017-02-10 04:49:05.313 | Requirement already satisfied: pysaml2===4.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271))
2017-02-10 04:49:05.320 | Requirement already satisfied: python-dateutil===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282))
2017-02-10 04:49:05.323 | Requirement already satisfied: python-keystoneclient===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289))
2017-02-10 04:49:05.335 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310))
2017-02-10 04:49:05.338 | Requirement already satisfied: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316))
2017-02-10 04:49:05.342 | Requirement already satisfied: repoze.who===2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317))
2017-02-10 04:49:05.355 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318))
2017-02-10 04:49:05.362 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324))
2017-02-10 04:49:05.364 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338))
2017-02-10 04:49:05.366 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345))
2017-02-10 04:49:05.372 | Requirement already satisfied: sqlparse===0.1.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346))
2017-02-10 04:49:05.374 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347))
2017-02-10 04:49:05.377 | Requirement already satisfied: zope.interface===4.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390))
2017-02-10 04:49:05.385 | Requirement already satisfied: cffi===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87))
2017-02-10 04:49:05.387 | Requirement already satisfied: setuptools>=1.0 in /usr/local/lib/python2.7/dist-packages (from cryptography===1.2.3->-c /opt/stack/requirements/upper-constraints.txt (line 97))
2017-02-10 04:49:05.394 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))
2017-02-10 04:49:05.395 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166))
2017-02-10 04:49:05.408 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:49:05.410 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128))
2017-02-10 04:49:05.413 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154))
2017-02-10 04:49:05.415 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183))
2017-02-10 04:49:05.417 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100))
2017-02-10 04:49:05.425 | Requirement already satisfied: alembic===0.8.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 63))
2017-02-10 04:49:05.429 | Requirement already satisfied: kombu===3.0.34 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169))
2017-02-10 04:49:05.434 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:49:05.436 | Requirement already satisfied: futurist===0.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137))
2017-02-10 04:49:05.444 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136))
2017-02-10 04:49:05.445 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 64))
2017-02-10 04:49:05.447 | Requirement already satisfied: cachetools===1.1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 82))
2017-02-10 04:49:05.449 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8))
2017-02-10 04:49:05.452 | Requirement already satisfied: monotonic===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179))
2017-02-10 04:49:05.453 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134))
2017-02-10 04:49:05.455 | Requirement already satisfied: netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184))
2017-02-10 04:49:05.457 | Requirement already satisfied: pyOpenSSL===0.15.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253))
2017-02-10 04:49:05.460 | Requirement already satisfied: pycrypto===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259))
2017-02-10 04:49:05.462 | Requirement already satisfied: decorator===4.0.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101))
2017-02-10 04:49:05.463 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248))
2017-02-10 04:49:05.465 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27))
2017-02-10 04:49:05.466 | Requirement already satisfied: pycparser===2.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258))
2017-02-10 04:49:05.467 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
2017-02-10 04:49:05.470 | Requirement already satisfied: packaging===16.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234))
2017-02-10 04:49:05.473 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382))
2017-02-10 04:49:05.474 | Requirement already satisfied: python-editor===0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284))
2017-02-10 04:49:05.476 | Requirement already satisfied: Mako===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9))
2017-02-10 04:49:05.478 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65))
2017-02-10 04:49:05.480 | Requirement already satisfied: contextlib2===0.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94))
2017-02-10 04:49:05.481 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
2017-02-10 04:49:05.483 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 267))
2017-02-10 04:49:05.484 | Installing collected packages: keystone
2017-02-10 04:49:05.484 |   Found existing installation: keystone 9.3.1.dev1
2017-02-10 04:49:05.487 |     Can't uninstall 'keystone'. No files were found to uninstall.
2017-02-10 04:49:05.487 |   Running setup.py develop for keystone
2017-02-10 04:49:07.881 | Successfully installed keystone
2017-02-10 04:49:07.986 | +inc/python:pip_install:162                result=0
2017-02-10 04:49:07.988 | +inc/python:pip_install:165                local test_req=/opt/stack/keystone/test-requirements.txt
2017-02-10 04:49:07.991 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:49:07.994 | +inc/python:pip_install:166                [[ -e /opt/stack/keystone/test-requirements.txt ]]
2017-02-10 04:49:07.997 | +inc/python:pip_install:167                echo 'Installing test-requirements for /opt/stack/keystone/test-requirements.txt'
2017-02-10 04:49:07.997 | Installing test-requirements for /opt/stack/keystone/test-requirements.txt
2017-02-10 04:49:08.000 | +inc/python:pip_install:169                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/keystone/test-requirements.txt
2017-02-10 04:49:08.750 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:49:09.008 | Requirement already satisfied: Sphinx===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26))
2017-02-10 04:49:09.012 | Requirement already satisfied: WebTest===2.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31))
2017-02-10 04:49:09.024 | Requirement already satisfied: bashate===0.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 76))
2017-02-10 04:49:09.027 | Requirement already satisfied: beautifulsoup4===4.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77))
2017-02-10 04:49:09.030 | Requirement already satisfied: coverage===4.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95))
2017-02-10 04:49:09.032 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118))
2017-02-10 04:49:09.033 | Requirement already satisfied: fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130))
2017-02-10 04:49:09.040 | Requirement already satisfied: lxml===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176))
2017-02-10 04:49:09.045 | Requirement already satisfied: mock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178))
2017-02-10 04:49:09.060 | Requirement already satisfied: os-testr===0.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209))
2017-02-10 04:49:09.066 | Requirement already satisfied: oslosphinx===4.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229))
2017-02-10 04:49:09.070 | Requirement already satisfied: oslotest===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230))
2017-02-10 04:49:09.080 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239))
2017-02-10 04:49:09.081 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306))
2017-02-10 04:49:09.089 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318))
2017-02-10 04:49:09.096 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338))
2017-02-10 04:49:09.098 | Requirement already satisfied: tempest-lib===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352))
2017-02-10 04:49:09.108 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354))
2017-02-10 04:49:09.115 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356))
2017-02-10 04:49:09.118 | Requirement already satisfied: testtools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357))
2017-02-10 04:49:09.127 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364))
2017-02-10 04:49:09.129 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370))
2017-02-10 04:49:09.133 | Requirement already satisfied: waitress===0.8.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375))
2017-02-10 04:49:09.140 | Requirement already satisfied: hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/keystone/test-requirements.txt (line 5))
2017-02-10 04:49:09.147 | Requirement already satisfied: pep257==0.7.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/keystone/test-requirements.txt (line 6))
2017-02-10 04:49:09.148 | Requirement already satisfied: flake8-docstrings==0.2.1.post1 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/keystone/test-requirements.txt (line 7))
2017-02-10 04:49:09.151 | Requirement already satisfied: reno>=0.1.1 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/keystone/test-requirements.txt (line 35))
2017-02-10 04:49:09.159 | Requirement already satisfied: Pygments===2.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22))
2017-02-10 04:49:09.161 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8))
2017-02-10 04:49:09.164 | Requirement already satisfied: WebOb===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30))
2017-02-10 04:49:09.169 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:49:09.171 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134))
2017-02-10 04:49:09.173 | Requirement already satisfied: mox3===0.14.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181))
2017-02-10 04:49:09.176 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100))
2017-02-10 04:49:09.184 | Requirement already satisfied: os-client-config===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204))
2017-02-10 04:49:09.190 | Requirement already satisfied: extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125))
2017-02-10 04:49:09.191 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154))
2017-02-10 04:49:09.193 | Requirement already satisfied: paramiko===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236))
2017-02-10 04:49:09.196 | Requirement already satisfied: httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148))
2017-02-10 04:49:09.198 | Requirement already satisfied: oslo.log===3.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217))
2017-02-10 04:49:09.212 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162))
2017-02-10 04:49:09.220 | Requirement already satisfied: python-mimeparse===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294))
2017-02-10 04:49:09.221 | Requirement already satisfied: pyrsistent===0.11.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270))
2017-02-10 04:49:09.225 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173))
2017-02-10 04:49:09.226 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 370))
2017-02-10 04:49:09.228 | Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 5))
2017-02-10 04:49:09.231 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 5))
2017-02-10 04:49:09.232 | Requirement already satisfied: flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 5))
2017-02-10 04:49:09.237 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 5))
2017-02-10 04:49:09.238 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:49:09.240 | Requirement already satisfied: dulwich>=0.15.0 in /usr/local/lib/python2.7/dist-packages (from reno>=0.1.1->-r /opt/stack/keystone/test-requirements.txt (line 35))
2017-02-10 04:49:09.241 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
2017-02-10 04:49:09.243 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310))
2017-02-10 04:49:09.246 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382))
2017-02-10 04:49:09.247 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322))
2017-02-10 04:49:09.250 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166))
2017-02-10 04:49:09.262 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
2017-02-10 04:49:09.264 | Requirement already satisfied: pycrypto===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259))
2017-02-10 04:49:09.266 | Requirement already satisfied: ecdsa===0.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121))
2017-02-10 04:49:09.267 | Requirement already satisfied: oslo.utils===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226))
2017-02-10 04:49:09.279 | Requirement already satisfied: oslo.serialization===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224))
2017-02-10 04:49:09.286 | Requirement already satisfied: python-dateutil===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282))
2017-02-10 04:49:09.288 | Requirement already satisfied: oslo.i18n===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216))
2017-02-10 04:49:09.292 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261))
2017-02-10 04:49:09.293 | Requirement already satisfied: oslo.context===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214))
2017-02-10 04:49:09.296 | Requirement already satisfied: oslo.config===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213))
2017-02-10 04:49:09.301 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))
2017-02-10 04:49:09.302 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347))
2017-02-10 04:49:09.305 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246))
2017-02-10 04:49:09.308 | Requirement already satisfied: monotonic===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179))
2017-02-10 04:49:09.310 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183))
2017-02-10 04:49:09.311 | Requirement already satisfied: netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184))
2017-02-10 04:49:09.313 | Requirement already satisfied: msgpack-python===0.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182))
2017-02-10 04:49:09.417 | +inc/python:pip_install:175                result=0
2017-02-10 04:49:09.420 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:49:09.423 | +functions-common:time_stop:2347           local name
2017-02-10 04:49:09.425 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:49:09.428 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:49:09.431 | +functions-common:time_stop:2350           local total
2017-02-10 04:49:09.434 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:49:09.436 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:49:09.439 | +functions-common:time_stop:2354           start_time=1486702140
2017-02-10 04:49:09.442 | +functions-common:time_stop:2356           [[ -z 1486702140 ]]
2017-02-10 04:49:09.445 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:49:09.449 | +functions-common:time_stop:2359           end_time=1486702149
2017-02-10 04:49:09.452 | +functions-common:time_stop:2360           elapsed_time=9
2017-02-10 04:49:09.454 | +functions-common:time_stop:2361           total=23
2017-02-10 04:49:09.457 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:49:09.460 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=32
2017-02-10 04:49:09.463 | +inc/python:pip_install:179                return 0
2017-02-10 04:49:09.466 | +inc/python:setup_package:349              [[ -e == \-\e ]]
2017-02-10 04:49:09.469 | +inc/python:setup_package:350              safe_chown -R stack /opt/stack/keystone/keystone.egg-info
2017-02-10 04:49:09.472 | +functions-common:safe_chown:2260          _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info
2017-02-10 04:49:09.491 | +functions-common:_safe_permission_operation:2152  sudo chown -R stack /opt/stack/keystone/keystone.egg-info
2017-02-10 04:49:09.498 | +lib/keystone:install_keystone:551         is_service_enabled ldap
2017-02-10 04:49:09.515 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:09.518 | +lib/keystone:install_keystone:555         '[' mod_wsgi == mod_wsgi ']'
2017-02-10 04:49:09.521 | +lib/keystone:install_keystone:556         install_apache_wsgi
2017-02-10 04:49:09.524 | +lib/apache:install_apache_wsgi:48         is_ubuntu
2017-02-10 04:49:09.527 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:49:09.530 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:49:09.533 | +lib/apache:install_apache_wsgi:50         install_package apache2 libapache2-mod-wsgi
2017-02-10 04:49:09.535 | +functions-common:install_package:1276     update_package_repo
2017-02-10 04:49:09.538 | +functions-common:update_package_repo:1248  NO_UPDATE_REPOS=False
2017-02-10 04:49:09.541 | +functions-common:update_package_repo:1249  REPOS_UPDATED=True
2017-02-10 04:49:09.544 | +functions-common:update_package_repo:1250  RETRY_UPDATE=False
2017-02-10 04:49:09.547 | +functions-common:update_package_repo:1252  [[ False = \T\r\u\e ]]
2017-02-10 04:49:09.550 | +functions-common:update_package_repo:1256  is_ubuntu
2017-02-10 04:49:09.553 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:49:09.556 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:49:09.559 | +functions-common:update_package_repo:1257  apt_get_update
2017-02-10 04:49:09.562 | +functions-common:apt_get_update:1050      [[ True == \T\r\u\e ]]
2017-02-10 04:49:09.564 | +functions-common:apt_get_update:1050      [[ False != \T\r\u\e ]]
2017-02-10 04:49:09.567 | +functions-common:apt_get_update:1051      return
2017-02-10 04:49:09.570 | +functions-common:install_package:1277     real_install_package apache2 libapache2-mod-wsgi
2017-02-10 04:49:09.573 | +functions-common:real_install_package:1262  is_ubuntu
2017-02-10 04:49:09.576 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:49:09.579 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:49:09.582 | +functions-common:real_install_package:1263  apt_get install apache2 libapache2-mod-wsgi
2017-02-10 04:49:09.601 | +functions-common:apt_get:1091             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 libapache2-mod-wsgi
2017-02-10 04:49:09.610 | Reading package lists...
2017-02-10 04:49:09.822 | Building dependency tree...
2017-02-10 04:49:09.823 | Reading state information...
2017-02-10 04:49:09.933 | apache2 is already the newest version.
2017-02-10 04:49:09.933 | libapache2-mod-wsgi is already the newest version.
2017-02-10 04:49:09.933 | The following packages were automatically installed and are no longer required:
2017-02-10 04:49:09.933 |   python-chardet-whl python-colorama python-colorama-whl python-distlib
2017-02-10 04:49:09.933 |   python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl
2017-02-10 04:49:09.933 |   python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
2017-02-10 04:49:09.933 |   python-wheel python3-pkg-resources
2017-02-10 04:49:09.933 | Use 'apt-get autoremove' to remove them.
2017-02-10 04:49:09.955 | 0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
2017-02-10 04:49:09.959 | +functions-common:apt_get:1095             result=0
2017-02-10 04:49:09.962 | +functions-common:apt_get:1098             time_stop apt-get
2017-02-10 04:49:09.965 | +functions-common:time_stop:2347           local name
2017-02-10 04:49:09.968 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:49:09.971 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:49:09.974 | +functions-common:time_stop:2350           local total
2017-02-10 04:49:09.977 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:49:09.980 | +functions-common:time_stop:2353           name=apt-get
2017-02-10 04:49:09.983 | +functions-common:time_stop:2354           start_time=1486702149
2017-02-10 04:49:09.986 | +functions-common:time_stop:2356           [[ -z 1486702149 ]]
2017-02-10 04:49:09.990 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:49:09.993 | +functions-common:time_stop:2359           end_time=1486702149
2017-02-10 04:49:09.996 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:49:09.999 | +functions-common:time_stop:2361           total=0
2017-02-10 04:49:10.002 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:49:10.005 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=0
2017-02-10 04:49:10.007 | +functions-common:apt_get:1099             return 0
2017-02-10 04:49:10.010 | +lib/apache:install_apache_wsgi:52         sudo a2enmod wsgi
2017-02-10 04:49:10.034 | Module wsgi already enabled
2017-02-10 04:49:10.038 | +lib/apache:install_apache_wsgi:67         sudo a2enmod version
2017-02-10 04:49:10.061 | ERROR: Module version does not exist!
2017-02-10 04:49:10.065 | +lib/apache:install_apache_wsgi:67         true
2017-02-10 04:49:10.068 | +lib/keystone:install_keystone:557         is_ssl_enabled_service key
2017-02-10 04:49:10.071 | +lib/tls:is_ssl_enabled_service:377        local services=key
2017-02-10 04:49:10.074 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:49:10.076 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:49:10.079 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:49:10.082 | +lib/stack:stack_install_service:33        [[ False = True ]]
2017-02-10 04:49:10.085 | +./stack.sh:main:798                       configure_keystone
2017-02-10 04:49:10.088 | +lib/keystone:configure_keystone:190       sudo install -d -o stack /etc/keystone
2017-02-10 04:49:10.095 | +lib/keystone:configure_keystone:192       [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]]
2017-02-10 04:49:10.098 | +lib/keystone:configure_keystone:193       install -m 600 /opt/stack/keystone/etc/keystone.conf.sample /etc/keystone/keystone.conf
2017-02-10 04:49:10.101 | +lib/keystone:configure_keystone:194       cp -p /opt/stack/keystone/etc/policy.json /etc/keystone
2017-02-10 04:49:10.105 | +lib/keystone:configure_keystone:195       [[ -f /opt/stack/keystone/etc/keystone-paste.ini ]]
2017-02-10 04:49:10.108 | +lib/keystone:configure_keystone:196       cp -p /opt/stack/keystone/etc/keystone-paste.ini /etc/keystone/keystone-paste.ini
2017-02-10 04:49:10.112 | +lib/keystone:configure_keystone:199       [[ -f /etc/keystone/keystone-paste.ini ]]
2017-02-10 04:49:10.115 | +lib/keystone:configure_keystone:200       iniset /etc/keystone/keystone.conf paste_deploy config_file /etc/keystone/keystone-paste.ini
2017-02-10 04:49:10.139 | +lib/keystone:configure_keystone:206       '[' True == False ']'
2017-02-10 04:49:10.142 | +lib/keystone:configure_keystone:214       is_service_enabled ldap
2017-02-10 04:49:10.159 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:10.162 | +lib/keystone:configure_keystone:231       iniset /etc/keystone/keystone.conf identity driver sql
2017-02-10 04:49:10.187 | +lib/keystone:configure_keystone:232       iniset /etc/keystone/keystone.conf assignment driver sql
2017-02-10 04:49:10.211 | +lib/keystone:configure_keystone:233       iniset /etc/keystone/keystone.conf role driver sql
2017-02-10 04:49:10.235 | +lib/keystone:configure_keystone:234       iniset /etc/keystone/keystone.conf resource driver sql
2017-02-10 04:49:10.259 | +lib/keystone:configure_keystone:237       iniset /etc/keystone/keystone.conf cache enabled True
2017-02-10 04:49:10.283 | +lib/keystone:configure_keystone:238       iniset /etc/keystone/keystone.conf cache backend oslo_cache.memcache_pool
2017-02-10 04:49:10.307 | +lib/keystone:configure_keystone:239       iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211
2017-02-10 04:49:10.331 | +lib/keystone:configure_keystone:242       iniset /etc/keystone/keystone.conf catalog caching False
2017-02-10 04:49:10.355 | +lib/keystone:configure_keystone:244       iniset_rpc_backend keystone /etc/keystone/keystone.conf
2017-02-10 04:49:10.358 | +lib/rpc_backend:iniset_rpc_backend:114    local package=keystone
2017-02-10 04:49:10.361 | +lib/rpc_backend:iniset_rpc_backend:115    local file=/etc/keystone/keystone.conf
2017-02-10 04:49:10.363 | +lib/rpc_backend:iniset_rpc_backend:116    local section=DEFAULT
2017-02-10 04:49:10.366 | +lib/rpc_backend:iniset_rpc_backend:117    is_service_enabled rabbit
2017-02-10 04:49:10.383 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:49:10.386 | +lib/rpc_backend:iniset_rpc_backend:118    iniset /etc/keystone/keystone.conf DEFAULT rpc_backend rabbit
2017-02-10 04:49:10.411 | +lib/rpc_backend:iniset_rpc_backend:119    iniset /etc/keystone/keystone.conf oslo_messaging_rabbit rabbit_hosts 172.30.250.59
2017-02-10 04:49:10.436 | +lib/rpc_backend:iniset_rpc_backend:120    iniset /etc/keystone/keystone.conf oslo_messaging_rabbit rabbit_password pass
2017-02-10 04:49:10.461 | +lib/rpc_backend:iniset_rpc_backend:121    iniset /etc/keystone/keystone.conf oslo_messaging_rabbit rabbit_userid stackrabbit
2017-02-10 04:49:10.486 | +lib/rpc_backend:iniset_rpc_backend:122    '[' -n '' ']'
2017-02-10 04:49:10.489 | +lib/rpc_backend:iniset_rpc_backend:125    '[' -n '' ']'
2017-02-10 04:49:10.492 | +lib/keystone:configure_keystone:247       is_ssl_enabled_service key
2017-02-10 04:49:10.495 | +lib/tls:is_ssl_enabled_service:377        local services=key
2017-02-10 04:49:10.498 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:49:10.500 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:49:10.503 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:49:10.506 | +lib/keystone:configure_keystone:251       local service_port=5000
2017-02-10 04:49:10.509 | +lib/keystone:configure_keystone:252       local auth_port=35357
2017-02-10 04:49:10.512 | +lib/keystone:configure_keystone:254       is_service_enabled tls-proxy
2017-02-10 04:49:10.529 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:10.532 | +lib/keystone:configure_keystone:263       [[ uuid != '' ]]
2017-02-10 04:49:10.535 | +lib/keystone:configure_keystone:264       iniset /etc/keystone/keystone.conf token provider uuid
2017-02-10 04:49:10.562 | ++lib/keystone:configure_keystone:267       database_connection_url keystone
2017-02-10 04:49:10.565 | ++lib/database:database_connection_url:134  local db=keystone
2017-02-10 04:49:10.569 | ++lib/database:database_connection_url:135  database_connection_url_mysql keystone
2017-02-10 04:49:10.572 | ++lib/databases/mysql:database_connection_url_mysql:176  local db=keystone
2017-02-10 04:49:10.576 | ++lib/databases/mysql:database_connection_url_mysql:177  echo 'mysql+pymysql://root:pass@127.0.0.1/keystone?charset=utf8'
2017-02-10 04:49:10.579 | +lib/keystone:configure_keystone:267       iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:pass@127.0.0.1/keystone?charset=utf8'
2017-02-10 04:49:10.605 | +lib/keystone:configure_keystone:269       iniset /etc/keystone/keystone.conf token driver sql
2017-02-10 04:49:10.630 | +lib/keystone:configure_keystone:272       '[' False '!=' False ']'
2017-02-10 04:49:10.633 | +lib/keystone:configure_keystone:277       '[' True == True ']'
2017-02-10 04:49:10.636 | +lib/keystone:configure_keystone:277       '[' False == False ']'
2017-02-10 04:49:10.639 | +lib/keystone:configure_keystone:277       '[' mod_wsgi '!=' mod_wsgi ']'
2017-02-10 04:49:10.642 | +lib/keystone:configure_keystone:281       iniset /etc/keystone/keystone.conf DEFAULT debug True
2017-02-10 04:49:10.667 | +lib/keystone:configure_keystone:283       '[' mod_wsgi == mod_wsgi ']'
2017-02-10 04:49:10.670 | +lib/keystone:configure_keystone:284       iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix '%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s'
2017-02-10 04:49:10.695 | +lib/keystone:configure_keystone:285       _config_keystone_apache_wsgi
2017-02-10 04:49:10.698 | +lib/keystone:_config_keystone_apache_wsgi:152  local keystone_apache_conf
2017-02-10 04:49:10.702 | ++lib/keystone:_config_keystone_apache_wsgi:153  apache_site_config_for keystone
2017-02-10 04:49:10.705 | ++lib/apache:apache_site_config_for:119     local site=keystone
2017-02-10 04:49:10.709 | ++lib/apache:apache_site_config_for:120     is_ubuntu
2017-02-10 04:49:10.712 | ++functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:49:10.716 | ++functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:49:10.719 | ++lib/apache:apache_site_config_for:121     local apache_version
2017-02-10 04:49:10.723 | +++lib/apache:apache_site_config_for:122     get_apache_version
2017-02-10 04:49:10.726 | +++lib/apache:get_apache_version:74          is_ubuntu
2017-02-10 04:49:10.730 | +++functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:49:10.733 | +++functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:49:10.737 | +++lib/apache:get_apache_version:75          local version_str
2017-02-10 04:49:10.743 | ++++lib/apache:get_apache_version:76          cut -f2 -d/
2017-02-10 04:49:10.744 | ++++lib/apache:get_apache_version:76          awk '/Server version/ {print $3}'
2017-02-10 04:49:10.745 | ++++lib/apache:get_apache_version:76          sudo /usr/sbin/apache2ctl -v
2017-02-10 04:49:10.776 | +++lib/apache:get_apache_version:76          version_str=2.4.7
2017-02-10 04:49:10.779 | +++lib/apache:get_apache_version:86          [[ 2.4.7 =~ ^2\.2\. ]]
2017-02-10 04:49:10.783 | +++lib/apache:get_apache_version:88          [[ 2.4.7 =~ ^2\.4\. ]]
2017-02-10 04:49:10.787 | +++lib/apache:get_apache_version:89          echo 2.4
2017-02-10 04:49:10.790 | ++lib/apache:apache_site_config_for:122     apache_version=2.4
2017-02-10 04:49:10.794 | ++lib/apache:apache_site_config_for:123     [[ 2.4 == \2\.\2 ]]
2017-02-10 04:49:10.797 | ++lib/apache:apache_site_config_for:128     echo /etc/apache2/sites-available/keystone.conf
2017-02-10 04:49:10.800 | +lib/keystone:_config_keystone_apache_wsgi:153  keystone_apache_conf=/etc/apache2/sites-available/keystone.conf
2017-02-10 04:49:10.803 | +lib/keystone:_config_keystone_apache_wsgi:154  local keystone_ssl=
2017-02-10 04:49:10.806 | +lib/keystone:_config_keystone_apache_wsgi:155  local keystone_certfile=
2017-02-10 04:49:10.809 | +lib/keystone:_config_keystone_apache_wsgi:156  local keystone_keyfile=
2017-02-10 04:49:10.812 | +lib/keystone:_config_keystone_apache_wsgi:157  local keystone_service_port=5000
2017-02-10 04:49:10.815 | +lib/keystone:_config_keystone_apache_wsgi:158  local keystone_auth_port=35357
2017-02-10 04:49:10.818 | +lib/keystone:_config_keystone_apache_wsgi:159  local venv_path=
2017-02-10 04:49:10.821 | +lib/keystone:_config_keystone_apache_wsgi:161  is_ssl_enabled_service key
2017-02-10 04:49:10.824 | +lib/tls:is_ssl_enabled_service:377        local services=key
2017-02-10 04:49:10.827 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:49:10.830 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:49:10.833 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:49:10.836 | +lib/keystone:_config_keystone_apache_wsgi:166  is_service_enabled tls-proxy
2017-02-10 04:49:10.853 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:10.856 | +lib/keystone:_config_keystone_apache_wsgi:170  [[ False = True ]]
2017-02-10 04:49:10.859 | +lib/keystone:_config_keystone_apache_wsgi:174  sudo cp /opt/devstack/files/apache-keystone.template /etc/apache2/sites-available/keystone.conf
2017-02-10 04:49:10.866 | +lib/keystone:_config_keystone_apache_wsgi:175  sudo sed -e '
2017-02-10 04:49:10.866 |         s|%PUBLICPORT%|5000|g;
2017-02-10 04:49:10.866 |         s|%ADMINPORT%|35357|g;
2017-02-10 04:49:10.866 |         s|%APACHE_NAME%|apache2|g;
2017-02-10 04:49:10.866 |         s|%SSLENGINE%||g;
2017-02-10 04:49:10.866 |         s|%SSLCERTFILE%||g;
2017-02-10 04:49:10.866 |         s|%SSLKEYFILE%||g;
2017-02-10 04:49:10.866 |         s|%USER%|stack|g;
2017-02-10 04:49:10.866 |         s|%VIRTUALENV%||g
2017-02-10 04:49:10.866 |         s|%KEYSTONE_BIN%|/usr/local/bin|g
2017-02-10 04:49:10.866 |     ' -i /etc/apache2/sites-available/keystone.conf
2017-02-10 04:49:10.873 | +lib/keystone:configure_keystone:340       iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384
2017-02-10 04:49:10.899 | +lib/keystone:configure_keystone:342       iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/
2017-02-10 04:49:10.924 | +./stack.sh:main:802                       is_service_enabled swift
2017-02-10 04:49:10.941 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:49:10.944 | +./stack.sh:main:803                       is_service_enabled ceilometer
2017-02-10 04:49:10.962 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:10.965 | +./stack.sh:main:806                       stack_install_service swift
2017-02-10 04:49:10.967 | +lib/stack:stack_install_service:20        local service=swift
2017-02-10 04:49:10.970 | +lib/stack:stack_install_service:21        type install_swift
2017-02-10 04:49:10.973 | +lib/stack:stack_install_service:23        [[ False = True ]]
2017-02-10 04:49:10.976 | +lib/stack:stack_install_service:32        install_swift
2017-02-10 04:49:10.979 | +lib/swift:install_swift:712               git_clone http://git.trystack.cn/openstack/swift.git /opt/stack/swift stable/mitaka
2017-02-10 04:49:10.982 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/swift.git
2017-02-10 04:49:10.985 | +functions-common:git_clone:496            local git_dest=/opt/stack/swift
2017-02-10 04:49:10.988 | +functions-common:git_clone:497            local git_ref=stable/mitaka
2017-02-10 04:49:10.991 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:49:10.995 | ++functions-common:git_clone:499            pwd
2017-02-10 04:49:10.998 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:49:11.001 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:49:11.005 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:49:11.025 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:49:11.028 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:49:11.031 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:49:11.034 | +functions-common:git_clone:516            echo stable/mitaka
2017-02-10 04:49:11.035 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:49:11.038 | +functions-common:git_clone:530            [[ ! -d /opt/stack/swift ]]
2017-02-10 04:49:11.041 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:49:11.044 | +functions-common:git_clone:542            cd /opt/stack/swift
2017-02-10 04:49:11.047 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/swift.git
2017-02-10 04:49:11.051 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:49:11.054 | +functions-common:git_timed:591            local count=0
2017-02-10 04:49:11.057 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:49:11.060 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:49:11.063 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:49:11.066 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:49:11.069 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:49:11.072 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:49:11.075 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:49:11.079 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:49:11.082 | +functions-common:time_start:2338          START_TIME[$name]=1486702151
2017-02-10 04:49:11.085 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:49:12.198 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:49:12.202 | +functions-common:time_stop:2347           local name
2017-02-10 04:49:12.206 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:49:12.210 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:49:12.214 | +functions-common:time_stop:2350           local total
2017-02-10 04:49:12.218 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:49:12.222 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:49:12.226 | +functions-common:time_stop:2354           start_time=1486702151
2017-02-10 04:49:12.230 | +functions-common:time_stop:2356           [[ -z 1486702151 ]]
2017-02-10 04:49:12.235 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:49:12.239 | +functions-common:time_stop:2359           end_time=1486702152
2017-02-10 04:49:12.243 | +functions-common:time_stop:2360           elapsed_time=1
2017-02-10 04:49:12.247 | +functions-common:time_stop:2361           total=2
2017-02-10 04:49:12.251 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:49:12.255 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=3
2017-02-10 04:49:12.259 | +functions-common:git_clone:549            find /opt/stack/swift -name '*.pyc' -delete
2017-02-10 04:49:12.268 | ++functions-common:git_clone:552            git show-ref refs/tags/stable/mitaka
2017-02-10 04:49:12.273 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:49:12.278 | ++functions-common:git_clone:554            git show-ref refs/heads/stable/mitaka
2017-02-10 04:49:12.283 | +functions-common:git_clone:554            [[ -n 79b0e5bc7c54acf8d607f5010f1f68f295971acf refs/heads/stable/mitaka ]]
2017-02-10 04:49:12.287 | +functions-common:git_clone:555            git_update_branch stable/mitaka
2017-02-10 04:49:12.291 | +functions-common:git_update_branch:619    local git_branch=stable/mitaka
2017-02-10 04:49:12.295 | +functions-common:git_update_branch:621    git checkout -f origin/stable/mitaka
2017-02-10 04:49:12.364 | Note: checking out 'origin/stable/mitaka'.
2017-02-10 04:49:12.364 |
2017-02-10 04:49:12.364 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:49:12.364 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:49:12.364 | state without impacting any branches by performing another checkout.
2017-02-10 04:49:12.365 |
2017-02-10 04:49:12.365 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:49:12.365 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:49:12.365 |
2017-02-10 04:49:12.365 |   git checkout -b new_branch_name
2017-02-10 04:49:12.365 |
2017-02-10 04:49:12.365 | HEAD is now at 79b0e5b... 2.7.1 changelog updates
2017-02-10 04:49:12.370 | +functions-common:git_update_branch:623    git branch -D stable/mitaka
2017-02-10 04:49:12.372 | Deleted branch stable/mitaka (was 79b0e5b).
2017-02-10 04:49:12.376 | +functions-common:git_update_branch:624    git checkout -b stable/mitaka
2017-02-10 04:49:12.408 | Switched to a new branch 'stable/mitaka'
2017-02-10 04:49:12.413 | +functions-common:git_clone:566            cd /opt/stack/swift
2017-02-10 04:49:12.417 | +functions-common:git_clone:567            head -1
2017-02-10 04:49:12.419 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:49:12.420 | 79b0e5b 2.7.1 changelog updates
2017-02-10 04:49:12.424 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:49:12.428 | +lib/swift:install_swift:713               setup_develop /opt/stack/swift
2017-02-10 04:49:12.432 | +inc/python:setup_develop:271              local project_dir=/opt/stack/swift
2017-02-10 04:49:12.436 | +inc/python:setup_develop:272              local extras=
2017-02-10 04:49:12.440 | +inc/python:setup_develop:273              _setup_package_with_constraints_edit /opt/stack/swift -e
2017-02-10 04:49:12.444 | +inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/swift
2017-02-10 04:49:12.448 | +inc/python:_setup_package_with_constraints_edit:304  local flags=-e
2017-02-10 04:49:12.453 | +inc/python:_setup_package_with_constraints_edit:305  local extras=
2017-02-10 04:49:12.457 | +inc/python:_setup_package_with_constraints_edit:307  '[' -n /opt/stack/requirements ']'
2017-02-10 04:49:12.461 | +inc/python:_setup_package_with_constraints_edit:309  local name
2017-02-10 04:49:12.467 | ++inc/python:_setup_package_with_constraints_edit:310  awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg
2017-02-10 04:49:12.472 | +inc/python:_setup_package_with_constraints_edit:310  name=swift
2017-02-10 04:49:12.476 | +inc/python:_setup_package_with_constraints_edit:312  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift '-e file:///opt/stack/swift#egg=swift'
2017-02-10 04:49:12.761 | +inc/python:_setup_package_with_constraints_edit:316  setup_package /opt/stack/swift -e
2017-02-10 04:49:12.766 | +inc/python:setup_package:332              local project_dir=/opt/stack/swift
2017-02-10 04:49:12.770 | +inc/python:setup_package:333              local flags=-e
2017-02-10 04:49:12.775 | +inc/python:setup_package:334              local extras=
2017-02-10 04:49:12.778 | +inc/python:setup_package:338              [[ -n -e ]]
2017-02-10 04:49:12.782 | +inc/python:setup_package:338              [[ -z '' ]]
2017-02-10 04:49:12.787 | +inc/python:setup_package:338              [[ ! -e =~ ^-.* ]]
2017-02-10 04:49:12.790 | +inc/python:setup_package:343              [[ ! -z '' ]]
2017-02-10 04:49:12.795 | +inc/python:setup_package:347              pip_install -e /opt/stack/swift
2017-02-10 04:49:13.388 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/swift
2017-02-10 04:49:14.143 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:49:14.382 | Obtaining file:///opt/stack/swift
2017-02-10 04:49:15.588 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2017-02-10 04:49:16.779 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14))
2017-02-10 04:49:16.781 | Requirement already satisfied: PyECLib===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18))
2017-02-10 04:49:16.783 | Requirement already satisfied: dnspython===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114))
2017-02-10 04:49:16.784 | Requirement already satisfied: eventlet===0.18.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
2017-02-10 04:49:16.787 | Requirement already satisfied: greenlet===0.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144))
2017-02-10 04:49:16.788 | Requirement already satisfied: netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185))
2017-02-10 04:49:16.791 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339))
2017-02-10 04:49:16.792 | Requirement already satisfied: xattr===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386))
2017-02-10 04:49:16.794 | Requirement already satisfied: cffi===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87))
2017-02-10 04:49:16.797 | Requirement already satisfied: pycparser===2.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259))
2017-02-10 04:49:16.797 | Installing collected packages: swift
2017-02-10 04:49:16.798 |   Found existing installation: swift 2.7.1
2017-02-10 04:49:16.799 |     Can't uninstall 'swift'. No files were found to uninstall.
2017-02-10 04:49:16.800 |   Running setup.py develop for swift
2017-02-10 04:49:18.996 | Successfully installed swift
2017-02-10 04:49:19.097 | +inc/python:pip_install:162                result=0
2017-02-10 04:49:19.101 | +inc/python:pip_install:165                local test_req=/opt/stack/swift/test-requirements.txt
2017-02-10 04:49:19.104 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:49:19.106 | +inc/python:pip_install:166                [[ -e /opt/stack/swift/test-requirements.txt ]]
2017-02-10 04:49:19.109 | +inc/python:pip_install:167                echo 'Installing test-requirements for /opt/stack/swift/test-requirements.txt'
2017-02-10 04:49:19.110 | Installing test-requirements for /opt/stack/swift/test-requirements.txt
2017-02-10 04:49:19.112 | +inc/python:pip_install:169                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/swift/test-requirements.txt
2017-02-10 04:49:19.871 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:49:20.122 | Requirement already satisfied: Sphinx===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26))
2017-02-10 04:49:20.126 | Requirement already satisfied: bandit===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 75))
2017-02-10 04:49:20.132 | Requirement already satisfied: coverage===4.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95))
2017-02-10 04:49:20.134 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118))
2017-02-10 04:49:20.136 | Requirement already satisfied: mock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179))
2017-02-10 04:49:20.151 | Requirement already satisfied: nose===1.3.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190))
2017-02-10 04:49:20.152 | Requirement already satisfied: nosehtmloutput===0.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192))
2017-02-10 04:49:20.154 | Requirement already satisfied: nosexcover===1.0.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193))
2017-02-10 04:49:20.157 | Requirement already satisfied: os-testr===0.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210))
2017-02-10 04:49:20.163 | Requirement already satisfied: oslosphinx===4.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230))
2017-02-10 04:49:20.167 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240))
2017-02-10 04:49:20.169 | Requirement already satisfied: python-keystoneclient===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290))
2017-02-10 04:49:20.182 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307))
2017-02-10 04:49:20.190 | Requirement already satisfied: python-swiftclient===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308))
2017-02-10 04:49:20.194 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319))
2017-02-10 04:49:20.201 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339))
2017-02-10 04:49:20.202 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348))
2017-02-10 04:49:20.206 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355))
2017-02-10 04:49:20.213 | Requirement already satisfied: testtools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358))
2017-02-10 04:49:20.221 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365))
2017-02-10 04:49:20.223 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371))
2017-02-10 04:49:20.228 | Requirement already satisfied: hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/swift/test-requirements.txt (line 6))
2017-02-10 04:49:20.235 | Requirement already satisfied: Pygments===2.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22))
2017-02-10 04:49:20.236 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8))
2017-02-10 04:49:20.239 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:49:20.241 | Requirement already satisfied: GitPython===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7))
2017-02-10 04:49:20.243 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134))
2017-02-10 04:49:20.245 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:49:20.247 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154))
2017-02-10 04:49:20.249 | Requirement already satisfied: oslo.utils===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227))
2017-02-10 04:49:20.261 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167))
2017-02-10 04:49:20.274 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247))
2017-02-10 04:49:20.277 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100))
2017-02-10 04:49:20.285 | Requirement already satisfied: oslo.serialization===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225))
2017-02-10 04:49:20.291 | Requirement already satisfied: oslo.i18n===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217))
2017-02-10 04:49:20.295 | Requirement already satisfied: oslo.config===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214))
2017-02-10 04:49:20.300 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249))
2017-02-10 04:49:20.301 | Requirement already satisfied: extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125))
2017-02-10 04:49:20.303 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136))
2017-02-10 04:49:20.304 | Requirement already satisfied: fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130))
2017-02-10 04:49:20.311 | Requirement already satisfied: python-mimeparse===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295))
2017-02-10 04:49:20.313 | Requirement already satisfied: pyrsistent===0.11.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271))
2017-02-10 04:49:20.316 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174))
2017-02-10 04:49:20.318 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 371))
2017-02-10 04:49:20.319 | Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/swift/test-requirements.txt (line 6))
2017-02-10 04:49:20.322 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/swift/test-requirements.txt (line 6))
2017-02-10 04:49:20.324 | Requirement already satisfied: flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/swift/test-requirements.txt (line 6))
2017-02-10 04:49:20.328 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/swift/test-requirements.txt (line 6))
2017-02-10 04:49:20.330 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
2017-02-10 04:49:20.332 | Requirement already satisfied: gitdb===0.6.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139))
2017-02-10 04:49:20.334 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311))
2017-02-10 04:49:20.337 | Requirement already satisfied: monotonic===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180))
2017-02-10 04:49:20.338 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184))
2017-02-10 04:49:20.340 | Requirement already satisfied: netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185))
2017-02-10 04:49:20.342 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383))
2017-02-10 04:49:20.344 | Requirement already satisfied: msgpack-python===0.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183))
2017-02-10 04:49:20.346 | Requirement already satisfied: smmap===0.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340))
2017-02-10 04:49:20.448 | +inc/python:pip_install:175                result=0
2017-02-10 04:49:20.451 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:49:20.454 | +functions-common:time_stop:2347           local name
2017-02-10 04:49:20.457 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:49:20.460 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:49:20.463 | +functions-common:time_stop:2350           local total
2017-02-10 04:49:20.466 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:49:20.469 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:49:20.471 | +functions-common:time_stop:2354           start_time=1486702152
2017-02-10 04:49:20.474 | +functions-common:time_stop:2356           [[ -z 1486702152 ]]
2017-02-10 04:49:20.478 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:49:20.482 | +functions-common:time_stop:2359           end_time=1486702160
2017-02-10 04:49:20.484 | +functions-common:time_stop:2360           elapsed_time=8
2017-02-10 04:49:20.487 | +functions-common:time_stop:2361           total=32
2017-02-10 04:49:20.490 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:49:20.493 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=40
2017-02-10 04:49:20.496 | +inc/python:pip_install:179                return 0
2017-02-10 04:49:20.499 | +inc/python:setup_package:349              [[ -e == \-\e ]]
2017-02-10 04:49:20.502 | +inc/python:setup_package:350              safe_chown -R stack /opt/stack/swift/swift.egg-info
2017-02-10 04:49:20.505 | +functions-common:safe_chown:2260          _safe_permission_operation chown -R stack /opt/stack/swift/swift.egg-info
2017-02-10 04:49:20.524 | +functions-common:_safe_permission_operation:2152  sudo chown -R stack /opt/stack/swift/swift.egg-info
2017-02-10 04:49:20.531 | +lib/swift:install_swift:714               '[' False == True ']'
2017-02-10 04:49:20.533 | +lib/stack:stack_install_service:33        [[ False = True ]]
2017-02-10 04:49:20.536 | +./stack.sh:main:807                       configure_swift
2017-02-10 04:49:20.539 | +lib/swift:configure_swift:317             local swift_pipeline=crossdomain
2017-02-10 04:49:20.542 | +lib/swift:configure_swift:318             local node_number
2017-02-10 04:49:20.545 | +lib/swift:configure_swift:319             local swift_node_config
2017-02-10 04:49:20.548 | +lib/swift:configure_swift:320             local swift_log_dir
2017-02-10 04:49:20.550 | +lib/swift:configure_swift:321             local user_group
2017-02-10 04:49:20.553 | +lib/swift:configure_swift:324             swift-init --run-dir=/opt/stack/data/swift/run all stop
2017-02-10 04:49:20.912 | No container-updater running
2017-02-10 04:49:20.912 | No account-auditor running
2017-02-10 04:49:20.912 | No object-replicator running
2017-02-10 04:49:20.912 | No container-sync running
2017-02-10 04:49:20.912 | No container-replicator running
2017-02-10 04:49:20.912 | No object-auditor running
2017-02-10 04:49:20.912 | No object-expirer running
2017-02-10 04:49:20.912 | No container-auditor running
2017-02-10 04:49:20.912 | No container-server running
2017-02-10 04:49:20.913 | No object-reconstructor running
2017-02-10 04:49:20.913 | No object-server running
2017-02-10 04:49:20.913 | No account-reaper running
2017-02-10 04:49:20.913 | No proxy-server running
2017-02-10 04:49:20.913 | No account-replicator running
2017-02-10 04:49:20.913 | No object-updater running
2017-02-10 04:49:20.913 | No container-reconciler running
2017-02-10 04:49:20.913 | No account-server running
2017-02-10 04:49:20.924 | +lib/swift:configure_swift:324             true
2017-02-10 04:49:20.927 | +lib/swift:configure_swift:326             sudo install -d -o stack /etc/swift
2017-02-10 04:49:20.934 | +lib/swift:configure_swift:327             sudo install -d -o stack /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server
2017-02-10 04:49:20.941 | +lib/swift:configure_swift:329             [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]]
2017-02-10 04:49:20.946 | +lib/swift:configure_swift:342             sudo tee /etc/rsyncd.conf
2017-02-10 04:49:20.946 | +lib/swift:configure_swift:338             sed -e '
2017-02-10 04:49:20.946 |         s/%GROUP%//;
2017-02-10 04:49:20.947 |         s/%USER%/stack/;
2017-02-10 04:49:20.947 |         s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,;
2017-02-10 04:49:20.947 |     ' /opt/devstack/files/swift/rsyncd.conf
2017-02-10 04:49:20.948 | uid = stack
2017-02-10 04:49:20.948 | gid =
2017-02-10 04:49:20.948 | log file = /opt/stack/data/swift/logs/rsyncd.log
2017-02-10 04:49:20.948 | pid file = /opt/stack/data/swift/run/rsyncd.pid
2017-02-10 04:49:20.948 | address = 127.0.0.1
2017-02-10 04:49:20.948 |
2017-02-10 04:49:20.948 | [account6012]
2017-02-10 04:49:20.948 | max connections = 25
2017-02-10 04:49:20.948 | path = /opt/stack/data/swift/1/node/
2017-02-10 04:49:20.948 | read only = false
2017-02-10 04:49:20.948 | lock file = /opt/stack/data/swift/run/account6012.lock
2017-02-10 04:49:20.948 |
2017-02-10 04:49:20.948 | [account6022]
2017-02-10 04:49:20.948 | max connections = 25
2017-02-10 04:49:20.948 | path = /opt/stack/data/swift/2/node/
2017-02-10 04:49:20.948 | read only = false
2017-02-10 04:49:20.948 | lock file = /opt/stack/data/swift/run/account6022.lock
2017-02-10 04:49:20.948 |
2017-02-10 04:49:20.948 | [account6032]
2017-02-10 04:49:20.949 | max connections = 25
2017-02-10 04:49:20.949 | path = /opt/stack/data/swift/3/node/
2017-02-10 04:49:20.949 | read only = false
2017-02-10 04:49:20.949 | lock file = /opt/stack/data/swift/run/account6032.lock
2017-02-10 04:49:20.949 |
2017-02-10 04:49:20.949 | [account6042]
2017-02-10 04:49:20.949 | max connections = 25
2017-02-10 04:49:20.949 | path = /opt/stack/data/swift/4/node/
2017-02-10 04:49:20.949 | read only = false
2017-02-10 04:49:20.949 | lock file = /opt/stack/data/swift/run/account6042.lock
2017-02-10 04:49:20.949 |
2017-02-10 04:49:20.949 |
2017-02-10 04:49:20.949 | [container6011]
2017-02-10 04:49:20.949 | max connections = 25
2017-02-10 04:49:20.949 | path = /opt/stack/data/swift/1/node/
2017-02-10 04:49:20.949 | read only = false
2017-02-10 04:49:20.949 | lock file = /opt/stack/data/swift/run/container6011.lock
2017-02-10 04:49:20.949 |
2017-02-10 04:49:20.949 | [container6021]
2017-02-10 04:49:20.949 | max connections = 25
2017-02-10 04:49:20.949 | path = /opt/stack/data/swift/2/node/
2017-02-10 04:49:20.949 | read only = false
2017-02-10 04:49:20.949 | lock file = /opt/stack/data/swift/run/container6021.lock
2017-02-10 04:49:20.949 |
2017-02-10 04:49:20.949 | [container6031]
2017-02-10 04:49:20.949 | max connections = 25
2017-02-10 04:49:20.949 | path = /opt/stack/data/swift/3/node/
2017-02-10 04:49:20.949 | read only = false
2017-02-10 04:49:20.949 | lock file = /opt/stack/data/swift/run/container6031.lock
2017-02-10 04:49:20.950 |
2017-02-10 04:49:20.950 | [container6041]
2017-02-10 04:49:20.950 | max connections = 25
2017-02-10 04:49:20.950 | path = /opt/stack/data/swift/4/node/
2017-02-10 04:49:20.950 | read only = false
2017-02-10 04:49:20.950 | lock file = /opt/stack/data/swift/run/container6041.lock
2017-02-10 04:49:20.950 |
2017-02-10 04:49:20.950 |
2017-02-10 04:49:20.950 | [object6010]
2017-02-10 04:49:20.950 | max connections = 25
2017-02-10 04:49:20.950 | path = /opt/stack/data/swift/1/node/
2017-02-10 04:49:20.950 | read only = false
2017-02-10 04:49:20.950 | lock file = /opt/stack/data/swift/run/object6010.lock
2017-02-10 04:49:20.950 |
2017-02-10 04:49:20.950 | [object6020]
2017-02-10 04:49:20.950 | max connections = 25
2017-02-10 04:49:20.950 | path = /opt/stack/data/swift/2/node/
2017-02-10 04:49:20.950 | read only = false
2017-02-10 04:49:20.950 | lock file = /opt/stack/data/swift/run/object6020.lock
2017-02-10 04:49:20.950 |
2017-02-10 04:49:20.950 | [object6030]
2017-02-10 04:49:20.950 | max connections = 25
2017-02-10 04:49:20.950 | path = /opt/stack/data/swift/3/node/
2017-02-10 04:49:20.950 | read only = false
2017-02-10 04:49:20.950 | lock file = /opt/stack/data/swift/run/object6030.lock
2017-02-10 04:49:20.950 |
2017-02-10 04:49:20.950 | [object6040]
2017-02-10 04:49:20.950 | max connections = 25
2017-02-10 04:49:20.950 | path = /opt/stack/data/swift/4/node/
2017-02-10 04:49:20.951 | read only = false
2017-02-10 04:49:20.951 | lock file = /opt/stack/data/swift/run/object6040.lock
2017-02-10 04:49:20.954 | +lib/swift:configure_swift:344             is_ubuntu
2017-02-10 04:49:20.957 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:49:20.960 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:49:20.962 | +lib/swift:configure_swift:345             sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync
2017-02-10 04:49:20.969 | +lib/swift:configure_swift:350             SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf
2017-02-10 04:49:20.972 | +lib/swift:configure_swift:351             cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf
2017-02-10 04:49:20.976 | +lib/swift:configure_swift:355             local csyncfile=/etc/swift/container-sync-realms.conf
2017-02-10 04:49:20.979 | +lib/swift:configure_swift:356             cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf
2017-02-10 04:49:20.982 | +lib/swift:configure_swift:357             iniset /etc/swift/container-sync-realms.conf realm1 key realm1key
2017-02-10 04:49:21.004 | +lib/swift:configure_swift:358             iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://172.30.250.59:8080/v1/
2017-02-10 04:49:21.025 | +lib/swift:configure_swift:360             iniuncomment /etc/swift/proxy-server.conf DEFAULT user
2017-02-10 04:49:21.044 | +lib/swift:configure_swift:361             iniset /etc/swift/proxy-server.conf DEFAULT user stack
2017-02-10 04:49:21.067 | +lib/swift:configure_swift:363             iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir
2017-02-10 04:49:21.086 | +lib/swift:configure_swift:364             iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift
2017-02-10 04:49:21.108 | +lib/swift:configure_swift:366             iniuncomment /etc/swift/proxy-server.conf DEFAULT workers
2017-02-10 04:49:21.129 | +lib/swift:configure_swift:367             iniset /etc/swift/proxy-server.conf DEFAULT workers 1
2017-02-10 04:49:21.152 | +lib/swift:configure_swift:369             iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level
2017-02-10 04:49:21.172 | +lib/swift:configure_swift:370             iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG
2017-02-10 04:49:21.196 | +lib/swift:configure_swift:372             iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip
2017-02-10 04:49:21.216 | +lib/swift:configure_swift:373             iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0
2017-02-10 04:49:21.239 | +lib/swift:configure_swift:375             iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port
2017-02-10 04:49:21.261 | +lib/swift:configure_swift:376             is_service_enabled tls-proxy
2017-02-10 04:49:21.278 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:21.281 | +lib/swift:configure_swift:379             iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080
2017-02-10 04:49:21.305 | +lib/swift:configure_swift:382             is_ssl_enabled_service s-proxy
2017-02-10 04:49:21.308 | +lib/tls:is_ssl_enabled_service:377        local services=s-proxy
2017-02-10 04:49:21.311 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:49:21.314 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:49:21.316 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:49:21.319 | +lib/swift:configure_swift:392             iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120
2017-02-10 04:49:21.342 | +lib/swift:configure_swift:393             iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20
2017-02-10 04:49:21.365 | +lib/swift:configure_swift:396             is_service_enabled ceilometer
2017-02-10 04:49:21.383 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:21.386 | +lib/swift:configure_swift:407             iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12
2017-02-10 04:49:21.409 | +lib/swift:configure_swift:413             is_service_enabled swift3
2017-02-10 04:49:21.426 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:21.429 | +lib/swift:configure_swift:417             is_service_enabled keystone
2017-02-10 04:49:21.447 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:49:21.450 | +lib/swift:configure_swift:418             swift_pipeline+=' authtoken keystoneauth'
2017-02-10 04:49:21.453 | +lib/swift:configure_swift:420             swift_pipeline+=' tempauth '
2017-02-10 04:49:21.455 | +lib/swift:configure_swift:422             sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth  formpost staticweb/ ;}' /etc/swift/proxy-server.conf
2017-02-10 04:49:21.460 | +lib/swift:configure_swift:423             sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf
2017-02-10 04:49:21.465 | +lib/swift:configure_swift:425             iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true
2017-02-10 04:49:21.491 | +lib/swift:configure_swift:428             iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain
2017-02-10 04:49:21.517 | +lib/swift:configure_swift:433             iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift
2017-02-10 04:49:21.541 | +lib/swift:configure_swift:435             iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory
2017-02-10 04:49:21.566 | +lib/swift:configure_swift:436             configure_auth_token_middleware /etc/swift/proxy-server.conf swift /var/cache/swift filter:authtoken
2017-02-10 04:49:21.569 | +lib/keystone:configure_auth_token_middleware:467  local conf_file=/etc/swift/proxy-server.conf
2017-02-10 04:49:21.572 | +lib/keystone:configure_auth_token_middleware:468  local admin_user=swift
2017-02-10 04:49:21.575 | +lib/keystone:configure_auth_token_middleware:469  local signing_dir=/var/cache/swift
2017-02-10 04:49:21.578 | +lib/keystone:configure_auth_token_middleware:470  local section=filter:authtoken
2017-02-10 04:49:21.581 | +lib/keystone:configure_auth_token_middleware:472  iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password
2017-02-10 04:49:21.605 | +lib/keystone:configure_auth_token_middleware:473  iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://172.30.250.59:35357
2017-02-10 04:49:21.629 | +lib/keystone:configure_auth_token_middleware:474  iniset /etc/swift/proxy-server.conf filter:authtoken username swift
2017-02-10 04:49:21.654 | +lib/keystone:configure_auth_token_middleware:475  iniset /etc/swift/proxy-server.conf filter:authtoken password pass
2017-02-10 04:49:21.679 | +lib/keystone:configure_auth_token_middleware:476  iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_id default
2017-02-10 04:49:21.702 | +lib/keystone:configure_auth_token_middleware:477  iniset /etc/swift/proxy-server.conf filter:authtoken project_name service
2017-02-10 04:49:21.725 | +lib/keystone:configure_auth_token_middleware:478  iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_id default
2017-02-10 04:49:21.747 | +lib/keystone:configure_auth_token_middleware:480  iniset /etc/swift/proxy-server.conf filter:authtoken auth_uri http://172.30.250.59:5000
2017-02-10 04:49:21.772 | +lib/keystone:configure_auth_token_middleware:481  iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem
2017-02-10 04:49:21.795 | +lib/keystone:configure_auth_token_middleware:482  iniset /etc/swift/proxy-server.conf filter:authtoken signing_dir /var/cache/swift
2017-02-10 04:49:21.818 | +lib/keystone:configure_auth_token_middleware:483  iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers 172.30.250.59:11211
2017-02-10 04:49:21.841 | +lib/swift:configure_swift:437             iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1
2017-02-10 04:49:21.865 | +lib/swift:configure_swift:438             iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache
2017-02-10 04:49:21.887 | +lib/swift:configure_swift:439             iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False
2017-02-10 04:49:21.910 | +lib/swift:configure_swift:441             iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth
2017-02-10 04:49:21.935 | +lib/swift:configure_swift:442             iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin'
2017-02-10 04:49:21.958 | +lib/swift:configure_swift:447             iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate
2017-02-10 04:49:21.978 | +lib/swift:configure_swift:448             iniuncomment /etc/swift/proxy-server.conf filter:tempauth reseller_prefix
2017-02-10 04:49:21.997 | +lib/swift:configure_swift:449             iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH
2017-02-10 04:49:22.021 | +lib/swift:configure_swift:451             is_service_enabled swift3
2017-02-10 04:49:22.038 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:22.041 | +lib/swift:configure_swift:469             cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf
2017-02-10 04:49:22.045 | +lib/swift:configure_swift:470             iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 011688b44136573e209e
2017-02-10 04:49:22.068 | +lib/swift:configure_swift:471             iniset /etc/swift/swift.conf swift-constraints max_header_size 16384
2017-02-10 04:49:22.090 | +lib/swift:configure_swift:472             iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122
2017-02-10 04:49:22.112 | +lib/swift:configure_swift:474             local node_number
2017-02-10 04:49:22.115 | +lib/swift:configure_swift:475             for node_number in '${SWIFT_REPLICAS_SEQ}'
2017-02-10 04:49:22.118 | +lib/swift:configure_swift:476             local swift_node_config=/etc/swift/object-server/1.conf
2017-02-10 04:49:22.121 | +lib/swift:configure_swift:477             cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf
2017-02-10 04:49:22.125 | +lib/swift:configure_swift:478             generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object
2017-02-10 04:49:22.127 | +lib/swift:generate_swift_config_services:275  local swift_node_config=/etc/swift/object-server/1.conf
2017-02-10 04:49:22.130 | +lib/swift:generate_swift_config_services:276  local node_id=1
2017-02-10 04:49:22.133 | +lib/swift:generate_swift_config_services:277  local bind_port=6613
2017-02-10 04:49:22.136 | +lib/swift:generate_swift_config_services:278  local server_type=object
2017-02-10 04:49:22.139 | +lib/swift:generate_swift_config_services:280  log_facility=0
2017-02-10 04:49:22.142 | +lib/swift:generate_swift_config_services:281  local node_path=/opt/stack/data/swift/1
2017-02-10 04:49:22.144 | +lib/swift:generate_swift_config_services:283  iniuncomment /etc/swift/object-server/1.conf DEFAULT user
2017-02-10 04:49:22.163 | +lib/swift:generate_swift_config_services:284  iniset /etc/swift/object-server/1.conf DEFAULT user stack
2017-02-10 04:49:22.185 | +lib/swift:generate_swift_config_services:286  iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port
2017-02-10 04:49:22.204 | +lib/swift:generate_swift_config_services:287  iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613
2017-02-10 04:49:22.226 | +lib/swift:generate_swift_config_services:289  iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir
2017-02-10 04:49:22.245 | +lib/swift:generate_swift_config_services:290  iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift
2017-02-10 04:49:22.269 | +lib/swift:generate_swift_config_services:292  iniuncomment /etc/swift/object-server/1.conf DEFAULT devices
2017-02-10 04:49:22.288 | +lib/swift:generate_swift_config_services:293  iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1
2017-02-10 04:49:22.311 | +lib/swift:generate_swift_config_services:295  iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility
2017-02-10 04:49:22.330 | +lib/swift:generate_swift_config_services:296  iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0
2017-02-10 04:49:22.351 | +lib/swift:generate_swift_config_services:298  iniuncomment /etc/swift/object-server/1.conf DEFAULT workers
2017-02-10 04:49:22.371 | +lib/swift:generate_swift_config_services:299  iniset /etc/swift/object-server/1.conf DEFAULT workers 2
2017-02-10 04:49:22.395 | +lib/swift:generate_swift_config_services:301  iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate
2017-02-10 04:49:22.415 | +lib/swift:generate_swift_config_services:302  iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true
2017-02-10 04:49:22.438 | +lib/swift:generate_swift_config_services:304  iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check
2017-02-10 04:49:22.457 | +lib/swift:generate_swift_config_services:305  iniset /etc/swift/object-server/1.conf DEFAULT mount_check false
2017-02-10 04:49:22.480 | +lib/swift:generate_swift_config_services:307  iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode
2017-02-10 04:49:22.500 | +lib/swift:generate_swift_config_services:308  iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes
2017-02-10 04:49:22.522 | +lib/swift:generate_swift_config_services:312  sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf
2017-02-10 04:49:22.526 | +lib/swift:configure_swift:479             iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip
2017-02-10 04:49:22.545 | +lib/swift:configure_swift:480             iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0
2017-02-10 04:49:22.568 | +lib/swift:configure_swift:481             iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache
2017-02-10 04:49:22.591 | +lib/swift:configure_swift:483             swift_node_config=/etc/swift/container-server/1.conf
2017-02-10 04:49:22.594 | +lib/swift:configure_swift:484             cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf
2017-02-10 04:49:22.598 | +lib/swift:configure_swift:485             generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container
2017-02-10 04:49:22.601 | +lib/swift:generate_swift_config_services:275  local swift_node_config=/etc/swift/container-server/1.conf
2017-02-10 04:49:22.604 | +lib/swift:generate_swift_config_services:276  local node_id=1
2017-02-10 04:49:22.607 | +lib/swift:generate_swift_config_services:277  local bind_port=6611
2017-02-10 04:49:22.609 | +lib/swift:generate_swift_config_services:278  local server_type=container
2017-02-10 04:49:22.612 | +lib/swift:generate_swift_config_services:280  log_facility=0
2017-02-10 04:49:22.615 | +lib/swift:generate_swift_config_services:281  local node_path=/opt/stack/data/swift/1
2017-02-10 04:49:22.618 | +lib/swift:generate_swift_config_services:283  iniuncomment /etc/swift/container-server/1.conf DEFAULT user
2017-02-10 04:49:22.637 | +lib/swift:generate_swift_config_services:284  iniset /etc/swift/container-server/1.conf DEFAULT user stack
2017-02-10 04:49:22.659 | +lib/swift:generate_swift_config_services:286  iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port
2017-02-10 04:49:22.679 | +lib/swift:generate_swift_config_services:287  iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611
2017-02-10 04:49:22.702 | +lib/swift:generate_swift_config_services:289  iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir
2017-02-10 04:49:22.721 | +lib/swift:generate_swift_config_services:290  iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift
2017-02-10 04:49:22.742 | +lib/swift:generate_swift_config_services:292  iniuncomment /etc/swift/container-server/1.conf DEFAULT devices
2017-02-10 04:49:22.761 | +lib/swift:generate_swift_config_services:293  iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1
2017-02-10 04:49:22.784 | +lib/swift:generate_swift_config_services:295  iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility
2017-02-10 04:49:22.803 | +lib/swift:generate_swift_config_services:296  iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0
2017-02-10 04:49:22.826 | +lib/swift:generate_swift_config_services:298  iniuncomment /etc/swift/container-server/1.conf DEFAULT workers
2017-02-10 04:49:22.845 | +lib/swift:generate_swift_config_services:299  iniset /etc/swift/container-server/1.conf DEFAULT workers 2
2017-02-10 04:49:22.868 | +lib/swift:generate_swift_config_services:301  iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate
2017-02-10 04:49:22.886 | +lib/swift:generate_swift_config_services:302  iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true
2017-02-10 04:49:22.908 | +lib/swift:generate_swift_config_services:304  iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check
2017-02-10 04:49:22.929 | +lib/swift:generate_swift_config_services:305  iniset /etc/swift/container-server/1.conf DEFAULT mount_check false
2017-02-10 04:49:22.953 | +lib/swift:generate_swift_config_services:307  iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode
2017-02-10 04:49:22.972 | +lib/swift:generate_swift_config_services:308  iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes
2017-02-10 04:49:22.995 | +lib/swift:generate_swift_config_services:312  sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf
2017-02-10 04:49:22.999 | +lib/swift:configure_swift:486             iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip
2017-02-10 04:49:23.016 | +lib/swift:configure_swift:487             iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0
2017-02-10 04:49:23.039 | +lib/swift:configure_swift:488             iniuncomment /etc/swift/container-server/1.conf app:container-server allow_versions
2017-02-10 04:49:23.058 | +lib/swift:configure_swift:489             iniset /etc/swift/container-server/1.conf app:container-server allow_versions true
2017-02-10 04:49:23.082 | +lib/swift:configure_swift:491             swift_node_config=/etc/swift/account-server/1.conf
2017-02-10 04:49:23.084 | +lib/swift:configure_swift:492             cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf
2017-02-10 04:49:23.088 | +lib/swift:configure_swift:493             generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account
2017-02-10 04:49:23.091 | +lib/swift:generate_swift_config_services:275  local swift_node_config=/etc/swift/account-server/1.conf
2017-02-10 04:49:23.094 | +lib/swift:generate_swift_config_services:276  local node_id=1
2017-02-10 04:49:23.097 | +lib/swift:generate_swift_config_services:277  local bind_port=6612
2017-02-10 04:49:23.100 | +lib/swift:generate_swift_config_services:278  local server_type=account
2017-02-10 04:49:23.102 | +lib/swift:generate_swift_config_services:280  log_facility=0
2017-02-10 04:49:23.105 | +lib/swift:generate_swift_config_services:281  local node_path=/opt/stack/data/swift/1
2017-02-10 04:49:23.108 | +lib/swift:generate_swift_config_services:283  iniuncomment /etc/swift/account-server/1.conf DEFAULT user
2017-02-10 04:49:23.127 | +lib/swift:generate_swift_config_services:284  iniset /etc/swift/account-server/1.conf DEFAULT user stack
2017-02-10 04:49:23.149 | +lib/swift:generate_swift_config_services:286  iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port
2017-02-10 04:49:23.168 | +lib/swift:generate_swift_config_services:287  iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612
2017-02-10 04:49:23.191 | +lib/swift:generate_swift_config_services:289  iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir
2017-02-10 04:49:23.210 | +lib/swift:generate_swift_config_services:290  iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift
2017-02-10 04:49:23.233 | +lib/swift:generate_swift_config_services:292  iniuncomment /etc/swift/account-server/1.conf DEFAULT devices
2017-02-10 04:49:23.252 | +lib/swift:generate_swift_config_services:293  iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1
2017-02-10 04:49:23.275 | +lib/swift:generate_swift_config_services:295  iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility
2017-02-10 04:49:23.294 | +lib/swift:generate_swift_config_services:296  iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0
2017-02-10 04:49:23.317 | +lib/swift:generate_swift_config_services:298  iniuncomment /etc/swift/account-server/1.conf DEFAULT workers
2017-02-10 04:49:23.335 | +lib/swift:generate_swift_config_services:299  iniset /etc/swift/account-server/1.conf DEFAULT workers 2
2017-02-10 04:49:23.358 | +lib/swift:generate_swift_config_services:301  iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate
2017-02-10 04:49:23.376 | +lib/swift:generate_swift_config_services:302  iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true
2017-02-10 04:49:23.398 | +lib/swift:generate_swift_config_services:304  iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check
2017-02-10 04:49:23.417 | +lib/swift:generate_swift_config_services:305  iniset /etc/swift/account-server/1.conf DEFAULT mount_check false
2017-02-10 04:49:23.439 | +lib/swift:generate_swift_config_services:307  iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode
2017-02-10 04:49:23.458 | +lib/swift:generate_swift_config_services:308  iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes
2017-02-10 04:49:23.481 | +lib/swift:generate_swift_config_services:312  sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf
2017-02-10 04:49:23.485 | +lib/swift:configure_swift:494             iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip
2017-02-10 04:49:23.504 | +lib/swift:configure_swift:495             iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0
2017-02-10 04:49:23.527 | +lib/swift:configure_swift:499             iniset /etc/swift/proxy-server.conf filter:tempauth user_swifttenanttest1_swiftusertest1 'testing .admin'
2017-02-10 04:49:23.550 | +lib/swift:configure_swift:500             iniset /etc/swift/proxy-server.conf filter:tempauth user_swifttenanttest2_swiftusertest2 'testing2 .admin'
2017-02-10 04:49:23.573 | +lib/swift:configure_swift:501             iniset /etc/swift/proxy-server.conf filter:tempauth user_swifttenanttest1_swiftusertest3 'testing3 .admin'
2017-02-10 04:49:23.596 | +lib/swift:configure_swift:503             testfile=/etc/swift/test.conf
2017-02-10 04:49:23.599 | +lib/swift:configure_swift:504             cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf
2017-02-10 04:49:23.604 | +lib/swift:configure_swift:507             iniset /etc/swift/test.conf func_test account swifttenanttest1
2017-02-10 04:49:23.635 | +lib/swift:configure_swift:508             iniset /etc/swift/test.conf func_test username swiftusertest1
2017-02-10 04:49:23.668 | +lib/swift:configure_swift:509             iniset /etc/swift/test.conf func_test username3 swiftusertest3
2017-02-10 04:49:23.699 | +lib/swift:configure_swift:510             iniset /etc/swift/test.conf func_test account2 swifttenanttest2
2017-02-10 04:49:23.730 | +lib/swift:configure_swift:511             iniset /etc/swift/test.conf func_test username2 swiftusertest2
2017-02-10 04:49:23.761 | +lib/swift:configure_swift:512             iniset /etc/swift/test.conf func_test account4 swifttenanttest4
2017-02-10 04:49:23.790 | +lib/swift:configure_swift:513             iniset /etc/swift/test.conf func_test username4 swiftusertest4
2017-02-10 04:49:23.818 | +lib/swift:configure_swift:514             iniset /etc/swift/test.conf func_test password4 testing4
2017-02-10 04:49:23.844 | +lib/swift:configure_swift:515             iniset /etc/swift/test.conf func_test domain4 swift_test
2017-02-10 04:49:23.869 | +lib/swift:configure_swift:517             is_service_enabled keystone
2017-02-10 04:49:23.894 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:49:23.898 | +lib/swift:configure_swift:518             iniuncomment /etc/swift/test.conf func_test auth_version
2017-02-10 04:49:23.925 | +lib/swift:configure_swift:519             local auth_vers
2017-02-10 04:49:23.931 | ++lib/swift:configure_swift:520             iniget /etc/swift/test.conf func_test auth_version
2017-02-10 04:49:23.961 | +lib/swift:configure_swift:520             auth_vers=3
2017-02-10 04:49:23.965 | +lib/swift:configure_swift:521             iniset /etc/swift/test.conf func_test auth_host 172.30.250.59
2017-02-10 04:49:23.996 | +lib/swift:configure_swift:522             iniset /etc/swift/test.conf func_test auth_port 35357
2017-02-10 04:49:24.021 | +lib/swift:configure_swift:523             [[ 3 == \3 ]]
2017-02-10 04:49:24.025 | +lib/swift:configure_swift:524             iniset /etc/swift/test.conf func_test auth_prefix /v3/
2017-02-10 04:49:24.050 | +lib/swift:configure_swift:530             local user_group
2017-02-10 04:49:24.055 | ++lib/swift:configure_swift:531             id -g stack
2017-02-10 04:49:24.059 | +lib/swift:configure_swift:531             user_group=1001
2017-02-10 04:49:24.062 | +lib/swift:configure_swift:532             sudo install -d -o stack -g 1001 /opt/stack/data/swift
2017-02-10 04:49:24.070 | +lib/swift:configure_swift:534             local swift_log_dir=/opt/stack/data/swift/logs
2017-02-10 04:49:24.073 | +lib/swift:configure_swift:535             sudo rm -rf /opt/stack/data/swift/logs
2017-02-10 04:49:24.080 | +lib/swift:configure_swift:536             sudo install -d -o stack -g adm /opt/stack/data/swift/logs/hourly
2017-02-10 04:49:24.087 | +lib/swift:configure_swift:538             [[ False != \F\a\l\s\e ]]
2017-02-10 04:49:24.091 | +lib/swift:configure_swift:545             '[' False == True ']'
2017-02-10 04:49:24.094 | +./stack.sh:main:810                       is_service_enabled swift3
2017-02-10 04:49:24.114 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:24.117 | +./stack.sh:main:818                       is_service_enabled g-api n-api
2017-02-10 04:49:24.137 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:49:24.140 | +./stack.sh:main:820                       stack_install_service glance
2017-02-10 04:49:24.143 | +lib/stack:stack_install_service:20        local service=glance
2017-02-10 04:49:24.146 | +lib/stack:stack_install_service:21        type install_glance
2017-02-10 04:49:24.149 | +lib/stack:stack_install_service:23        [[ False = True ]]
2017-02-10 04:49:24.153 | +lib/stack:stack_install_service:32        install_glance
2017-02-10 04:49:24.156 | +lib/glance:install_glance:362             use_library_from_git glance_store
2017-02-10 04:49:24.159 | +inc/python:use_library_from_git:197       local name=glance_store
2017-02-10 04:49:24.162 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:49:24.166 | +inc/python:use_library_from_git:199       [[ ,, =~ ,glance_store, ]]
2017-02-10 04:49:24.169 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:49:24.173 | +lib/glance:install_glance:367             git_clone http://git.trystack.cn/openstack/glance.git /opt/stack/glance stable/mitaka
2017-02-10 04:49:24.176 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/glance.git
2017-02-10 04:49:24.179 | +functions-common:git_clone:496            local git_dest=/opt/stack/glance
2017-02-10 04:49:24.182 | +functions-common:git_clone:497            local git_ref=stable/mitaka
2017-02-10 04:49:24.186 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:49:24.190 | ++functions-common:git_clone:499            pwd
2017-02-10 04:49:24.194 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:49:24.197 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:49:24.202 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:49:24.225 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:49:24.228 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:49:24.231 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:49:24.235 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:49:24.236 | +functions-common:git_clone:516            echo stable/mitaka
2017-02-10 04:49:24.239 | +functions-common:git_clone:530            [[ ! -d /opt/stack/glance ]]
2017-02-10 04:49:24.243 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:49:24.246 | +functions-common:git_clone:542            cd /opt/stack/glance
2017-02-10 04:49:24.249 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/glance.git
2017-02-10 04:49:24.254 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:49:24.258 | +functions-common:git_timed:591            local count=0
2017-02-10 04:49:24.261 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:49:24.265 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:49:24.268 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:49:24.271 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:49:24.275 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:49:24.278 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:49:24.281 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:49:24.286 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:49:24.290 | +functions-common:time_start:2338          START_TIME[$name]=1486702164
2017-02-10 04:49:24.293 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:49:27.323 | From http://git.trystack.cn/openstack/glance
2017-02-10 04:49:27.324 |    b628ace..0a4ac69  master     -> origin/master
2017-02-10 04:49:27.330 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:49:27.333 | +functions-common:time_stop:2347           local name
2017-02-10 04:49:27.337 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:49:27.340 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:49:27.344 | +functions-common:time_stop:2350           local total
2017-02-10 04:49:27.347 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:49:27.350 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:49:27.354 | +functions-common:time_stop:2354           start_time=1486702164
2017-02-10 04:49:27.357 | +functions-common:time_stop:2356           [[ -z 1486702164 ]]
2017-02-10 04:49:27.361 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:49:27.366 | +functions-common:time_stop:2359           end_time=1486702167
2017-02-10 04:49:27.369 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:49:27.372 | +functions-common:time_stop:2361           total=3
2017-02-10 04:49:27.375 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:49:27.379 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=6
2017-02-10 04:49:27.382 | +functions-common:git_clone:549            find /opt/stack/glance -name '*.pyc' -delete
2017-02-10 04:49:27.392 | ++functions-common:git_clone:552            git show-ref refs/tags/stable/mitaka
2017-02-10 04:49:27.396 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:49:27.401 | ++functions-common:git_clone:554            git show-ref refs/heads/stable/mitaka
2017-02-10 04:49:27.405 | +functions-common:git_clone:554            [[ -n 0c44b39f778e552f3d5293ecc5194b5c2bd794d2 refs/heads/stable/mitaka ]]
2017-02-10 04:49:27.409 | +functions-common:git_clone:555            git_update_branch stable/mitaka
2017-02-10 04:49:27.412 | +functions-common:git_update_branch:619    local git_branch=stable/mitaka
2017-02-10 04:49:27.415 | +functions-common:git_update_branch:621    git checkout -f origin/stable/mitaka
2017-02-10 04:49:27.483 | Note: checking out 'origin/stable/mitaka'.
2017-02-10 04:49:27.483 |
2017-02-10 04:49:27.483 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:49:27.483 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:49:27.483 | state without impacting any branches by performing another checkout.
2017-02-10 04:49:27.483 |
2017-02-10 04:49:27.483 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:49:27.483 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:49:27.483 |
2017-02-10 04:49:27.483 |   git checkout -b new_branch_name
2017-02-10 04:49:27.483 |
2017-02-10 04:49:27.483 | HEAD is now at 0c44b39... Prepare for using standard python tests
2017-02-10 04:49:27.487 | +functions-common:git_update_branch:623    git branch -D stable/mitaka
2017-02-10 04:49:27.488 | Deleted branch stable/mitaka (was 0c44b39).
2017-02-10 04:49:27.492 | +functions-common:git_update_branch:624    git checkout -b stable/mitaka
2017-02-10 04:49:27.523 | Switched to a new branch 'stable/mitaka'
2017-02-10 04:49:27.526 | +functions-common:git_clone:566            cd /opt/stack/glance
2017-02-10 04:49:27.531 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:49:27.531 | +functions-common:git_clone:567            head -1
2017-02-10 04:49:27.531 | 0c44b39 Prepare for using standard python tests
2017-02-10 04:49:27.535 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:49:27.538 | +lib/glance:install_glance:369             is_service_enabled g-search
2017-02-10 04:49:27.558 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:27.562 | +lib/glance:install_glance:374             setup_develop /opt/stack/glance
2017-02-10 04:49:27.565 | +inc/python:setup_develop:271              local project_dir=/opt/stack/glance
2017-02-10 04:49:27.568 | +inc/python:setup_develop:272              local extras=
2017-02-10 04:49:27.572 | +inc/python:setup_develop:273              _setup_package_with_constraints_edit /opt/stack/glance -e
2017-02-10 04:49:27.575 | +inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/glance
2017-02-10 04:49:27.578 | +inc/python:_setup_package_with_constraints_edit:304  local flags=-e
2017-02-10 04:49:27.582 | +inc/python:_setup_package_with_constraints_edit:305  local extras=
2017-02-10 04:49:27.585 | +inc/python:_setup_package_with_constraints_edit:307  '[' -n /opt/stack/requirements ']'
2017-02-10 04:49:27.588 | +inc/python:_setup_package_with_constraints_edit:309  local name
2017-02-10 04:49:27.593 | ++inc/python:_setup_package_with_constraints_edit:310  awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg
2017-02-10 04:49:27.597 | +inc/python:_setup_package_with_constraints_edit:310  name=glance
2017-02-10 04:49:27.601 | +inc/python:_setup_package_with_constraints_edit:312  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance'
2017-02-10 04:49:27.914 | +inc/python:_setup_package_with_constraints_edit:316  setup_package /opt/stack/glance -e
2017-02-10 04:49:27.917 | +inc/python:setup_package:332              local project_dir=/opt/stack/glance
2017-02-10 04:49:27.921 | +inc/python:setup_package:333              local flags=-e
2017-02-10 04:49:27.924 | +inc/python:setup_package:334              local extras=
2017-02-10 04:49:27.929 | +inc/python:setup_package:338              [[ -n -e ]]
2017-02-10 04:49:27.932 | +inc/python:setup_package:338              [[ -z '' ]]
2017-02-10 04:49:27.935 | +inc/python:setup_package:338              [[ ! -e =~ ^-.* ]]
2017-02-10 04:49:27.938 | +inc/python:setup_package:343              [[ ! -z '' ]]
2017-02-10 04:49:27.942 | +inc/python:setup_package:347              pip_install -e /opt/stack/glance
2017-02-10 04:49:28.626 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance
2017-02-10 04:49:29.469 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:49:29.738 | Obtaining file:///opt/stack/glance
2017-02-10 04:49:31.140 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2017-02-10 04:49:32.478 | Requirement already satisfied: Paste===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13))
2017-02-10 04:49:32.483 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14))
2017-02-10 04:49:32.485 | Requirement already satisfied: Routes===2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23))
2017-02-10 04:49:32.489 | Requirement already satisfied: SQLAlchemy===1.0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24))
2017-02-10 04:49:32.491 | Requirement already satisfied: WSME===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29))
2017-02-10 04:49:32.496 | Requirement already satisfied: WebOb===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30))
2017-02-10 04:49:32.502 | Requirement already satisfied: castellan===0.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84))
2017-02-10 04:49:32.510 | Requirement already satisfied: cryptography===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 97))
2017-02-10 04:49:32.530 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100))
2017-02-10 04:49:32.537 | Requirement already satisfied: enum34===1.1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123))
2017-02-10 04:49:32.541 | Requirement already satisfied: eventlet===0.18.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
2017-02-10 04:49:32.543 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134))
2017-02-10 04:49:32.545 | Requirement already satisfied: futurist===0.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137))
2017-02-10 04:49:32.552 | Requirement already satisfied: glance-store===0.13.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140))
2017-02-10 04:49:32.576 | Requirement already satisfied: greenlet===0.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144))
2017-02-10 04:49:32.578 | Requirement already satisfied: httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148))
2017-02-10 04:49:32.579 | Requirement already satisfied: idna===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 149))
2017-02-10 04:49:32.581 | Requirement already satisfied: ipaddress===1.0.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151))
2017-02-10 04:49:32.582 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154))
2017-02-10 04:49:32.584 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162))
2017-02-10 04:49:32.592 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167))
2017-02-10 04:49:32.605 | Requirement already satisfied: keystonemiddleware===4.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168))
2017-02-10 04:49:32.618 | Requirement already satisfied: monotonic===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180))
2017-02-10 04:49:32.619 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184))
2017-02-10 04:49:32.621 | Requirement already satisfied: oslo.concurrency===3.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213))
2017-02-10 04:49:32.634 | Requirement already satisfied: oslo.config===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214))
2017-02-10 04:49:32.639 | Requirement already satisfied: oslo.context===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215))
2017-02-10 04:49:32.642 | Requirement already satisfied: oslo.db===4.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216))
2017-02-10 04:49:32.674 | Requirement already satisfied: oslo.i18n===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217))
2017-02-10 04:49:32.678 | Requirement already satisfied: oslo.log===3.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218))
2017-02-10 04:49:32.692 | Requirement already satisfied: oslo.messaging===4.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219))
2017-02-10 04:49:32.715 | Requirement already satisfied: oslo.middleware===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220))
2017-02-10 04:49:32.725 | Requirement already satisfied: oslo.policy===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221))
2017-02-10 04:49:32.732 | Requirement already satisfied: oslo.serialization===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225))
2017-02-10 04:49:32.739 | Requirement already satisfied: oslo.service===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226))
2017-02-10 04:49:32.756 | Requirement already satisfied: oslo.utils===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227))
2017-02-10 04:49:32.768 | Requirement already satisfied: osprofiler===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232))
2017-02-10 04:49:32.774 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240))
2017-02-10 04:49:32.776 | Requirement already satisfied: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243))
2017-02-10 04:49:32.780 | Requirement already satisfied: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244))
2017-02-10 04:49:32.784 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247))
2017-02-10 04:49:32.787 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249))
2017-02-10 04:49:32.788 | Requirement already satisfied: pyOpenSSL===0.15.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254))
2017-02-10 04:49:32.792 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256))
2017-02-10 04:49:32.793 | Requirement already satisfied: pycadf===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258))
2017-02-10 04:49:32.799 | Requirement already satisfied: pycrypto===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260))
2017-02-10 04:49:32.800 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262))
2017-02-10 04:49:32.801 | Requirement already satisfied: python-dateutil===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283))
2017-02-10 04:49:32.804 | Requirement already satisfied: python-keystoneclient===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290))
2017-02-10 04:49:32.816 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311))
2017-02-10 04:49:32.819 | Requirement already satisfied: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317))
2017-02-10 04:49:32.823 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319))
2017-02-10 04:49:32.830 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325))
2017-02-10 04:49:32.833 | Requirement already satisfied: semantic-version===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333))
2017-02-10 04:49:32.835 | Requirement already satisfied: simplegeneric===0.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336))
2017-02-10 04:49:32.837 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339))
2017-02-10 04:49:32.839 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346))
2017-02-10 04:49:32.845 | Requirement already satisfied: sqlparse===0.1.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347))
2017-02-10 04:49:32.847 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348))
2017-02-10 04:49:32.850 | Requirement already satisfied: taskflow===1.30.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353))
2017-02-10 04:49:32.870 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384))
2017-02-10 04:49:32.871 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:49:32.874 | Requirement already satisfied: cffi===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87))
2017-02-10 04:49:32.876 | Requirement already satisfied: setuptools>=1.0 in /usr/local/lib/python2.7/dist-packages (from cryptography===1.2.3->-c /opt/stack/requirements/upper-constraints.txt (line 97))
2017-02-10 04:49:32.882 | Requirement already satisfied: contextlib2===0.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94))
2017-02-10 04:49:32.884 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136))
2017-02-10 04:49:32.885 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))
2017-02-10 04:49:32.886 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128))
2017-02-10 04:49:32.889 | Requirement already satisfied: alembic===0.8.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 63))
2017-02-10 04:49:32.893 | Requirement already satisfied: kombu===3.0.34 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170))
2017-02-10 04:49:32.899 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:49:32.900 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 64))
2017-02-10 04:49:32.902 | Requirement already satisfied: cachetools===1.1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 82))
2017-02-10 04:49:32.903 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8))
2017-02-10 04:49:32.907 | Requirement already satisfied: msgpack-python===0.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183))
2017-02-10 04:49:32.909 | Requirement already satisfied: netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185))
2017-02-10 04:49:32.911 | Requirement already satisfied: decorator===4.0.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101))
2017-02-10 04:49:32.912 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27))
2017-02-10 04:49:32.914 | Requirement already satisfied: automaton===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 72))
2017-02-10 04:49:32.919 | Requirement already satisfied: networkx===1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187))
2017-02-10 04:49:32.921 | Requirement already satisfied: pycparser===2.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259))
2017-02-10 04:49:32.922 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
2017-02-10 04:49:32.924 | Requirement already satisfied: packaging===16.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235))
2017-02-10 04:49:32.927 | Requirement already satisfied: python-editor===0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285))
2017-02-10 04:49:32.929 | Requirement already satisfied: Mako===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9))
2017-02-10 04:49:32.933 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65))
2017-02-10 04:49:32.935 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
2017-02-10 04:49:32.936 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 268))
2017-02-10 04:49:32.937 | Installing collected packages: glance
2017-02-10 04:49:32.937 |   Found existing installation: glance 12.0.1.dev24
2017-02-10 04:49:32.940 |     Can't uninstall 'glance'. No files were found to uninstall.
2017-02-10 04:49:32.940 |   Running setup.py develop for glance
2017-02-10 04:49:35.167 | Successfully installed glance
2017-02-10 04:49:35.273 | +inc/python:pip_install:162                result=0
2017-02-10 04:49:35.277 | +inc/python:pip_install:165                local test_req=/opt/stack/glance/test-requirements.txt
2017-02-10 04:49:35.281 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:49:35.286 | +inc/python:pip_install:166                [[ -e /opt/stack/glance/test-requirements.txt ]]
2017-02-10 04:49:35.290 | +inc/python:pip_install:167                echo 'Installing test-requirements for /opt/stack/glance/test-requirements.txt'
2017-02-10 04:49:35.290 | Installing test-requirements for /opt/stack/glance/test-requirements.txt
2017-02-10 04:49:35.294 | +inc/python:pip_install:169                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/glance/test-requirements.txt
2017-02-10 04:49:36.058 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:49:36.322 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:49:36.324 | Requirement already satisfied: PyMySQL===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20))
2017-02-10 04:49:36.326 | Requirement already satisfied: Sphinx===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26))
2017-02-10 04:49:36.330 | Requirement already satisfied: bandit===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 75))
2017-02-10 04:49:36.335 | Requirement already satisfied: coverage===4.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95))
2017-02-10 04:49:36.337 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118))
2017-02-10 04:49:36.339 | Requirement already satisfied: fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130))
2017-02-10 04:49:36.345 | Requirement already satisfied: mock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179))
2017-02-10 04:49:36.360 | Requirement already satisfied: mox3===0.14.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182))
2017-02-10 04:49:36.364 | Requirement already satisfied: oslosphinx===4.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230))
2017-02-10 04:49:36.368 | Requirement already satisfied: oslotest===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231))
2017-02-10 04:49:36.377 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240))
2017-02-10 04:49:36.379 | Requirement already satisfied: psutil===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251))
2017-02-10 04:49:36.381 | Requirement already satisfied: psycopg2===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252))
2017-02-10 04:49:36.382 | Requirement already satisfied: pysendfile===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273))
2017-02-10 04:49:36.384 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307))
2017-02-10 04:49:36.393 | Requirement already satisfied: python-swiftclient===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308))
2017-02-10 04:49:36.397 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311))
2017-02-10 04:49:36.400 | Requirement already satisfied: qpid-python===0.32 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314))
2017-02-10 04:49:36.401 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319))
2017-02-10 04:49:36.408 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339))
2017-02-10 04:49:36.409 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348))
2017-02-10 04:49:36.412 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356))
2017-02-10 04:49:36.419 | Requirement already satisfied: testresources===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357))
2017-02-10 04:49:36.421 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358))
2017-02-10 04:49:36.425 | Requirement already satisfied: testtools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359))
2017-02-10 04:49:36.433 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366))
2017-02-10 04:49:36.435 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372))
2017-02-10 04:49:36.440 | Requirement already satisfied: xattr===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387))
2017-02-10 04:49:36.442 | Requirement already satisfied: hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/glance/test-requirements.txt (line 6))
2017-02-10 04:49:36.449 | Requirement already satisfied: reno>=0.1.1 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/glance/test-requirements.txt (line 35))
2017-02-10 04:49:36.457 | Requirement already satisfied: Pygments===2.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22))
2017-02-10 04:49:36.459 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8))
2017-02-10 04:49:36.462 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:49:36.463 | Requirement already satisfied: GitPython===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7))
2017-02-10 04:49:36.466 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134))
2017-02-10 04:49:36.467 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100))
2017-02-10 04:49:36.475 | Requirement already satisfied: os-client-config===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205))
2017-02-10 04:49:36.481 | Requirement already satisfied: extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125))
2017-02-10 04:49:36.482 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136))
2017-02-10 04:49:36.484 | Requirement already satisfied: python-mimeparse===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295))
2017-02-10 04:49:36.485 | Requirement already satisfied: pyrsistent===0.11.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271))
2017-02-10 04:49:36.489 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174))
2017-02-10 04:49:36.490 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 372))
2017-02-10 04:49:36.491 | Requirement already satisfied: cffi===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87))
2017-02-10 04:49:36.493 | Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 6))
2017-02-10 04:49:36.496 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 6))
2017-02-10 04:49:36.498 | Requirement already satisfied: flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 6))
2017-02-10 04:49:36.503 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 6))
2017-02-10 04:49:36.504 | Requirement already satisfied: dulwich>=0.15.0 in /usr/local/lib/python2.7/dist-packages (from reno>=0.1.1->-r /opt/stack/glance/test-requirements.txt (line 35))
2017-02-10 04:49:36.506 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
2017-02-10 04:49:36.507 | Requirement already satisfied: gitdb===0.6.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139))
2017-02-10 04:49:36.510 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384))
2017-02-10 04:49:36.511 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323))
2017-02-10 04:49:36.514 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167))
2017-02-10 04:49:36.526 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
2017-02-10 04:49:36.528 | Requirement already satisfied: pycparser===2.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259))
2017-02-10 04:49:36.530 | Requirement already satisfied: smmap===0.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340))
2017-02-10 04:49:36.531 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154))
2017-02-10 04:49:36.533 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247))
2017-02-10 04:49:36.638 | +inc/python:pip_install:175                result=0
2017-02-10 04:49:36.642 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:49:36.646 | +functions-common:time_stop:2347           local name
2017-02-10 04:49:36.651 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:49:36.655 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:49:36.659 | +functions-common:time_stop:2350           local total
2017-02-10 04:49:36.664 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:49:36.668 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:49:36.672 | +functions-common:time_stop:2354           start_time=1486702167
2017-02-10 04:49:36.676 | +functions-common:time_stop:2356           [[ -z 1486702167 ]]
2017-02-10 04:49:36.681 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:49:36.686 | +functions-common:time_stop:2359           end_time=1486702176
2017-02-10 04:49:36.690 | +functions-common:time_stop:2360           elapsed_time=9
2017-02-10 04:49:36.694 | +functions-common:time_stop:2361           total=40
2017-02-10 04:49:36.698 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:49:36.702 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=49
2017-02-10 04:49:36.706 | +inc/python:pip_install:179                return 0
2017-02-10 04:49:36.711 | +inc/python:setup_package:349              [[ -e == \-\e ]]
2017-02-10 04:49:36.715 | +inc/python:setup_package:350              safe_chown -R stack /opt/stack/glance/glance.egg-info
2017-02-10 04:49:36.718 | +functions-common:safe_chown:2260          _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info
2017-02-10 04:49:36.743 | +functions-common:_safe_permission_operation:2152  sudo chown -R stack /opt/stack/glance/glance.egg-info
2017-02-10 04:49:36.751 | +lib/stack:stack_install_service:33        [[ False = True ]]
2017-02-10 04:49:36.754 | +./stack.sh:main:821                       configure_glance
2017-02-10 04:49:36.758 | +lib/glance:configure_glance:97            sudo install -d -o stack /etc/glance /etc/glance/metadefs
2017-02-10 04:49:36.767 | +lib/glance:configure_glance:100           is_service_enabled g-glare
2017-02-10 04:49:36.790 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:36.794 | +lib/glance:configure_glance:103           cp /opt/stack/glance/etc/glance-registry.conf /etc/glance/glance-registry.conf
2017-02-10 04:49:36.798 | +lib/glance:configure_glance:104           iniset /etc/glance/glance-registry.conf DEFAULT debug True
2017-02-10 04:49:36.823 | +lib/glance:configure_glance:105           iniset /etc/glance/glance-registry.conf DEFAULT bind_host 0.0.0.0
2017-02-10 04:49:36.848 | +lib/glance:configure_glance:106           inicomment /etc/glance/glance-registry.conf DEFAULT log_file
2017-02-10 04:49:36.869 | +lib/glance:configure_glance:107           local dburl
2017-02-10 04:49:36.873 | ++lib/glance:configure_glance:108           database_connection_url glance
2017-02-10 04:49:36.876 | ++lib/database:database_connection_url:134  local db=glance
2017-02-10 04:49:36.880 | ++lib/database:database_connection_url:135  database_connection_url_mysql glance
2017-02-10 04:49:36.883 | ++lib/databases/mysql:database_connection_url_mysql:176  local db=glance
2017-02-10 04:49:36.887 | ++lib/databases/mysql:database_connection_url_mysql:177  echo 'mysql+pymysql://root:pass@127.0.0.1/glance?charset=utf8'
2017-02-10 04:49:36.890 | +lib/glance:configure_glance:108           dburl='mysql+pymysql://root:pass@127.0.0.1/glance?charset=utf8'
2017-02-10 04:49:36.893 | +lib/glance:configure_glance:109           iniset /etc/glance/glance-registry.conf database connection 'mysql+pymysql://root:pass@127.0.0.1/glance?charset=utf8'
2017-02-10 04:49:36.917 | +lib/glance:configure_glance:110           iniset /etc/glance/glance-registry.conf DEFAULT use_syslog False
2017-02-10 04:49:36.942 | +lib/glance:configure_glance:111           iniset /etc/glance/glance-registry.conf DEFAULT workers 2
2017-02-10 04:49:36.966 | +lib/glance:configure_glance:112           iniset /etc/glance/glance-registry.conf paste_deploy flavor keystone
2017-02-10 04:49:36.989 | +lib/glance:configure_glance:113           configure_auth_token_middleware /etc/glance/glance-registry.conf glance /var/cache/glance/registry
2017-02-10 04:49:36.992 | +lib/keystone:configure_auth_token_middleware:467  local conf_file=/etc/glance/glance-registry.conf
2017-02-10 04:49:36.995 | +lib/keystone:configure_auth_token_middleware:468  local admin_user=glance
2017-02-10 04:49:36.997 | +lib/keystone:configure_auth_token_middleware:469  local signing_dir=/var/cache/glance/registry
2017-02-10 04:49:37.000 | +lib/keystone:configure_auth_token_middleware:470  local section=keystone_authtoken
2017-02-10 04:49:37.003 | +lib/keystone:configure_auth_token_middleware:472  iniset /etc/glance/glance-registry.conf keystone_authtoken auth_type password
2017-02-10 04:49:37.028 | +lib/keystone:configure_auth_token_middleware:473  iniset /etc/glance/glance-registry.conf keystone_authtoken auth_url http://172.30.250.59:35357
2017-02-10 04:49:37.051 | +lib/keystone:configure_auth_token_middleware:474  iniset /etc/glance/glance-registry.conf keystone_authtoken username glance
2017-02-10 04:49:37.076 | +lib/keystone:configure_auth_token_middleware:475  iniset /etc/glance/glance-registry.conf keystone_authtoken password pass
2017-02-10 04:49:37.100 | +lib/keystone:configure_auth_token_middleware:476  iniset /etc/glance/glance-registry.conf keystone_authtoken user_domain_id default
2017-02-10 04:49:37.123 | +lib/keystone:configure_auth_token_middleware:477  iniset /etc/glance/glance-registry.conf keystone_authtoken project_name service
2017-02-10 04:49:37.148 | +lib/keystone:configure_auth_token_middleware:478  iniset /etc/glance/glance-registry.conf keystone_authtoken project_domain_id default
2017-02-10 04:49:37.173 | +lib/keystone:configure_auth_token_middleware:480  iniset /etc/glance/glance-registry.conf keystone_authtoken auth_uri http://172.30.250.59:5000
2017-02-10 04:49:37.198 | +lib/keystone:configure_auth_token_middleware:481  iniset /etc/glance/glance-registry.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2017-02-10 04:49:37.230 | +lib/keystone:configure_auth_token_middleware:482  iniset /etc/glance/glance-registry.conf keystone_authtoken signing_dir /var/cache/glance/registry
2017-02-10 04:49:37.263 | +lib/keystone:configure_auth_token_middleware:483  iniset /etc/glance/glance-registry.conf keystone_authtoken memcached_servers 172.30.250.59:11211
2017-02-10 04:49:37.295 | +lib/glance:configure_glance:114           iniset /etc/glance/glance-registry.conf oslo_messaging_notifications driver messaging
2017-02-10 04:49:37.327 | +lib/glance:configure_glance:115           iniset_rpc_backend glance /etc/glance/glance-registry.conf
2017-02-10 04:49:37.332 | +lib/rpc_backend:iniset_rpc_backend:114    local package=glance
2017-02-10 04:49:37.336 | +lib/rpc_backend:iniset_rpc_backend:115    local file=/etc/glance/glance-registry.conf
2017-02-10 04:49:37.340 | +lib/rpc_backend:iniset_rpc_backend:116    local section=DEFAULT
2017-02-10 04:49:37.345 | +lib/rpc_backend:iniset_rpc_backend:117    is_service_enabled rabbit
2017-02-10 04:49:37.369 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:49:37.373 | +lib/rpc_backend:iniset_rpc_backend:118    iniset /etc/glance/glance-registry.conf DEFAULT rpc_backend rabbit
2017-02-10 04:49:37.406 | +lib/rpc_backend:iniset_rpc_backend:119    iniset /etc/glance/glance-registry.conf oslo_messaging_rabbit rabbit_hosts 172.30.250.59
2017-02-10 04:49:37.439 | +lib/rpc_backend:iniset_rpc_backend:120    iniset /etc/glance/glance-registry.conf oslo_messaging_rabbit rabbit_password pass
2017-02-10 04:49:37.472 | +lib/rpc_backend:iniset_rpc_backend:121    iniset /etc/glance/glance-registry.conf oslo_messaging_rabbit rabbit_userid stackrabbit
2017-02-10 04:49:37.505 | +lib/rpc_backend:iniset_rpc_backend:122    '[' -n '' ']'
2017-02-10 04:49:37.509 | +lib/rpc_backend:iniset_rpc_backend:125    '[' -n '' ']'
2017-02-10 04:49:37.513 | +lib/glance:configure_glance:116           iniset /etc/glance/glance-registry.conf DEFAULT graceful_shutdown_timeout 5
2017-02-10 04:49:37.544 | +lib/glance:configure_glance:118           cp /opt/stack/glance/etc/glance-api.conf /etc/glance/glance-api.conf
2017-02-10 04:49:37.548 | +lib/glance:configure_glance:119           iniset /etc/glance/glance-api.conf DEFAULT debug True
2017-02-10 04:49:37.574 | +lib/glance:configure_glance:120           iniset /etc/glance/glance-api.conf DEFAULT bind_host 0.0.0.0
2017-02-10 04:49:37.600 | +lib/glance:configure_glance:121           inicomment /etc/glance/glance-api.conf DEFAULT log_file
2017-02-10 04:49:37.621 | +lib/glance:configure_glance:122           iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:pass@127.0.0.1/glance?charset=utf8'
2017-02-10 04:49:37.646 | +lib/glance:configure_glance:123           iniset /etc/glance/glance-api.conf DEFAULT use_syslog False
2017-02-10 04:49:37.670 | +lib/glance:configure_glance:124           iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/
2017-02-10 04:49:37.694 | +lib/glance:configure_glance:125           iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement
2017-02-10 04:49:37.719 | +lib/glance:configure_glance:126           configure_auth_token_middleware /etc/glance/glance-api.conf glance /var/cache/glance/api
2017-02-10 04:49:37.722 | +lib/keystone:configure_auth_token_middleware:467  local conf_file=/etc/glance/glance-api.conf
2017-02-10 04:49:37.725 | +lib/keystone:configure_auth_token_middleware:468  local admin_user=glance
2017-02-10 04:49:37.728 | +lib/keystone:configure_auth_token_middleware:469  local signing_dir=/var/cache/glance/api
2017-02-10 04:49:37.731 | +lib/keystone:configure_auth_token_middleware:470  local section=keystone_authtoken
2017-02-10 04:49:37.733 | +lib/keystone:configure_auth_token_middleware:472  iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password
2017-02-10 04:49:37.759 | +lib/keystone:configure_auth_token_middleware:473  iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://172.30.250.59:35357
2017-02-10 04:49:37.784 | +lib/keystone:configure_auth_token_middleware:474  iniset /etc/glance/glance-api.conf keystone_authtoken username glance
2017-02-10 04:49:37.810 | +lib/keystone:configure_auth_token_middleware:475  iniset /etc/glance/glance-api.conf keystone_authtoken password pass
2017-02-10 04:49:37.842 | +lib/keystone:configure_auth_token_middleware:476  iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_id default
2017-02-10 04:49:37.874 | +lib/keystone:configure_auth_token_middleware:477  iniset /etc/glance/glance-api.conf keystone_authtoken project_name service
2017-02-10 04:49:37.906 | +lib/keystone:configure_auth_token_middleware:478  iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_id default
2017-02-10 04:49:37.939 | +lib/keystone:configure_auth_token_middleware:480  iniset /etc/glance/glance-api.conf keystone_authtoken auth_uri http://172.30.250.59:5000
2017-02-10 04:49:37.964 | +lib/keystone:configure_auth_token_middleware:481  iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2017-02-10 04:49:37.988 | +lib/keystone:configure_auth_token_middleware:482  iniset /etc/glance/glance-api.conf keystone_authtoken signing_dir /var/cache/glance/api
2017-02-10 04:49:38.013 | +lib/keystone:configure_auth_token_middleware:483  iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers 172.30.250.59:11211
2017-02-10 04:49:38.039 | +lib/glance:configure_glance:127           iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messaging
2017-02-10 04:49:38.064 | +lib/glance:configure_glance:128           iniset_rpc_backend glance /etc/glance/glance-api.conf
2017-02-10 04:49:38.067 | +lib/rpc_backend:iniset_rpc_backend:114    local package=glance
2017-02-10 04:49:38.070 | +lib/rpc_backend:iniset_rpc_backend:115    local file=/etc/glance/glance-api.conf
2017-02-10 04:49:38.073 | +lib/rpc_backend:iniset_rpc_backend:116    local section=DEFAULT
2017-02-10 04:49:38.076 | +lib/rpc_backend:iniset_rpc_backend:117    is_service_enabled rabbit
2017-02-10 04:49:38.094 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:49:38.097 | +lib/rpc_backend:iniset_rpc_backend:118    iniset /etc/glance/glance-api.conf DEFAULT rpc_backend rabbit
2017-02-10 04:49:38.122 | +lib/rpc_backend:iniset_rpc_backend:119    iniset /etc/glance/glance-api.conf oslo_messaging_rabbit rabbit_hosts 172.30.250.59
2017-02-10 04:49:38.146 | +lib/rpc_backend:iniset_rpc_backend:120    iniset /etc/glance/glance-api.conf oslo_messaging_rabbit rabbit_password pass
2017-02-10 04:49:38.171 | +lib/rpc_backend:iniset_rpc_backend:121    iniset /etc/glance/glance-api.conf oslo_messaging_rabbit rabbit_userid stackrabbit
2017-02-10 04:49:38.197 | +lib/rpc_backend:iniset_rpc_backend:122    '[' -n '' ']'
2017-02-10 04:49:38.200 | +lib/rpc_backend:iniset_rpc_backend:125    '[' -n '' ']'
2017-02-10 04:49:38.203 | +lib/glance:configure_glance:129           '[' libvirt = xenserver ']'
2017-02-10 04:49:38.206 | +lib/glance:configure_glance:133           '[' libvirt = libvirt ']'
2017-02-10 04:49:38.209 | +lib/glance:configure_glance:133           '[' kvm = parallels ']'
2017-02-10 04:49:38.212 | +lib/glance:configure_glance:138           iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/
2017-02-10 04:49:38.237 | +lib/glance:configure_glance:139           is_service_enabled g-glare
2017-02-10 04:49:38.255 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:38.258 | +lib/glance:configure_glance:142           iniset /etc/glance/glance-api.conf DEFAULT registry_host 172.30.250.59
2017-02-10 04:49:38.284 | +lib/glance:configure_glance:144           iniset /etc/glance/glance-api.conf DEFAULT workers 2
2017-02-10 04:49:38.309 | +lib/glance:configure_glance:147           is_service_enabled s-proxy
2017-02-10 04:49:38.327 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:49:38.330 | +lib/glance:configure_glance:148           iniset /etc/glance/glance-api.conf glance_store default_store swift
2017-02-10 04:49:38.355 | +lib/glance:configure_glance:149           iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True
2017-02-10 04:49:38.380 | +lib/glance:configure_glance:151           iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf
2017-02-10 04:49:38.406 | +lib/glance:configure_glance:152           iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1
2017-02-10 04:49:38.431 | +lib/glance:configure_glance:153           iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift'
2017-02-10 04:49:38.456 | +lib/glance:configure_glance:154           iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5
2017-02-10 04:49:38.482 | +lib/glance:configure_glance:156           iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift
2017-02-10 04:49:38.505 | +lib/glance:configure_glance:159           is_service_enabled g-glare
2017-02-10 04:49:38.522 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:38.525 | +lib/glance:configure_glance:174           iniset /etc/glance/glance-swift-store.conf ref1 key pass
2017-02-10 04:49:38.549 | +lib/glance:configure_glance:175           iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://172.30.250.59:5000/v3
2017-02-10 04:49:38.572 | +lib/glance:configure_glance:176           iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default
2017-02-10 04:49:38.595 | +lib/glance:configure_glance:177           iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default
2017-02-10 04:49:38.618 | +lib/glance:configure_glance:178           iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3
2017-02-10 04:49:38.641 | +lib/glance:configure_glance:181           inicomment /etc/glance/glance-api.conf glance_store swift_store_user
2017-02-10 04:49:38.663 | +lib/glance:configure_glance:182           inicomment /etc/glance/glance-api.conf glance_store swift_store_key
2017-02-10 04:49:38.685 | +lib/glance:configure_glance:183           inicomment /etc/glance/glance-api.conf glance_store swift_store_auth_address
2017-02-10 04:49:38.707 | +lib/glance:configure_glance:186           is_service_enabled tls-proxy
2017-02-10 04:49:38.724 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:38.727 | +lib/glance:configure_glance:196           is_ssl_enabled_service glance
2017-02-10 04:49:38.730 | +lib/tls:is_ssl_enabled_service:377        local services=glance
2017-02-10 04:49:38.732 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:49:38.735 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:49:38.738 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:49:38.741 | +lib/glance:configure_glance:206           is_ssl_enabled_service glance
2017-02-10 04:49:38.744 | +lib/tls:is_ssl_enabled_service:377        local services=glance
2017-02-10 04:49:38.747 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:49:38.751 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:49:38.754 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:49:38.757 | +lib/glance:configure_glance:206           is_service_enabled tls-proxy
2017-02-10 04:49:38.777 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:38.780 | +lib/glance:configure_glance:211           '[' True == True ']'
2017-02-10 04:49:38.783 | +lib/glance:configure_glance:211           '[' False == False ']'
2017-02-10 04:49:38.786 | +lib/glance:configure_glance:212           setup_colorized_logging /etc/glance/glance-api.conf DEFAULT tenant user
2017-02-10 04:49:38.789 | +functions:setup_colorized_logging:611     local conf_file=/etc/glance/glance-api.conf
2017-02-10 04:49:38.792 | +functions:setup_colorized_logging:612     local conf_section=DEFAULT
2017-02-10 04:49:38.795 | +functions:setup_colorized_logging:613     local project_var=tenant
2017-02-10 04:49:38.798 | +functions:setup_colorized_logging:614     local user_var=user
2017-02-10 04:49:38.801 | +functions:setup_colorized_logging:616     iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s%(color)s] %(instance)s%(color)s%(message)s'
2017-02-10 04:49:38.827 | +functions:setup_colorized_logging:617     iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2017-02-10 04:49:38.852 | +functions:setup_colorized_logging:618     iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d'
2017-02-10 04:49:38.877 | +functions:setup_colorized_logging:619     iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s'
2017-02-10 04:49:38.902 | +lib/glance:configure_glance:213           setup_colorized_logging /etc/glance/glance-registry.conf DEFAULT tenant user
2017-02-10 04:49:38.905 | +functions:setup_colorized_logging:611     local conf_file=/etc/glance/glance-registry.conf
2017-02-10 04:49:38.908 | +functions:setup_colorized_logging:612     local conf_section=DEFAULT
2017-02-10 04:49:38.911 | +functions:setup_colorized_logging:613     local project_var=tenant
2017-02-10 04:49:38.914 | +functions:setup_colorized_logging:614     local user_var=user
2017-02-10 04:49:38.916 | +functions:setup_colorized_logging:616     iniset /etc/glance/glance-registry.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s%(color)s] %(instance)s%(color)s%(message)s'
2017-02-10 04:49:38.942 | +functions:setup_colorized_logging:617     iniset /etc/glance/glance-registry.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2017-02-10 04:49:38.967 | +functions:setup_colorized_logging:618     iniset /etc/glance/glance-registry.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d'
2017-02-10 04:49:38.991 | +functions:setup_colorized_logging:619     iniset /etc/glance/glance-registry.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s'
2017-02-10 04:49:39.016 | +lib/glance:configure_glance:216           cp -p /opt/stack/glance/etc/glance-registry-paste.ini /etc/glance/glance-registry-paste.ini
2017-02-10 04:49:39.020 | +lib/glance:configure_glance:218           cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini
2017-02-10 04:49:39.024 | +lib/glance:configure_glance:220           cp /opt/stack/glance/etc/glance-cache.conf /etc/glance/glance-cache.conf
2017-02-10 04:49:39.028 | +lib/glance:configure_glance:221           iniset /etc/glance/glance-cache.conf DEFAULT debug True
2017-02-10 04:49:39.051 | +lib/glance:configure_glance:222           inicomment /etc/glance/glance-cache.conf DEFAULT log_file
2017-02-10 04:49:39.071 | +lib/glance:configure_glance:223           iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False
2017-02-10 04:49:39.095 | +lib/glance:configure_glance:224           iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/
2017-02-10 04:49:39.118 | +lib/glance:configure_glance:225           iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_url
2017-02-10 04:49:39.139 | +lib/glance:configure_glance:226           iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://172.30.250.59:35357/v2.0
2017-02-10 04:49:39.162 | +lib/glance:configure_glance:227           iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_tenant_name
2017-02-10 04:49:39.182 | +lib/glance:configure_glance:228           iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service
2017-02-10 04:49:39.205 | +lib/glance:configure_glance:229           iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_user
2017-02-10 04:49:39.225 | +lib/glance:configure_glance:230           iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance
2017-02-10 04:49:39.248 | +lib/glance:configure_glance:231           iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_password
2017-02-10 04:49:39.268 | +lib/glance:configure_glance:232           iniset /etc/glance/glance-cache.conf DEFAULT admin_password pass
2017-02-10 04:49:39.291 | +lib/glance:configure_glance:233           iniset /etc/glance/glance-cache.conf DEFAULT registry_host 172.30.250.59
2017-02-10 04:49:39.314 | +lib/glance:configure_glance:236           iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/
2017-02-10 04:49:39.338 | +lib/glance:configure_glance:238           cp -p /opt/stack/glance/etc/policy.json /etc/glance/policy.json
2017-02-10 04:49:39.342 | +lib/glance:configure_glance:239           cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json
2017-02-10 04:49:39.346 | +lib/glance:configure_glance:241           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-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-trust.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-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.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/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
2017-02-10 04:49:39.352 | +lib/glance:configure_glance:243           is_ssl_enabled_service cinder
2017-02-10 04:49:39.356 | +lib/tls:is_ssl_enabled_service:377        local services=cinder
2017-02-10 04:49:39.359 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:49:39.362 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:49:39.366 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:49:39.369 | +lib/glance:configure_glance:243           is_service_enabled tls-proxy
2017-02-10 04:49:39.389 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:39.393 | +lib/glance:configure_glance:252           is_service_enabled g-glare
2017-02-10 04:49:39.413 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:39.417 | +./stack.sh:main:824                       is_service_enabled cinder
2017-02-10 04:49:39.437 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:49:39.440 | +./stack.sh:main:826                       stack_install_service cinder
2017-02-10 04:49:39.443 | +lib/stack:stack_install_service:20        local service=cinder
2017-02-10 04:49:39.446 | +lib/stack:stack_install_service:21        type install_cinder
2017-02-10 04:49:39.449 | +lib/stack:stack_install_service:23        [[ False = True ]]
2017-02-10 04:49:39.453 | +lib/stack:stack_install_service:32        install_cinder
2017-02-10 04:49:39.456 | +lib/cinder:install_cinder:434             use_library_from_git os-brick
2017-02-10 04:49:39.459 | +inc/python:use_library_from_git:197       local name=os-brick
2017-02-10 04:49:39.462 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:49:39.465 | +inc/python:use_library_from_git:199       [[ ,, =~ ,os-brick, ]]
2017-02-10 04:49:39.468 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:49:39.471 | +lib/cinder:install_cinder:439             git_clone http://git.trystack.cn/openstack/cinder.git /opt/stack/cinder stable/mitaka
2017-02-10 04:49:39.475 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/cinder.git
2017-02-10 04:49:39.478 | +functions-common:git_clone:496            local git_dest=/opt/stack/cinder
2017-02-10 04:49:39.481 | +functions-common:git_clone:497            local git_ref=stable/mitaka
2017-02-10 04:49:39.484 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:49:39.488 | ++functions-common:git_clone:499            pwd
2017-02-10 04:49:39.491 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:49:39.494 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:49:39.499 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:49:39.520 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:49:39.523 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:49:39.526 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:49:39.530 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:49:39.531 | +functions-common:git_clone:516            echo stable/mitaka
2017-02-10 04:49:39.534 | +functions-common:git_clone:530            [[ ! -d /opt/stack/cinder ]]
2017-02-10 04:49:39.537 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:49:39.541 | +functions-common:git_clone:542            cd /opt/stack/cinder
2017-02-10 04:49:39.544 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/cinder.git
2017-02-10 04:49:39.548 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:49:39.551 | +functions-common:git_timed:591            local count=0
2017-02-10 04:49:39.554 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:49:39.558 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:49:39.561 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:49:39.564 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:49:39.567 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:49:39.570 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:49:39.573 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:49:39.577 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:49:39.581 | +functions-common:time_start:2338          START_TIME[$name]=1486702179
2017-02-10 04:49:39.584 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:49:39.708 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:49:39.711 | +functions-common:time_stop:2347           local name
2017-02-10 04:49:39.714 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:49:39.717 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:49:39.720 | +functions-common:time_stop:2350           local total
2017-02-10 04:49:39.723 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:49:39.726 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:49:39.729 | +functions-common:time_stop:2354           start_time=1486702179
2017-02-10 04:49:39.732 | +functions-common:time_stop:2356           [[ -z 1486702179 ]]
2017-02-10 04:49:39.736 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:49:39.740 | +functions-common:time_stop:2359           end_time=1486702179
2017-02-10 04:49:39.743 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:49:39.746 | +functions-common:time_stop:2361           total=6
2017-02-10 04:49:39.750 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:49:39.754 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=6
2017-02-10 04:49:39.757 | +functions-common:git_clone:549            find /opt/stack/cinder -name '*.pyc' -delete
2017-02-10 04:49:39.766 | ++functions-common:git_clone:552            git show-ref refs/tags/stable/mitaka
2017-02-10 04:49:39.770 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:49:39.774 | ++functions-common:git_clone:554            git show-ref refs/heads/stable/mitaka
2017-02-10 04:49:39.778 | +functions-common:git_clone:554            [[ -n 753a147768be3ea9813f45c6adc414df69f50dee refs/heads/stable/mitaka ]]
2017-02-10 04:49:39.781 | +functions-common:git_clone:555            git_update_branch stable/mitaka
2017-02-10 04:49:39.784 | +functions-common:git_update_branch:619    local git_branch=stable/mitaka
2017-02-10 04:49:39.787 | +functions-common:git_update_branch:621    git checkout -f origin/stable/mitaka
2017-02-10 04:49:39.948 | Note: checking out 'origin/stable/mitaka'.
2017-02-10 04:49:39.948 |
2017-02-10 04:49:39.948 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:49:39.948 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:49:39.949 | state without impacting any branches by performing another checkout.
2017-02-10 04:49:39.949 |
2017-02-10 04:49:39.949 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:49:39.949 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:49:39.949 |
2017-02-10 04:49:39.949 |   git checkout -b new_branch_name
2017-02-10 04:49:39.949 |
2017-02-10 04:49:39.949 | HEAD is now at 753a147... Fix unit tests for LVM migration with os-brick 1.7.0
2017-02-10 04:49:39.953 | +functions-common:git_update_branch:623    git branch -D stable/mitaka
2017-02-10 04:49:39.954 | Deleted branch stable/mitaka (was 753a147).
2017-02-10 04:49:39.958 | +functions-common:git_update_branch:624    git checkout -b stable/mitaka
2017-02-10 04:49:40.033 | Switched to a new branch 'stable/mitaka'
2017-02-10 04:49:40.036 | +functions-common:git_clone:566            cd /opt/stack/cinder
2017-02-10 04:49:40.040 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:49:40.045 | +functions-common:git_clone:567            head -1
2017-02-10 04:49:40.045 | 753a147 Fix unit tests for LVM migration with os-brick 1.7.0
2017-02-10 04:49:40.048 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:49:40.051 | +lib/cinder:install_cinder:440             setup_develop /opt/stack/cinder
2017-02-10 04:49:40.054 | +inc/python:setup_develop:271              local project_dir=/opt/stack/cinder
2017-02-10 04:49:40.057 | +inc/python:setup_develop:272              local extras=
2017-02-10 04:49:40.060 | +inc/python:setup_develop:273              _setup_package_with_constraints_edit /opt/stack/cinder -e
2017-02-10 04:49:40.063 | +inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/cinder
2017-02-10 04:49:40.066 | +inc/python:_setup_package_with_constraints_edit:304  local flags=-e
2017-02-10 04:49:40.069 | +inc/python:_setup_package_with_constraints_edit:305  local extras=
2017-02-10 04:49:40.072 | +inc/python:_setup_package_with_constraints_edit:307  '[' -n /opt/stack/requirements ']'
2017-02-10 04:49:40.075 | +inc/python:_setup_package_with_constraints_edit:309  local name
2017-02-10 04:49:40.079 | ++inc/python:_setup_package_with_constraints_edit:310  awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg
2017-02-10 04:49:40.082 | +inc/python:_setup_package_with_constraints_edit:310  name=cinder
2017-02-10 04:49:40.085 | +inc/python:_setup_package_with_constraints_edit:312  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder'
2017-02-10 04:49:40.365 | +inc/python:_setup_package_with_constraints_edit:316  setup_package /opt/stack/cinder -e
2017-02-10 04:49:40.368 | +inc/python:setup_package:332              local project_dir=/opt/stack/cinder
2017-02-10 04:49:40.371 | +inc/python:setup_package:333              local flags=-e
2017-02-10 04:49:40.374 | +inc/python:setup_package:334              local extras=
2017-02-10 04:49:40.377 | +inc/python:setup_package:338              [[ -n -e ]]
2017-02-10 04:49:40.379 | +inc/python:setup_package:338              [[ -z '' ]]
2017-02-10 04:49:40.382 | +inc/python:setup_package:338              [[ ! -e =~ ^-.* ]]
2017-02-10 04:49:40.385 | +inc/python:setup_package:343              [[ ! -z '' ]]
2017-02-10 04:49:40.388 | +inc/python:setup_package:347              pip_install -e /opt/stack/cinder
2017-02-10 04:49:40.978 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder
2017-02-10 04:49:41.729 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:49:41.972 | Obtaining file:///opt/stack/cinder
2017-02-10 04:49:43.384 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2017-02-10 04:49:44.763 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:49:44.766 | Requirement already satisfied: Paste===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13))
2017-02-10 04:49:44.770 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14))
2017-02-10 04:49:44.772 | Requirement already satisfied: Routes===2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23))
2017-02-10 04:49:44.777 | Requirement already satisfied: SQLAlchemy===1.0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24))
2017-02-10 04:49:44.779 | Requirement already satisfied: WebOb===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30))
2017-02-10 04:49:44.784 | Requirement already satisfied: decorator===4.0.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101))
2017-02-10 04:49:44.786 | Requirement already satisfied: enum34===1.1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123))
2017-02-10 04:49:44.789 | Requirement already satisfied: eventlet===0.18.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
2017-02-10 04:49:44.792 | Requirement already satisfied: google-api-python-client===1.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143))
2017-02-10 04:49:44.797 | Requirement already satisfied: greenlet===0.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145))
2017-02-10 04:49:44.799 | Requirement already satisfied: httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 149))
2017-02-10 04:49:44.800 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155))
2017-02-10 04:49:44.802 | Requirement already satisfied: keystonemiddleware===4.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169))
2017-02-10 04:49:44.815 | Requirement already satisfied: lxml===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178))
2017-02-10 04:49:44.821 | Requirement already satisfied: oauth2client===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197))
2017-02-10 04:49:44.826 | Requirement already satisfied: os-brick===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205))
2017-02-10 04:49:44.838 | Requirement already satisfied: os-win===0.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212))
2017-02-10 04:49:44.849 | Requirement already satisfied: oslo.concurrency===3.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214))
2017-02-10 04:49:44.862 | Requirement already satisfied: oslo.config===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215))
2017-02-10 04:49:44.867 | Requirement already satisfied: oslo.context===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216))
2017-02-10 04:49:44.870 | Requirement already satisfied: oslo.db===4.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217))
2017-02-10 04:49:44.902 | Requirement already satisfied: oslo.i18n===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218))
2017-02-10 04:49:44.906 | Requirement already satisfied: oslo.log===3.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219))
2017-02-10 04:49:44.921 | Requirement already satisfied: oslo.messaging===4.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220))
2017-02-10 04:49:44.944 | Requirement already satisfied: oslo.middleware===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221))
2017-02-10 04:49:44.954 | Requirement already satisfied: oslo.policy===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222))
2017-02-10 04:49:44.961 | Requirement already satisfied: oslo.reports===1.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224))
2017-02-10 04:49:44.969 | Requirement already satisfied: oslo.rootwrap===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225))
2017-02-10 04:49:44.972 | Requirement already satisfied: oslo.serialization===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226))
2017-02-10 04:49:44.978 | Requirement already satisfied: oslo.service===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227))
2017-02-10 04:49:44.994 | Requirement already satisfied: oslo.utils===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228))
2017-02-10 04:49:45.006 | Requirement already satisfied: oslo.versionedobjects===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229))
2017-02-10 04:49:45.020 | Requirement already satisfied: oslo.vmware===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230))
2017-02-10 04:49:45.032 | Requirement already satisfied: osprofiler===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233))
2017-02-10 04:49:45.038 | Requirement already satisfied: paramiko===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238))
2017-02-10 04:49:45.041 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241))
2017-02-10 04:49:45.043 | Requirement already satisfied: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244))
2017-02-10 04:49:45.047 | Requirement already satisfied: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245))
2017-02-10 04:49:45.053 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248))
2017-02-10 04:49:45.055 | Requirement already satisfied: psutil===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252))
2017-02-10 04:49:45.057 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257))
2017-02-10 04:49:45.059 | Requirement already satisfied: pyasn1-modules===0.0.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258))
2017-02-10 04:49:45.061 | Requirement already satisfied: pycadf===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259))
2017-02-10 04:49:45.066 | Requirement already satisfied: pycrypto===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261))
2017-02-10 04:49:45.068 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263))
2017-02-10 04:49:45.069 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269))
2017-02-10 04:49:45.071 | Requirement already satisfied: python-barbicanclient===4.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279))
2017-02-10 04:49:45.080 | Requirement already satisfied: python-dateutil===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284))
2017-02-10 04:49:45.083 | Requirement already satisfied: python-glanceclient===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287))
2017-02-10 04:49:45.094 | Requirement already satisfied: python-keystoneclient===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291))
2017-02-10 04:49:45.106 | Requirement already satisfied: python-novaclient===3.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300))
2017-02-10 04:49:45.118 | Requirement already satisfied: python-swiftclient===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309))
2017-02-10 04:49:45.122 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312))
2017-02-10 04:49:45.125 | Requirement already satisfied: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318))
2017-02-10 04:49:45.129 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320))
2017-02-10 04:49:45.136 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326))
2017-02-10 04:49:45.139 | Requirement already satisfied: rsa===3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329))
2017-02-10 04:49:45.141 | Requirement already satisfied: rtslib-fb===2.1.58 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330))
2017-02-10 04:49:45.142 | Requirement already satisfied: simplejson===3.8.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338))
2017-02-10 04:49:45.144 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340))
2017-02-10 04:49:45.145 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347))
2017-02-10 04:49:45.152 | Requirement already satisfied: sqlparse===0.1.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348))
2017-02-10 04:49:45.153 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349))
2017-02-10 04:49:45.156 | Requirement already satisfied: suds-jurko===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350))
2017-02-10 04:49:45.158 | Requirement already satisfied: taskflow===1.30.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354))
2017-02-10 04:49:45.179 | Requirement already satisfied: tooz===1.34.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364))
2017-02-10 04:49:45.198 | Requirement already satisfied: uritemplate===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374))
2017-02-10 04:49:45.201 | Requirement already satisfied: urllib3===1.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375))
2017-02-10 04:49:45.209 | Requirement already satisfied: voluptuous===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377))
2017-02-10 04:49:45.213 | Requirement already satisfied: warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379))
2017-02-10 04:49:45.222 | Requirement already satisfied: zake===0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392))
2017-02-10 04:49:45.225 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168))
2017-02-10 04:49:45.238 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128))
2017-02-10 04:49:45.241 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185))
2017-02-10 04:49:45.243 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100))
2017-02-10 04:49:45.250 | Requirement already satisfied: alembic===0.8.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 63))
2017-02-10 04:49:45.254 | Requirement already satisfied: kombu===3.0.34 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171))
2017-02-10 04:49:45.260 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:49:45.262 | Requirement already satisfied: futurist===0.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137))
2017-02-10 04:49:45.269 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136))
2017-02-10 04:49:45.271 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 64))
2017-02-10 04:49:45.272 | Requirement already satisfied: cachetools===1.1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 82))
2017-02-10 04:49:45.274 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8))
2017-02-10 04:49:45.277 | Requirement already satisfied: msgpack-python===0.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184))
2017-02-10 04:49:45.279 | Requirement already satisfied: monotonic===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181))
2017-02-10 04:49:45.281 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134))
2017-02-10 04:49:45.282 | Requirement already satisfied: netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186))
2017-02-10 04:49:45.284 | Requirement already satisfied: ecdsa===0.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121))
2017-02-10 04:49:45.286 | Requirement already satisfied: cliff===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90))
2017-02-10 04:49:45.294 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250))
2017-02-10 04:49:45.295 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27))
2017-02-10 04:49:45.296 | Requirement already satisfied: automaton===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 72))
2017-02-10 04:49:45.301 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163))
2017-02-10 04:49:45.309 | Requirement already satisfied: contextlib2===0.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94))
2017-02-10 04:49:45.310 | Requirement already satisfied: networkx===1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188))
2017-02-10 04:49:45.313 | Requirement already satisfied: setuptools>=0.6b1 in /usr/local/lib/python2.7/dist-packages (from voluptuous===0.8.8->-c /opt/stack/requirements/upper-constraints.txt (line 377))
2017-02-10 04:49:45.319 | Requirement already satisfied: jsonpatch===1.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158))
2017-02-10 04:49:45.322 | Requirement already satisfied: kazoo===2.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165))
2017-02-10 04:49:45.331 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385))
2017-02-10 04:49:45.332 | Requirement already satisfied: python-editor===0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286))
2017-02-10 04:49:45.334 | Requirement already satisfied: Mako===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9))
2017-02-10 04:49:45.336 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65))
2017-02-10 04:49:45.337 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
2017-02-10 04:49:45.339 | Requirement already satisfied: cmd2===0.6.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92))
2017-02-10 04:49:45.341 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372))
2017-02-10 04:49:45.343 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))
2017-02-10 04:49:45.344 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
2017-02-10 04:49:45.346 | Requirement already satisfied: packaging===16.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236))
2017-02-10 04:49:45.349 | Requirement already satisfied: jsonpointer===1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161))
2017-02-10 04:49:45.350 | Installing collected packages: cinder
2017-02-10 04:49:45.350 |   Found existing installation: cinder 8.1.2.dev16
2017-02-10 04:49:45.352 |     Can't uninstall 'cinder'. No files were found to uninstall.
2017-02-10 04:49:45.353 |   Running setup.py develop for cinder
2017-02-10 04:49:47.677 | Successfully installed cinder
2017-02-10 04:49:47.783 | +inc/python:pip_install:162                result=0
2017-02-10 04:49:47.786 | +inc/python:pip_install:165                local test_req=/opt/stack/cinder/test-requirements.txt
2017-02-10 04:49:47.789 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:49:47.792 | +inc/python:pip_install:166                [[ -e /opt/stack/cinder/test-requirements.txt ]]
2017-02-10 04:49:47.795 | +inc/python:pip_install:167                echo 'Installing test-requirements for /opt/stack/cinder/test-requirements.txt'
2017-02-10 04:49:47.795 | Installing test-requirements for /opt/stack/cinder/test-requirements.txt
2017-02-10 04:49:47.798 | +inc/python:pip_install:169                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/cinder/test-requirements.txt
2017-02-10 04:49:48.551 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:49:48.816 | Requirement already satisfied: PyMySQL===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20))
2017-02-10 04:49:48.818 | Requirement already satisfied: Sphinx===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26))
2017-02-10 04:49:48.822 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65))
2017-02-10 04:49:48.823 | Requirement already satisfied: bandit===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 75))
2017-02-10 04:49:48.829 | Requirement already satisfied: coverage===4.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95))
2017-02-10 04:49:48.831 | Requirement already satisfied: ddt===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99))
2017-02-10 04:49:48.832 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118))
2017-02-10 04:49:48.834 | Requirement already satisfied: fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130))
2017-02-10 04:49:48.841 | Requirement already satisfied: mock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180))
2017-02-10 04:49:48.856 | Requirement already satisfied: mox3===0.14.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183))
2017-02-10 04:49:48.859 | Requirement already satisfied: os-testr===0.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211))
2017-02-10 04:49:48.865 | Requirement already satisfied: oslosphinx===4.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231))
2017-02-10 04:49:48.869 | Requirement already satisfied: oslotest===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232))
2017-02-10 04:49:48.879 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241))
2017-02-10 04:49:48.880 | Requirement already satisfied: psycopg2===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253))
2017-02-10 04:49:48.882 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308))
2017-02-10 04:49:48.890 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320))
2017-02-10 04:49:48.897 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340))
2017-02-10 04:49:48.899 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349))
2017-02-10 04:49:48.902 | Requirement already satisfied: tempest-lib===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355))
2017-02-10 04:49:48.912 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357))
2017-02-10 04:49:48.919 | Requirement already satisfied: testresources===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358))
2017-02-10 04:49:48.921 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359))
2017-02-10 04:49:48.925 | Requirement already satisfied: testtools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360))
2017-02-10 04:49:48.933 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 367))
2017-02-10 04:49:48.935 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373))
2017-02-10 04:49:48.940 | Requirement already satisfied: hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/cinder/test-requirements.txt (line 6))
2017-02-10 04:49:48.947 | Requirement already satisfied: reno>=0.1.1 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/cinder/test-requirements.txt (line 27))
2017-02-10 04:49:48.955 | Requirement already satisfied: Pygments===2.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22))
2017-02-10 04:49:48.956 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8))
2017-02-10 04:49:48.960 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:49:48.961 | Requirement already satisfied: GitPython===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7))
2017-02-10 04:49:48.963 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134))
2017-02-10 04:49:48.965 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:49:48.968 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100))
2017-02-10 04:49:48.975 | Requirement already satisfied: os-client-config===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206))
2017-02-10 04:49:48.981 | Requirement already satisfied: extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125))
2017-02-10 04:49:48.983 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155))
2017-02-10 04:49:48.985 | Requirement already satisfied: paramiko===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238))
2017-02-10 04:49:48.988 | Requirement already satisfied: httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 149))
2017-02-10 04:49:48.990 | Requirement already satisfied: oslo.log===3.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219))
2017-02-10 04:49:49.004 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163))
2017-02-10 04:49:49.012 | Requirement already satisfied: python-mimeparse===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296))
2017-02-10 04:49:49.013 | Requirement already satisfied: pyrsistent===0.11.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 272))
2017-02-10 04:49:49.017 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175))
2017-02-10 04:49:49.018 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 373))
2017-02-10 04:49:49.020 | Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/cinder/test-requirements.txt (line 6))
2017-02-10 04:49:49.023 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/cinder/test-requirements.txt (line 6))
2017-02-10 04:49:49.024 | Requirement already satisfied: flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/cinder/test-requirements.txt (line 6))
2017-02-10 04:49:49.029 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/cinder/test-requirements.txt (line 6))
2017-02-10 04:49:49.031 | Requirement already satisfied: dulwich>=0.15.0 in /usr/local/lib/python2.7/dist-packages (from reno>=0.1.1->-r /opt/stack/cinder/test-requirements.txt (line 27))
2017-02-10 04:49:49.032 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
2017-02-10 04:49:49.034 | Requirement already satisfied: gitdb===0.6.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139))
2017-02-10 04:49:49.036 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312))
2017-02-10 04:49:49.039 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385))
2017-02-10 04:49:49.041 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324))
2017-02-10 04:49:49.043 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168))
2017-02-10 04:49:49.056 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
2017-02-10 04:49:49.058 | Requirement already satisfied: pycrypto===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261))
2017-02-10 04:49:49.060 | Requirement already satisfied: ecdsa===0.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121))
2017-02-10 04:49:49.061 | Requirement already satisfied: oslo.utils===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228))
2017-02-10 04:49:49.073 | Requirement already satisfied: oslo.serialization===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226))
2017-02-10 04:49:49.080 | Requirement already satisfied: python-dateutil===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284))
2017-02-10 04:49:49.082 | Requirement already satisfied: oslo.i18n===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218))
2017-02-10 04:49:49.086 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263))
2017-02-10 04:49:49.088 | Requirement already satisfied: oslo.context===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216))
2017-02-10 04:49:49.091 | Requirement already satisfied: oslo.config===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215))
2017-02-10 04:49:49.096 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))
2017-02-10 04:49:49.097 | Requirement already satisfied: smmap===0.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341))
2017-02-10 04:49:49.098 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248))
2017-02-10 04:49:49.101 | Requirement already satisfied: monotonic===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181))
2017-02-10 04:49:49.103 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185))
2017-02-10 04:49:49.105 | Requirement already satisfied: netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186))
2017-02-10 04:49:49.107 | Requirement already satisfied: msgpack-python===0.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184))
2017-02-10 04:49:49.209 | +inc/python:pip_install:175                result=0
2017-02-10 04:49:49.212 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:49:49.216 | +functions-common:time_stop:2347           local name
2017-02-10 04:49:49.219 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:49:49.222 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:49:49.225 | +functions-common:time_stop:2350           local total
2017-02-10 04:49:49.228 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:49:49.231 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:49:49.234 | +functions-common:time_stop:2354           start_time=1486702180
2017-02-10 04:49:49.237 | +functions-common:time_stop:2356           [[ -z 1486702180 ]]
2017-02-10 04:49:49.241 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:49:49.245 | +functions-common:time_stop:2359           end_time=1486702189
2017-02-10 04:49:49.248 | +functions-common:time_stop:2360           elapsed_time=9
2017-02-10 04:49:49.251 | +functions-common:time_stop:2361           total=49
2017-02-10 04:49:49.254 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:49:49.257 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=58
2017-02-10 04:49:49.260 | +inc/python:pip_install:179                return 0
2017-02-10 04:49:49.263 | +inc/python:setup_package:349              [[ -e == \-\e ]]
2017-02-10 04:49:49.266 | +inc/python:setup_package:350              safe_chown -R stack /opt/stack/cinder/cinder.egg-info
2017-02-10 04:49:49.269 | +functions-common:safe_chown:2260          _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info
2017-02-10 04:49:49.289 | +functions-common:_safe_permission_operation:2152  sudo chown -R stack /opt/stack/cinder/cinder.egg-info
2017-02-10 04:49:49.296 | +lib/cinder:install_cinder:441             '[' tgtadm = tgtadm ']'
2017-02-10 04:49:49.299 | +lib/cinder:install_cinder:442             is_fedora
2017-02-10 04:49:49.302 | +functions-common:is_fedora:438            [[ -z Ubuntu ]]
2017-02-10 04:49:49.305 | +functions-common:is_fedora:442            '[' Ubuntu = Fedora ']'
2017-02-10 04:49:49.308 | +functions-common:is_fedora:442            '[' Ubuntu = 'Red Hat' ']'
2017-02-10 04:49:49.311 | +functions-common:is_fedora:443            '[' Ubuntu = RedHatEnterpriseServer ']'
2017-02-10 04:49:49.314 | +functions-common:is_fedora:444            '[' Ubuntu = CentOS ']'
2017-02-10 04:49:49.317 | +functions-common:is_fedora:444            '[' Ubuntu = OracleLinux ']'
2017-02-10 04:49:49.320 | +functions-common:is_fedora:445            '[' Ubuntu = Virtuozzo ']'
2017-02-10 04:49:49.323 | +functions-common:is_fedora:445            '[' Ubuntu = kvmibm ']'
2017-02-10 04:49:49.326 | +lib/cinder:install_cinder:445             install_package tgt
2017-02-10 04:49:49.329 | +functions-common:install_package:1276     update_package_repo
2017-02-10 04:49:49.332 | +functions-common:update_package_repo:1248  NO_UPDATE_REPOS=False
2017-02-10 04:49:49.335 | +functions-common:update_package_repo:1249  REPOS_UPDATED=True
2017-02-10 04:49:49.338 | +functions-common:update_package_repo:1250  RETRY_UPDATE=False
2017-02-10 04:49:49.341 | +functions-common:update_package_repo:1252  [[ False = \T\r\u\e ]]
2017-02-10 04:49:49.344 | +functions-common:update_package_repo:1256  is_ubuntu
2017-02-10 04:49:49.347 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:49:49.350 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:49:49.353 | +functions-common:update_package_repo:1257  apt_get_update
2017-02-10 04:49:49.356 | +functions-common:apt_get_update:1050      [[ True == \T\r\u\e ]]
2017-02-10 04:49:49.359 | +functions-common:apt_get_update:1050      [[ False != \T\r\u\e ]]
2017-02-10 04:49:49.362 | +functions-common:apt_get_update:1051      return
2017-02-10 04:49:49.365 | +functions-common:install_package:1277     real_install_package tgt
2017-02-10 04:49:49.368 | +functions-common:real_install_package:1262  is_ubuntu
2017-02-10 04:49:49.371 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:49:49.374 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:49:49.377 | +functions-common:real_install_package:1263  apt_get install tgt
2017-02-10 04:49:49.397 | +functions-common:apt_get:1091             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install tgt
2017-02-10 04:49:49.406 | Reading package lists...
2017-02-10 04:49:49.620 | Building dependency tree...
2017-02-10 04:49:49.621 | Reading state information...
2017-02-10 04:49:49.733 | tgt is already the newest version.
2017-02-10 04:49:49.733 | The following packages were automatically installed and are no longer required:
2017-02-10 04:49:49.733 |   python-chardet-whl python-colorama python-colorama-whl python-distlib
2017-02-10 04:49:49.733 |   python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl
2017-02-10 04:49:49.733 |   python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
2017-02-10 04:49:49.733 |   python-wheel python3-pkg-resources
2017-02-10 04:49:49.733 | Use 'apt-get autoremove' to remove them.
2017-02-10 04:49:49.755 | 0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
2017-02-10 04:49:49.760 | +functions-common:apt_get:1095             result=0
2017-02-10 04:49:49.763 | +functions-common:apt_get:1098             time_stop apt-get
2017-02-10 04:49:49.766 | +functions-common:time_stop:2347           local name
2017-02-10 04:49:49.769 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:49:49.772 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:49:49.775 | +functions-common:time_stop:2350           local total
2017-02-10 04:49:49.778 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:49:49.781 | +functions-common:time_stop:2353           name=apt-get
2017-02-10 04:49:49.784 | +functions-common:time_stop:2354           start_time=1486702189
2017-02-10 04:49:49.787 | +functions-common:time_stop:2356           [[ -z 1486702189 ]]
2017-02-10 04:49:49.791 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:49:49.794 | +functions-common:time_stop:2359           end_time=1486702189
2017-02-10 04:49:49.797 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:49:49.800 | +functions-common:time_stop:2361           total=0
2017-02-10 04:49:49.803 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:49:49.806 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=0
2017-02-10 04:49:49.809 | +functions-common:apt_get:1099             return 0
2017-02-10 04:49:49.812 | +lib/cinder:install_cinder:449             '[' False == True ']'
2017-02-10 04:49:49.815 | +lib/stack:stack_install_service:33        [[ False = True ]]
2017-02-10 04:49:49.818 | +./stack.sh:main:827                       configure_cinder
2017-02-10 04:49:49.821 | +lib/cinder:configure_cinder:236           sudo install -d -o stack -m 755 /etc/cinder
2017-02-10 04:49:49.829 | +lib/cinder:configure_cinder:238           cp -p /opt/stack/cinder/etc/cinder/policy.json /etc/cinder
2017-02-10 04:49:49.833 | +lib/cinder:configure_cinder:240           rm -f /etc/cinder/cinder.conf
2017-02-10 04:49:49.836 | +lib/cinder:configure_cinder:242           configure_rootwrap cinder
2017-02-10 04:49:49.840 | +inc/rootwrap:configure_rootwrap:43        local project=cinder
2017-02-10 04:49:49.843 | +inc/rootwrap:configure_rootwrap:44        local project_uc
2017-02-10 04:49:49.848 | ++inc/rootwrap:configure_rootwrap:45        tr a-z A-Z
2017-02-10 04:49:49.849 | ++inc/rootwrap:configure_rootwrap:45        echo cinder
2017-02-10 04:49:49.852 | +inc/rootwrap:configure_rootwrap:45        project_uc=CINDER
2017-02-10 04:49:49.855 | +inc/rootwrap:configure_rootwrap:46        local bin_dir=CINDER_BIN_DIR
2017-02-10 04:49:49.858 | +inc/rootwrap:configure_rootwrap:47        bin_dir=/usr/local/bin
2017-02-10 04:49:49.862 | +inc/rootwrap:configure_rootwrap:48        local project_dir=CINDER_DIR
2017-02-10 04:49:49.865 | +inc/rootwrap:configure_rootwrap:49        project_dir=/opt/stack/cinder
2017-02-10 04:49:49.868 | +inc/rootwrap:configure_rootwrap:51        local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder
2017-02-10 04:49:49.871 | +inc/rootwrap:configure_rootwrap:52        local rootwrap_bin=/usr/local/bin/cinder-rootwrap
2017-02-10 04:49:49.874 | +inc/rootwrap:configure_rootwrap:55        sudo rm -rf /etc/cinder/rootwrap.d
2017-02-10 04:49:49.880 | +inc/rootwrap:configure_rootwrap:56        sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d
2017-02-10 04:49:49.888 | +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
2017-02-10 04:49:49.895 | +inc/rootwrap:configure_rootwrap:60        sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf
2017-02-10 04:49:49.902 | +inc/rootwrap:configure_rootwrap:61        sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf
2017-02-10 04:49:49.909 | +inc/rootwrap:configure_rootwrap:64        local tempfile
2017-02-10 04:49:49.913 | ++inc/rootwrap:configure_rootwrap:65        mktemp
2017-02-10 04:49:49.916 | +inc/rootwrap:configure_rootwrap:65        tempfile=/tmp/tmp.1pUq1cxXMp
2017-02-10 04:49:49.919 | +inc/rootwrap:configure_rootwrap:67        rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *'
2017-02-10 04:49:49.922 | +inc/rootwrap:configure_rootwrap:68        echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *'
2017-02-10 04:49:49.925 | +inc/rootwrap:configure_rootwrap:69        '[' -f /usr/local/bin/cinder-rootwrap-daemon ']'
2017-02-10 04:49:49.928 | +inc/rootwrap:configure_rootwrap:74        chmod 0440 /tmp/tmp.1pUq1cxXMp
2017-02-10 04:49:49.932 | +inc/rootwrap:configure_rootwrap:75        sudo chown root:root /tmp/tmp.1pUq1cxXMp
2017-02-10 04:49:49.939 | +inc/rootwrap:configure_rootwrap:76        sudo mv /tmp/tmp.1pUq1cxXMp /etc/sudoers.d/cinder-rootwrap
2017-02-10 04:49:49.947 | ++inc/rootwrap:configure_rootwrap:80        dirname /usr/local/bin/cinder-rootwrap
2017-02-10 04:49:49.950 | +inc/rootwrap:configure_rootwrap:80        add_sudo_secure_path /usr/local/bin
2017-02-10 04:49:49.953 | +inc/rootwrap:add_sudo_secure_path:21      local dir=/usr/local/bin
2017-02-10 04:49:49.956 | +inc/rootwrap:add_sudo_secure_path:22      local line
2017-02-10 04:49:49.959 | +inc/rootwrap:add_sudo_secure_path:25      [[ -r /etc/sudoers.d/zz-secure-path ]]
2017-02-10 04:49:49.962 | +inc/rootwrap:add_sudo_secure_path:28      line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin'
2017-02-10 04:49:49.965 | +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 ]]
2017-02-10 04:49:49.969 | +lib/cinder:configure_cinder:244           cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini
2017-02-10 04:49:49.972 | +lib/cinder:configure_cinder:246           inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host
2017-02-10 04:49:49.992 | +lib/cinder:configure_cinder:247           inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port
2017-02-10 04:49:50.012 | +lib/cinder:configure_cinder:248           inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol
2017-02-10 04:49:50.033 | +lib/cinder:configure_cinder:249           inicomment /etc/cinder/api-paste.ini filter:authtoken cafile
2017-02-10 04:49:50.051 | +lib/cinder:configure_cinder:250           inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name
2017-02-10 04:49:50.071 | +lib/cinder:configure_cinder:251           inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user
2017-02-10 04:49:50.091 | +lib/cinder:configure_cinder:252           inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password
2017-02-10 04:49:50.110 | +lib/cinder:configure_cinder:253           inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir
2017-02-10 04:49:50.129 | +lib/cinder:configure_cinder:255           configure_auth_token_middleware /etc/cinder/cinder.conf cinder /var/cache/cinder
2017-02-10 04:49:50.132 | +lib/keystone:configure_auth_token_middleware:467  local conf_file=/etc/cinder/cinder.conf
2017-02-10 04:49:50.135 | +lib/keystone:configure_auth_token_middleware:468  local admin_user=cinder
2017-02-10 04:49:50.138 | +lib/keystone:configure_auth_token_middleware:469  local signing_dir=/var/cache/cinder
2017-02-10 04:49:50.141 | +lib/keystone:configure_auth_token_middleware:470  local section=keystone_authtoken
2017-02-10 04:49:50.144 | +lib/keystone:configure_auth_token_middleware:472  iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password
2017-02-10 04:49:50.169 | +lib/keystone:configure_auth_token_middleware:473  iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://172.30.250.59:35357
2017-02-10 04:49:50.191 | +lib/keystone:configure_auth_token_middleware:474  iniset /etc/cinder/cinder.conf keystone_authtoken username cinder
2017-02-10 04:49:50.215 | +lib/keystone:configure_auth_token_middleware:475  iniset /etc/cinder/cinder.conf keystone_authtoken password pass
2017-02-10 04:49:50.238 | +lib/keystone:configure_auth_token_middleware:476  iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_id default
2017-02-10 04:49:50.262 | +lib/keystone:configure_auth_token_middleware:477  iniset /etc/cinder/cinder.conf keystone_authtoken project_name service
2017-02-10 04:49:50.285 | +lib/keystone:configure_auth_token_middleware:478  iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_id default
2017-02-10 04:49:50.308 | +lib/keystone:configure_auth_token_middleware:480  iniset /etc/cinder/cinder.conf keystone_authtoken auth_uri http://172.30.250.59:5000
2017-02-10 04:49:50.331 | +lib/keystone:configure_auth_token_middleware:481  iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2017-02-10 04:49:50.354 | +lib/keystone:configure_auth_token_middleware:482  iniset /etc/cinder/cinder.conf keystone_authtoken signing_dir /var/cache/cinder
2017-02-10 04:49:50.377 | +lib/keystone:configure_auth_token_middleware:483  iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers 172.30.250.59:11211
2017-02-10 04:49:50.399 | +lib/cinder:configure_cinder:257           iniset /etc/cinder/cinder.conf DEFAULT nova_catalog_info compute:nova:publicURL
2017-02-10 04:49:50.422 | +lib/cinder:configure_cinder:258           iniset /etc/cinder/cinder.conf DEFAULT nova_catalog_admin_info compute:nova:adminURL
2017-02-10 04:49:50.446 | +lib/cinder:configure_cinder:260           iniset /etc/cinder/cinder.conf DEFAULT auth_strategy keystone
2017-02-10 04:49:50.469 | +lib/cinder:configure_cinder:261           iniset /etc/cinder/cinder.conf DEFAULT debug True
2017-02-10 04:49:50.493 | +lib/cinder:configure_cinder:263           iniset /etc/cinder/cinder.conf DEFAULT iscsi_helper tgtadm
2017-02-10 04:49:50.517 | ++lib/cinder:configure_cinder:264           database_connection_url cinder
2017-02-10 04:49:50.520 | ++lib/database:database_connection_url:134  local db=cinder
2017-02-10 04:49:50.524 | ++lib/database:database_connection_url:135  database_connection_url_mysql cinder
2017-02-10 04:49:50.528 | ++lib/databases/mysql:database_connection_url_mysql:176  local db=cinder
2017-02-10 04:49:50.532 | ++lib/databases/mysql:database_connection_url_mysql:177  echo 'mysql+pymysql://root:pass@127.0.0.1/cinder?charset=utf8'
2017-02-10 04:49:50.534 | +lib/cinder:configure_cinder:264           iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:pass@127.0.0.1/cinder?charset=utf8'
2017-02-10 04:49:50.558 | +lib/cinder:configure_cinder:265           iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini
2017-02-10 04:49:50.582 | +lib/cinder:configure_cinder:266           iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf
2017-02-10 04:49:50.604 | +lib/cinder:configure_cinder:267           iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions
2017-02-10 04:49:50.627 | +lib/cinder:configure_cinder:268           iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0
2017-02-10 04:49:50.651 | +lib/cinder:configure_cinder:269           iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder
2017-02-10 04:49:50.674 | +lib/cinder:configure_cinder:270           iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder
2017-02-10 04:49:50.697 | +lib/cinder:configure_cinder:271           iniset /etc/cinder/cinder.conf DEFAULT periodic_interval 60
2017-02-10 04:49:50.721 | +lib/cinder:configure_cinder:273           iniset /etc/cinder/cinder.conf DEFAULT os_region_name RegionOne
2017-02-10 04:49:50.743 | +lib/cinder:configure_cinder:275           is_service_enabled c-vol
2017-02-10 04:49:50.764 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:49:50.767 | +lib/cinder:configure_cinder:275           [[ -n lvm:lvmdriver-1 ]]
2017-02-10 04:49:50.770 | +lib/cinder:configure_cinder:276           local enabled_backends=
2017-02-10 04:49:50.773 | +lib/cinder:configure_cinder:277           local default_name=
2017-02-10 04:49:50.776 | +lib/cinder:configure_cinder:278           local be be_name be_type
2017-02-10 04:49:50.779 | +lib/cinder:configure_cinder:279           for be in '${CINDER_ENABLED_BACKENDS//,/ }'
2017-02-10 04:49:50.782 | +lib/cinder:configure_cinder:280           be_type=lvm
2017-02-10 04:49:50.785 | +lib/cinder:configure_cinder:281           be_name=lvmdriver-1
2017-02-10 04:49:50.788 | +lib/cinder:configure_cinder:282           type configure_cinder_backend_lvm
2017-02-10 04:49:50.791 | +lib/cinder:configure_cinder:283           configure_cinder_backend_lvm lvmdriver-1
2017-02-10 04:49:50.795 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:48  local be_name=lvmdriver-1
2017-02-10 04:49:50.798 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:50  iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1
2017-02-10 04:49:50.821 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:51  iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver
2017-02-10 04:49:50.845 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:52  iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1
2017-02-10 04:49:50.867 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:53  iniset /etc/cinder/cinder.conf lvmdriver-1 iscsi_helper tgtadm
2017-02-10 04:49:50.891 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:54  iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type default
2017-02-10 04:49:50.913 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:56  [[ '' == \F\a\l\s\e ]]
2017-02-10 04:49:50.916 | +lib/cinder:configure_cinder:285           [[ -z '' ]]
2017-02-10 04:49:50.919 | +lib/cinder:configure_cinder:286           default_name=lvmdriver-1
2017-02-10 04:49:50.922 | +lib/cinder:configure_cinder:288           enabled_backends+=lvmdriver-1,
2017-02-10 04:49:50.925 | +lib/cinder:configure_cinder:290           iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1
2017-02-10 04:49:50.949 | +lib/cinder:configure_cinder:291           [[ -n lvmdriver-1 ]]
2017-02-10 04:49:50.952 | +lib/cinder:configure_cinder:292           iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1
2017-02-10 04:49:50.975 | +lib/cinder:configure_cinder:296           is_service_enabled swift
2017-02-10 04:49:50.994 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:49:50.997 | +lib/cinder:configure_cinder:297           iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://172.30.250.59:8080/v1/AUTH_
2017-02-10 04:49:51.020 | +lib/cinder:configure_cinder:300           is_service_enabled ceilometer
2017-02-10 04:49:51.038 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:51.042 | +lib/cinder:configure_cinder:304           is_service_enabled tls-proxy
2017-02-10 04:49:51.060 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:51.063 | +lib/cinder:configure_cinder:311           '[' False '!=' False ']'
2017-02-10 04:49:51.066 | +lib/cinder:configure_cinder:315           iniset_rpc_backend cinder /etc/cinder/cinder.conf
2017-02-10 04:49:51.069 | +lib/rpc_backend:iniset_rpc_backend:114    local package=cinder
2017-02-10 04:49:51.072 | +lib/rpc_backend:iniset_rpc_backend:115    local file=/etc/cinder/cinder.conf
2017-02-10 04:49:51.075 | +lib/rpc_backend:iniset_rpc_backend:116    local section=DEFAULT
2017-02-10 04:49:51.078 | +lib/rpc_backend:iniset_rpc_backend:117    is_service_enabled rabbit
2017-02-10 04:49:51.097 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:49:51.100 | +lib/rpc_backend:iniset_rpc_backend:118    iniset /etc/cinder/cinder.conf DEFAULT rpc_backend rabbit
2017-02-10 04:49:51.123 | +lib/rpc_backend:iniset_rpc_backend:119    iniset /etc/cinder/cinder.conf oslo_messaging_rabbit rabbit_hosts 172.30.250.59
2017-02-10 04:49:51.147 | +lib/rpc_backend:iniset_rpc_backend:120    iniset /etc/cinder/cinder.conf oslo_messaging_rabbit rabbit_password pass
2017-02-10 04:49:51.170 | +lib/rpc_backend:iniset_rpc_backend:121    iniset /etc/cinder/cinder.conf oslo_messaging_rabbit rabbit_userid stackrabbit
2017-02-10 04:49:51.193 | +lib/rpc_backend:iniset_rpc_backend:122    '[' -n '' ']'
2017-02-10 04:49:51.196 | +lib/rpc_backend:iniset_rpc_backend:125    '[' -n '' ']'
2017-02-10 04:49:51.199 | +lib/cinder:configure_cinder:317           iniset /etc/cinder/cinder.conf DEFAULT volume_clear zero
2017-02-10 04:49:51.223 | +lib/cinder:configure_cinder:320           '[' True == True ']'
2017-02-10 04:49:51.226 | +lib/cinder:configure_cinder:320           '[' False == False ']'
2017-02-10 04:49:51.229 | +lib/cinder:configure_cinder:320           '[' False == False ']'
2017-02-10 04:49:51.232 | +lib/cinder:configure_cinder:321           setup_colorized_logging /etc/cinder/cinder.conf DEFAULT project_id user_id
2017-02-10 04:49:51.235 | +functions:setup_colorized_logging:611     local conf_file=/etc/cinder/cinder.conf
2017-02-10 04:49:51.238 | +functions:setup_colorized_logging:612     local conf_section=DEFAULT
2017-02-10 04:49:51.241 | +functions:setup_colorized_logging:613     local project_var=project_id
2017-02-10 04:49:51.244 | +functions:setup_colorized_logging:614     local user_var=user_id
2017-02-10 04:49:51.247 | +functions:setup_colorized_logging:616     iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_id)s %(project_id)s%(color)s] %(instance)s%(color)s%(message)s'
2017-02-10 04:49:51.271 | +functions:setup_colorized_logging:617     iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2017-02-10 04:49:51.294 | +functions:setup_colorized_logging:618     iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d'
2017-02-10 04:49:51.317 | +functions:setup_colorized_logging:619     iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s'
2017-02-10 04:49:51.341 | +lib/cinder:configure_cinder:327           '[' False == True ']'
2017-02-10 04:49:51.344 | +lib/cinder:configure_cinder:331           [[ -r /opt/devstack/lib/cinder_plugins/default ]]
2017-02-10 04:49:51.347 | +lib/cinder:configure_cinder:335           iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2
2017-02-10 04:49:51.369 | +lib/cinder:configure_cinder:337           iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://172.30.250.59:9292
2017-02-10 04:49:51.392 | +lib/cinder:configure_cinder:338           is_ssl_enabled_service glance
2017-02-10 04:49:51.395 | +lib/tls:is_ssl_enabled_service:377        local services=glance
2017-02-10 04:49:51.398 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:49:51.401 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:49:51.404 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:49:51.408 | +lib/cinder:configure_cinder:338           is_service_enabled tls-proxy
2017-02-10 04:49:51.427 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:49:51.430 | +lib/cinder:configure_cinder:344           is_ssl_enabled_service cinder
2017-02-10 04:49:51.433 | +lib/tls:is_ssl_enabled_service:377        local services=cinder
2017-02-10 04:49:51.436 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:49:51.439 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:49:51.442 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:49:51.445 | +lib/cinder:configure_cinder:352           iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_name nova
2017-02-10 04:49:51.467 | +lib/cinder:configure_cinder:353           iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_password pass
2017-02-10 04:49:51.490 | +lib/cinder:configure_cinder:354           iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_tenant service
2017-02-10 04:49:51.513 | +lib/cinder:configure_cinder:355           iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5
2017-02-10 04:49:51.537 | +./stack.sh:main:830                       is_service_enabled neutron
2017-02-10 04:49:51.556 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:49:51.559 | +./stack.sh:main:832                       stack_install_service neutron
2017-02-10 04:49:51.562 | +lib/stack:stack_install_service:20        local service=neutron
2017-02-10 04:49:51.565 | +lib/stack:stack_install_service:21        type install_neutron
2017-02-10 04:49:51.568 | +lib/stack:stack_install_service:23        [[ False = True ]]
2017-02-10 04:49:51.571 | +lib/stack:stack_install_service:32        install_neutron
2017-02-10 04:49:51.574 | +lib/neutron-legacy:install_neutron:620    use_library_from_git neutron-lib
2017-02-10 04:49:51.577 | +inc/python:use_library_from_git:197       local name=neutron-lib
2017-02-10 04:49:51.580 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:49:51.583 | +inc/python:use_library_from_git:199       [[ ,, =~ ,neutron-lib, ]]
2017-02-10 04:49:51.586 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:49:51.589 | +lib/neutron-legacy:install_neutron:625    git_clone http://git.trystack.cn/openstack/neutron.git /opt/stack/neutron stable/mitaka
2017-02-10 04:49:51.592 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/neutron.git
2017-02-10 04:49:51.595 | +functions-common:git_clone:496            local git_dest=/opt/stack/neutron
2017-02-10 04:49:51.598 | +functions-common:git_clone:497            local git_ref=stable/mitaka
2017-02-10 04:49:51.601 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:49:51.605 | ++functions-common:git_clone:499            pwd
2017-02-10 04:49:51.608 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:49:51.610 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:49:51.615 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:49:51.635 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:49:51.638 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:49:51.641 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:49:51.645 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:49:51.645 | +functions-common:git_clone:516            echo stable/mitaka
2017-02-10 04:49:51.648 | +functions-common:git_clone:530            [[ ! -d /opt/stack/neutron ]]
2017-02-10 04:49:51.651 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:49:51.654 | +functions-common:git_clone:542            cd /opt/stack/neutron
2017-02-10 04:49:51.657 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/neutron.git
2017-02-10 04:49:51.661 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:49:51.664 | +functions-common:git_timed:591            local count=0
2017-02-10 04:49:51.667 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:49:51.670 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:49:51.673 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:49:51.676 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:49:51.679 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:49:51.682 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:49:51.685 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:49:51.689 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:49:51.692 | +functions-common:time_start:2338          START_TIME[$name]=1486702191
2017-02-10 04:49:51.695 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:49:52.220 | From http://git.trystack.cn/openstack/neutron
2017-02-10 04:49:52.220 |    0fc644b..cea029f  master     -> origin/master
2017-02-10 04:49:52.225 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:49:52.229 | +functions-common:time_stop:2347           local name
2017-02-10 04:49:52.232 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:49:52.235 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:49:52.238 | +functions-common:time_stop:2350           local total
2017-02-10 04:49:52.241 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:49:52.245 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:49:52.248 | +functions-common:time_stop:2354           start_time=1486702191
2017-02-10 04:49:52.251 | +functions-common:time_stop:2356           [[ -z 1486702191 ]]
2017-02-10 04:49:52.255 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:49:52.259 | +functions-common:time_stop:2359           end_time=1486702192
2017-02-10 04:49:52.263 | +functions-common:time_stop:2360           elapsed_time=1
2017-02-10 04:49:52.266 | +functions-common:time_stop:2361           total=6
2017-02-10 04:49:52.269 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:49:52.272 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=7
2017-02-10 04:49:52.275 | +functions-common:git_clone:549            find /opt/stack/neutron -name '*.pyc' -delete
2017-02-10 04:49:52.289 | ++functions-common:git_clone:552            git show-ref refs/tags/stable/mitaka
2017-02-10 04:49:52.293 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:49:52.298 | ++functions-common:git_clone:554            git show-ref refs/heads/stable/mitaka
2017-02-10 04:49:52.302 | +functions-common:git_clone:554            [[ -n 0a22fcfdaf3cddcd158135457edae6279d6095c2 refs/heads/stable/mitaka ]]
2017-02-10 04:49:52.305 | +functions-common:git_clone:555            git_update_branch stable/mitaka
2017-02-10 04:49:52.309 | +functions-common:git_update_branch:619    local git_branch=stable/mitaka
2017-02-10 04:49:52.312 | +functions-common:git_update_branch:621    git checkout -f origin/stable/mitaka
2017-02-10 04:49:52.435 | Note: checking out 'origin/stable/mitaka'.
2017-02-10 04:49:52.435 |
2017-02-10 04:49:52.435 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:49:52.435 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:49:52.435 | state without impacting any branches by performing another checkout.
2017-02-10 04:49:52.435 |
2017-02-10 04:49:52.435 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:49:52.436 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:49:52.436 |
2017-02-10 04:49:52.436 |   git checkout -b new_branch_name
2017-02-10 04:49:52.436 |
2017-02-10 04:49:52.436 | HEAD is now at 0a22fcf... Fix that api_workers=0 doesn't spawn any api workers
2017-02-10 04:49:52.439 | +functions-common:git_update_branch:623    git branch -D stable/mitaka
2017-02-10 04:49:52.440 | Deleted branch stable/mitaka (was 0a22fcf).
2017-02-10 04:49:52.444 | +functions-common:git_update_branch:624    git checkout -b stable/mitaka
2017-02-10 04:49:52.494 | Switched to a new branch 'stable/mitaka'
2017-02-10 04:49:52.497 | +functions-common:git_clone:566            cd /opt/stack/neutron
2017-02-10 04:49:52.501 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:49:52.501 | +functions-common:git_clone:567            head -1
2017-02-10 04:49:52.502 | 0a22fcf Fix that api_workers=0 doesn't spawn any api workers
2017-02-10 04:49:52.506 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:49:52.509 | +lib/neutron-legacy:install_neutron:626    setup_develop /opt/stack/neutron
2017-02-10 04:49:52.512 | +inc/python:setup_develop:271              local project_dir=/opt/stack/neutron
2017-02-10 04:49:52.515 | +inc/python:setup_develop:272              local extras=
2017-02-10 04:49:52.518 | +inc/python:setup_develop:273              _setup_package_with_constraints_edit /opt/stack/neutron -e
2017-02-10 04:49:52.521 | +inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/neutron
2017-02-10 04:49:52.524 | +inc/python:_setup_package_with_constraints_edit:304  local flags=-e
2017-02-10 04:49:52.527 | +inc/python:_setup_package_with_constraints_edit:305  local extras=
2017-02-10 04:49:52.530 | +inc/python:_setup_package_with_constraints_edit:307  '[' -n /opt/stack/requirements ']'
2017-02-10 04:49:52.533 | +inc/python:_setup_package_with_constraints_edit:309  local name
2017-02-10 04:49:52.537 | ++inc/python:_setup_package_with_constraints_edit:310  awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg
2017-02-10 04:49:52.541 | +inc/python:_setup_package_with_constraints_edit:310  name=neutron
2017-02-10 04:49:52.544 | +inc/python:_setup_package_with_constraints_edit:312  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron '-e file:///opt/stack/neutron#egg=neutron'
2017-02-10 04:49:52.831 | +inc/python:_setup_package_with_constraints_edit:316  setup_package /opt/stack/neutron -e
2017-02-10 04:49:52.834 | +inc/python:setup_package:332              local project_dir=/opt/stack/neutron
2017-02-10 04:49:52.837 | +inc/python:setup_package:333              local flags=-e
2017-02-10 04:49:52.841 | +inc/python:setup_package:334              local extras=
2017-02-10 04:49:52.844 | +inc/python:setup_package:338              [[ -n -e ]]
2017-02-10 04:49:52.847 | +inc/python:setup_package:338              [[ -z '' ]]
2017-02-10 04:49:52.850 | +inc/python:setup_package:338              [[ ! -e =~ ^-.* ]]
2017-02-10 04:49:52.853 | +inc/python:setup_package:343              [[ ! -z '' ]]
2017-02-10 04:49:52.856 | +inc/python:setup_package:347              pip_install -e /opt/stack/neutron
2017-02-10 04:49:53.451 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron
2017-02-10 04:49:54.206 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:49:54.447 | Obtaining file:///opt/stack/neutron
2017-02-10 04:49:56.009 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2017-02-10 04:49:57.568 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8))
2017-02-10 04:49:57.571 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
2017-02-10 04:49:57.573 | Requirement already satisfied: Paste===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13))
2017-02-10 04:49:57.577 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14))
2017-02-10 04:49:57.580 | Requirement already satisfied: Routes===2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23))
2017-02-10 04:49:57.584 | Requirement already satisfied: SQLAlchemy===1.0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24))
2017-02-10 04:49:57.586 | Requirement already satisfied: WebOb===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30))
2017-02-10 04:49:57.591 | Requirement already satisfied: alembic===0.8.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 63))
2017-02-10 04:49:57.595 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101))
2017-02-10 04:49:57.603 | Requirement already satisfied: eventlet===0.18.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125))
2017-02-10 04:49:57.606 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))
2017-02-10 04:49:57.607 | Requirement already satisfied: greenlet===0.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146))
2017-02-10 04:49:57.609 | Requirement already satisfied: httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150))
2017-02-10 04:49:57.611 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169))
2017-02-10 04:49:57.623 | Requirement already satisfied: keystonemiddleware===4.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170))
2017-02-10 04:49:57.637 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186))
2017-02-10 04:49:57.639 | Requirement already satisfied: netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187))
2017-02-10 04:49:57.641 | Requirement already satisfied: neutron-lib===0.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190))
2017-02-10 04:49:57.651 | Requirement already satisfied: oslo.concurrency===3.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215))
2017-02-10 04:49:57.664 | Requirement already satisfied: oslo.config===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216))
2017-02-10 04:49:57.669 | Requirement already satisfied: oslo.context===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217))
2017-02-10 04:49:57.672 | Requirement already satisfied: oslo.db===4.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218))
2017-02-10 04:49:57.704 | Requirement already satisfied: oslo.i18n===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219))
2017-02-10 04:49:57.708 | Requirement already satisfied: oslo.log===3.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220))
2017-02-10 04:49:57.723 | Requirement already satisfied: oslo.messaging===4.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221))
2017-02-10 04:49:57.746 | Requirement already satisfied: oslo.middleware===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222))
2017-02-10 04:49:57.757 | Requirement already satisfied: oslo.policy===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223))
2017-02-10 04:49:57.764 | Requirement already satisfied: oslo.reports===1.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225))
2017-02-10 04:49:57.773 | Requirement already satisfied: oslo.rootwrap===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226))
2017-02-10 04:49:57.775 | Requirement already satisfied: oslo.serialization===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227))
2017-02-10 04:49:57.782 | Requirement already satisfied: oslo.service===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228))
2017-02-10 04:49:57.797 | Requirement already satisfied: oslo.utils===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229))
2017-02-10 04:49:57.809 | Requirement already satisfied: oslo.versionedobjects===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230))
2017-02-10 04:49:57.824 | Requirement already satisfied: ovs===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236))
2017-02-10 04:49:57.825 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242))
2017-02-10 04:49:57.827 | Requirement already satisfied: pecan===1.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243))
2017-02-10 04:49:57.833 | Requirement already satisfied: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245))
2017-02-10 04:49:57.837 | Requirement already satisfied: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246))
2017-02-10 04:49:57.842 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249))
2017-02-10 04:49:57.845 | Requirement already satisfied: psutil===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253))
2017-02-10 04:49:57.847 | Requirement already satisfied: pycadf===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260))
2017-02-10 04:49:57.852 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264))
2017-02-10 04:49:57.855 | Requirement already satisfied: python-dateutil===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285))
2017-02-10 04:49:57.857 | Requirement already satisfied: python-designateclient===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286))
2017-02-10 04:49:57.867 | Requirement already satisfied: python-editor===0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287))
2017-02-10 04:49:57.869 | Requirement already satisfied: python-keystoneclient===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292))
2017-02-10 04:49:57.881 | Requirement already satisfied: python-neutronclient===4.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300))
2017-02-10 04:49:57.895 | Requirement already satisfied: python-novaclient===3.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301))
2017-02-10 04:49:57.907 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313))
2017-02-10 04:49:57.910 | Requirement already satisfied: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319))
2017-02-10 04:49:57.914 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321))
2017-02-10 04:49:57.921 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327))
2017-02-10 04:49:57.924 | Requirement already satisfied: ryu===4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332))
2017-02-10 04:49:57.931 | Requirement already satisfied: simplejson===3.8.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339))
2017-02-10 04:49:57.932 | Requirement already satisfied: singledispatch===3.4.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340))
2017-02-10 04:49:57.935 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341))
2017-02-10 04:49:57.937 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348))
2017-02-10 04:49:57.943 | Requirement already satisfied: sqlparse===0.1.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349))
2017-02-10 04:49:57.945 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350))
2017-02-10 04:49:57.948 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386))
2017-02-10 04:49:57.949 | Requirement already satisfied: Mako===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9))
2017-02-10 04:49:57.952 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:49:57.954 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156))
2017-02-10 04:49:57.956 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129))
2017-02-10 04:49:57.959 | Requirement already satisfied: enum34===1.1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
2017-02-10 04:49:57.962 | Requirement already satisfied: kombu===3.0.34 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172))
2017-02-10 04:49:57.968 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:49:57.970 | Requirement already satisfied: futurist===0.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138))
2017-02-10 04:49:57.977 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137))
2017-02-10 04:49:57.979 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 64))
2017-02-10 04:49:57.981 | Requirement already satisfied: cachetools===1.1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 82))
2017-02-10 04:49:57.982 | Requirement already satisfied: msgpack-python===0.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185))
2017-02-10 04:49:57.985 | Requirement already satisfied: monotonic===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182))
2017-02-10 04:49:57.986 | Requirement already satisfied: WebTest===2.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31))
2017-02-10 04:49:57.997 | Requirement already satisfied: logutils===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178))
2017-02-10 04:49:57.999 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164))
2017-02-10 04:49:58.007 | Requirement already satisfied: cliff===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91))
2017-02-10 04:49:58.015 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251))
2017-02-10 04:49:58.016 | Requirement already satisfied: os-client-config===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207))
2017-02-10 04:49:58.022 | Requirement already satisfied: decorator===4.0.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102))
2017-02-10 04:49:58.024 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27))
2017-02-10 04:49:58.025 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65))
2017-02-10 04:49:58.027 | Requirement already satisfied: contextlib2===0.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95))
2017-02-10 04:49:58.028 | Requirement already satisfied: waitress===0.8.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379))
2017-02-10 04:49:58.035 | Requirement already satisfied: beautifulsoup4===4.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77))
2017-02-10 04:49:58.038 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136))
2017-02-10 04:49:58.040 | Requirement already satisfied: cmd2===0.6.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93))
2017-02-10 04:49:58.042 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270))
2017-02-10 04:49:58.043 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373))
2017-02-10 04:49:58.045 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325))
2017-02-10 04:49:58.047 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
2017-02-10 04:49:58.049 | Installing collected packages: neutron
2017-02-10 04:49:58.049 |   Found existing installation: neutron 8.4.1.dev9
2017-02-10 04:49:58.053 |     Can't uninstall 'neutron'. No files were found to uninstall.
2017-02-10 04:49:58.053 |   Running setup.py develop for neutron
2017-02-10 04:50:00.500 | Successfully installed neutron
2017-02-10 04:50:00.605 | +inc/python:pip_install:162                result=0
2017-02-10 04:50:00.608 | +inc/python:pip_install:165                local test_req=/opt/stack/neutron/test-requirements.txt
2017-02-10 04:50:00.611 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:50:00.614 | +inc/python:pip_install:166                [[ -e /opt/stack/neutron/test-requirements.txt ]]
2017-02-10 04:50:00.618 | +inc/python:pip_install:167                echo 'Installing test-requirements for /opt/stack/neutron/test-requirements.txt'
2017-02-10 04:50:00.618 | Installing test-requirements for /opt/stack/neutron/test-requirements.txt
2017-02-10 04:50:00.621 | +inc/python:pip_install:169                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/neutron/test-requirements.txt
2017-02-10 04:50:01.382 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:50:01.645 | Requirement already satisfied: PyMySQL===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20))
2017-02-10 04:50:01.646 | Requirement already satisfied: Sphinx===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26))
2017-02-10 04:50:01.651 | Requirement already satisfied: WebTest===2.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31))
2017-02-10 04:50:01.663 | Requirement already satisfied: beautifulsoup4===4.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77))
2017-02-10 04:50:01.666 | Requirement already satisfied: cliff===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91))
2017-02-10 04:50:01.674 | Requirement already satisfied: cmd2===0.6.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93))
2017-02-10 04:50:01.677 | Requirement already satisfied: coverage===4.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96))
2017-02-10 04:50:01.678 | Requirement already satisfied: ddt===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100))
2017-02-10 04:50:01.680 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 119))
2017-02-10 04:50:01.681 | Requirement already satisfied: fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131))
2017-02-10 04:50:01.688 | Requirement already satisfied: mock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181))
2017-02-10 04:50:01.704 | Requirement already satisfied: os-testr===0.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212))
2017-02-10 04:50:01.709 | Requirement already satisfied: oslosphinx===4.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232))
2017-02-10 04:50:01.714 | Requirement already satisfied: oslotest===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233))
2017-02-10 04:50:01.723 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242))
2017-02-10 04:50:01.725 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251))
2017-02-10 04:50:01.726 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270))
2017-02-10 04:50:01.728 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309))
2017-02-10 04:50:01.736 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321))
2017-02-10 04:50:01.743 | Requirement already satisfied: requests-mock===0.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324))
2017-02-10 04:50:01.747 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341))
2017-02-10 04:50:01.748 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350))
2017-02-10 04:50:01.751 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358))
2017-02-10 04:50:01.759 | Requirement already satisfied: testresources===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359))
2017-02-10 04:50:01.761 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360))
2017-02-10 04:50:01.765 | Requirement already satisfied: testtools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361))
2017-02-10 04:50:01.773 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368))
2017-02-10 04:50:01.775 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373))
2017-02-10 04:50:01.776 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374))
2017-02-10 04:50:01.781 | Requirement already satisfied: waitress===0.8.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379))
2017-02-10 04:50:01.788 | Requirement already satisfied: hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/neutron/test-requirements.txt (line 4))
2017-02-10 04:50:01.795 | Requirement already satisfied: pylint==1.4.5 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/neutron/test-requirements.txt (line 22))
2017-02-10 04:50:01.799 | Requirement already satisfied: reno>=0.1.1 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/neutron/test-requirements.txt (line 23))
2017-02-10 04:50:01.807 | Requirement already satisfied: Pygments===2.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22))
2017-02-10 04:50:01.809 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8))
2017-02-10 04:50:01.812 | Requirement already satisfied: WebOb===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30))
2017-02-10 04:50:01.817 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:50:01.819 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))
2017-02-10 04:50:01.821 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:50:01.823 | Requirement already satisfied: mox3===0.14.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184))
2017-02-10 04:50:01.826 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101))
2017-02-10 04:50:01.834 | Requirement already satisfied: os-client-config===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207))
2017-02-10 04:50:01.840 | Requirement already satisfied: extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126))
2017-02-10 04:50:01.842 | Requirement already satisfied: python-mimeparse===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297))
2017-02-10 04:50:01.844 | Requirement already satisfied: pyrsistent===0.11.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273))
2017-02-10 04:50:01.847 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176))
2017-02-10 04:50:01.848 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 374))
2017-02-10 04:50:01.850 | Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/neutron/test-requirements.txt (line 4))
2017-02-10 04:50:01.853 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/neutron/test-requirements.txt (line 4))
2017-02-10 04:50:01.855 | Requirement already satisfied: flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/neutron/test-requirements.txt (line 4))
2017-02-10 04:50:01.859 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/neutron/test-requirements.txt (line 4))
2017-02-10 04:50:01.861 | Requirement already satisfied: astroid===1.3.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 69))
2017-02-10 04:50:01.864 | Requirement already satisfied: logilab-common===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177))
2017-02-10 04:50:01.867 | Requirement already satisfied: dulwich>=0.15.0 in /usr/local/lib/python2.7/dist-packages (from reno>=0.1.1->-r /opt/stack/neutron/test-requirements.txt (line 23))
2017-02-10 04:50:01.869 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
2017-02-10 04:50:01.871 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313))
2017-02-10 04:50:01.874 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386))
2017-02-10 04:50:01.875 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325))
2017-02-10 04:50:01.878 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169))
2017-02-10 04:50:01.891 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
2017-02-10 04:50:01.893 | Requirement already satisfied: setuptools in /usr/local/lib/python2.7/dist-packages (from logilab-common===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 177))
2017-02-10 04:50:01.900 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156))
2017-02-10 04:50:01.902 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249))
2017-02-10 04:50:01.905 | Requirement already satisfied: packaging===16.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237))
2017-02-10 04:50:02.011 | +inc/python:pip_install:175                result=0
2017-02-10 04:50:02.014 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:50:02.017 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:02.020 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:02.023 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:02.026 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:02.030 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:02.033 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:50:02.036 | +functions-common:time_stop:2354           start_time=1486702192
2017-02-10 04:50:02.039 | +functions-common:time_stop:2356           [[ -z 1486702192 ]]
2017-02-10 04:50:02.043 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:02.047 | +functions-common:time_stop:2359           end_time=1486702202
2017-02-10 04:50:02.050 | +functions-common:time_stop:2360           elapsed_time=10
2017-02-10 04:50:02.053 | +functions-common:time_stop:2361           total=58
2017-02-10 04:50:02.057 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:02.060 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=68
2017-02-10 04:50:02.063 | +inc/python:pip_install:179                return 0
2017-02-10 04:50:02.067 | +inc/python:setup_package:349              [[ -e == \-\e ]]
2017-02-10 04:50:02.070 | +inc/python:setup_package:350              safe_chown -R stack /opt/stack/neutron/neutron.egg-info
2017-02-10 04:50:02.073 | +functions-common:safe_chown:2260          _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info
2017-02-10 04:50:02.093 | +functions-common:_safe_permission_operation:2152  sudo chown -R stack /opt/stack/neutron/neutron.egg-info
2017-02-10 04:50:02.101 | +lib/neutron-legacy:install_neutron:627    is_service_enabled q-fwaas
2017-02-10 04:50:02.120 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:02.123 | +lib/neutron-legacy:install_neutron:631    is_service_enabled q-lbaas
2017-02-10 04:50:02.143 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:02.146 | +lib/neutron-legacy:install_neutron:636    '[' libvirt == xenserver ']'
2017-02-10 04:50:02.149 | +lib/stack:stack_install_service:33        [[ False = True ]]
2017-02-10 04:50:02.152 | +./stack.sh:main:833                       install_neutron_third_party
2017-02-10 04:50:02.155 | +lib/neutron-legacy:install_neutron_third_party:1475  _neutron_third_party_do install
2017-02-10 04:50:02.158 | +./stack.sh:main:836                       is_service_enabled nova
2017-02-10 04:50:02.177 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:02.180 | +./stack.sh:main:838                       stack_install_service nova
2017-02-10 04:50:02.183 | +lib/stack:stack_install_service:20        local service=nova
2017-02-10 04:50:02.186 | +lib/stack:stack_install_service:21        type install_nova
2017-02-10 04:50:02.189 | +lib/stack:stack_install_service:23        [[ False = True ]]
2017-02-10 04:50:02.192 | +lib/stack:stack_install_service:32        install_nova
2017-02-10 04:50:02.195 | +lib/nova:install_nova:731                 is_service_enabled n-cpu
2017-02-10 04:50:02.214 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:02.217 | +lib/nova:install_nova:731                 [[ -r /opt/devstack/lib/nova_plugins/hypervisor-libvirt ]]
2017-02-10 04:50:02.221 | +lib/nova:install_nova:732                 install_nova_hypervisor
2017-02-10 04:50:02.224 | +lib/nova_plugins/hypervisor-libvirt:install_nova_hypervisor:76  install_libvirt
2017-02-10 04:50:02.227 | +lib/nova_plugins/functions-libvirt:install_libvirt:25  is_ubuntu
2017-02-10 04:50:02.230 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:02.233 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:02.236 | +lib/nova_plugins/functions-libvirt:install_libvirt:26  is_arch aarch64
2017-02-10 04:50:02.240 | ++functions-common:is_arch:420              uname -m
2017-02-10 04:50:02.243 | +functions-common:is_arch:420              [[ x86_64 == \a\a\r\c\h\6\4 ]]
2017-02-10 04:50:02.247 | +lib/nova_plugins/functions-libvirt:install_libvirt:29  install_package qemu-kvm
2017-02-10 04:50:02.250 | +functions-common:install_package:1276     update_package_repo
2017-02-10 04:50:02.253 | +functions-common:update_package_repo:1248  NO_UPDATE_REPOS=False
2017-02-10 04:50:02.256 | +functions-common:update_package_repo:1249  REPOS_UPDATED=True
2017-02-10 04:50:02.260 | +functions-common:update_package_repo:1250  RETRY_UPDATE=False
2017-02-10 04:50:02.263 | +functions-common:update_package_repo:1252  [[ False = \T\r\u\e ]]
2017-02-10 04:50:02.266 | +functions-common:update_package_repo:1256  is_ubuntu
2017-02-10 04:50:02.270 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:02.273 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:02.276 | +functions-common:update_package_repo:1257  apt_get_update
2017-02-10 04:50:02.279 | +functions-common:apt_get_update:1050      [[ True == \T\r\u\e ]]
2017-02-10 04:50:02.282 | +functions-common:apt_get_update:1050      [[ False != \T\r\u\e ]]
2017-02-10 04:50:02.285 | +functions-common:apt_get_update:1051      return
2017-02-10 04:50:02.288 | +functions-common:install_package:1277     real_install_package qemu-kvm
2017-02-10 04:50:02.291 | +functions-common:real_install_package:1262  is_ubuntu
2017-02-10 04:50:02.294 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:02.297 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:02.300 | +functions-common:real_install_package:1263  apt_get install qemu-kvm
2017-02-10 04:50:02.321 | +functions-common:apt_get:1091             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install qemu-kvm
2017-02-10 04:50:02.329 | Reading package lists...
2017-02-10 04:50:02.542 | Building dependency tree...
2017-02-10 04:50:02.543 | Reading state information...
2017-02-10 04:50:02.656 | qemu-kvm is already the newest version.
2017-02-10 04:50:02.656 | The following packages were automatically installed and are no longer required:
2017-02-10 04:50:02.656 |   python-chardet-whl python-colorama python-colorama-whl python-distlib
2017-02-10 04:50:02.656 |   python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl
2017-02-10 04:50:02.656 |   python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
2017-02-10 04:50:02.656 |   python-wheel python3-pkg-resources
2017-02-10 04:50:02.656 | Use 'apt-get autoremove' to remove them.
2017-02-10 04:50:02.678 | 0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
2017-02-10 04:50:02.683 | +functions-common:apt_get:1095             result=0
2017-02-10 04:50:02.686 | +functions-common:apt_get:1098             time_stop apt-get
2017-02-10 04:50:02.689 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:02.692 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:02.696 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:02.699 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:02.702 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:02.705 | +functions-common:time_stop:2353           name=apt-get
2017-02-10 04:50:02.708 | +functions-common:time_stop:2354           start_time=1486702202
2017-02-10 04:50:02.711 | +functions-common:time_stop:2356           [[ -z 1486702202 ]]
2017-02-10 04:50:02.715 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:02.719 | +functions-common:time_stop:2359           end_time=1486702202
2017-02-10 04:50:02.722 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:50:02.725 | +functions-common:time_stop:2361           total=0
2017-02-10 04:50:02.728 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:02.731 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=0
2017-02-10 04:50:02.735 | +functions-common:apt_get:1099             return 0
2017-02-10 04:50:02.738 | +lib/nova_plugins/functions-libvirt:install_libvirt:30  install_package libguestfs0
2017-02-10 04:50:02.741 | +functions-common:install_package:1276     update_package_repo
2017-02-10 04:50:02.744 | +functions-common:update_package_repo:1248  NO_UPDATE_REPOS=False
2017-02-10 04:50:02.747 | +functions-common:update_package_repo:1249  REPOS_UPDATED=True
2017-02-10 04:50:02.751 | +functions-common:update_package_repo:1250  RETRY_UPDATE=False
2017-02-10 04:50:02.754 | +functions-common:update_package_repo:1252  [[ False = \T\r\u\e ]]
2017-02-10 04:50:02.757 | +functions-common:update_package_repo:1256  is_ubuntu
2017-02-10 04:50:02.761 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:02.764 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:02.767 | +functions-common:update_package_repo:1257  apt_get_update
2017-02-10 04:50:02.770 | +functions-common:apt_get_update:1050      [[ True == \T\r\u\e ]]
2017-02-10 04:50:02.773 | +functions-common:apt_get_update:1050      [[ False != \T\r\u\e ]]
2017-02-10 04:50:02.776 | +functions-common:apt_get_update:1051      return
2017-02-10 04:50:02.779 | +functions-common:install_package:1277     real_install_package libguestfs0
2017-02-10 04:50:02.782 | +functions-common:real_install_package:1262  is_ubuntu
2017-02-10 04:50:02.786 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:02.789 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:02.792 | +functions-common:real_install_package:1263  apt_get install libguestfs0
2017-02-10 04:50:02.812 | +functions-common:apt_get:1091             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libguestfs0
2017-02-10 04:50:02.821 | Reading package lists...
2017-02-10 04:50:03.024 | Building dependency tree...
2017-02-10 04:50:03.024 | Reading state information...
2017-02-10 04:50:03.132 | libguestfs0 is already the newest version.
2017-02-10 04:50:03.132 | The following packages were automatically installed and are no longer required:
2017-02-10 04:50:03.133 |   python-chardet-whl python-colorama python-colorama-whl python-distlib
2017-02-10 04:50:03.133 |   python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl
2017-02-10 04:50:03.133 |   python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
2017-02-10 04:50:03.133 |   python-wheel python3-pkg-resources
2017-02-10 04:50:03.133 | Use 'apt-get autoremove' to remove them.
2017-02-10 04:50:03.153 | 0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
2017-02-10 04:50:03.157 | +functions-common:apt_get:1095             result=0
2017-02-10 04:50:03.160 | +functions-common:apt_get:1098             time_stop apt-get
2017-02-10 04:50:03.164 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:03.167 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:03.170 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:03.173 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:03.176 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:03.179 | +functions-common:time_stop:2353           name=apt-get
2017-02-10 04:50:03.182 | +functions-common:time_stop:2354           start_time=1486702202
2017-02-10 04:50:03.186 | +functions-common:time_stop:2356           [[ -z 1486702202 ]]
2017-02-10 04:50:03.190 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:03.194 | +functions-common:time_stop:2359           end_time=1486702203
2017-02-10 04:50:03.197 | +functions-common:time_stop:2360           elapsed_time=1
2017-02-10 04:50:03.200 | +functions-common:time_stop:2361           total=0
2017-02-10 04:50:03.203 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:03.206 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=1
2017-02-10 04:50:03.209 | +functions-common:apt_get:1099             return 0
2017-02-10 04:50:03.212 | +lib/nova_plugins/functions-libvirt:install_libvirt:32  install_package libvirt-bin libvirt-dev
2017-02-10 04:50:03.216 | +functions-common:install_package:1276     update_package_repo
2017-02-10 04:50:03.219 | +functions-common:update_package_repo:1248  NO_UPDATE_REPOS=False
2017-02-10 04:50:03.222 | +functions-common:update_package_repo:1249  REPOS_UPDATED=True
2017-02-10 04:50:03.225 | +functions-common:update_package_repo:1250  RETRY_UPDATE=False
2017-02-10 04:50:03.228 | +functions-common:update_package_repo:1252  [[ False = \T\r\u\e ]]
2017-02-10 04:50:03.231 | +functions-common:update_package_repo:1256  is_ubuntu
2017-02-10 04:50:03.234 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:03.237 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:03.240 | +functions-common:update_package_repo:1257  apt_get_update
2017-02-10 04:50:03.243 | +functions-common:apt_get_update:1050      [[ True == \T\r\u\e ]]
2017-02-10 04:50:03.246 | +functions-common:apt_get_update:1050      [[ False != \T\r\u\e ]]
2017-02-10 04:50:03.249 | +functions-common:apt_get_update:1051      return
2017-02-10 04:50:03.252 | +functions-common:install_package:1277     real_install_package libvirt-bin libvirt-dev
2017-02-10 04:50:03.255 | +functions-common:real_install_package:1262  is_ubuntu
2017-02-10 04:50:03.258 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:03.262 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:03.265 | +functions-common:real_install_package:1263  apt_get install libvirt-bin libvirt-dev
2017-02-10 04:50:03.285 | +functions-common:apt_get:1091             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libvirt-bin libvirt-dev
2017-02-10 04:50:03.293 | Reading package lists...
2017-02-10 04:50:03.506 | Building dependency tree...
2017-02-10 04:50:03.507 | Reading state information...
2017-02-10 04:50:03.620 | libvirt-bin is already the newest version.
2017-02-10 04:50:03.620 | libvirt-dev is already the newest version.
2017-02-10 04:50:03.620 | The following packages were automatically installed and are no longer required:
2017-02-10 04:50:03.620 |   python-chardet-whl python-colorama python-colorama-whl python-distlib
2017-02-10 04:50:03.620 |   python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl
2017-02-10 04:50:03.620 |   python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
2017-02-10 04:50:03.620 |   python-wheel python3-pkg-resources
2017-02-10 04:50:03.620 | Use 'apt-get autoremove' to remove them.
2017-02-10 04:50:03.643 | 0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
2017-02-10 04:50:03.647 | +functions-common:apt_get:1095             result=0
2017-02-10 04:50:03.650 | +functions-common:apt_get:1098             time_stop apt-get
2017-02-10 04:50:03.653 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:03.656 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:03.659 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:03.663 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:03.666 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:03.669 | +functions-common:time_stop:2353           name=apt-get
2017-02-10 04:50:03.672 | +functions-common:time_stop:2354           start_time=1486702203
2017-02-10 04:50:03.675 | +functions-common:time_stop:2356           [[ -z 1486702203 ]]
2017-02-10 04:50:03.679 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:03.683 | +functions-common:time_stop:2359           end_time=1486702203
2017-02-10 04:50:03.686 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:50:03.689 | +functions-common:time_stop:2361           total=1
2017-02-10 04:50:03.692 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:03.695 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=1
2017-02-10 04:50:03.698 | +functions-common:apt_get:1099             return 0
2017-02-10 04:50:03.701 | +lib/nova_plugins/functions-libvirt:install_libvirt:33  pip_install_gr libvirt-python
2017-02-10 04:50:03.704 | +inc/python:pip_install_gr:66              local name=libvirt-python
2017-02-10 04:50:03.707 | +inc/python:pip_install_gr:67              local clean_name
2017-02-10 04:50:03.711 | ++inc/python:pip_install_gr:68              get_from_global_requirements libvirt-python
2017-02-10 04:50:03.715 | ++inc/python:get_from_global_requirements:185  local package=libvirt-python
2017-02-10 04:50:03.718 | ++inc/python:get_from_global_requirements:186  local required_pkg
2017-02-10 04:50:03.723 | +++inc/python:get_from_global_requirements:187  grep -i -h '^libvirt-python' /opt/stack/requirements/global-requirements.txt
2017-02-10 04:50:03.725 | +++inc/python:get_from_global_requirements:187  cut -d# -f1
2017-02-10 04:50:03.729 | ++inc/python:get_from_global_requirements:187  required_pkg='libvirt-python>=1.2.5                   '
2017-02-10 04:50:03.733 | ++inc/python:get_from_global_requirements:188  [[ libvirt-python>=1.2.5                    == '' ]]
2017-02-10 04:50:03.736 | ++inc/python:get_from_global_requirements:191  echo 'libvirt-python>=1.2.5'
2017-02-10 04:50:03.740 | +inc/python:pip_install_gr:68              clean_name='libvirt-python>=1.2.5'
2017-02-10 04:50:03.743 | +inc/python:pip_install_gr:69              pip_install 'libvirt-python>=1.2.5'
2017-02-10 04:50:04.334 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'libvirt-python>=1.2.5'
2017-02-10 04:50:05.088 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:50:05.331 | Requirement already satisfied: libvirt-python===1.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175))
2017-02-10 04:50:05.432 | +inc/python:pip_install:162                result=0
2017-02-10 04:50:05.436 | +inc/python:pip_install:165                local 'test_req=libvirt-python>=1.2.5/test-requirements.txt'
2017-02-10 04:50:05.439 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:50:05.442 | +inc/python:pip_install:166                [[ -e libvirt-python>=1.2.5/test-requirements.txt ]]
2017-02-10 04:50:05.445 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:50:05.448 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:05.451 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:05.454 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:05.457 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:05.460 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:05.463 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:50:05.466 | +functions-common:time_stop:2354           start_time=1486702203
2017-02-10 04:50:05.469 | +functions-common:time_stop:2356           [[ -z 1486702203 ]]
2017-02-10 04:50:05.473 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:05.477 | +functions-common:time_stop:2359           end_time=1486702205
2017-02-10 04:50:05.480 | +functions-common:time_stop:2360           elapsed_time=2
2017-02-10 04:50:05.483 | +functions-common:time_stop:2361           total=68
2017-02-10 04:50:05.486 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:05.489 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=70
2017-02-10 04:50:05.492 | +inc/python:pip_install:179                return 0
2017-02-10 04:50:05.495 | +lib/nova_plugins/functions-libvirt:install_libvirt:34  [[ False == \T\r\u\e ]]
2017-02-10 04:50:05.498 | +lib/nova_plugins/hypervisor-libvirt:install_nova_hypervisor:81  [[ kvm == \l\x\c ]]
2017-02-10 04:50:05.501 | +lib/nova:install_nova:735                 is_service_enabled n-novnc
2017-02-10 04:50:05.520 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:05.524 | ++lib/nova:install_nova:737                 trueorfalse False NOVNC_FROM_PACKAGE
2017-02-10 04:50:05.545 | +lib/nova:install_nova:737                 NOVNC_FROM_PACKAGE=False
2017-02-10 04:50:05.548 | +lib/nova:install_nova:738                 '[' False = True ']'
2017-02-10 04:50:05.551 | +lib/nova:install_nova:742                 NOVNC_WEB_DIR=/opt/stack/noVNC
2017-02-10 04:50:05.554 | +lib/nova:install_nova:743                 git_clone http://git.trystack.cn/kanaka/noVNC.git /opt/stack/noVNC master
2017-02-10 04:50:05.557 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/kanaka/noVNC.git
2017-02-10 04:50:05.560 | +functions-common:git_clone:496            local git_dest=/opt/stack/noVNC
2017-02-10 04:50:05.563 | +functions-common:git_clone:497            local git_ref=master
2017-02-10 04:50:05.566 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:50:05.570 | ++functions-common:git_clone:499            pwd
2017-02-10 04:50:05.573 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:50:05.576 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:50:05.580 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:50:05.601 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:50:05.604 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:50:05.607 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:50:05.611 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:50:05.611 | +functions-common:git_clone:516            echo master
2017-02-10 04:50:05.614 | +functions-common:git_clone:530            [[ ! -d /opt/stack/noVNC ]]
2017-02-10 04:50:05.617 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:50:05.619 | +functions-common:git_clone:542            cd /opt/stack/noVNC
2017-02-10 04:50:05.622 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/kanaka/noVNC.git
2017-02-10 04:50:05.627 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:50:05.630 | +functions-common:git_timed:591            local count=0
2017-02-10 04:50:05.633 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:50:05.636 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:50:05.639 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:50:05.642 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:50:05.645 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:50:05.648 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:50:05.651 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:50:05.655 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:50:05.658 | +functions-common:time_start:2338          START_TIME[$name]=1486702205
2017-02-10 04:50:05.661 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:50:05.778 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:50:05.781 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:05.784 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:05.787 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:05.790 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:05.793 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:05.796 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:50:05.799 | +functions-common:time_stop:2354           start_time=1486702205
2017-02-10 04:50:05.802 | +functions-common:time_stop:2356           [[ -z 1486702205 ]]
2017-02-10 04:50:05.806 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:05.809 | +functions-common:time_stop:2359           end_time=1486702205
2017-02-10 04:50:05.812 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:50:05.815 | +functions-common:time_stop:2361           total=7
2017-02-10 04:50:05.818 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:05.821 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=7
2017-02-10 04:50:05.824 | +functions-common:git_clone:549            find /opt/stack/noVNC -name '*.pyc' -delete
2017-02-10 04:50:05.829 | ++functions-common:git_clone:552            git show-ref refs/tags/master
2017-02-10 04:50:05.833 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:50:05.837 | ++functions-common:git_clone:554            git show-ref refs/heads/master
2017-02-10 04:50:05.841 | +functions-common:git_clone:554            [[ -n 6ffdfd3aa74ad0338df5a05be9383a22dde1198b refs/heads/master ]]
2017-02-10 04:50:05.844 | +functions-common:git_clone:555            git_update_branch master
2017-02-10 04:50:05.847 | +functions-common:git_update_branch:619    local git_branch=master
2017-02-10 04:50:05.850 | +functions-common:git_update_branch:621    git checkout -f origin/master
2017-02-10 04:50:05.865 | Note: checking out 'origin/master'.
2017-02-10 04:50:05.865 |
2017-02-10 04:50:05.865 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:50:05.865 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:50:05.865 | state without impacting any branches by performing another checkout.
2017-02-10 04:50:05.865 |
2017-02-10 04:50:05.865 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:50:05.865 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:50:05.865 |
2017-02-10 04:50:05.865 |   git checkout -b new_branch_name
2017-02-10 04:50:05.865 |
2017-02-10 04:50:05.865 | HEAD is now at 6ffdfd3... Improve check for when to ignore mouse events
2017-02-10 04:50:05.869 | +functions-common:git_update_branch:623    git branch -D master
2017-02-10 04:50:05.870 | Deleted branch master (was 6ffdfd3).
2017-02-10 04:50:05.873 | +functions-common:git_update_branch:624    git checkout -b master
2017-02-10 04:50:05.880 | Switched to a new branch 'master'
2017-02-10 04:50:05.883 | +functions-common:git_clone:566            cd /opt/stack/noVNC
2017-02-10 04:50:05.887 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:50:05.887 | +functions-common:git_clone:567            head -1
2017-02-10 04:50:05.888 | 6ffdfd3 Improve check for when to ignore mouse events
2017-02-10 04:50:05.891 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:50:05.894 | +lib/nova:install_nova:747                 is_service_enabled n-spice
2017-02-10 04:50:05.913 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:05.916 | +lib/nova:install_nova:759                 git_clone http://git.trystack.cn/openstack/nova.git /opt/stack/nova stable/mitaka
2017-02-10 04:50:05.919 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/nova.git
2017-02-10 04:50:05.922 | +functions-common:git_clone:496            local git_dest=/opt/stack/nova
2017-02-10 04:50:05.925 | +functions-common:git_clone:497            local git_ref=stable/mitaka
2017-02-10 04:50:05.928 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:50:05.932 | ++functions-common:git_clone:499            pwd
2017-02-10 04:50:05.935 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:50:05.938 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:50:05.942 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:50:05.963 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:50:05.966 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:50:05.969 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:50:05.973 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:50:05.974 | +functions-common:git_clone:516            echo stable/mitaka
2017-02-10 04:50:05.977 | +functions-common:git_clone:530            [[ ! -d /opt/stack/nova ]]
2017-02-10 04:50:05.980 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:50:05.983 | +functions-common:git_clone:542            cd /opt/stack/nova
2017-02-10 04:50:05.986 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/nova.git
2017-02-10 04:50:05.990 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:50:05.993 | +functions-common:git_timed:591            local count=0
2017-02-10 04:50:05.996 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:50:05.999 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:50:06.002 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:50:06.005 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:50:06.009 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:50:06.012 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:50:06.015 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:50:06.018 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:50:06.022 | +functions-common:time_start:2338          START_TIME[$name]=1486702206
2017-02-10 04:50:06.025 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:50:06.178 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:50:06.181 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:06.184 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:06.188 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:06.191 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:06.194 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:06.197 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:50:06.200 | +functions-common:time_stop:2354           start_time=1486702206
2017-02-10 04:50:06.203 | +functions-common:time_stop:2356           [[ -z 1486702206 ]]
2017-02-10 04:50:06.207 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:06.210 | +functions-common:time_stop:2359           end_time=1486702206
2017-02-10 04:50:06.213 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:50:06.217 | +functions-common:time_stop:2361           total=7
2017-02-10 04:50:06.220 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:06.223 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=7
2017-02-10 04:50:06.225 | +functions-common:git_clone:549            find /opt/stack/nova -name '*.pyc' -delete
2017-02-10 04:50:06.239 | ++functions-common:git_clone:552            git show-ref refs/tags/stable/mitaka
2017-02-10 04:50:06.243 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:50:06.247 | ++functions-common:git_clone:554            git show-ref refs/heads/stable/mitaka
2017-02-10 04:50:06.252 | +functions-common:git_clone:554            [[ -n 1a24b0b9db6c3cbd389064f39eef43f44c02a04e refs/heads/stable/mitaka ]]
2017-02-10 04:50:06.255 | +functions-common:git_clone:555            git_update_branch stable/mitaka
2017-02-10 04:50:06.258 | +functions-common:git_update_branch:619    local git_branch=stable/mitaka
2017-02-10 04:50:06.261 | +functions-common:git_update_branch:621    git checkout -f origin/stable/mitaka
2017-02-10 04:50:06.516 | Note: checking out 'origin/stable/mitaka'.
2017-02-10 04:50:06.516 |
2017-02-10 04:50:06.516 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:50:06.516 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:50:06.516 | state without impacting any branches by performing another checkout.
2017-02-10 04:50:06.516 |
2017-02-10 04:50:06.516 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:50:06.516 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:50:06.516 |
2017-02-10 04:50:06.516 |   git checkout -b new_branch_name
2017-02-10 04:50:06.516 |
2017-02-10 04:50:06.516 | HEAD is now at 1a24b0b... Prepare for using standard python tests
2017-02-10 04:50:06.521 | +functions-common:git_update_branch:623    git branch -D stable/mitaka
2017-02-10 04:50:06.523 | Deleted branch stable/mitaka (was 1a24b0b).
2017-02-10 04:50:06.526 | +functions-common:git_update_branch:624    git checkout -b stable/mitaka
2017-02-10 04:50:06.626 | Switched to a new branch 'stable/mitaka'
2017-02-10 04:50:06.630 | +functions-common:git_clone:566            cd /opt/stack/nova
2017-02-10 04:50:06.634 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:50:06.634 | +functions-common:git_clone:567            head -1
2017-02-10 04:50:06.635 | 1a24b0b Prepare for using standard python tests
2017-02-10 04:50:06.638 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:50:06.641 | +lib/nova:install_nova:760                 setup_develop /opt/stack/nova
2017-02-10 04:50:06.644 | +inc/python:setup_develop:271              local project_dir=/opt/stack/nova
2017-02-10 04:50:06.647 | +inc/python:setup_develop:272              local extras=
2017-02-10 04:50:06.650 | +inc/python:setup_develop:273              _setup_package_with_constraints_edit /opt/stack/nova -e
2017-02-10 04:50:06.653 | +inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/nova
2017-02-10 04:50:06.656 | +inc/python:_setup_package_with_constraints_edit:304  local flags=-e
2017-02-10 04:50:06.659 | +inc/python:_setup_package_with_constraints_edit:305  local extras=
2017-02-10 04:50:06.662 | +inc/python:_setup_package_with_constraints_edit:307  '[' -n /opt/stack/requirements ']'
2017-02-10 04:50:06.665 | +inc/python:_setup_package_with_constraints_edit:309  local name
2017-02-10 04:50:06.669 | ++inc/python:_setup_package_with_constraints_edit:310  awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg
2017-02-10 04:50:06.673 | +inc/python:_setup_package_with_constraints_edit:310  name=nova
2017-02-10 04:50:06.676 | +inc/python:_setup_package_with_constraints_edit:312  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova '-e file:///opt/stack/nova#egg=nova'
2017-02-10 04:50:06.962 | +inc/python:_setup_package_with_constraints_edit:316  setup_package /opt/stack/nova -e
2017-02-10 04:50:06.965 | +inc/python:setup_package:332              local project_dir=/opt/stack/nova
2017-02-10 04:50:06.968 | +inc/python:setup_package:333              local flags=-e
2017-02-10 04:50:06.971 | +inc/python:setup_package:334              local extras=
2017-02-10 04:50:06.974 | +inc/python:setup_package:338              [[ -n -e ]]
2017-02-10 04:50:06.977 | +inc/python:setup_package:338              [[ -z '' ]]
2017-02-10 04:50:06.980 | +inc/python:setup_package:338              [[ ! -e =~ ^-.* ]]
2017-02-10 04:50:06.983 | +inc/python:setup_package:343              [[ ! -z '' ]]
2017-02-10 04:50:06.986 | +inc/python:setup_package:347              pip_install -e /opt/stack/nova
2017-02-10 04:50:07.576 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova
2017-02-10 04:50:08.342 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:50:08.586 | Obtaining file:///opt/stack/nova
2017-02-10 04:50:10.589 | Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2017-02-10 04:50:12.762 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:50:12.765 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8))
2017-02-10 04:50:12.768 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
2017-02-10 04:50:12.770 | Requirement already satisfied: Paste===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13))
2017-02-10 04:50:12.774 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14))
2017-02-10 04:50:12.776 | Requirement already satisfied: Routes===2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23))
2017-02-10 04:50:12.781 | Requirement already satisfied: SQLAlchemy===1.0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24))
2017-02-10 04:50:12.782 | Requirement already satisfied: WebOb===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30))
2017-02-10 04:50:12.788 | Requirement already satisfied: alembic===0.8.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 63))
2017-02-10 04:50:12.792 | Requirement already satisfied: boto===2.39.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 80))
2017-02-10 04:50:12.794 | Requirement already satisfied: castellan===0.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84))
2017-02-10 04:50:12.803 | Requirement already satisfied: cryptography===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 98))
2017-02-10 04:50:12.822 | Requirement already satisfied: decorator===4.0.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102))
2017-02-10 04:50:12.824 | Requirement already satisfied: enum34===1.1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
2017-02-10 04:50:12.827 | Requirement already satisfied: eventlet===0.18.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125))
2017-02-10 04:50:12.830 | Requirement already satisfied: greenlet===0.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146))
2017-02-10 04:50:12.831 | Requirement already satisfied: idna===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151))
2017-02-10 04:50:12.833 | Requirement already satisfied: ipaddress===1.0.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 153))
2017-02-10 04:50:12.835 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156))
2017-02-10 04:50:12.837 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164))
2017-02-10 04:50:12.844 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169))
2017-02-10 04:50:12.857 | Requirement already satisfied: keystonemiddleware===4.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170))
2017-02-10 04:50:12.870 | Requirement already satisfied: lxml===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179))
2017-02-10 04:50:12.876 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186))
2017-02-10 04:50:12.878 | Requirement already satisfied: netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187))
2017-02-10 04:50:12.880 | Requirement already satisfied: os-brick===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207))
2017-02-10 04:50:12.892 | Requirement already satisfied: os-win===0.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214))
2017-02-10 04:50:12.902 | Requirement already satisfied: oslo.cache===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215))
2017-02-10 04:50:12.912 | Requirement already satisfied: oslo.concurrency===3.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216))
2017-02-10 04:50:12.925 | Requirement already satisfied: oslo.config===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217))
2017-02-10 04:50:12.930 | Requirement already satisfied: oslo.context===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218))
2017-02-10 04:50:12.934 | Requirement already satisfied: oslo.db===4.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219))
2017-02-10 04:50:12.966 | Requirement already satisfied: oslo.i18n===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220))
2017-02-10 04:50:12.970 | Requirement already satisfied: oslo.log===3.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221))
2017-02-10 04:50:12.985 | Requirement already satisfied: oslo.messaging===4.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222))
2017-02-10 04:50:13.010 | Requirement already satisfied: oslo.middleware===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223))
2017-02-10 04:50:13.021 | Requirement already satisfied: oslo.policy===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224))
2017-02-10 04:50:13.028 | Requirement already satisfied: oslo.reports===1.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226))
2017-02-10 04:50:13.036 | Requirement already satisfied: oslo.rootwrap===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227))
2017-02-10 04:50:13.038 | Requirement already satisfied: oslo.serialization===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228))
2017-02-10 04:50:13.045 | Requirement already satisfied: oslo.service===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229))
2017-02-10 04:50:13.061 | Requirement already satisfied: oslo.utils===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230))
2017-02-10 04:50:13.073 | Requirement already satisfied: oslo.versionedobjects===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231))
2017-02-10 04:50:13.087 | Requirement already satisfied: paramiko===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240))
2017-02-10 04:50:13.090 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243))
2017-02-10 04:50:13.092 | Requirement already satisfied: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246))
2017-02-10 04:50:13.096 | Requirement already satisfied: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247))
2017-02-10 04:50:13.101 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250))
2017-02-10 04:50:13.104 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252))
2017-02-10 04:50:13.105 | Requirement already satisfied: psutil===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254))
2017-02-10 04:50:13.107 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259))
2017-02-10 04:50:13.108 | Requirement already satisfied: pycadf===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261))
2017-02-10 04:50:13.114 | Requirement already satisfied: pycrypto===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263))
2017-02-10 04:50:13.115 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265))
2017-02-10 04:50:13.117 | Requirement already satisfied: python-cinderclient===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283))
2017-02-10 04:50:13.126 | Requirement already satisfied: python-dateutil===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286))
2017-02-10 04:50:13.128 | Requirement already satisfied: python-editor===0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288))
2017-02-10 04:50:13.130 | Requirement already satisfied: python-glanceclient===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289))
2017-02-10 04:50:13.141 | Requirement already satisfied: python-keystoneclient===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293))
2017-02-10 04:50:13.154 | Requirement already satisfied: python-neutronclient===4.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301))
2017-02-10 04:50:13.167 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314))
2017-02-10 04:50:13.170 | Requirement already satisfied: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320))
2017-02-10 04:50:13.174 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322))
2017-02-10 04:50:13.181 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328))
2017-02-10 04:50:13.184 | Requirement already satisfied: rfc3986===0.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329))
2017-02-10 04:50:13.186 | Requirement already satisfied: simplejson===3.8.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340))
2017-02-10 04:50:13.188 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342))
2017-02-10 04:50:13.189 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349))
2017-02-10 04:50:13.195 | Requirement already satisfied: sqlparse===0.1.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350))
2017-02-10 04:50:13.197 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351))
2017-02-10 04:50:13.200 | Requirement already satisfied: warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381))
2017-02-10 04:50:13.204 | Requirement already satisfied: websockify===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385))
2017-02-10 04:50:13.207 | Requirement already satisfied: setuptools!=24.0.0,>=16.0 in /usr/local/lib/python2.7/dist-packages (from nova==13.1.3.dev20)
2017-02-10 04:50:13.214 | Requirement already satisfied: Mako===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9))
2017-02-10 04:50:13.216 | Requirement already satisfied: cffi===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87))
2017-02-10 04:50:13.218 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136))
2017-02-10 04:50:13.219 | Requirement already satisfied: dogpile.cache===0.5.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120))
2017-02-10 04:50:13.222 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129))
2017-02-10 04:50:13.225 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101))
2017-02-10 04:50:13.233 | Requirement already satisfied: kombu===3.0.34 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172))
2017-02-10 04:50:13.239 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:50:13.240 | Requirement already satisfied: futurist===0.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138))
2017-02-10 04:50:13.248 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137))
2017-02-10 04:50:13.249 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 64))
2017-02-10 04:50:13.251 | Requirement already satisfied: cachetools===1.1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 82))
2017-02-10 04:50:13.253 | Requirement already satisfied: msgpack-python===0.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185))
2017-02-10 04:50:13.255 | Requirement already satisfied: monotonic===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182))
2017-02-10 04:50:13.256 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))
2017-02-10 04:50:13.258 | Requirement already satisfied: ecdsa===0.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122))
2017-02-10 04:50:13.259 | Requirement already satisfied: cliff===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91))
2017-02-10 04:50:13.268 | Requirement already satisfied: os-client-config===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208))
2017-02-10 04:50:13.273 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27))
2017-02-10 04:50:13.275 | Requirement already satisfied: jsonpatch===1.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159))
2017-02-10 04:50:13.277 | Requirement already satisfied: numpy===1.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198))
2017-02-10 04:50:13.279 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
2017-02-10 04:50:13.281 | Requirement already satisfied: packaging===16.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238))
2017-02-10 04:50:13.284 | Requirement already satisfied: pycparser===2.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262))
2017-02-10 04:50:13.285 | Requirement already satisfied: dogpile.core===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121))
2017-02-10 04:50:13.287 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387))
2017-02-10 04:50:13.288 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65))
2017-02-10 04:50:13.289 | Requirement already satisfied: contextlib2===0.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95))
2017-02-10 04:50:13.291 | Requirement already satisfied: cmd2===0.6.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93))
2017-02-10 04:50:13.293 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271))
2017-02-10 04:50:13.295 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374))
2017-02-10 04:50:13.296 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326))
2017-02-10 04:50:13.299 | Requirement already satisfied: jsonpointer===1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162))
2017-02-10 04:50:13.300 | Installing collected packages: nova
2017-02-10 04:50:13.300 |   Found existing installation: nova 13.1.3.dev20
2017-02-10 04:50:13.304 |     Can't uninstall 'nova'. No files were found to uninstall.
2017-02-10 04:50:13.304 |   Running setup.py develop for nova
2017-02-10 04:50:16.398 | Successfully installed nova
2017-02-10 04:50:16.504 | +inc/python:pip_install:162                result=0
2017-02-10 04:50:16.507 | +inc/python:pip_install:165                local test_req=/opt/stack/nova/test-requirements.txt
2017-02-10 04:50:16.511 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:50:16.514 | +inc/python:pip_install:166                [[ -e /opt/stack/nova/test-requirements.txt ]]
2017-02-10 04:50:16.517 | +inc/python:pip_install:167                echo 'Installing test-requirements for /opt/stack/nova/test-requirements.txt'
2017-02-10 04:50:16.517 | Installing test-requirements for /opt/stack/nova/test-requirements.txt
2017-02-10 04:50:16.520 | +inc/python:pip_install:169                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/nova/test-requirements.txt
2017-02-10 04:50:17.272 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:50:17.537 | Requirement already satisfied: PyMySQL===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20))
2017-02-10 04:50:17.538 | Requirement already satisfied: Sphinx===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26))
2017-02-10 04:50:17.542 | Requirement already satisfied: bandit===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 75))
2017-02-10 04:50:17.548 | Requirement already satisfied: coverage===4.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96))
2017-02-10 04:50:17.550 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 119))
2017-02-10 04:50:17.551 | Requirement already satisfied: fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131))
2017-02-10 04:50:17.558 | Requirement already satisfied: mock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181))
2017-02-10 04:50:17.573 | Requirement already satisfied: mox3===0.14.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184))
2017-02-10 04:50:17.576 | Requirement already satisfied: openstackdocstheme===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203))
2017-02-10 04:50:17.580 | Requirement already satisfied: os-testr===0.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213))
2017-02-10 04:50:17.586 | Requirement already satisfied: oslo.vmware===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232))
2017-02-10 04:50:17.598 | Requirement already satisfied: oslosphinx===4.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233))
2017-02-10 04:50:17.602 | Requirement already satisfied: oslotest===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234))
2017-02-10 04:50:17.612 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243))
2017-02-10 04:50:17.613 | Requirement already satisfied: psycopg2===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255))
2017-02-10 04:50:17.615 | Requirement already satisfied: python-barbicanclient===4.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281))
2017-02-10 04:50:17.625 | Requirement already satisfied: python-ironicclient===1.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292))
2017-02-10 04:50:17.637 | Requirement already satisfied: python-keystoneclient===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293))
2017-02-10 04:50:17.650 | Requirement already satisfied: python-openstackclient===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303))
2017-02-10 04:50:17.666 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310))
2017-02-10 04:50:17.674 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322))
2017-02-10 04:50:17.682 | Requirement already satisfied: requests-mock===0.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325))
2017-02-10 04:50:17.686 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342))
2017-02-10 04:50:17.687 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351))
2017-02-10 04:50:17.691 | Requirement already satisfied: suds-jurko===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352))
2017-02-10 04:50:17.692 | Requirement already satisfied: tempest-lib===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357))
2017-02-10 04:50:17.703 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359))
2017-02-10 04:50:17.710 | Requirement already satisfied: testresources===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360))
2017-02-10 04:50:17.712 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361))
2017-02-10 04:50:17.716 | Requirement already satisfied: testtools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362))
2017-02-10 04:50:17.724 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369))
2017-02-10 04:50:17.726 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375))
2017-02-10 04:50:17.731 | Requirement already satisfied: urllib3===1.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377))
2017-02-10 04:50:17.739 | Requirement already satisfied: hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/nova/test-requirements.txt (line 5))
2017-02-10 04:50:17.746 | Requirement already satisfied: reno>=0.1.1 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/nova/test-requirements.txt (line 31))
2017-02-10 04:50:17.754 | Requirement already satisfied: Pygments===2.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22))
2017-02-10 04:50:17.756 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8))
2017-02-10 04:50:17.759 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:50:17.761 | Requirement already satisfied: GitPython===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7))
2017-02-10 04:50:17.763 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))
2017-02-10 04:50:17.765 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:50:17.768 | Requirement already satisfied: oslo.utils===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230))
2017-02-10 04:50:17.780 | Requirement already satisfied: oslo.concurrency===3.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216))
2017-02-10 04:50:17.793 | Requirement already satisfied: eventlet===0.18.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125))
2017-02-10 04:50:17.796 | Requirement already satisfied: oslo.i18n===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220))
2017-02-10 04:50:17.800 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186))
2017-02-10 04:50:17.802 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101))
2017-02-10 04:50:17.810 | Requirement already satisfied: os-client-config===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208))
2017-02-10 04:50:17.816 | Requirement already satisfied: oslo.serialization===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228))
2017-02-10 04:50:17.823 | Requirement already satisfied: cliff===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91))
2017-02-10 04:50:17.831 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169))
2017-02-10 04:50:17.844 | Requirement already satisfied: httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150))
2017-02-10 04:50:17.846 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
2017-02-10 04:50:17.848 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252))
2017-02-10 04:50:17.850 | Requirement already satisfied: dogpile.cache===0.5.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120))
2017-02-10 04:50:17.852 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156))
2017-02-10 04:50:17.854 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250))
2017-02-10 04:50:17.857 | Requirement already satisfied: oslo.config===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217))
2017-02-10 04:50:17.862 | Requirement already satisfied: python-cinderclient===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283))
2017-02-10 04:50:17.872 | Requirement already satisfied: python-novaclient===3.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302))
2017-02-10 04:50:17.883 | Requirement already satisfied: openstacksdk===0.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204))
2017-02-10 04:50:17.891 | Requirement already satisfied: python-glanceclient===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289))
2017-02-10 04:50:17.902 | Requirement already satisfied: extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126))
2017-02-10 04:50:17.903 | Requirement already satisfied: paramiko===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240))
2017-02-10 04:50:17.907 | Requirement already satisfied: oslo.log===3.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221))
2017-02-10 04:50:17.921 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164))
2017-02-10 04:50:17.929 | Requirement already satisfied: python-mimeparse===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298))
2017-02-10 04:50:17.930 | Requirement already satisfied: pyrsistent===0.11.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 274))
2017-02-10 04:50:17.934 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176))
2017-02-10 04:50:17.936 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 375))
2017-02-10 04:50:17.937 | Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/nova/test-requirements.txt (line 5))
2017-02-10 04:50:17.940 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/nova/test-requirements.txt (line 5))
2017-02-10 04:50:17.942 | Requirement already satisfied: flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/nova/test-requirements.txt (line 5))
2017-02-10 04:50:17.946 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/nova/test-requirements.txt (line 5))
2017-02-10 04:50:17.948 | Requirement already satisfied: dulwich>=0.15.0 in /usr/local/lib/python2.7/dist-packages (from reno>=0.1.1->-r /opt/stack/nova/test-requirements.txt (line 31))
2017-02-10 04:50:17.950 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
2017-02-10 04:50:17.951 | Requirement already satisfied: gitdb===0.6.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140))
2017-02-10 04:50:17.954 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314))
2017-02-10 04:50:17.957 | Requirement already satisfied: monotonic===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182))
2017-02-10 04:50:17.958 | Requirement already satisfied: netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187))
2017-02-10 04:50:17.960 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328))
2017-02-10 04:50:17.964 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129))
2017-02-10 04:50:17.967 | Requirement already satisfied: enum34===1.1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
2017-02-10 04:50:17.971 | Requirement already satisfied: greenlet===0.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146))
2017-02-10 04:50:17.973 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387))
2017-02-10 04:50:17.974 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326))
2017-02-10 04:50:17.977 | Requirement already satisfied: msgpack-python===0.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185))
2017-02-10 04:50:17.980 | Requirement already satisfied: cmd2===0.6.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93))
2017-02-10 04:50:17.982 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271))
2017-02-10 04:50:17.984 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374))
2017-02-10 04:50:17.986 | Requirement already satisfied: dogpile.core===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121))
2017-02-10 04:50:17.988 | Requirement already satisfied: simplejson===3.8.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340))
2017-02-10 04:50:17.989 | Requirement already satisfied: warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381))
2017-02-10 04:50:17.994 | Requirement already satisfied: pycrypto===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263))
2017-02-10 04:50:17.995 | Requirement already satisfied: ecdsa===0.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122))
2017-02-10 04:50:17.997 | Requirement already satisfied: python-dateutil===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286))
2017-02-10 04:50:18.000 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265))
2017-02-10 04:50:18.001 | Requirement already satisfied: oslo.context===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218))
2017-02-10 04:50:18.005 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136))
2017-02-10 04:50:18.006 | Requirement already satisfied: smmap===0.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343))
2017-02-10 04:50:18.008 | Requirement already satisfied: jsonpatch===1.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159))
2017-02-10 04:50:18.011 | Requirement already satisfied: jsonpointer===1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162))
2017-02-10 04:50:18.133 | +inc/python:pip_install:175                result=0
2017-02-10 04:50:18.137 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:50:18.141 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:18.146 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:18.150 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:18.155 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:18.159 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:18.163 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:50:18.168 | +functions-common:time_stop:2354           start_time=1486702207
2017-02-10 04:50:18.172 | +functions-common:time_stop:2356           [[ -z 1486702207 ]]
2017-02-10 04:50:18.178 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:18.183 | +functions-common:time_stop:2359           end_time=1486702218
2017-02-10 04:50:18.187 | +functions-common:time_stop:2360           elapsed_time=11
2017-02-10 04:50:18.192 | +functions-common:time_stop:2361           total=70
2017-02-10 04:50:18.196 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:18.200 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=81
2017-02-10 04:50:18.205 | +inc/python:pip_install:179                return 0
2017-02-10 04:50:18.209 | +inc/python:setup_package:349              [[ -e == \-\e ]]
2017-02-10 04:50:18.214 | +inc/python:setup_package:350              safe_chown -R stack /opt/stack/nova/nova.egg-info
2017-02-10 04:50:18.218 | +functions-common:safe_chown:2260          _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info
2017-02-10 04:50:18.244 | +functions-common:_safe_permission_operation:2152  sudo chown -R stack /opt/stack/nova/nova.egg-info
2017-02-10 04:50:18.253 | +lib/nova:install_nova:761                 sudo install -D -m 0644 -o stack /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion
2017-02-10 04:50:18.263 | +lib/nova:install_nova:763                 '[' False == True ']'
2017-02-10 04:50:18.267 | +lib/stack:stack_install_service:33        [[ False = True ]]
2017-02-10 04:50:18.271 | +./stack.sh:main:839                       cleanup_nova
2017-02-10 04:50:18.275 | +lib/nova:cleanup_nova:200                 is_service_enabled n-cpu
2017-02-10 04:50:18.300 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:18.303 | +lib/nova:cleanup_nova:202                 clean_iptables
2017-02-10 04:50:18.314 | +lib/nova:clean_iptables:188               sed 's/-c [0-9]* [0-9]* //g'
2017-02-10 04:50:18.316 | +lib/nova:clean_iptables:188               awk '{print "sudo iptables",$0}'
2017-02-10 04:50:18.318 | +lib/nova:clean_iptables:188               bash
2017-02-10 04:50:18.319 | +lib/nova:clean_iptables:188               sudo iptables -S -v
2017-02-10 04:50:18.319 | +lib/nova:clean_iptables:188               grep nova
2017-02-10 04:50:18.320 | +lib/nova:clean_iptables:188               grep '\-A'
2017-02-10 04:50:18.322 | +lib/nova:clean_iptables:188               sed s/-A/-D/g
2017-02-10 04:50:18.339 | +lib/nova:clean_iptables:190               sudo iptables -S -v -t nat
2017-02-10 04:50:18.339 | +lib/nova:clean_iptables:190               bash
2017-02-10 04:50:18.340 | +lib/nova:clean_iptables:190               awk '{print "sudo iptables -t nat",$0}'
2017-02-10 04:50:18.342 | +lib/nova:clean_iptables:190               grep nova
2017-02-10 04:50:18.343 | +lib/nova:clean_iptables:190               sed s/-A/-D/g
2017-02-10 04:50:18.344 | +lib/nova:clean_iptables:190               sed 's/-c [0-9]* [0-9]* //g'
2017-02-10 04:50:18.345 | +lib/nova:clean_iptables:190               grep '\-A'
2017-02-10 04:50:18.359 | +lib/nova:clean_iptables:192               sudo iptables -S -v
2017-02-10 04:50:18.361 | +lib/nova:clean_iptables:192               sed s/-N/-X/g
2017-02-10 04:50:18.361 | +lib/nova:clean_iptables:192               sed 's/-c [0-9]* [0-9]* //g'
2017-02-10 04:50:18.363 | +lib/nova:clean_iptables:192               awk '{print "sudo iptables",$0}'
2017-02-10 04:50:18.363 | +lib/nova:clean_iptables:192               grep '\-N'
2017-02-10 04:50:18.365 | +lib/nova:clean_iptables:192               grep nova
2017-02-10 04:50:18.366 | +lib/nova:clean_iptables:192               bash
2017-02-10 04:50:18.378 | +lib/nova:clean_iptables:194               sudo iptables -S -v -t nat
2017-02-10 04:50:18.378 | +lib/nova:clean_iptables:194               awk '{print "sudo iptables -t nat",$0}'
2017-02-10 04:50:18.378 | +lib/nova:clean_iptables:194               bash
2017-02-10 04:50:18.382 | +lib/nova:clean_iptables:194               sed s/-N/-X/g
2017-02-10 04:50:18.385 | +lib/nova:clean_iptables:194               sed 's/-c [0-9]* [0-9]* //g'
2017-02-10 04:50:18.386 | +lib/nova:clean_iptables:194               grep '\-N'
2017-02-10 04:50:18.387 | +lib/nova:clean_iptables:194               grep nova
2017-02-10 04:50:18.392 | +lib/nova:cleanup_nova:205                 local instances
2017-02-10 04:50:18.401 | ++lib/nova:cleanup_nova:206                 sed 's/.*\(instance-[0-9a-fA-F]*\).*/\1/g'
2017-02-10 04:50:18.403 | ++lib/nova:cleanup_nova:206                 sudo virsh list --all
2017-02-10 04:50:18.404 | ++lib/nova:cleanup_nova:206                 grep instance-
2017-02-10 04:50:18.440 | +lib/nova:cleanup_nova:206                 instances=
2017-02-10 04:50:18.444 | +lib/nova:cleanup_nova:207                 '[' '!' '' = '' ']'
2017-02-10 04:50:18.447 | +lib/nova:cleanup_nova:213                 local tgts
2017-02-10 04:50:18.454 | ++lib/nova:cleanup_nova:214                 sudo iscsiadm --mode node
2017-02-10 04:50:18.455 | iscsiadm: No records found
2017-02-10 04:50:18.457 | ++lib/nova:cleanup_nova:214                 cut -d ' ' -f2
2017-02-10 04:50:18.457 | ++lib/nova:cleanup_nova:214                 grep volume-
2017-02-10 04:50:18.461 | +lib/nova:cleanup_nova:214                 tgts=
2017-02-10 04:50:18.464 | +lib/nova:cleanup_nova:215                 local target
2017-02-10 04:50:18.467 | +lib/nova:cleanup_nova:219                 sudo iscsiadm --mode node --op delete
2017-02-10 04:50:18.471 | iscsiadm: No records found
2017-02-10 04:50:18.474 | +lib/nova:cleanup_nova:219                 true
2017-02-10 04:50:18.477 | +lib/nova:cleanup_nova:222                 sudo rm -rf '/opt/stack/data/nova/instances/*'
2017-02-10 04:50:18.484 | +lib/nova:cleanup_nova:225                 sudo rm -rf /opt/stack/data/nova /var/cache/nova
2017-02-10 04:50:18.491 | +lib/nova:cleanup_nova:234                 '[' False == True ']'
2017-02-10 04:50:18.494 | +./stack.sh:main:840                       configure_nova
2017-02-10 04:50:18.497 | +lib/nova:configure_nova:304               sudo install -d -o stack /etc/nova
2017-02-10 04:50:18.504 | +lib/nova:configure_nova:306               install_default_policy nova
2017-02-10 04:50:18.507 | +functions-common:install_default_policy:714  local project=nova
2017-02-10 04:50:18.510 | +functions-common:install_default_policy:715  local project_uc
2017-02-10 04:50:18.515 | ++functions-common:install_default_policy:716  tr a-z A-Z
2017-02-10 04:50:18.516 | ++functions-common:install_default_policy:716  echo nova
2017-02-10 04:50:18.520 | +functions-common:install_default_policy:716  project_uc=NOVA
2017-02-10 04:50:18.523 | +functions-common:install_default_policy:717  local conf_dir=NOVA_CONF_DIR
2017-02-10 04:50:18.526 | +functions-common:install_default_policy:719  conf_dir=/etc/nova
2017-02-10 04:50:18.529 | +functions-common:install_default_policy:720  local project_dir=NOVA_DIR
2017-02-10 04:50:18.532 | +functions-common:install_default_policy:722  project_dir=/opt/stack/nova
2017-02-10 04:50:18.535 | +functions-common:install_default_policy:723  local sample_conf_dir=/opt/stack/nova/etc/nova
2017-02-10 04:50:18.538 | +functions-common:install_default_policy:724  local sample_policy_dir=/opt/stack/nova/etc/nova/policy.d
2017-02-10 04:50:18.541 | +functions-common:install_default_policy:727  cp -p /opt/stack/nova/etc/nova/policy.json /etc/nova
2017-02-10 04:50:18.546 | +functions-common:install_default_policy:729  [[ -d /opt/stack/nova/etc/nova/policy.d ]]
2017-02-10 04:50:18.549 | +lib/nova:configure_nova:308               configure_rootwrap nova
2017-02-10 04:50:18.552 | +inc/rootwrap:configure_rootwrap:43        local project=nova
2017-02-10 04:50:18.555 | +inc/rootwrap:configure_rootwrap:44        local project_uc
2017-02-10 04:50:18.560 | ++inc/rootwrap:configure_rootwrap:45        tr a-z A-Z
2017-02-10 04:50:18.561 | ++inc/rootwrap:configure_rootwrap:45        echo nova
2017-02-10 04:50:18.565 | +inc/rootwrap:configure_rootwrap:45        project_uc=NOVA
2017-02-10 04:50:18.568 | +inc/rootwrap:configure_rootwrap:46        local bin_dir=NOVA_BIN_DIR
2017-02-10 04:50:18.571 | +inc/rootwrap:configure_rootwrap:47        bin_dir=/usr/local/bin
2017-02-10 04:50:18.574 | +inc/rootwrap:configure_rootwrap:48        local project_dir=NOVA_DIR
2017-02-10 04:50:18.577 | +inc/rootwrap:configure_rootwrap:49        project_dir=/opt/stack/nova
2017-02-10 04:50:18.580 | +inc/rootwrap:configure_rootwrap:51        local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova
2017-02-10 04:50:18.583 | +inc/rootwrap:configure_rootwrap:52        local rootwrap_bin=/usr/local/bin/nova-rootwrap
2017-02-10 04:50:18.586 | +inc/rootwrap:configure_rootwrap:55        sudo rm -rf /etc/nova/rootwrap.d
2017-02-10 04:50:18.593 | +inc/rootwrap:configure_rootwrap:56        sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d
2017-02-10 04:50:18.600 | +inc/rootwrap:configure_rootwrap:57        sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/api-metadata.filters /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /opt/stack/nova/etc/nova/rootwrap.d/network.filters /etc/nova/rootwrap.d
2017-02-10 04:50:18.607 | +inc/rootwrap:configure_rootwrap:60        sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf
2017-02-10 04:50:18.614 | +inc/rootwrap:configure_rootwrap:61        sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf
2017-02-10 04:50:18.621 | +inc/rootwrap:configure_rootwrap:64        local tempfile
2017-02-10 04:50:18.625 | ++inc/rootwrap:configure_rootwrap:65        mktemp
2017-02-10 04:50:18.629 | +inc/rootwrap:configure_rootwrap:65        tempfile=/tmp/tmp.qlM4yWtErx
2017-02-10 04:50:18.632 | +inc/rootwrap:configure_rootwrap:67        rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *'
2017-02-10 04:50:18.635 | +inc/rootwrap:configure_rootwrap:68        echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *'
2017-02-10 04:50:18.639 | +inc/rootwrap:configure_rootwrap:69        '[' -f /usr/local/bin/nova-rootwrap-daemon ']'
2017-02-10 04:50:18.642 | +inc/rootwrap:configure_rootwrap:71        rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf'
2017-02-10 04:50:18.645 | +inc/rootwrap:configure_rootwrap:72        echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf'
2017-02-10 04:50:18.648 | +inc/rootwrap:configure_rootwrap:74        chmod 0440 /tmp/tmp.qlM4yWtErx
2017-02-10 04:50:18.651 | +inc/rootwrap:configure_rootwrap:75        sudo chown root:root /tmp/tmp.qlM4yWtErx
2017-02-10 04:50:18.658 | +inc/rootwrap:configure_rootwrap:76        sudo mv /tmp/tmp.qlM4yWtErx /etc/sudoers.d/nova-rootwrap
2017-02-10 04:50:18.666 | ++inc/rootwrap:configure_rootwrap:80        dirname /usr/local/bin/nova-rootwrap
2017-02-10 04:50:18.670 | +inc/rootwrap:configure_rootwrap:80        add_sudo_secure_path /usr/local/bin
2017-02-10 04:50:18.673 | +inc/rootwrap:add_sudo_secure_path:21      local dir=/usr/local/bin
2017-02-10 04:50:18.676 | +inc/rootwrap:add_sudo_secure_path:22      local line
2017-02-10 04:50:18.679 | +inc/rootwrap:add_sudo_secure_path:25      [[ -r /etc/sudoers.d/zz-secure-path ]]
2017-02-10 04:50:18.682 | +inc/rootwrap:add_sudo_secure_path:28      line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin'
2017-02-10 04:50:18.685 | +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 ]]
2017-02-10 04:50:18.688 | +lib/nova:configure_nova:310               [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,h-eng,h-api,h-api-cfn,h-api-cw,s-proxy,s-object,s-container,s-account,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-metering =~ n-api ]]
2017-02-10 04:50:18.691 | +lib/nova:configure_nova:312               cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova
2017-02-10 04:50:18.695 | +lib/nova:configure_nova:316               [[ False == \T\r\u\e ]]
2017-02-10 04:50:18.698 | +lib/nova:configure_nova:322               is_service_enabled n-cpu
2017-02-10 04:50:18.717 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:18.720 | +lib/nova:configure_nova:324               sudo sysctl -w net.ipv4.ip_forward=1
2017-02-10 04:50:18.723 | net.ipv4.ip_forward = 1
2017-02-10 04:50:18.727 | +lib/nova:configure_nova:326               [[ libvirt = \l\i\b\v\i\r\t ]]
2017-02-10 04:50:18.730 | +lib/nova:configure_nova:330               [[ kvm == \k\v\m ]]
2017-02-10 04:50:18.733 | +lib/nova:configure_nova:331               sudo modprobe kvm
2017-02-10 04:50:18.740 | +lib/nova:configure_nova:332               '[' '!' -e /dev/kvm ']'
2017-02-10 04:50:18.743 | +lib/nova:configure_nova:333               echo 'WARNING: Switching to QEMU'
2017-02-10 04:50:18.743 | WARNING: Switching to QEMU
2017-02-10 04:50:18.746 | +lib/nova:configure_nova:334               LIBVIRT_TYPE=qemu
2017-02-10 04:50:18.749 | +lib/nova:configure_nova:335               which selinuxenabled
2017-02-10 04:50:18.754 | +lib/nova:configure_nova:345               [[ qemu == \l\x\c ]]
2017-02-10 04:50:18.757 | +lib/nova:configure_nova:371               sudo install -d -o stack /opt/stack/data/nova/instances
2017-02-10 04:50:18.764 | +lib/nova:configure_nova:376               '[' -L /dev/disk/by-label/nova-instances ']'
2017-02-10 04:50:18.767 | +lib/nova:configure_nova:382               is_suse
2017-02-10 04:50:18.770 | +functions-common:is_suse:453              [[ -z Ubuntu ]]
2017-02-10 04:50:18.773 | +functions-common:is_suse:457              [[ Ubuntu =~ (openSUSE) ]]
2017-02-10 04:50:18.776 | +functions-common:is_suse:457              [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
2017-02-10 04:50:18.779 | +lib/nova:configure_nova:389               create_nova_conf
2017-02-10 04:50:18.782 | +lib/nova:create_nova_conf:460             rm -f /opt/stack/nova/bin/nova.conf
2017-02-10 04:50:18.786 | +lib/nova:create_nova_conf:463             rm -f /etc/nova/nova.conf
2017-02-10 04:50:18.790 | +lib/nova:create_nova_conf:464             iniset /etc/nova/nova.conf DEFAULT debug True
2017-02-10 04:50:18.812 | +lib/nova:create_nova_conf:465             '[' True == True ']'
2017-02-10 04:50:18.815 | +lib/nova:create_nova_conf:466             iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True
2017-02-10 04:50:18.837 | +lib/nova:create_nova_conf:468             iniset /etc/nova/nova.conf DEFAULT api_paste_config /etc/nova/api-paste.ini
2017-02-10 04:50:18.859 | +lib/nova:create_nova_conf:469             iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf
2017-02-10 04:50:18.881 | +lib/nova:create_nova_conf:470             iniset /etc/nova/nova.conf DEFAULT scheduler_driver filter_scheduler
2017-02-10 04:50:18.904 | +lib/nova:create_nova_conf:471             iniset /etc/nova/nova.conf DEFAULT scheduler_default_filters RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter
2017-02-10 04:50:18.926 | +lib/nova:create_nova_conf:472             iniset /etc/nova/nova.conf DEFAULT force_dhcp_release True
2017-02-10 04:50:18.949 | +lib/nova:create_nova_conf:473             iniset /etc/nova/nova.conf DEFAULT default_floating_pool public
2017-02-10 04:50:18.971 | +lib/nova:create_nova_conf:474             iniset /etc/nova/nova.conf DEFAULT s3_host 172.30.250.59
2017-02-10 04:50:18.992 | +lib/nova:create_nova_conf:475             iniset /etc/nova/nova.conf DEFAULT s3_port 3333
2017-02-10 04:50:19.014 | +lib/nova:create_nova_conf:476             [[ 4 == 6 ]]
2017-02-10 04:50:19.017 | +lib/nova:create_nova_conf:480             iniset /etc/nova/nova.conf DEFAULT my_ip 172.30.250.59
2017-02-10 04:50:19.044 | ++lib/nova:create_nova_conf:482             database_connection_url nova
2017-02-10 04:50:19.049 | ++lib/database:database_connection_url:134  local db=nova
2017-02-10 04:50:19.054 | ++lib/database:database_connection_url:135  database_connection_url_mysql nova
2017-02-10 04:50:19.060 | ++lib/databases/mysql:database_connection_url_mysql:176  local db=nova
2017-02-10 04:50:19.065 | ++lib/databases/mysql:database_connection_url_mysql:177  echo 'mysql+pymysql://root:pass@127.0.0.1/nova?charset=utf8'
2017-02-10 04:50:19.069 | +lib/nova:create_nova_conf:482             iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:pass@127.0.0.1/nova?charset=utf8'
2017-02-10 04:50:19.103 | ++lib/nova:create_nova_conf:483             database_connection_url nova_api
2017-02-10 04:50:19.108 | ++lib/database:database_connection_url:134  local db=nova_api
2017-02-10 04:50:19.113 | ++lib/database:database_connection_url:135  database_connection_url_mysql nova_api
2017-02-10 04:50:19.118 | ++lib/databases/mysql:database_connection_url_mysql:176  local db=nova_api
2017-02-10 04:50:19.124 | ++lib/databases/mysql:database_connection_url_mysql:177  echo 'mysql+pymysql://root:pass@127.0.0.1/nova_api?charset=utf8'
2017-02-10 04:50:19.128 | +lib/nova:create_nova_conf:483             iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:pass@127.0.0.1/nova_api?charset=utf8'
2017-02-10 04:50:19.160 | +lib/nova:create_nova_conf:484             iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x
2017-02-10 04:50:19.190 | +lib/nova:create_nova_conf:485             iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0
2017-02-10 04:50:19.221 | +lib/nova:create_nova_conf:486             iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0
2017-02-10 04:50:19.250 | +lib/nova:create_nova_conf:487             iniset /etc/nova/nova.conf DEFAULT s3_listen 0.0.0.0
2017-02-10 04:50:19.281 | +lib/nova:create_nova_conf:489             is_fedora
2017-02-10 04:50:19.285 | +functions-common:is_fedora:438            [[ -z Ubuntu ]]
2017-02-10 04:50:19.289 | +functions-common:is_fedora:442            '[' Ubuntu = Fedora ']'
2017-02-10 04:50:19.293 | +functions-common:is_fedora:442            '[' Ubuntu = 'Red Hat' ']'
2017-02-10 04:50:19.297 | +functions-common:is_fedora:443            '[' Ubuntu = RedHatEnterpriseServer ']'
2017-02-10 04:50:19.302 | +functions-common:is_fedora:444            '[' Ubuntu = CentOS ']'
2017-02-10 04:50:19.306 | +functions-common:is_fedora:444            '[' Ubuntu = OracleLinux ']'
2017-02-10 04:50:19.310 | +functions-common:is_fedora:445            '[' Ubuntu = Virtuozzo ']'
2017-02-10 04:50:19.314 | +functions-common:is_fedora:445            '[' Ubuntu = kvmibm ']'
2017-02-10 04:50:19.318 | +lib/nova:create_nova_conf:489             is_suse
2017-02-10 04:50:19.322 | +functions-common:is_suse:453              [[ -z Ubuntu ]]
2017-02-10 04:50:19.327 | +functions-common:is_suse:457              [[ Ubuntu =~ (openSUSE) ]]
2017-02-10 04:50:19.331 | +functions-common:is_suse:457              [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
2017-02-10 04:50:19.336 | +lib/nova:create_nova_conf:495             is_service_enabled n-api
2017-02-10 04:50:19.361 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:19.365 | +lib/nova:create_nova_conf:496             is_service_enabled n-api-meta
2017-02-10 04:50:19.390 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:19.394 | +lib/nova:create_nova_conf:500             iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute,metadata
2017-02-10 04:50:19.426 | +lib/nova:create_nova_conf:501             is_service_enabled tls-proxy
2017-02-10 04:50:19.450 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:19.454 | +lib/nova:create_nova_conf:507             configure_auth_token_middleware /etc/nova/nova.conf nova /var/cache/nova
2017-02-10 04:50:19.459 | +lib/keystone:configure_auth_token_middleware:467  local conf_file=/etc/nova/nova.conf
2017-02-10 04:50:19.463 | +lib/keystone:configure_auth_token_middleware:468  local admin_user=nova
2017-02-10 04:50:19.467 | +lib/keystone:configure_auth_token_middleware:469  local signing_dir=/var/cache/nova
2017-02-10 04:50:19.471 | +lib/keystone:configure_auth_token_middleware:470  local section=keystone_authtoken
2017-02-10 04:50:19.476 | +lib/keystone:configure_auth_token_middleware:472  iniset /etc/nova/nova.conf keystone_authtoken auth_type password
2017-02-10 04:50:19.507 | +lib/keystone:configure_auth_token_middleware:473  iniset /etc/nova/nova.conf keystone_authtoken auth_url http://172.30.250.59:35357
2017-02-10 04:50:19.536 | +lib/keystone:configure_auth_token_middleware:474  iniset /etc/nova/nova.conf keystone_authtoken username nova
2017-02-10 04:50:19.565 | +lib/keystone:configure_auth_token_middleware:475  iniset /etc/nova/nova.conf keystone_authtoken password pass
2017-02-10 04:50:19.595 | +lib/keystone:configure_auth_token_middleware:476  iniset /etc/nova/nova.conf keystone_authtoken user_domain_id default
2017-02-10 04:50:19.625 | +lib/keystone:configure_auth_token_middleware:477  iniset /etc/nova/nova.conf keystone_authtoken project_name service
2017-02-10 04:50:19.655 | +lib/keystone:configure_auth_token_middleware:478  iniset /etc/nova/nova.conf keystone_authtoken project_domain_id default
2017-02-10 04:50:19.683 | +lib/keystone:configure_auth_token_middleware:480  iniset /etc/nova/nova.conf keystone_authtoken auth_uri http://172.30.250.59:5000
2017-02-10 04:50:19.713 | +lib/keystone:configure_auth_token_middleware:481  iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2017-02-10 04:50:19.740 | +lib/keystone:configure_auth_token_middleware:482  iniset /etc/nova/nova.conf keystone_authtoken signing_dir /var/cache/nova
2017-02-10 04:50:19.769 | +lib/keystone:configure_auth_token_middleware:483  iniset /etc/nova/nova.conf keystone_authtoken memcached_servers 172.30.250.59:11211
2017-02-10 04:50:19.796 | +lib/nova:create_nova_conf:510             is_service_enabled cinder
2017-02-10 04:50:19.819 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:19.823 | +lib/nova:create_nova_conf:511             is_ssl_enabled_service cinder
2017-02-10 04:50:19.827 | +lib/tls:is_ssl_enabled_service:377        local services=cinder
2017-02-10 04:50:19.831 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:50:19.835 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:50:19.839 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:50:19.843 | +lib/nova:create_nova_conf:511             is_service_enabled tls-proxy
2017-02-10 04:50:19.867 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:19.871 | +lib/nova:create_nova_conf:518             '[' -n /opt/stack/data/nova ']'
2017-02-10 04:50:19.876 | +lib/nova:create_nova_conf:519             iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova
2017-02-10 04:50:19.906 | +lib/nova:create_nova_conf:520             iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova
2017-02-10 04:50:19.936 | +lib/nova:create_nova_conf:522             '[' -n /opt/stack/data/nova/instances ']'
2017-02-10 04:50:19.940 | +lib/nova:create_nova_conf:523             iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances
2017-02-10 04:50:19.969 | +lib/nova:create_nova_conf:525             '[' False '!=' False ']'
2017-02-10 04:50:19.974 | +lib/nova:create_nova_conf:529             '[' False '!=' False ']'
2017-02-10 04:50:19.978 | +lib/nova:create_nova_conf:532             '[' True '!=' False ']'
2017-02-10 04:50:19.982 | +lib/nova:create_nova_conf:533             iniset /etc/nova/nova.conf DEFAULT force_config_drive True
2017-02-10 04:50:20.012 | +lib/nova:create_nova_conf:536             '[' True == True ']'
2017-02-10 04:50:20.016 | +lib/nova:create_nova_conf:536             '[' False == False ']'
2017-02-10 04:50:20.020 | +lib/nova:create_nova_conf:536             '[' False == False ']'
2017-02-10 04:50:20.024 | +lib/nova:create_nova_conf:537             setup_colorized_logging /etc/nova/nova.conf DEFAULT
2017-02-10 04:50:20.028 | +functions:setup_colorized_logging:611     local conf_file=/etc/nova/nova.conf
2017-02-10 04:50:20.032 | +functions:setup_colorized_logging:612     local conf_section=DEFAULT
2017-02-10 04:50:20.037 | +functions:setup_colorized_logging:613     local project_var=project_name
2017-02-10 04:50:20.041 | +functions:setup_colorized_logging:614     local user_var=user_name
2017-02-10 04:50:20.045 | +functions:setup_colorized_logging:616     iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_name)s %(project_name)s%(color)s] %(instance)s%(color)s%(message)s'
2017-02-10 04:50:20.075 | +functions:setup_colorized_logging:617     iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2017-02-10 04:50:20.105 | +functions:setup_colorized_logging:618     iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d'
2017-02-10 04:50:20.134 | +functions:setup_colorized_logging:619     iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s'
2017-02-10 04:50:20.163 | +lib/nova:create_nova_conf:542             '[' False == True ']'
2017-02-10 04:50:20.167 | +lib/nova:create_nova_conf:546             is_service_enabled ceilometer
2017-02-10 04:50:20.193 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:20.197 | +lib/nova:create_nova_conf:555             is_service_enabled n-cpu
2017-02-10 04:50:20.222 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:20.226 | +lib/nova:create_nova_conf:556             NOVNCPROXY_URL=http://172.30.250.59:6080/vnc_auto.html
2017-02-10 04:50:20.230 | +lib/nova:create_nova_conf:557             iniset /etc/nova/nova.conf vnc novncproxy_base_url http://172.30.250.59:6080/vnc_auto.html
2017-02-10 04:50:20.260 | +lib/nova:create_nova_conf:558             XVPVNCPROXY_URL=http://172.30.250.59:6081/console
2017-02-10 04:50:20.264 | +lib/nova:create_nova_conf:559             iniset /etc/nova/nova.conf vnc xvpvncproxy_base_url http://172.30.250.59:6081/console
2017-02-10 04:50:20.296 | +lib/nova:create_nova_conf:560             SPICEHTML5PROXY_URL=http://172.30.250.59:6082/spice_auto.html
2017-02-10 04:50:20.300 | +lib/nova:create_nova_conf:561             iniset /etc/nova/nova.conf spice html5proxy_base_url http://172.30.250.59:6082/spice_auto.html
2017-02-10 04:50:20.332 | +lib/nova:create_nova_conf:564             is_service_enabled n-novnc
2017-02-10 04:50:20.358 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:20.362 | +lib/nova:create_nova_conf:567             VNCSERVER_LISTEN=127.0.0.1
2017-02-10 04:50:20.366 | +lib/nova:create_nova_conf:568             VNCSERVER_PROXYCLIENT_ADDRESS=127.0.0.1
2017-02-10 04:50:20.370 | +lib/nova:create_nova_conf:569             iniset /etc/nova/nova.conf vnc enabled true
2017-02-10 04:50:20.401 | +lib/nova:create_nova_conf:570             iniset /etc/nova/nova.conf vnc vncserver_listen 127.0.0.1
2017-02-10 04:50:20.431 | +lib/nova:create_nova_conf:571             iniset /etc/nova/nova.conf vnc vncserver_proxyclient_address 127.0.0.1
2017-02-10 04:50:20.460 | +lib/nova:create_nova_conf:572             iniset /etc/nova/nova.conf DEFAULT novncproxy_host 0.0.0.0
2017-02-10 04:50:20.489 | +lib/nova:create_nova_conf:573             iniset /etc/nova/nova.conf vnc xvpvncproxy_host 0.0.0.0
2017-02-10 04:50:20.518 | +lib/nova:create_nova_conf:578             is_service_enabled n-spice
2017-02-10 04:50:20.541 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:20.545 | +lib/nova:create_nova_conf:588             iniset /etc/nova/nova.conf spice enabled false
2017-02-10 04:50:20.575 | +lib/nova:create_nova_conf:591             iniset_rpc_backend nova /etc/nova/nova.conf
2017-02-10 04:50:20.579 | +lib/rpc_backend:iniset_rpc_backend:114    local package=nova
2017-02-10 04:50:20.583 | +lib/rpc_backend:iniset_rpc_backend:115    local file=/etc/nova/nova.conf
2017-02-10 04:50:20.587 | +lib/rpc_backend:iniset_rpc_backend:116    local section=DEFAULT
2017-02-10 04:50:20.591 | +lib/rpc_backend:iniset_rpc_backend:117    is_service_enabled rabbit
2017-02-10 04:50:20.616 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:20.620 | +lib/rpc_backend:iniset_rpc_backend:118    iniset /etc/nova/nova.conf DEFAULT rpc_backend rabbit
2017-02-10 04:50:20.649 | +lib/rpc_backend:iniset_rpc_backend:119    iniset /etc/nova/nova.conf oslo_messaging_rabbit rabbit_hosts 172.30.250.59
2017-02-10 04:50:20.678 | +lib/rpc_backend:iniset_rpc_backend:120    iniset /etc/nova/nova.conf oslo_messaging_rabbit rabbit_password pass
2017-02-10 04:50:20.708 | +lib/rpc_backend:iniset_rpc_backend:121    iniset /etc/nova/nova.conf oslo_messaging_rabbit rabbit_userid stackrabbit
2017-02-10 04:50:20.739 | +lib/rpc_backend:iniset_rpc_backend:122    '[' -n '' ']'
2017-02-10 04:50:20.743 | +lib/rpc_backend:iniset_rpc_backend:125    '[' -n '' ']'
2017-02-10 04:50:20.747 | +lib/nova:create_nova_conf:592             iniset /etc/nova/nova.conf glance api_servers http://172.30.250.59:9292
2017-02-10 04:50:20.779 | +lib/nova:create_nova_conf:594             iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2
2017-02-10 04:50:20.803 | +lib/nova:create_nova_conf:595             iniset /etc/nova/nova.conf DEFAULT metadata_workers 2
2017-02-10 04:50:20.826 | +lib/nova:create_nova_conf:597             iniset /etc/nova/nova.conf conductor workers 2
2017-02-10 04:50:20.850 | +lib/nova:create_nova_conf:599             iniset /etc/nova/nova.conf cinder os_region_name RegionOne
2017-02-10 04:50:20.873 | +lib/nova:create_nova_conf:601             [[ '' == \L\V\M ]]
2017-02-10 04:50:20.876 | +lib/nova:create_nova_conf:606             is_ssl_enabled_service glance
2017-02-10 04:50:20.879 | +lib/tls:is_ssl_enabled_service:377        local services=glance
2017-02-10 04:50:20.882 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:50:20.885 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:50:20.888 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:50:20.891 | +lib/nova:create_nova_conf:606             is_service_enabled tls-proxy
2017-02-10 04:50:20.910 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:20.913 | +lib/nova:create_nova_conf:611             is_ssl_enabled_service nova
2017-02-10 04:50:20.916 | +lib/tls:is_ssl_enabled_service:377        local services=nova
2017-02-10 04:50:20.919 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:50:20.922 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:50:20.925 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:50:20.928 | +lib/nova:create_nova_conf:620             is_service_enabled n-sproxy
2017-02-10 04:50:20.946 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:20.949 | +lib/nova:create_nova_conf:624             iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5
2017-02-10 04:50:20.973 | +lib/nova:create_nova_conf:627             sudo cp /etc/nova/nova.conf /etc/nova/nova-dhcpbridge.conf
2017-02-10 04:50:20.980 | +lib/nova:create_nova_conf:629             local service=n-dhcp
2017-02-10 04:50:20.983 | +lib/nova:create_nova_conf:630             local logfile=n-dhcp.log.2017-02-10-124752
2017-02-10 04:50:20.986 | +lib/nova:create_nova_conf:631             local real_logfile=/opt/stack/logs/n-dhcp.log.2017-02-10-124752
2017-02-10 04:50:20.989 | +lib/nova:create_nova_conf:632             [[ -n /opt/stack/logs ]]
2017-02-10 04:50:20.992 | +lib/nova:create_nova_conf:633             bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''n-dhcp.log.2017-02-10-124752'\'' n-dhcp.log'
2017-02-10 04:50:20.996 | +lib/nova:create_nova_conf:634             iniset /etc/nova/nova-dhcpbridge.conf DEFAULT log_file /opt/stack/logs/n-dhcp.log.2017-02-10-124752
2017-02-10 04:50:21.019 | +lib/nova:create_nova_conf:635             [[ -n '' ]]
2017-02-10 04:50:21.022 | +lib/nova:create_nova_conf:641             iniset /etc/nova/nova.conf DEFAULT dhcpbridge_flagfile /etc/nova/nova-dhcpbridge.conf
2017-02-10 04:50:21.045 | +lib/nova:configure_nova:391               is_service_enabled n-cpu
2017-02-10 04:50:21.064 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:21.067 | +lib/nova:configure_nova:391               [[ -r /opt/devstack/lib/nova_plugins/hypervisor-libvirt ]]
2017-02-10 04:50:21.070 | +lib/nova:configure_nova:393               configure_nova_hypervisor
2017-02-10 04:50:21.073 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:40  configure_libvirt
2017-02-10 04:50:21.076 | +lib/nova_plugins/functions-libvirt:configure_libvirt:60  is_service_enabled neutron
2017-02-10 04:50:21.095 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:21.098 | +lib/nova_plugins/functions-libvirt:configure_libvirt:60  is_neutron_ovs_base_plugin
2017-02-10 04:50:21.101 | +lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17  return 0
2017-02-10 04:50:21.104 | +lib/nova_plugins/functions-libvirt:configure_libvirt:60  sudo grep -q '^cgroup_device_acl' /etc/libvirt/qemu.conf
2017-02-10 04:50:21.111 | +lib/nova_plugins/functions-libvirt:configure_libvirt:74  is_ubuntu
2017-02-10 04:50:21.114 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:21.117 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:21.120 | +lib/nova_plugins/functions-libvirt:configure_libvirt:74  '[' '!' -f /etc/init.d/libvirtd ']'
2017-02-10 04:50:21.123 | +lib/nova_plugins/functions-libvirt:configure_libvirt:75  LIBVIRT_DAEMON=libvirt-bin
2017-02-10 04:50:21.126 | +lib/nova_plugins/functions-libvirt:configure_libvirt:80  is_fedora
2017-02-10 04:50:21.129 | +functions-common:is_fedora:438            [[ -z Ubuntu ]]
2017-02-10 04:50:21.132 | +functions-common:is_fedora:442            '[' Ubuntu = Fedora ']'
2017-02-10 04:50:21.135 | +functions-common:is_fedora:442            '[' Ubuntu = 'Red Hat' ']'
2017-02-10 04:50:21.138 | +functions-common:is_fedora:443            '[' Ubuntu = RedHatEnterpriseServer ']'
2017-02-10 04:50:21.141 | +functions-common:is_fedora:444            '[' Ubuntu = CentOS ']'
2017-02-10 04:50:21.144 | +functions-common:is_fedora:444            '[' Ubuntu = OracleLinux ']'
2017-02-10 04:50:21.147 | +functions-common:is_fedora:445            '[' Ubuntu = Virtuozzo ']'
2017-02-10 04:50:21.150 | +functions-common:is_fedora:445            '[' Ubuntu = kvmibm ']'
2017-02-10 04:50:21.153 | +lib/nova_plugins/functions-libvirt:configure_libvirt:80  is_suse
2017-02-10 04:50:21.156 | +functions-common:is_suse:453              [[ -z Ubuntu ]]
2017-02-10 04:50:21.159 | +functions-common:is_suse:457              [[ Ubuntu =~ (openSUSE) ]]
2017-02-10 04:50:21.162 | +functions-common:is_suse:457              [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
2017-02-10 04:50:21.165 | +lib/nova_plugins/functions-libvirt:configure_libvirt:99  getent group libvirtd
2017-02-10 04:50:21.178 | +lib/nova_plugins/functions-libvirt:configure_libvirt:102  add_user_to_group stack libvirtd
2017-02-10 04:50:21.181 | +functions-common:add_user_to_group:2172   local user=stack
2017-02-10 04:50:21.184 | +functions-common:add_user_to_group:2173   local group=libvirtd
2017-02-10 04:50:21.187 | +functions-common:add_user_to_group:2175   sudo usermod -a -G libvirtd stack
2017-02-10 04:50:21.215 | +lib/nova_plugins/functions-libvirt:configure_libvirt:105  [[ True = \T\r\u\e ]]
2017-02-10 04:50:21.218 | +lib/nova_plugins/functions-libvirt:configure_libvirt:106  is_ubuntu
2017-02-10 04:50:21.221 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:21.224 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:21.227 | +lib/nova_plugins/functions-libvirt:configure_libvirt:111  local 'log_filters=1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:qemu_monitor'
2017-02-10 04:50:21.230 | +lib/nova_plugins/functions-libvirt:configure_libvirt:115  local log_outputs=1:file:/var/log/libvirt/libvirtd.log
2017-02-10 04:50:21.233 | +lib/nova_plugins/functions-libvirt:configure_libvirt:116  sudo grep -q '^log_filters="1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:qemu_monitor"' /etc/libvirt/libvirtd.conf
2017-02-10 04:50:21.241 | +lib/nova_plugins/functions-libvirt:configure_libvirt:119  sudo grep -q '^log_outputs="1:file:/var/log/libvirt/libvirtd.log"' /etc/libvirt/libvirtd.conf
2017-02-10 04:50:21.248 | +lib/nova_plugins/functions-libvirt:configure_libvirt:126  [[ -f /usr/share/libvirt/cpu_map.xml ]]
2017-02-10 04:50:21.251 | +lib/nova_plugins/functions-libvirt:configure_libvirt:127  sudo /opt/devstack/tools/cpu_map_update.py /usr/share/libvirt/cpu_map.xml
2017-02-10 04:50:21.287 | +lib/nova_plugins/functions-libvirt:configure_libvirt:134  stop_service libvirt-bin
2017-02-10 04:50:21.290 | +functions-common:stop_service:2276        is_ubuntu
2017-02-10 04:50:21.293 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:21.296 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:21.299 | +functions-common:stop_service:2277        sudo /usr/sbin/service libvirt-bin stop
2017-02-10 04:50:21.313 | libvirt-bin stop/waiting
2017-02-10 04:50:21.316 | +lib/nova_plugins/functions-libvirt:configure_libvirt:135  start_service libvirt-bin
2017-02-10 04:50:21.319 | +functions-common:start_service:2266       is_ubuntu
2017-02-10 04:50:21.322 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:21.325 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:21.328 | +functions-common:start_service:2267       sudo /usr/sbin/service libvirt-bin start
2017-02-10 04:50:23.351 | libvirt-bin start/running, process 16489
2017-02-10 04:50:23.356 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:41  iniset /etc/nova/nova.conf libvirt virt_type qemu
2017-02-10 04:50:23.380 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:42  iniset /etc/nova/nova.conf libvirt cpu_mode none
2017-02-10 04:50:23.403 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:43  iniset /etc/nova/nova.conf libvirt use_usb_tablet False
2017-02-10 04:50:23.427 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:44  iniset /etc/nova/nova.conf libvirt live_migration_uri qemu+ssh://stack@%s/system
2017-02-10 04:50:23.450 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:45  iniset /etc/nova/nova.conf DEFAULT default_ephemeral_format ext4
2017-02-10 04:50:23.474 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:46  iniset /etc/nova/nova.conf DEFAULT compute_driver libvirt.LibvirtDriver
2017-02-10 04:50:23.497 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:47  LIBVIRT_FIREWALL_DRIVER=nova.virt.libvirt.firewall.IptablesFirewallDriver
2017-02-10 04:50:23.500 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:48  iniset /etc/nova/nova.conf DEFAULT firewall_driver nova.virt.libvirt.firewall.IptablesFirewallDriver
2017-02-10 04:50:23.524 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:50  is_arch ppc64
2017-02-10 04:50:23.528 | ++functions-common:is_arch:420              uname -m
2017-02-10 04:50:23.531 | +functions-common:is_arch:420              [[ x86_64 == \p\p\c\6\4 ]]
2017-02-10 04:50:23.535 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:55  is_arch aarch64
2017-02-10 04:50:23.539 | ++functions-common:is_arch:420              uname -m
2017-02-10 04:50:23.542 | +functions-common:is_arch:420              [[ x86_64 == \a\a\r\c\h\6\4 ]]
2017-02-10 04:50:23.545 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:62  iniset /etc/nova/nova.conf libvirt inject_partition -2
2017-02-10 04:50:23.569 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:64  [[ qemu = \p\a\r\a\l\l\e\l\s ]]
2017-02-10 04:50:23.572 | +./stack.sh:main:843                       is_service_enabled horizon
2017-02-10 04:50:23.591 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:23.594 | +./stack.sh:main:845                       install_django_openstack_auth
2017-02-10 04:50:23.598 | +lib/horizon:install_django_openstack_auth:158  use_library_from_git django_openstack_auth
2017-02-10 04:50:23.601 | +inc/python:use_library_from_git:197       local name=django_openstack_auth
2017-02-10 04:50:23.604 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:50:23.607 | +inc/python:use_library_from_git:199       [[ ,, =~ ,django_openstack_auth, ]]
2017-02-10 04:50:23.610 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:50:23.613 | +./stack.sh:main:847                       stack_install_service horizon
2017-02-10 04:50:23.616 | +lib/stack:stack_install_service:20        local service=horizon
2017-02-10 04:50:23.619 | +lib/stack:stack_install_service:21        type install_horizon
2017-02-10 04:50:23.622 | +lib/stack:stack_install_service:23        [[ False = True ]]
2017-02-10 04:50:23.625 | +lib/stack:stack_install_service:32        install_horizon
2017-02-10 04:50:23.629 | +lib/horizon:install_horizon:173           install_apache_wsgi
2017-02-10 04:50:23.632 | +lib/apache:install_apache_wsgi:48         is_ubuntu
2017-02-10 04:50:23.635 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:23.638 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:23.641 | +lib/apache:install_apache_wsgi:50         install_package apache2 libapache2-mod-wsgi
2017-02-10 04:50:23.644 | +functions-common:install_package:1276     update_package_repo
2017-02-10 04:50:23.647 | +functions-common:update_package_repo:1248  NO_UPDATE_REPOS=False
2017-02-10 04:50:23.650 | +functions-common:update_package_repo:1249  REPOS_UPDATED=True
2017-02-10 04:50:23.653 | +functions-common:update_package_repo:1250  RETRY_UPDATE=False
2017-02-10 04:50:23.656 | +functions-common:update_package_repo:1252  [[ False = \T\r\u\e ]]
2017-02-10 04:50:23.659 | +functions-common:update_package_repo:1256  is_ubuntu
2017-02-10 04:50:23.662 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:23.665 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:23.668 | +functions-common:update_package_repo:1257  apt_get_update
2017-02-10 04:50:23.671 | +functions-common:apt_get_update:1050      [[ True == \T\r\u\e ]]
2017-02-10 04:50:23.675 | +functions-common:apt_get_update:1050      [[ False != \T\r\u\e ]]
2017-02-10 04:50:23.678 | +functions-common:apt_get_update:1051      return
2017-02-10 04:50:23.681 | +functions-common:install_package:1277     real_install_package apache2 libapache2-mod-wsgi
2017-02-10 04:50:23.684 | +functions-common:real_install_package:1262  is_ubuntu
2017-02-10 04:50:23.687 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:23.690 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:23.693 | +functions-common:real_install_package:1263  apt_get install apache2 libapache2-mod-wsgi
2017-02-10 04:50:23.714 | +functions-common:apt_get:1091             sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 libapache2-mod-wsgi
2017-02-10 04:50:23.723 | Reading package lists...
2017-02-10 04:50:23.930 | Building dependency tree...
2017-02-10 04:50:23.930 | Reading state information...
2017-02-10 04:50:24.039 | apache2 is already the newest version.
2017-02-10 04:50:24.039 | libapache2-mod-wsgi is already the newest version.
2017-02-10 04:50:24.039 | The following packages were automatically installed and are no longer required:
2017-02-10 04:50:24.039 |   python-chardet-whl python-colorama python-colorama-whl python-distlib
2017-02-10 04:50:24.039 |   python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl
2017-02-10 04:50:24.039 |   python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
2017-02-10 04:50:24.039 |   python-wheel python3-pkg-resources
2017-02-10 04:50:24.039 | Use 'apt-get autoremove' to remove them.
2017-02-10 04:50:24.060 | 0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
2017-02-10 04:50:24.064 | +functions-common:apt_get:1095             result=0
2017-02-10 04:50:24.067 | +functions-common:apt_get:1098             time_stop apt-get
2017-02-10 04:50:24.070 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:24.073 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:24.076 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:24.079 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:24.082 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:24.086 | +functions-common:time_stop:2353           name=apt-get
2017-02-10 04:50:24.089 | +functions-common:time_stop:2354           start_time=1486702223
2017-02-10 04:50:24.092 | +functions-common:time_stop:2356           [[ -z 1486702223 ]]
2017-02-10 04:50:24.096 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:24.099 | +functions-common:time_stop:2359           end_time=1486702224
2017-02-10 04:50:24.102 | +functions-common:time_stop:2360           elapsed_time=1
2017-02-10 04:50:24.105 | +functions-common:time_stop:2361           total=1
2017-02-10 04:50:24.108 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:24.111 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=2
2017-02-10 04:50:24.114 | +functions-common:apt_get:1099             return 0
2017-02-10 04:50:24.117 | +lib/apache:install_apache_wsgi:52         sudo a2enmod wsgi
2017-02-10 04:50:24.142 | Module wsgi already enabled
2017-02-10 04:50:24.145 | +lib/apache:install_apache_wsgi:67         sudo a2enmod version
2017-02-10 04:50:24.169 | ERROR: Module version does not exist!
2017-02-10 04:50:24.172 | +lib/apache:install_apache_wsgi:67         true
2017-02-10 04:50:24.176 | +lib/horizon:install_horizon:175           git_clone http://git.trystack.cn/openstack/horizon.git /opt/stack/horizon stable/mitaka
2017-02-10 04:50:24.179 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/horizon.git
2017-02-10 04:50:24.182 | +functions-common:git_clone:496            local git_dest=/opt/stack/horizon
2017-02-10 04:50:24.185 | +functions-common:git_clone:497            local git_ref=stable/mitaka
2017-02-10 04:50:24.188 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:50:24.192 | ++functions-common:git_clone:499            pwd
2017-02-10 04:50:24.195 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:50:24.198 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:50:24.202 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:50:24.222 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:50:24.225 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:50:24.228 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:50:24.232 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:50:24.232 | +functions-common:git_clone:516            echo stable/mitaka
2017-02-10 04:50:24.236 | +functions-common:git_clone:530            [[ ! -d /opt/stack/horizon ]]
2017-02-10 04:50:24.239 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:50:24.242 | +functions-common:git_clone:542            cd /opt/stack/horizon
2017-02-10 04:50:24.245 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/horizon.git
2017-02-10 04:50:24.249 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:50:24.252 | +functions-common:git_timed:591            local count=0
2017-02-10 04:50:24.255 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:50:24.258 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:50:24.261 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:50:24.265 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:50:24.268 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:50:24.271 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:50:24.274 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:50:24.278 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:50:24.281 | +functions-common:time_start:2338          START_TIME[$name]=1486702224
2017-02-10 04:50:24.284 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:50:24.419 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:50:24.422 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:24.425 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:24.428 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:24.431 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:24.434 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:24.437 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:50:24.441 | +functions-common:time_stop:2354           start_time=1486702224
2017-02-10 04:50:24.444 | +functions-common:time_stop:2356           [[ -z 1486702224 ]]
2017-02-10 04:50:24.448 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:24.451 | +functions-common:time_stop:2359           end_time=1486702224
2017-02-10 04:50:24.454 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:50:24.457 | +functions-common:time_stop:2361           total=7
2017-02-10 04:50:24.460 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:24.463 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=7
2017-02-10 04:50:24.466 | +functions-common:git_clone:549            find /opt/stack/horizon -name '*.pyc' -delete
2017-02-10 04:50:24.478 | ++functions-common:git_clone:552            git show-ref refs/tags/stable/mitaka
2017-02-10 04:50:24.482 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:50:24.486 | ++functions-common:git_clone:554            git show-ref refs/heads/stable/mitaka
2017-02-10 04:50:24.490 | +functions-common:git_clone:554            [[ -n dc7c7fe04d78105271a7030a7bdc9e31008fbf54 refs/heads/stable/mitaka ]]
2017-02-10 04:50:24.493 | +functions-common:git_clone:555            git_update_branch stable/mitaka
2017-02-10 04:50:24.497 | +functions-common:git_update_branch:619    local git_branch=stable/mitaka
2017-02-10 04:50:24.500 | +functions-common:git_update_branch:621    git checkout -f origin/stable/mitaka
2017-02-10 04:50:24.692 | Note: checking out 'origin/stable/mitaka'.
2017-02-10 04:50:24.692 |
2017-02-10 04:50:24.692 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:50:24.692 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:50:24.692 | state without impacting any branches by performing another checkout.
2017-02-10 04:50:24.692 |
2017-02-10 04:50:24.692 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:50:24.692 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:50:24.692 |
2017-02-10 04:50:24.692 |   git checkout -b new_branch_name
2017-02-10 04:50:24.692 |
2017-02-10 04:50:24.693 | HEAD is now at dc7c7fe... Imported Translations from Zanata
2017-02-10 04:50:24.697 | +functions-common:git_update_branch:623    git branch -D stable/mitaka
2017-02-10 04:50:24.698 | Deleted branch stable/mitaka (was dc7c7fe).
2017-02-10 04:50:24.701 | +functions-common:git_update_branch:624    git checkout -b stable/mitaka
2017-02-10 04:50:24.781 | Switched to a new branch 'stable/mitaka'
2017-02-10 04:50:24.785 | +functions-common:git_clone:566            cd /opt/stack/horizon
2017-02-10 04:50:24.789 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:50:24.791 | +functions-common:git_clone:567            head -1
2017-02-10 04:50:24.794 | dc7c7fe Imported Translations from Zanata
2017-02-10 04:50:24.798 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:50:24.801 | +lib/stack:stack_install_service:33        [[ False = True ]]
2017-02-10 04:50:24.804 | +./stack.sh:main:850                       is_service_enabled heat
2017-02-10 04:50:24.823 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:24.826 | +./stack.sh:main:851                       stack_install_service heat
2017-02-10 04:50:24.829 | +lib/stack:stack_install_service:20        local service=heat
2017-02-10 04:50:24.833 | +lib/stack:stack_install_service:21        type install_heat
2017-02-10 04:50:24.836 | +lib/stack:stack_install_service:23        [[ False = True ]]
2017-02-10 04:50:24.839 | +lib/stack:stack_install_service:32        install_heat
2017-02-10 04:50:24.842 | +lib/heat:install_heat:264                 git_clone http://git.trystack.cn/openstack/heat.git /opt/stack/heat stable/mitaka
2017-02-10 04:50:24.845 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/heat.git
2017-02-10 04:50:24.848 | +functions-common:git_clone:496            local git_dest=/opt/stack/heat
2017-02-10 04:50:24.851 | +functions-common:git_clone:497            local git_ref=stable/mitaka
2017-02-10 04:50:24.854 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:50:24.859 | ++functions-common:git_clone:499            pwd
2017-02-10 04:50:24.862 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:50:24.865 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:50:24.869 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:50:24.889 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:50:24.892 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:50:24.896 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:50:24.900 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:50:24.901 | +functions-common:git_clone:516            echo stable/mitaka
2017-02-10 04:50:24.904 | +functions-common:git_clone:530            [[ ! -d /opt/stack/heat ]]
2017-02-10 04:50:24.907 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:50:24.910 | +functions-common:git_clone:542            cd /opt/stack/heat
2017-02-10 04:50:24.913 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/heat.git
2017-02-10 04:50:24.917 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:50:24.920 | +functions-common:git_timed:591            local count=0
2017-02-10 04:50:24.923 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:50:24.926 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:50:24.929 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:50:24.932 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:50:24.935 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:50:24.938 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:50:24.941 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:50:24.945 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:50:24.949 | +functions-common:time_start:2338          START_TIME[$name]=1486702224
2017-02-10 04:50:24.952 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:50:25.212 | From http://git.trystack.cn/openstack/heat
2017-02-10 04:50:25.213 |    981da46..b2e436a  master     -> origin/master
2017-02-10 04:50:25.217 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:50:25.220 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:25.223 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:25.226 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:25.229 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:25.233 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:25.236 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:50:25.239 | +functions-common:time_stop:2354           start_time=1486702224
2017-02-10 04:50:25.242 | +functions-common:time_stop:2356           [[ -z 1486702224 ]]
2017-02-10 04:50:25.246 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:25.249 | +functions-common:time_stop:2359           end_time=1486702225
2017-02-10 04:50:25.252 | +functions-common:time_stop:2360           elapsed_time=1
2017-02-10 04:50:25.255 | +functions-common:time_stop:2361           total=7
2017-02-10 04:50:25.258 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:25.262 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=8
2017-02-10 04:50:25.265 | +functions-common:git_clone:549            find /opt/stack/heat -name '*.pyc' -delete
2017-02-10 04:50:25.272 | ++functions-common:git_clone:552            git show-ref refs/tags/stable/mitaka
2017-02-10 04:50:25.276 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:50:25.280 | ++functions-common:git_clone:554            git show-ref refs/heads/stable/mitaka
2017-02-10 04:50:25.284 | +functions-common:git_clone:554            [[ -n 32fefb75ffc175053aef0d65bc41ae9f978639b2 refs/heads/stable/mitaka ]]
2017-02-10 04:50:25.287 | +functions-common:git_clone:555            git_update_branch stable/mitaka
2017-02-10 04:50:25.290 | +functions-common:git_update_branch:619    local git_branch=stable/mitaka
2017-02-10 04:50:25.293 | +functions-common:git_update_branch:621    git checkout -f origin/stable/mitaka
2017-02-10 04:50:25.390 | Note: checking out 'origin/stable/mitaka'.
2017-02-10 04:50:25.390 |
2017-02-10 04:50:25.390 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:50:25.390 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:50:25.390 | state without impacting any branches by performing another checkout.
2017-02-10 04:50:25.390 |
2017-02-10 04:50:25.391 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:50:25.391 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:50:25.391 |
2017-02-10 04:50:25.391 |   git checkout -b new_branch_name
2017-02-10 04:50:25.391 |
2017-02-10 04:50:25.391 | HEAD is now at 32fefb7... Merge "Use metadata and personality with server rebuild" into stable/mitaka
2017-02-10 04:50:25.398 | +functions-common:git_update_branch:623    git branch -D stable/mitaka
2017-02-10 04:50:25.399 | Deleted branch stable/mitaka (was 32fefb7).
2017-02-10 04:50:25.402 | +functions-common:git_update_branch:624    git checkout -b stable/mitaka
2017-02-10 04:50:25.447 | Switched to a new branch 'stable/mitaka'
2017-02-10 04:50:25.450 | +functions-common:git_clone:566            cd /opt/stack/heat
2017-02-10 04:50:25.454 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:50:25.456 | +functions-common:git_clone:567            head -1
2017-02-10 04:50:25.456 | 32fefb7 Merge "Use metadata and personality with server rebuild" into stable/mitaka
2017-02-10 04:50:25.459 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:50:25.462 | +lib/heat:install_heat:265                 setup_develop /opt/stack/heat
2017-02-10 04:50:25.465 | +inc/python:setup_develop:271              local project_dir=/opt/stack/heat
2017-02-10 04:50:25.469 | +inc/python:setup_develop:272              local extras=
2017-02-10 04:50:25.472 | +inc/python:setup_develop:273              _setup_package_with_constraints_edit /opt/stack/heat -e
2017-02-10 04:50:25.475 | +inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/heat
2017-02-10 04:50:25.478 | +inc/python:_setup_package_with_constraints_edit:304  local flags=-e
2017-02-10 04:50:25.481 | +inc/python:_setup_package_with_constraints_edit:305  local extras=
2017-02-10 04:50:25.484 | +inc/python:_setup_package_with_constraints_edit:307  '[' -n /opt/stack/requirements ']'
2017-02-10 04:50:25.487 | +inc/python:_setup_package_with_constraints_edit:309  local name
2017-02-10 04:50:25.491 | ++inc/python:_setup_package_with_constraints_edit:310  awk '/^name.*=/ {print $3}' /opt/stack/heat/setup.cfg
2017-02-10 04:50:25.495 | +inc/python:_setup_package_with_constraints_edit:310  name=heat
2017-02-10 04:50:25.498 | +inc/python:_setup_package_with_constraints_edit:312  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- heat '-e file:///opt/stack/heat#egg=heat'
2017-02-10 04:50:25.781 | +inc/python:_setup_package_with_constraints_edit:316  setup_package /opt/stack/heat -e
2017-02-10 04:50:25.784 | +inc/python:setup_package:332              local project_dir=/opt/stack/heat
2017-02-10 04:50:25.787 | +inc/python:setup_package:333              local flags=-e
2017-02-10 04:50:25.790 | +inc/python:setup_package:334              local extras=
2017-02-10 04:50:25.793 | +inc/python:setup_package:338              [[ -n -e ]]
2017-02-10 04:50:25.796 | +inc/python:setup_package:338              [[ -z '' ]]
2017-02-10 04:50:25.799 | +inc/python:setup_package:338              [[ ! -e =~ ^-.* ]]
2017-02-10 04:50:25.802 | +inc/python:setup_package:343              [[ ! -z '' ]]
2017-02-10 04:50:25.805 | +inc/python:setup_package:347              pip_install -e /opt/stack/heat
2017-02-10 04:50:26.410 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/heat
2017-02-10 04:50:27.253 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:50:27.503 | Obtaining file:///opt/stack/heat
2017-02-10 04:50:29.001 | Obtaining heat from file:///opt/stack/heat#egg=heat (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2017-02-10 04:50:30.469 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:50:30.471 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14))
2017-02-10 04:50:30.473 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:50:30.475 | Requirement already satisfied: Routes===2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23))
2017-02-10 04:50:30.479 | Requirement already satisfied: SQLAlchemy===1.0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24))
2017-02-10 04:50:30.481 | Requirement already satisfied: WebOb===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30))
2017-02-10 04:50:30.487 | Requirement already satisfied: croniter===0.3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 97))
2017-02-10 04:50:30.491 | Requirement already satisfied: cryptography===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 98))
2017-02-10 04:50:30.510 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101))
2017-02-10 04:50:30.518 | Requirement already satisfied: enum34===1.1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
2017-02-10 04:50:30.521 | Requirement already satisfied: eventlet===0.18.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125))
2017-02-10 04:50:30.524 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))
2017-02-10 04:50:30.525 | Requirement already satisfied: greenlet===0.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146))
2017-02-10 04:50:30.527 | Requirement already satisfied: idna===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151))
2017-02-10 04:50:30.529 | Requirement already satisfied: ipaddress===1.0.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 153))
2017-02-10 04:50:30.530 | Requirement already satisfied: keystonemiddleware===4.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170))
2017-02-10 04:50:30.544 | Requirement already satisfied: lxml===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179))
2017-02-10 04:50:30.549 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186))
2017-02-10 04:50:30.551 | Requirement already satisfied: oslo.cache===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216))
2017-02-10 04:50:30.560 | Requirement already satisfied: oslo.concurrency===3.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217))
2017-02-10 04:50:30.574 | Requirement already satisfied: oslo.config===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218))
2017-02-10 04:50:30.579 | Requirement already satisfied: oslo.context===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219))
2017-02-10 04:50:30.582 | Requirement already satisfied: oslo.db===4.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220))
2017-02-10 04:50:30.614 | Requirement already satisfied: oslo.i18n===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221))
2017-02-10 04:50:30.618 | Requirement already satisfied: oslo.log===3.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222))
2017-02-10 04:50:30.632 | Requirement already satisfied: oslo.messaging===4.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223))
2017-02-10 04:50:30.656 | Requirement already satisfied: oslo.middleware===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224))
2017-02-10 04:50:30.666 | Requirement already satisfied: oslo.policy===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225))
2017-02-10 04:50:30.673 | Requirement already satisfied: oslo.reports===1.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227))
2017-02-10 04:50:30.681 | Requirement already satisfied: oslo.serialization===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229))
2017-02-10 04:50:30.688 | Requirement already satisfied: oslo.service===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230))
2017-02-10 04:50:30.704 | Requirement already satisfied: oslo.utils===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231))
2017-02-10 04:50:30.717 | Requirement already satisfied: oslo.versionedobjects===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232))
2017-02-10 04:50:30.731 | Requirement already satisfied: osprofiler===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236))
2017-02-10 04:50:30.737 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244))
2017-02-10 04:50:30.739 | Requirement already satisfied: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247))
2017-02-10 04:50:30.743 | Requirement already satisfied: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248))
2017-02-10 04:50:30.748 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251))
2017-02-10 04:50:30.750 | Requirement already satisfied: psutil===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255))
2017-02-10 04:50:30.752 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260))
2017-02-10 04:50:30.754 | Requirement already satisfied: pycadf===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262))
2017-02-10 04:50:30.760 | Requirement already satisfied: pycrypto===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264))
2017-02-10 04:50:30.761 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266))
2017-02-10 04:50:30.762 | Requirement already satisfied: python-barbicanclient===4.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282))
2017-02-10 04:50:30.772 | Requirement already satisfied: python-ceilometerclient===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283))
2017-02-10 04:50:30.783 | Requirement already satisfied: python-cinderclient===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284))
2017-02-10 04:50:30.793 | Requirement already satisfied: python-dateutil===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287))
2017-02-10 04:50:30.795 | Requirement already satisfied: python-designateclient===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288))
2017-02-10 04:50:30.806 | Requirement already satisfied: python-glanceclient===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290))
2017-02-10 04:50:30.816 | Requirement already satisfied: python-heatclient===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291))
2017-02-10 04:50:30.831 | Requirement already satisfied: python-keystoneclient===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294))
2017-02-10 04:50:30.844 | Requirement already satisfied: python-magnumclient===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296))
2017-02-10 04:50:30.855 | Requirement already satisfied: python-manilaclient===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297))
2017-02-10 04:50:30.868 | Requirement already satisfied: python-mistralclient===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300))
2017-02-10 04:50:30.875 | Requirement already satisfied: python-neutronclient===4.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302))
2017-02-10 04:50:30.889 | Requirement already satisfied: python-novaclient===3.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303))
2017-02-10 04:50:30.901 | Requirement already satisfied: python-openstackclient===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304))
2017-02-10 04:50:30.917 | Requirement already satisfied: python-saharaclient===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307))
2017-02-10 04:50:30.931 | Requirement already satisfied: python-senlinclient===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309))
2017-02-10 04:50:30.944 | Requirement already satisfied: python-swiftclient===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312))
2017-02-10 04:50:30.948 | Requirement already satisfied: python-troveclient===2.1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313))
2017-02-10 04:50:30.960 | Requirement already satisfied: python-zaqarclient===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314))
2017-02-10 04:50:30.968 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315))
2017-02-10 04:50:30.971 | Requirement already satisfied: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321))
2017-02-10 04:50:30.975 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323))
2017-02-10 04:50:30.982 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329))
2017-02-10 04:50:30.985 | Requirement already satisfied: simplejson===3.8.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341))
2017-02-10 04:50:30.987 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343))
2017-02-10 04:50:30.988 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350))
2017-02-10 04:50:30.995 | Requirement already satisfied: sqlparse===0.1.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351))
2017-02-10 04:50:30.996 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352))
2017-02-10 04:50:31.000 | Requirement already satisfied: warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382))
2017-02-10 04:50:31.004 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388))
2017-02-10 04:50:31.005 | Requirement already satisfied: setuptools in /usr/local/lib/python2.7/dist-packages (from croniter===0.3.11->-c /opt/stack/requirements/upper-constraints.txt (line 97))
2017-02-10 04:50:31.013 | Requirement already satisfied: cffi===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87))
2017-02-10 04:50:31.015 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169))
2017-02-10 04:50:31.030 | Requirement already satisfied: dogpile.cache===0.5.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120))
2017-02-10 04:50:31.032 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129))
2017-02-10 04:50:31.036 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156))
2017-02-10 04:50:31.038 | Requirement already satisfied: alembic===0.8.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 63))
2017-02-10 04:50:31.042 | Requirement already satisfied: kombu===3.0.34 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172))
2017-02-10 04:50:31.048 | Requirement already satisfied: futurist===0.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138))
2017-02-10 04:50:31.057 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137))
2017-02-10 04:50:31.058 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 64))
2017-02-10 04:50:31.060 | Requirement already satisfied: cachetools===1.1.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 82))
2017-02-10 04:50:31.062 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8))
2017-02-10 04:50:31.066 | Requirement already satisfied: msgpack-python===0.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185))
2017-02-10 04:50:31.068 | Requirement already satisfied: monotonic===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182))
2017-02-10 04:50:31.069 | Requirement already satisfied: Paste===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13))
2017-02-10 04:50:31.074 | Requirement already satisfied: netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187))
2017-02-10 04:50:31.076 | Requirement already satisfied: cliff===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91))
2017-02-10 04:50:31.085 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253))
2017-02-10 04:50:31.086 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164))
2017-02-10 04:50:31.095 | Requirement already satisfied: os-client-config===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209))
2017-02-10 04:50:31.101 | Requirement already satisfied: openstacksdk===0.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205))
2017-02-10 04:50:31.110 | Requirement already satisfied: decorator===4.0.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102))
2017-02-10 04:50:31.111 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27))
2017-02-10 04:50:31.113 | Requirement already satisfied: jsonpatch===1.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159))
2017-02-10 04:50:31.115 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
2017-02-10 04:50:31.117 | Requirement already satisfied: packaging===16.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239))
2017-02-10 04:50:31.121 | Requirement already satisfied: pycparser===2.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263))
2017-02-10 04:50:31.122 | Requirement already satisfied: dogpile.core===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121))
2017-02-10 04:50:31.124 | Requirement already satisfied: python-editor===0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289))
2017-02-10 04:50:31.126 | Requirement already satisfied: Mako===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9))
2017-02-10 04:50:31.128 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65))
2017-02-10 04:50:31.130 | Requirement already satisfied: contextlib2===0.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95))
2017-02-10 04:50:31.131 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
2017-02-10 04:50:31.133 | Requirement already satisfied: cmd2===0.6.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93))
2017-02-10 04:50:31.136 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 272))
2017-02-10 04:50:31.137 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375))
2017-02-10 04:50:31.139 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136))
2017-02-10 04:50:31.140 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327))
2017-02-10 04:50:31.143 | Requirement already satisfied: jsonpointer===1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162))
2017-02-10 04:50:31.144 | Installing collected packages: heat
2017-02-10 04:50:31.144 |   Found existing installation: heat 6.1.1
2017-02-10 04:50:31.147 |     Can't uninstall 'heat'. No files were found to uninstall.
2017-02-10 04:50:31.147 |   Running setup.py develop for heat
2017-02-10 04:50:33.621 | Successfully installed heat
2017-02-10 04:50:33.737 | +inc/python:pip_install:162                result=0
2017-02-10 04:50:33.740 | +inc/python:pip_install:165                local test_req=/opt/stack/heat/test-requirements.txt
2017-02-10 04:50:33.744 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:50:33.747 | +inc/python:pip_install:166                [[ -e /opt/stack/heat/test-requirements.txt ]]
2017-02-10 04:50:33.750 | +inc/python:pip_install:167                echo 'Installing test-requirements for /opt/stack/heat/test-requirements.txt'
2017-02-10 04:50:33.750 | Installing test-requirements for /opt/stack/heat/test-requirements.txt
2017-02-10 04:50:33.753 | +inc/python:pip_install:169                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/heat/test-requirements.txt
2017-02-10 04:50:34.547 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:50:34.816 | Requirement already satisfied: PyMySQL===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20))
2017-02-10 04:50:34.817 | Requirement already satisfied: Sphinx===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26))
2017-02-10 04:50:34.822 | Requirement already satisfied: bandit===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 75))
2017-02-10 04:50:34.828 | Requirement already satisfied: coverage===4.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96))
2017-02-10 04:50:34.830 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 119))
2017-02-10 04:50:34.831 | Requirement already satisfied: fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131))
2017-02-10 04:50:34.838 | Requirement already satisfied: kombu===3.0.34 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172))
2017-02-10 04:50:34.844 | Requirement already satisfied: mock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181))
2017-02-10 04:50:34.859 | Requirement already satisfied: mox3===0.14.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184))
2017-02-10 04:50:34.862 | Requirement already satisfied: oslosphinx===4.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234))
2017-02-10 04:50:34.866 | Requirement already satisfied: oslotest===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235))
2017-02-10 04:50:34.876 | Requirement already satisfied: paramiko===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241))
2017-02-10 04:50:34.879 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244))
2017-02-10 04:50:34.881 | Requirement already satisfied: psycopg2===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256))
2017-02-10 04:50:34.883 | Requirement already satisfied: pycrypto===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264))
2017-02-10 04:50:34.884 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311))
2017-02-10 04:50:34.893 | Requirement already satisfied: qpid-python===0.32 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318))
2017-02-10 04:50:34.894 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323))
2017-02-10 04:50:34.901 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343))
2017-02-10 04:50:34.903 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352))
2017-02-10 04:50:34.906 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360))
2017-02-10 04:50:34.913 | Requirement already satisfied: testresources===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361))
2017-02-10 04:50:34.915 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362))
2017-02-10 04:50:34.918 | Requirement already satisfied: testtools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363))
2017-02-10 04:50:34.927 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370))
2017-02-10 04:50:34.929 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376))
2017-02-10 04:50:34.933 | Requirement already satisfied: hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/heat/test-requirements.txt (line 6))
2017-02-10 04:50:34.940 | Requirement already satisfied: reno>=0.1.1 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/heat/test-requirements.txt (line 24))
2017-02-10 04:50:34.948 | Requirement already satisfied: Pygments===2.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22))
2017-02-10 04:50:34.950 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8))
2017-02-10 04:50:34.953 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:50:34.955 | Requirement already satisfied: GitPython===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7))
2017-02-10 04:50:34.957 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65))
2017-02-10 04:50:34.959 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 64))
2017-02-10 04:50:34.961 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))
2017-02-10 04:50:34.963 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101))
2017-02-10 04:50:34.972 | Requirement already satisfied: os-client-config===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209))
2017-02-10 04:50:34.978 | Requirement already satisfied: ecdsa===0.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122))
2017-02-10 04:50:34.980 | Requirement already satisfied: extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126))
2017-02-10 04:50:34.981 | Requirement already satisfied: python-mimeparse===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299))
2017-02-10 04:50:34.983 | Requirement already satisfied: pyrsistent===0.11.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275))
2017-02-10 04:50:34.987 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176))
2017-02-10 04:50:34.988 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 376))
2017-02-10 04:50:34.990 | Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/heat/test-requirements.txt (line 6))
2017-02-10 04:50:34.993 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/heat/test-requirements.txt (line 6))
2017-02-10 04:50:34.995 | Requirement already satisfied: flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/heat/test-requirements.txt (line 6))
2017-02-10 04:50:35.000 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/heat/test-requirements.txt (line 6))
2017-02-10 04:50:35.002 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:50:35.005 | Requirement already satisfied: dulwich>=0.15.0 in /usr/local/lib/python2.7/dist-packages (from reno>=0.1.1->-r /opt/stack/heat/test-requirements.txt (line 24))
2017-02-10 04:50:35.006 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
2017-02-10 04:50:35.008 | Requirement already satisfied: gitdb===0.6.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140))
2017-02-10 04:50:35.011 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388))
2017-02-10 04:50:35.012 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327))
2017-02-10 04:50:35.015 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169))
2017-02-10 04:50:35.029 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
2017-02-10 04:50:35.031 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315))
2017-02-10 04:50:35.034 | Requirement already satisfied: smmap===0.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344))
2017-02-10 04:50:35.036 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156))
2017-02-10 04:50:35.038 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251))
2017-02-10 04:50:35.153 | +inc/python:pip_install:175                result=0
2017-02-10 04:50:35.157 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:50:35.161 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:35.164 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:35.168 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:35.171 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:35.175 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:35.178 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:50:35.181 | +functions-common:time_stop:2354           start_time=1486702225
2017-02-10 04:50:35.185 | +functions-common:time_stop:2356           [[ -z 1486702225 ]]
2017-02-10 04:50:35.189 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:35.193 | +functions-common:time_stop:2359           end_time=1486702235
2017-02-10 04:50:35.197 | +functions-common:time_stop:2360           elapsed_time=10
2017-02-10 04:50:35.200 | +functions-common:time_stop:2361           total=81
2017-02-10 04:50:35.203 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:35.207 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=91
2017-02-10 04:50:35.210 | +inc/python:pip_install:179                return 0
2017-02-10 04:50:35.214 | +inc/python:setup_package:349              [[ -e == \-\e ]]
2017-02-10 04:50:35.217 | +inc/python:setup_package:350              safe_chown -R stack /opt/stack/heat/heat.egg-info
2017-02-10 04:50:35.221 | +functions-common:safe_chown:2260          _safe_permission_operation chown -R stack /opt/stack/heat/heat.egg-info
2017-02-10 04:50:35.242 | +functions-common:_safe_permission_operation:2152  sudo chown -R stack /opt/stack/heat/heat.egg-info
2017-02-10 04:50:35.250 | +lib/heat:install_heat:266                 '[' False == True ']'
2017-02-10 04:50:35.254 | +lib/stack:stack_install_service:33        [[ False = True ]]
2017-02-10 04:50:35.257 | +./stack.sh:main:852                       install_heat_other
2017-02-10 04:50:35.261 | +lib/heat:install_heat_other:273           git_clone http://git.trystack.cn/openstack/heat-cfntools.git /opt/stack/heat-cfntools master
2017-02-10 04:50:35.264 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/heat-cfntools.git
2017-02-10 04:50:35.268 | +functions-common:git_clone:496            local git_dest=/opt/stack/heat-cfntools
2017-02-10 04:50:35.271 | +functions-common:git_clone:497            local git_ref=master
2017-02-10 04:50:35.274 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:50:35.279 | ++functions-common:git_clone:499            pwd
2017-02-10 04:50:35.282 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:50:35.286 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:50:35.290 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:50:35.312 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:50:35.315 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:50:35.319 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:50:35.323 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:50:35.324 | +functions-common:git_clone:516            echo master
2017-02-10 04:50:35.328 | +functions-common:git_clone:530            [[ ! -d /opt/stack/heat-cfntools ]]
2017-02-10 04:50:35.331 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:50:35.334 | +functions-common:git_clone:542            cd /opt/stack/heat-cfntools
2017-02-10 04:50:35.337 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/heat-cfntools.git
2017-02-10 04:50:35.342 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:50:35.345 | +functions-common:git_timed:591            local count=0
2017-02-10 04:50:35.349 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:50:35.352 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:50:35.355 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:50:35.358 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:50:35.362 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:50:35.365 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:50:35.368 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:50:35.373 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:50:35.377 | +functions-common:time_start:2338          START_TIME[$name]=1486702235
2017-02-10 04:50:35.380 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:50:35.466 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:50:35.469 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:35.473 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:35.476 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:35.480 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:35.483 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:35.486 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:50:35.490 | +functions-common:time_stop:2354           start_time=1486702235
2017-02-10 04:50:35.493 | +functions-common:time_stop:2356           [[ -z 1486702235 ]]
2017-02-10 04:50:35.498 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:35.502 | +functions-common:time_stop:2359           end_time=1486702235
2017-02-10 04:50:35.505 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:50:35.508 | +functions-common:time_stop:2361           total=8
2017-02-10 04:50:35.512 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:35.515 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=8
2017-02-10 04:50:35.519 | +functions-common:git_clone:549            find /opt/stack/heat-cfntools -name '*.pyc' -delete
2017-02-10 04:50:35.525 | ++functions-common:git_clone:552            git show-ref refs/tags/master
2017-02-10 04:50:35.529 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:50:35.534 | ++functions-common:git_clone:554            git show-ref refs/heads/master
2017-02-10 04:50:35.538 | +functions-common:git_clone:554            [[ -n 407f8a5b00e1ee8a92a7e05012a3677fa741103b refs/heads/master ]]
2017-02-10 04:50:35.542 | +functions-common:git_clone:555            git_update_branch master
2017-02-10 04:50:35.545 | +functions-common:git_update_branch:619    local git_branch=master
2017-02-10 04:50:35.549 | +functions-common:git_update_branch:621    git checkout -f origin/master
2017-02-10 04:50:35.553 | Note: checking out 'origin/master'.
2017-02-10 04:50:35.553 |
2017-02-10 04:50:35.553 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:50:35.554 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:50:35.554 | state without impacting any branches by performing another checkout.
2017-02-10 04:50:35.554 |
2017-02-10 04:50:35.554 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:50:35.554 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:50:35.554 |
2017-02-10 04:50:35.554 |   git checkout -b new_branch_name
2017-02-10 04:50:35.554 |
2017-02-10 04:50:35.554 | HEAD is now at 407f8a5... Remove white space between print ()
2017-02-10 04:50:35.558 | +functions-common:git_update_branch:623    git branch -D master
2017-02-10 04:50:35.559 | Deleted branch master (was 407f8a5).
2017-02-10 04:50:35.563 | +functions-common:git_update_branch:624    git checkout -b master
2017-02-10 04:50:35.566 | Switched to a new branch 'master'
2017-02-10 04:50:35.570 | +functions-common:git_clone:566            cd /opt/stack/heat-cfntools
2017-02-10 04:50:35.574 | +functions-common:git_clone:567            head -1
2017-02-10 04:50:35.574 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:50:35.575 | 407f8a5 Remove white space between print ()
2017-02-10 04:50:35.579 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:50:35.582 | +lib/heat:install_heat_other:274           git_clone http://git.trystack.cn/openstack/heat-templates.git /opt/stack/heat-templates master
2017-02-10 04:50:35.586 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/heat-templates.git
2017-02-10 04:50:35.589 | +functions-common:git_clone:496            local git_dest=/opt/stack/heat-templates
2017-02-10 04:50:35.592 | +functions-common:git_clone:497            local git_ref=master
2017-02-10 04:50:35.596 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:50:35.600 | ++functions-common:git_clone:499            pwd
2017-02-10 04:50:35.604 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:50:35.607 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:50:35.612 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:50:35.635 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:50:35.639 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:50:35.642 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:50:35.647 | +functions-common:git_clone:516            echo master
2017-02-10 04:50:35.647 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:50:35.651 | +functions-common:git_clone:530            [[ ! -d /opt/stack/heat-templates ]]
2017-02-10 04:50:35.655 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:50:35.658 | +functions-common:git_clone:542            cd /opt/stack/heat-templates
2017-02-10 04:50:35.661 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/heat-templates.git
2017-02-10 04:50:35.667 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:50:35.671 | +functions-common:git_timed:591            local count=0
2017-02-10 04:50:35.675 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:50:35.680 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:50:35.684 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:50:35.688 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:50:35.692 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:50:35.696 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:50:35.700 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:50:35.706 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:50:35.711 | +functions-common:time_start:2338          START_TIME[$name]=1486702235
2017-02-10 04:50:35.715 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:50:35.858 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:50:35.864 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:35.869 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:35.873 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:35.877 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:35.882 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:35.886 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:50:35.890 | +functions-common:time_stop:2354           start_time=1486702235
2017-02-10 04:50:35.895 | +functions-common:time_stop:2356           [[ -z 1486702235 ]]
2017-02-10 04:50:35.901 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:35.906 | +functions-common:time_stop:2359           end_time=1486702235
2017-02-10 04:50:35.910 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:50:35.915 | +functions-common:time_stop:2361           total=8
2017-02-10 04:50:35.919 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:35.924 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=8
2017-02-10 04:50:35.929 | +functions-common:git_clone:549            find /opt/stack/heat-templates -name '*.pyc' -delete
2017-02-10 04:50:35.937 | ++functions-common:git_clone:552            git show-ref refs/tags/master
2017-02-10 04:50:35.943 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:50:35.949 | ++functions-common:git_clone:554            git show-ref refs/heads/master
2017-02-10 04:50:35.954 | +functions-common:git_clone:554            [[ -n 570574906087be436d86efc5af25e61b41189a89 refs/heads/master ]]
2017-02-10 04:50:35.958 | +functions-common:git_clone:555            git_update_branch master
2017-02-10 04:50:35.962 | +functions-common:git_update_branch:619    local git_branch=master
2017-02-10 04:50:35.966 | +functions-common:git_update_branch:621    git checkout -f origin/master
2017-02-10 04:50:35.984 | Note: checking out 'origin/master'.
2017-02-10 04:50:35.984 |
2017-02-10 04:50:35.984 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:50:35.984 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:50:35.984 | state without impacting any branches by performing another checkout.
2017-02-10 04:50:35.984 |
2017-02-10 04:50:35.984 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:50:35.985 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:50:35.985 |
2017-02-10 04:50:35.985 |   git checkout -b new_branch_name
2017-02-10 04:50:35.985 |
2017-02-10 04:50:35.985 | HEAD is now at 5705749... Merge "Add template for autohealing servers"
2017-02-10 04:50:35.988 | +functions-common:git_update_branch:623    git branch -D master
2017-02-10 04:50:35.990 | Deleted branch master (was 5705749).
2017-02-10 04:50:35.994 | +functions-common:git_update_branch:624    git checkout -b master
2017-02-10 04:50:36.002 | Switched to a new branch 'master'
2017-02-10 04:50:36.006 | +functions-common:git_clone:566            cd /opt/stack/heat-templates
2017-02-10 04:50:36.011 | +functions-common:git_clone:567            head -1
2017-02-10 04:50:36.011 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:50:36.012 | 5705749 Merge "Add template for autohealing servers"
2017-02-10 04:50:36.017 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:50:36.022 | +lib/heat:install_heat_other:275           git_clone http://git.trystack.cn/openstack/os-apply-config.git /opt/stack/os-apply-config master
2017-02-10 04:50:36.026 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/os-apply-config.git
2017-02-10 04:50:36.030 | +functions-common:git_clone:496            local git_dest=/opt/stack/os-apply-config
2017-02-10 04:50:36.035 | +functions-common:git_clone:497            local git_ref=master
2017-02-10 04:50:36.039 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:50:36.045 | ++functions-common:git_clone:499            pwd
2017-02-10 04:50:36.049 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:50:36.054 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:50:36.060 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:50:36.091 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:50:36.095 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:50:36.099 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:50:36.104 | +functions-common:git_clone:516            echo master
2017-02-10 04:50:36.104 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:50:36.109 | +functions-common:git_clone:530            [[ ! -d /opt/stack/os-apply-config ]]
2017-02-10 04:50:36.113 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:50:36.118 | +functions-common:git_clone:542            cd /opt/stack/os-apply-config
2017-02-10 04:50:36.122 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/os-apply-config.git
2017-02-10 04:50:36.127 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:50:36.132 | +functions-common:git_timed:591            local count=0
2017-02-10 04:50:36.136 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:50:36.140 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:50:36.145 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:50:36.149 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:50:36.153 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:50:36.157 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:50:36.161 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:50:36.167 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:50:36.172 | +functions-common:time_start:2338          START_TIME[$name]=1486702236
2017-02-10 04:50:36.176 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:50:36.294 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:50:36.299 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:36.301 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:36.305 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:36.308 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:36.312 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:36.315 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:50:36.318 | +functions-common:time_stop:2354           start_time=1486702236
2017-02-10 04:50:36.322 | +functions-common:time_stop:2356           [[ -z 1486702236 ]]
2017-02-10 04:50:36.326 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:36.330 | +functions-common:time_stop:2359           end_time=1486702236
2017-02-10 04:50:36.333 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:50:36.336 | +functions-common:time_stop:2361           total=8
2017-02-10 04:50:36.339 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:36.343 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=8
2017-02-10 04:50:36.346 | +functions-common:git_clone:549            find /opt/stack/os-apply-config -name '*.pyc' -delete
2017-02-10 04:50:36.351 | ++functions-common:git_clone:552            git show-ref refs/tags/master
2017-02-10 04:50:36.356 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:50:36.360 | ++functions-common:git_clone:554            git show-ref refs/heads/master
2017-02-10 04:50:36.364 | +functions-common:git_clone:554            [[ -n c84a19efda77471e8e69996cf48b453d21a924a7 refs/heads/master ]]
2017-02-10 04:50:36.367 | +functions-common:git_clone:555            git_update_branch master
2017-02-10 04:50:36.371 | +functions-common:git_update_branch:619    local git_branch=master
2017-02-10 04:50:36.374 | +functions-common:git_update_branch:621    git checkout -f origin/master
2017-02-10 04:50:36.377 | Note: checking out 'origin/master'.
2017-02-10 04:50:36.377 |
2017-02-10 04:50:36.377 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:50:36.377 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:50:36.377 | state without impacting any branches by performing another checkout.
2017-02-10 04:50:36.377 |
2017-02-10 04:50:36.377 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:50:36.377 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:50:36.377 |
2017-02-10 04:50:36.377 |   git checkout -b new_branch_name
2017-02-10 04:50:36.377 |
2017-02-10 04:50:36.377 | HEAD is now at c84a19e... Delete H803 from ignore list
2017-02-10 04:50:36.381 | +functions-common:git_update_branch:623    git branch -D master
2017-02-10 04:50:36.382 | Deleted branch master (was c84a19e).
2017-02-10 04:50:36.385 | +functions-common:git_update_branch:624    git checkout -b master
2017-02-10 04:50:36.387 | Switched to a new branch 'master'
2017-02-10 04:50:36.391 | +functions-common:git_clone:566            cd /opt/stack/os-apply-config
2017-02-10 04:50:36.394 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:50:36.394 | +functions-common:git_clone:567            head -1
2017-02-10 04:50:36.395 | c84a19e Delete H803 from ignore list
2017-02-10 04:50:36.398 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:50:36.401 | +lib/heat:install_heat_other:276           git_clone http://git.trystack.cn/openstack/os-collect-config.git /opt/stack/os-collect-config master
2017-02-10 04:50:36.404 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/os-collect-config.git
2017-02-10 04:50:36.407 | +functions-common:git_clone:496            local git_dest=/opt/stack/os-collect-config
2017-02-10 04:50:36.410 | +functions-common:git_clone:497            local git_ref=master
2017-02-10 04:50:36.413 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:50:36.417 | ++functions-common:git_clone:499            pwd
2017-02-10 04:50:36.421 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:50:36.423 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:50:36.427 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:50:36.448 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:50:36.451 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:50:36.454 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:50:36.458 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:50:36.459 | +functions-common:git_clone:516            echo master
2017-02-10 04:50:36.462 | +functions-common:git_clone:530            [[ ! -d /opt/stack/os-collect-config ]]
2017-02-10 04:50:36.465 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:50:36.468 | +functions-common:git_clone:542            cd /opt/stack/os-collect-config
2017-02-10 04:50:36.471 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/os-collect-config.git
2017-02-10 04:50:36.475 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:50:36.478 | +functions-common:git_timed:591            local count=0
2017-02-10 04:50:36.481 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:50:36.484 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:50:36.487 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:50:36.490 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:50:36.493 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:50:36.496 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:50:36.499 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:50:36.503 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:50:36.507 | +functions-common:time_start:2338          START_TIME[$name]=1486702236
2017-02-10 04:50:36.510 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:50:36.622 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:50:36.625 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:36.628 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:36.631 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:36.634 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:36.637 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:36.640 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:50:36.643 | +functions-common:time_stop:2354           start_time=1486702236
2017-02-10 04:50:36.646 | +functions-common:time_stop:2356           [[ -z 1486702236 ]]
2017-02-10 04:50:36.650 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:36.654 | +functions-common:time_stop:2359           end_time=1486702236
2017-02-10 04:50:36.657 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:50:36.660 | +functions-common:time_stop:2361           total=8
2017-02-10 04:50:36.663 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:36.666 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=8
2017-02-10 04:50:36.669 | +functions-common:git_clone:549            find /opt/stack/os-collect-config -name '*.pyc' -delete
2017-02-10 04:50:36.674 | ++functions-common:git_clone:552            git show-ref refs/tags/master
2017-02-10 04:50:36.677 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:50:36.681 | ++functions-common:git_clone:554            git show-ref refs/heads/master
2017-02-10 04:50:36.685 | +functions-common:git_clone:554            [[ -n 8d038af7003c256f50d34d6dd0a0862dbae382af refs/heads/master ]]
2017-02-10 04:50:36.688 | +functions-common:git_clone:555            git_update_branch master
2017-02-10 04:50:36.691 | +functions-common:git_update_branch:619    local git_branch=master
2017-02-10 04:50:36.694 | +functions-common:git_update_branch:621    git checkout -f origin/master
2017-02-10 04:50:36.698 | Note: checking out 'origin/master'.
2017-02-10 04:50:36.698 |
2017-02-10 04:50:36.698 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:50:36.698 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:50:36.699 | state without impacting any branches by performing another checkout.
2017-02-10 04:50:36.699 |
2017-02-10 04:50:36.699 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:50:36.699 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:50:36.699 |
2017-02-10 04:50:36.699 |   git checkout -b new_branch_name
2017-02-10 04:50:36.699 |
2017-02-10 04:50:36.699 | HEAD is now at 8d038af... Delete H803 from ignore list
2017-02-10 04:50:36.702 | +functions-common:git_update_branch:623    git branch -D master
2017-02-10 04:50:36.703 | Deleted branch master (was 8d038af).
2017-02-10 04:50:36.707 | +functions-common:git_update_branch:624    git checkout -b master
2017-02-10 04:50:36.709 | Switched to a new branch 'master'
2017-02-10 04:50:36.713 | +functions-common:git_clone:566            cd /opt/stack/os-collect-config
2017-02-10 04:50:36.717 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:50:36.717 | +functions-common:git_clone:567            head -1
2017-02-10 04:50:36.717 | 8d038af Delete H803 from ignore list
2017-02-10 04:50:36.721 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:50:36.723 | +lib/heat:install_heat_other:277           git_clone http://git.trystack.cn/openstack/os-refresh-config.git /opt/stack/os-refresh-config master
2017-02-10 04:50:36.727 | +functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/os-refresh-config.git
2017-02-10 04:50:36.730 | +functions-common:git_clone:496            local git_dest=/opt/stack/os-refresh-config
2017-02-10 04:50:36.733 | +functions-common:git_clone:497            local git_ref=master
2017-02-10 04:50:36.736 | +functions-common:git_clone:498            local orig_dir
2017-02-10 04:50:36.740 | ++functions-common:git_clone:499            pwd
2017-02-10 04:50:36.743 | +functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:50:36.746 | +functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:50:36.751 | ++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:50:36.773 | +functions-common:git_clone:502            RECLONE=True
2017-02-10 04:50:36.776 | +functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:50:36.779 | +functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:50:36.783 | +functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:50:36.783 | +functions-common:git_clone:516            echo master
2017-02-10 04:50:36.786 | +functions-common:git_clone:530            [[ ! -d /opt/stack/os-refresh-config ]]
2017-02-10 04:50:36.789 | +functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:50:36.792 | +functions-common:git_clone:542            cd /opt/stack/os-refresh-config
2017-02-10 04:50:36.795 | +functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/os-refresh-config.git
2017-02-10 04:50:36.800 | +functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:50:36.803 | +functions-common:git_timed:591            local count=0
2017-02-10 04:50:36.806 | +functions-common:git_timed:592            local timeout=0
2017-02-10 04:50:36.809 | +functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:50:36.812 | +functions-common:git_timed:595            timeout=0
2017-02-10 04:50:36.815 | +functions-common:git_timed:598            time_start git_timed
2017-02-10 04:50:36.818 | +functions-common:time_start:2333          local name=git_timed
2017-02-10 04:50:36.822 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:50:36.825 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:50:36.829 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:50:36.832 | +functions-common:time_start:2338          START_TIME[$name]=1486702236
2017-02-10 04:50:36.835 | +functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:50:36.941 | +functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:50:36.944 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:36.947 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:36.950 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:36.954 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:36.957 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:36.960 | +functions-common:time_stop:2353           name=git_timed
2017-02-10 04:50:36.963 | +functions-common:time_stop:2354           start_time=1486702236
2017-02-10 04:50:36.966 | +functions-common:time_stop:2356           [[ -z 1486702236 ]]
2017-02-10 04:50:36.970 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:36.974 | +functions-common:time_stop:2359           end_time=1486702236
2017-02-10 04:50:36.977 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:50:36.980 | +functions-common:time_stop:2361           total=8
2017-02-10 04:50:36.983 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:36.986 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=8
2017-02-10 04:50:36.989 | +functions-common:git_clone:549            find /opt/stack/os-refresh-config -name '*.pyc' -delete
2017-02-10 04:50:36.994 | ++functions-common:git_clone:552            git show-ref refs/tags/master
2017-02-10 04:50:36.998 | +functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:50:37.002 | ++functions-common:git_clone:554            git show-ref refs/heads/master
2017-02-10 04:50:37.006 | +functions-common:git_clone:554            [[ -n da972301011a1db4aa9bc8a0558ac921523f2e9f refs/heads/master ]]
2017-02-10 04:50:37.009 | +functions-common:git_clone:555            git_update_branch master
2017-02-10 04:50:37.012 | +functions-common:git_update_branch:619    local git_branch=master
2017-02-10 04:50:37.015 | +functions-common:git_update_branch:621    git checkout -f origin/master
2017-02-10 04:50:37.017 | Note: checking out 'origin/master'.
2017-02-10 04:50:37.017 |
2017-02-10 04:50:37.017 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:50:37.017 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:50:37.017 | state without impacting any branches by performing another checkout.
2017-02-10 04:50:37.017 |
2017-02-10 04:50:37.017 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:50:37.018 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:50:37.018 |
2017-02-10 04:50:37.018 |   git checkout -b new_branch_name
2017-02-10 04:50:37.018 |
2017-02-10 04:50:37.018 | HEAD is now at da97230... Delete H803 from ignore list
2017-02-10 04:50:37.021 | +functions-common:git_update_branch:623    git branch -D master
2017-02-10 04:50:37.022 | Deleted branch master (was da97230).
2017-02-10 04:50:37.025 | +functions-common:git_update_branch:624    git checkout -b master
2017-02-10 04:50:37.027 | Switched to a new branch 'master'
2017-02-10 04:50:37.030 | +functions-common:git_clone:566            cd /opt/stack/os-refresh-config
2017-02-10 04:50:37.034 | +functions-common:git_clone:567            git show --oneline
2017-02-10 04:50:37.035 | +functions-common:git_clone:567            head -1
2017-02-10 04:50:37.035 | da97230 Delete H803 from ignore list
2017-02-10 04:50:37.038 | +functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:50:37.041 | +./stack.sh:main:853                       cleanup_heat
2017-02-10 04:50:37.044 | +lib/heat:cleanup_heat:97                  sudo rm -rf /var/cache/heat
2017-02-10 04:50:37.051 | +lib/heat:cleanup_heat:98                  sudo rm -rf /etc/heat/environment.d
2017-02-10 04:50:37.058 | +lib/heat:cleanup_heat:99                  sudo rm -rf /etc/heat/templates
2017-02-10 04:50:37.064 | +lib/heat:cleanup_heat:100                 sudo rm -rf /etc/heat
2017-02-10 04:50:37.071 | +./stack.sh:main:854                       configure_heat
2017-02-10 04:50:37.074 | +lib/heat:configure_heat:106               sudo install -d -o stack /etc/heat
2017-02-10 04:50:37.081 | +lib/heat:configure_heat:108               rm -f '/etc/heat/heat-*.conf'
2017-02-10 04:50:37.085 | +lib/heat:configure_heat:110               HEAT_API_CFN_HOST=172.30.250.59
2017-02-10 04:50:37.088 | +lib/heat:configure_heat:111               HEAT_API_CFN_PORT=8000
2017-02-10 04:50:37.091 | +lib/heat:configure_heat:112               HEAT_ENGINE_HOST=172.30.250.59
2017-02-10 04:50:37.094 | +lib/heat:configure_heat:113               HEAT_ENGINE_PORT=8001
2017-02-10 04:50:37.097 | +lib/heat:configure_heat:114               HEAT_API_CW_HOST=172.30.250.59
2017-02-10 04:50:37.100 | +lib/heat:configure_heat:115               HEAT_API_CW_PORT=8003
2017-02-10 04:50:37.103 | +lib/heat:configure_heat:116               HEAT_API_PASTE_FILE=/etc/heat/api-paste.ini
2017-02-10 04:50:37.106 | +lib/heat:configure_heat:117               HEAT_POLICY_FILE=/etc/heat/policy.json
2017-02-10 04:50:37.109 | +lib/heat:configure_heat:119               cp /opt/stack/heat/etc/heat/api-paste.ini /etc/heat/api-paste.ini
2017-02-10 04:50:37.113 | +lib/heat:configure_heat:120               cp /opt/stack/heat/etc/heat/policy.json /etc/heat/policy.json
2017-02-10 04:50:37.117 | +lib/heat:configure_heat:123               iniset_rpc_backend heat /etc/heat/heat.conf
2017-02-10 04:50:37.120 | +lib/rpc_backend:iniset_rpc_backend:114    local package=heat
2017-02-10 04:50:37.123 | +lib/rpc_backend:iniset_rpc_backend:115    local file=/etc/heat/heat.conf
2017-02-10 04:50:37.126 | +lib/rpc_backend:iniset_rpc_backend:116    local section=DEFAULT
2017-02-10 04:50:37.129 | +lib/rpc_backend:iniset_rpc_backend:117    is_service_enabled rabbit
2017-02-10 04:50:37.147 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:37.150 | +lib/rpc_backend:iniset_rpc_backend:118    iniset /etc/heat/heat.conf DEFAULT rpc_backend rabbit
2017-02-10 04:50:37.175 | +lib/rpc_backend:iniset_rpc_backend:119    iniset /etc/heat/heat.conf oslo_messaging_rabbit rabbit_hosts 172.30.250.59
2017-02-10 04:50:37.200 | +lib/rpc_backend:iniset_rpc_backend:120    iniset /etc/heat/heat.conf oslo_messaging_rabbit rabbit_password pass
2017-02-10 04:50:37.223 | +lib/rpc_backend:iniset_rpc_backend:121    iniset /etc/heat/heat.conf oslo_messaging_rabbit rabbit_userid stackrabbit
2017-02-10 04:50:37.247 | +lib/rpc_backend:iniset_rpc_backend:122    '[' -n '' ']'
2017-02-10 04:50:37.250 | +lib/rpc_backend:iniset_rpc_backend:125    '[' -n '' ']'
2017-02-10 04:50:37.253 | +lib/heat:configure_heat:124               iniset /etc/heat/heat.conf DEFAULT heat_metadata_server_url http://172.30.250.59:8000
2017-02-10 04:50:37.277 | +lib/heat:configure_heat:125               iniset /etc/heat/heat.conf DEFAULT heat_waitcondition_server_url http://172.30.250.59:8000/v1/waitcondition
2017-02-10 04:50:37.300 | +lib/heat:configure_heat:126               iniset /etc/heat/heat.conf DEFAULT heat_watch_server_url http://172.30.250.59:8003
2017-02-10 04:50:37.324 | ++lib/heat:configure_heat:127               database_connection_url heat
2017-02-10 04:50:37.328 | ++lib/database:database_connection_url:134  local db=heat
2017-02-10 04:50:37.332 | ++lib/database:database_connection_url:135  database_connection_url_mysql heat
2017-02-10 04:50:37.336 | ++lib/databases/mysql:database_connection_url_mysql:176  local db=heat
2017-02-10 04:50:37.339 | ++lib/databases/mysql:database_connection_url_mysql:177  echo 'mysql+pymysql://root:pass@127.0.0.1/heat?charset=utf8'
2017-02-10 04:50:37.343 | +lib/heat:configure_heat:127               iniset /etc/heat/heat.conf database connection 'mysql+pymysql://root:pass@127.0.0.1/heat?charset=utf8'
2017-02-10 04:50:37.368 | ++lib/heat:configure_heat:128               generate_hex_string 16
2017-02-10 04:50:37.372 | ++functions-common:generate_hex_string:691  local size=16
2017-02-10 04:50:37.375 | ++functions-common:generate_hex_string:692  hexdump -n 16 -v -e '/1 "%02x"' /dev/urandom
2017-02-10 04:50:37.380 | +lib/heat:configure_heat:128               iniset /etc/heat/heat.conf DEFAULT auth_encryption_key d5428535810c562d34c56100e024bcce
2017-02-10 04:50:37.403 | +lib/heat:configure_heat:130               iniset /etc/heat/heat.conf DEFAULT region_name_for_services RegionOne
2017-02-10 04:50:37.426 | +lib/heat:configure_heat:133               iniset /etc/heat/heat.conf DEFAULT debug True
2017-02-10 04:50:37.449 | +lib/heat:configure_heat:134               iniset /etc/heat/heat.conf DEFAULT use_syslog False
2017-02-10 04:50:37.473 | +lib/heat:configure_heat:135               '[' True == True ']'
2017-02-10 04:50:37.476 | +lib/heat:configure_heat:135               '[' False == False ']'
2017-02-10 04:50:37.479 | +lib/heat:configure_heat:135               '[' False == False ']'
2017-02-10 04:50:37.482 | +lib/heat:configure_heat:137               setup_colorized_logging /etc/heat/heat.conf DEFAULT tenant user
2017-02-10 04:50:37.485 | +functions:setup_colorized_logging:611     local conf_file=/etc/heat/heat.conf
2017-02-10 04:50:37.488 | +functions:setup_colorized_logging:612     local conf_section=DEFAULT
2017-02-10 04:50:37.491 | +functions:setup_colorized_logging:613     local project_var=tenant
2017-02-10 04:50:37.494 | +functions:setup_colorized_logging:614     local user_var=user
2017-02-10 04:50:37.497 | +functions:setup_colorized_logging:616     iniset /etc/heat/heat.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s%(color)s] %(instance)s%(color)s%(message)s'
2017-02-10 04:50:37.521 | +functions:setup_colorized_logging:617     iniset /etc/heat/heat.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2017-02-10 04:50:37.543 | +functions:setup_colorized_logging:618     iniset /etc/heat/heat.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d'
2017-02-10 04:50:37.565 | +functions:setup_colorized_logging:619     iniset /etc/heat/heat.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s'
2017-02-10 04:50:37.589 | +lib/heat:configure_heat:140               '[' '!' -z '' ']'
2017-02-10 04:50:37.592 | +lib/heat:configure_heat:144               '[' False == True ']'
2017-02-10 04:50:37.595 | +lib/heat:configure_heat:148               [[ False = \T\r\u\e ]]
2017-02-10 04:50:37.598 | +lib/heat:configure_heat:152               configure_auth_token_middleware /etc/heat/heat.conf heat /var/cache/heat
2017-02-10 04:50:37.601 | +lib/keystone:configure_auth_token_middleware:467  local conf_file=/etc/heat/heat.conf
2017-02-10 04:50:37.604 | +lib/keystone:configure_auth_token_middleware:468  local admin_user=heat
2017-02-10 04:50:37.607 | +lib/keystone:configure_auth_token_middleware:469  local signing_dir=/var/cache/heat
2017-02-10 04:50:37.610 | +lib/keystone:configure_auth_token_middleware:470  local section=keystone_authtoken
2017-02-10 04:50:37.613 | +lib/keystone:configure_auth_token_middleware:472  iniset /etc/heat/heat.conf keystone_authtoken auth_type password
2017-02-10 04:50:37.637 | +lib/keystone:configure_auth_token_middleware:473  iniset /etc/heat/heat.conf keystone_authtoken auth_url http://172.30.250.59:35357
2017-02-10 04:50:37.660 | +lib/keystone:configure_auth_token_middleware:474  iniset /etc/heat/heat.conf keystone_authtoken username heat
2017-02-10 04:50:37.684 | +lib/keystone:configure_auth_token_middleware:475  iniset /etc/heat/heat.conf keystone_authtoken password pass
2017-02-10 04:50:37.707 | +lib/keystone:configure_auth_token_middleware:476  iniset /etc/heat/heat.conf keystone_authtoken user_domain_id default
2017-02-10 04:50:37.730 | +lib/keystone:configure_auth_token_middleware:477  iniset /etc/heat/heat.conf keystone_authtoken project_name service
2017-02-10 04:50:37.753 | +lib/keystone:configure_auth_token_middleware:478  iniset /etc/heat/heat.conf keystone_authtoken project_domain_id default
2017-02-10 04:50:37.776 | +lib/keystone:configure_auth_token_middleware:480  iniset /etc/heat/heat.conf keystone_authtoken auth_uri http://172.30.250.59:5000
2017-02-10 04:50:37.800 | +lib/keystone:configure_auth_token_middleware:481  iniset /etc/heat/heat.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2017-02-10 04:50:37.823 | +lib/keystone:configure_auth_token_middleware:482  iniset /etc/heat/heat.conf keystone_authtoken signing_dir /var/cache/heat
2017-02-10 04:50:37.845 | +lib/keystone:configure_auth_token_middleware:483  iniset /etc/heat/heat.conf keystone_authtoken memcached_servers 172.30.250.59:11211
2017-02-10 04:50:37.868 | +lib/heat:configure_heat:157               '[' -z '' -o trusts == '' ']'
2017-02-10 04:50:37.872 | +lib/heat:configure_heat:158               iniset /etc/heat/heat.conf trustee auth_plugin password
2017-02-10 04:50:37.896 | +lib/heat:configure_heat:159               iniset /etc/heat/heat.conf trustee auth_url http://172.30.250.59:35357
2017-02-10 04:50:37.920 | +lib/heat:configure_heat:160               iniset /etc/heat/heat.conf trustee username heat
2017-02-10 04:50:37.943 | +lib/heat:configure_heat:161               iniset /etc/heat/heat.conf trustee password pass
2017-02-10 04:50:37.966 | +lib/heat:configure_heat:162               iniset /etc/heat/heat.conf trustee user_domain_id default
2017-02-10 04:50:37.989 | +lib/heat:configure_heat:166               iniset /etc/heat/heat.conf clients_keystone auth_uri http://172.30.250.59:35357
2017-02-10 04:50:38.013 | +lib/heat:configure_heat:169               iniset /etc/heat/heat.conf heat_api bind_port 8004
2017-02-10 04:50:38.037 | +lib/heat:configure_heat:170               iniset /etc/heat/heat.conf heat_api workers 2
2017-02-10 04:50:38.060 | +lib/heat:configure_heat:173               iniset /etc/heat/heat.conf heat_api_cfn bind_port 8000
2017-02-10 04:50:38.084 | +lib/heat:configure_heat:176               iniset /etc/heat/heat.conf heat_api_cloudwatch bind_port 8003
2017-02-10 04:50:38.108 | +lib/heat:configure_heat:178               is_ssl_enabled_service key
2017-02-10 04:50:38.111 | +lib/tls:is_ssl_enabled_service:377        local services=key
2017-02-10 04:50:38.114 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:50:38.117 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:50:38.120 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:50:38.123 | +lib/heat:configure_heat:178               is_service_enabled tls-proxy
2017-02-10 04:50:38.141 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:38.144 | +lib/heat:configure_heat:182               is_ssl_enabled_service nova
2017-02-10 04:50:38.147 | +lib/tls:is_ssl_enabled_service:377        local services=nova
2017-02-10 04:50:38.150 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:50:38.153 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:50:38.156 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:50:38.159 | +lib/heat:configure_heat:182               is_service_enabled tls-proxy
2017-02-10 04:50:38.177 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:38.180 | +lib/heat:configure_heat:186               is_ssl_enabled_service cinder
2017-02-10 04:50:38.183 | +lib/tls:is_ssl_enabled_service:377        local services=cinder
2017-02-10 04:50:38.186 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:50:38.189 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:50:38.192 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:50:38.195 | +lib/heat:configure_heat:186               is_service_enabled tls-proxy
2017-02-10 04:50:38.214 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:38.217 | +lib/heat:configure_heat:190               [[ False = \T\r\u\e ]]
2017-02-10 04:50:38.220 | +lib/heat:configure_heat:195               iniset /etc/heat/heat.conf cache enabled True
2017-02-10 04:50:38.244 | +lib/heat:configure_heat:196               iniset /etc/heat/heat.conf cache backend dogpile.cache.memory
2017-02-10 04:50:38.271 | +lib/heat:configure_heat:198               sudo install -d -o stack /etc/heat/environment.d /etc/heat/templates
2017-02-10 04:50:38.278 | +lib/heat:configure_heat:201               cp /opt/stack/heat/etc/heat/environment.d/default.yaml /etc/heat/environment.d/
2017-02-10 04:50:38.282 | +lib/heat:configure_heat:204               cp /opt/stack/heat/etc/heat/templates/AWS_CloudWatch_Alarm.yaml /opt/stack/heat/etc/heat/templates/AWS_RDS_DBInstance.yaml /etc/heat/templates/
2017-02-10 04:50:38.286 | +lib/heat:configure_heat:215               local err_count=0
2017-02-10 04:50:38.289 | +lib/heat:configure_heat:217               '[' -n '' ']'
2017-02-10 04:50:38.292 | +lib/heat:configure_heat:234               '[' 0 -eq 0 ']'
2017-02-10 04:50:38.295 | +./stack.sh:main:857                       is_service_enabled tls-proxy
2017-02-10 04:50:38.314 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:38.318 | +./stack.sh:main:857                       '[' False == True ']'
2017-02-10 04:50:38.321 | +./stack.sh:main:870                       run_phase stack install
2017-02-10 04:50:38.324 | +functions-common:run_phase:1851           local mode=stack
2017-02-10 04:50:38.327 | +functions-common:run_phase:1852           local phase=install
2017-02-10 04:50:38.330 | +functions-common:run_phase:1853           [[ -d /opt/devstack/extras.d ]]
2017-02-10 04:50:38.333 | +functions-common:run_phase:1854           local extra_plugin_file_name
2017-02-10 04:50:38.336 | +functions-common:run_phase:1855           for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
2017-02-10 04:50:38.339 | +functions-common:run_phase:1860           local 'exceptions=60-ceph.sh 80-tempest.sh'
2017-02-10 04:50:38.342 | +functions-common:run_phase:1861           local extra
2017-02-10 04:50:38.346 | ++functions-common:run_phase:1862           basename /opt/devstack/extras.d/60-ceph.sh
2017-02-10 04:50:38.349 | +functions-common:run_phase:1862           extra=60-ceph.sh
2017-02-10 04:50:38.352 | +functions-common:run_phase:1863           [[ 60-ceph.sh 80-tempest.sh =~ 60-ceph\.sh ]]
2017-02-10 04:50:38.355 | +functions-common:run_phase:1867           [[ -r /opt/devstack/extras.d/60-ceph.sh ]]
2017-02-10 04:50:38.358 | +functions-common:run_phase:1867           source /opt/devstack/extras.d/60-ceph.sh stack install
2017-02-10 04:50:38.362 | ++extras.d/60-ceph.sh:source:3              is_service_enabled ceph
2017-02-10 04:50:38.384 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:38.387 | +functions-common:run_phase:1855           for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
2017-02-10 04:50:38.390 | +functions-common:run_phase:1860           local 'exceptions=60-ceph.sh 80-tempest.sh'
2017-02-10 04:50:38.393 | +functions-common:run_phase:1861           local extra
2017-02-10 04:50:38.397 | ++functions-common:run_phase:1862           basename /opt/devstack/extras.d/80-tempest.sh
2017-02-10 04:50:38.401 | +functions-common:run_phase:1862           extra=80-tempest.sh
2017-02-10 04:50:38.404 | +functions-common:run_phase:1863           [[ 60-ceph.sh 80-tempest.sh =~ 80-tempest\.sh ]]
2017-02-10 04:50:38.407 | +functions-common:run_phase:1867           [[ -r /opt/devstack/extras.d/80-tempest.sh ]]
2017-02-10 04:50:38.410 | +functions-common:run_phase:1867           source /opt/devstack/extras.d/80-tempest.sh stack install
2017-02-10 04:50:38.413 | ++extras.d/80-tempest.sh:source:3           is_service_enabled tempest
2017-02-10 04:50:38.435 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:38.438 | ++extras.d/80-tempest.sh:source:4           [[ stack == \s\o\u\r\c\e ]]
2017-02-10 04:50:38.442 | ++extras.d/80-tempest.sh:source:7           [[ stack == \s\t\a\c\k ]]
2017-02-10 04:50:38.446 | ++extras.d/80-tempest.sh:source:7           [[ install == \i\n\s\t\a\l\l ]]
2017-02-10 04:50:38.449 | ++extras.d/80-tempest.sh:source:8           echo_summary 'Installing Tempest'
2017-02-10 04:50:38.453 | ++./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:50:38.456 | ++./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:50:38.460 | ++./stack.sh:echo_summary:385               echo -e Installing Tempest
2017-02-10 04:50:38.464 | ++extras.d/80-tempest.sh:source:9           install_tempest
2017-02-10 04:50:38.467 | ++lib/tempest:install_tempest:625           git_clone http://git.trystack.cn/openstack/tempest.git /opt/stack/tempest master
2017-02-10 04:50:38.471 | ++functions-common:git_clone:495            local git_remote=http://git.trystack.cn/openstack/tempest.git
2017-02-10 04:50:38.475 | ++functions-common:git_clone:496            local git_dest=/opt/stack/tempest
2017-02-10 04:50:38.479 | ++functions-common:git_clone:497            local git_ref=master
2017-02-10 04:50:38.482 | ++functions-common:git_clone:498            local orig_dir
2017-02-10 04:50:38.486 | +++functions-common:git_clone:499            pwd
2017-02-10 04:50:38.490 | ++functions-common:git_clone:499            orig_dir=/opt/devstack
2017-02-10 04:50:38.494 | ++functions-common:git_clone:500            local git_clone_flags=
2017-02-10 04:50:38.498 | +++functions-common:git_clone:502            trueorfalse False RECLONE
2017-02-10 04:50:38.519 | ++functions-common:git_clone:502            RECLONE=True
2017-02-10 04:50:38.523 | ++functions-common:git_clone:503            [[ 0 -gt 0 ]]
2017-02-10 04:50:38.526 | ++functions-common:git_clone:507            [[ False = \T\r\u\e ]]
2017-02-10 04:50:38.531 | ++functions-common:git_clone:516            echo master
2017-02-10 04:50:38.532 | ++functions-common:git_clone:516            egrep -q '^refs'
2017-02-10 04:50:38.536 | ++functions-common:git_clone:530            [[ ! -d /opt/stack/tempest ]]
2017-02-10 04:50:38.540 | ++functions-common:git_clone:540            [[ True = \T\r\u\e ]]
2017-02-10 04:50:38.544 | ++functions-common:git_clone:542            cd /opt/stack/tempest
2017-02-10 04:50:38.547 | ++functions-common:git_clone:544            git remote set-url origin http://git.trystack.cn/openstack/tempest.git
2017-02-10 04:50:38.552 | ++functions-common:git_clone:545            git_timed fetch origin
2017-02-10 04:50:38.556 | ++functions-common:git_timed:591            local count=0
2017-02-10 04:50:38.560 | ++functions-common:git_timed:592            local timeout=0
2017-02-10 04:50:38.563 | ++functions-common:git_timed:594            [[ -n 0 ]]
2017-02-10 04:50:38.567 | ++functions-common:git_timed:595            timeout=0
2017-02-10 04:50:38.571 | ++functions-common:git_timed:598            time_start git_timed
2017-02-10 04:50:38.574 | ++functions-common:time_start:2333          local name=git_timed
2017-02-10 04:50:38.578 | ++functions-common:time_start:2334          local start_time=
2017-02-10 04:50:38.582 | ++functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:50:38.586 | +++functions-common:time_start:2338          date +%s
2017-02-10 04:50:38.590 | ++functions-common:time_start:2338          START_TIME[$name]=1486702238
2017-02-10 04:50:38.594 | ++functions-common:git_timed:599            timeout -s SIGINT 0 git fetch origin
2017-02-10 04:50:38.775 | ++functions-common:git_timed:613            time_stop git_timed
2017-02-10 04:50:38.779 | ++functions-common:time_stop:2347           local name
2017-02-10 04:50:38.783 | ++functions-common:time_stop:2348           local end_time
2017-02-10 04:50:38.787 | ++functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:38.791 | ++functions-common:time_stop:2350           local total
2017-02-10 04:50:38.795 | ++functions-common:time_stop:2351           local start_time
2017-02-10 04:50:38.799 | ++functions-common:time_stop:2353           name=git_timed
2017-02-10 04:50:38.803 | ++functions-common:time_stop:2354           start_time=1486702238
2017-02-10 04:50:38.807 | ++functions-common:time_stop:2356           [[ -z 1486702238 ]]
2017-02-10 04:50:38.811 | +++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:38.816 | ++functions-common:time_stop:2359           end_time=1486702238
2017-02-10 04:50:38.820 | ++functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:50:38.824 | ++functions-common:time_stop:2361           total=8
2017-02-10 04:50:38.828 | ++functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:38.832 | ++functions-common:time_stop:2364           TOTAL_TIME[$name]=8
2017-02-10 04:50:38.836 | ++functions-common:git_clone:549            find /opt/stack/tempest -name '*.pyc' -delete
2017-02-10 04:50:38.863 | +++functions-common:git_clone:552            git show-ref refs/tags/master
2017-02-10 04:50:38.868 | ++functions-common:git_clone:552            [[ -n '' ]]
2017-02-10 04:50:38.873 | +++functions-common:git_clone:554            git show-ref refs/heads/master
2017-02-10 04:50:38.878 | ++functions-common:git_clone:554            [[ -n 4ce377983eb801eef69d0d710eabef271a83de52 refs/heads/master ]]
2017-02-10 04:50:38.882 | ++functions-common:git_clone:555            git_update_branch master
2017-02-10 04:50:38.886 | ++functions-common:git_update_branch:619    local git_branch=master
2017-02-10 04:50:38.890 | ++functions-common:git_update_branch:621    git checkout -f origin/master
2017-02-10 04:50:38.944 | Note: checking out 'origin/master'.
2017-02-10 04:50:38.944 |
2017-02-10 04:50:38.944 | You are in 'detached HEAD' state. You can look around, make experimental
2017-02-10 04:50:38.944 | changes and commit them, and you can discard any commits you make in this
2017-02-10 04:50:38.944 | state without impacting any branches by performing another checkout.
2017-02-10 04:50:38.945 |
2017-02-10 04:50:38.945 | If you want to create a new branch to retain commits you create, you may
2017-02-10 04:50:38.945 | do so (now or later) by using -b with the checkout command again. Example:
2017-02-10 04:50:38.945 |
2017-02-10 04:50:38.945 |   git checkout -b new_branch_name
2017-02-10 04:50:38.945 |
2017-02-10 04:50:38.945 | HEAD is now at 4ce3779... Merge "Fix AZ List Detail schema to allow hosts as None"
2017-02-10 04:50:38.949 | ++functions-common:git_update_branch:623    git branch -D master
2017-02-10 04:50:38.950 | Deleted branch master (was 4ce3779).
2017-02-10 04:50:38.954 | ++functions-common:git_update_branch:624    git checkout -b master
2017-02-10 04:50:38.974 | Switched to a new branch 'master'
2017-02-10 04:50:38.988 | ++functions-common:git_clone:566            cd /opt/stack/tempest
2017-02-10 04:50:38.992 | ++functions-common:git_clone:567            head -1
2017-02-10 04:50:38.993 | ++functions-common:git_clone:567            git show --oneline
2017-02-10 04:50:38.995 | 4ce3779 Merge "Fix AZ List Detail schema to allow hosts as None"
2017-02-10 04:50:38.999 | ++functions-common:git_clone:568            cd /opt/devstack
2017-02-10 04:50:39.003 | ++lib/tempest:install_tempest:626           pip_install tox
2017-02-10 04:50:39.601 | ++inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt tox
2017-02-10 04:50:40.353 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:50:40.595 | Requirement already satisfied: tox in /usr/local/lib/python2.7/dist-packages
2017-02-10 04:50:40.602 | Requirement already satisfied: pluggy<1.0,>=0.3.0 in /usr/local/lib/python2.7/dist-packages (from tox)
2017-02-10 04:50:40.604 | Requirement already satisfied: py>=1.4.17 in /usr/local/lib/python2.7/dist-packages (from tox)
2017-02-10 04:50:40.605 | Requirement already satisfied: virtualenv===15.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379))
2017-02-10 04:50:40.706 | ++inc/python:pip_install:162                result=0
2017-02-10 04:50:40.710 | ++inc/python:pip_install:165                local test_req=tox/test-requirements.txt
2017-02-10 04:50:40.714 | ++inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:50:40.717 | ++inc/python:pip_install:166                [[ -e tox/test-requirements.txt ]]
2017-02-10 04:50:40.721 | ++inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:50:40.725 | ++functions-common:time_stop:2347           local name
2017-02-10 04:50:40.729 | ++functions-common:time_stop:2348           local end_time
2017-02-10 04:50:40.732 | ++functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:40.736 | ++functions-common:time_stop:2350           local total
2017-02-10 04:50:40.740 | ++functions-common:time_stop:2351           local start_time
2017-02-10 04:50:40.743 | ++functions-common:time_stop:2353           name=pip_install
2017-02-10 04:50:40.747 | ++functions-common:time_stop:2354           start_time=1486702239
2017-02-10 04:50:40.752 | ++functions-common:time_stop:2356           [[ -z 1486702239 ]]
2017-02-10 04:50:40.756 | +++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:40.761 | ++functions-common:time_stop:2359           end_time=1486702240
2017-02-10 04:50:40.765 | ++functions-common:time_stop:2360           elapsed_time=1
2017-02-10 04:50:40.769 | ++functions-common:time_stop:2361           total=91
2017-02-10 04:50:40.772 | ++functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:40.776 | ++functions-common:time_stop:2364           TOTAL_TIME[$name]=92
2017-02-10 04:50:40.780 | ++inc/python:pip_install:179                return 0
2017-02-10 04:50:40.783 | ++lib/tempest:install_tempest:627           pushd /opt/stack/tempest
2017-02-10 04:50:40.783 | ~/tempest /opt/devstack
2017-02-10 04:50:40.787 | ++lib/tempest:install_tempest:628           tox --notest -efull
2017-02-10 04:50:42.533 | full develop-inst-nodeps: /opt/stack/tempest
2017-02-10 04:50:45.271 | full installed: appdirs==1.4.0,Babel==2.3.4,cffi==1.9.1,cliff==2.4.0,cmd2==0.6.9,cryptography==1.7.2,debtcollector==1.11.0,enum34==1.1.6,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.2,ipaddress==1.0.18,iso8601==0.1.11,jsonschema==2.6.0,linecache2==1.0.0,monotonic==1.2,msgpack-python==0.4.8,netaddr==0.7.19,netifaces==0.10.5,os-testr==0.8.0,oslo.concurrency==3.18.0,oslo.config==3.22.0,oslo.context==2.12.1,oslo.i18n==3.12.0,oslo.log==3.20.0,oslo.serialization==2.16.0,oslo.utils==3.22.0,packaging==16.8,paramiko==2.1.1,pbr==1.10.0,positional==1.1.1,prettytable==0.7.2,pyasn1==0.2.2,pycparser==2.17,pyinotify==0.9.6,pyparsing==2.1.10,python-dateutil==2.6.0,python-mimeparse==1.6.0,python-subunit==1.2.0,pytz==2016.10,PyYAML==3.12,rfc3986==0.4.1,six==1.10.0,stevedore==1.20.0,-e git+http://git.trystack.cn/openstack/tempest.git@4ce377983eb801eef69d0d710eabef271a83de52#egg=tempest,testrepository==0.0.20,testtools==2.2.0,traceback2==1.4.0,unicodecsv==0.14.1,unittest2==1.1.0,urllib3==1.20,wrapt==1.10.8
2017-02-10 04:50:45.272 | ___________________________________ summary ____________________________________
2017-02-10 04:50:45.272 |   full: skipped tests
2017-02-10 04:50:45.272 |   congratulations :)
2017-02-10 04:50:45.294 | ++lib/tempest:install_tempest:629           PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest
2017-02-10 04:50:45.298 | ++lib/tempest:install_tempest:630           popd
2017-02-10 04:50:45.298 | /opt/devstack
2017-02-10 04:50:45.301 | ++extras.d/80-tempest.sh:source:23          [[ stack == \u\n\s\t\a\c\k ]]
2017-02-10 04:50:45.305 | ++extras.d/80-tempest.sh:source:28          [[ stack == \c\l\e\a\n ]]
2017-02-10 04:50:45.308 | +functions-common:run_phase:1872           [[ stack == \s\o\u\r\c\e ]]
2017-02-10 04:50:45.311 | +functions-common:run_phase:1875           [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2017-02-10 04:50:45.314 | +functions-common:run_phase:1878           run_plugins stack install
2017-02-10 04:50:45.317 | +functions-common:run_plugins:1837         local mode=stack
2017-02-10 04:50:45.320 | +functions-common:run_plugins:1838         local phase=install
2017-02-10 04:50:45.323 | +functions-common:run_plugins:1840         local plugins=
2017-02-10 04:50:45.327 | +functions-common:run_plugins:1841         local plugin
2017-02-10 04:50:45.330 | +./stack.sh:main:873                       use_library_from_git python-openstackclient
2017-02-10 04:50:45.333 | +inc/python:use_library_from_git:197       local name=python-openstackclient
2017-02-10 04:50:45.336 | +inc/python:use_library_from_git:198       local enabled=1
2017-02-10 04:50:45.339 | +inc/python:use_library_from_git:199       [[ ,, =~ ,python-openstackclient, ]]
2017-02-10 04:50:45.342 | +inc/python:use_library_from_git:200       return 1
2017-02-10 04:50:45.345 | +./stack.sh:main:877                       pip_install_gr python-openstackclient
2017-02-10 04:50:45.348 | +inc/python:pip_install_gr:66              local name=python-openstackclient
2017-02-10 04:50:45.351 | +inc/python:pip_install_gr:67              local clean_name
2017-02-10 04:50:45.355 | ++inc/python:pip_install_gr:68              get_from_global_requirements python-openstackclient
2017-02-10 04:50:45.358 | ++inc/python:get_from_global_requirements:185  local package=python-openstackclient
2017-02-10 04:50:45.362 | ++inc/python:get_from_global_requirements:186  local required_pkg
2017-02-10 04:50:45.367 | +++inc/python:get_from_global_requirements:187  grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt
2017-02-10 04:50:45.368 | +++inc/python:get_from_global_requirements:187  cut -d# -f1
2017-02-10 04:50:45.372 | ++inc/python:get_from_global_requirements:187  required_pkg='python-openstackclient>=2.1.0  '
2017-02-10 04:50:45.376 | ++inc/python:get_from_global_requirements:188  [[ python-openstackclient>=2.1.0   == '' ]]
2017-02-10 04:50:45.380 | ++inc/python:get_from_global_requirements:191  echo 'python-openstackclient>=2.1.0'
2017-02-10 04:50:45.383 | +inc/python:pip_install_gr:68              clean_name='python-openstackclient>=2.1.0'
2017-02-10 04:50:45.386 | +inc/python:pip_install_gr:69              pip_install 'python-openstackclient>=2.1.0'
2017-02-10 04:50:45.972 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'python-openstackclient>=2.1.0'
2017-02-10 04:50:46.716 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:50:46.962 | Requirement already satisfied: python-openstackclient===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304))
2017-02-10 04:50:46.978 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323))
2017-02-10 04:50:46.985 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343))
2017-02-10 04:50:46.986 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352))
2017-02-10 04:50:46.990 | Requirement already satisfied: oslo.utils===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231))
2017-02-10 04:50:47.001 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169))
2017-02-10 04:50:47.014 | Requirement already satisfied: python-cinderclient===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284))
2017-02-10 04:50:47.023 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:50:47.026 | Requirement already satisfied: oslo.i18n===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221))
2017-02-10 04:50:47.030 | Requirement already satisfied: python-novaclient===3.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303))
2017-02-10 04:50:47.041 | Requirement already satisfied: python-keystoneclient===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294))
2017-02-10 04:50:47.054 | Requirement already satisfied: oslo.config===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218))
2017-02-10 04:50:47.059 | Requirement already satisfied: openstacksdk===0.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205))
2017-02-10 04:50:47.066 | Requirement already satisfied: cliff===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91))
2017-02-10 04:50:47.074 | Requirement already satisfied: python-glanceclient===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290))
2017-02-10 04:50:47.085 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244))
2017-02-10 04:50:47.086 | Requirement already satisfied: os-client-config===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209))
2017-02-10 04:50:47.092 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156))
2017-02-10 04:50:47.094 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))
2017-02-10 04:50:47.095 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101))
2017-02-10 04:50:47.103 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315))
2017-02-10 04:50:47.106 | Requirement already satisfied: monotonic===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182))
2017-02-10 04:50:47.107 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186))
2017-02-10 04:50:47.109 | Requirement already satisfied: netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187))
2017-02-10 04:50:47.111 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251))
2017-02-10 04:50:47.114 | Requirement already satisfied: simplejson===3.8.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341))
2017-02-10 04:50:47.115 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253))
2017-02-10 04:50:47.117 | Requirement already satisfied: oslo.serialization===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229))
2017-02-10 04:50:47.123 | Requirement already satisfied: cmd2===0.6.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93))
2017-02-10 04:50:47.125 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 272))
2017-02-10 04:50:47.127 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375))
2017-02-10 04:50:47.128 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:50:47.130 | Requirement already satisfied: warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382))
2017-02-10 04:50:47.133 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327))
2017-02-10 04:50:47.136 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
2017-02-10 04:50:47.138 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388))
2017-02-10 04:50:47.139 | Requirement already satisfied: msgpack-python===0.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185))
2017-02-10 04:50:47.141 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164))
2017-02-10 04:50:47.149 | Requirement already satisfied: jsonpatch===1.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159))
2017-02-10 04:50:47.151 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136))
2017-02-10 04:50:47.152 | Requirement already satisfied: jsonpointer===1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162))
2017-02-10 04:50:47.258 | +inc/python:pip_install:162                result=0
2017-02-10 04:50:47.261 | +inc/python:pip_install:165                local 'test_req=python-openstackclient>=2.1.0/test-requirements.txt'
2017-02-10 04:50:47.264 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:50:47.267 | +inc/python:pip_install:166                [[ -e python-openstackclient>=2.1.0/test-requirements.txt ]]
2017-02-10 04:50:47.270 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:50:47.273 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:47.276 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:47.280 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:47.283 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:47.286 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:47.289 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:50:47.292 | +functions-common:time_stop:2354           start_time=1486702245
2017-02-10 04:50:47.295 | +functions-common:time_stop:2356           [[ -z 1486702245 ]]
2017-02-10 04:50:47.299 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:47.302 | +functions-common:time_stop:2359           end_time=1486702247
2017-02-10 04:50:47.305 | +functions-common:time_stop:2360           elapsed_time=2
2017-02-10 04:50:47.308 | +functions-common:time_stop:2361           total=92
2017-02-10 04:50:47.311 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:47.314 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=94
2017-02-10 04:50:47.318 | +inc/python:pip_install:179                return 0
2017-02-10 04:50:47.321 | +./stack.sh:main:880                       [[ False = True ]]
2017-02-10 04:50:47.324 | +./stack.sh:main:894                       [[ False != \F\a\l\s\e ]]
2017-02-10 04:50:47.327 | +./stack.sh:main:932                       restart_rpc_backend
2017-02-10 04:50:47.330 | +lib/rpc_backend:restart_rpc_backend:58    is_service_enabled rabbit
2017-02-10 04:50:47.349 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:47.352 | +lib/rpc_backend:restart_rpc_backend:60    echo_summary 'Starting RabbitMQ'
2017-02-10 04:50:47.355 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:50:47.358 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:50:47.361 | +./stack.sh:echo_summary:385               echo -e Starting RabbitMQ
2017-02-10 04:50:47.364 | +lib/rpc_backend:restart_rpc_backend:71    local i
2017-02-10 04:50:47.368 | ++lib/rpc_backend:restart_rpc_backend:72    seq 20
2017-02-10 04:50:47.371 | +lib/rpc_backend:restart_rpc_backend:72    for i in '`seq 20`'
2017-02-10 04:50:47.374 | +lib/rpc_backend:restart_rpc_backend:73    local rc=0
2017-02-10 04:50:47.377 | +lib/rpc_backend:restart_rpc_backend:75    [[ 1 -eq 20 ]]
2017-02-10 04:50:47.380 | +lib/rpc_backend:restart_rpc_backend:77    [[ 1 == \0 ]]
2017-02-10 04:50:47.383 | +lib/rpc_backend:restart_rpc_backend:81    rabbit_setuser stackrabbit pass
2017-02-10 04:50:47.386 | +lib/rpc_backend:rabbit_setuser:132        local user=stackrabbit pass=pass found= out=
2017-02-10 04:50:47.390 | ++lib/rpc_backend:rabbit_setuser:133        sudo rabbitmqctl list_users
2017-02-10 04:50:47.517 | +lib/rpc_backend:rabbit_setuser:133        out='Listing users ...
2017-02-10 04:50:47.517 | guest    [administrator]
2017-02-10 04:50:47.517 | stackrabbit    []
2017-02-10 04:50:47.517 | ...done.'
2017-02-10 04:50:47.523 | ++lib/rpc_backend:rabbit_setuser:135        awk '$1 == user { print $1 }' user=stackrabbit
2017-02-10 04:50:47.524 | ++lib/rpc_backend:rabbit_setuser:135        echo 'Listing users ...
2017-02-10 04:50:47.524 | guest    [administrator]
2017-02-10 04:50:47.524 | stackrabbit    []
2017-02-10 04:50:47.524 | ...done.'
2017-02-10 04:50:47.527 | +lib/rpc_backend:rabbit_setuser:135        found=stackrabbit
2017-02-10 04:50:47.530 | +lib/rpc_backend:rabbit_setuser:136        '[' stackrabbit = stackrabbit ']'
2017-02-10 04:50:47.533 | +lib/rpc_backend:rabbit_setuser:137        sudo rabbitmqctl change_password stackrabbit pass
2017-02-10 04:50:47.640 | Changing password for user "stackrabbit" ...
2017-02-10 04:50:47.648 | ...done.
2017-02-10 04:50:47.655 | +lib/rpc_backend:rabbit_setuser:143        sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*'
2017-02-10 04:50:47.771 | Setting permissions for user "stackrabbit" in vhost "/" ...
2017-02-10 04:50:47.777 | ...done.
2017-02-10 04:50:47.782 | +lib/rpc_backend:restart_rpc_backend:82    '[' 0 -ne 0 ']'
2017-02-10 04:50:47.785 | +lib/rpc_backend:restart_rpc_backend:87    sudo rabbitmqctl change_password stackrabbit pass
2017-02-10 04:50:47.883 | Changing password for user "stackrabbit" ...
2017-02-10 04:50:47.899 | ...done.
2017-02-10 04:50:47.905 | +lib/rpc_backend:restart_rpc_backend:89    '[' 0 -ne 0 ']'
2017-02-10 04:50:47.908 | +lib/rpc_backend:restart_rpc_backend:93    break
2017-02-10 04:50:47.911 | +lib/rpc_backend:restart_rpc_backend:95    is_service_enabled n-cell
2017-02-10 04:50:47.932 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:47.935 | +./stack.sh:main:941                       '[' -f /opt/stack/data/ca-bundle.pem ']'
2017-02-10 04:50:47.939 | +./stack.sh:main:949                       is_service_enabled mysql postgresql
2017-02-10 04:50:47.959 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:47.962 | +./stack.sh:main:950                       configure_database
2017-02-10 04:50:47.965 | +lib/database:configure_database:128       configure_database_mysql
2017-02-10 04:50:47.968 | +lib/databases/mysql:configure_database_mysql:62  local my_conf mysql slow_log
2017-02-10 04:50:47.971 | +lib/databases/mysql:configure_database_mysql:63  echo_summary 'Configuring and starting MySQL'
2017-02-10 04:50:47.974 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:50:47.977 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:50:47.980 | +./stack.sh:echo_summary:385               echo -e Configuring and starting MySQL
2017-02-10 04:50:47.983 | +lib/databases/mysql:configure_database_mysql:65  is_ubuntu
2017-02-10 04:50:47.986 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:47.989 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:47.992 | +lib/databases/mysql:configure_database_mysql:66  my_conf=/etc/mysql/my.cnf
2017-02-10 04:50:47.995 | +lib/databases/mysql:configure_database_mysql:67  mysql=mysql
2017-02-10 04:50:47.998 | +lib/databases/mysql:configure_database_mysql:79  is_fedora
2017-02-10 04:50:48.002 | +functions-common:is_fedora:438            [[ -z Ubuntu ]]
2017-02-10 04:50:48.005 | +functions-common:is_fedora:442            '[' Ubuntu = Fedora ']'
2017-02-10 04:50:48.008 | +functions-common:is_fedora:442            '[' Ubuntu = 'Red Hat' ']'
2017-02-10 04:50:48.011 | +functions-common:is_fedora:443            '[' Ubuntu = RedHatEnterpriseServer ']'
2017-02-10 04:50:48.014 | +functions-common:is_fedora:444            '[' Ubuntu = CentOS ']'
2017-02-10 04:50:48.017 | +functions-common:is_fedora:444            '[' Ubuntu = OracleLinux ']'
2017-02-10 04:50:48.020 | +functions-common:is_fedora:445            '[' Ubuntu = Virtuozzo ']'
2017-02-10 04:50:48.023 | +functions-common:is_fedora:445            '[' Ubuntu = kvmibm ']'
2017-02-10 04:50:48.026 | +lib/databases/mysql:configure_database_mysql:79  is_suse
2017-02-10 04:50:48.029 | +functions-common:is_suse:453              [[ -z Ubuntu ]]
2017-02-10 04:50:48.032 | +functions-common:is_suse:457              [[ Ubuntu =~ (openSUSE) ]]
2017-02-10 04:50:48.035 | +functions-common:is_suse:457              [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
2017-02-10 04:50:48.038 | +lib/databases/mysql:configure_database_mysql:86  is_ubuntu
2017-02-10 04:50:48.041 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:48.044 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:48.047 | +lib/databases/mysql:configure_database_mysql:91  sudo mysql -uroot -ppass -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'' identified by '\''pass'\'';'
2017-02-10 04:50:48.056 | +lib/databases/mysql:configure_database_mysql:97  iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0
2017-02-10 04:50:48.083 | +lib/databases/mysql:configure_database_mysql:98  iniset -sudo /etc/mysql/my.cnf mysqld sql_mode STRICT_ALL_TABLES
2017-02-10 04:50:48.109 | +lib/databases/mysql:configure_database_mysql:99  iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB
2017-02-10 04:50:48.136 | +lib/databases/mysql:configure_database_mysql:100  iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024
2017-02-10 04:50:48.163 | +lib/databases/mysql:configure_database_mysql:101  iniset -sudo /etc/mysql/my.cnf mysqld query_cache_type OFF
2017-02-10 04:50:48.190 | +lib/databases/mysql:configure_database_mysql:102  iniset -sudo /etc/mysql/my.cnf mysqld query_cache_size 0
2017-02-10 04:50:48.218 | +lib/databases/mysql:configure_database_mysql:104  [[ False == \T\r\u\e ]]
2017-02-10 04:50:48.221 | +lib/databases/mysql:configure_database_mysql:124  restart_service mysql
2017-02-10 04:50:48.224 | +functions-common:restart_service:2244     is_ubuntu
2017-02-10 04:50:48.227 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:48.230 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:48.233 | +functions-common:restart_service:2245     sudo /usr/sbin/service mysql restart
2017-02-10 04:50:49.879 | mysql stop/waiting
2017-02-10 04:50:51.928 | mysql start/running, process 23825
2017-02-10 04:50:51.933 | ++./stack.sh:main:957                       trueorfalse True USE_SCREEN
2017-02-10 04:50:51.958 | +./stack.sh:main:957                       USE_SCREEN=True
2017-02-10 04:50:51.961 | +./stack.sh:main:958                       [[ True == \T\r\u\e ]]
2017-02-10 04:50:51.968 | +./stack.sh:main:960                       screen -d -m -S stack -t shell -s /bin/bash
2017-02-10 04:50:51.975 | +./stack.sh:main:961                       sleep 1
2017-02-10 04:50:52.980 | +./stack.sh:main:964                       SCREEN_HARDSTATUS=
2017-02-10 04:50:52.983 | +./stack.sh:main:965                       '[' -z '' ']'
2017-02-10 04:50:52.986 | +./stack.sh:main:966                       SCREEN_HARDSTATUS='%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})'
2017-02-10 04:50:52.989 | +./stack.sh:main:968                       screen -r stack -X hardstatus alwayslastline '%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})'
2017-02-10 04:50:52.993 | +./stack.sh:main:969                       screen -r stack -X setenv PROMPT_COMMAND /bin/true
2017-02-10 04:50:52.998 | +./stack.sh:main:973                       SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:50:53.001 | +./stack.sh:main:974                       [[ -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:50:53.004 | +./stack.sh:main:975                       rm -f /opt/devstack/stack-screenrc
2017-02-10 04:50:53.008 | +./stack.sh:main:979                       init_service_check
2017-02-10 04:50:53.011 | +functions-common:init_service_check:1432  SCREEN_NAME=stack
2017-02-10 04:50:53.016 | +functions-common:init_service_check:1433  SERVICE_DIR=/opt/stack/status
2017-02-10 04:50:53.019 | +functions-common:init_service_check:1435  [[ ! -d /opt/stack/status/stack ]]
2017-02-10 04:50:53.022 | +functions-common:init_service_check:1439  rm -f /opt/stack/status/stack/dstat.failure
2017-02-10 04:50:53.025 | +./stack.sh:main:982                       save_stackenv 982
2017-02-10 04:50:53.028 | +functions-common:save_stackenv:61         local tag=982
2017-02-10 04:50:53.032 | ++functions-common:save_stackenv:63         date +%F-%H%M%S
2017-02-10 04:50:53.036 | +functions-common:save_stackenv:63         time_stamp=2017-02-10-125053
2017-02-10 04:50:53.039 | +functions-common:save_stackenv:64         echo '# 2017-02-10-125053 982'
2017-02-10 04:50:53.043 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.046 | +functions-common:save_stackenv:66         echo BASE_SQL_CONN=mysql+pymysql://root:pass@127.0.0.1
2017-02-10 04:50:53.049 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.052 | +functions-common:save_stackenv:66         echo DATA_DIR=/opt/stack/data
2017-02-10 04:50:53.055 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.058 | +functions-common:save_stackenv:66         echo DEST=/opt/stack
2017-02-10 04:50:53.061 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.064 | +functions-common:save_stackenv:66         echo ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,h-eng,h-api,h-api-cfn,h-api-cw,s-proxy,s-object,s-container,s-account,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-metering
2017-02-10 04:50:53.067 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.070 | +functions-common:save_stackenv:66         echo HOST_IP=172.30.250.59
2017-02-10 04:50:53.073 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.076 | +functions-common:save_stackenv:66         echo KEYSTONE_AUTH_PROTOCOL=http
2017-02-10 04:50:53.079 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.082 | +functions-common:save_stackenv:66         echo KEYSTONE_AUTH_URI=http://172.30.250.59:35357
2017-02-10 04:50:53.085 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.088 | +functions-common:save_stackenv:66         echo KEYSTONE_SERVICE_URI=http://172.30.250.59:5000
2017-02-10 04:50:53.091 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.094 | +functions-common:save_stackenv:66         echo LOGFILE=/opt/stack/logs/stack.sh.log.2017-02-10-124752
2017-02-10 04:50:53.097 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.100 | +functions-common:save_stackenv:66         echo OS_CACERT=
2017-02-10 04:50:53.103 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.106 | +functions-common:save_stackenv:66         echo SERVICE_HOST=172.30.250.59
2017-02-10 04:50:53.109 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.112 | +functions-common:save_stackenv:66         echo SERVICE_PROTOCOL=http
2017-02-10 04:50:53.115 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.118 | +functions-common:save_stackenv:66         echo STACK_USER=stack
2017-02-10 04:50:53.121 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.124 | +functions-common:save_stackenv:66         echo TLS_IP=
2017-02-10 04:50:53.127 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.130 | +functions-common:save_stackenv:66         echo HOST_IPV6=::1
2017-02-10 04:50:53.133 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:50:53.136 | +functions-common:save_stackenv:66         echo SERVICE_IP_VERSION=4
2017-02-10 04:50:53.139 | +./stack.sh:main:992                       start_dstat
2017-02-10 04:50:53.142 | +lib/dstat:start_dstat:22                  run_process dstat '/opt/devstack/tools/dstat.sh /opt/stack/logs'
2017-02-10 04:50:53.145 | +functions-common:run_process:1459         local service=dstat
2017-02-10 04:50:53.148 | +functions-common:run_process:1460         local 'command=/opt/devstack/tools/dstat.sh /opt/stack/logs'
2017-02-10 04:50:53.151 | +functions-common:run_process:1461         local group=
2017-02-10 04:50:53.154 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:50:53.157 | +functions-common:run_process:1464         local name=dstat
2017-02-10 04:50:53.160 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:50:53.163 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:50:53.166 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:50:53.169 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:50:53.173 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:50:53.177 | +functions-common:time_start:2338          START_TIME[$name]=1486702253
2017-02-10 04:50:53.180 | +functions-common:run_process:1467         is_service_enabled dstat
2017-02-10 04:50:53.199 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:53.202 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:50:53.205 | +functions-common:run_process:1469         screen_process dstat '/opt/devstack/tools/dstat.sh /opt/stack/logs' ''
2017-02-10 04:50:53.208 | +functions-common:screen_process:1485      local name=dstat
2017-02-10 04:50:53.211 | +functions-common:screen_process:1486      local 'command=/opt/devstack/tools/dstat.sh /opt/stack/logs'
2017-02-10 04:50:53.214 | +functions-common:screen_process:1487      local group=
2017-02-10 04:50:53.217 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:50:53.220 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:50:53.223 | +functions-common:screen_process:1492      screen -S stack -X screen -t dstat
2017-02-10 04:50:53.229 | +functions-common:screen_process:1494      local logfile=dstat.log.2017-02-10-124752
2017-02-10 04:50:53.232 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/dstat.log.2017-02-10-124752
2017-02-10 04:50:53.235 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:50:53.235 | LOGDIR: /opt/stack/logs
2017-02-10 04:50:53.238 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:50:53.238 | SCREEN_LOGDIR:
2017-02-10 04:50:53.241 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/dstat.log.2017-02-10-124752'
2017-02-10 04:50:53.241 | log: /opt/stack/logs/dstat.log.2017-02-10-124752
2017-02-10 04:50:53.244 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:50:53.247 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:50:53.250 | +functions-common:screen_process:1501      screen -S stack -p dstat -X logfile /opt/stack/logs/dstat.log.2017-02-10-124752
2017-02-10 04:50:53.254 | +functions-common:screen_process:1502      screen -S stack -p dstat -X log on
2017-02-10 04:50:53.258 | +functions-common:screen_process:1505      touch /opt/stack/logs/dstat.log.2017-02-10-124752
2017-02-10 04:50:53.262 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''dstat.log.2017-02-10-124752'\'' dstat.log'
2017-02-10 04:50:53.267 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:50:53.270 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:50:56.276 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:50:56.279 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:50:56.282 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:50:56.285 | +functions-common:screen_process:1538      screen_rc dstat '/opt/devstack/tools/dstat.sh /opt/stack/logs'
2017-02-10 04:50:56.288 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:50:56.291 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:50:56.295 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:50:56.298 | +functions-common:screen_rc:1551           echo 'sessionname stack'
2017-02-10 04:50:56.301 | +functions-common:screen_rc:1553           echo 'hardstatus alwayslastline '\''%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})'\'''
2017-02-10 04:50:56.304 | +functions-common:screen_rc:1555           echo 'setenv PROMPT_COMMAND /bin/true'
2017-02-10 04:50:56.307 | +functions-common:screen_rc:1556           echo 'screen -t shell bash'
2017-02-10 04:50:56.310 | +functions-common:screen_rc:1559           grep dstat /opt/devstack/stack-screenrc
2017-02-10 04:50:56.314 | +functions-common:screen_process:1540      screen -S stack -p dstat -X stuff '/opt/devstack/tools/dstat.sh /opt/stack/logs & echo $!'>/opt/stack/status/stack/dstat.pid; fg || echo "dstat failed to start" | tee "/opt/stack/status/stack/dstat.failure"
2017-02-10 04:50:56.322 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:50:56.328 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:56.345 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:56.351 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:56.355 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:56.363 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:56.368 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:50:56.375 | +functions-common:time_stop:2354           start_time=1486702253
2017-02-10 04:50:56.380 | +functions-common:time_stop:2356           [[ -z 1486702253 ]]
2017-02-10 04:50:56.389 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:56.393 | +functions-common:time_stop:2359           end_time=1486702256
2017-02-10 04:50:56.396 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:50:56.400 | +functions-common:time_stop:2361           total=0
2017-02-10 04:50:56.403 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:56.407 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=3
2017-02-10 04:50:56.410 | +lib/dstat:start_dstat:27                  run_process peakmem_tracker /opt/devstack/tools/peakmem_tracker.sh
2017-02-10 04:50:56.413 | +functions-common:run_process:1459         local service=peakmem_tracker
2017-02-10 04:50:56.417 | +functions-common:run_process:1460         local command=/opt/devstack/tools/peakmem_tracker.sh
2017-02-10 04:50:56.420 | +functions-common:run_process:1461         local group=
2017-02-10 04:50:56.424 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:50:56.427 | +functions-common:run_process:1464         local name=peakmem_tracker
2017-02-10 04:50:56.431 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:50:56.434 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:50:56.438 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:50:56.441 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:50:56.446 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:50:56.450 | +functions-common:time_start:2338          START_TIME[$name]=1486702256
2017-02-10 04:50:56.453 | +functions-common:run_process:1467         is_service_enabled peakmem_tracker
2017-02-10 04:50:56.474 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:56.477 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:50:56.481 | +functions-common:time_stop:2347           local name
2017-02-10 04:50:56.484 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:50:56.487 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:50:56.491 | +functions-common:time_stop:2350           local total
2017-02-10 04:50:56.494 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:50:56.498 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:50:56.501 | +functions-common:time_stop:2354           start_time=1486702256
2017-02-10 04:50:56.504 | +functions-common:time_stop:2356           [[ -z 1486702256 ]]
2017-02-10 04:50:56.509 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:50:56.513 | +functions-common:time_stop:2359           end_time=1486702256
2017-02-10 04:50:56.516 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:50:56.519 | +functions-common:time_stop:2361           total=3
2017-02-10 04:50:56.523 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:50:56.526 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=3
2017-02-10 04:50:56.529 | +./stack.sh:main:998                       is_service_enabled keystone
2017-02-10 04:50:56.550 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:50:56.553 | +./stack.sh:main:999                       echo_summary 'Starting Keystone'
2017-02-10 04:50:56.557 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:50:56.560 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:50:56.563 | +./stack.sh:echo_summary:385               echo -e Starting Keystone
2017-02-10 04:50:56.567 | +./stack.sh:main:1001                      '[' 172.30.250.59 == 172.30.250.59 ']'
2017-02-10 04:50:56.570 | +./stack.sh:main:1002                      init_keystone
2017-02-10 04:50:56.574 | +lib/keystone:init_keystone:488            is_service_enabled ldap
2017-02-10 04:50:56.594 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:56.597 | +lib/keystone:init_keystone:493            recreate_database keystone
2017-02-10 04:50:56.601 | +lib/database:recreate_database:112        local db=keystone
2017-02-10 04:50:56.604 | +lib/database:recreate_database:113        recreate_database_mysql keystone
2017-02-10 04:50:56.607 | +lib/databases/mysql:recreate_database_mysql:56  local db=keystone
2017-02-10 04:50:56.611 | +lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppass -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;'
2017-02-10 04:50:56.659 | +lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppass -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;'
2017-02-10 04:50:56.665 | +lib/keystone:init_keystone:496            /usr/local/bin/keystone-manage db_sync
2017-02-10 04:50:57.499 | 2017-02-10 12:50:57.498 24811 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76
2017-02-10 04:50:57.499 | 2017-02-10 12:50:57.499 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.499 | 2017-02-10 12:50:57.499 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.500 | 2017-02-10 12:50:57.500 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.500 | 2017-02-10 12:50:57.500 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.500 | 2017-02-10 12:50:57.500 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.500 | 2017-02-10 12:50:57.500 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.501 | 2017-02-10 12:50:57.500 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.501 | 2017-02-10 12:50:57.501 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.501 | 2017-02-10 12:50:57.501 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.501 | 2017-02-10 12:50:57.501 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.502 | 2017-02-10 12:50:57.501 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.502 | 2017-02-10 12:50:57.502 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.502 | 2017-02-10 12:50:57.502 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.502 | 2017-02-10 12:50:57.502 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.502 | 2017-02-10 12:50:57.502 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.503 | 2017-02-10 12:50:57.503 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.503 | 2017-02-10 12:50:57.503 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.503 | 2017-02-10 12:50:57.503 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.503 | 2017-02-10 12:50:57.503 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.504 | 2017-02-10 12:50:57.503 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.504 | 2017-02-10 12:50:57.504 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.504 | 2017-02-10 12:50:57.504 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.504 | 2017-02-10 12:50:57.504 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.504 | 2017-02-10 12:50:57.504 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.505 | 2017-02-10 12:50:57.505 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.505 | 2017-02-10 12:50:57.505 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.505 | 2017-02-10 12:50:57.505 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.505 | 2017-02-10 12:50:57.505 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.506 | 2017-02-10 12:50:57.505 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.506 | 2017-02-10 12:50:57.506 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.506 | 2017-02-10 12:50:57.506 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.506 | 2017-02-10 12:50:57.506 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.506 | 2017-02-10 12:50:57.506 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.507 | 2017-02-10 12:50:57.506 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.507 | 2017-02-10 12:50:57.507 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.507 | 2017-02-10 12:50:57.507 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.507 | 2017-02-10 12:50:57.507 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.507 | 2017-02-10 12:50:57.507 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.508 | 2017-02-10 12:50:57.508 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.508 | 2017-02-10 12:50:57.508 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.508 | 2017-02-10 12:50:57.508 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.508 | 2017-02-10 12:50:57.508 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.509 | 2017-02-10 12:50:57.508 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.509 | 2017-02-10 12:50:57.509 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.509 | 2017-02-10 12:50:57.509 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.509 | 2017-02-10 12:50:57.509 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.509 | 2017-02-10 12:50:57.509 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.510 | 2017-02-10 12:50:57.510 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.510 | 2017-02-10 12:50:57.510 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.510 | 2017-02-10 12:50:57.510 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.510 | 2017-02-10 12:50:57.510 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.510 | 2017-02-10 12:50:57.510 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.511 | 2017-02-10 12:50:57.511 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.511 | 2017-02-10 12:50:57.511 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.511 | 2017-02-10 12:50:57.511 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.511 | 2017-02-10 12:50:57.511 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.512 | 2017-02-10 12:50:57.511 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.512 | 2017-02-10 12:50:57.512 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.512 | 2017-02-10 12:50:57.512 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.512 | 2017-02-10 12:50:57.512 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.512 | 2017-02-10 12:50:57.512 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.513 | 2017-02-10 12:50:57.512 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.513 | 2017-02-10 12:50:57.513 24811 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82
2017-02-10 04:50:57.513 | 2017-02-10 12:50:57.513 24811 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83
2017-02-10 04:50:57.525 | 2017-02-10 12:50:57.524 24811 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 _check_effective_sql_mode /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/engines.py:256
2017-02-10 04:50:57.526 | 2017-02-10 12:50:57.526 24811 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76
2017-02-10 04:50:57.526 | 2017-02-10 12:50:57.526 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.527 | 2017-02-10 12:50:57.527 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.527 | 2017-02-10 12:50:57.527 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.527 | 2017-02-10 12:50:57.527 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.527 | 2017-02-10 12:50:57.527 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.528 | 2017-02-10 12:50:57.528 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.528 | 2017-02-10 12:50:57.528 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.528 | 2017-02-10 12:50:57.528 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.528 | 2017-02-10 12:50:57.528 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.529 | 2017-02-10 12:50:57.529 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.529 | 2017-02-10 12:50:57.529 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.529 | 2017-02-10 12:50:57.529 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.529 | 2017-02-10 12:50:57.529 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.530 | 2017-02-10 12:50:57.529 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.530 | 2017-02-10 12:50:57.530 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.530 | 2017-02-10 12:50:57.530 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.530 | 2017-02-10 12:50:57.530 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.530 | 2017-02-10 12:50:57.530 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.531 | 2017-02-10 12:50:57.531 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.531 | 2017-02-10 12:50:57.531 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.531 | 2017-02-10 12:50:57.531 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.531 | 2017-02-10 12:50:57.531 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.532 | 2017-02-10 12:50:57.531 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.532 | 2017-02-10 12:50:57.532 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.532 | 2017-02-10 12:50:57.532 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.532 | 2017-02-10 12:50:57.532 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.532 | 2017-02-10 12:50:57.532 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.533 | 2017-02-10 12:50:57.533 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.533 | 2017-02-10 12:50:57.533 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.533 | 2017-02-10 12:50:57.533 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.533 | 2017-02-10 12:50:57.533 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.534 | 2017-02-10 12:50:57.533 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.534 | 2017-02-10 12:50:57.534 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.534 | 2017-02-10 12:50:57.534 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.534 | 2017-02-10 12:50:57.534 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.534 | 2017-02-10 12:50:57.534 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.535 | 2017-02-10 12:50:57.535 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.535 | 2017-02-10 12:50:57.535 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.535 | 2017-02-10 12:50:57.535 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.535 | 2017-02-10 12:50:57.535 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.536 | 2017-02-10 12:50:57.536 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.536 | 2017-02-10 12:50:57.536 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.536 | 2017-02-10 12:50:57.536 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.536 | 2017-02-10 12:50:57.536 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.537 | 2017-02-10 12:50:57.536 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.537 | 2017-02-10 12:50:57.537 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.537 | 2017-02-10 12:50:57.537 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.537 | 2017-02-10 12:50:57.537 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.537 | 2017-02-10 12:50:57.537 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.538 | 2017-02-10 12:50:57.538 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.538 | 2017-02-10 12:50:57.538 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.538 | 2017-02-10 12:50:57.538 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.538 | 2017-02-10 12:50:57.538 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.539 | 2017-02-10 12:50:57.538 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.539 | 2017-02-10 12:50:57.539 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.539 | 2017-02-10 12:50:57.539 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.539 | 2017-02-10 12:50:57.539 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.539 | 2017-02-10 12:50:57.539 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.540 | 2017-02-10 12:50:57.540 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.540 | 2017-02-10 12:50:57.540 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.540 | 2017-02-10 12:50:57.540 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.540 | 2017-02-10 12:50:57.540 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.541 | 2017-02-10 12:50:57.540 24811 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82
2017-02-10 04:50:57.541 | 2017-02-10 12:50:57.541 24811 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83
2017-02-10 04:50:57.552 | 2017-02-10 12:50:57.552 24811 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76
2017-02-10 04:50:57.552 | 2017-02-10 12:50:57.552 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.553 | 2017-02-10 12:50:57.553 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.553 | 2017-02-10 12:50:57.553 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.553 | 2017-02-10 12:50:57.553 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.553 | 2017-02-10 12:50:57.553 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.554 | 2017-02-10 12:50:57.554 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.554 | 2017-02-10 12:50:57.554 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.554 | 2017-02-10 12:50:57.554 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.554 | 2017-02-10 12:50:57.554 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.555 | 2017-02-10 12:50:57.554 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.555 | 2017-02-10 12:50:57.555 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.555 | 2017-02-10 12:50:57.555 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.555 | 2017-02-10 12:50:57.555 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.556 | 2017-02-10 12:50:57.555 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.556 | 2017-02-10 12:50:57.556 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.556 | 2017-02-10 12:50:57.556 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.556 | 2017-02-10 12:50:57.556 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.556 | 2017-02-10 12:50:57.556 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.557 | 2017-02-10 12:50:57.557 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.557 | 2017-02-10 12:50:57.557 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.557 | 2017-02-10 12:50:57.557 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.557 | 2017-02-10 12:50:57.557 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.558 | 2017-02-10 12:50:57.557 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.558 | 2017-02-10 12:50:57.558 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.558 | 2017-02-10 12:50:57.558 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.558 | 2017-02-10 12:50:57.558 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.558 | 2017-02-10 12:50:57.558 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.558 | 2017-02-10 12:50:57.558 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.558 | 2017-02-10 12:50:57.558 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.559 | 2017-02-10 12:50:57.559 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.559 | 2017-02-10 12:50:57.559 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.559 | 2017-02-10 12:50:57.559 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.559 | 2017-02-10 12:50:57.559 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.560 | 2017-02-10 12:50:57.559 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.560 | 2017-02-10 12:50:57.560 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.560 | 2017-02-10 12:50:57.560 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.560 | 2017-02-10 12:50:57.560 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.560 | 2017-02-10 12:50:57.560 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.561 | 2017-02-10 12:50:57.561 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.561 | 2017-02-10 12:50:57.561 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.561 | 2017-02-10 12:50:57.561 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.561 | 2017-02-10 12:50:57.561 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.562 | 2017-02-10 12:50:57.562 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.562 | 2017-02-10 12:50:57.562 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.562 | 2017-02-10 12:50:57.562 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.562 | 2017-02-10 12:50:57.562 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.563 | 2017-02-10 12:50:57.562 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.563 | 2017-02-10 12:50:57.563 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.563 | 2017-02-10 12:50:57.563 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.563 | 2017-02-10 12:50:57.563 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.563 | 2017-02-10 12:50:57.563 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.564 | 2017-02-10 12:50:57.564 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.564 | 2017-02-10 12:50:57.564 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.564 | 2017-02-10 12:50:57.564 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.564 | 2017-02-10 12:50:57.564 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.565 | 2017-02-10 12:50:57.564 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.565 | 2017-02-10 12:50:57.565 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.565 | 2017-02-10 12:50:57.565 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.565 | 2017-02-10 12:50:57.565 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.565 | 2017-02-10 12:50:57.565 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.566 | 2017-02-10 12:50:57.566 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.566 | 2017-02-10 12:50:57.566 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.566 | 2017-02-10 12:50:57.566 24811 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82
2017-02-10 04:50:57.566 | 2017-02-10 12:50:57.566 24811 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83
2017-02-10 04:50:57.583 | 2017-02-10 12:50:57.583 24811 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76
2017-02-10 04:50:57.584 | 2017-02-10 12:50:57.584 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.584 | 2017-02-10 12:50:57.584 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.584 | 2017-02-10 12:50:57.584 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.585 | 2017-02-10 12:50:57.584 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.585 | 2017-02-10 12:50:57.585 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.585 | 2017-02-10 12:50:57.585 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.585 | 2017-02-10 12:50:57.585 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.586 | 2017-02-10 12:50:57.585 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.586 | 2017-02-10 12:50:57.586 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.586 | 2017-02-10 12:50:57.586 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.586 | 2017-02-10 12:50:57.586 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.586 | 2017-02-10 12:50:57.586 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.587 | 2017-02-10 12:50:57.586 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.587 | 2017-02-10 12:50:57.587 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.587 | 2017-02-10 12:50:57.587 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.587 | 2017-02-10 12:50:57.587 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.588 | 2017-02-10 12:50:57.587 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.588 | 2017-02-10 12:50:57.588 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.588 | 2017-02-10 12:50:57.588 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.588 | 2017-02-10 12:50:57.588 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.589 | 2017-02-10 12:50:57.588 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.589 | 2017-02-10 12:50:57.589 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.589 | 2017-02-10 12:50:57.589 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.589 | 2017-02-10 12:50:57.589 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.589 | 2017-02-10 12:50:57.589 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.590 | 2017-02-10 12:50:57.590 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.590 | 2017-02-10 12:50:57.590 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.590 | 2017-02-10 12:50:57.590 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.590 | 2017-02-10 12:50:57.590 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.591 | 2017-02-10 12:50:57.590 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.591 | 2017-02-10 12:50:57.591 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.591 | 2017-02-10 12:50:57.591 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.591 | 2017-02-10 12:50:57.591 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.591 | 2017-02-10 12:50:57.591 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.592 | 2017-02-10 12:50:57.592 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.592 | 2017-02-10 12:50:57.592 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.592 | 2017-02-10 12:50:57.592 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.592 | 2017-02-10 12:50:57.592 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.593 | 2017-02-10 12:50:57.593 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.593 | 2017-02-10 12:50:57.593 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.593 | 2017-02-10 12:50:57.593 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.593 | 2017-02-10 12:50:57.593 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.594 | 2017-02-10 12:50:57.593 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.594 | 2017-02-10 12:50:57.594 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.594 | 2017-02-10 12:50:57.594 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.594 | 2017-02-10 12:50:57.594 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.594 | 2017-02-10 12:50:57.594 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.595 | 2017-02-10 12:50:57.595 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.595 | 2017-02-10 12:50:57.595 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.595 | 2017-02-10 12:50:57.595 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.595 | 2017-02-10 12:50:57.595 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.596 | 2017-02-10 12:50:57.596 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.596 | 2017-02-10 12:50:57.596 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.596 | 2017-02-10 12:50:57.596 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.596 | 2017-02-10 12:50:57.596 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.596 | 2017-02-10 12:50:57.596 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.597 | 2017-02-10 12:50:57.597 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.597 | 2017-02-10 12:50:57.597 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.597 | 2017-02-10 12:50:57.597 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.597 | 2017-02-10 12:50:57.597 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.598 | 2017-02-10 12:50:57.598 24811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:50:57.598 | 2017-02-10 12:50:57.598 24811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:50:57.598 | 2017-02-10 12:50:57.598 24811 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82
2017-02-10 04:50:57.598 | 2017-02-10 12:50:57.598 24811 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83
2017-02-10 04:50:57.602 | 2017-02-10 12:50:57.602 24811 INFO migrate.versioning.api [-] 66 -> 67...
2017-02-10 04:50:57.860 | 2017-02-10 12:50:57.859 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.860 | 2017-02-10 12:50:57.860 24811 INFO migrate.versioning.api [-] 67 -> 68...
2017-02-10 04:50:57.864 | 2017-02-10 12:50:57.864 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.864 | 2017-02-10 12:50:57.864 24811 INFO migrate.versioning.api [-] 68 -> 69...
2017-02-10 04:50:57.869 | 2017-02-10 12:50:57.869 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.869 | 2017-02-10 12:50:57.869 24811 INFO migrate.versioning.api [-] 69 -> 70...
2017-02-10 04:50:57.874 | 2017-02-10 12:50:57.874 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.874 | 2017-02-10 12:50:57.874 24811 INFO migrate.versioning.api [-] 70 -> 71...
2017-02-10 04:50:57.879 | 2017-02-10 12:50:57.879 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.879 | 2017-02-10 12:50:57.879 24811 INFO migrate.versioning.api [-] 71 -> 72...
2017-02-10 04:50:57.884 | 2017-02-10 12:50:57.884 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.884 | 2017-02-10 12:50:57.884 24811 INFO migrate.versioning.api [-] 72 -> 73...
2017-02-10 04:50:57.912 | 2017-02-10 12:50:57.912 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.912 | 2017-02-10 12:50:57.912 24811 INFO migrate.versioning.api [-] 73 -> 74...
2017-02-10 04:50:57.929 | 2017-02-10 12:50:57.929 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.929 | 2017-02-10 12:50:57.929 24811 INFO migrate.versioning.api [-] 74 -> 75...
2017-02-10 04:50:57.938 | 2017-02-10 12:50:57.938 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.938 | 2017-02-10 12:50:57.938 24811 INFO migrate.versioning.api [-] 75 -> 76...
2017-02-10 04:50:57.943 | 2017-02-10 12:50:57.943 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.944 | 2017-02-10 12:50:57.943 24811 INFO migrate.versioning.api [-] 76 -> 77...
2017-02-10 04:50:57.948 | 2017-02-10 12:50:57.948 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.948 | 2017-02-10 12:50:57.948 24811 INFO migrate.versioning.api [-] 77 -> 78...
2017-02-10 04:50:57.954 | 2017-02-10 12:50:57.954 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.954 | 2017-02-10 12:50:57.954 24811 INFO migrate.versioning.api [-] 78 -> 79...
2017-02-10 04:50:57.958 | 2017-02-10 12:50:57.958 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.959 | 2017-02-10 12:50:57.958 24811 INFO migrate.versioning.api [-] 79 -> 80...
2017-02-10 04:50:57.963 | 2017-02-10 12:50:57.962 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.963 | 2017-02-10 12:50:57.963 24811 INFO migrate.versioning.api [-] 80 -> 81...
2017-02-10 04:50:57.972 | 2017-02-10 12:50:57.972 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:57.972 | 2017-02-10 12:50:57.972 24811 INFO migrate.versioning.api [-] 81 -> 82...
2017-02-10 04:50:58.001 | 2017-02-10 12:50:58.001 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.001 | 2017-02-10 12:50:58.001 24811 INFO migrate.versioning.api [-] 82 -> 83...
2017-02-10 04:50:58.056 | 2017-02-10 12:50:58.055 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.056 | 2017-02-10 12:50:58.056 24811 INFO migrate.versioning.api [-] 83 -> 84...
2017-02-10 04:50:58.072 | 2017-02-10 12:50:58.071 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.072 | 2017-02-10 12:50:58.072 24811 INFO migrate.versioning.api [-] 84 -> 85...
2017-02-10 04:50:58.091 | 2017-02-10 12:50:58.091 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.091 | 2017-02-10 12:50:58.091 24811 INFO migrate.versioning.api [-] 85 -> 86...
2017-02-10 04:50:58.104 | 2017-02-10 12:50:58.104 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.105 | 2017-02-10 12:50:58.104 24811 INFO migrate.versioning.api [-] 86 -> 87...
2017-02-10 04:50:58.129 | 2017-02-10 12:50:58.128 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.129 | 2017-02-10 12:50:58.129 24811 INFO migrate.versioning.api [-] 87 -> 88...
2017-02-10 04:50:58.157 | 2017-02-10 12:50:58.157 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.157 | 2017-02-10 12:50:58.157 24811 INFO migrate.versioning.api [-] 88 -> 89...
2017-02-10 04:50:58.172 | 2017-02-10 12:50:58.172 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.172 | 2017-02-10 12:50:58.172 24811 INFO migrate.versioning.api [-] 89 -> 90...
2017-02-10 04:50:58.188 | 2017-02-10 12:50:58.188 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.188 | 2017-02-10 12:50:58.188 24811 INFO migrate.versioning.api [-] 90 -> 91...
2017-02-10 04:50:58.223 | 2017-02-10 12:50:58.223 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.223 | 2017-02-10 12:50:58.223 24811 INFO migrate.versioning.api [-] 91 -> 92...
2017-02-10 04:50:58.259 | 2017-02-10 12:50:58.258 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.259 | 2017-02-10 12:50:58.259 24811 INFO migrate.versioning.api [-] 92 -> 93...
2017-02-10 04:50:58.299 | 2017-02-10 12:50:58.299 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.300 | 2017-02-10 12:50:58.300 24811 INFO migrate.versioning.api [-] 93 -> 94...
2017-02-10 04:50:58.323 | 2017-02-10 12:50:58.323 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.323 | 2017-02-10 12:50:58.323 24811 INFO migrate.versioning.api [-] 94 -> 95...
2017-02-10 04:50:58.347 | 2017-02-10 12:50:58.346 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.347 | 2017-02-10 12:50:58.347 24811 INFO migrate.versioning.api [-] 95 -> 96...
2017-02-10 04:50:58.353 | 2017-02-10 12:50:58.353 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.353 | 2017-02-10 12:50:58.353 24811 INFO migrate.versioning.api [-] 96 -> 97...
2017-02-10 04:50:58.359 | 2017-02-10 12:50:58.359 24811 INFO migrate.versioning.api [-] done
2017-02-10 04:50:58.400 | +lib/keystone:init_keystone:498            [[ uuid == \p\k\i ]]
2017-02-10 04:50:58.403 | +lib/keystone:init_keystone:498            [[ uuid == \p\k\i\z ]]
2017-02-10 04:50:58.406 | +lib/keystone:init_keystone:503            [[ uuid == \f\e\r\n\e\t ]]
2017-02-10 04:50:58.410 | +./stack.sh:main:1003                      start_keystone
2017-02-10 04:50:58.413 | +lib/keystone:start_keystone:568           local service_port=5000
2017-02-10 04:50:58.416 | +lib/keystone:start_keystone:569           local auth_protocol=http
2017-02-10 04:50:58.419 | +lib/keystone:start_keystone:570           is_service_enabled tls-proxy
2017-02-10 04:50:58.445 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:50:58.448 | +lib/keystone:start_keystone:575           '[' mod_wsgi == mod_wsgi ']'
2017-02-10 04:50:58.451 | +lib/keystone:start_keystone:576           enable_apache_site keystone
2017-02-10 04:50:58.454 | +lib/apache:enable_apache_site:143         local site=keystone
2017-02-10 04:50:58.458 | +lib/apache:enable_apache_site:144         is_ubuntu
2017-02-10 04:50:58.461 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:58.464 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:58.467 | +lib/apache:enable_apache_site:145         sudo a2ensite keystone
2017-02-10 04:50:58.491 | Enabling site keystone.
2017-02-10 04:50:58.493 | To activate the new configuration, you need to run:
2017-02-10 04:50:58.493 |   service apache2 reload
2017-02-10 04:50:58.497 | +lib/keystone:start_keystone:577           restart_apache_server
2017-02-10 04:50:58.500 | +lib/apache:restart_apache_server:188      time_start restart_apache_server
2017-02-10 04:50:58.503 | +functions-common:time_start:2333          local name=restart_apache_server
2017-02-10 04:50:58.506 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:50:58.509 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:50:58.513 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:50:58.517 | +functions-common:time_start:2338          START_TIME[$name]=1486702258
2017-02-10 04:50:58.520 | +lib/apache:restart_apache_server:189      stop_service apache2
2017-02-10 04:50:58.523 | +functions-common:stop_service:2276        is_ubuntu
2017-02-10 04:50:58.526 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:50:58.529 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:50:58.532 | +functions-common:stop_service:2277        sudo /usr/sbin/service apache2 stop
2017-02-10 04:50:58.538 |  * Stopping web server apache2
2017-02-10 04:50:58.541 |  *
2017-02-10 04:50:58.545 | +lib/apache:restart_apache_server:190      sleep 3
2017-02-10 04:51:01.549 | +lib/apache:restart_apache_server:191      start_service apache2
2017-02-10 04:51:01.553 | +functions-common:start_service:2266       is_ubuntu
2017-02-10 04:51:01.556 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:51:01.559 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:51:01.562 | +functions-common:start_service:2267       sudo /usr/sbin/service apache2 start
2017-02-10 04:51:01.569 |  * Starting web server apache2
2017-02-10 04:51:01.611 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
2017-02-10 04:51:02.616 |  *
2017-02-10 04:51:02.620 | +lib/apache:restart_apache_server:192      time_stop restart_apache_server
2017-02-10 04:51:02.624 | +functions-common:time_stop:2347           local name
2017-02-10 04:51:02.627 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:51:02.630 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:51:02.633 | +functions-common:time_stop:2350           local total
2017-02-10 04:51:02.637 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:51:02.640 | +functions-common:time_stop:2353           name=restart_apache_server
2017-02-10 04:51:02.643 | +functions-common:time_stop:2354           start_time=1486702258
2017-02-10 04:51:02.646 | +functions-common:time_stop:2356           [[ -z 1486702258 ]]
2017-02-10 04:51:02.651 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:51:02.654 | +functions-common:time_stop:2359           end_time=1486702262
2017-02-10 04:51:02.658 | +functions-common:time_stop:2360           elapsed_time=4
2017-02-10 04:51:02.661 | +functions-common:time_stop:2361           total=0
2017-02-10 04:51:02.664 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:51:02.667 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=4
2017-02-10 04:51:02.670 | +lib/keystone:start_keystone:578           tail_log key /var/log/apache2/keystone.log
2017-02-10 04:51:02.674 | +functions-common:tail_log:1662            local name=key
2017-02-10 04:51:02.677 | +functions-common:tail_log:1663            local logfile=/var/log/apache2/keystone.log
2017-02-10 04:51:02.680 | +functions-common:tail_log:1665            [[ True = \T\r\u\e ]]
2017-02-10 04:51:02.683 | +functions-common:tail_log:1666            screen_process key 'sudo tail -f /var/log/apache2/keystone.log'
2017-02-10 04:51:02.686 | +functions-common:screen_process:1485      local name=key
2017-02-10 04:51:02.689 | +functions-common:screen_process:1486      local 'command=sudo tail -f /var/log/apache2/keystone.log'
2017-02-10 04:51:02.692 | +functions-common:screen_process:1487      local group=
2017-02-10 04:51:02.695 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:51:02.698 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:51:02.701 | +functions-common:screen_process:1492      screen -S stack -X screen -t key
2017-02-10 04:51:02.707 | +functions-common:screen_process:1494      local logfile=key.log.2017-02-10-124752
2017-02-10 04:51:02.711 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/key.log.2017-02-10-124752
2017-02-10 04:51:02.714 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:51:02.714 | LOGDIR: /opt/stack/logs
2017-02-10 04:51:02.717 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:51:02.717 | SCREEN_LOGDIR:
2017-02-10 04:51:02.720 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/key.log.2017-02-10-124752'
2017-02-10 04:51:02.720 | log: /opt/stack/logs/key.log.2017-02-10-124752
2017-02-10 04:51:02.723 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:51:02.726 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:51:02.729 | +functions-common:screen_process:1501      screen -S stack -p key -X logfile /opt/stack/logs/key.log.2017-02-10-124752
2017-02-10 04:51:02.733 | +functions-common:screen_process:1502      screen -S stack -p key -X log on
2017-02-10 04:51:02.737 | +functions-common:screen_process:1505      touch /opt/stack/logs/key.log.2017-02-10-124752
2017-02-10 04:51:02.741 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''key.log.2017-02-10-124752'\'' key.log'
2017-02-10 04:51:02.745 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:51:02.748 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:51:05.754 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:51:05.757 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:51:05.760 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:51:05.764 | +functions-common:screen_process:1538      screen_rc key 'sudo tail -f /var/log/apache2/keystone.log'
2017-02-10 04:51:05.767 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:51:05.770 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:51:05.773 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:51:05.776 | +functions-common:screen_rc:1559           grep key /opt/devstack/stack-screenrc
2017-02-10 04:51:05.781 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:51:05.784 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:51:05.787 | +functions-common:screen_rc:1561           echo 'screen -t key bash'
"'17-02-10 04:51:05.790 | +functions-common:screen_rc:1562           echo 'stuff "sudo tail -f /var/log/apache2/keystone.log
2017-02-10 04:51:05.793 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:51:05.796 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:51:05.799 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/key.log.2017-02-10-124752'
2017-02-10 04:51:05.802 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:51:05.805 | +functions-common:screen_process:1540      screen -S stack -p key -X stuff 'sudo tail -f /var/log/apache2/keystone.log & echo $! >/o't/stack/status/stack/key.pid; fg || echo "key failed to start" | tee "/opt/stack/status/stack/key.failure"
2017-02-10 04:51:05.813 | +lib/keystone:start_keystone:579           tail_log key-access /var/log/apache2/keystone_access.log
2017-02-10 04:51:05.816 | +functions-common:tail_log:1662            local name=key-access
2017-02-10 04:51:05.819 | +functions-common:tail_log:1663            local logfile=/var/log/apache2/keystone_access.log
2017-02-10 04:51:05.822 | +functions-common:tail_log:1665            [[ True = \T\r\u\e ]]
2017-02-10 04:51:05.825 | +functions-common:tail_log:1666            screen_process key-access 'sudo tail -f /var/log/apache2/keystone_access.log'
2017-02-10 04:51:05.828 | +functions-common:screen_process:1485      local name=key-access
2017-02-10 04:51:05.831 | +functions-common:screen_process:1486      local 'command=sudo tail -f /var/log/apache2/keystone_access.log'
2017-02-10 04:51:05.834 | +functions-common:screen_process:1487      local group=
2017-02-10 04:51:05.837 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:51:05.840 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:51:05.843 | +functions-common:screen_process:1492      screen -S stack -X screen -t key-access
2017-02-10 04:51:05.849 | +functions-common:screen_process:1494      local logfile=key-access.log.2017-02-10-124752
2017-02-10 04:51:05.852 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/key-access.log.2017-02-10-124752
2017-02-10 04:51:05.855 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:51:05.855 | LOGDIR: /opt/stack/logs
2017-02-10 04:51:05.858 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:51:05.858 | SCREEN_LOGDIR:
2017-02-10 04:51:05.861 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/key-access.log.2017-02-10-124752'
2017-02-10 04:51:05.861 | log: /opt/stack/logs/key-access.log.2017-02-10-124752
2017-02-10 04:51:05.864 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:51:05.867 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:51:05.870 | +functions-common:screen_process:1501      screen -S stack -p key-access -X logfile /opt/stack/logs/key-access.log.2017-02-10-124752
2017-02-10 04:51:05.874 | +functions-common:screen_process:1502      screen -S stack -p key-access -X log on
2017-02-10 04:51:05.878 | +functions-common:screen_process:1505      touch /opt/stack/logs/key-access.log.2017-02-10-124752
2017-02-10 04:51:05.881 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''key-access.log.2017-02-10-124752'\'' key-access.log'
2017-02-10 04:51:05.886 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:51:05.889 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:51:08.895 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:51:08.898 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:51:08.901 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:51:08.905 | +functions-common:screen_process:1538      screen_rc key-access 'sudo tail -f /var/log/apache2/keystone_access.log'
2017-02-10 04:51:08.908 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:51:08.911 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:51:08.914 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:51:08.918 | +functions-common:screen_rc:1559           grep key-access /opt/devstack/stack-screenrc
2017-02-10 04:51:08.923 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:51:08.926 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:51:08.930 | +functions-common:screen_rc:1561           echo 'screen -t key-access bash'
"'17-02-10 04:51:08.933 | +functions-common:screen_rc:1562           echo 'stuff "sudo tail -f /var/log/apache2/keystone_access.log
2017-02-10 04:51:08.936 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:51:08.939 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:51:08.942 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/key-access.log.2017-02-10-124752'
2017-02-10 04:51:08.945 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:51:08.949 | +functions-common:screen_process:1540      screen -S stack -p key-access -X stuff 'sudo tail -f /var/log/apache2/keystone_access.log'& echo $! >/opt/stack/status/stack/key-access.pid; fg || echo "key-access failed to start" | tee "/opt/stack/status/stack/key-access.failure"
2017-02-10 04:51:08.957 | +lib/keystone:start_keystone:588           echo 'Waiting for keystone to start...'
2017-02-10 04:51:08.957 | Waiting for keystone to start...
2017-02-10 04:51:08.960 | +lib/keystone:start_keystone:592           wait_for_service 60 http://172.30.250.59:5000/v2.0/
2017-02-10 04:51:08.963 | +functions:wait_for_service:374            local timeout=60
2017-02-10 04:51:08.967 | +functions:wait_for_service:375            local url=http://172.30.250.59:5000/v2.0/
2017-02-10 04:51:08.970 | +functions:wait_for_service:376            time_start wait_for_service
2017-02-10 04:51:08.973 | +functions-common:time_start:2333          local name=wait_for_service
2017-02-10 04:51:08.976 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:51:08.979 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:51:08.984 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:51:08.987 | +functions-common:time_start:2338          START_TIME[$name]=1486702268
2017-02-10 04:51:08.991 | +functions:wait_for_service:377            timeout 60 sh -c 'while ! curl -g -k --noproxy '\''*'\'' -s http://172.30.250.59:5000/v2.0/ >/dev/null; do sleep 1; done'
2017-02-10 04:51:11.289 | +functions:wait_for_service:378            time_stop wait_for_service
2017-02-10 04:51:11.292 | +functions-common:time_stop:2347           local name
2017-02-10 04:51:11.296 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:51:11.299 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:51:11.302 | +functions-common:time_stop:2350           local total
2017-02-10 04:51:11.305 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:51:11.309 | +functions-common:time_stop:2353           name=wait_for_service
2017-02-10 04:51:11.312 | +functions-common:time_stop:2354           start_time=1486702268
2017-02-10 04:51:11.315 | +functions-common:time_stop:2356           [[ -z 1486702268 ]]
2017-02-10 04:51:11.319 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:51:11.323 | +functions-common:time_stop:2359           end_time=1486702271
2017-02-10 04:51:11.326 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:51:11.329 | +functions-common:time_stop:2361           total=0
2017-02-10 04:51:11.332 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:51:11.335 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=3
2017-02-10 04:51:11.338 | +lib/keystone:start_keystone:597           is_service_enabled tls-proxy
2017-02-10 04:51:11.357 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:51:11.360 | +lib/keystone:start_keystone:603           restart_service memcached
2017-02-10 04:51:11.363 | +functions-common:restart_service:2244     is_ubuntu
2017-02-10 04:51:11.366 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:51:11.369 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:51:11.372 | +functions-common:restart_service:2245     sudo /usr/sbin/service memcached restart
2017-02-10 04:51:11.421 | Restarting memcached: memcached.
2017-02-10 04:51:11.431 | +./stack.sh:main:1004                      bootstrap_keystone
2017-02-10 04:51:11.435 | +lib/keystone:bootstrap_keystone:627       /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password pass --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-admin-url http://172.30.250.59:35357/v2.0 --bootstrap-public-url http://172.30.250.59:5000/v2.0 --bootstrap-internal-url http://172.30.250.59:5000/v2.0
2017-02-10 04:51:12.704 | 2017-02-10 12:51:12.704 25789 DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.707 | 2017-02-10 12:51:12.707 25789 DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.756 | 2017-02-10 12:51:12.756 25789 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.756 | 2017-02-10 12:51:12.756 25789 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.756 | 2017-02-10 12:51:12.756 25789 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._access_token_callback` subscribed to event `identity.OS-OAUTH1:access_token.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.757 | 2017-02-10 12:51:12.757 25789 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._role_callback` subscribed to event `identity.role.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.757 | 2017-02-10 12:51:12.757 25789 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.757 | 2017-02-10 12:51:12.757 25789 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.758 | 2017-02-10 12:51:12.757 25789 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._role_assignment_callback` subscribed to event `identity.role_assignment.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.758 | 2017-02-10 12:51:12.758 25789 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.758 | 2017-02-10 12:51:12.758 25789 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.disabled`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.758 | 2017-02-10 12:51:12.758 25789 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._domain_callback` subscribed to event `identity.domain.disabled`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.759 | 2017-02-10 12:51:12.758 25789 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.invalidate_user_tokens.internal`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.767 | 2017-02-10 12:51:12.767 25789 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._trust_deleted_event_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.768 | 2017-02-10 12:51:12.768 25789 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_user_tokens_callback` subscribed to event `identity.user.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.768 | 2017-02-10 12:51:12.768 25789 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_domain_tokens_callback` subscribed to event `identity.domain.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.768 | 2017-02-10 12:51:12.768 25789 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_user_tokens_callback` subscribed to event `identity.user.disabled`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.768 | 2017-02-10 12:51:12.768 25789 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_domain_tokens_callback` subscribed to event `identity.domain.disabled`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.769 | 2017-02-10 12:51:12.769 25789 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_project_tokens_callback` subscribed to event `identity.project.disabled`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.769 | 2017-02-10 12:51:12.769 25789 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_user_tokens_callback` subscribed to event `identity.invalidate_user_tokens.internal`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.769 | 2017-02-10 12:51:12.769 25789 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_user_project_tokens_callback` subscribed to event `identity.invalidate_user_project_tokens.internal`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.769 | 2017-02-10 12:51:12.769 25789 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_user_oauth_consumer_tokens_callback` subscribed to event `identity.invalidate_user_consumer_tokens.internal`. register_event_callback /opt/stack/keystone/keystone/notifications.py:253
2017-02-10 04:51:12.784 | 2017-02-10 12:51:12.784 25789 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 _check_effective_sql_mode /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/engines.py:256
2017-02-10 04:51:12.872 | 2017-02-10 12:51:12.872 25789 INFO keystone.cmd.cli [req-78365472-979b-415b-91ea-7339f74b495b - - - - -] Created domain default
2017-02-10 04:51:12.883 | 2017-02-10 12:51:12.883 25789 INFO keystone.cmd.cli [req-78365472-979b-415b-91ea-7339f74b495b - - - - -] Created project admin
2017-02-10 04:51:12.891 | 2017-02-10 12:51:12.891 25789 DEBUG passlib.registry [req-78365472-979b-415b-91ea-7339f74b495b - - - - -] registered 'sha512_crypt' handler: <class 'passlib.handlers.sha2_crypt.sha512_crypt'> register_crypt_handler /usr/local/lib/python2.7/dist-packages/passlib/registry.py:284
2017-02-10 04:51:12.903 | 2017-02-10 12:51:12.903 25789 INFO keystone.cmd.cli [req-78365472-979b-415b-91ea-7339f74b495b - - - - -] Created user admin
2017-02-10 04:51:12.907 | 2017-02-10 12:51:12.907 25789 INFO keystone.cmd.cli [req-78365472-979b-415b-91ea-7339f74b495b - - - - -] Created Role admin
2017-02-10 04:51:12.913 | 2017-02-10 12:51:12.913 25789 INFO keystone.cmd.cli [req-78365472-979b-415b-91ea-7339f74b495b - - - - -] Granted admin on admin to user admin.
2017-02-10 04:51:12.920 | 2017-02-10 12:51:12.920 25789 INFO keystone.cmd.cli [req-78365472-979b-415b-91ea-7339f74b495b - - - - -] Created Region RegionOne
2017-02-10 04:51:12.935 | 2017-02-10 12:51:12.935 25789 INFO keystone.cmd.cli [req-78365472-979b-415b-91ea-7339f74b495b - - - - -] Created admin endpoint http://172.30.250.59:35357/v2.0
2017-02-10 04:51:12.943 | 2017-02-10 12:51:12.943 25789 INFO keystone.cmd.cli [req-78365472-979b-415b-91ea-7339f74b495b - - - - -] Created internal endpoint http://172.30.250.59:5000/v2.0
2017-02-10 04:51:12.951 | 2017-02-10 12:51:12.951 25789 INFO keystone.cmd.cli [req-78365472-979b-415b-91ea-7339f74b495b - - - - -] Created public endpoint http://172.30.250.59:5000/v2.0
2017-02-10 04:51:13.003 | +./stack.sh:main:1007                      is_service_enabled tls-proxy
2017-02-10 04:51:13.029 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:51:13.034 | +./stack.sh:main:1016                      cat
2017-02-10 04:51:13.039 | +./stack.sh:main:1031                      source /opt/devstack/userrc_early
2017-02-10 04:51:13.044 | ++userrc_early:source:4                     export OS_IDENTITY_API_VERSION=3
2017-02-10 04:51:13.050 | ++userrc_early:source:4                     OS_IDENTITY_API_VERSION=3
2017-02-10 04:51:13.054 | ++userrc_early:source:5                     export OS_AUTH_URL=http://172.30.250.59:35357
2017-02-10 04:51:13.060 | ++userrc_early:source:5                     OS_AUTH_URL=http://172.30.250.59:35357
2017-02-10 04:51:13.065 | ++userrc_early:source:6                     export OS_USERNAME=admin
2017-02-10 04:51:13.070 | ++userrc_early:source:6                     OS_USERNAME=admin
2017-02-10 04:51:13.076 | ++userrc_early:source:7                     export OS_USER_DOMAIN_ID=default
2017-02-10 04:51:13.081 | ++userrc_early:source:7                     OS_USER_DOMAIN_ID=default
2017-02-10 04:51:13.087 | ++userrc_early:source:8                     export OS_PASSWORD=pass
2017-02-10 04:51:13.092 | ++userrc_early:source:8                     OS_PASSWORD=pass
2017-02-10 04:51:13.097 | ++userrc_early:source:9                     export OS_PROJECT_NAME=admin
2017-02-10 04:51:13.103 | ++userrc_early:source:9                     OS_PROJECT_NAME=admin
2017-02-10 04:51:13.108 | ++userrc_early:source:10                    export OS_PROJECT_DOMAIN_ID=default
2017-02-10 04:51:13.113 | ++userrc_early:source:10                    OS_PROJECT_DOMAIN_ID=default
2017-02-10 04:51:13.119 | ++userrc_early:source:11                    export OS_REGION_NAME=RegionOne
2017-02-10 04:51:13.124 | ++userrc_early:source:11                    OS_REGION_NAME=RegionOne
2017-02-10 04:51:13.128 | +./stack.sh:main:1033                      create_keystone_accounts
2017-02-10 04:51:13.132 | +lib/keystone:create_keystone_accounts:372  local admin_tenant
2017-02-10 04:51:13.138 | ++lib/keystone:create_keystone_accounts:373  openstack project show admin -f value -c id
2017-02-10 04:51:21.763 | +lib/keystone:create_keystone_accounts:373  admin_tenant=57eb8bb5e61c442487543d1d700aef00
2017-02-10 04:51:21.766 | +lib/keystone:create_keystone_accounts:374  local admin_user
2017-02-10 04:51:21.770 | ++lib/keystone:create_keystone_accounts:375  openstack user show admin -f value -c id
2017-02-10 04:51:28.409 | +lib/keystone:create_keystone_accounts:375  admin_user=eeebb47423bb4333b2508cc90b4537f7
2017-02-10 04:51:28.412 | +lib/keystone:create_keystone_accounts:376  local admin_role
2017-02-10 04:51:28.417 | ++lib/keystone:create_keystone_accounts:377  openstack role show admin -f value -c id
2017-02-10 04:51:29.897 | +lib/keystone:create_keystone_accounts:377  admin_role=aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:51:29.901 | +lib/keystone:create_keystone_accounts:379  get_or_add_user_domain_role aec213223e9542ac90866bcd55cc8a56 eeebb47423bb4333b2508cc90b4537f7 default
2017-02-10 04:51:29.905 | +functions-common:get_or_add_user_domain_role:898  local user_role_id
2017-02-10 04:51:29.912 | ++functions-common:get_or_add_user_domain_role:907  grep ' aec213223e9542ac90866bcd55cc8a56 '
2017-02-10 04:51:29.914 | ++functions-common:get_or_add_user_domain_role:907  get_field 1
2017-02-10 04:51:29.915 | ++functions-common:get_or_add_user_domain_role:907  openstack role list --user eeebb47423bb4333b2508cc90b4537f7 --os-url=http://172.30.250.59:5000/v3 --os-identity-api-version=3 --column ID --domain default --column Name
2017-02-10 04:51:29.922 | ++functions-common:get_field:700            local data field
2017-02-10 04:51:29.926 | ++functions-common:get_field:701            read data
2017-02-10 04:51:31.246 | +functions-common:get_or_add_user_domain_role:907  user_role_id=
2017-02-10 04:51:31.251 | +functions-common:get_or_add_user_domain_role:908  [[ -z '' ]]
2017-02-10 04:51:31.256 | +functions-common:get_or_add_user_domain_role:910  openstack role add aec213223e9542ac90866bcd55cc8a56 --user eeebb47423bb4333b2508cc90b4537f7 --domain default --os-url=http://172.30.250.59:5000/v3 --os-identity-api-version=3
2017-02-10 04:51:32.705 | ++functions-common:get_or_add_user_domain_role:922  get_field 1
2017-02-10 04:51:32.705 | ++functions-common:get_or_add_user_domain_role:922  grep ' aec213223e9542ac90866bcd55cc8a56 '
2017-02-10 04:51:32.705 | ++functions-common:get_or_add_user_domain_role:922  openstack role list --user eeebb47423bb4333b2508cc90b4537f7 --os-url=http://172.30.250.59:5000/v3 --os-identity-api-version=3 --column ID --domain default --column Name
2017-02-10 04:51:32.710 | ++functions-common:get_field:700            local data field
2017-02-10 04:51:32.714 | ++functions-common:get_field:701            read data
2017-02-10 04:51:34.022 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:51:34.026 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:51:34.030 | ++functions-common:get_field:707            echo '| aec213223e9542ac90866bcd55cc8a56 | admin |'
2017-02-10 04:51:34.030 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:51:34.035 | ++functions-common:get_field:701            read data
2017-02-10 04:51:34.039 | +functions-common:get_or_add_user_domain_role:922  user_role_id=aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:51:34.042 | +functions-common:get_or_add_user_domain_role:924  echo aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:51:34.042 | aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:51:34.046 | +lib/keystone:create_keystone_accounts:382  get_or_create_project service default
2017-02-10 04:51:34.049 | +functions-common:get_or_create_project:821  local project_id
2017-02-10 04:51:34.053 | ++functions-common:get_or_create_project:829  openstack project create service --domain=default --or-show -f value -c id
2017-02-10 04:51:35.321 | +functions-common:get_or_create_project:827  project_id=6f8746f6581e4dd4bf59f2ea31540720
2017-02-10 04:51:35.324 | +functions-common:get_or_create_project:828  echo 6f8746f6581e4dd4bf59f2ea31540720
2017-02-10 04:51:35.324 | 6f8746f6581e4dd4bf59f2ea31540720
2017-02-10 04:51:35.327 | +lib/keystone:create_keystone_accounts:385  get_or_create_role service
2017-02-10 04:51:35.331 | +functions-common:get_or_create_role:834   local role_id
2017-02-10 04:51:35.335 | ++functions-common:get_or_create_role:841   openstack role create service --or-show -f value -c id
2017-02-10 04:51:36.602 | +functions-common:get_or_create_role:839   role_id=9c927640b6114d8cb60627185c4cc9b9
2017-02-10 04:51:36.605 | +functions-common:get_or_create_role:840   echo 9c927640b6114d8cb60627185c4cc9b9
2017-02-10 04:51:36.605 | 9c927640b6114d8cb60627185c4cc9b9
2017-02-10 04:51:36.608 | +lib/keystone:create_keystone_accounts:391  get_or_create_role ResellerAdmin
2017-02-10 04:51:36.611 | +functions-common:get_or_create_role:834   local role_id
2017-02-10 04:51:36.616 | ++functions-common:get_or_create_role:841   openstack role create ResellerAdmin --or-show -f value -c id
2017-02-10 04:51:37.861 | +functions-common:get_or_create_role:839   role_id=e2328501bcf644a7954ee4edd99a603d
2017-02-10 04:51:37.865 | +functions-common:get_or_create_role:840   echo e2328501bcf644a7954ee4edd99a603d
2017-02-10 04:51:37.865 | e2328501bcf644a7954ee4edd99a603d
2017-02-10 04:51:37.868 | +lib/keystone:create_keystone_accounts:394  local member_role
2017-02-10 04:51:37.872 | ++lib/keystone:create_keystone_accounts:395  get_or_create_role Member
2017-02-10 04:51:37.877 | ++functions-common:get_or_create_role:834   local role_id
2017-02-10 04:51:37.881 | +++functions-common:get_or_create_role:841   openstack role create Member --or-show -f value -c id
2017-02-10 04:51:39.133 | ++functions-common:get_or_create_role:839   role_id=a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:51:39.137 | ++functions-common:get_or_create_role:840   echo a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:51:39.140 | +lib/keystone:create_keystone_accounts:395  member_role=a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:51:39.144 | +lib/keystone:create_keystone_accounts:399  local another_role
2017-02-10 04:51:39.148 | ++lib/keystone:create_keystone_accounts:400  get_or_create_role anotherrole
2017-02-10 04:51:39.152 | ++functions-common:get_or_create_role:834   local role_id
2017-02-10 04:51:39.156 | +++functions-common:get_or_create_role:841   openstack role create anotherrole --or-show -f value -c id
2017-02-10 04:51:40.390 | ++functions-common:get_or_create_role:839   role_id=8747718785884f168393c536f3094e97
2017-02-10 04:51:40.394 | ++functions-common:get_or_create_role:840   echo 8747718785884f168393c536f3094e97
2017-02-10 04:51:40.398 | +lib/keystone:create_keystone_accounts:400  another_role=8747718785884f168393c536f3094e97
2017-02-10 04:51:40.401 | +lib/keystone:create_keystone_accounts:403  local invis_tenant
2017-02-10 04:51:40.405 | ++lib/keystone:create_keystone_accounts:404  get_or_create_project invisible_to_admin default
2017-02-10 04:51:40.409 | ++functions-common:get_or_create_project:821  local project_id
2017-02-10 04:51:40.414 | +++functions-common:get_or_create_project:829  openstack project create invisible_to_admin --domain=default --or-show -f value -c id
2017-02-10 04:51:41.711 | ++functions-common:get_or_create_project:827  project_id=5841f3573fc24d9f845945e4cbb05845
2017-02-10 04:51:41.716 | ++functions-common:get_or_create_project:828  echo 5841f3573fc24d9f845945e4cbb05845
2017-02-10 04:51:41.720 | +lib/keystone:create_keystone_accounts:404  invis_tenant=5841f3573fc24d9f845945e4cbb05845
2017-02-10 04:51:41.725 | +lib/keystone:create_keystone_accounts:407  local demo_tenant
2017-02-10 04:51:41.731 | ++lib/keystone:create_keystone_accounts:408  get_or_create_project demo default
2017-02-10 04:51:41.736 | ++functions-common:get_or_create_project:821  local project_id
2017-02-10 04:51:41.742 | +++functions-common:get_or_create_project:829  openstack project create demo --domain=default --or-show -f value -c id
2017-02-10 04:51:43.113 | ++functions-common:get_or_create_project:827  project_id=11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:51:43.118 | ++functions-common:get_or_create_project:828  echo 11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:51:43.122 | +lib/keystone:create_keystone_accounts:408  demo_tenant=11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:51:43.126 | +lib/keystone:create_keystone_accounts:409  local demo_user
2017-02-10 04:51:43.132 | ++lib/keystone:create_keystone_accounts:411  get_or_create_user demo pass default demo@example.com
2017-02-10 04:51:43.137 | ++functions-common:get_or_create_user:798   local user_id
2017-02-10 04:51:43.142 | ++functions-common:get_or_create_user:799   [[ ! -z demo@example.com ]]
2017-02-10 04:51:43.147 | ++functions-common:get_or_create_user:800   local email=--email=demo@example.com
2017-02-10 04:51:43.153 | +++functions-common:get_or_create_user:816   openstack user create demo --password pass --domain=default --email=demo@example.com --or-show -f value -c id
2017-02-10 04:51:44.418 | ++functions-common:get_or_create_user:814   user_id=a475e83b8c6d4e319962ceacb9e8d8b0
2017-02-10 04:51:44.426 | ++functions-common:get_or_create_user:815   echo a475e83b8c6d4e319962ceacb9e8d8b0
2017-02-10 04:51:44.434 | +lib/keystone:create_keystone_accounts:411  demo_user=a475e83b8c6d4e319962ceacb9e8d8b0
2017-02-10 04:51:44.438 | +lib/keystone:create_keystone_accounts:413  get_or_add_user_project_role a918803053ef4526b73b54e2352f1f5e a475e83b8c6d4e319962ceacb9e8d8b0 11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:51:44.442 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:51:44.450 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:51:44.451 | ++functions-common:get_or_add_user_project_role:853  grep ' a918803053ef4526b73b54e2352f1f5e '
2017-02-10 04:51:44.454 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user a475e83b8c6d4e319962ceacb9e8d8b0 --column ID --project 11cd40f88e804b8f802be0e5c08ee8e2 --column Name
2017-02-10 04:51:44.455 | ++functions-common:get_field:700            local data field
2017-02-10 04:51:44.459 | ++functions-common:get_field:701            read data
2017-02-10 04:51:45.769 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:51:45.773 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:51:45.777 | +functions-common:get_or_add_user_project_role:856  openstack role add a918803053ef4526b73b54e2352f1f5e --user a475e83b8c6d4e319962ceacb9e8d8b0 --project 11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:51:47.149 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user a475e83b8c6d4e319962ceacb9e8d8b0 --column ID --project 11cd40f88e804b8f802be0e5c08ee8e2 --column Name
2017-02-10 04:51:47.150 | ++functions-common:get_or_add_user_project_role:864  grep ' a918803053ef4526b73b54e2352f1f5e '
2017-02-10 04:51:47.152 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:51:47.155 | ++functions-common:get_field:700            local data field
2017-02-10 04:51:47.159 | ++functions-common:get_field:701            read data
2017-02-10 04:51:48.457 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:51:48.462 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:51:48.467 | ++functions-common:get_field:707            echo '| a918803053ef4526b73b54e2352f1f5e | Member |'
2017-02-10 04:51:48.467 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:51:48.474 | ++functions-common:get_field:701            read data
2017-02-10 04:51:48.478 | +functions-common:get_or_add_user_project_role:864  user_role_id=a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:51:48.483 | +functions-common:get_or_add_user_project_role:866  echo a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:51:48.483 | a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:51:48.487 | +lib/keystone:create_keystone_accounts:414  get_or_add_user_project_role aec213223e9542ac90866bcd55cc8a56 eeebb47423bb4333b2508cc90b4537f7 11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:51:48.491 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:51:48.499 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user eeebb47423bb4333b2508cc90b4537f7 --column ID --project 11cd40f88e804b8f802be0e5c08ee8e2 --column Name
2017-02-10 04:51:48.500 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:51:48.505 | ++functions-common:get_field:700            local data field
2017-02-10 04:51:48.508 | ++functions-common:get_or_add_user_project_role:853  grep ' aec213223e9542ac90866bcd55cc8a56 '
2017-02-10 04:51:48.508 | ++functions-common:get_field:701            read data
2017-02-10 04:51:49.838 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:51:49.843 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:51:49.848 | +functions-common:get_or_add_user_project_role:856  openstack role add aec213223e9542ac90866bcd55cc8a56 --user eeebb47423bb4333b2508cc90b4537f7 --project 11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:51:51.175 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:51:51.177 | ++functions-common:get_or_add_user_project_role:864  grep ' aec213223e9542ac90866bcd55cc8a56 '
2017-02-10 04:51:51.177 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user eeebb47423bb4333b2508cc90b4537f7 --column ID --project 11cd40f88e804b8f802be0e5c08ee8e2 --column Name
2017-02-10 04:51:51.186 | ++functions-common:get_field:700            local data field
2017-02-10 04:51:51.189 | ++functions-common:get_field:701            read data
2017-02-10 04:51:52.487 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:51:52.493 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:51:52.499 | ++functions-common:get_field:707            echo '| aec213223e9542ac90866bcd55cc8a56 | admin |'
2017-02-10 04:51:52.499 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:51:52.506 | ++functions-common:get_field:701            read data
2017-02-10 04:51:52.511 | +functions-common:get_or_add_user_project_role:864  user_role_id=aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:51:52.515 | +functions-common:get_or_add_user_project_role:866  echo aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:51:52.515 | aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:51:52.519 | +lib/keystone:create_keystone_accounts:415  get_or_add_user_project_role 8747718785884f168393c536f3094e97 a475e83b8c6d4e319962ceacb9e8d8b0 11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:51:52.523 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:51:52.531 | ++functions-common:get_or_add_user_project_role:853  grep ' 8747718785884f168393c536f3094e97 '
2017-02-10 04:51:52.531 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user a475e83b8c6d4e319962ceacb9e8d8b0 --column ID --project 11cd40f88e804b8f802be0e5c08ee8e2 --column Name
2017-02-10 04:51:52.533 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:51:52.537 | ++functions-common:get_field:700            local data field
2017-02-10 04:51:52.541 | ++functions-common:get_field:701            read data
2017-02-10 04:51:53.809 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:51:53.813 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:51:53.818 | +functions-common:get_or_add_user_project_role:856  openstack role add 8747718785884f168393c536f3094e97 --user a475e83b8c6d4e319962ceacb9e8d8b0 --project 11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:51:55.151 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user a475e83b8c6d4e319962ceacb9e8d8b0 --column ID --project 11cd40f88e804b8f802be0e5c08ee8e2 --column Name
2017-02-10 04:51:55.151 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:51:55.155 | ++functions-common:get_field:700            local data field
2017-02-10 04:51:55.156 | ++functions-common:get_or_add_user_project_role:864  grep ' 8747718785884f168393c536f3094e97 '
2017-02-10 04:51:55.159 | ++functions-common:get_field:701            read data
2017-02-10 04:51:56.455 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:51:56.461 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:51:56.467 | ++functions-common:get_field:707            echo '| 8747718785884f168393c536f3094e97 | anotherrole |'
2017-02-10 04:51:56.467 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:51:56.473 | ++functions-common:get_field:701            read data
2017-02-10 04:51:56.478 | +functions-common:get_or_add_user_project_role:864  user_role_id=8747718785884f168393c536f3094e97
2017-02-10 04:51:56.482 | +functions-common:get_or_add_user_project_role:866  echo 8747718785884f168393c536f3094e97
2017-02-10 04:51:56.483 | 8747718785884f168393c536f3094e97
2017-02-10 04:51:56.487 | +lib/keystone:create_keystone_accounts:416  get_or_add_user_project_role a918803053ef4526b73b54e2352f1f5e a475e83b8c6d4e319962ceacb9e8d8b0 5841f3573fc24d9f845945e4cbb05845
2017-02-10 04:51:56.491 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:51:56.500 | ++functions-common:get_or_add_user_project_role:853  grep ' a918803053ef4526b73b54e2352f1f5e '
2017-02-10 04:51:56.500 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:51:56.501 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user a475e83b8c6d4e319962ceacb9e8d8b0 --column ID --project 5841f3573fc24d9f845945e4cbb05845 --column Name
2017-02-10 04:51:56.510 | ++functions-common:get_field:700            local data field
2017-02-10 04:51:56.513 | ++functions-common:get_field:701            read data
2017-02-10 04:51:57.863 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:51:57.867 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:51:57.872 | +functions-common:get_or_add_user_project_role:856  openstack role add a918803053ef4526b73b54e2352f1f5e --user a475e83b8c6d4e319962ceacb9e8d8b0 --project 5841f3573fc24d9f845945e4cbb05845
2017-02-10 04:51:59.178 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:51:59.179 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user a475e83b8c6d4e319962ceacb9e8d8b0 --column ID --project 5841f3573fc24d9f845945e4cbb05845 --column Name
2017-02-10 04:51:59.179 | ++functions-common:get_or_add_user_project_role:864  grep ' a918803053ef4526b73b54e2352f1f5e '
2017-02-10 04:51:59.183 | ++functions-common:get_field:700            local data field
2017-02-10 04:51:59.186 | ++functions-common:get_field:701            read data
2017-02-10 04:52:00.450 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:52:00.455 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:52:00.459 | ++functions-common:get_field:707            echo '| a918803053ef4526b73b54e2352f1f5e | Member |'
2017-02-10 04:52:00.460 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:52:00.465 | ++functions-common:get_field:701            read data
2017-02-10 04:52:00.469 | +functions-common:get_or_add_user_project_role:864  user_role_id=a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:00.472 | +functions-common:get_or_add_user_project_role:866  echo a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:00.472 | a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:00.475 | +lib/keystone:create_keystone_accounts:419  local alt_demo_tenant
2017-02-10 04:52:00.480 | ++lib/keystone:create_keystone_accounts:420  get_or_create_project alt_demo default
2017-02-10 04:52:00.484 | ++functions-common:get_or_create_project:821  local project_id
2017-02-10 04:52:00.488 | +++functions-common:get_or_create_project:829  openstack project create alt_demo --domain=default --or-show -f value -c id
2017-02-10 04:52:01.737 | ++functions-common:get_or_create_project:827  project_id=f5a98dcadf5045a39c9b61dd1d37f9d1
2017-02-10 04:52:01.741 | ++functions-common:get_or_create_project:828  echo f5a98dcadf5045a39c9b61dd1d37f9d1
2017-02-10 04:52:01.745 | +lib/keystone:create_keystone_accounts:420  alt_demo_tenant=f5a98dcadf5045a39c9b61dd1d37f9d1
2017-02-10 04:52:01.748 | +lib/keystone:create_keystone_accounts:421  local alt_demo_user
2017-02-10 04:52:01.753 | ++lib/keystone:create_keystone_accounts:423  get_or_create_user alt_demo pass default alt_demo@example.com
2017-02-10 04:52:01.756 | ++functions-common:get_or_create_user:798   local user_id
2017-02-10 04:52:01.761 | ++functions-common:get_or_create_user:799   [[ ! -z alt_demo@example.com ]]
2017-02-10 04:52:01.765 | ++functions-common:get_or_create_user:800   local email=--email=alt_demo@example.com
2017-02-10 04:52:01.770 | +++functions-common:get_or_create_user:816   openstack user create alt_demo --password pass --domain=default --email=alt_demo@example.com --or-show -f value -c id
2017-02-10 04:52:03.011 | ++functions-common:get_or_create_user:814   user_id=bfbb4defdd664225bd4b91859893691f
2017-02-10 04:52:03.016 | ++functions-common:get_or_create_user:815   echo bfbb4defdd664225bd4b91859893691f
2017-02-10 04:52:03.019 | +lib/keystone:create_keystone_accounts:423  alt_demo_user=bfbb4defdd664225bd4b91859893691f
2017-02-10 04:52:03.023 | +lib/keystone:create_keystone_accounts:425  get_or_add_user_project_role a918803053ef4526b73b54e2352f1f5e bfbb4defdd664225bd4b91859893691f f5a98dcadf5045a39c9b61dd1d37f9d1
2017-02-10 04:52:03.026 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:52:03.033 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user bfbb4defdd664225bd4b91859893691f --column ID --project f5a98dcadf5045a39c9b61dd1d37f9d1 --column Name
2017-02-10 04:52:03.034 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:52:03.034 | ++functions-common:get_or_add_user_project_role:853  grep ' a918803053ef4526b73b54e2352f1f5e '
2017-02-10 04:52:03.038 | ++functions-common:get_field:700            local data field
2017-02-10 04:52:03.042 | ++functions-common:get_field:701            read data
2017-02-10 04:52:04.290 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:52:04.294 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:52:04.297 | +functions-common:get_or_add_user_project_role:856  openstack role add a918803053ef4526b73b54e2352f1f5e --user bfbb4defdd664225bd4b91859893691f --project f5a98dcadf5045a39c9b61dd1d37f9d1
2017-02-10 04:52:05.573 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:52:05.573 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user bfbb4defdd664225bd4b91859893691f --column ID --project f5a98dcadf5045a39c9b61dd1d37f9d1 --column Name
2017-02-10 04:52:05.575 | ++functions-common:get_or_add_user_project_role:864  grep ' a918803053ef4526b73b54e2352f1f5e '
2017-02-10 04:52:05.578 | ++functions-common:get_field:700            local data field
2017-02-10 04:52:05.582 | ++functions-common:get_field:701            read data
2017-02-10 04:52:06.926 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:52:06.930 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:52:06.934 | ++functions-common:get_field:707            echo '| a918803053ef4526b73b54e2352f1f5e | Member |'
2017-02-10 04:52:06.934 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:52:06.939 | ++functions-common:get_field:701            read data
2017-02-10 04:52:06.943 | +functions-common:get_or_add_user_project_role:864  user_role_id=a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:06.947 | +functions-common:get_or_add_user_project_role:866  echo a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:06.947 | a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:06.950 | +lib/keystone:create_keystone_accounts:426  get_or_add_user_project_role aec213223e9542ac90866bcd55cc8a56 eeebb47423bb4333b2508cc90b4537f7 f5a98dcadf5045a39c9b61dd1d37f9d1
2017-02-10 04:52:06.953 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:52:06.960 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user eeebb47423bb4333b2508cc90b4537f7 --column ID --project f5a98dcadf5045a39c9b61dd1d37f9d1 --column Name
2017-02-10 04:52:06.960 | ++functions-common:get_or_add_user_project_role:853  grep ' aec213223e9542ac90866bcd55cc8a56 '
2017-02-10 04:52:06.962 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:52:06.966 | ++functions-common:get_field:700            local data field
2017-02-10 04:52:06.969 | ++functions-common:get_field:701            read data
2017-02-10 04:52:08.208 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:52:08.211 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:52:08.214 | +functions-common:get_or_add_user_project_role:856  openstack role add aec213223e9542ac90866bcd55cc8a56 --user eeebb47423bb4333b2508cc90b4537f7 --project f5a98dcadf5045a39c9b61dd1d37f9d1
2017-02-10 04:52:09.519 | ++functions-common:get_or_add_user_project_role:864  grep ' aec213223e9542ac90866bcd55cc8a56 '
2017-02-10 04:52:09.520 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:52:09.522 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user eeebb47423bb4333b2508cc90b4537f7 --column ID --project f5a98dcadf5045a39c9b61dd1d37f9d1 --column Name
2017-02-10 04:52:09.524 | ++functions-common:get_field:700            local data field
2017-02-10 04:52:09.528 | ++functions-common:get_field:701            read data
2017-02-10 04:52:10.903 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:52:10.909 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:52:10.914 | ++functions-common:get_field:707            echo '| aec213223e9542ac90866bcd55cc8a56 | admin |'
2017-02-10 04:52:10.915 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:52:10.921 | ++functions-common:get_field:701            read data
2017-02-10 04:52:10.925 | +functions-common:get_or_add_user_project_role:864  user_role_id=aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:52:10.930 | +functions-common:get_or_add_user_project_role:866  echo aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:52:10.930 | aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:52:10.934 | +lib/keystone:create_keystone_accounts:427  get_or_add_user_project_role 8747718785884f168393c536f3094e97 bfbb4defdd664225bd4b91859893691f f5a98dcadf5045a39c9b61dd1d37f9d1
2017-02-10 04:52:10.939 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:52:10.947 | ++functions-common:get_or_add_user_project_role:853  grep ' 8747718785884f168393c536f3094e97 '
2017-02-10 04:52:10.948 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:52:10.949 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user bfbb4defdd664225bd4b91859893691f --column ID --project f5a98dcadf5045a39c9b61dd1d37f9d1 --column Name
2017-02-10 04:52:10.955 | ++functions-common:get_field:700            local data field
2017-02-10 04:52:10.960 | ++functions-common:get_field:701            read data
2017-02-10 04:52:12.213 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:52:12.217 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:52:12.221 | +functions-common:get_or_add_user_project_role:856  openstack role add 8747718785884f168393c536f3094e97 --user bfbb4defdd664225bd4b91859893691f --project f5a98dcadf5045a39c9b61dd1d37f9d1
2017-02-10 04:52:13.548 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user bfbb4defdd664225bd4b91859893691f --column ID --project f5a98dcadf5045a39c9b61dd1d37f9d1 --column Name
2017-02-10 04:52:13.551 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:52:13.554 | ++functions-common:get_or_add_user_project_role:864  grep ' 8747718785884f168393c536f3094e97 '
2017-02-10 04:52:13.557 | ++functions-common:get_field:700            local data field
2017-02-10 04:52:13.560 | ++functions-common:get_field:701            read data
2017-02-10 04:52:14.940 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:52:14.945 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:52:14.951 | ++functions-common:get_field:707            echo '| 8747718785884f168393c536f3094e97 | anotherrole |'
2017-02-10 04:52:14.951 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:52:14.958 | ++functions-common:get_field:701            read data
2017-02-10 04:52:14.962 | +functions-common:get_or_add_user_project_role:864  user_role_id=8747718785884f168393c536f3094e97
2017-02-10 04:52:14.967 | +functions-common:get_or_add_user_project_role:866  echo 8747718785884f168393c536f3094e97
2017-02-10 04:52:14.967 | 8747718785884f168393c536f3094e97
2017-02-10 04:52:14.971 | +lib/keystone:create_keystone_accounts:430  local admin_group
2017-02-10 04:52:14.976 | ++lib/keystone:create_keystone_accounts:432  get_or_create_group admins default 'openstack admin group'
2017-02-10 04:52:14.982 | ++functions-common:get_or_create_group:783  local 'desc=openstack admin group'
2017-02-10 04:52:14.987 | ++functions-common:get_or_create_group:784  local group_id
2017-02-10 04:52:14.993 | +++functions-common:get_or_create_group:793  openstack group create admins --domain default --description 'openstack admin group' --or-show -f value -c id
2017-02-10 04:52:16.286 | ++functions-common:get_or_create_group:791  group_id=d706f436be6343fe9ea29c905dbc1d63
2017-02-10 04:52:16.292 | ++functions-common:get_or_create_group:792  echo d706f436be6343fe9ea29c905dbc1d63
2017-02-10 04:52:16.297 | +lib/keystone:create_keystone_accounts:432  admin_group=d706f436be6343fe9ea29c905dbc1d63
2017-02-10 04:52:16.301 | +lib/keystone:create_keystone_accounts:433  local non_admin_group
2017-02-10 04:52:16.307 | ++lib/keystone:create_keystone_accounts:435  get_or_create_group nonadmins default 'non-admin group'
2017-02-10 04:52:16.312 | ++functions-common:get_or_create_group:783  local 'desc=non-admin group'
2017-02-10 04:52:16.317 | ++functions-common:get_or_create_group:784  local group_id
2017-02-10 04:52:16.323 | +++functions-common:get_or_create_group:793  openstack group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id
2017-02-10 04:52:17.587 | ++functions-common:get_or_create_group:791  group_id=ce81aaaedfdf4bf4a745058eb38c5d36
2017-02-10 04:52:17.592 | ++functions-common:get_or_create_group:792  echo ce81aaaedfdf4bf4a745058eb38c5d36
2017-02-10 04:52:17.596 | +lib/keystone:create_keystone_accounts:435  non_admin_group=ce81aaaedfdf4bf4a745058eb38c5d36
2017-02-10 04:52:17.600 | +lib/keystone:create_keystone_accounts:437  get_or_add_group_project_role a918803053ef4526b73b54e2352f1f5e ce81aaaedfdf4bf4a745058eb38c5d36 11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:52:17.604 | +functions-common:get_or_add_group_project_role:930  local group_role_id
2017-02-10 04:52:17.609 | ++functions-common:get_or_add_group_project_role:935  openstack role list --group ce81aaaedfdf4bf4a745058eb38c5d36 --project 11cd40f88e804b8f802be0e5c08ee8e2 -c ID -f value
2017-02-10 04:52:18.869 | +functions-common:get_or_add_group_project_role:935  group_role_id=
2017-02-10 04:52:18.872 | +functions-common:get_or_add_group_project_role:936  [[ -z '' ]]
2017-02-10 04:52:18.875 | +functions-common:get_or_add_group_project_role:938  openstack role add a918803053ef4526b73b54e2352f1f5e --group ce81aaaedfdf4bf4a745058eb38c5d36 --project 11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:52:20.136 | ++functions-common:get_or_add_group_project_role:944  openstack role list --group ce81aaaedfdf4bf4a745058eb38c5d36 --project 11cd40f88e804b8f802be0e5c08ee8e2 -c ID -f value
2017-02-10 04:52:21.398 | +functions-common:get_or_add_group_project_role:944  group_role_id=a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:21.401 | +functions-common:get_or_add_group_project_role:946  echo a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:21.401 | a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:21.404 | +lib/keystone:create_keystone_accounts:438  get_or_add_group_project_role 8747718785884f168393c536f3094e97 ce81aaaedfdf4bf4a745058eb38c5d36 11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:52:21.407 | +functions-common:get_or_add_group_project_role:930  local group_role_id
2017-02-10 04:52:21.411 | ++functions-common:get_or_add_group_project_role:935  openstack role list --group ce81aaaedfdf4bf4a745058eb38c5d36 --project 11cd40f88e804b8f802be0e5c08ee8e2 -c ID -f value
2017-02-10 04:52:22.665 | +functions-common:get_or_add_group_project_role:935  group_role_id=a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:22.668 | +functions-common:get_or_add_group_project_role:936  [[ -z a918803053ef4526b73b54e2352f1f5e ]]
2017-02-10 04:52:22.671 | +functions-common:get_or_add_group_project_role:946  echo a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:22.671 | a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:22.675 | +lib/keystone:create_keystone_accounts:439  get_or_add_group_project_role a918803053ef4526b73b54e2352f1f5e ce81aaaedfdf4bf4a745058eb38c5d36 f5a98dcadf5045a39c9b61dd1d37f9d1
2017-02-10 04:52:22.678 | +functions-common:get_or_add_group_project_role:930  local group_role_id
2017-02-10 04:52:22.682 | ++functions-common:get_or_add_group_project_role:935  openstack role list --group ce81aaaedfdf4bf4a745058eb38c5d36 --project f5a98dcadf5045a39c9b61dd1d37f9d1 -c ID -f value
2017-02-10 04:52:23.932 | +functions-common:get_or_add_group_project_role:935  group_role_id=
2017-02-10 04:52:23.935 | +functions-common:get_or_add_group_project_role:936  [[ -z '' ]]
2017-02-10 04:52:23.938 | +functions-common:get_or_add_group_project_role:938  openstack role add a918803053ef4526b73b54e2352f1f5e --group ce81aaaedfdf4bf4a745058eb38c5d36 --project f5a98dcadf5045a39c9b61dd1d37f9d1
2017-02-10 04:52:25.196 | ++functions-common:get_or_add_group_project_role:944  openstack role list --group ce81aaaedfdf4bf4a745058eb38c5d36 --project f5a98dcadf5045a39c9b61dd1d37f9d1 -c ID -f value
2017-02-10 04:52:26.465 | +functions-common:get_or_add_group_project_role:944  group_role_id=a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:26.468 | +functions-common:get_or_add_group_project_role:946  echo a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:26.468 | a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:26.471 | +lib/keystone:create_keystone_accounts:440  get_or_add_group_project_role 8747718785884f168393c536f3094e97 ce81aaaedfdf4bf4a745058eb38c5d36 f5a98dcadf5045a39c9b61dd1d37f9d1
2017-02-10 04:52:26.474 | +functions-common:get_or_add_group_project_role:930  local group_role_id
2017-02-10 04:52:26.478 | ++functions-common:get_or_add_group_project_role:935  openstack role list --group ce81aaaedfdf4bf4a745058eb38c5d36 --project f5a98dcadf5045a39c9b61dd1d37f9d1 -c ID -f value
2017-02-10 04:52:27.735 | +functions-common:get_or_add_group_project_role:935  group_role_id=a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:27.738 | +functions-common:get_or_add_group_project_role:936  [[ -z a918803053ef4526b73b54e2352f1f5e ]]
2017-02-10 04:52:27.741 | +functions-common:get_or_add_group_project_role:946  echo a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:27.741 | a918803053ef4526b73b54e2352f1f5e
2017-02-10 04:52:27.744 | +lib/keystone:create_keystone_accounts:441  get_or_add_group_project_role aec213223e9542ac90866bcd55cc8a56 d706f436be6343fe9ea29c905dbc1d63 57eb8bb5e61c442487543d1d700aef00
2017-02-10 04:52:27.747 | +functions-common:get_or_add_group_project_role:930  local group_role_id
2017-02-10 04:52:27.752 | ++functions-common:get_or_add_group_project_role:935  openstack role list --group d706f436be6343fe9ea29c905dbc1d63 --project 57eb8bb5e61c442487543d1d700aef00 -c ID -f value
2017-02-10 04:52:28.993 | +functions-common:get_or_add_group_project_role:935  group_role_id=
2017-02-10 04:52:28.996 | +functions-common:get_or_add_group_project_role:936  [[ -z '' ]]
2017-02-10 04:52:28.999 | +functions-common:get_or_add_group_project_role:938  openstack role add aec213223e9542ac90866bcd55cc8a56 --group d706f436be6343fe9ea29c905dbc1d63 --project 57eb8bb5e61c442487543d1d700aef00
2017-02-10 04:52:30.266 | ++functions-common:get_or_add_group_project_role:944  openstack role list --group d706f436be6343fe9ea29c905dbc1d63 --project 57eb8bb5e61c442487543d1d700aef00 -c ID -f value
2017-02-10 04:52:31.528 | +functions-common:get_or_add_group_project_role:944  group_role_id=aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:52:31.531 | +functions-common:get_or_add_group_project_role:946  echo aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:52:31.531 | aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:52:31.535 | +./stack.sh:main:1034                      create_nova_accounts
2017-02-10 04:52:31.538 | +lib/nova:create_nova_accounts:406         [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,h-eng,h-api,h-api-cfn,h-api-cw,s-proxy,s-object,s-container,s-account,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-metering =~ n-api ]]
2017-02-10 04:52:31.541 | +lib/nova:create_nova_accounts:410         create_service_user nova admin
2017-02-10 04:52:31.544 | +lib/keystone:create_service_user:452      local role=admin
2017-02-10 04:52:31.547 | +lib/keystone:create_service_user:454      local user
2017-02-10 04:52:31.552 | ++lib/keystone:create_service_user:455      get_or_create_user nova pass default
2017-02-10 04:52:31.555 | ++functions-common:get_or_create_user:798   local user_id
2017-02-10 04:52:31.559 | ++functions-common:get_or_create_user:799   [[ ! -z '' ]]
2017-02-10 04:52:31.563 | ++functions-common:get_or_create_user:802   local email=
2017-02-10 04:52:31.567 | +++functions-common:get_or_create_user:816   openstack user create nova --password pass --domain=default --or-show -f value -c id
2017-02-10 04:52:32.831 | ++functions-common:get_or_create_user:814   user_id=533c1c34db414de7a63330cd32b5f292
2017-02-10 04:52:32.835 | ++functions-common:get_or_create_user:815   echo 533c1c34db414de7a63330cd32b5f292
2017-02-10 04:52:32.839 | +lib/keystone:create_service_user:455      user=533c1c34db414de7a63330cd32b5f292
2017-02-10 04:52:32.842 | +lib/keystone:create_service_user:456      get_or_add_user_project_role admin 533c1c34db414de7a63330cd32b5f292 service
2017-02-10 04:52:32.845 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:52:32.852 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:52:32.855 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user 533c1c34db414de7a63330cd32b5f292 --column ID --project service --column Name
2017-02-10 04:52:32.857 | ++functions-common:get_or_add_user_project_role:853  grep ' admin '
2017-02-10 04:52:32.859 | ++functions-common:get_field:700            local data field
2017-02-10 04:52:32.863 | ++functions-common:get_field:701            read data
2017-02-10 04:52:34.123 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:52:34.126 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:52:34.129 | +functions-common:get_or_add_user_project_role:856  openstack role add admin --user 533c1c34db414de7a63330cd32b5f292 --project service
2017-02-10 04:52:35.414 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user 533c1c34db414de7a63330cd32b5f292 --column ID --project service --column Name
2017-02-10 04:52:35.415 | ++functions-common:get_or_add_user_project_role:864  grep ' admin '
2017-02-10 04:52:35.417 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:52:35.421 | ++functions-common:get_field:700            local data field
2017-02-10 04:52:35.433 | ++functions-common:get_field:701            read data
2017-02-10 04:52:36.684 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:52:36.688 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:52:36.692 | ++functions-common:get_field:707            echo '| aec213223e9542ac90866bcd55cc8a56 | admin |'
2017-02-10 04:52:36.692 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:52:36.697 | ++functions-common:get_field:701            read data
2017-02-10 04:52:36.701 | +functions-common:get_or_add_user_project_role:864  user_role_id=aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:52:36.704 | +functions-common:get_or_add_user_project_role:866  echo aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:52:36.704 | aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:52:36.707 | +lib/nova:create_nova_accounts:412         local nova_api_url
2017-02-10 04:52:36.710 | +lib/nova:create_nova_accounts:413         [[ False == \F\a\l\s\e ]]
2017-02-10 04:52:36.713 | +lib/nova:create_nova_accounts:414         nova_api_url=http://172.30.250.59:8774
2017-02-10 04:52:36.716 | +lib/nova:create_nova_accounts:419         get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)'
2017-02-10 04:52:36.719 | +functions-common:get_or_create_service:952  local service_id
2017-02-10 04:52:36.723 | ++functions-common:get_or_create_service:965  openstack service show compute_legacy -f value -c id
2017-02-10 04:52:37.986 | ++functions-common:get_or_create_service:967  openstack service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id
2017-02-10 04:52:39.206 | +functions-common:get_or_create_service:963  service_id=594878c5c0984fc78590e9ced0f60dae
2017-02-10 04:52:39.209 | +functions-common:get_or_create_service:964  echo 594878c5c0984fc78590e9ced0f60dae
2017-02-10 04:52:39.209 | 594878c5c0984fc78590e9ced0f60dae
2017-02-10 04:52:39.212 | +lib/nova:create_nova_accounts:421         get_or_create_endpoint compute_legacy RegionOne 'http://172.30.250.59:8774/v2/$(tenant_id)s' 'http://172.30.250.59:8774/v2/$(tenant_id)s' 'http://172.30.250.59:8774/v2/$(tenant_id)s'
2017-02-10 04:52:39.215 | +functions-common:get_or_create_endpoint:996  local public_id
2017-02-10 04:52:39.219 | ++functions-common:get_or_create_endpoint:997  _get_or_create_endpoint_with_interface compute_legacy public 'http://172.30.250.59:8774/v2/$(tenant_id)s' RegionOne
2017-02-10 04:52:39.223 | ++functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:52:39.227 | +++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value
2017-02-10 04:52:40.493 | ++functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:52:40.496 | ++functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:52:40.501 | +++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create compute_legacy public 'http://172.30.250.59:8774/v2/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:52:41.817 | ++functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=25ccf962e9474ad68ae638b26fce4ef3
2017-02-10 04:52:41.822 | ++functions-common:_get_or_create_endpoint_with_interface:982  echo 25ccf962e9474ad68ae638b26fce4ef3
2017-02-10 04:52:41.827 | +functions-common:get_or_create_endpoint:997  public_id=25ccf962e9474ad68ae638b26fce4ef3
2017-02-10 04:52:41.832 | +functions-common:get_or_create_endpoint:998  _get_or_create_endpoint_with_interface compute_legacy admin 'http://172.30.250.59:8774/v2/$(tenant_id)s' RegionOne
2017-02-10 04:52:41.836 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:52:41.842 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service compute_legacy --interface admin --region RegionOne -c ID -f value
2017-02-10 04:52:43.192 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:52:43.196 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:52:43.202 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create compute_legacy admin 'http://172.30.250.59:8774/v2/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:52:44.566 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=8bcf0c774a6647598e33e7e0fb10dd76
2017-02-10 04:52:44.571 | +functions-common:_get_or_create_endpoint_with_interface:982  echo 8bcf0c774a6647598e33e7e0fb10dd76
2017-02-10 04:52:44.571 | 8bcf0c774a6647598e33e7e0fb10dd76
2017-02-10 04:52:44.575 | +functions-common:get_or_create_endpoint:999  _get_or_create_endpoint_with_interface compute_legacy internal 'http://172.30.250.59:8774/v2/$(tenant_id)s' RegionOne
2017-02-10 04:52:44.580 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:52:44.586 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service compute_legacy --interface internal --region RegionOne -c ID -f value
2017-02-10 04:52:45.866 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:52:45.870 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:52:45.876 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create compute_legacy internal 'http://172.30.250.59:8774/v2/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:52:47.208 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=b11a42dacf0c4c8097b78c57a1d4cff5
2017-02-10 04:52:47.212 | +functions-common:_get_or_create_endpoint_with_interface:982  echo b11a42dacf0c4c8097b78c57a1d4cff5
2017-02-10 04:52:47.212 | b11a42dacf0c4c8097b78c57a1d4cff5
2017-02-10 04:52:47.216 | +functions-common:get_or_create_endpoint:1002  echo 25ccf962e9474ad68ae638b26fce4ef3
2017-02-10 04:52:47.216 | 25ccf962e9474ad68ae638b26fce4ef3
2017-02-10 04:52:47.220 | +lib/nova:create_nova_accounts:427         get_or_create_service nova compute 'Nova Compute Service'
2017-02-10 04:52:47.225 | +functions-common:get_or_create_service:952  local service_id
2017-02-10 04:52:47.231 | ++functions-common:get_or_create_service:965  openstack service show compute -f value -c id
2017-02-10 04:52:48.556 | ++functions-common:get_or_create_service:967  openstack service create compute --name nova '--description=Nova Compute Service' -f value -c id
2017-02-10 04:52:49.822 | +functions-common:get_or_create_service:963  service_id=73dbcb37f7614035afb14b4af453745d
2017-02-10 04:52:49.827 | +functions-common:get_or_create_service:964  echo 73dbcb37f7614035afb14b4af453745d
2017-02-10 04:52:49.827 | 73dbcb37f7614035afb14b4af453745d
2017-02-10 04:52:49.831 | +lib/nova:create_nova_accounts:429         get_or_create_endpoint compute RegionOne 'http://172.30.250.59:8774/v2.1/$(tenant_id)s' 'http://172.30.250.59:8774/v2.1/$(tenant_id)s' 'http://172.30.250.59:8774/v2.1/$(tenant_id)s'
2017-02-10 04:52:49.836 | +functions-common:get_or_create_endpoint:996  local public_id
2017-02-10 04:52:49.842 | ++functions-common:get_or_create_endpoint:997  _get_or_create_endpoint_with_interface compute public 'http://172.30.250.59:8774/v2.1/$(tenant_id)s' RegionOne
2017-02-10 04:52:49.847 | ++functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:52:49.853 | +++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service compute --interface public --region RegionOne -c ID -f value
2017-02-10 04:52:51.171 | ++functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:52:51.177 | ++functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:52:51.183 | +++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create compute public 'http://172.30.250.59:8774/v2.1/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:52:52.476 | ++functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=94be997db2d04ec48ac098a304caa5db
2017-02-10 04:52:52.482 | ++functions-common:_get_or_create_endpoint_with_interface:982  echo 94be997db2d04ec48ac098a304caa5db
2017-02-10 04:52:52.487 | +functions-common:get_or_create_endpoint:997  public_id=94be997db2d04ec48ac098a304caa5db
2017-02-10 04:52:52.491 | +functions-common:get_or_create_endpoint:998  _get_or_create_endpoint_with_interface compute admin 'http://172.30.250.59:8774/v2.1/$(tenant_id)s' RegionOne
2017-02-10 04:52:52.496 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:52:52.502 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service compute --interface admin --region RegionOne -c ID -f value
2017-02-10 04:52:53.817 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:52:53.821 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:52:53.827 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create compute admin 'http://172.30.250.59:8774/v2.1/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:52:55.185 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=d48e910b6a9441fdb63b53ede7ad885d
2017-02-10 04:52:55.189 | +functions-common:_get_or_create_endpoint_with_interface:982  echo d48e910b6a9441fdb63b53ede7ad885d
2017-02-10 04:52:55.189 | d48e910b6a9441fdb63b53ede7ad885d
2017-02-10 04:52:55.194 | +functions-common:get_or_create_endpoint:999  _get_or_create_endpoint_with_interface compute internal 'http://172.30.250.59:8774/v2.1/$(tenant_id)s' RegionOne
2017-02-10 04:52:55.198 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:52:55.205 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service compute --interface internal --region RegionOne -c ID -f value
2017-02-10 04:52:56.501 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:52:56.505 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:52:56.511 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create compute internal 'http://172.30.250.59:8774/v2.1/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:52:57.793 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=e6dd3aa1beee429da8ac726d2691396f
2017-02-10 04:52:57.798 | +functions-common:_get_or_create_endpoint_with_interface:982  echo e6dd3aa1beee429da8ac726d2691396f
2017-02-10 04:52:57.798 | e6dd3aa1beee429da8ac726d2691396f
2017-02-10 04:52:57.803 | +functions-common:get_or_create_endpoint:1002  echo 94be997db2d04ec48ac098a304caa5db
2017-02-10 04:52:57.803 | 94be997db2d04ec48ac098a304caa5db
2017-02-10 04:52:57.807 | +lib/nova:create_nova_accounts:436         is_service_enabled n-api
2017-02-10 04:52:57.832 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:52:57.836 | +lib/nova:create_nova_accounts:438         is_service_enabled swift
2017-02-10 04:52:57.861 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:52:57.865 | +lib/nova:create_nova_accounts:441         get_or_add_user_project_role ResellerAdmin nova service
2017-02-10 04:52:57.870 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:52:57.878 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user nova --column ID --project service --column Name
2017-02-10 04:52:57.879 | ++functions-common:get_or_add_user_project_role:853  grep ' ResellerAdmin '
2017-02-10 04:52:57.881 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:52:57.885 | ++functions-common:get_field:700            local data field
2017-02-10 04:52:57.889 | ++functions-common:get_field:701            read data
2017-02-10 04:52:59.221 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:52:59.225 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:52:59.229 | +functions-common:get_or_add_user_project_role:856  openstack role add ResellerAdmin --user nova --project service
2017-02-10 04:53:00.554 | ++functions-common:get_or_add_user_project_role:864  grep ' ResellerAdmin '
2017-02-10 04:53:00.555 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user nova --column ID --project service --column Name
2017-02-10 04:53:00.559 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:53:00.564 | ++functions-common:get_field:700            local data field
2017-02-10 04:53:00.567 | ++functions-common:get_field:701            read data
2017-02-10 04:53:01.879 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:53:01.885 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:53:01.891 | ++functions-common:get_field:707            echo '| e2328501bcf644a7954ee4edd99a603d | ResellerAdmin |'
2017-02-10 04:53:01.892 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:53:01.899 | ++functions-common:get_field:701            read data
2017-02-10 04:53:01.904 | +functions-common:get_or_add_user_project_role:864  user_role_id=e2328501bcf644a7954ee4edd99a603d
2017-02-10 04:53:01.908 | +functions-common:get_or_add_user_project_role:866  echo e2328501bcf644a7954ee4edd99a603d
2017-02-10 04:53:01.908 | e2328501bcf644a7954ee4edd99a603d
2017-02-10 04:53:01.912 | +lib/nova:create_nova_accounts:446         is_service_enabled swift3
2017-02-10 04:53:01.938 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:53:01.942 | +./stack.sh:main:1035                      create_glance_accounts
2017-02-10 04:53:01.946 | +lib/glance:create_glance_accounts:285     is_service_enabled g-api
2017-02-10 04:53:01.974 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:53:01.979 | +lib/glance:create_glance_accounts:287     create_service_user glance
2017-02-10 04:53:01.983 | +lib/keystone:create_service_user:452      local role=service
2017-02-10 04:53:01.987 | +lib/keystone:create_service_user:454      local user
2017-02-10 04:53:01.993 | ++lib/keystone:create_service_user:455      get_or_create_user glance pass default
2017-02-10 04:53:01.997 | ++functions-common:get_or_create_user:798   local user_id
2017-02-10 04:53:02.003 | ++functions-common:get_or_create_user:799   [[ ! -z '' ]]
2017-02-10 04:53:02.008 | ++functions-common:get_or_create_user:802   local email=
2017-02-10 04:53:02.013 | +++functions-common:get_or_create_user:816   openstack user create glance --password pass --domain=default --or-show -f value -c id
2017-02-10 04:53:03.282 | ++functions-common:get_or_create_user:814   user_id=f876164b55a540398ec6d1cc2211b6c7
2017-02-10 04:53:03.288 | ++functions-common:get_or_create_user:815   echo f876164b55a540398ec6d1cc2211b6c7
2017-02-10 04:53:03.292 | +lib/keystone:create_service_user:455      user=f876164b55a540398ec6d1cc2211b6c7
2017-02-10 04:53:03.297 | +lib/keystone:create_service_user:456      get_or_add_user_project_role service f876164b55a540398ec6d1cc2211b6c7 service
2017-02-10 04:53:03.301 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:53:03.309 | ++functions-common:get_or_add_user_project_role:853  grep ' service '
2017-02-10 04:53:03.310 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user f876164b55a540398ec6d1cc2211b6c7 --column ID --project service --column Name
2017-02-10 04:53:03.311 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:53:03.315 | ++functions-common:get_field:700            local data field
2017-02-10 04:53:03.318 | ++functions-common:get_field:701            read data
2017-02-10 04:53:04.584 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:53:04.588 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:53:04.593 | +functions-common:get_or_add_user_project_role:856  openstack role add service --user f876164b55a540398ec6d1cc2211b6c7 --project service
2017-02-10 04:53:05.888 | ++functions-common:get_or_add_user_project_role:864  grep ' service '
2017-02-10 04:53:05.888 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:53:05.888 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user f876164b55a540398ec6d1cc2211b6c7 --column ID --project service --column Name
2017-02-10 04:53:05.892 | ++functions-common:get_field:700            local data field
2017-02-10 04:53:05.896 | ++functions-common:get_field:701            read data
2017-02-10 04:53:07.266 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:53:07.270 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:53:07.275 | ++functions-common:get_field:707            echo '| 9c927640b6114d8cb60627185c4cc9b9 | service |'
2017-02-10 04:53:07.275 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:53:07.280 | ++functions-common:get_field:701            read data
2017-02-10 04:53:07.284 | +functions-common:get_or_add_user_project_role:864  user_role_id=9c927640b6114d8cb60627185c4cc9b9
2017-02-10 04:53:07.287 | +functions-common:get_or_add_user_project_role:866  echo 9c927640b6114d8cb60627185c4cc9b9
2017-02-10 04:53:07.287 | 9c927640b6114d8cb60627185c4cc9b9
2017-02-10 04:53:07.291 | +lib/glance:create_glance_accounts:290     is_service_enabled s-proxy
2017-02-10 04:53:07.311 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:53:07.314 | +lib/glance:create_glance_accounts:292     local glance_swift_user
2017-02-10 04:53:07.319 | ++lib/glance:create_glance_accounts:294     get_or_create_user glance-swift pass default glance-swift@example.com
2017-02-10 04:53:07.323 | ++functions-common:get_or_create_user:798   local user_id
2017-02-10 04:53:07.327 | ++functions-common:get_or_create_user:799   [[ ! -z glance-swift@example.com ]]
2017-02-10 04:53:07.331 | ++functions-common:get_or_create_user:800   local email=--email=glance-swift@example.com
2017-02-10 04:53:07.335 | +++functions-common:get_or_create_user:816   openstack user create glance-swift --password pass --domain=default --email=glance-swift@example.com --or-show -f value -c id
2017-02-10 04:53:08.602 | ++functions-common:get_or_create_user:814   user_id=77a819be489e44a6b3b0e7823fe0a183
2017-02-10 04:53:08.606 | ++functions-common:get_or_create_user:815   echo 77a819be489e44a6b3b0e7823fe0a183
2017-02-10 04:53:08.610 | +lib/glance:create_glance_accounts:294     glance_swift_user=77a819be489e44a6b3b0e7823fe0a183
2017-02-10 04:53:08.613 | +lib/glance:create_glance_accounts:295     get_or_add_user_project_role ResellerAdmin 77a819be489e44a6b3b0e7823fe0a183 service
2017-02-10 04:53:08.616 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:53:08.623 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user 77a819be489e44a6b3b0e7823fe0a183 --column ID --project service --column Name
2017-02-10 04:53:08.625 | ++functions-common:get_or_add_user_project_role:853  grep ' ResellerAdmin '
2017-02-10 04:53:08.625 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:53:08.630 | ++functions-common:get_field:700            local data field
2017-02-10 04:53:08.634 | ++functions-common:get_field:701            read data
2017-02-10 04:53:09.918 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:53:09.921 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:53:09.924 | +functions-common:get_or_add_user_project_role:856  openstack role add ResellerAdmin --user 77a819be489e44a6b3b0e7823fe0a183 --project service
2017-02-10 04:53:11.206 | ++functions-common:get_or_add_user_project_role:864  grep ' ResellerAdmin '
2017-02-10 04:53:11.207 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user 77a819be489e44a6b3b0e7823fe0a183 --column ID --project service --column Name
2017-02-10 04:53:11.208 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:53:11.212 | ++functions-common:get_field:700            local data field
2017-02-10 04:53:11.216 | ++functions-common:get_field:701            read data
2017-02-10 04:53:12.497 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:53:12.501 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:53:12.506 | ++functions-common:get_field:707            echo '| e2328501bcf644a7954ee4edd99a603d | ResellerAdmin |'
2017-02-10 04:53:12.506 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:53:12.511 | ++functions-common:get_field:701            read data
2017-02-10 04:53:12.515 | +functions-common:get_or_add_user_project_role:864  user_role_id=e2328501bcf644a7954ee4edd99a603d
2017-02-10 04:53:12.518 | +functions-common:get_or_add_user_project_role:866  echo e2328501bcf644a7954ee4edd99a603d
2017-02-10 04:53:12.518 | e2328501bcf644a7954ee4edd99a603d
2017-02-10 04:53:12.522 | +lib/glance:create_glance_accounts:298     get_or_create_service glance image 'Glance Image Service'
2017-02-10 04:53:12.525 | +functions-common:get_or_create_service:952  local service_id
2017-02-10 04:53:12.529 | ++functions-common:get_or_create_service:965  openstack service show image -f value -c id
2017-02-10 04:53:13.806 | ++functions-common:get_or_create_service:967  openstack service create image --name glance '--description=Glance Image Service' -f value -c id
2017-02-10 04:53:15.075 | +functions-common:get_or_create_service:963  service_id=d524cc99c732461f90679050a5fd30e2
2017-02-10 04:53:15.078 | +functions-common:get_or_create_service:964  echo d524cc99c732461f90679050a5fd30e2
2017-02-10 04:53:15.078 | d524cc99c732461f90679050a5fd30e2
2017-02-10 04:53:15.081 | +lib/glance:create_glance_accounts:300     get_or_create_endpoint image RegionOne http://172.30.250.59:9292 http://172.30.250.59:9292 http://172.30.250.59:9292
2017-02-10 04:53:15.085 | +functions-common:get_or_create_endpoint:996  local public_id
2017-02-10 04:53:15.089 | ++functions-common:get_or_create_endpoint:997  _get_or_create_endpoint_with_interface image public http://172.30.250.59:9292 RegionOne
2017-02-10 04:53:15.093 | ++functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:53:15.098 | +++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service image --interface public --region RegionOne -c ID -f value
2017-02-10 04:53:16.374 | ++functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:53:16.378 | ++functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:53:16.383 | +++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create image public http://172.30.250.59:9292 --region RegionOne -f value -c id
2017-02-10 04:53:17.658 | ++functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=0ac1afc217914f1f9ca022cf58a17005
2017-02-10 04:53:17.662 | ++functions-common:_get_or_create_endpoint_with_interface:982  echo 0ac1afc217914f1f9ca022cf58a17005
2017-02-10 04:53:17.665 | +functions-common:get_or_create_endpoint:997  public_id=0ac1afc217914f1f9ca022cf58a17005
2017-02-10 04:53:17.669 | +functions-common:get_or_create_endpoint:998  _get_or_create_endpoint_with_interface image admin http://172.30.250.59:9292 RegionOne
2017-02-10 04:53:17.672 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:53:17.676 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service image --interface admin --region RegionOne -c ID -f value
2017-02-10 04:53:19.000 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:53:19.003 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:53:19.008 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create image admin http://172.30.250.59:9292 --region RegionOne -f value -c id
2017-02-10 04:53:20.312 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=92c725fdd2b549aabfe542833e3ac629
2017-02-10 04:53:20.316 | +functions-common:_get_or_create_endpoint_with_interface:982  echo 92c725fdd2b549aabfe542833e3ac629
2017-02-10 04:53:20.316 | 92c725fdd2b549aabfe542833e3ac629
2017-02-10 04:53:20.319 | +functions-common:get_or_create_endpoint:999  _get_or_create_endpoint_with_interface image internal http://172.30.250.59:9292 RegionOne
2017-02-10 04:53:20.322 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:53:20.327 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service image --interface internal --region RegionOne -c ID -f value
2017-02-10 04:53:21.623 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:53:21.627 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:53:21.634 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create image internal http://172.30.250.59:9292 --region RegionOne -f value -c id
2017-02-10 04:53:23.024 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=aa9f7cc2dda8420f8d4bba3f1044c9bc
2017-02-10 04:53:23.029 | +functions-common:_get_or_create_endpoint_with_interface:982  echo aa9f7cc2dda8420f8d4bba3f1044c9bc
2017-02-10 04:53:23.029 | aa9f7cc2dda8420f8d4bba3f1044c9bc
2017-02-10 04:53:23.033 | +functions-common:get_or_create_endpoint:1002  echo 0ac1afc217914f1f9ca022cf58a17005
2017-02-10 04:53:23.033 | 0ac1afc217914f1f9ca022cf58a17005
2017-02-10 04:53:23.038 | +lib/glance:create_glance_accounts:308     is_service_enabled g-glare
2017-02-10 04:53:23.065 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:53:23.069 | +./stack.sh:main:1036                      create_cinder_accounts
2017-02-10 04:53:23.073 | +lib/cinder:create_cinder_accounts:368     [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,h-eng,h-api,h-api-cfn,h-api-cw,s-proxy,s-object,s-container,s-account,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-metering =~ c-api ]]
2017-02-10 04:53:23.077 | +lib/cinder:create_cinder_accounts:370     create_service_user cinder
2017-02-10 04:53:23.082 | +lib/keystone:create_service_user:452      local role=service
2017-02-10 04:53:23.086 | +lib/keystone:create_service_user:454      local user
2017-02-10 04:53:23.092 | ++lib/keystone:create_service_user:455      get_or_create_user cinder pass default
2017-02-10 04:53:23.097 | ++functions-common:get_or_create_user:798   local user_id
2017-02-10 04:53:23.102 | ++functions-common:get_or_create_user:799   [[ ! -z '' ]]
2017-02-10 04:53:23.107 | ++functions-common:get_or_create_user:802   local email=
2017-02-10 04:53:23.113 | +++functions-common:get_or_create_user:816   openstack user create cinder --password pass --domain=default --or-show -f value -c id
2017-02-10 04:53:24.374 | ++functions-common:get_or_create_user:814   user_id=3921ff872cf04f5c833b00809f51b37c
2017-02-10 04:53:24.380 | ++functions-common:get_or_create_user:815   echo 3921ff872cf04f5c833b00809f51b37c
2017-02-10 04:53:24.384 | +lib/keystone:create_service_user:455      user=3921ff872cf04f5c833b00809f51b37c
2017-02-10 04:53:24.388 | +lib/keystone:create_service_user:456      get_or_add_user_project_role service 3921ff872cf04f5c833b00809f51b37c service
2017-02-10 04:53:24.393 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:53:24.400 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user 3921ff872cf04f5c833b00809f51b37c --column ID --project service --column Name
2017-02-10 04:53:24.403 | ++functions-common:get_or_add_user_project_role:853  grep ' service '
2017-02-10 04:53:24.404 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:53:24.408 | ++functions-common:get_field:700            local data field
2017-02-10 04:53:24.412 | ++functions-common:get_field:701            read data
2017-02-10 04:53:25.684 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:53:25.688 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:53:25.693 | +functions-common:get_or_add_user_project_role:856  openstack role add service --user 3921ff872cf04f5c833b00809f51b37c --project service
2017-02-10 04:53:27.033 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user 3921ff872cf04f5c833b00809f51b37c --column ID --project service --column Name
2017-02-10 04:53:27.034 | ++functions-common:get_or_add_user_project_role:864  grep ' service '
2017-02-10 04:53:27.036 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:53:27.040 | ++functions-common:get_field:700            local data field
2017-02-10 04:53:27.043 | ++functions-common:get_field:701            read data
2017-02-10 04:53:28.350 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:53:28.354 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:53:28.358 | ++functions-common:get_field:707            echo '| 9c927640b6114d8cb60627185c4cc9b9 | service |'
2017-02-10 04:53:28.358 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:53:28.363 | ++functions-common:get_field:701            read data
2017-02-10 04:53:28.366 | +functions-common:get_or_add_user_project_role:864  user_role_id=9c927640b6114d8cb60627185c4cc9b9
2017-02-10 04:53:28.369 | +functions-common:get_or_add_user_project_role:866  echo 9c927640b6114d8cb60627185c4cc9b9
2017-02-10 04:53:28.369 | 9c927640b6114d8cb60627185c4cc9b9
2017-02-10 04:53:28.372 | +lib/cinder:create_cinder_accounts:372     get_or_create_service cinder volume 'Cinder Volume Service'
2017-02-10 04:53:28.376 | +functions-common:get_or_create_service:952  local service_id
2017-02-10 04:53:28.380 | ++functions-common:get_or_create_service:965  openstack service show volume -f value -c id
2017-02-10 04:53:29.630 | ++functions-common:get_or_create_service:967  openstack service create volume --name cinder '--description=Cinder Volume Service' -f value -c id
2017-02-10 04:53:30.914 | +functions-common:get_or_create_service:963  service_id=39f594b5a86f48fdbb7e3a7ef60e40d8
2017-02-10 04:53:30.918 | +functions-common:get_or_create_service:964  echo 39f594b5a86f48fdbb7e3a7ef60e40d8
2017-02-10 04:53:30.918 | 39f594b5a86f48fdbb7e3a7ef60e40d8
2017-02-10 04:53:30.922 | +lib/cinder:create_cinder_accounts:374     get_or_create_endpoint volume RegionOne 'http://172.30.250.59:8776/v1/$(tenant_id)s' 'http://172.30.250.59:8776/v1/$(tenant_id)s' 'http://172.30.250.59:8776/v1/$(tenant_id)s'
2017-02-10 04:53:30.925 | +functions-common:get_or_create_endpoint:996  local public_id
2017-02-10 04:53:30.930 | ++functions-common:get_or_create_endpoint:997  _get_or_create_endpoint_with_interface volume public 'http://172.30.250.59:8776/v1/$(tenant_id)s' RegionOne
2017-02-10 04:53:30.934 | ++functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:53:30.939 | +++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service volume --interface public --region RegionOne -c ID -f value
2017-02-10 04:53:32.201 | ++functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:53:32.205 | ++functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:53:32.209 | +++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create volume public 'http://172.30.250.59:8776/v1/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:53:33.534 | ++functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=ed4629e6308a4616800128ac9a1f1b42
2017-02-10 04:53:33.537 | ++functions-common:_get_or_create_endpoint_with_interface:982  echo ed4629e6308a4616800128ac9a1f1b42
2017-02-10 04:53:33.541 | +functions-common:get_or_create_endpoint:997  public_id=ed4629e6308a4616800128ac9a1f1b42
2017-02-10 04:53:33.544 | +functions-common:get_or_create_endpoint:998  _get_or_create_endpoint_with_interface volume admin 'http://172.30.250.59:8776/v1/$(tenant_id)s' RegionOne
2017-02-10 04:53:33.548 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:53:33.552 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service volume --interface admin --region RegionOne -c ID -f value
2017-02-10 04:53:34.822 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:53:34.826 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:53:34.831 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create volume admin 'http://172.30.250.59:8776/v1/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:53:36.100 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=46974395b7754ec6928a7cb40397b309
2017-02-10 04:53:36.103 | +functions-common:_get_or_create_endpoint_with_interface:982  echo 46974395b7754ec6928a7cb40397b309
2017-02-10 04:53:36.103 | 46974395b7754ec6928a7cb40397b309
2017-02-10 04:53:36.106 | +functions-common:get_or_create_endpoint:999  _get_or_create_endpoint_with_interface volume internal 'http://172.30.250.59:8776/v1/$(tenant_id)s' RegionOne
2017-02-10 04:53:36.110 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:53:36.114 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service volume --interface internal --region RegionOne -c ID -f value
2017-02-10 04:53:37.382 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:53:37.385 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:53:37.390 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create volume internal 'http://172.30.250.59:8776/v1/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:53:38.662 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=cbb8d020c808465fa2f99ae6f8d87169
2017-02-10 04:53:38.665 | +functions-common:_get_or_create_endpoint_with_interface:982  echo cbb8d020c808465fa2f99ae6f8d87169
2017-02-10 04:53:38.666 | cbb8d020c808465fa2f99ae6f8d87169
2017-02-10 04:53:38.669 | +functions-common:get_or_create_endpoint:1002  echo ed4629e6308a4616800128ac9a1f1b42
2017-02-10 04:53:38.669 | ed4629e6308a4616800128ac9a1f1b42
2017-02-10 04:53:38.672 | +lib/cinder:create_cinder_accounts:380     get_or_create_service cinderv2 volumev2 'Cinder Volume Service V2'
2017-02-10 04:53:38.675 | +functions-common:get_or_create_service:952  local service_id
2017-02-10 04:53:38.680 | ++functions-common:get_or_create_service:965  openstack service show volumev2 -f value -c id
2017-02-10 04:53:39.945 | ++functions-common:get_or_create_service:967  openstack service create volumev2 --name cinderv2 '--description=Cinder Volume Service V2' -f value -c id
2017-02-10 04:53:41.200 | +functions-common:get_or_create_service:963  service_id=9485d131f35b40e9a694e41bc538016e
2017-02-10 04:53:41.203 | +functions-common:get_or_create_service:964  echo 9485d131f35b40e9a694e41bc538016e
2017-02-10 04:53:41.203 | 9485d131f35b40e9a694e41bc538016e
2017-02-10 04:53:41.207 | +lib/cinder:create_cinder_accounts:382     get_or_create_endpoint volumev2 RegionOne 'http://172.30.250.59:8776/v2/$(tenant_id)s' 'http://172.30.250.59:8776/v2/$(tenant_id)s' 'http://172.30.250.59:8776/v2/$(tenant_id)s'
2017-02-10 04:53:41.210 | +functions-common:get_or_create_endpoint:996  local public_id
2017-02-10 04:53:41.215 | ++functions-common:get_or_create_endpoint:997  _get_or_create_endpoint_with_interface volumev2 public 'http://172.30.250.59:8776/v2/$(tenant_id)s' RegionOne
2017-02-10 04:53:41.219 | ++functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:53:41.223 | +++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service volumev2 --interface public --region RegionOne -c ID -f value
2017-02-10 04:53:42.491 | ++functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:53:42.495 | ++functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:53:42.499 | +++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create volumev2 public 'http://172.30.250.59:8776/v2/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:53:43.782 | ++functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=b4ffba9e3cef4d9cb78a097a77902594
2017-02-10 04:53:43.786 | ++functions-common:_get_or_create_endpoint_with_interface:982  echo b4ffba9e3cef4d9cb78a097a77902594
2017-02-10 04:53:43.790 | +functions-common:get_or_create_endpoint:997  public_id=b4ffba9e3cef4d9cb78a097a77902594
2017-02-10 04:53:43.794 | +functions-common:get_or_create_endpoint:998  _get_or_create_endpoint_with_interface volumev2 admin 'http://172.30.250.59:8776/v2/$(tenant_id)s' RegionOne
2017-02-10 04:53:43.797 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:53:43.801 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service volumev2 --interface admin --region RegionOne -c ID -f value
2017-02-10 04:53:45.071 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:53:45.074 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:53:45.079 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create volumev2 admin 'http://172.30.250.59:8776/v2/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:53:46.358 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=b99f1ffe108849da82c51f57a77d075e
2017-02-10 04:53:46.361 | +functions-common:_get_or_create_endpoint_with_interface:982  echo b99f1ffe108849da82c51f57a77d075e
2017-02-10 04:53:46.361 | b99f1ffe108849da82c51f57a77d075e
2017-02-10 04:53:46.365 | +functions-common:get_or_create_endpoint:999  _get_or_create_endpoint_with_interface volumev2 internal 'http://172.30.250.59:8776/v2/$(tenant_id)s' RegionOne
2017-02-10 04:53:46.368 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:53:46.372 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service volumev2 --interface internal --region RegionOne -c ID -f value
2017-02-10 04:53:47.637 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:53:47.641 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:53:47.645 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create volumev2 internal 'http://172.30.250.59:8776/v2/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:53:48.918 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=dac77bd63beb4c168623053fb8fdb480
2017-02-10 04:53:48.921 | +functions-common:_get_or_create_endpoint_with_interface:982  echo dac77bd63beb4c168623053fb8fdb480
2017-02-10 04:53:48.922 | dac77bd63beb4c168623053fb8fdb480
2017-02-10 04:53:48.925 | +functions-common:get_or_create_endpoint:1002  echo b4ffba9e3cef4d9cb78a097a77902594
2017-02-10 04:53:48.925 | b4ffba9e3cef4d9cb78a097a77902594
2017-02-10 04:53:48.928 | +./stack.sh:main:1037                      create_neutron_accounts
2017-02-10 04:53:48.932 | +lib/neutron-legacy:create_neutron_accounts:504  [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,h-eng,h-api,h-api-cfn,h-api-cw,s-proxy,s-object,s-container,s-account,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-metering =~ q-svc ]]
2017-02-10 04:53:48.935 | +lib/neutron-legacy:create_neutron_accounts:506  create_service_user neutron
2017-02-10 04:53:48.938 | +lib/keystone:create_service_user:452      local role=service
2017-02-10 04:53:48.941 | +lib/keystone:create_service_user:454      local user
2017-02-10 04:53:48.946 | ++lib/keystone:create_service_user:455      get_or_create_user neutron pass default
2017-02-10 04:53:48.950 | ++functions-common:get_or_create_user:798   local user_id
2017-02-10 04:53:48.954 | ++functions-common:get_or_create_user:799   [[ ! -z '' ]]
2017-02-10 04:53:48.958 | ++functions-common:get_or_create_user:802   local email=
2017-02-10 04:53:48.962 | +++functions-common:get_or_create_user:816   openstack user create neutron --password pass --domain=default --or-show -f value -c id
2017-02-10 04:53:50.217 | ++functions-common:get_or_create_user:814   user_id=2bce6bf78fa441a3a089e018aeab28e5
2017-02-10 04:53:50.222 | ++functions-common:get_or_create_user:815   echo 2bce6bf78fa441a3a089e018aeab28e5
2017-02-10 04:53:50.225 | +lib/keystone:create_service_user:455      user=2bce6bf78fa441a3a089e018aeab28e5
2017-02-10 04:53:50.229 | +lib/keystone:create_service_user:456      get_or_add_user_project_role service 2bce6bf78fa441a3a089e018aeab28e5 service
2017-02-10 04:53:50.233 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:53:50.240 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user 2bce6bf78fa441a3a089e018aeab28e5 --column ID --project service --column Name
2017-02-10 04:53:50.240 | ++functions-common:get_or_add_user_project_role:853  grep ' service '
2017-02-10 04:53:50.243 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:53:50.247 | ++functions-common:get_field:700            local data field
2017-02-10 04:53:50.251 | ++functions-common:get_field:701            read data
2017-02-10 04:53:51.601 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:53:51.605 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:53:51.608 | +functions-common:get_or_add_user_project_role:856  openstack role add service --user 2bce6bf78fa441a3a089e018aeab28e5 --project service
2017-02-10 04:53:52.896 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user 2bce6bf78fa441a3a089e018aeab28e5 --column ID --project service --column Name
2017-02-10 04:53:52.896 | ++functions-common:get_or_add_user_project_role:864  grep ' service '
2017-02-10 04:53:52.897 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:53:52.901 | ++functions-common:get_field:700            local data field
2017-02-10 04:53:52.904 | ++functions-common:get_field:701            read data
2017-02-10 04:53:54.182 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:53:54.186 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:53:54.191 | ++functions-common:get_field:707            echo '| 9c927640b6114d8cb60627185c4cc9b9 | service |'
2017-02-10 04:53:54.191 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:53:54.196 | ++functions-common:get_field:701            read data
2017-02-10 04:53:54.200 | +functions-common:get_or_add_user_project_role:864  user_role_id=9c927640b6114d8cb60627185c4cc9b9
2017-02-10 04:53:54.203 | +functions-common:get_or_add_user_project_role:866  echo 9c927640b6114d8cb60627185c4cc9b9
2017-02-10 04:53:54.203 | 9c927640b6114d8cb60627185c4cc9b9
2017-02-10 04:53:54.206 | +lib/neutron-legacy:create_neutron_accounts:508  get_or_create_service neutron network 'Neutron Service'
2017-02-10 04:53:54.210 | +functions-common:get_or_create_service:952  local service_id
2017-02-10 04:53:54.214 | ++functions-common:get_or_create_service:965  openstack service show network -f value -c id
2017-02-10 04:53:55.475 | ++functions-common:get_or_create_service:967  openstack service create network --name neutron '--description=Neutron Service' -f value -c id
2017-02-10 04:53:56.709 | +functions-common:get_or_create_service:963  service_id=59914875d6d042c2a3af47b5dcae9666
2017-02-10 04:53:56.712 | +functions-common:get_or_create_service:964  echo 59914875d6d042c2a3af47b5dcae9666
2017-02-10 04:53:56.712 | 59914875d6d042c2a3af47b5dcae9666
2017-02-10 04:53:56.716 | +lib/neutron-legacy:create_neutron_accounts:510  get_or_create_endpoint network RegionOne http://172.30.250.59:9696/ http://172.30.250.59:9696/ http://172.30.250.59:9696/
2017-02-10 04:53:56.719 | +functions-common:get_or_create_endpoint:996  local public_id
2017-02-10 04:53:56.723 | ++functions-common:get_or_create_endpoint:997  _get_or_create_endpoint_with_interface network public http://172.30.250.59:9696/ RegionOne
2017-02-10 04:53:56.727 | ++functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:53:56.732 | +++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service network --interface public --region RegionOne -c ID -f value
2017-02-10 04:53:58.005 | ++functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:53:58.010 | ++functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:53:58.014 | +++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create network public http://172.30.250.59:9696/ --region RegionOne -f value -c id
2017-02-10 04:53:59.290 | ++functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=f3bebfb846c449d79f10765fe925d1c6
2017-02-10 04:53:59.294 | ++functions-common:_get_or_create_endpoint_with_interface:982  echo f3bebfb846c449d79f10765fe925d1c6
2017-02-10 04:53:59.297 | +functions-common:get_or_create_endpoint:997  public_id=f3bebfb846c449d79f10765fe925d1c6
2017-02-10 04:53:59.301 | +functions-common:get_or_create_endpoint:998  _get_or_create_endpoint_with_interface network admin http://172.30.250.59:9696/ RegionOne
2017-02-10 04:53:59.304 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:53:59.308 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service network --interface admin --region RegionOne -c ID -f value
2017-02-10 04:54:00.579 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:54:00.582 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:54:00.587 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create network admin http://172.30.250.59:9696/ --region RegionOne -f value -c id
2017-02-10 04:54:01.912 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=fad91bfbab6b490e87e564cdebca7b2e
2017-02-10 04:54:01.915 | +functions-common:_get_or_create_endpoint_with_interface:982  echo fad91bfbab6b490e87e564cdebca7b2e
2017-02-10 04:54:01.915 | fad91bfbab6b490e87e564cdebca7b2e
2017-02-10 04:54:01.919 | +functions-common:get_or_create_endpoint:999  _get_or_create_endpoint_with_interface network internal http://172.30.250.59:9696/ RegionOne
2017-02-10 04:54:01.922 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:54:01.927 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service network --interface internal --region RegionOne -c ID -f value
2017-02-10 04:54:03.193 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:54:03.197 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:54:03.201 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create network internal http://172.30.250.59:9696/ --region RegionOne -f value -c id
2017-02-10 04:54:04.473 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=a4832ab7b93c4584a75af11d32b4e365
2017-02-10 04:54:04.477 | +functions-common:_get_or_create_endpoint_with_interface:982  echo a4832ab7b93c4584a75af11d32b4e365
2017-02-10 04:54:04.477 | a4832ab7b93c4584a75af11d32b4e365
2017-02-10 04:54:04.480 | +functions-common:get_or_create_endpoint:1002  echo f3bebfb846c449d79f10765fe925d1c6
2017-02-10 04:54:04.480 | f3bebfb846c449d79f10765fe925d1c6
2017-02-10 04:54:04.483 | +./stack.sh:main:1039                      is_service_enabled swift
2017-02-10 04:54:04.502 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:54:04.506 | +./stack.sh:main:1040                      create_swift_accounts
2017-02-10 04:54:04.509 | +lib/swift:create_swift_accounts:618       export swiftusertest1_password=testing
2017-02-10 04:54:04.512 | +lib/swift:create_swift_accounts:618       swiftusertest1_password=testing
2017-02-10 04:54:04.516 | +lib/swift:create_swift_accounts:619       export swiftusertest2_password=testing2
2017-02-10 04:54:04.519 | +lib/swift:create_swift_accounts:619       swiftusertest2_password=testing2
2017-02-10 04:54:04.522 | +lib/swift:create_swift_accounts:620       export swiftusertest3_password=testing3
2017-02-10 04:54:04.526 | +lib/swift:create_swift_accounts:620       swiftusertest3_password=testing3
2017-02-10 04:54:04.529 | +lib/swift:create_swift_accounts:621       export swiftusertest4_password=testing4
2017-02-10 04:54:04.532 | +lib/swift:create_swift_accounts:621       swiftusertest4_password=testing4
2017-02-10 04:54:04.535 | +lib/swift:create_swift_accounts:623       local another_role
2017-02-10 04:54:04.540 | ++lib/swift:create_swift_accounts:624       get_or_create_role anotherrole
2017-02-10 04:54:04.544 | ++functions-common:get_or_create_role:834   local role_id
2017-02-10 04:54:04.548 | +++functions-common:get_or_create_role:841   openstack role create anotherrole --or-show -f value -c id
2017-02-10 04:54:05.810 | ++functions-common:get_or_create_role:839   role_id=8747718785884f168393c536f3094e97
2017-02-10 04:54:05.814 | ++functions-common:get_or_create_role:840   echo 8747718785884f168393c536f3094e97
2017-02-10 04:54:05.817 | +lib/swift:create_swift_accounts:624       another_role=8747718785884f168393c536f3094e97
2017-02-10 04:54:05.820 | +lib/swift:create_swift_accounts:628       create_service_user swift admin
2017-02-10 04:54:05.824 | +lib/keystone:create_service_user:452      local role=admin
2017-02-10 04:54:05.827 | +lib/keystone:create_service_user:454      local user
2017-02-10 04:54:05.831 | ++lib/keystone:create_service_user:455      get_or_create_user swift pass default
2017-02-10 04:54:05.834 | ++functions-common:get_or_create_user:798   local user_id
2017-02-10 04:54:05.838 | ++functions-common:get_or_create_user:799   [[ ! -z '' ]]
2017-02-10 04:54:05.842 | ++functions-common:get_or_create_user:802   local email=
2017-02-10 04:54:05.846 | +++functions-common:get_or_create_user:816   openstack user create swift --password pass --domain=default --or-show -f value -c id
2017-02-10 04:54:07.090 | ++functions-common:get_or_create_user:814   user_id=10382db524084b8591e805c484521807
2017-02-10 04:54:07.094 | ++functions-common:get_or_create_user:815   echo 10382db524084b8591e805c484521807
2017-02-10 04:54:07.097 | +lib/keystone:create_service_user:455      user=10382db524084b8591e805c484521807
2017-02-10 04:54:07.100 | +lib/keystone:create_service_user:456      get_or_add_user_project_role admin 10382db524084b8591e805c484521807 service
2017-02-10 04:54:07.103 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:54:07.110 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:54:07.111 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user 10382db524084b8591e805c484521807 --column ID --project service --column Name
2017-02-10 04:54:07.118 | ++functions-common:get_field:700            local data field
2017-02-10 04:54:07.120 | ++functions-common:get_or_add_user_project_role:853  grep ' admin '
2017-02-10 04:54:07.123 | ++functions-common:get_field:701            read data
2017-02-10 04:54:08.387 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:54:08.391 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:54:08.394 | +functions-common:get_or_add_user_project_role:856  openstack role add admin --user 10382db524084b8591e805c484521807 --project service
2017-02-10 04:54:09.688 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user 10382db524084b8591e805c484521807 --column ID --project service --column Name
2017-02-10 04:54:09.688 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:54:09.690 | ++functions-common:get_or_add_user_project_role:864  grep ' admin '
2017-02-10 04:54:09.692 | ++functions-common:get_field:700            local data field
2017-02-10 04:54:09.696 | ++functions-common:get_field:701            read data
2017-02-10 04:54:10.972 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:54:10.976 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:54:10.982 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:54:10.982 | ++functions-common:get_field:707            echo '| aec213223e9542ac90866bcd55cc8a56 | admin |'
2017-02-10 04:54:10.986 | ++functions-common:get_field:701            read data
2017-02-10 04:54:10.990 | +functions-common:get_or_add_user_project_role:864  user_role_id=aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:10.993 | +functions-common:get_or_add_user_project_role:866  echo aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:10.993 | aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:10.996 | +lib/swift:create_swift_accounts:630       get_or_create_service swift object-store 'Swift Service'
2017-02-10 04:54:10.999 | +functions-common:get_or_create_service:952  local service_id
2017-02-10 04:54:11.003 | ++functions-common:get_or_create_service:965  openstack service show object-store -f value -c id
2017-02-10 04:54:12.317 | ++functions-common:get_or_create_service:967  openstack service create object-store --name swift '--description=Swift Service' -f value -c id
2017-02-10 04:54:13.555 | +functions-common:get_or_create_service:963  service_id=da9daad4b60646329c600c0e93fb927a
2017-02-10 04:54:13.558 | +functions-common:get_or_create_service:964  echo da9daad4b60646329c600c0e93fb927a
2017-02-10 04:54:13.558 | da9daad4b60646329c600c0e93fb927a
2017-02-10 04:54:13.561 | +lib/swift:create_swift_accounts:632       get_or_create_endpoint object-store RegionOne 'http://172.30.250.59:8080/v1/AUTH_$(tenant_id)s' http://172.30.250.59:8080 'http://172.30.250.59:8080/v1/AUTH_$(tenant_id)s'
2017-02-10 04:54:13.564 | +functions-common:get_or_create_endpoint:996  local public_id
2017-02-10 04:54:13.568 | ++functions-common:get_or_create_endpoint:997  _get_or_create_endpoint_with_interface object-store public 'http://172.30.250.59:8080/v1/AUTH_$(tenant_id)s' RegionOne
2017-02-10 04:54:13.572 | ++functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:54:13.576 | +++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service object-store --interface public --region RegionOne -c ID -f value
2017-02-10 04:54:14.843 | ++functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:54:14.847 | ++functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:54:14.852 | +++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create object-store public 'http://172.30.250.59:8080/v1/AUTH_$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:54:16.116 | ++functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=b0282fe7785a4a8f80ed8f0f2bdc356f
2017-02-10 04:54:16.120 | ++functions-common:_get_or_create_endpoint_with_interface:982  echo b0282fe7785a4a8f80ed8f0f2bdc356f
2017-02-10 04:54:16.123 | +functions-common:get_or_create_endpoint:997  public_id=b0282fe7785a4a8f80ed8f0f2bdc356f
2017-02-10 04:54:16.126 | +functions-common:get_or_create_endpoint:998  _get_or_create_endpoint_with_interface object-store admin http://172.30.250.59:8080 RegionOne
2017-02-10 04:54:16.130 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:54:16.134 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service object-store --interface admin --region RegionOne -c ID -f value
2017-02-10 04:54:17.402 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:54:17.405 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:54:17.410 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create object-store admin http://172.30.250.59:8080 --region RegionOne -f value -c id
2017-02-10 04:54:18.685 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=762399dc073f47d1aeff72e44ad4b05c
2017-02-10 04:54:18.688 | +functions-common:_get_or_create_endpoint_with_interface:982  echo 762399dc073f47d1aeff72e44ad4b05c
2017-02-10 04:54:18.688 | 762399dc073f47d1aeff72e44ad4b05c
2017-02-10 04:54:18.691 | +functions-common:get_or_create_endpoint:999  _get_or_create_endpoint_with_interface object-store internal 'http://172.30.250.59:8080/v1/AUTH_$(tenant_id)s' RegionOne
2017-02-10 04:54:18.694 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:54:18.698 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service object-store --interface internal --region RegionOne -c ID -f value
2017-02-10 04:54:19.951 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:54:19.954 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:54:19.958 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create object-store internal 'http://172.30.250.59:8080/v1/AUTH_$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:54:21.230 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=05c63150602341e19d1bdb8d4fce4d23
2017-02-10 04:54:21.233 | +functions-common:_get_or_create_endpoint_with_interface:982  echo 05c63150602341e19d1bdb8d4fce4d23
2017-02-10 04:54:21.233 | 05c63150602341e19d1bdb8d4fce4d23
2017-02-10 04:54:21.237 | +functions-common:get_or_create_endpoint:1002  echo b0282fe7785a4a8f80ed8f0f2bdc356f
2017-02-10 04:54:21.237 | b0282fe7785a4a8f80ed8f0f2bdc356f
2017-02-10 04:54:21.240 | +lib/swift:create_swift_accounts:638       local swift_tenant_test1
2017-02-10 04:54:21.245 | ++lib/swift:create_swift_accounts:639       get_or_create_project swifttenanttest1 default
2017-02-10 04:54:21.248 | ++functions-common:get_or_create_project:821  local project_id
2017-02-10 04:54:21.253 | +++functions-common:get_or_create_project:829  openstack project create swifttenanttest1 --domain=default --or-show -f value -c id
2017-02-10 04:54:22.594 | ++functions-common:get_or_create_project:827  project_id=691033bac0214f6aa392d578feeccd4e
2017-02-10 04:54:22.598 | ++functions-common:get_or_create_project:828  echo 691033bac0214f6aa392d578feeccd4e
2017-02-10 04:54:22.601 | +lib/swift:create_swift_accounts:639       swift_tenant_test1=691033bac0214f6aa392d578feeccd4e
2017-02-10 04:54:22.604 | +lib/swift:create_swift_accounts:640       die_if_not_set 640 swift_tenant_test1 'Failure creating swift_tenant_test1'
2017-02-10 04:54:22.607 | +functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:54:22.626 | ++lib/swift:create_swift_accounts:642       get_or_create_user swiftusertest1 testing default test@example.com
2017-02-10 04:54:22.630 | ++functions-common:get_or_create_user:798   local user_id
2017-02-10 04:54:22.633 | ++functions-common:get_or_create_user:799   [[ ! -z test@example.com ]]
2017-02-10 04:54:22.637 | ++functions-common:get_or_create_user:800   local email=--email=test@example.com
2017-02-10 04:54:22.641 | +++functions-common:get_or_create_user:816   openstack user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id
2017-02-10 04:54:23.907 | ++functions-common:get_or_create_user:814   user_id=419ae1e4c8a34953a373f253da9f2d1a
2017-02-10 04:54:23.911 | ++functions-common:get_or_create_user:815   echo 419ae1e4c8a34953a373f253da9f2d1a
2017-02-10 04:54:23.914 | +lib/swift:create_swift_accounts:642       SWIFT_USER_TEST1=419ae1e4c8a34953a373f253da9f2d1a
2017-02-10 04:54:23.917 | +lib/swift:create_swift_accounts:643       die_if_not_set 643 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1'
2017-02-10 04:54:23.920 | +functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:54:23.938 | +lib/swift:create_swift_accounts:644       get_or_add_user_project_role admin 419ae1e4c8a34953a373f253da9f2d1a 691033bac0214f6aa392d578feeccd4e
2017-02-10 04:54:23.941 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:54:23.948 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:54:23.948 | ++functions-common:get_or_add_user_project_role:853  grep ' admin '
2017-02-10 04:54:23.949 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user 419ae1e4c8a34953a373f253da9f2d1a --column ID --project 691033bac0214f6aa392d578feeccd4e --column Name
2017-02-10 04:54:23.954 | ++functions-common:get_field:700            local data field
2017-02-10 04:54:23.957 | ++functions-common:get_field:701            read data
2017-02-10 04:54:25.226 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:54:25.229 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:54:25.232 | +functions-common:get_or_add_user_project_role:856  openstack role add admin --user 419ae1e4c8a34953a373f253da9f2d1a --project 691033bac0214f6aa392d578feeccd4e
2017-02-10 04:54:26.509 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user 419ae1e4c8a34953a373f253da9f2d1a --column ID --project 691033bac0214f6aa392d578feeccd4e --column Name
2017-02-10 04:54:26.511 | ++functions-common:get_or_add_user_project_role:864  grep ' admin '
2017-02-10 04:54:26.511 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:54:26.515 | ++functions-common:get_field:700            local data field
2017-02-10 04:54:26.519 | ++functions-common:get_field:701            read data
2017-02-10 04:54:27.786 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:54:27.790 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:54:27.795 | ++functions-common:get_field:707            echo '| aec213223e9542ac90866bcd55cc8a56 | admin |'
2017-02-10 04:54:27.795 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:54:27.800 | ++functions-common:get_field:701            read data
2017-02-10 04:54:27.804 | +functions-common:get_or_add_user_project_role:864  user_role_id=aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:27.807 | +functions-common:get_or_add_user_project_role:866  echo aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:27.807 | aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:27.810 | +lib/swift:create_swift_accounts:646       local swift_user_test3
2017-02-10 04:54:27.815 | ++lib/swift:create_swift_accounts:648       get_or_create_user swiftusertest3 testing3 default test3@example.com
2017-02-10 04:54:27.819 | ++functions-common:get_or_create_user:798   local user_id
2017-02-10 04:54:27.823 | ++functions-common:get_or_create_user:799   [[ ! -z test3@example.com ]]
2017-02-10 04:54:27.826 | ++functions-common:get_or_create_user:800   local email=--email=test3@example.com
2017-02-10 04:54:27.831 | +++functions-common:get_or_create_user:816   openstack user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id
2017-02-10 04:54:29.071 | ++functions-common:get_or_create_user:814   user_id=b0916e8c147c452ea9e7271155ee606e
2017-02-10 04:54:29.075 | ++functions-common:get_or_create_user:815   echo b0916e8c147c452ea9e7271155ee606e
2017-02-10 04:54:29.079 | +lib/swift:create_swift_accounts:648       swift_user_test3=b0916e8c147c452ea9e7271155ee606e
2017-02-10 04:54:29.082 | +lib/swift:create_swift_accounts:649       die_if_not_set 649 swift_user_test3 'Failure creating swift_user_test3'
2017-02-10 04:54:29.086 | +functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:54:29.105 | +lib/swift:create_swift_accounts:650       get_or_add_user_project_role 8747718785884f168393c536f3094e97 b0916e8c147c452ea9e7271155ee606e 691033bac0214f6aa392d578feeccd4e
2017-02-10 04:54:29.108 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:54:29.116 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:54:29.116 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user b0916e8c147c452ea9e7271155ee606e --column ID --project 691033bac0214f6aa392d578feeccd4e --column Name
2017-02-10 04:54:29.122 | ++functions-common:get_or_add_user_project_role:853  grep ' 8747718785884f168393c536f3094e97 '
2017-02-10 04:54:29.123 | ++functions-common:get_field:700            local data field
2017-02-10 04:54:29.127 | ++functions-common:get_field:701            read data
2017-02-10 04:54:30.389 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:54:30.392 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:54:30.396 | +functions-common:get_or_add_user_project_role:856  openstack role add 8747718785884f168393c536f3094e97 --user b0916e8c147c452ea9e7271155ee606e --project 691033bac0214f6aa392d578feeccd4e
2017-02-10 04:54:31.657 | ++functions-common:get_or_add_user_project_role:864  grep ' 8747718785884f168393c536f3094e97 '
2017-02-10 04:54:31.657 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user b0916e8c147c452ea9e7271155ee606e --column ID --project 691033bac0214f6aa392d578feeccd4e --column Name
2017-02-10 04:54:31.659 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:54:31.663 | ++functions-common:get_field:700            local data field
2017-02-10 04:54:31.667 | ++functions-common:get_field:701            read data
2017-02-10 04:54:32.933 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:54:32.936 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:54:32.941 | ++functions-common:get_field:707            echo '| 8747718785884f168393c536f3094e97 | anotherrole |'
2017-02-10 04:54:32.942 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:54:32.947 | ++functions-common:get_field:701            read data
2017-02-10 04:54:32.950 | +functions-common:get_or_add_user_project_role:864  user_role_id=8747718785884f168393c536f3094e97
2017-02-10 04:54:32.953 | +functions-common:get_or_add_user_project_role:866  echo 8747718785884f168393c536f3094e97
2017-02-10 04:54:32.954 | 8747718785884f168393c536f3094e97
2017-02-10 04:54:32.956 | +lib/swift:create_swift_accounts:652       local swift_tenant_test2
2017-02-10 04:54:32.960 | ++lib/swift:create_swift_accounts:653       get_or_create_project swifttenanttest2 default
2017-02-10 04:54:32.964 | ++functions-common:get_or_create_project:821  local project_id
2017-02-10 04:54:32.968 | +++functions-common:get_or_create_project:829  openstack project create swifttenanttest2 --domain=default --or-show -f value -c id
2017-02-10 04:54:34.207 | ++functions-common:get_or_create_project:827  project_id=8d5f696798114688bd686be73d2238c2
2017-02-10 04:54:34.211 | ++functions-common:get_or_create_project:828  echo 8d5f696798114688bd686be73d2238c2
2017-02-10 04:54:34.215 | +lib/swift:create_swift_accounts:653       swift_tenant_test2=8d5f696798114688bd686be73d2238c2
2017-02-10 04:54:34.218 | +lib/swift:create_swift_accounts:654       die_if_not_set 654 swift_tenant_test2 'Failure creating swift_tenant_test2'
2017-02-10 04:54:34.221 | +functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:54:34.242 | +lib/swift:create_swift_accounts:656       local swift_user_test2
2017-02-10 04:54:34.246 | ++lib/swift:create_swift_accounts:658       get_or_create_user swiftusertest2 testing2 default test2@example.com
2017-02-10 04:54:34.250 | ++functions-common:get_or_create_user:798   local user_id
2017-02-10 04:54:34.254 | ++functions-common:get_or_create_user:799   [[ ! -z test2@example.com ]]
2017-02-10 04:54:34.258 | ++functions-common:get_or_create_user:800   local email=--email=test2@example.com
2017-02-10 04:54:34.263 | +++functions-common:get_or_create_user:816   openstack user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id
2017-02-10 04:54:35.531 | ++functions-common:get_or_create_user:814   user_id=9a29d6e7220d4ad08205bc45fd694826
2017-02-10 04:54:35.536 | ++functions-common:get_or_create_user:815   echo 9a29d6e7220d4ad08205bc45fd694826
2017-02-10 04:54:35.539 | +lib/swift:create_swift_accounts:658       swift_user_test2=9a29d6e7220d4ad08205bc45fd694826
2017-02-10 04:54:35.543 | +lib/swift:create_swift_accounts:659       die_if_not_set 659 swift_user_test2 'Failure creating swift_user_test2'
2017-02-10 04:54:35.546 | +functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:54:35.565 | +lib/swift:create_swift_accounts:660       get_or_add_user_project_role admin 9a29d6e7220d4ad08205bc45fd694826 8d5f696798114688bd686be73d2238c2
2017-02-10 04:54:35.568 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:54:35.575 | ++functions-common:get_or_add_user_project_role:853  grep ' admin '
2017-02-10 04:54:35.576 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user 9a29d6e7220d4ad08205bc45fd694826 --column ID --project 8d5f696798114688bd686be73d2238c2 --column Name
2017-02-10 04:54:35.577 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:54:35.581 | ++functions-common:get_field:700            local data field
2017-02-10 04:54:35.584 | ++functions-common:get_field:701            read data
2017-02-10 04:54:36.843 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:54:36.846 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:54:36.849 | +functions-common:get_or_add_user_project_role:856  openstack role add admin --user 9a29d6e7220d4ad08205bc45fd694826 --project 8d5f696798114688bd686be73d2238c2
2017-02-10 04:54:38.114 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user 9a29d6e7220d4ad08205bc45fd694826 --column ID --project 8d5f696798114688bd686be73d2238c2 --column Name
2017-02-10 04:54:38.115 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:54:38.119 | ++functions-common:get_field:700            local data field
2017-02-10 04:54:38.119 | ++functions-common:get_or_add_user_project_role:864  grep ' admin '
2017-02-10 04:54:38.123 | ++functions-common:get_field:701            read data
2017-02-10 04:54:39.386 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:54:39.391 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:54:39.396 | ++functions-common:get_field:707            echo '| aec213223e9542ac90866bcd55cc8a56 | admin |'
2017-02-10 04:54:39.396 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:54:39.401 | ++functions-common:get_field:701            read data
2017-02-10 04:54:39.404 | +functions-common:get_or_add_user_project_role:864  user_role_id=aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:39.408 | +functions-common:get_or_add_user_project_role:866  echo aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:39.408 | aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:39.411 | +lib/swift:create_swift_accounts:662       local swift_domain
2017-02-10 04:54:39.416 | ++lib/swift:create_swift_accounts:663       get_or_create_domain swift_test 'Used for swift functional testing'
2017-02-10 04:54:39.420 | ++functions-common:get_or_create_domain:766  local domain_id
2017-02-10 04:54:39.431 | +++functions-common:get_or_create_domain:778  openstack domain show swift_test -f value -c id
2017-02-10 04:54:40.675 | +++functions-common:get_or_create_domain:780  openstack domain create swift_test --description 'Used for swift functional testing' -f value -c id
2017-02-10 04:54:41.936 | ++functions-common:get_or_create_domain:776  domain_id=8d73649861cc4875a9abd4cd7fc8b50d
2017-02-10 04:54:41.940 | ++functions-common:get_or_create_domain:777  echo 8d73649861cc4875a9abd4cd7fc8b50d
2017-02-10 04:54:41.943 | +lib/swift:create_swift_accounts:663       swift_domain=8d73649861cc4875a9abd4cd7fc8b50d
2017-02-10 04:54:41.947 | +lib/swift:create_swift_accounts:664       die_if_not_set 664 swift_domain 'Failure creating swift_test domain'
2017-02-10 04:54:41.950 | +functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:54:41.968 | +lib/swift:create_swift_accounts:666       local swift_tenant_test4
2017-02-10 04:54:41.972 | ++lib/swift:create_swift_accounts:667       get_or_create_project swifttenanttest4 8d73649861cc4875a9abd4cd7fc8b50d
2017-02-10 04:54:41.976 | ++functions-common:get_or_create_project:821  local project_id
2017-02-10 04:54:41.980 | +++functions-common:get_or_create_project:829  openstack project create swifttenanttest4 --domain=8d73649861cc4875a9abd4cd7fc8b50d --or-show -f value -c id
2017-02-10 04:54:43.222 | ++functions-common:get_or_create_project:827  project_id=3a1ca3a55d4f4332a4321dff39028f1e
2017-02-10 04:54:43.226 | ++functions-common:get_or_create_project:828  echo 3a1ca3a55d4f4332a4321dff39028f1e
2017-02-10 04:54:43.229 | +lib/swift:create_swift_accounts:667       swift_tenant_test4=3a1ca3a55d4f4332a4321dff39028f1e
2017-02-10 04:54:43.233 | +lib/swift:create_swift_accounts:668       die_if_not_set 668 swift_tenant_test4 'Failure creating swift_tenant_test4'
2017-02-10 04:54:43.236 | +functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:54:43.256 | +lib/swift:create_swift_accounts:670       local swift_user_test4
2017-02-10 04:54:43.261 | ++lib/swift:create_swift_accounts:672       get_or_create_user swiftusertest4 testing4 8d73649861cc4875a9abd4cd7fc8b50d test4@example.com
2017-02-10 04:54:43.265 | ++functions-common:get_or_create_user:798   local user_id
2017-02-10 04:54:43.269 | ++functions-common:get_or_create_user:799   [[ ! -z test4@example.com ]]
2017-02-10 04:54:43.273 | ++functions-common:get_or_create_user:800   local email=--email=test4@example.com
2017-02-10 04:54:43.277 | +++functions-common:get_or_create_user:816   openstack user create swiftusertest4 --password testing4 --domain=8d73649861cc4875a9abd4cd7fc8b50d --email=test4@example.com --or-show -f value -c id
2017-02-10 04:54:44.527 | ++functions-common:get_or_create_user:814   user_id=70356469ff994590bfd27d1fa63c6f5e
2017-02-10 04:54:44.531 | ++functions-common:get_or_create_user:815   echo 70356469ff994590bfd27d1fa63c6f5e
2017-02-10 04:54:44.534 | +lib/swift:create_swift_accounts:672       swift_user_test4=70356469ff994590bfd27d1fa63c6f5e
2017-02-10 04:54:44.537 | +lib/swift:create_swift_accounts:673       die_if_not_set 673 swift_user_test4 'Failure creating swift_user_test4'
2017-02-10 04:54:44.540 | +functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:54:44.560 | +lib/swift:create_swift_accounts:674       get_or_add_user_project_role admin 70356469ff994590bfd27d1fa63c6f5e 3a1ca3a55d4f4332a4321dff39028f1e
2017-02-10 04:54:44.563 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:54:44.571 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user 70356469ff994590bfd27d1fa63c6f5e --column ID --project 3a1ca3a55d4f4332a4321dff39028f1e --column Name
2017-02-10 04:54:44.575 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:54:44.579 | ++functions-common:get_or_add_user_project_role:853  grep ' admin '
2017-02-10 04:54:44.579 | ++functions-common:get_field:700            local data field
2017-02-10 04:54:44.583 | ++functions-common:get_field:701            read data
2017-02-10 04:54:45.832 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:54:45.835 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:54:45.839 | +functions-common:get_or_add_user_project_role:856  openstack role add admin --user 70356469ff994590bfd27d1fa63c6f5e --project 3a1ca3a55d4f4332a4321dff39028f1e
2017-02-10 04:54:47.120 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user 70356469ff994590bfd27d1fa63c6f5e --column ID --project 3a1ca3a55d4f4332a4321dff39028f1e --column Name
2017-02-10 04:54:47.120 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:54:47.123 | ++functions-common:get_or_add_user_project_role:864  grep ' admin '
2017-02-10 04:54:47.125 | ++functions-common:get_field:700            local data field
2017-02-10 04:54:47.128 | ++functions-common:get_field:701            read data
2017-02-10 04:54:48.398 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:54:48.403 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:54:48.408 | ++functions-common:get_field:707            echo '| aec213223e9542ac90866bcd55cc8a56 | admin |'
2017-02-10 04:54:48.408 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:54:48.413 | ++functions-common:get_field:701            read data
2017-02-10 04:54:48.417 | +functions-common:get_or_add_user_project_role:864  user_role_id=aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:48.420 | +functions-common:get_or_add_user_project_role:866  echo aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:48.420 | aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:48.431 | +./stack.sh:main:1043                      is_service_enabled heat
2017-02-10 04:54:48.446 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:54:48.449 | +./stack.sh:main:1044                      create_heat_accounts
2017-02-10 04:54:48.452 | +lib/heat:create_heat_accounts:385         [[ False != \T\r\u\e ]]
2017-02-10 04:54:48.456 | +lib/heat:create_heat_accounts:387         create_service_user heat admin
2017-02-10 04:54:48.459 | +lib/keystone:create_service_user:452      local role=admin
2017-02-10 04:54:48.462 | +lib/keystone:create_service_user:454      local user
2017-02-10 04:54:48.466 | ++lib/keystone:create_service_user:455      get_or_create_user heat pass default
2017-02-10 04:54:48.470 | ++functions-common:get_or_create_user:798   local user_id
2017-02-10 04:54:48.474 | ++functions-common:get_or_create_user:799   [[ ! -z '' ]]
2017-02-10 04:54:48.478 | ++functions-common:get_or_create_user:802   local email=
2017-02-10 04:54:48.482 | +++functions-common:get_or_create_user:816   openstack user create heat --password pass --domain=default --or-show -f value -c id
2017-02-10 04:54:49.751 | ++functions-common:get_or_create_user:814   user_id=90559abbe8dc460c9eb6557e00d4b636
2017-02-10 04:54:49.755 | ++functions-common:get_or_create_user:815   echo 90559abbe8dc460c9eb6557e00d4b636
2017-02-10 04:54:49.759 | +lib/keystone:create_service_user:455      user=90559abbe8dc460c9eb6557e00d4b636
2017-02-10 04:54:49.762 | +lib/keystone:create_service_user:456      get_or_add_user_project_role admin 90559abbe8dc460c9eb6557e00d4b636 service
2017-02-10 04:54:49.765 | +functions-common:get_or_add_user_project_role:846  local user_role_id
2017-02-10 04:54:49.771 | ++functions-common:get_or_add_user_project_role:853  grep ' admin '
2017-02-10 04:54:49.775 | ++functions-common:get_or_add_user_project_role:853  openstack role list --user 90559abbe8dc460c9eb6557e00d4b636 --column ID --project service --column Name
2017-02-10 04:54:49.776 | ++functions-common:get_or_add_user_project_role:853  get_field 1
2017-02-10 04:54:49.779 | ++functions-common:get_field:700            local data field
2017-02-10 04:54:49.783 | ++functions-common:get_field:701            read data
2017-02-10 04:54:51.047 | +functions-common:get_or_add_user_project_role:853  user_role_id=
2017-02-10 04:54:51.050 | +functions-common:get_or_add_user_project_role:854  [[ -z '' ]]
2017-02-10 04:54:51.054 | +functions-common:get_or_add_user_project_role:856  openstack role add admin --user 90559abbe8dc460c9eb6557e00d4b636 --project service
2017-02-10 04:54:52.439 | ++functions-common:get_or_add_user_project_role:864  get_field 1
2017-02-10 04:54:52.439 | ++functions-common:get_or_add_user_project_role:864  openstack role list --user 90559abbe8dc460c9eb6557e00d4b636 --column ID --project service --column Name
2017-02-10 04:54:52.440 | ++functions-common:get_or_add_user_project_role:864  grep ' admin '
2017-02-10 04:54:52.444 | ++functions-common:get_field:700            local data field
2017-02-10 04:54:52.448 | ++functions-common:get_field:701            read data
2017-02-10 04:54:53.738 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:54:53.743 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:54:53.747 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:54:53.751 | ++functions-common:get_field:707            echo '| aec213223e9542ac90866bcd55cc8a56 | admin |'
2017-02-10 04:54:53.756 | ++functions-common:get_field:701            read data
2017-02-10 04:54:53.759 | +functions-common:get_or_add_user_project_role:864  user_role_id=aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:53.763 | +functions-common:get_or_add_user_project_role:866  echo aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:53.763 | aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:54:53.766 | +lib/heat:create_heat_accounts:388         get_or_create_service heat orchestration 'Heat Orchestration Service'
2017-02-10 04:54:53.769 | +functions-common:get_or_create_service:952  local service_id
2017-02-10 04:54:53.773 | ++functions-common:get_or_create_service:965  openstack service show orchestration -f value -c id
2017-02-10 04:54:55.035 | ++functions-common:get_or_create_service:967  openstack service create orchestration --name heat '--description=Heat Orchestration Service' -f value -c id
2017-02-10 04:54:56.284 | +functions-common:get_or_create_service:963  service_id=93aee4f705a4442aaf75d6ada4c9ffbf
2017-02-10 04:54:56.288 | +functions-common:get_or_create_service:964  echo 93aee4f705a4442aaf75d6ada4c9ffbf
2017-02-10 04:54:56.288 | 93aee4f705a4442aaf75d6ada4c9ffbf
2017-02-10 04:54:56.291 | +lib/heat:create_heat_accounts:390         get_or_create_endpoint orchestration RegionOne 'http://172.30.250.59:8004/v1/$(tenant_id)s' 'http://172.30.250.59:8004/v1/$(tenant_id)s' 'http://172.30.250.59:8004/v1/$(tenant_id)s'
2017-02-10 04:54:56.294 | +functions-common:get_or_create_endpoint:996  local public_id
2017-02-10 04:54:56.298 | ++functions-common:get_or_create_endpoint:997  _get_or_create_endpoint_with_interface orchestration public 'http://172.30.250.59:8004/v1/$(tenant_id)s' RegionOne
2017-02-10 04:54:56.302 | ++functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:54:56.306 | +++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service orchestration --interface public --region RegionOne -c ID -f value
2017-02-10 04:54:57.584 | ++functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:54:57.589 | ++functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:54:57.593 | +++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create orchestration public 'http://172.30.250.59:8004/v1/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:54:58.874 | ++functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=cf1d47e113b943b2899072dd684c4ade
2017-02-10 04:54:58.878 | ++functions-common:_get_or_create_endpoint_with_interface:982  echo cf1d47e113b943b2899072dd684c4ade
2017-02-10 04:54:58.881 | +functions-common:get_or_create_endpoint:997  public_id=cf1d47e113b943b2899072dd684c4ade
2017-02-10 04:54:58.884 | +functions-common:get_or_create_endpoint:998  _get_or_create_endpoint_with_interface orchestration admin 'http://172.30.250.59:8004/v1/$(tenant_id)s' RegionOne
2017-02-10 04:54:58.887 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:54:58.891 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service orchestration --interface admin --region RegionOne -c ID -f value
2017-02-10 04:55:00.150 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:55:00.153 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:55:00.158 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create orchestration admin 'http://172.30.250.59:8004/v1/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:55:01.454 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=27ec11956ffd41d4bbee90e8cf77dffa
2017-02-10 04:55:01.458 | +functions-common:_get_or_create_endpoint_with_interface:982  echo 27ec11956ffd41d4bbee90e8cf77dffa
2017-02-10 04:55:01.458 | 27ec11956ffd41d4bbee90e8cf77dffa
2017-02-10 04:55:01.461 | +functions-common:get_or_create_endpoint:999  _get_or_create_endpoint_with_interface orchestration internal 'http://172.30.250.59:8004/v1/$(tenant_id)s' RegionOne
2017-02-10 04:55:01.464 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:55:01.469 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service orchestration --interface internal --region RegionOne -c ID -f value
2017-02-10 04:55:02.759 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:55:02.762 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:55:02.766 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create orchestration internal 'http://172.30.250.59:8004/v1/$(tenant_id)s' --region RegionOne -f value -c id
2017-02-10 04:55:04.045 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=591de9e82795471d833489476153ea93
2017-02-10 04:55:04.049 | +functions-common:_get_or_create_endpoint_with_interface:982  echo 591de9e82795471d833489476153ea93
2017-02-10 04:55:04.049 | 591de9e82795471d833489476153ea93
2017-02-10 04:55:04.052 | +functions-common:get_or_create_endpoint:1002  echo cf1d47e113b943b2899072dd684c4ade
2017-02-10 04:55:04.052 | cf1d47e113b943b2899072dd684c4ade
2017-02-10 04:55:04.055 | +lib/heat:create_heat_accounts:396         get_or_create_service heat-cfn cloudformation 'Heat CloudFormation Service'
2017-02-10 04:55:04.059 | +functions-common:get_or_create_service:952  local service_id
2017-02-10 04:55:04.063 | ++functions-common:get_or_create_service:965  openstack service show cloudformation -f value -c id
2017-02-10 04:55:05.331 | ++functions-common:get_or_create_service:967  openstack service create cloudformation --name heat-cfn '--description=Heat CloudFormation Service' -f value -c id
2017-02-10 04:55:06.590 | +functions-common:get_or_create_service:963  service_id=c0f58040cd0b47e0ad94976315214be0
2017-02-10 04:55:06.593 | +functions-common:get_or_create_service:964  echo c0f58040cd0b47e0ad94976315214be0
2017-02-10 04:55:06.593 | c0f58040cd0b47e0ad94976315214be0
2017-02-10 04:55:06.596 | +lib/heat:create_heat_accounts:398         get_or_create_endpoint cloudformation RegionOne http://172.30.250.59:8000/v1 http://172.30.250.59:8000/v1 http://172.30.250.59:8000/v1
2017-02-10 04:55:06.600 | +functions-common:get_or_create_endpoint:996  local public_id
2017-02-10 04:55:06.604 | ++functions-common:get_or_create_endpoint:997  _get_or_create_endpoint_with_interface cloudformation public http://172.30.250.59:8000/v1 RegionOne
2017-02-10 04:55:06.608 | ++functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:55:06.613 | +++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service cloudformation --interface public --region RegionOne -c ID -f value
2017-02-10 04:55:07.888 | ++functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:55:07.892 | ++functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:55:07.897 | +++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create cloudformation public http://172.30.250.59:8000/v1 --region RegionOne -f value -c id
2017-02-10 04:55:09.172 | ++functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=99c36889b458495b9b68e3bc48171a0b
2017-02-10 04:55:09.176 | ++functions-common:_get_or_create_endpoint_with_interface:982  echo 99c36889b458495b9b68e3bc48171a0b
2017-02-10 04:55:09.180 | +functions-common:get_or_create_endpoint:997  public_id=99c36889b458495b9b68e3bc48171a0b
2017-02-10 04:55:09.183 | +functions-common:get_or_create_endpoint:998  _get_or_create_endpoint_with_interface cloudformation admin http://172.30.250.59:8000/v1 RegionOne
2017-02-10 04:55:09.186 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:55:09.191 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service cloudformation --interface admin --region RegionOne -c ID -f value
2017-02-10 04:55:10.477 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:55:10.480 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:55:10.484 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create cloudformation admin http://172.30.250.59:8000/v1 --region RegionOne -f value -c id
2017-02-10 04:55:11.770 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=d6dc5904b29949298d718dc865415b38
2017-02-10 04:55:11.773 | +functions-common:_get_or_create_endpoint_with_interface:982  echo d6dc5904b29949298d718dc865415b38
2017-02-10 04:55:11.773 | d6dc5904b29949298d718dc865415b38
2017-02-10 04:55:11.776 | +functions-common:get_or_create_endpoint:999  _get_or_create_endpoint_with_interface cloudformation internal http://172.30.250.59:8000/v1 RegionOne
2017-02-10 04:55:11.779 | +functions-common:_get_or_create_endpoint_with_interface:970  local endpoint_id
2017-02-10 04:55:11.783 | ++functions-common:_get_or_create_endpoint_with_interface:975  openstack endpoint list --service cloudformation --interface internal --region RegionOne -c ID -f value
2017-02-10 04:55:13.066 | +functions-common:_get_or_create_endpoint_with_interface:975  endpoint_id=
2017-02-10 04:55:13.070 | +functions-common:_get_or_create_endpoint_with_interface:976  [[ -z '' ]]
2017-02-10 04:55:13.074 | ++functions-common:_get_or_create_endpoint_with_interface:979  openstack endpoint create cloudformation internal http://172.30.250.59:8000/v1 --region RegionOne -f value -c id
2017-02-10 04:55:14.357 | +functions-common:_get_or_create_endpoint_with_interface:979  endpoint_id=75fee0a802b749a29e6097ef2ad8ba11
2017-02-10 04:55:14.361 | +functions-common:_get_or_create_endpoint_with_interface:982  echo 75fee0a802b749a29e6097ef2ad8ba11
2017-02-10 04:55:14.361 | 75fee0a802b749a29e6097ef2ad8ba11
2017-02-10 04:55:14.364 | +functions-common:get_or_create_endpoint:1002  echo 99c36889b458495b9b68e3bc48171a0b
2017-02-10 04:55:14.364 | 99c36889b458495b9b68e3bc48171a0b
2017-02-10 04:55:14.367 | +lib/heat:create_heat_accounts:405         get_or_create_role heat_stack_user
2017-02-10 04:55:14.370 | +functions-common:get_or_create_role:834   local role_id
2017-02-10 04:55:14.374 | ++functions-common:get_or_create_role:841   openstack role create heat_stack_user --or-show -f value -c id
2017-02-10 04:55:15.618 | +functions-common:get_or_create_role:839   role_id=b46ea8174bc14e1b972e3d851a31b4c4
2017-02-10 04:55:15.621 | +functions-common:get_or_create_role:840   echo b46ea8174bc14e1b972e3d851a31b4c4
2017-02-10 04:55:15.621 | b46ea8174bc14e1b972e3d851a31b4c4
2017-02-10 04:55:15.624 | +lib/heat:create_heat_accounts:408         [[ True == \T\r\u\e ]]
2017-02-10 04:55:15.629 | ++lib/heat:create_heat_accounts:410         get_or_create_domain heat 'Owns users and projects created by heat'
2017-02-10 04:55:15.633 | ++functions-common:get_or_create_domain:766  local domain_id
2017-02-10 04:55:15.637 | +++functions-common:get_or_create_domain:778  openstack domain show heat -f value -c id
2017-02-10 04:55:16.900 | +++functions-common:get_or_create_domain:780  openstack domain create heat --description 'Owns users and projects created by heat' -f value -c id
2017-02-10 04:55:18.145 | ++functions-common:get_or_create_domain:776  domain_id=d07b47f7af924341945f6aa72109f490
2017-02-10 04:55:18.149 | ++functions-common:get_or_create_domain:777  echo d07b47f7af924341945f6aa72109f490
2017-02-10 04:55:18.152 | +lib/heat:create_heat_accounts:410         domain_id=d07b47f7af924341945f6aa72109f490
2017-02-10 04:55:18.156 | +lib/heat:create_heat_accounts:411         iniset /etc/heat/heat.conf DEFAULT stack_user_domain_id d07b47f7af924341945f6aa72109f490
2017-02-10 04:55:18.180 | +lib/heat:create_heat_accounts:412         get_or_create_user heat_domain_admin pass heat
2017-02-10 04:55:18.183 | +functions-common:get_or_create_user:798   local user_id
2017-02-10 04:55:18.186 | +functions-common:get_or_create_user:799   [[ ! -z '' ]]
2017-02-10 04:55:18.189 | +functions-common:get_or_create_user:802   local email=
2017-02-10 04:55:18.193 | ++functions-common:get_or_create_user:816   openstack user create heat_domain_admin --password pass --domain=heat --or-show -f value -c id
2017-02-10 04:55:19.470 | +functions-common:get_or_create_user:814   user_id=7c6fb9e474504a5c9e7cb0b8fe7a6918
2017-02-10 04:55:19.473 | +functions-common:get_or_create_user:815   echo 7c6fb9e474504a5c9e7cb0b8fe7a6918
2017-02-10 04:55:19.473 | 7c6fb9e474504a5c9e7cb0b8fe7a6918
2017-02-10 04:55:19.476 | +lib/heat:create_heat_accounts:413         get_or_add_user_domain_role admin heat_domain_admin heat
2017-02-10 04:55:19.479 | +functions-common:get_or_add_user_domain_role:898  local user_role_id
2017-02-10 04:55:19.486 | ++functions-common:get_or_add_user_domain_role:907  openstack role list --user heat_domain_admin --os-url=http://172.30.250.59:5000/v3 --os-identity-api-version=3 --column ID --domain heat --column Name
2017-02-10 04:55:19.487 | ++functions-common:get_or_add_user_domain_role:907  grep ' admin '
2017-02-10 04:55:19.489 | ++functions-common:get_or_add_user_domain_role:907  get_field 1
2017-02-10 04:55:19.492 | ++functions-common:get_field:700            local data field
2017-02-10 04:55:19.496 | ++functions-common:get_field:701            read data
2017-02-10 04:55:20.828 | +functions-common:get_or_add_user_domain_role:907  user_role_id=
2017-02-10 04:55:20.832 | +functions-common:get_or_add_user_domain_role:908  [[ -z '' ]]
2017-02-10 04:55:20.835 | +functions-common:get_or_add_user_domain_role:910  openstack role add admin --user heat_domain_admin --domain heat --os-url=http://172.30.250.59:5000/v3 --os-identity-api-version=3
2017-02-10 04:55:22.164 | ++functions-common:get_or_add_user_domain_role:922  openstack role list --user heat_domain_admin --os-url=http://172.30.250.59:5000/v3 --os-identity-api-version=3 --column ID --domain heat --column Name
2017-02-10 04:55:22.165 | ++functions-common:get_or_add_user_domain_role:922  grep ' admin '
2017-02-10 04:55:22.166 | ++functions-common:get_or_add_user_domain_role:922  get_field 1
2017-02-10 04:55:22.170 | ++functions-common:get_field:700            local data field
2017-02-10 04:55:22.174 | ++functions-common:get_field:701            read data
2017-02-10 04:55:23.513 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:55:23.517 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:55:23.521 | ++functions-common:get_field:707            echo '| aec213223e9542ac90866bcd55cc8a56 | admin |'
2017-02-10 04:55:23.521 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:55:23.526 | ++functions-common:get_field:701            read data
2017-02-10 04:55:23.530 | +functions-common:get_or_add_user_domain_role:922  user_role_id=aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:55:23.534 | +functions-common:get_or_add_user_domain_role:924  echo aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:55:23.534 | aec213223e9542ac90866bcd55cc8a56
2017-02-10 04:55:23.537 | +lib/heat:create_heat_accounts:414         iniset /etc/heat/heat.conf DEFAULT stack_domain_admin heat_domain_admin
2017-02-10 04:55:23.560 | +lib/heat:create_heat_accounts:415         iniset /etc/heat/heat.conf DEFAULT stack_domain_admin_password pass
2017-02-10 04:55:23.584 | +./stack.sh:main:1050                      write_clouds_yaml
2017-02-10 04:55:23.587 | +functions-common:write_clouds_yaml:80     CLOUDS_YAML=/etc/openstack/clouds.yaml
2017-02-10 04:55:23.591 | ++functions-common:write_clouds_yaml:82     dirname /etc/openstack/clouds.yaml
2017-02-10 04:55:23.594 | +functions-common:write_clouds_yaml:82     sudo mkdir -p /etc/openstack
2017-02-10 04:55:23.602 | +functions-common:write_clouds_yaml:83     sudo chown -R stack /etc/openstack
2017-02-10 04:55:23.608 | +functions-common:write_clouds_yaml:85     CA_CERT_ARG=
2017-02-10 04:55:23.611 | +functions-common:write_clouds_yaml:86     '[' -f /opt/stack/data/ca-bundle.pem ']'
2017-02-10 04:55:23.615 | +functions-common:write_clouds_yaml:91     /opt/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-identity-api-version 3 --os-auth-url http://172.30.250.59:35357 --os-username demo --os-password pass --os-project-name demo
2017-02-10 04:55:23.667 | +functions-common:write_clouds_yaml:103    /opt/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-identity-api-version 3 --os-auth-url http://172.30.250.59:35357 --os-username alt_demo --os-password pass --os-project-name alt_demo
2017-02-10 04:55:23.717 | +functions-common:write_clouds_yaml:115    /opt/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-identity-api-version 3 --os-auth-url http://172.30.250.59:35357 --os-username admin --os-password pass --os-project-name admin
2017-02-10 04:55:23.770 | +functions-common:write_clouds_yaml:126    rm -f '~stack/.config/openstack/clouds.yaml'
2017-02-10 04:55:23.774 | +./stack.sh:main:1055                      is_service_enabled horizon
2017-02-10 04:55:23.793 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:55:23.797 | +./stack.sh:main:1056                      echo_summary 'Configuring Horizon'
2017-02-10 04:55:23.800 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:55:23.803 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:55:23.806 | +./stack.sh:echo_summary:385               echo -e Configuring Horizon
2017-02-10 04:55:23.809 | +./stack.sh:main:1057                      configure_horizon
2017-02-10 04:55:23.812 | +lib/horizon:configure_horizon:79          setup_develop /opt/stack/horizon
2017-02-10 04:55:23.815 | +inc/python:setup_develop:271              local project_dir=/opt/stack/horizon
2017-02-10 04:55:23.818 | +inc/python:setup_develop:272              local extras=
2017-02-10 04:55:23.821 | +inc/python:setup_develop:273              _setup_package_with_constraints_edit /opt/stack/horizon -e
2017-02-10 04:55:23.824 | +inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/horizon
2017-02-10 04:55:23.827 | +inc/python:_setup_package_with_constraints_edit:304  local flags=-e
2017-02-10 04:55:23.831 | +inc/python:_setup_package_with_constraints_edit:305  local extras=
2017-02-10 04:55:23.834 | +inc/python:_setup_package_with_constraints_edit:307  '[' -n /opt/stack/requirements ']'
2017-02-10 04:55:23.837 | +inc/python:_setup_package_with_constraints_edit:309  local name
2017-02-10 04:55:23.841 | ++inc/python:_setup_package_with_constraints_edit:310  awk '/^name.*=/ {print $3}' /opt/stack/horizon/setup.cfg
2017-02-10 04:55:23.845 | +inc/python:_setup_package_with_constraints_edit:310  name=horizon
2017-02-10 04:55:23.848 | +inc/python:_setup_package_with_constraints_edit:312  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- horizon '-e file:///opt/stack/horizon#egg=horizon'
2017-02-10 04:55:24.130 | +inc/python:_setup_package_with_constraints_edit:316  setup_package /opt/stack/horizon -e
2017-02-10 04:55:24.133 | +inc/python:setup_package:332              local project_dir=/opt/stack/horizon
2017-02-10 04:55:24.136 | +inc/python:setup_package:333              local flags=-e
2017-02-10 04:55:24.140 | +inc/python:setup_package:334              local extras=
2017-02-10 04:55:24.143 | +inc/python:setup_package:338              [[ -n -e ]]
2017-02-10 04:55:24.146 | +inc/python:setup_package:338              [[ -z '' ]]
2017-02-10 04:55:24.149 | +inc/python:setup_package:338              [[ ! -e =~ ^-.* ]]
2017-02-10 04:55:24.152 | +inc/python:setup_package:343              [[ ! -z '' ]]
2017-02-10 04:55:24.155 | +inc/python:setup_package:347              pip_install -e /opt/stack/horizon
2017-02-10 04:55:24.751 | +inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/horizon
2017-02-10 04:55:25.503 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:55:25.749 | Obtaining file:///opt/stack/horizon
2017-02-10 04:55:27.696 | Obtaining horizon from file:///opt/stack/horizon#egg=horizon (from -c /opt/stack/requirements/upper-constraints.txt (line 1))
2017-02-10 04:55:29.627 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:55:29.629 | Requirement already satisfied: Django===1.8.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 5))
2017-02-10 04:55:29.632 | Requirement already satisfied: Pint===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 16))
2017-02-10 04:55:29.635 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:55:29.636 | Requirement already satisfied: XStatic===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 33))
2017-02-10 04:55:29.638 | Requirement already satisfied: XStatic-Angular===1.3.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 34))
2017-02-10 04:55:29.639 | Requirement already satisfied: XStatic-Angular-Bootstrap===0.11.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 35))
2017-02-10 04:55:29.641 | Requirement already satisfied: XStatic-Angular-Gettext===2.1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 37))
2017-02-10 04:55:29.642 | Requirement already satisfied: XStatic-Angular-lrdragndrop===1.0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 38))
2017-02-10 04:55:29.644 | Requirement already satisfied: XStatic-Bootstrap-Datepicker===1.3.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 39))
2017-02-10 04:55:29.646 | Requirement already satisfied: XStatic-Bootstrap-SCSS===3.2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 40))
2017-02-10 04:55:29.647 | Requirement already satisfied: XStatic-D3===3.1.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41))
2017-02-10 04:55:29.649 | Requirement already satisfied: XStatic-Font-Awesome===4.3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 42))
2017-02-10 04:55:29.650 | Requirement already satisfied: XStatic-Hogan===2.0.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 43))
2017-02-10 04:55:29.652 | Requirement already satisfied: XStatic-JQuery-Migrate===1.2.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 44))
2017-02-10 04:55:29.653 | Requirement already satisfied: XStatic-JQuery.TableSorter===2.14.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46))
2017-02-10 04:55:29.655 | Requirement already satisfied: XStatic-JQuery.quicksearch===2.0.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47))
2017-02-10 04:55:29.657 | Requirement already satisfied: XStatic-JSEncrypt===2.0.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 48))
2017-02-10 04:55:29.658 | Requirement already satisfied: XStatic-Jasmine===2.1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 49))
2017-02-10 04:55:29.660 | Requirement already satisfied: XStatic-Rickshaw===1.5.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 52))
2017-02-10 04:55:29.661 | Requirement already satisfied: XStatic-Spin===1.2.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 53))
2017-02-10 04:55:29.663 | Requirement already satisfied: XStatic-bootswatch===3.3.5.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 54))
2017-02-10 04:55:29.664 | Requirement already satisfied: XStatic-jQuery===1.10.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 55))
2017-02-10 04:55:29.666 | Requirement already satisfied: XStatic-jquery-ui===1.11.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 56))
2017-02-10 04:55:29.668 | Requirement already satisfied: XStatic-mdi===1.1.70.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57))
2017-02-10 04:55:29.670 | Requirement already satisfied: XStatic-roboto-fontface===0.4.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 58))
2017-02-10 04:55:29.671 | Requirement already satisfied: XStatic-smart-table===1.4.5.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 59))
2017-02-10 04:55:29.673 | Requirement already satisfied: XStatic-term.js===0.0.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60))
2017-02-10 04:55:29.674 | Requirement already satisfied: django-babel===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108))
2017-02-10 04:55:29.679 | Requirement already satisfied: django-compressor===2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110))
2017-02-10 04:55:29.683 | Requirement already satisfied: django-openstack-auth===2.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113))
2017-02-10 04:55:29.691 | Requirement already satisfied: django-pyscss===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114))
2017-02-10 04:55:29.695 | Requirement already satisfied: httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151))
2017-02-10 04:55:29.697 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157))
2017-02-10 04:55:29.699 | Requirement already satisfied: keystoneauth1===2.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170))
2017-02-10 04:55:29.712 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187))
2017-02-10 04:55:29.714 | Requirement already satisfied: oslo.concurrency===3.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218))
2017-02-10 04:55:29.727 | Requirement already satisfied: oslo.config===3.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219))
2017-02-10 04:55:29.732 | Requirement already satisfied: oslo.i18n===3.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222))
2017-02-10 04:55:29.736 | Requirement already satisfied: oslo.policy===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226))
2017-02-10 04:55:29.743 | Requirement already satisfied: oslo.serialization===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230))
2017-02-10 04:55:29.749 | Requirement already satisfied: oslo.utils===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232))
2017-02-10 04:55:29.761 | Requirement already satisfied: pathlib===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244))
2017-02-10 04:55:29.763 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245))
2017-02-10 04:55:29.765 | Requirement already satisfied: positional===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252))
2017-02-10 04:55:29.768 | Requirement already satisfied: pyScss===1.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260))
2017-02-10 04:55:29.771 | Requirement already satisfied: python-ceilometerclient===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284))
2017-02-10 04:55:29.783 | Requirement already satisfied: python-cinderclient===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285))
2017-02-10 04:55:29.792 | Requirement already satisfied: python-glanceclient===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291))
2017-02-10 04:55:29.803 | Requirement already satisfied: python-heatclient===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292))
2017-02-10 04:55:29.817 | Requirement already satisfied: python-keystoneclient===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295))
2017-02-10 04:55:29.830 | Requirement already satisfied: python-neutronclient===4.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303))
2017-02-10 04:55:29.843 | Requirement already satisfied: python-novaclient===3.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304))
2017-02-10 04:55:29.855 | Requirement already satisfied: python-openstackclient===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305))
2017-02-10 04:55:29.871 | Requirement already satisfied: python-swiftclient===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313))
2017-02-10 04:55:29.875 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316))
2017-02-10 04:55:29.878 | Requirement already satisfied: rcssmin===1.0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320))
2017-02-10 04:55:29.880 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324))
2017-02-10 04:55:29.887 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330))
2017-02-10 04:55:29.890 | Requirement already satisfied: rjsmin===1.0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332))
2017-02-10 04:55:29.892 | Requirement already satisfied: simplejson===3.8.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342))
2017-02-10 04:55:29.894 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344))
2017-02-10 04:55:29.896 | Requirement already satisfied: stevedore===1.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353))
2017-02-10 04:55:29.899 | Requirement already satisfied: warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383))
2017-02-10 04:55:29.904 | Requirement already satisfied: django-appconf===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107))
2017-02-10 04:55:29.906 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129))
2017-02-10 04:55:29.909 | Requirement already satisfied: enum34===1.1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))
2017-02-10 04:55:29.912 | Requirement already satisfied: debtcollector===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101))
2017-02-10 04:55:29.920 | Requirement already satisfied: msgpack-python===0.4.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186))
2017-02-10 04:55:29.922 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))
2017-02-10 04:55:29.924 | Requirement already satisfied: monotonic===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183))
2017-02-10 04:55:29.925 | Requirement already satisfied: netifaces===0.10.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188))
2017-02-10 04:55:29.927 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254))
2017-02-10 04:55:29.929 | Requirement already satisfied: cliff===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91))
2017-02-10 04:55:29.937 | Requirement already satisfied: os-client-config===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210))
2017-02-10 04:55:29.943 | Requirement already satisfied: openstacksdk===0.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206))
2017-02-10 04:55:29.950 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137))
2017-02-10 04:55:29.952 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165))
2017-02-10 04:55:29.959 | Requirement already satisfied: jsonpatch===1.13 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160))
2017-02-10 04:55:29.962 | Requirement already satisfied: wrapt===1.10.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389))
2017-02-10 04:55:29.963 | Requirement already satisfied: cmd2===0.6.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93))
2017-02-10 04:55:29.965 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273))
2017-02-10 04:55:29.967 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376))
2017-02-10 04:55:29.968 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328))
2017-02-10 04:55:29.971 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67))
2017-02-10 04:55:29.973 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136))
2017-02-10 04:55:29.974 | Requirement already satisfied: jsonpointer===1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163))
2017-02-10 04:55:29.975 | Installing collected packages: horizon
2017-02-10 04:55:29.975 |   Found existing installation: horizon 9.1.2.dev2
2017-02-10 04:55:29.977 |     Can't uninstall 'horizon'. No files were found to uninstall.
2017-02-10 04:55:29.977 |   Running setup.py develop for horizon
2017-02-10 04:55:32.814 | Successfully installed horizon
2017-02-10 04:55:32.927 | +inc/python:pip_install:162                result=0
2017-02-10 04:55:32.930 | +inc/python:pip_install:165                local test_req=/opt/stack/horizon/test-requirements.txt
2017-02-10 04:55:32.934 | +inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:55:32.938 | +inc/python:pip_install:166                [[ -e /opt/stack/horizon/test-requirements.txt ]]
2017-02-10 04:55:32.941 | +inc/python:pip_install:167                echo 'Installing test-requirements for /opt/stack/horizon/test-requirements.txt'
2017-02-10 04:55:32.941 | Installing test-requirements for /opt/stack/horizon/test-requirements.txt
2017-02-10 04:55:32.945 | +inc/python:pip_install:169                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/horizon/test-requirements.txt
2017-02-10 04:55:33.724 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:55:33.987 | Requirement already satisfied: Sphinx===1.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26))
2017-02-10 04:55:33.991 | Requirement already satisfied: coverage===4.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96))
2017-02-10 04:55:33.993 | Requirement already satisfied: django-nose===1.4.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112))
2017-02-10 04:55:33.996 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 119))
2017-02-10 04:55:33.997 | Requirement already satisfied: mock===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182))
2017-02-10 04:55:34.013 | Requirement already satisfied: mox3===0.14.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185))
2017-02-10 04:55:34.016 | Requirement already satisfied: nodeenv===0.13.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193))
2017-02-10 04:55:34.019 | Requirement already satisfied: nose===1.3.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194))
2017-02-10 04:55:34.021 | Requirement already satisfied: nose-exclude===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195))
2017-02-10 04:55:34.023 | Requirement already satisfied: nosehtmloutput===0.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196))
2017-02-10 04:55:34.025 | Requirement already satisfied: nosexcover===1.0.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197))
2017-02-10 04:55:34.028 | Requirement already satisfied: openstack.nose-plugin===0.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204))
2017-02-10 04:55:34.031 | Requirement already satisfied: oslosphinx===4.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235))
2017-02-10 04:55:34.036 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245))
2017-02-10 04:55:34.037 | Requirement already satisfied: requests===2.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324))
2017-02-10 04:55:34.044 | Requirement already satisfied: selenium===2.52.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337))
2017-02-10 04:55:34.046 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344))
2017-02-10 04:55:34.048 | Requirement already satisfied: termcolor===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360))
2017-02-10 04:55:34.049 | Requirement already satisfied: testtools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364))
2017-02-10 04:55:34.058 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371))
2017-02-10 04:55:34.060 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377))
2017-02-10 04:55:34.064 | Requirement already satisfied: xvfbwrapper===0.2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394))
2017-02-10 04:55:34.066 | Requirement already satisfied: hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/horizon/test-requirements.txt (line 10))
2017-02-10 04:55:34.073 | Requirement already satisfied: reno>=0.1.1 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/horizon/test-requirements.txt (line 23))
2017-02-10 04:55:34.081 | Requirement already satisfied: Pygments===2.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22))
2017-02-10 04:55:34.083 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8))
2017-02-10 04:55:34.086 | Requirement already satisfied: funcsigs===0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))
2017-02-10 04:55:34.088 | Requirement already satisfied: fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131))
2017-02-10 04:55:34.094 | Requirement already satisfied: colorama===0.3.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94))
2017-02-10 04:55:34.097 | Requirement already satisfied: python-mimeparse===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300))
2017-02-10 04:55:34.098 | Requirement already satisfied: pyrsistent===0.11.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276))
2017-02-10 04:55:34.102 | Requirement already satisfied: extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126))
2017-02-10 04:55:34.104 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177))
2017-02-10 04:55:34.105 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 377))
2017-02-10 04:55:34.106 | Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/horizon/test-requirements.txt (line 10))
2017-02-10 04:55:34.109 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/horizon/test-requirements.txt (line 10))
2017-02-10 04:55:34.111 | Requirement already satisfied: flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/horizon/test-requirements.txt (line 10))
2017-02-10 04:55:34.116 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/horizon/test-requirements.txt (line 10))
2017-02-10 04:55:34.117 | Requirement already satisfied: PyYAML===3.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21))
2017-02-10 04:55:34.119 | Requirement already satisfied: Babel===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3))
2017-02-10 04:55:34.121 | Requirement already satisfied: dulwich>=0.15.0 in /usr/local/lib/python2.7/dist-packages (from reno>=0.1.1->-r /opt/stack/horizon/test-requirements.txt (line 23))
2017-02-10 04:55:34.122 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))
2017-02-10 04:55:34.124 | Requirement already satisfied: pytz===2015.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316))
2017-02-10 04:55:34.228 | +inc/python:pip_install:175                result=0
2017-02-10 04:55:34.232 | +inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:55:34.235 | +functions-common:time_stop:2347           local name
2017-02-10 04:55:34.239 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:55:34.242 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:55:34.246 | +functions-common:time_stop:2350           local total
2017-02-10 04:55:34.249 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:55:34.253 | +functions-common:time_stop:2353           name=pip_install
2017-02-10 04:55:34.256 | +functions-common:time_stop:2354           start_time=1486702524
2017-02-10 04:55:34.259 | +functions-common:time_stop:2356           [[ -z 1486702524 ]]
2017-02-10 04:55:34.264 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:55:34.268 | +functions-common:time_stop:2359           end_time=1486702534
2017-02-10 04:55:34.272 | +functions-common:time_stop:2360           elapsed_time=10
2017-02-10 04:55:34.275 | +functions-common:time_stop:2361           total=94
2017-02-10 04:55:34.278 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:55:34.282 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=104
2017-02-10 04:55:34.285 | +inc/python:pip_install:179                return 0
2017-02-10 04:55:34.289 | +inc/python:setup_package:349              [[ -e == \-\e ]]
2017-02-10 04:55:34.292 | +inc/python:setup_package:350              safe_chown -R stack /opt/stack/horizon/horizon.egg-info
2017-02-10 04:55:34.295 | +functions-common:safe_chown:2260          _safe_permission_operation chown -R stack /opt/stack/horizon/horizon.egg-info
2017-02-10 04:55:34.318 | +functions-common:_safe_permission_operation:2152  sudo chown -R stack /opt/stack/horizon/horizon.egg-info
2017-02-10 04:55:34.326 | +lib/horizon:configure_horizon:85          cd /opt/stack/horizon
2017-02-10 04:55:34.329 | +lib/horizon:configure_horizon:85          ./run_tests.sh -N --compilemessages
2017-02-10 04:55:35.310 | processing file django.po in /opt/stack/horizon/horizon/locale/fi_FI/LC_MESSAGES
2017-02-10 04:55:35.310 | processing file django.po in /opt/stack/horizon/horizon/locale/ca/LC_MESSAGES
2017-02-10 04:55:35.310 | processing file django.po in /opt/stack/horizon/horizon/locale/it/LC_MESSAGES
2017-02-10 04:55:35.310 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/it/LC_MESSAGES
2017-02-10 04:55:35.310 | processing file django.po in /opt/stack/horizon/horizon/locale/nl_NL/LC_MESSAGES
2017-02-10 04:55:35.310 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/nl_NL/LC_MESSAGES
2017-02-10 04:55:35.310 | processing file django.po in /opt/stack/horizon/horizon/locale/cs/LC_MESSAGES
2017-02-10 04:55:35.310 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/cs/LC_MESSAGES
2017-02-10 04:55:35.310 | processing file django.po in /opt/stack/horizon/horizon/locale/id/LC_MESSAGES
2017-02-10 04:55:35.310 | processing file django.po in /opt/stack/horizon/horizon/locale/es/LC_MESSAGES
2017-02-10 04:55:35.310 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/es/LC_MESSAGES
2017-02-10 04:55:35.310 | processing file django.po in /opt/stack/horizon/horizon/locale/ru/LC_MESSAGES
2017-02-10 04:55:35.310 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/ru/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file django.po in /opt/stack/horizon/horizon/locale/pt/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file django.po in /opt/stack/horizon/horizon/locale/en_AU/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/en_AU/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file django.po in /opt/stack/horizon/horizon/locale/sl_SI/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file django.po in /opt/stack/horizon/horizon/locale/zh_TW/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/zh_TW/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file django.po in /opt/stack/horizon/horizon/locale/en_GB/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/en_GB/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file django.po in /opt/stack/horizon/horizon/locale/fr/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/fr/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file django.po in /opt/stack/horizon/horizon/locale/ko_KR/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/ko_KR/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file django.po in /opt/stack/horizon/horizon/locale/pt_BR/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/pt_BR/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file django.po in /opt/stack/horizon/horizon/locale/de/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/de/LC_MESSAGES
2017-02-10 04:55:35.311 | processing file django.po in /opt/stack/horizon/horizon/locale/pa_IN/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/pa_IN/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file django.po in /opt/stack/horizon/horizon/locale/hu/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file django.po in /opt/stack/horizon/horizon/locale/hi/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/hi/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file django.po in /opt/stack/horizon/horizon/locale/tr_TR/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/tr_TR/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file django.po in /opt/stack/horizon/horizon/locale/es_MX/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file django.po in /opt/stack/horizon/horizon/locale/ja/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/ja/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file django.po in /opt/stack/horizon/horizon/locale/zh_CN/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/zh_CN/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file django.po in /opt/stack/horizon/horizon/locale/sr/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/te_IN/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file django.po in /opt/stack/horizon/horizon/locale/fil/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file django.po in /opt/stack/horizon/horizon/locale/pl_PL/LC_MESSAGES
2017-02-10 04:55:35.312 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/pl_PL/LC_MESSAGES
2017-02-10 04:55:36.884 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/gu/LC_MESSAGES
2017-02-10 04:55:36.884 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/brx/LC_MESSAGES
2017-02-10 04:55:36.884 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/it/LC_MESSAGES
2017-02-10 04:55:36.884 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/it/LC_MESSAGES
2017-02-10 04:55:36.884 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/kn/LC_MESSAGES
2017-02-10 04:55:36.884 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/mni/LC_MESSAGES
2017-02-10 04:55:36.884 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/nl_NL/LC_MESSAGES
2017-02-10 04:55:36.884 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/cs/LC_MESSAGES
2017-02-10 04:55:36.884 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/cs/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/es/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/es/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/bn_IN/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ru/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/ru/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/kok/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ne/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/en_AU/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/en_AU/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/en_GB/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/en_GB/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ta/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/fr/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/fr/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/zh_TW/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/zh_TW/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/pt_BR/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/pt_BR/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/de/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/de/LC_MESSAGES
2017-02-10 04:55:36.885 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/pa_IN/LC_MESSAGES
2017-02-10 04:55:36.886 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ko_KR/LC_MESSAGES
2017-02-10 04:55:36.886 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/ko_KR/LC_MESSAGES
2017-02-10 04:55:36.886 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/hi/LC_MESSAGES
2017-02-10 04:55:36.886 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/tr_TR/LC_MESSAGES
2017-02-10 04:55:36.886 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/tr_TR/LC_MESSAGES
2017-02-10 04:55:36.886 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/mai/LC_MESSAGES
2017-02-10 04:55:36.886 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ja/LC_MESSAGES
2017-02-10 04:55:36.886 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/ja/LC_MESSAGES
2017-02-10 04:55:36.886 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/zh_CN/LC_MESSAGES
2017-02-10 04:55:36.886 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/zh_CN/LC_MESSAGES
2017-02-10 04:55:36.886 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/sr/LC_MESSAGES
2017-02-10 04:55:36.886 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/as/LC_MESSAGES
2017-02-10 04:55:36.886 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ur/LC_MESSAGES
2017-02-10 04:55:36.886 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ks/LC_MESSAGES
2017-02-10 04:55:36.970 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/mr/LC_MESSAGES
2017-02-10 04:55:36.970 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/pl_PL/LC_MESSAGES
2017-02-10 04:55:36.977 | +lib/horizon:configure_horizon:88          local local_settings=/opt/stack/horizon/openstack_dashboard/local/local_settings.py
2017-02-10 04:55:36.980 | +lib/horizon:configure_horizon:89          cp /opt/stack/horizon/openstack_dashboard/local/local_settings.py.example /opt/stack/horizon/openstack_dashboard/local/local_settings.py
2017-02-10 04:55:36.985 | +lib/horizon:configure_horizon:91          _horizon_config_set /opt/stack/horizon/openstack_dashboard/local/local_settings.py '' WEBROOT '"/dashboard/"'
2017-02-10 04:55:36.988 | +lib/horizon:_horizon_config_set:43        local file=/opt/stack/horizon/openstack_dashboard/local/local_settings.py
2017-02-10 04:55:36.991 | +lib/horizon:_horizon_config_set:44        local section=
2017-02-10 04:55:36.994 | +lib/horizon:_horizon_config_set:45        local option=WEBROOT
2017-02-10 04:55:36.997 | +lib/horizon:_horizon_config_set:46        local 'value="/dashboard/"'
2017-02-10 04:55:37.000 | +lib/horizon:_horizon_config_set:48        '[' -z '' ']'
2017-02-10 04:55:37.004 | +lib/horizon:_horizon_config_set:49        sed -e '/^WEBROOT/d' -i /opt/stack/horizon/openstack_dashboard/local/local_settings.py
2017-02-10 04:55:37.009 | +lib/horizon:_horizon_config_set:50        echo -e '\nWEBROOT="/dashboard/"'
2017-02-10 04:55:37.012 | +lib/horizon:configure_horizon:93          _horizon_config_set /opt/stack/horizon/openstack_dashboard/local/local_settings.py '' COMPRESS_OFFLINE True
2017-02-10 04:55:37.015 | +lib/horizon:_horizon_config_set:43        local file=/opt/stack/horizon/openstack_dashboard/local/local_settings.py
2017-02-10 04:55:37.018 | +lib/horizon:_horizon_config_set:44        local section=
2017-02-10 04:55:37.021 | +lib/horizon:_horizon_config_set:45        local option=COMPRESS_OFFLINE
2017-02-10 04:55:37.024 | +lib/horizon:_horizon_config_set:46        local value=True
2017-02-10 04:55:37.028 | +lib/horizon:_horizon_config_set:48        '[' -z '' ']'
2017-02-10 04:55:37.031 | +lib/horizon:_horizon_config_set:49        sed -e '/^COMPRESS_OFFLINE/d' -i /opt/stack/horizon/openstack_dashboard/local/local_settings.py
2017-02-10 04:55:37.036 | +lib/horizon:_horizon_config_set:50        echo -e '\nCOMPRESS_OFFLINE=True'
2017-02-10 04:55:37.039 | +lib/horizon:configure_horizon:94          _horizon_config_set /opt/stack/horizon/openstack_dashboard/local/local_settings.py '' OPENSTACK_KEYSTONE_DEFAULT_ROLE '"Member"'
2017-02-10 04:55:37.042 | +lib/horizon:_horizon_config_set:43        local file=/opt/stack/horizon/openstack_dashboard/local/local_settings.py
2017-02-10 04:55:37.045 | +lib/horizon:_horizon_config_set:44        local section=
2017-02-10 04:55:37.048 | +lib/horizon:_horizon_config_set:45        local option=OPENSTACK_KEYSTONE_DEFAULT_ROLE
2017-02-10 04:55:37.051 | +lib/horizon:_horizon_config_set:46        local 'value="Member"'
2017-02-10 04:55:37.055 | +lib/horizon:_horizon_config_set:48        '[' -z '' ']'
2017-02-10 04:55:37.058 | +lib/horizon:_horizon_config_set:49        sed -e '/^OPENSTACK_KEYSTONE_DEFAULT_ROLE/d' -i /opt/stack/horizon/openstack_dashboard/local/local_settings.py
2017-02-10 04:55:37.063 | +lib/horizon:_horizon_config_set:50        echo -e '\nOPENSTACK_KEYSTONE_DEFAULT_ROLE="Member"'
2017-02-10 04:55:37.066 | +lib/horizon:configure_horizon:96          _horizon_config_set /opt/stack/horizon/openstack_dashboard/local/local_settings.py '' OPENSTACK_HOST '"172.30.250.59"'
2017-02-10 04:55:37.069 | +lib/horizon:_horizon_config_set:43        local file=/opt/stack/horizon/openstack_dashboard/local/local_settings.py
2017-02-10 04:55:37.072 | +lib/horizon:_horizon_config_set:44        local section=
2017-02-10 04:55:37.075 | +lib/horizon:_horizon_config_set:45        local option=OPENSTACK_HOST
2017-02-10 04:55:37.079 | +lib/horizon:_horizon_config_set:46        local 'value="172.30.250.59"'
2017-02-10 04:55:37.082 | +lib/horizon:_horizon_config_set:48        '[' -z '' ']'
2017-02-10 04:55:37.085 | +lib/horizon:_horizon_config_set:49        sed -e '/^OPENSTACK_HOST/d' -i /opt/stack/horizon/openstack_dashboard/local/local_settings.py
2017-02-10 04:55:37.090 | +lib/horizon:_horizon_config_set:50        echo -e '\nOPENSTACK_HOST="172.30.250.59"'
2017-02-10 04:55:37.093 | +lib/horizon:configure_horizon:98          _horizon_config_set /opt/stack/horizon/openstack_dashboard/local/local_settings.py '' OPENSTACK_API_VERSIONS '{"identity":3}'
2017-02-10 04:55:37.096 | +lib/horizon:_horizon_config_set:43        local file=/opt/stack/horizon/openstack_dashboard/local/local_settings.py
2017-02-10 04:55:37.099 | +lib/horizon:_horizon_config_set:44        local section=
2017-02-10 04:55:37.102 | +lib/horizon:_horizon_config_set:45        local option=OPENSTACK_API_VERSIONS
2017-02-10 04:55:37.105 | +lib/horizon:_horizon_config_set:46        local 'value={"identity":3}'
2017-02-10 04:55:37.109 | +lib/horizon:_horizon_config_set:48        '[' -z '' ']'
2017-02-10 04:55:37.112 | +lib/horizon:_horizon_config_set:49        sed -e '/^OPENSTACK_API_VERSIONS/d' -i /opt/stack/horizon/openstack_dashboard/local/local_settings.py
2017-02-10 04:55:37.117 | +lib/horizon:_horizon_config_set:50        echo -e '\nOPENSTACK_API_VERSIONS={"identity":3}'
2017-02-10 04:55:37.120 | +lib/horizon:configure_horizon:99          _horizon_config_set /opt/stack/horizon/openstack_dashboard/local/local_settings.py '' OPENSTACK_KEYSTONE_URL '"http://172.30.250.59:5000/v3"'
2017-02-10 04:55:37.123 | +lib/horizon:_horizon_config_set:43        local file=/opt/stack/horizon/openstack_dashboard/local/local_settings.py
2017-02-10 04:55:37.126 | +lib/horizon:_horizon_config_set:44        local section=
2017-02-10 04:55:37.129 | +lib/horizon:_horizon_config_set:45        local option=OPENSTACK_KEYSTONE_URL
2017-02-10 04:55:37.132 | +lib/horizon:_horizon_config_set:46        local 'value="http://172.30.250.59:5000/v3"'
2017-02-10 04:55:37.135 | +lib/horizon:_horizon_config_set:48        '[' -z '' ']'
2017-02-10 04:55:37.139 | +lib/horizon:_horizon_config_set:49        sed -e '/^OPENSTACK_KEYSTONE_URL/d' -i /opt/stack/horizon/openstack_dashboard/local/local_settings.py
2017-02-10 04:55:37.144 | +lib/horizon:_horizon_config_set:50        echo -e '\nOPENSTACK_KEYSTONE_URL="http://172.30.250.59:5000/v3"'
2017-02-10 04:55:37.147 | +lib/horizon:configure_horizon:101         '[' -f /opt/stack/data/ca-bundle.pem ']'
2017-02-10 04:55:37.150 | +lib/horizon:configure_horizon:106         sudo mkdir -p /opt/stack/horizon/.blackhole
2017-02-10 04:55:37.157 | +lib/horizon:configure_horizon:108         local horizon_conf
2017-02-10 04:55:37.162 | ++lib/horizon:configure_horizon:109         apache_site_config_for horizon
2017-02-10 04:55:37.165 | ++lib/apache:apache_site_config_for:119     local site=horizon
2017-02-10 04:55:37.169 | ++lib/apache:apache_site_config_for:120     is_ubuntu
2017-02-10 04:55:37.173 | ++functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:55:37.177 | ++functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:55:37.181 | ++lib/apache:apache_site_config_for:121     local apache_version
2017-02-10 04:55:37.185 | +++lib/apache:apache_site_config_for:122     get_apache_version
2017-02-10 04:55:37.189 | +++lib/apache:get_apache_version:74          is_ubuntu
2017-02-10 04:55:37.193 | +++functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:55:37.197 | +++functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:55:37.201 | +++lib/apache:get_apache_version:75          local version_str
2017-02-10 04:55:37.208 | ++++lib/apache:get_apache_version:76          awk '/Server version/ {print $3}'
2017-02-10 04:55:37.209 | ++++lib/apache:get_apache_version:76          sudo /usr/sbin/apache2ctl -v
2017-02-10 04:55:37.210 | ++++lib/apache:get_apache_version:76          cut -f2 -d/
2017-02-10 04:55:37.238 | +++lib/apache:get_apache_version:76          version_str=2.4.7
2017-02-10 04:55:37.242 | +++lib/apache:get_apache_version:86          [[ 2.4.7 =~ ^2\.2\. ]]
2017-02-10 04:55:37.246 | +++lib/apache:get_apache_version:88          [[ 2.4.7 =~ ^2\.4\. ]]
2017-02-10 04:55:37.250 | +++lib/apache:get_apache_version:89          echo 2.4
2017-02-10 04:55:37.254 | ++lib/apache:apache_site_config_for:122     apache_version=2.4
2017-02-10 04:55:37.258 | ++lib/apache:apache_site_config_for:123     [[ 2.4 == \2\.\2 ]]
2017-02-10 04:55:37.262 | ++lib/apache:apache_site_config_for:128     echo /etc/apache2/sites-available/horizon.conf
2017-02-10 04:55:37.265 | +lib/horizon:configure_horizon:109         horizon_conf=/etc/apache2/sites-available/horizon.conf
2017-02-10 04:55:37.268 | +lib/horizon:configure_horizon:113         sudo sh -c 'sed -e "
2017-02-10 04:55:37.269 |         s,%USER%,stack,g;
2017-02-10 04:55:37.269 |         s,%GROUP%,stack,g;
2017-02-10 04:55:37.269 |         s,%HORIZON_DIR%,/opt/stack/horizon,g;
2017-02-10 04:55:37.269 |         s,%APACHE_NAME%,apache2,g;
2017-02-10 04:55:37.269 |         s,%DEST%,/opt/stack,g;
2017-02-10 04:55:37.269 |         s,%WEBROOT%,/dashboard,g;
2017-02-10 04:55:37.269 |     " /opt/devstack/files/apache-horizon.template >/etc/apache2/sites-available/horizon.conf'
2017-02-10 04:55:37.276 | +lib/horizon:configure_horizon:122         is_ubuntu
2017-02-10 04:55:37.279 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:55:37.282 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:55:37.285 | +lib/horizon:configure_horizon:123         disable_apache_site 000-default
2017-02-10 04:55:37.288 | +lib/apache:disable_apache_site:157        local site=000-default
2017-02-10 04:55:37.291 | +lib/apache:disable_apache_site:158        is_ubuntu
2017-02-10 04:55:37.295 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:55:37.298 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:55:37.301 | +lib/apache:disable_apache_site:159        sudo a2dissite 000-default
2017-02-10 04:55:37.324 | Site 000-default already disabled
2017-02-10 04:55:37.328 | +lib/horizon:configure_horizon:124         sudo touch /etc/apache2/sites-available/horizon.conf
2017-02-10 04:55:37.335 | +lib/horizon:configure_horizon:132         enable_apache_site horizon
2017-02-10 04:55:37.338 | +lib/apache:enable_apache_site:143         local site=horizon
2017-02-10 04:55:37.341 | +lib/apache:enable_apache_site:144         is_ubuntu
2017-02-10 04:55:37.344 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:55:37.347 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:55:37.351 | +lib/apache:enable_apache_site:145         sudo a2ensite horizon
2017-02-10 04:55:37.374 | Site horizon already enabled
2017-02-10 04:55:37.378 | +./stack.sh:main:1064                      is_service_enabled g-reg
2017-02-10 04:55:37.398 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:55:37.401 | +./stack.sh:main:1065                      echo_summary 'Configuring Glance'
2017-02-10 04:55:37.404 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:55:37.407 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:55:37.410 | +./stack.sh:echo_summary:385               echo -e Configuring Glance
2017-02-10 04:55:37.413 | +./stack.sh:main:1066                      init_glance
2017-02-10 04:55:37.416 | +lib/glance:init_glance:330                rm -rf /opt/stack/data/glance/images
2017-02-10 04:55:37.420 | +lib/glance:init_glance:331                mkdir -p /opt/stack/data/glance/images
2017-02-10 04:55:37.427 | +lib/glance:init_glance:334                rm -rf /opt/stack/data/glance/cache
2017-02-10 04:55:37.431 | +lib/glance:init_glance:335                mkdir -p /opt/stack/data/glance/cache
2017-02-10 04:55:37.434 | +lib/glance:init_glance:338                recreate_database glance
2017-02-10 04:55:37.437 | +lib/database:recreate_database:112        local db=glance
2017-02-10 04:55:37.440 | +lib/database:recreate_database:113        recreate_database_mysql glance
2017-02-10 04:55:37.444 | +lib/databases/mysql:recreate_database_mysql:56  local db=glance
2017-02-10 04:55:37.447 | +lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppass -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;'
2017-02-10 04:55:37.472 | +lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppass -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;'
2017-02-10 04:55:37.479 | +lib/glance:init_glance:341                /usr/local/bin/glance-manage db_sync
2017-02-10 04:55:38.747 | /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/enginefacade.py:1056: OsloDBDeprecationWarning: EngineFacade is deprecated; please use oslo_db.sqlalchemy.enginefacade
2017-02-10 04:55:38.747 |   expire_on_commit=expire_on_commit, _conf=conf)
2017-02-10 04:55:38.759 | 2017-02-10 12:55:38.759 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 from (pid=2149) _check_effective_sql_mode /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/engines.py:256
2017-02-10 04:55:38.760 | 2017-02-10 12:55:38.760 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76
2017-02-10 04:55:38.761 | 2017-02-10 12:55:38.761 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.761 | 2017-02-10 12:55:38.761 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.761 | 2017-02-10 12:55:38.761 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.762 | 2017-02-10 12:55:38.761 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.762 | 2017-02-10 12:55:38.762 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.762 | 2017-02-10 12:55:38.762 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.762 | 2017-02-10 12:55:38.762 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.762 | 2017-02-10 12:55:38.762 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.763 | 2017-02-10 12:55:38.763 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.763 | 2017-02-10 12:55:38.763 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.763 | 2017-02-10 12:55:38.763 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.763 | 2017-02-10 12:55:38.763 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.764 | 2017-02-10 12:55:38.763 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.764 | 2017-02-10 12:55:38.764 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.764 | 2017-02-10 12:55:38.764 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.764 | 2017-02-10 12:55:38.764 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.764 | 2017-02-10 12:55:38.764 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.765 | 2017-02-10 12:55:38.764 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.765 | 2017-02-10 12:55:38.765 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.765 | 2017-02-10 12:55:38.765 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.765 | 2017-02-10 12:55:38.765 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.765 | 2017-02-10 12:55:38.765 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.766 | 2017-02-10 12:55:38.766 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.766 | 2017-02-10 12:55:38.766 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.766 | 2017-02-10 12:55:38.766 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.766 | 2017-02-10 12:55:38.766 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.766 | 2017-02-10 12:55:38.766 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.767 | 2017-02-10 12:55:38.767 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.767 | 2017-02-10 12:55:38.767 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.767 | 2017-02-10 12:55:38.767 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.767 | 2017-02-10 12:55:38.767 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.768 | 2017-02-10 12:55:38.767 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.768 | 2017-02-10 12:55:38.768 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.768 | 2017-02-10 12:55:38.768 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.768 | 2017-02-10 12:55:38.768 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.768 | 2017-02-10 12:55:38.768 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.769 | 2017-02-10 12:55:38.768 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.769 | 2017-02-10 12:55:38.769 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.769 | 2017-02-10 12:55:38.769 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.769 | 2017-02-10 12:55:38.769 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.769 | 2017-02-10 12:55:38.769 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.770 | 2017-02-10 12:55:38.770 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.770 | 2017-02-10 12:55:38.770 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.770 | 2017-02-10 12:55:38.770 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.770 | 2017-02-10 12:55:38.770 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.770 | 2017-02-10 12:55:38.770 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.771 | 2017-02-10 12:55:38.771 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.771 | 2017-02-10 12:55:38.771 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.771 | 2017-02-10 12:55:38.771 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.771 | 2017-02-10 12:55:38.771 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.772 | 2017-02-10 12:55:38.771 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.772 | 2017-02-10 12:55:38.772 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.772 | 2017-02-10 12:55:38.772 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.772 | 2017-02-10 12:55:38.772 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.772 | 2017-02-10 12:55:38.772 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.773 | 2017-02-10 12:55:38.773 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.773 | 2017-02-10 12:55:38.773 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.773 | 2017-02-10 12:55:38.773 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.773 | 2017-02-10 12:55:38.773 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.774 | 2017-02-10 12:55:38.773 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.774 | 2017-02-10 12:55:38.774 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.774 | 2017-02-10 12:55:38.774 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.774 | 2017-02-10 12:55:38.774 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.774 | 2017-02-10 12:55:38.774 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.775 | 2017-02-10 12:55:38.775 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.775 | 2017-02-10 12:55:38.775 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.775 | 2017-02-10 12:55:38.775 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.775 | 2017-02-10 12:55:38.775 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.776 | 2017-02-10 12:55:38.775 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.776 | 2017-02-10 12:55:38.776 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.776 | 2017-02-10 12:55:38.776 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.776 | 2017-02-10 12:55:38.776 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.776 | 2017-02-10 12:55:38.776 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.777 | 2017-02-10 12:55:38.777 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.777 | 2017-02-10 12:55:38.777 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.777 | 2017-02-10 12:55:38.777 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.777 | 2017-02-10 12:55:38.777 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.777 | 2017-02-10 12:55:38.777 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.778 | 2017-02-10 12:55:38.778 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.778 | 2017-02-10 12:55:38.778 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.778 | 2017-02-10 12:55:38.778 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.778 | 2017-02-10 12:55:38.778 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.779 | 2017-02-10 12:55:38.778 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.779 | 2017-02-10 12:55:38.779 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.779 | 2017-02-10 12:55:38.779 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.779 | 2017-02-10 12:55:38.779 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.779 | 2017-02-10 12:55:38.779 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.780 | 2017-02-10 12:55:38.780 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.780 | 2017-02-10 12:55:38.780 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.780 | 2017-02-10 12:55:38.780 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.780 | 2017-02-10 12:55:38.780 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.781 | 2017-02-10 12:55:38.780 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.781 | 2017-02-10 12:55:38.781 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.781 | 2017-02-10 12:55:38.781 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.781 | 2017-02-10 12:55:38.781 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.781 | 2017-02-10 12:55:38.781 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.782 | 2017-02-10 12:55:38.782 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.782 | 2017-02-10 12:55:38.782 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.782 | 2017-02-10 12:55:38.782 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.782 | 2017-02-10 12:55:38.782 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.783 | 2017-02-10 12:55:38.782 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.783 | 2017-02-10 12:55:38.783 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.783 | 2017-02-10 12:55:38.783 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.783 | 2017-02-10 12:55:38.783 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.784 | 2017-02-10 12:55:38.783 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.784 | 2017-02-10 12:55:38.784 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.784 | 2017-02-10 12:55:38.784 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.784 | 2017-02-10 12:55:38.784 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.784 | 2017-02-10 12:55:38.784 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.784 | 2017-02-10 12:55:38.784 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.784 | 2017-02-10 12:55:38.784 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.785 | 2017-02-10 12:55:38.784 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.785 | 2017-02-10 12:55:38.785 DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82
2017-02-10 04:55:38.785 | 2017-02-10 12:55:38.785 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83
2017-02-10 04:55:38.796 | 2017-02-10 12:55:38.796 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76
2017-02-10 04:55:38.796 | 2017-02-10 12:55:38.796 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.796 | 2017-02-10 12:55:38.796 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.797 | 2017-02-10 12:55:38.796 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.797 | 2017-02-10 12:55:38.797 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.797 | 2017-02-10 12:55:38.797 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.797 | 2017-02-10 12:55:38.797 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.797 | 2017-02-10 12:55:38.797 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.797 | 2017-02-10 12:55:38.797 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.797 | 2017-02-10 12:55:38.797 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.797 | 2017-02-10 12:55:38.797 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.797 | 2017-02-10 12:55:38.797 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.797 | 2017-02-10 12:55:38.797 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.798 | 2017-02-10 12:55:38.797 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.798 | 2017-02-10 12:55:38.798 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.798 | 2017-02-10 12:55:38.798 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.798 | 2017-02-10 12:55:38.798 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.798 | 2017-02-10 12:55:38.798 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.798 | 2017-02-10 12:55:38.798 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.798 | 2017-02-10 12:55:38.798 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.798 | 2017-02-10 12:55:38.798 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.798 | 2017-02-10 12:55:38.798 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.798 | 2017-02-10 12:55:38.798 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.799 | 2017-02-10 12:55:38.798 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.799 | 2017-02-10 12:55:38.799 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.799 | 2017-02-10 12:55:38.799 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.799 | 2017-02-10 12:55:38.799 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.799 | 2017-02-10 12:55:38.799 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.799 | 2017-02-10 12:55:38.799 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.799 | 2017-02-10 12:55:38.799 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.799 | 2017-02-10 12:55:38.799 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.799 | 2017-02-10 12:55:38.799 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.799 | 2017-02-10 12:55:38.799 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.799 | 2017-02-10 12:55:38.799 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.800 | 2017-02-10 12:55:38.799 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.800 | 2017-02-10 12:55:38.800 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.800 | 2017-02-10 12:55:38.800 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.800 | 2017-02-10 12:55:38.800 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.800 | 2017-02-10 12:55:38.800 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.800 | 2017-02-10 12:55:38.800 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.800 | 2017-02-10 12:55:38.800 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.800 | 2017-02-10 12:55:38.800 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.800 | 2017-02-10 12:55:38.800 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.800 | 2017-02-10 12:55:38.800 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.801 | 2017-02-10 12:55:38.800 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.801 | 2017-02-10 12:55:38.801 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.801 | 2017-02-10 12:55:38.801 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.801 | 2017-02-10 12:55:38.801 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.801 | 2017-02-10 12:55:38.801 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.801 | 2017-02-10 12:55:38.801 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.801 | 2017-02-10 12:55:38.801 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.801 | 2017-02-10 12:55:38.801 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.801 | 2017-02-10 12:55:38.801 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.801 | 2017-02-10 12:55:38.801 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.802 | 2017-02-10 12:55:38.801 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.802 | 2017-02-10 12:55:38.802 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.802 | 2017-02-10 12:55:38.802 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.802 | 2017-02-10 12:55:38.802 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.802 | 2017-02-10 12:55:38.802 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.802 | 2017-02-10 12:55:38.802 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.802 | 2017-02-10 12:55:38.802 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.802 | 2017-02-10 12:55:38.802 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.802 | 2017-02-10 12:55:38.802 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.802 | 2017-02-10 12:55:38.802 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.802 | 2017-02-10 12:55:38.802 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.803 | 2017-02-10 12:55:38.802 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.803 | 2017-02-10 12:55:38.803 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.803 | 2017-02-10 12:55:38.803 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.803 | 2017-02-10 12:55:38.803 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.803 | 2017-02-10 12:55:38.803 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.803 | 2017-02-10 12:55:38.803 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.803 | 2017-02-10 12:55:38.803 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.803 | 2017-02-10 12:55:38.803 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.803 | 2017-02-10 12:55:38.803 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.803 | 2017-02-10 12:55:38.803 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.804 | 2017-02-10 12:55:38.803 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.804 | 2017-02-10 12:55:38.804 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.804 | 2017-02-10 12:55:38.804 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.804 | 2017-02-10 12:55:38.804 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.804 | 2017-02-10 12:55:38.804 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.804 | 2017-02-10 12:55:38.804 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.804 | 2017-02-10 12:55:38.804 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.804 | 2017-02-10 12:55:38.804 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.804 | 2017-02-10 12:55:38.804 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.804 | 2017-02-10 12:55:38.804 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.805 | 2017-02-10 12:55:38.804 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.805 | 2017-02-10 12:55:38.805 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.805 | 2017-02-10 12:55:38.805 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.805 | 2017-02-10 12:55:38.805 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.805 | 2017-02-10 12:55:38.805 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.805 | 2017-02-10 12:55:38.805 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.805 | 2017-02-10 12:55:38.805 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.805 | 2017-02-10 12:55:38.805 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.805 | 2017-02-10 12:55:38.805 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.805 | 2017-02-10 12:55:38.805 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.806 | 2017-02-10 12:55:38.805 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.806 | 2017-02-10 12:55:38.806 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.806 | 2017-02-10 12:55:38.806 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.806 | 2017-02-10 12:55:38.806 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.806 | 2017-02-10 12:55:38.806 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.806 | 2017-02-10 12:55:38.806 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.806 | 2017-02-10 12:55:38.806 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.806 | 2017-02-10 12:55:38.806 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.806 | 2017-02-10 12:55:38.806 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.806 | 2017-02-10 12:55:38.806 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.806 | 2017-02-10 12:55:38.806 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.807 | 2017-02-10 12:55:38.806 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.807 | 2017-02-10 12:55:38.807 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.807 | 2017-02-10 12:55:38.807 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.807 | 2017-02-10 12:55:38.807 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.807 | 2017-02-10 12:55:38.807 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.807 | 2017-02-10 12:55:38.807 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.807 | 2017-02-10 12:55:38.807 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.807 | 2017-02-10 12:55:38.807 DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82
2017-02-10 04:55:38.807 | 2017-02-10 12:55:38.807 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83
2017-02-10 04:55:38.823 | 2017-02-10 12:55:38.823 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76
2017-02-10 04:55:38.823 | 2017-02-10 12:55:38.823 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.824 | 2017-02-10 12:55:38.823 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.824 | 2017-02-10 12:55:38.824 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.824 | 2017-02-10 12:55:38.824 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.824 | 2017-02-10 12:55:38.824 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.824 | 2017-02-10 12:55:38.824 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.824 | 2017-02-10 12:55:38.824 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.825 | 2017-02-10 12:55:38.824 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.825 | 2017-02-10 12:55:38.825 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.825 | 2017-02-10 12:55:38.825 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.825 | 2017-02-10 12:55:38.825 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.825 | 2017-02-10 12:55:38.825 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.825 | 2017-02-10 12:55:38.825 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.826 | 2017-02-10 12:55:38.825 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.826 | 2017-02-10 12:55:38.826 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.826 | 2017-02-10 12:55:38.826 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.826 | 2017-02-10 12:55:38.826 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.826 | 2017-02-10 12:55:38.826 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.826 | 2017-02-10 12:55:38.826 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.827 | 2017-02-10 12:55:38.826 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.827 | 2017-02-10 12:55:38.827 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.827 | 2017-02-10 12:55:38.827 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.827 | 2017-02-10 12:55:38.827 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.827 | 2017-02-10 12:55:38.827 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.827 | 2017-02-10 12:55:38.827 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.828 | 2017-02-10 12:55:38.827 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.828 | 2017-02-10 12:55:38.828 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.828 | 2017-02-10 12:55:38.828 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.828 | 2017-02-10 12:55:38.828 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.828 | 2017-02-10 12:55:38.828 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.828 | 2017-02-10 12:55:38.828 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.828 | 2017-02-10 12:55:38.828 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.829 | 2017-02-10 12:55:38.829 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.829 | 2017-02-10 12:55:38.829 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.829 | 2017-02-10 12:55:38.829 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.829 | 2017-02-10 12:55:38.829 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.829 | 2017-02-10 12:55:38.829 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.829 | 2017-02-10 12:55:38.829 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.830 | 2017-02-10 12:55:38.829 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.830 | 2017-02-10 12:55:38.830 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.830 | 2017-02-10 12:55:38.830 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.830 | 2017-02-10 12:55:38.830 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.830 | 2017-02-10 12:55:38.830 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.830 | 2017-02-10 12:55:38.830 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.831 | 2017-02-10 12:55:38.830 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.831 | 2017-02-10 12:55:38.831 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.831 | 2017-02-10 12:55:38.831 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.831 | 2017-02-10 12:55:38.831 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.831 | 2017-02-10 12:55:38.831 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.831 | 2017-02-10 12:55:38.831 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.832 | 2017-02-10 12:55:38.831 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.832 | 2017-02-10 12:55:38.832 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.832 | 2017-02-10 12:55:38.832 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.832 | 2017-02-10 12:55:38.832 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.832 | 2017-02-10 12:55:38.832 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.832 | 2017-02-10 12:55:38.832 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.832 | 2017-02-10 12:55:38.832 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.833 | 2017-02-10 12:55:38.832 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.833 | 2017-02-10 12:55:38.833 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.833 | 2017-02-10 12:55:38.833 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.833 | 2017-02-10 12:55:38.833 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.833 | 2017-02-10 12:55:38.833 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.833 | 2017-02-10 12:55:38.833 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.834 | 2017-02-10 12:55:38.833 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.834 | 2017-02-10 12:55:38.834 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.834 | 2017-02-10 12:55:38.834 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.834 | 2017-02-10 12:55:38.834 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.834 | 2017-02-10 12:55:38.834 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.834 | 2017-02-10 12:55:38.834 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.835 | 2017-02-10 12:55:38.834 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.835 | 2017-02-10 12:55:38.835 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.835 | 2017-02-10 12:55:38.835 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.835 | 2017-02-10 12:55:38.835 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.835 | 2017-02-10 12:55:38.835 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.835 | 2017-02-10 12:55:38.835 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.835 | 2017-02-10 12:55:38.835 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.836 | 2017-02-10 12:55:38.836 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.836 | 2017-02-10 12:55:38.836 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.836 | 2017-02-10 12:55:38.836 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.836 | 2017-02-10 12:55:38.836 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.836 | 2017-02-10 12:55:38.836 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.836 | 2017-02-10 12:55:38.836 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.837 | 2017-02-10 12:55:38.836 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.837 | 2017-02-10 12:55:38.837 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.837 | 2017-02-10 12:55:38.837 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.837 | 2017-02-10 12:55:38.837 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.837 | 2017-02-10 12:55:38.837 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.837 | 2017-02-10 12:55:38.837 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.838 | 2017-02-10 12:55:38.837 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.838 | 2017-02-10 12:55:38.838 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.838 | 2017-02-10 12:55:38.838 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.838 | 2017-02-10 12:55:38.838 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.838 | 2017-02-10 12:55:38.838 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.838 | 2017-02-10 12:55:38.838 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.838 | 2017-02-10 12:55:38.838 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.839 | 2017-02-10 12:55:38.839 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.839 | 2017-02-10 12:55:38.839 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_downgrade.sql... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.839 | 2017-02-10 12:55:38.839 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_downgrade.sql loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.839 | 2017-02-10 12:55:38.839 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.839 | 2017-02-10 12:55:38.839 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.839 | 2017-02-10 12:55:38.839 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.840 | 2017-02-10 12:55:38.839 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.840 | 2017-02-10 12:55:38.840 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.840 | 2017-02-10 12:55:38.840 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.840 | 2017-02-10 12:55:38.840 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.840 | 2017-02-10 12:55:38.840 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.840 | 2017-02-10 12:55:38.840 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.841 | 2017-02-10 12:55:38.840 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.841 | 2017-02-10 12:55:38.841 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.841 | 2017-02-10 12:55:38.841 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.841 | 2017-02-10 12:55:38.841 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:55:38.841 | 2017-02-10 12:55:38.841 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:55:38.841 | 2017-02-10 12:55:38.841 DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82
2017-02-10 04:55:38.842 | 2017-02-10 12:55:38.841 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=2149) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83
2017-02-10 04:55:38.847 | 2017-02-10 12:55:38.846 INFO migrate.versioning.api [-] 0 -> 1...
2017-02-10 04:55:38.853 | 2017-02-10 12:55:38.849 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table images
2017-02-10 04:55:38.873 | 2017-02-10 12:55:38.873 INFO migrate.versioning.api [-] done
2017-02-10 04:55:38.873 | 2017-02-10 12:55:38.873 INFO migrate.versioning.api [-] 1 -> 2...
2017-02-10 04:55:38.882 | 2017-02-10 12:55:38.877 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table image_properties
2017-02-10 04:55:38.905 | 2017-02-10 12:55:38.905 INFO migrate.versioning.api [-] done
2017-02-10 04:55:38.905 | 2017-02-10 12:55:38.905 INFO migrate.versioning.api [-] 2 -> 3...
2017-02-10 04:55:38.931 | 2017-02-10 12:55:38.931 INFO migrate.versioning.api [-] done
2017-02-10 04:55:38.932 | 2017-02-10 12:55:38.931 INFO migrate.versioning.api [-] 3 -> 4...
2017-02-10 04:55:38.943 | 2017-02-10 12:55:38.943 INFO migrate.versioning.api [-] done
2017-02-10 04:55:38.943 | 2017-02-10 12:55:38.943 INFO migrate.versioning.api [-] 4 -> 5...
2017-02-10 04:55:38.955 | 2017-02-10 12:55:38.955 INFO migrate.versioning.api [-] done
2017-02-10 04:55:38.955 | 2017-02-10 12:55:38.955 INFO migrate.versioning.api [-] 5 -> 6...
2017-02-10 04:55:38.977 | 2017-02-10 12:55:38.977 INFO migrate.versioning.api [-] done
2017-02-10 04:55:38.977 | 2017-02-10 12:55:38.977 INFO migrate.versioning.api [-] 6 -> 7...
2017-02-10 04:55:38.987 | 2017-02-10 12:55:38.987 INFO migrate.versioning.api [-] done
2017-02-10 04:55:38.988 | 2017-02-10 12:55:38.987 INFO migrate.versioning.api [-] 7 -> 8...
2017-02-10 04:55:38.999 | 2017-02-10 12:55:38.992 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table image_members
2017-02-10 04:55:39.022 | 2017-02-10 12:55:39.022 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.023 | 2017-02-10 12:55:39.022 INFO migrate.versioning.api [-] 8 -> 9...
2017-02-10 04:55:39.043 | 2017-02-10 12:55:39.043 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.043 | 2017-02-10 12:55:39.043 INFO migrate.versioning.api [-] 9 -> 10...
2017-02-10 04:55:39.050 | 2017-02-10 12:55:39.049 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.050 | 2017-02-10 12:55:39.050 INFO migrate.versioning.api [-] 10 -> 11...
2017-02-10 04:55:39.067 | 2017-02-10 12:55:39.067 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.068 | 2017-02-10 12:55:39.067 INFO migrate.versioning.api [-] 11 -> 12...
2017-02-10 04:55:39.120 | 2017-02-10 12:55:39.120 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.120 | 2017-02-10 12:55:39.120 INFO migrate.versioning.api [-] 12 -> 13...
2017-02-10 04:55:39.134 | 2017-02-10 12:55:39.134 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.134 | 2017-02-10 12:55:39.134 INFO migrate.versioning.api [-] 13 -> 14...
2017-02-10 04:55:39.143 | 2017-02-10 12:55:39.138 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table image_tags
2017-02-10 04:55:39.163 | 2017-02-10 12:55:39.163 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.163 | 2017-02-10 12:55:39.163 INFO migrate.versioning.api [-] 14 -> 15...
2017-02-10 04:55:39.172 | 2017-02-10 12:55:39.172 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.173 | 2017-02-10 12:55:39.172 INFO migrate.versioning.api [-] 15 -> 16...
2017-02-10 04:55:39.188 | 2017-02-10 12:55:39.188 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.188 | 2017-02-10 12:55:39.188 INFO migrate.versioning.api [-] 16 -> 17...
2017-02-10 04:55:39.190 | 2017-02-10 12:55:39.190 INFO 017_quote_encrypted_swift_credentials [-] 'metadata_encryption_key' was not specified in the config file or a config file was not specified. This means that this migration is a NOOP.
2017-02-10 04:55:39.193 | 2017-02-10 12:55:39.193 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.194 | 2017-02-10 12:55:39.193 INFO migrate.versioning.api [-] 17 -> 18...
2017-02-10 04:55:39.203 | 2017-02-10 12:55:39.198 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table image_locations
2017-02-10 04:55:39.223 | 2017-02-10 12:55:39.223 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.223 | 2017-02-10 12:55:39.223 INFO migrate.versioning.api [-] 18 -> 19...
2017-02-10 04:55:39.234 | 2017-02-10 12:55:39.234 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.234 | 2017-02-10 12:55:39.234 INFO migrate.versioning.api [-] 19 -> 20...
2017-02-10 04:55:39.246 | 2017-02-10 12:55:39.246 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.247 | 2017-02-10 12:55:39.246 INFO migrate.versioning.api [-] 20 -> 21...
2017-02-10 04:55:39.252 | 2017-02-10 12:55:39.252 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.252 | 2017-02-10 12:55:39.252 INFO migrate.versioning.api [-] 21 -> 22...
2017-02-10 04:55:39.270 | 2017-02-10 12:55:39.270 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.270 | 2017-02-10 12:55:39.270 INFO migrate.versioning.api [-] 22 -> 23...
2017-02-10 04:55:39.274 | 2017-02-10 12:55:39.274 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.274 | 2017-02-10 12:55:39.274 INFO migrate.versioning.api [-] 23 -> 24...
2017-02-10 04:55:39.279 | 2017-02-10 12:55:39.278 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.279 | 2017-02-10 12:55:39.279 INFO migrate.versioning.api [-] 24 -> 25...
2017-02-10 04:55:39.284 | 2017-02-10 12:55:39.284 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.284 | 2017-02-10 12:55:39.284 INFO migrate.versioning.api [-] 25 -> 26...
2017-02-10 04:55:39.299 | 2017-02-10 12:55:39.299 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.299 | 2017-02-10 12:55:39.299 INFO migrate.versioning.api [-] 26 -> 27...
2017-02-10 04:55:39.316 | 2017-02-10 12:55:39.316 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.316 | 2017-02-10 12:55:39.316 INFO migrate.versioning.api [-] 27 -> 28...
2017-02-10 04:55:39.332 | 2017-02-10 12:55:39.332 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.332 | 2017-02-10 12:55:39.332 INFO migrate.versioning.api [-] 28 -> 29...
2017-02-10 04:55:39.360 | 2017-02-10 12:55:39.360 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.360 | 2017-02-10 12:55:39.360 INFO migrate.versioning.api [-] 29 -> 30...
2017-02-10 04:55:39.365 | 2017-02-10 12:55:39.362 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table tasks
2017-02-10 04:55:39.411 | 2017-02-10 12:55:39.411 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.411 | 2017-02-10 12:55:39.411 INFO migrate.versioning.api [-] 30 -> 31...
2017-02-10 04:55:39.422 | 2017-02-10 12:55:39.422 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.422 | 2017-02-10 12:55:39.422 INFO migrate.versioning.api [-] 31 -> 32...
2017-02-10 04:55:39.434 | 2017-02-10 12:55:39.430 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table task_info
2017-02-10 04:55:39.462 | 2017-02-10 12:55:39.462 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.462 | 2017-02-10 12:55:39.462 INFO migrate.versioning.api [-] 32 -> 33...
2017-02-10 04:55:39.483 | 2017-02-10 12:55:39.482 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.483 | 2017-02-10 12:55:39.483 INFO migrate.versioning.api [-] 33 -> 34...
2017-02-10 04:55:39.495 | 2017-02-10 12:55:39.495 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.496 | 2017-02-10 12:55:39.496 INFO migrate.versioning.api [-] 34 -> 35...
2017-02-10 04:55:39.509 | 2017-02-10 12:55:39.501 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table metadef_namespaces
2017-02-10 04:55:39.528 | 2017-02-10 12:55:39.519 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table metadef_objects
2017-02-10 04:55:39.548 | 2017-02-10 12:55:39.539 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table metadef_properties
2017-02-10 04:55:39.569 | 2017-02-10 12:55:39.559 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table metadef_resource_types
2017-02-10 04:55:39.588 | 2017-02-10 12:55:39.579 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table metadef_namespace_resource_types
2017-02-10 04:55:39.612 | 2017-02-10 12:55:39.612 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.613 | 2017-02-10 12:55:39.612 INFO migrate.versioning.api [-] 35 -> 36...
2017-02-10 04:55:39.635 | 2017-02-10 12:55:39.634 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.635 | 2017-02-10 12:55:39.635 INFO migrate.versioning.api [-] 36 -> 37...
2017-02-10 04:55:39.667 | 2017-02-10 12:55:39.667 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.667 | 2017-02-10 12:55:39.667 INFO migrate.versioning.api [-] 37 -> 38...
2017-02-10 04:55:39.670 | 2017-02-10 12:55:39.669 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table metadef_tags
2017-02-10 04:55:39.683 | 2017-02-10 12:55:39.683 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.683 | 2017-02-10 12:55:39.683 INFO migrate.versioning.api [-] 38 -> 39...
2017-02-10 04:55:39.843 | 2017-02-10 12:55:39.842 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.843 | 2017-02-10 12:55:39.843 INFO migrate.versioning.api [-] 39 -> 40...
2017-02-10 04:55:39.855 | 2017-02-10 12:55:39.855 INFO migrate.versioning.api [-] done
2017-02-10 04:55:39.855 | 2017-02-10 12:55:39.855 INFO migrate.versioning.api [-] 40 -> 41...
2017-02-10 04:55:39.874 | 2017-02-10 12:55:39.861 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table artifacts
2017-02-10 04:55:39.955 | 2017-02-10 12:55:39.915 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table artifact_tags
2017-02-10 04:55:39.994 | 2017-02-10 12:55:39.979 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table artifact_properties
2017-02-10 04:55:40.028 | 2017-02-10 12:55:40.015 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table artifact_blobs
2017-02-10 04:55:40.065 | 2017-02-10 12:55:40.051 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table artifact_blob_locations
2017-02-10 04:55:40.093 | 2017-02-10 12:55:40.078 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table artifact_dependencies
2017-02-10 04:55:40.140 | 2017-02-10 12:55:40.139 INFO migrate.versioning.api [-] done
2017-02-10 04:55:40.140 | 2017-02-10 12:55:40.140 INFO migrate.versioning.api [-] 41 -> 42...
2017-02-10 04:55:40.299 | 2017-02-10 12:55:40.299 INFO migrate.versioning.api [-] done
2017-02-10 04:55:40.299 | 2017-02-10 12:55:40.299 INFO migrate.versioning.api [-] 42 -> 43...
2017-02-10 04:55:40.318 | 2017-02-10 12:55:40.318 INFO migrate.versioning.api [-] done
2017-02-10 04:55:40.319 | 2017-02-10 12:55:40.319 INFO migrate.versioning.api [-] 43 -> 44...
2017-02-10 04:55:40.326 | 2017-02-10 12:55:40.326 INFO migrate.versioning.api [-] done
2017-02-10 04:55:40.366 | +lib/glance:init_glance:344                /usr/local/bin/glance-manage db_load_metadefs
2017-02-10 04:55:41.598 | /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/enginefacade.py:1056: OsloDBDeprecationWarning: EngineFacade is deprecated; please use oslo_db.sqlalchemy.enginefacade
2017-02-10 04:55:41.598 |   expire_on_commit=expire_on_commit, _conf=conf)
2017-02-10 04:55:41.609 | 2017-02-10 12:55:41.609 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 from (pid=2158) _check_effective_sql_mode /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/engines.py:256
2017-02-10 04:55:41.651 | 2017-02-10 12:55:41.651 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database.
2017-02-10 04:55:41.690 | 2017-02-10 12:55:41.690 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database.
2017-02-10 04:55:41.703 | 2017-02-10 12:55:41.703 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database.
2017-02-10 04:55:41.727 | 2017-02-10 12:55:41.727 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database.
2017-02-10 04:55:41.740 | 2017-02-10 12:55:41.740 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database.
2017-02-10 04:55:41.753 | 2017-02-10 12:55:41.753 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database.
2017-02-10 04:55:41.775 | 2017-02-10 12:55:41.775 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database.
2017-02-10 04:55:41.799 | 2017-02-10 12:55:41.799 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database.
2017-02-10 04:55:41.821 | 2017-02-10 12:55:41.821 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database.
2017-02-10 04:55:41.899 | 2017-02-10 12:55:41.899 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database.
2017-02-10 04:55:41.919 | 2017-02-10 12:55:41.918 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database.
2017-02-10 04:55:41.931 | 2017-02-10 12:55:41.931 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-trust.json loaded to database.
2017-02-10 04:55:41.947 | 2017-02-10 12:55:41.947 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database.
2017-02-10 04:55:41.985 | 2017-02-10 12:55:41.984 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database.
2017-02-10 04:55:41.997 | 2017-02-10 12:55:41.997 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database.
2017-02-10 04:55:42.018 | 2017-02-10 12:55:42.018 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database.
2017-02-10 04:55:42.033 | 2017-02-10 12:55:42.033 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database.
2017-02-10 04:55:42.061 | 2017-02-10 12:55:42.061 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database.
2017-02-10 04:55:42.123 | 2017-02-10 12:55:42.122 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database.
2017-02-10 04:55:42.189 | 2017-02-10 12:55:42.189 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database.
2017-02-10 04:55:42.208 | 2017-02-10 12:55:42.207 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database.
2017-02-10 04:55:42.245 | 2017-02-10 12:55:42.245 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database.
2017-02-10 04:55:42.315 | 2017-02-10 12:55:42.315 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database.
2017-02-10 04:55:42.353 | 2017-02-10 12:55:42.353 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database.
2017-02-10 04:55:42.367 | 2017-02-10 12:55:42.367 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database.
2017-02-10 04:55:42.390 | 2017-02-10 12:55:42.390 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database.
2017-02-10 04:55:42.434 | 2017-02-10 12:55:42.434 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database.
2017-02-10 04:55:42.457 | 2017-02-10 12:55:42.457 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database.
2017-02-10 04:55:42.475 | 2017-02-10 12:55:42.475 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database.
2017-02-10 04:55:42.495 | 2017-02-10 12:55:42.494 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database.
2017-02-10 04:55:42.495 | 2017-02-10 12:55:42.495 INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished
2017-02-10 04:55:42.535 | +lib/glance:init_glance:346                create_glance_cache_dir
2017-02-10 04:55:42.538 | +lib/glance:create_glance_cache_dir:323    sudo install -d -o stack /var/cache/glance/api /var/cache/glance/registry /var/cache/glance/search /var/cache/glance/artifact
2017-02-10 04:55:42.546 | +lib/glance:create_glance_cache_dir:324    rm -f '/var/cache/glance/api/*' '/var/cache/glance/registry/*' '/var/cache/glance/search/*' '/var/cache/glance/artifact/*'
2017-02-10 04:55:42.551 | +./stack.sh:main:1073                      is_service_enabled neutron
2017-02-10 04:55:42.570 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:55:42.574 | +./stack.sh:main:1074                      echo_summary 'Configuring Neutron'
2017-02-10 04:55:42.577 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:55:42.580 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:55:42.584 | +./stack.sh:echo_summary:385               echo -e Configuring Neutron
2017-02-10 04:55:42.587 | +./stack.sh:main:1076                      configure_neutron
2017-02-10 04:55:42.590 | +lib/neutron-legacy:configure_neutron:417  _configure_neutron_common
2017-02-10 04:55:42.594 | +lib/neutron-legacy:_configure_neutron_common:896  _create_neutron_conf_dir
2017-02-10 04:55:42.597 | +lib/neutron-legacy:_create_neutron_conf_dir:889  sudo install -d -o stack /etc/neutron
2017-02-10 04:55:42.605 | +lib/neutron-legacy:_configure_neutron_common:899  cd /opt/stack/neutron
2017-02-10 04:55:42.609 | +lib/neutron-legacy:_configure_neutron_common:899  exec ./tools/generate_config_file_samples.sh
2017-02-10 04:55:58.501 | +lib/neutron-legacy:_configure_neutron_common:901  cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf
2017-02-10 04:55:58.505 | +lib/neutron-legacy:_configure_neutron_common:903  Q_POLICY_FILE=/etc/neutron/policy.json
2017-02-10 04:55:58.509 | +lib/neutron-legacy:_configure_neutron_common:904  cp /opt/stack/neutron/etc/policy.json /etc/neutron/policy.json
2017-02-10 04:55:58.513 | +lib/neutron-legacy:_configure_neutron_common:907  sed -i 's/"context_is_admin":  "role:admin"/"context_is_admin":  "role:admin or user_name:neutron"/g' /etc/neutron/policy.json
2017-02-10 04:55:58.518 | +lib/neutron-legacy:_configure_neutron_common:915  neutron_plugin_configure_common
2017-02-10 04:55:58.521 | +lib/neutron_plugins/ml2:neutron_plugin_configure_common:64  Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2
2017-02-10 04:55:58.524 | +lib/neutron_plugins/ml2:neutron_plugin_configure_common:65  Q_PLUGIN_CONF_FILENAME=ml2_conf.ini
2017-02-10 04:55:58.527 | +lib/neutron_plugins/ml2:neutron_plugin_configure_common:66  Q_PLUGIN_CLASS=neutron.plugins.ml2.plugin.Ml2Plugin
2017-02-10 04:55:58.530 | +lib/neutron_plugins/ml2:neutron_plugin_configure_common:69  _neutron_service_plugin_class_add neutron.services.l3_router.l3_router_plugin.L3RouterPlugin
2017-02-10 04:55:58.533 | +lib/neutron-legacy:_neutron_service_plugin_class_add:1158  local service_plugin_class=neutron.services.l3_router.l3_router_plugin.L3RouterPlugin
2017-02-10 04:55:58.537 | +lib/neutron-legacy:_neutron_service_plugin_class_add:1159  [[ '' == '' ]]
2017-02-10 04:55:58.540 | +lib/neutron-legacy:_neutron_service_plugin_class_add:1160  Q_SERVICE_PLUGIN_CLASSES=neutron.services.l3_router.l3_router_plugin.L3RouterPlugin
2017-02-10 04:55:58.543 | +lib/neutron-legacy:_configure_neutron_common:917  [[ etc/neutron/plugins/ml2 == '' ]]
2017-02-10 04:55:58.546 | +lib/neutron-legacy:_configure_neutron_common:917  [[ ml2_conf.ini == '' ]]
2017-02-10 04:55:58.549 | +lib/neutron-legacy:_configure_neutron_common:917  [[ neutron.plugins.ml2.plugin.Ml2Plugin == '' ]]
2017-02-10 04:55:58.552 | +lib/neutron-legacy:_configure_neutron_common:922  mkdir -p /etc/neutron/plugins/ml2
2017-02-10 04:55:58.556 | +lib/neutron-legacy:_configure_neutron_common:923  Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini
2017-02-10 04:55:58.559 | +lib/neutron-legacy:_configure_neutron_common:926  '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']'
2017-02-10 04:55:58.562 | +lib/neutron-legacy:_configure_neutron_common:927  cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini
2017-02-10 04:55:58.567 | ++lib/neutron-legacy:_configure_neutron_common:932  database_connection_url neutron
2017-02-10 04:55:58.571 | ++lib/database:database_connection_url:134  local db=neutron
2017-02-10 04:55:58.575 | ++lib/database:database_connection_url:135  database_connection_url_mysql neutron
2017-02-10 04:55:58.579 | ++lib/databases/mysql:database_connection_url_mysql:176  local db=neutron
2017-02-10 04:55:58.583 | ++lib/databases/mysql:database_connection_url_mysql:177  echo 'mysql+pymysql://root:pass@127.0.0.1/neutron?charset=utf8'
2017-02-10 04:55:58.586 | +lib/neutron-legacy:_configure_neutron_common:932  iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:pass@127.0.0.1/neutron?charset=utf8'
2017-02-10 04:55:58.613 | +lib/neutron-legacy:_configure_neutron_common:933  iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron
2017-02-10 04:55:58.640 | +lib/neutron-legacy:_configure_neutron_common:934  iniset /etc/neutron/neutron.conf DEFAULT use_syslog False
2017-02-10 04:55:58.664 | +lib/neutron-legacy:_configure_neutron_common:935  iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0
2017-02-10 04:55:58.689 | +lib/neutron-legacy:_configure_neutron_common:936  iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock
2017-02-10 04:55:58.714 | +lib/neutron-legacy:_configure_neutron_common:939  [[ 0 > 0 ]]
2017-02-10 04:55:58.717 | +lib/neutron-legacy:_configure_neutron_common:945  [[ '' != '' ]]
2017-02-10 04:55:58.720 | +lib/neutron-legacy:_configure_neutron_common:952  '[' libvirt = fake ']'
2017-02-10 04:55:58.724 | +lib/neutron-legacy:_configure_neutron_common:962  '[' True == True ']'
2017-02-10 04:55:58.727 | +lib/neutron-legacy:_configure_neutron_common:962  '[' False == False ']'
2017-02-10 04:55:58.730 | +lib/neutron-legacy:_configure_neutron_common:963  setup_colorized_logging /etc/neutron/neutron.conf DEFAULT project_id
2017-02-10 04:55:58.733 | +functions:setup_colorized_logging:611     local conf_file=/etc/neutron/neutron.conf
2017-02-10 04:55:58.736 | +functions:setup_colorized_logging:612     local conf_section=DEFAULT
2017-02-10 04:55:58.739 | +functions:setup_colorized_logging:613     local project_var=project_id
2017-02-10 04:55:58.742 | +functions:setup_colorized_logging:614     local user_var=user_name
2017-02-10 04:55:58.745 | +functions:setup_colorized_logging:616     iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_name)s %(project_id)s%(color)s] %(instance)s%(color)s%(message)s'
2017-02-10 04:55:58.776 | +functions:setup_colorized_logging:617     iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s'
2017-02-10 04:55:58.802 | +functions:setup_colorized_logging:618     iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d'
2017-02-10 04:55:58.828 | +functions:setup_colorized_logging:619     iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s'
2017-02-10 04:55:58.853 | +lib/neutron-legacy:_configure_neutron_common:969  is_service_enabled tls-proxy
2017-02-10 04:55:58.871 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:55:58.874 | +lib/neutron-legacy:_configure_neutron_common:974  is_ssl_enabled_service nova
2017-02-10 04:55:58.877 | +lib/tls:is_ssl_enabled_service:377        local services=nova
2017-02-10 04:55:58.880 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:55:58.884 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:55:58.887 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:55:58.890 | +lib/neutron-legacy:_configure_neutron_common:978  is_ssl_enabled_service neutron
2017-02-10 04:55:58.893 | +lib/tls:is_ssl_enabled_service:377        local services=neutron
2017-02-10 04:55:58.896 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:55:58.899 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:55:58.902 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:55:58.905 | +lib/neutron-legacy:_configure_neutron_common:986  _neutron_setup_rootwrap
2017-02-10 04:55:58.908 | +lib/neutron-legacy:_neutron_setup_rootwrap:1178  [[ True == \F\a\l\s\e ]]
2017-02-10 04:55:58.911 | +lib/neutron-legacy:_neutron_setup_rootwrap:1182  Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d
2017-02-10 04:55:58.914 | +lib/neutron-legacy:_neutron_setup_rootwrap:1183  [[ -d /etc/neutron/rootwrap.d ]]
2017-02-10 04:55:58.917 | +lib/neutron-legacy:_neutron_setup_rootwrap:1184  sudo rm -rf /etc/neutron/rootwrap.d
2017-02-10 04:55:58.924 | +lib/neutron-legacy:_neutron_setup_rootwrap:1187  _neutron_deploy_rootwrap_filters /opt/stack/neutron
2017-02-10 04:55:58.927 | +lib/neutron-legacy:_neutron_deploy_rootwrap_filters:1168  [[ True == \F\a\l\s\e ]]
2017-02-10 04:55:58.930 | +lib/neutron-legacy:_neutron_deploy_rootwrap_filters:1171  local srcdir=/opt/stack/neutron
2017-02-10 04:55:58.934 | +lib/neutron-legacy:_neutron_deploy_rootwrap_filters:1172  sudo install -d -o root -m 755 /etc/neutron/rootwrap.d
2017-02-10 04:55:58.941 | +lib/neutron-legacy:_neutron_deploy_rootwrap_filters:1173  sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/debug.filters /opt/stack/neutron/etc/neutron/rootwrap.d/dhcp.filters /opt/stack/neutron/etc/neutron/rootwrap.d/dibbler.filters /opt/stack/neutron/etc/neutron/rootwrap.d/ebtables.filters /opt/stack/neutron/etc/neutron/rootwrap.d/ipset-firewall.filters /opt/stack/neutron/etc/neutron/rootwrap.d/iptables-firewall.filters /opt/stack/neutron/etc/neutron/rootwrap.d/l3.filters /opt/stack/neutron/etc/neutron/rootwrap.d/linuxbridge-plugin.filters /opt/stack/neutron/etc/neutron/rootwrap.d/openvswitch-plugin.filters /etc/neutron/rootwrap.d/
2017-02-10 04:55:58.948 | +lib/neutron-legacy:_neutron_setup_rootwrap:1191  test -r /opt/stack/neutron/etc/neutron/rootwrap.conf
2017-02-10 04:55:58.951 | +lib/neutron-legacy:_neutron_setup_rootwrap:1194  sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf
2017-02-10 04:55:58.959 | +lib/neutron-legacy:_neutron_setup_rootwrap:1196  sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf
2017-02-10 04:55:58.966 | +lib/neutron-legacy:_neutron_setup_rootwrap:1197  sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf
2017-02-10 04:55:58.973 | +lib/neutron-legacy:_neutron_setup_rootwrap:1200  ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *'
2017-02-10 04:55:58.976 | +lib/neutron-legacy:_neutron_setup_rootwrap:1201  ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2017-02-10 04:55:58.980 | ++lib/neutron-legacy:_neutron_setup_rootwrap:1204  mktemp
2017-02-10 04:55:58.984 | +lib/neutron-legacy:_neutron_setup_rootwrap:1204  TEMPFILE=/tmp/tmp.AW0VKm4cgo
2017-02-10 04:55:58.987 | +lib/neutron-legacy:_neutron_setup_rootwrap:1205  echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *'
2017-02-10 04:55:58.990 | +lib/neutron-legacy:_neutron_setup_rootwrap:1206  echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2017-02-10 04:55:58.993 | +lib/neutron-legacy:_neutron_setup_rootwrap:1207  chmod 0440 /tmp/tmp.AW0VKm4cgo
2017-02-10 04:55:58.997 | +lib/neutron-legacy:_neutron_setup_rootwrap:1208  sudo chown root:root /tmp/tmp.AW0VKm4cgo
2017-02-10 04:55:59.004 | +lib/neutron-legacy:_neutron_setup_rootwrap:1209  sudo mv /tmp/tmp.AW0VKm4cgo /etc/sudoers.d/neutron-rootwrap
2017-02-10 04:55:59.011 | +lib/neutron-legacy:_neutron_setup_rootwrap:1212  iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2017-02-10 04:55:59.037 | +lib/neutron-legacy:_neutron_setup_rootwrap:1213  [[ True == \T\r\u\e ]]
2017-02-10 04:55:59.040 | +lib/neutron-legacy:_neutron_setup_rootwrap:1214  iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2017-02-10 04:55:59.066 | +lib/neutron-legacy:configure_neutron:418  iniset_rpc_backend neutron /etc/neutron/neutron.conf
2017-02-10 04:55:59.070 | +lib/rpc_backend:iniset_rpc_backend:114    local package=neutron
2017-02-10 04:55:59.073 | +lib/rpc_backend:iniset_rpc_backend:115    local file=/etc/neutron/neutron.conf
2017-02-10 04:55:59.076 | +lib/rpc_backend:iniset_rpc_backend:116    local section=DEFAULT
2017-02-10 04:55:59.079 | +lib/rpc_backend:iniset_rpc_backend:117    is_service_enabled rabbit
2017-02-10 04:55:59.098 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:55:59.101 | +lib/rpc_backend:iniset_rpc_backend:118    iniset /etc/neutron/neutron.conf DEFAULT rpc_backend rabbit
2017-02-10 04:55:59.127 | +lib/rpc_backend:iniset_rpc_backend:119    iniset /etc/neutron/neutron.conf oslo_messaging_rabbit rabbit_hosts 172.30.250.59
2017-02-10 04:55:59.154 | +lib/rpc_backend:iniset_rpc_backend:120    iniset /etc/neutron/neutron.conf oslo_messaging_rabbit rabbit_password pass
2017-02-10 04:55:59.180 | +lib/rpc_backend:iniset_rpc_backend:121    iniset /etc/neutron/neutron.conf oslo_messaging_rabbit rabbit_userid stackrabbit
2017-02-10 04:55:59.207 | +lib/rpc_backend:iniset_rpc_backend:122    '[' -n '' ']'
2017-02-10 04:55:59.210 | +lib/rpc_backend:iniset_rpc_backend:125    '[' -n '' ']'
2017-02-10 04:55:59.213 | +lib/neutron-legacy:configure_neutron:421  is_service_enabled q-lbaas
2017-02-10 04:55:59.232 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:55:59.235 | +lib/neutron-legacy:configure_neutron:425  is_service_enabled q-metering
2017-02-10 04:55:59.255 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:55:59.258 | +lib/neutron-legacy:configure_neutron:426  _configure_neutron_metering
2017-02-10 04:55:59.261 | +lib/neutron-legacy:_configure_neutron_metering:1083  neutron_agent_metering_configure_common
2017-02-10 04:55:59.264 | +lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15  _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin
2017-02-10 04:55:59.267 | +lib/neutron-legacy:_neutron_service_plugin_class_add:1158  local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin
2017-02-10 04:55:59.270 | +lib/neutron-legacy:_neutron_service_plugin_class_add:1159  [[ neutron.services.l3_router.l3_router_plugin.L3RouterPlugin == '' ]]
2017-02-10 04:55:59.274 | +lib/neutron-legacy:_neutron_service_plugin_class_add:1161  [[ ! ,neutron.services.l3_router.l3_router_plugin.L3RouterPlugin, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]]
2017-02-10 04:55:59.277 | +lib/neutron-legacy:_neutron_service_plugin_class_add:1162  Q_SERVICE_PLUGIN_CLASSES=neutron.services.l3_router.l3_router_plugin.L3RouterPlugin,neutron.services.metering.metering_plugin.MeteringPlugin
2017-02-10 04:55:59.280 | +lib/neutron-legacy:_configure_neutron_metering:1084  neutron_agent_metering_configure_agent
2017-02-10 04:55:59.283 | +lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19  METERING_AGENT_CONF_PATH=/etc/neutron/services/metering
2017-02-10 04:55:59.286 | +lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20  mkdir -p /etc/neutron/services/metering
2017-02-10 04:55:59.290 | +lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22  METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini
2017-02-10 04:55:59.293 | +lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:24  cp /opt/stack/neutron/etc/metering_agent.ini.sample /etc/neutron/services/metering/metering_agent.ini
2017-02-10 04:55:59.297 | +lib/neutron-legacy:configure_neutron:428  is_service_enabled q-fwaas
2017-02-10 04:55:59.316 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:55:59.319 | +lib/neutron-legacy:configure_neutron:432  is_service_enabled q-agt q-svc
2017-02-10 04:55:59.339 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:55:59.342 | +lib/neutron-legacy:configure_neutron:433  _configure_neutron_service
2017-02-10 04:55:59.345 | +lib/neutron-legacy:_configure_neutron_service:1119  Q_API_PASTE_FILE=/etc/neutron/api-paste.ini
2017-02-10 04:55:59.348 | +lib/neutron-legacy:_configure_neutron_service:1120  cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini
2017-02-10 04:55:59.352 | +lib/neutron-legacy:_configure_neutron_service:1123  iniset /etc/neutron/neutron.conf DEFAULT core_plugin neutron.plugins.ml2.plugin.Ml2Plugin
2017-02-10 04:55:59.379 | +lib/neutron-legacy:_configure_neutron_service:1125  [[ neutron.services.l3_router.l3_router_plugin.L3RouterPlugin,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]]
2017-02-10 04:55:59.382 | +lib/neutron-legacy:_configure_neutron_service:1126  iniset /etc/neutron/neutron.conf DEFAULT service_plugins neutron.services.l3_router.l3_router_plugin.L3RouterPlugin,neutron.services.metering.metering_plugin.MeteringPlugin
2017-02-10 04:55:59.409 | +lib/neutron-legacy:_configure_neutron_service:1129  iniset /etc/neutron/neutron.conf DEFAULT debug True
2017-02-10 04:55:59.439 | +lib/neutron-legacy:_configure_neutron_service:1130  iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json
2017-02-10 04:55:59.464 | +lib/neutron-legacy:_configure_neutron_service:1131  iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True
2017-02-10 04:55:59.491 | +lib/neutron-legacy:_configure_neutron_service:1133  iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone
2017-02-10 04:55:59.517 | +lib/neutron-legacy:_configure_neutron_service:1134  _neutron_setup_keystone /etc/neutron/neutron.conf keystone_authtoken
2017-02-10 04:55:59.520 | +lib/neutron-legacy:_neutron_setup_keystone:1220  local conf_file=/etc/neutron/neutron.conf
2017-02-10 04:55:59.523 | +lib/neutron-legacy:_neutron_setup_keystone:1221  local section=keystone_authtoken
2017-02-10 04:55:59.526 | +lib/neutron-legacy:_neutron_setup_keystone:1223  create_neutron_cache_dir
2017-02-10 04:55:59.529 | +lib/neutron-legacy:create_neutron_cache_dir:492  sudo install -d -o stack /var/cache/neutron
2017-02-10 04:55:59.537 | +lib/neutron-legacy:create_neutron_cache_dir:493  rm -f '/var/cache/neutron/*'
2017-02-10 04:55:59.540 | +lib/neutron-legacy:_neutron_setup_keystone:1224  configure_auth_token_middleware /etc/neutron/neutron.conf neutron /var/cache/neutron keystone_authtoken
2017-02-10 04:55:59.544 | +lib/keystone:configure_auth_token_middleware:467  local conf_file=/etc/neutron/neutron.conf
2017-02-10 04:55:59.547 | +lib/keystone:configure_auth_token_middleware:468  local admin_user=neutron
2017-02-10 04:55:59.550 | +lib/keystone:configure_auth_token_middleware:469  local signing_dir=/var/cache/neutron
2017-02-10 04:55:59.553 | +lib/keystone:configure_auth_token_middleware:470  local section=keystone_authtoken
2017-02-10 04:55:59.556 | +lib/keystone:configure_auth_token_middleware:472  iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password
2017-02-10 04:55:59.582 | +lib/keystone:configure_auth_token_middleware:473  iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://172.30.250.59:35357
2017-02-10 04:55:59.607 | +lib/keystone:configure_auth_token_middleware:474  iniset /etc/neutron/neutron.conf keystone_authtoken username neutron
2017-02-10 04:55:59.634 | +lib/keystone:configure_auth_token_middleware:475  iniset /etc/neutron/neutron.conf keystone_authtoken password pass
2017-02-10 04:55:59.661 | +lib/keystone:configure_auth_token_middleware:476  iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_id default
2017-02-10 04:55:59.687 | +lib/keystone:configure_auth_token_middleware:477  iniset /etc/neutron/neutron.conf keystone_authtoken project_name service
2017-02-10 04:55:59.713 | +lib/keystone:configure_auth_token_middleware:478  iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_id default
2017-02-10 04:55:59.739 | +lib/keystone:configure_auth_token_middleware:480  iniset /etc/neutron/neutron.conf keystone_authtoken auth_uri http://172.30.250.59:5000
2017-02-10 04:55:59.767 | +lib/keystone:configure_auth_token_middleware:481  iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem
2017-02-10 04:55:59.793 | +lib/keystone:configure_auth_token_middleware:482  iniset /etc/neutron/neutron.conf keystone_authtoken signing_dir /var/cache/neutron
2017-02-10 04:55:59.819 | +lib/keystone:configure_auth_token_middleware:483  iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers 172.30.250.59:11211
2017-02-10 04:55:59.844 | +lib/neutron-legacy:_configure_neutron_service:1137  iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True
2017-02-10 04:55:59.871 | +lib/neutron-legacy:_configure_neutron_service:1138  iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True
2017-02-10 04:55:59.897 | +lib/neutron-legacy:_configure_neutron_service:1140  iniset /etc/neutron/neutron.conf nova auth_type password
2017-02-10 04:55:59.923 | +lib/neutron-legacy:_configure_neutron_service:1141  iniset /etc/neutron/neutron.conf nova auth_url http://172.30.250.59:35357
2017-02-10 04:55:59.950 | +lib/neutron-legacy:_configure_neutron_service:1142  iniset /etc/neutron/neutron.conf nova username nova
2017-02-10 04:55:59.976 | +lib/neutron-legacy:_configure_neutron_service:1143  iniset /etc/neutron/neutron.conf nova password pass
2017-02-10 04:56:00.003 | +lib/neutron-legacy:_configure_neutron_service:1144  iniset /etc/neutron/neutron.conf nova user_domain_id default
2017-02-10 04:56:00.029 | +lib/neutron-legacy:_configure_neutron_service:1145  iniset /etc/neutron/neutron.conf nova project_name service
2017-02-10 04:56:00.056 | +lib/neutron-legacy:_configure_neutron_service:1146  iniset /etc/neutron/neutron.conf nova project_domain_id default
2017-02-10 04:56:00.082 | +lib/neutron-legacy:_configure_neutron_service:1147  iniset /etc/neutron/neutron.conf nova region_name RegionOne
2017-02-10 04:56:00.109 | +lib/neutron-legacy:_configure_neutron_service:1150  neutron_plugin_configure_service
2017-02-10 04:56:00.112 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:73  [[ vxlan != \l\o\c\a\l ]]
2017-02-10 04:56:00.115 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:74  Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE)
2017-02-10 04:56:00.118 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:88  [[ True == \T\r\u\e ]]
2017-02-10 04:56:00.121 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:88  [[ 1500 != '' ]]
2017-02-10 04:56:00.124 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:89  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 1500
2017-02-10 04:56:00.148 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:94  '[' '' == '' ']'
2017-02-10 04:56:00.151 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:95  [[ '' == '' ]]
2017-02-10 04:56:00.154 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:95  [[ '' != '' ]]
2017-02-10 04:56:00.157 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:101  [[ '' != '' ]]
2017-02-10 04:56:00.160 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:108  [[ -z '' ]]
2017-02-10 04:56:00.163 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:108  [[ -n '' ]]
2017-02-10 04:56:00.166 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:118  [[ True == \T\r\u\e ]]
2017-02-10 04:56:00.170 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:119  iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver neutron.agent.not.a.real.FirewallDriver
2017-02-10 04:56:00.193 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:124  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,linuxbridge
2017-02-10 04:56:00.196 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2017-02-10 04:56:00.200 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2
2017-02-10 04:56:00.203 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=mechanism_drivers=openvswitch,linuxbridge
2017-02-10 04:56:00.206 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z mechanism_drivers=openvswitch,linuxbridge ']'
2017-02-10 04:56:00.209 | +lib/neutron_plugins/ml2:populate_ml2_config:57  for I in '"${OPTS[@]}"'
2017-02-10 04:56:00.212 | +lib/neutron_plugins/ml2:populate_ml2_config:59  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,linuxbridge
2017-02-10 04:56:00.236 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:126  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers=local,flat,vlan,gre,vxlan
2017-02-10 04:56:00.240 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2017-02-10 04:56:00.243 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2
2017-02-10 04:56:00.246 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=type_drivers=local,flat,vlan,gre,vxlan
2017-02-10 04:56:00.249 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z type_drivers=local,flat,vlan,gre,vxlan ']'
2017-02-10 04:56:00.252 | +lib/neutron_plugins/ml2:populate_ml2_config:57  for I in '"${OPTS[@]}"'
2017-02-10 04:56:00.255 | +lib/neutron_plugins/ml2:populate_ml2_config:59  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers local,flat,vlan,gre,vxlan
2017-02-10 04:56:00.279 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:128  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security
2017-02-10 04:56:00.282 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2017-02-10 04:56:00.286 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2
2017-02-10 04:56:00.289 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=extension_drivers=port_security
2017-02-10 04:56:00.292 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z extension_drivers=port_security ']'
2017-02-10 04:56:00.295 | +lib/neutron_plugins/ml2:populate_ml2_config:57  for I in '"${OPTS[@]}"'
2017-02-10 04:56:00.298 | +lib/neutron_plugins/ml2:populate_ml2_config:59  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security
2017-02-10 04:56:00.322 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:130  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vxlan
2017-02-10 04:56:00.326 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2017-02-10 04:56:00.329 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2
2017-02-10 04:56:00.332 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=tenant_network_types=vxlan
2017-02-10 04:56:00.335 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z tenant_network_types=vxlan ']'
2017-02-10 04:56:00.338 | +lib/neutron_plugins/ml2:populate_ml2_config:57  for I in '"${OPTS[@]}"'
2017-02-10 04:56:00.341 | +lib/neutron_plugins/ml2:populate_ml2_config:59  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vxlan
2017-02-10 04:56:00.365 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:132  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000
2017-02-10 04:56:00.368 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2017-02-10 04:56:00.371 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2_type_gre
2017-02-10 04:56:00.374 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=tunnel_id_ranges=1:1000
2017-02-10 04:56:00.377 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z tunnel_id_ranges=1:1000 ']'
2017-02-10 04:56:00.380 | +lib/neutron_plugins/ml2:populate_ml2_config:57  for I in '"${OPTS[@]}"'
2017-02-10 04:56:00.383 | +lib/neutron_plugins/ml2:populate_ml2_config:59  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000
2017-02-10 04:56:00.408 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:134  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1001:2000
2017-02-10 04:56:00.411 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2017-02-10 04:56:00.414 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2_type_vxlan
2017-02-10 04:56:00.417 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=vni_ranges=1001:2000
2017-02-10 04:56:00.420 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z vni_ranges=1001:2000 ']'
2017-02-10 04:56:00.423 | +lib/neutron_plugins/ml2:populate_ml2_config:57  for I in '"${OPTS[@]}"'
2017-02-10 04:56:00.430 | +lib/neutron_plugins/ml2:populate_ml2_config:59  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1001:2000
2017-02-10 04:56:00.453 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:136  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat
2017-02-10 04:56:00.456 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2017-02-10 04:56:00.459 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2_type_flat
2017-02-10 04:56:00.462 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=
2017-02-10 04:56:00.465 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z '' ']'
2017-02-10 04:56:00.469 | +lib/neutron_plugins/ml2:populate_ml2_config:55  return
2017-02-10 04:56:00.472 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:138  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan
2017-02-10 04:56:00.475 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini
2017-02-10 04:56:00.478 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2_type_vlan
2017-02-10 04:56:00.481 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=
2017-02-10 04:56:00.484 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z '' ']'
2017-02-10 04:56:00.487 | +lib/neutron_plugins/ml2:populate_ml2_config:55  return
2017-02-10 04:56:00.490 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:140  [[ legacy != \l\e\g\a\c\y ]]
2017-02-10 04:56:00.493 | +lib/neutron-legacy:configure_neutron:435  is_service_enabled q-agt
2017-02-10 04:56:00.511 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:00.514 | +lib/neutron-legacy:configure_neutron:436  _configure_neutron_plugin_agent
2017-02-10 04:56:00.517 | +lib/neutron-legacy:_configure_neutron_plugin_agent:1106  iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2017-02-10 04:56:00.541 | +lib/neutron-legacy:_configure_neutron_plugin_agent:1107  [[ True == \T\r\u\e ]]
2017-02-10 04:56:00.544 | +lib/neutron-legacy:_configure_neutron_plugin_agent:1108  iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2017-02-10 04:56:00.568 | +lib/neutron-legacy:_configure_neutron_plugin_agent:1110  iniset /etc/neutron/neutron.conf DEFAULT debug True
2017-02-10 04:56:00.595 | +lib/neutron-legacy:_configure_neutron_plugin_agent:1113  neutron_plugin_configure_plugin_agent
2017-02-10 04:56:00.599 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:41  _neutron_ovs_base_setup_bridge br-int
2017-02-10 04:56:00.602 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:32  local bridge=br-int
2017-02-10 04:56:00.605 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:33  neutron-ovs-cleanup
2017-02-10 04:56:00.958 | Guru mediation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
2017-02-10 04:56:01.156 | 2017-02-10 12:56:01.156 5246 INFO neutron.common.config [-] Logging enabled!
2017-02-10 04:56:01.156 | 2017-02-10 12:56:01.156 5246 INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 8.4.1.dev9
2017-02-10 04:56:01.167 | 2017-02-10 12:56:01.166 5246 INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully
2017-02-10 04:56:01.197 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:34  _neutron_ovs_base_add_bridge br-int
2017-02-10 04:56:01.200 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21  local bridge=br-int
2017-02-10 04:56:01.203 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22  local 'addbr_cmd=sudo ovs-vsctl --no-wait -- --may-exist add-br br-int'
2017-02-10 04:56:01.207 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24  '[' system '!=' system ']'
2017-02-10 04:56:01.210 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28  sudo ovs-vsctl --no-wait -- --may-exist add-br br-int
2017-02-10 04:56:01.222 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:35  sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int
2017-02-10 04:56:01.230 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:42  _neutron_ovs_base_configure_firewall_driver
2017-02-10 04:56:01.233 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:85  [[ True == \T\r\u\e ]]
2017-02-10 04:56:01.239 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:86  iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
2017-02-10 04:56:01.267 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:45  [[ True == \T\r\u\e ]]
2017-02-10 04:56:01.270 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:46  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs local_ip 172.30.250.59
2017-02-10 04:56:01.295 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:47  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs tunnel_bridge br-tun
2017-02-10 04:56:01.318 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:53  [[ public:br-ex == '' ]]
2017-02-10 04:56:01.321 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59  [[ public:br-ex != '' ]]
2017-02-10 04:56:01.325 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:60  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings public:br-ex
2017-02-10 04:56:01.349 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62  AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent
2017-02-10 04:56:01.352 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:64  '[' libvirt == xenserver ']'
2017-02-10 04:56:01.356 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:115  iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types vxlan
2017-02-10 04:56:01.380 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:116  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system
2017-02-10 04:56:01.406 | +lib/neutron-legacy:configure_neutron:438  is_service_enabled q-dhcp
2017-02-10 04:56:01.429 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:01.433 | +lib/neutron-legacy:configure_neutron:439  _configure_neutron_dhcp_agent
2017-02-10 04:56:01.436 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:1009  cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini
2017-02-10 04:56:01.440 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:1011  iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True
2017-02-10 04:56:01.465 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:1012  iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2017-02-10 04:56:01.489 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:1013  [[ True == \T\r\u\e ]]
2017-02-10 04:56:01.492 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:1014  iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2017-02-10 04:56:01.516 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:1017  is_service_enabled q-l3
2017-02-10 04:56:01.535 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:01.538 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:1028  _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini
2017-02-10 04:56:01.541 | +lib/neutron-legacy:_neutron_setup_interface_driver:1231  iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False
2017-02-10 04:56:01.566 | +lib/neutron-legacy:_neutron_setup_interface_driver:1233  neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini
2017-02-10 04:56:01.569 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:120  local conf_file=/etc/neutron/dhcp_agent.ini
2017-02-10 04:56:01.572 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:121  iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch
2017-02-10 04:56:01.597 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:1030  neutron_plugin_configure_dhcp_agent
2017-02-10 04:56:01.600 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:31  iniset /etc/neutron/dhcp_agent.ini DEFAULT dhcp_agent_manager neutron.agent.dhcp_agent.DhcpAgentWithStateReport
2017-02-10 04:56:01.624 | +lib/neutron-legacy:configure_neutron:441  is_service_enabled q-l3
2017-02-10 04:56:01.644 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:01.647 | +lib/neutron-legacy:configure_neutron:442  _configure_neutron_l3_agent
2017-02-10 04:56:01.650 | +lib/neutron-legacy:_configure_neutron_l3_agent:1034  Q_L3_ENABLED=True
2017-02-10 04:56:01.653 | +lib/neutron-legacy:_configure_neutron_l3_agent:1036  cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini
2017-02-10 04:56:01.657 | +lib/neutron-legacy:_configure_neutron_l3_agent:1038  iniset /etc/neutron/l3_agent.ini DEFAULT debug True
2017-02-10 04:56:01.682 | +lib/neutron-legacy:_configure_neutron_l3_agent:1039  iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2017-02-10 04:56:01.706 | +lib/neutron-legacy:_configure_neutron_l3_agent:1040  [[ True == \T\r\u\e ]]
2017-02-10 04:56:01.709 | +lib/neutron-legacy:_configure_neutron_l3_agent:1041  iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2017-02-10 04:56:01.733 | +lib/neutron-legacy:_configure_neutron_l3_agent:1044  _neutron_setup_interface_driver /etc/neutron/l3_agent.ini
2017-02-10 04:56:01.736 | +lib/neutron-legacy:_neutron_setup_interface_driver:1231  iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False
2017-02-10 04:56:01.761 | +lib/neutron-legacy:_neutron_setup_interface_driver:1233  neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini
2017-02-10 04:56:01.765 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:120  local conf_file=/etc/neutron/l3_agent.ini
2017-02-10 04:56:01.768 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:121  iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch
2017-02-10 04:56:01.792 | +lib/neutron-legacy:_configure_neutron_l3_agent:1046  neutron_plugin_configure_l3_agent
2017-02-10 04:56:01.795 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:35  _neutron_ovs_base_configure_l3_agent
2017-02-10 04:56:01.798 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:93  '[' True = True ']'
2017-02-10 04:56:01.801 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:94  iniset /etc/neutron/l3_agent.ini DEFAULT external_network_bridge ''
2017-02-10 04:56:01.826 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99  neutron-ovs-cleanup
2017-02-10 04:56:02.176 | Guru mediation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
2017-02-10 04:56:02.373 | 2017-02-10 12:56:02.373 6199 INFO neutron.common.config [-] Logging enabled!
2017-02-10 04:56:02.373 | 2017-02-10 12:56:02.373 6199 INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 8.4.1.dev9
2017-02-10 04:56:02.410 | 2017-02-10 12:56:02.410 6199 INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int
2017-02-10 04:56:02.431 | 2017-02-10 12:56:02.428 6199 INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully
2017-02-10 04:56:02.459 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100  [[ False = \T\r\u\e ]]
2017-02-10 04:56:02.463 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108  _neutron_ovs_base_add_public_bridge
2017-02-10 04:56:02.466 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114  _neutron_ovs_base_add_bridge br-ex
2017-02-10 04:56:02.470 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21  local bridge=br-ex
2017-02-10 04:56:02.473 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22  local 'addbr_cmd=sudo ovs-vsctl --no-wait -- --may-exist add-br br-ex'
2017-02-10 04:56:02.476 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24  '[' system '!=' system ']'
2017-02-10 04:56:02.480 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28  sudo ovs-vsctl --no-wait -- --may-exist add-br br-ex
2017-02-10 04:56:02.489 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115  set_mtu br-ex 1500
2017-02-10 04:56:02.493 | +functions:set_mtu:674                     local dev=br-ex
2017-02-10 04:56:02.496 | +functions:set_mtu:675                     local mtu=1500
2017-02-10 04:56:02.504 | +functions:set_mtu:676                     sudo ip link set mtu 1500 dev br-ex
2017-02-10 04:56:02.508 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109  sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex
2017-02-10 04:56:02.517 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:36  iniset /etc/neutron/l3_agent.ini DEFAULT l3_agent_manager neutron.agent.l3_agent.L3NATAgentWithStateReport
2017-02-10 04:56:02.541 | +lib/neutron-legacy:_configure_neutron_l3_agent:1048  _move_neutron_addresses_route eth0 br-ex True False inet
2017-02-10 04:56:02.544 | +lib/neutron-legacy:_move_neutron_addresses_route:802  local from_intf=eth0
2017-02-10 04:56:02.547 | +lib/neutron-legacy:_move_neutron_addresses_route:803  local to_intf=br-ex
2017-02-10 04:56:02.550 | +lib/neutron-legacy:_move_neutron_addresses_route:804  local add_ovs_port=True
2017-02-10 04:56:02.553 | +lib/neutron-legacy:_move_neutron_addresses_route:805  local del_ovs_port=False
2017-02-10 04:56:02.556 | +lib/neutron-legacy:_move_neutron_addresses_route:806  local af=inet
2017-02-10 04:56:02.559 | +lib/neutron-legacy:_move_neutron_addresses_route:808  [[ -n eth0 ]]
2017-02-10 04:56:02.563 | +lib/neutron-legacy:_move_neutron_addresses_route:808  [[ -n br-ex ]]
2017-02-10 04:56:02.566 | +lib/neutron-legacy:_move_neutron_addresses_route:814  local IP_ADD=
2017-02-10 04:56:02.569 | +lib/neutron-legacy:_move_neutron_addresses_route:815  local IP_DEL=
2017-02-10 04:56:02.572 | +lib/neutron-legacy:_move_neutron_addresses_route:816  local IP_UP=
2017-02-10 04:56:02.575 | +lib/neutron-legacy:_move_neutron_addresses_route:817  local DEFAULT_ROUTE_GW
2017-02-10 04:56:02.580 | ++lib/neutron-legacy:_move_neutron_addresses_route:818  ip -f inet r
2017-02-10 04:56:02.582 | ++lib/neutron-legacy:_move_neutron_addresses_route:818  awk '/default.+eth0/ { print $3; exit }'
2017-02-10 04:56:02.586 | +lib/neutron-legacy:_move_neutron_addresses_route:818  DEFAULT_ROUTE_GW=172.30.250.254
2017-02-10 04:56:02.589 | +lib/neutron-legacy:_move_neutron_addresses_route:819  local ADD_OVS_PORT=
2017-02-10 04:56:02.592 | +lib/neutron-legacy:_move_neutron_addresses_route:820  local DEL_OVS_PORT=
2017-02-10 04:56:02.599 | ++lib/neutron-legacy:_move_neutron_addresses_route:822  grep inet
2017-02-10 04:56:02.600 | ++lib/neutron-legacy:_move_neutron_addresses_route:822  ip -f inet a s dev eth0 scope global primary
2017-02-10 04:56:02.600 | ++lib/neutron-legacy:_move_neutron_addresses_route:822  awk '{ print $2, $3, $4; exit }'
2017-02-10 04:56:02.605 | +lib/neutron-legacy:_move_neutron_addresses_route:822  IP_BRD='172.30.250.59/24 brd 172.30.250.255'
2017-02-10 04:56:02.608 | +lib/neutron-legacy:_move_neutron_addresses_route:824  '[' 172.30.250.254 '!=' '' ']'
2017-02-10 04:56:02.611 | +lib/neutron-legacy:_move_neutron_addresses_route:825  ADD_DEFAULT_ROUTE='sudo ip -f inet r replace default via 172.30.250.254 dev br-ex'
2017-02-10 04:56:02.614 | +lib/neutron-legacy:_move_neutron_addresses_route:828  [[ True == \T\r\u\e ]]
2017-02-10 04:56:02.617 | +lib/neutron-legacy:_move_neutron_addresses_route:829  ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex eth0'
2017-02-10 04:56:02.620 | +lib/neutron-legacy:_move_neutron_addresses_route:832  [[ False == \T\r\u\e ]]
2017-02-10 04:56:02.623 | +lib/neutron-legacy:_move_neutron_addresses_route:836  [[ 172.30.250.59/24 brd 172.30.250.255 != '' ]]
2017-02-10 04:56:02.626 | +lib/neutron-legacy:_move_neutron_addresses_route:837  IP_DEL='sudo ip addr del 172.30.250.59/24 brd 172.30.250.255 dev eth0'
2017-02-10 04:56:02.630 | +lib/neutron-legacy:_move_neutron_addresses_route:838  IP_ADD='sudo ip addr add 172.30.250.59/24 brd 172.30.250.255 dev br-ex'
2017-02-10 04:56:02.633 | +lib/neutron-legacy:_move_neutron_addresses_route:839  IP_UP='sudo ip link set br-ex up'
2017-02-10 04:56:02.636 | +lib/neutron-legacy:_move_neutron_addresses_route:844  sudo ip addr del 172.30.250.59/24 brd 172.30.250.255 dev eth0
2017-02-10 04:56:02.643 | +lib/neutron-legacy:_move_neutron_addresses_route:844  sudo ip addr add 172.30.250.59/24 brd 172.30.250.255 dev br-ex
2017-02-10 04:56:02.650 | +lib/neutron-legacy:_move_neutron_addresses_route:844  sudo ip link set br-ex up
2017-02-10 04:56:02.657 | +lib/neutron-legacy:_move_neutron_addresses_route:844  sudo ovs-vsctl --may-exist add-port br-ex eth0
2017-02-10 04:56:02.666 | +lib/neutron-legacy:_move_neutron_addresses_route:844  sudo ip -f inet r replace default via 172.30.250.254 dev br-ex
2017-02-10 04:56:02.675 | ++lib/neutron-legacy:_configure_neutron_l3_agent:1050  ip -f inet6 a s dev eth0
2017-02-10 04:56:02.675 | ++lib/neutron-legacy:_configure_neutron_l3_agent:1050  grep -c global
2017-02-10 04:56:02.679 | +lib/neutron-legacy:_configure_neutron_l3_agent:1050  [[ 0 != 0 ]]
2017-02-10 04:56:02.682 | +lib/neutron-legacy:configure_neutron:444  is_service_enabled q-meta
2017-02-10 04:56:02.700 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:02.704 | +lib/neutron-legacy:configure_neutron:445  _configure_neutron_metadata_agent
2017-02-10 04:56:02.707 | +lib/neutron-legacy:_configure_neutron_metadata_agent:1056  cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini
2017-02-10 04:56:02.711 | +lib/neutron-legacy:_configure_neutron_metadata_agent:1058  iniset /etc/neutron/metadata_agent.ini DEFAULT debug True
2017-02-10 04:56:02.734 | +lib/neutron-legacy:_configure_neutron_metadata_agent:1059  iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_ip 172.30.250.59
2017-02-10 04:56:02.758 | +lib/neutron-legacy:_configure_neutron_metadata_agent:1060  iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'
2017-02-10 04:56:02.782 | +lib/neutron-legacy:_configure_neutron_metadata_agent:1061  [[ True == \T\r\u\e ]]
2017-02-10 04:56:02.785 | +lib/neutron-legacy:_configure_neutron_metadata_agent:1062  iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'
2017-02-10 04:56:02.811 | +lib/neutron-legacy:configure_neutron:448  [[ legacy != \l\e\g\a\c\y ]]
2017-02-10 04:56:02.814 | +lib/neutron-legacy:configure_neutron:451  is_service_enabled ceilometer
2017-02-10 04:56:02.834 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:56:02.837 | +lib/neutron-legacy:configure_neutron:455  _configure_neutron_debug_command
2017-02-10 04:56:02.841 | +lib/neutron-legacy:_configure_neutron_debug_command:990  [[ False != \T\r\u\e ]]
2017-02-10 04:56:02.844 | +lib/neutron-legacy:_configure_neutron_debug_command:991  return
2017-02-10 04:56:02.848 | +lib/neutron-legacy:configure_neutron:457  iniset /etc/neutron/neutron.conf DEFAULT api_workers 2
2017-02-10 04:56:02.875 | +./stack.sh:main:1078                      is_service_enabled mysql postgresql
2017-02-10 04:56:02.895 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:02.898 | +./stack.sh:main:1078                      is_service_enabled q-svc
2017-02-10 04:56:02.917 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:02.920 | +./stack.sh:main:1079                      init_neutron
2017-02-10 04:56:02.923 | +lib/neutron-legacy:init_neutron:611       recreate_database neutron
2017-02-10 04:56:02.926 | +lib/database:recreate_database:112        local db=neutron
2017-02-10 04:56:02.929 | +lib/database:recreate_database:113        recreate_database_mysql neutron
2017-02-10 04:56:02.932 | +lib/databases/mysql:recreate_database_mysql:56  local db=neutron
2017-02-10 04:56:02.936 | +lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppass -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;'
2017-02-10 04:56:03.062 | +lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppass -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;'
2017-02-10 04:56:03.068 | +lib/neutron-legacy:init_neutron:613       /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head
2017-02-10 04:56:04.115 | No handlers could be found for logger "oslo_config.cfg"
2017-02-10 04:56:04.478 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2017-02-10 04:56:04.478 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2017-02-10 04:56:04.526 | INFO  [alembic.runtime.migration] Context impl MySQLImpl.
2017-02-10 04:56:04.526 | INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
2017-02-10 04:56:04.539 | INFO  [alembic.runtime.migration] Running upgrade  -> kilo, kilo_initial
2017-02-10 04:56:05.326 | INFO  [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225, nsxv_vdr_metadata.py
2017-02-10 04:56:05.332 | INFO  [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151, neutrodb_ipam
2017-02-10 04:56:05.362 | INFO  [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf, Initial operations in support of address scopes
2017-02-10 04:56:05.377 | INFO  [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee, Flavor framework
2017-02-10 04:56:05.394 | INFO  [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f, network_rbac
2017-02-10 04:56:05.407 | INFO  [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773, quota_usage
2017-02-10 04:56:05.430 | INFO  [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592, subnetpool hash
2017-02-10 04:56:05.437 | INFO  [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7, add order to dnsnameservers
2017-02-10 04:56:05.443 | INFO  [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79, address scope support in subnetpool
2017-02-10 04:56:05.449 | INFO  [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051, qos db changes
2017-02-10 04:56:05.474 | INFO  [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136, quota_reservations
2017-02-10 04:56:05.482 | INFO  [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59, Add dns_name to Port
2017-02-10 04:56:05.489 | INFO  [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d, Add availability zone
2017-02-10 04:56:05.495 | INFO  [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a, add is_default to subnetpool
2017-02-10 04:56:05.506 | INFO  [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25, Add standard attribute table
2017-02-10 04:56:05.550 | INFO  [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee, Add network availability zone
2017-02-10 04:56:05.557 | INFO  [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9, Add router availability zone
2017-02-10 04:56:05.563 | INFO  [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4, Add ip_version to AddressScope
2017-02-10 04:56:05.570 | INFO  [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664, Add tables and attributes to support external DNS integration
2017-02-10 04:56:05.606 | INFO  [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5, add_unique_ha_router_agent_port_bindings
2017-02-10 04:56:05.617 | INFO  [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f, Auto Allocated Topology - aka Get-Me-A-Network
2017-02-10 04:56:05.630 | INFO  [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821, add dynamic routing model data
2017-02-10 04:56:05.666 | INFO  [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4, add_bgp_dragent_model_data
2017-02-10 04:56:05.671 | INFO  [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81, rbac_qos_policy
2017-02-10 04:56:05.686 | INFO  [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6, Add resource_versions row to agent table
2017-02-10 04:56:05.693 | INFO  [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532, tag support
2017-02-10 04:56:05.698 | INFO  [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f, add_timestamp_to_base_resources
2017-02-10 04:56:05.710 | INFO  [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a, Add desc to standard attr table
2017-02-10 04:56:05.715 | INFO  [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99, Initial no-op Liberty contract rule.
2017-02-10 04:56:05.717 | INFO  [alembic.runtime.migration] Running upgrade 30018084ec99, 8675309a5c4f -> 4ffceebfada, network_rbac
2017-02-10 04:56:05.729 | INFO  [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016, Drop legacy OVS and LB plugin tables
2017-02-10 04:56:05.739 | INFO  [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3, Metaplugin removal
2017-02-10 04:56:05.743 | INFO  [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d, Add missing foreign keys
2017-02-10 04:56:05.777 | INFO  [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d, add geneve ml2 type driver
2017-02-10 04:56:05.789 | INFO  [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297, Drop cisco monolithic tables
2017-02-10 04:56:05.807 | INFO  [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c, Drop embrane plugin table
2017-02-10 04:56:05.810 | INFO  [alembic.runtime.migration] Running upgrade 1b294093239c, 32e5974ada25 -> 8a6d8bdae39, standardattributes migration
2017-02-10 04:56:05.961 | INFO  [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b, DVR sheduling refactoring
2017-02-10 04:56:05.967 | INFO  [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050, Drop NEC plugin tables
2017-02-10 04:56:05.981 | INFO  [alembic.runtime.migration] Running upgrade e3278ee65050, 15e43b934f81 -> c6c112992c9, rbac_qos_policy
2017-02-10 04:56:05.989 | INFO  [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada, network_rbac_external
2017-02-10 04:56:05.992 | INFO  [alembic.runtime.migration] Running upgrade 5ffceebfada, 0e66c5227a8a -> 4ffceebfcdc, standard_desc
2017-02-10 04:56:06.002 |   Running upgrade for neutron ...
2017-02-10 04:56:06.002 |   OK
2017-02-10 04:56:06.052 | +./stack.sh:main:1085                      is_service_enabled neutron
2017-02-10 04:56:06.074 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:06.077 | +./stack.sh:main:1086                      configure_neutron_third_party
2017-02-10 04:56:06.080 | +lib/neutron-legacy:configure_neutron_third_party:1465  _neutron_third_party_do configure
2017-02-10 04:56:06.084 | +./stack.sh:main:1087                      init_neutron_third_party
2017-02-10 04:56:06.087 | +lib/neutron-legacy:init_neutron_third_party:1470  _neutron_third_party_do init
2017-02-10 04:56:06.090 | +./stack.sh:main:1088                      start_neutron_third_party
2017-02-10 04:56:06.094 | +lib/neutron-legacy:start_neutron_third_party:1480  _neutron_third_party_do start
2017-02-10 04:56:06.097 | +./stack.sh:main:1095                      is_service_enabled n-net q-dhcp
2017-02-10 04:56:06.118 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:06.123 | ++./stack.sh:main:1098                      pidof NetworkManager
2017-02-10 04:56:06.131 | ++./stack.sh:main:1098                      true
2017-02-10 04:56:06.134 | +./stack.sh:main:1098                      netman_pid=
2017-02-10 04:56:06.137 | +./stack.sh:main:1099                      '[' -z '' ']'
2017-02-10 04:56:06.140 | +./stack.sh:main:1100                      sudo killall dnsmasq
2017-02-10 04:56:06.149 | +./stack.sh:main:1105                      clean_iptables
2017-02-10 04:56:06.158 | +lib/nova:clean_iptables:188               grep '\-A'
2017-02-10 04:56:06.161 | +lib/nova:clean_iptables:188               sed s/-A/-D/g
2017-02-10 04:56:06.161 | +lib/nova:clean_iptables:188               sudo iptables -S -v
2017-02-10 04:56:06.163 | +lib/nova:clean_iptables:188               sed 's/-c [0-9]* [0-9]* //g'
2017-02-10 04:56:06.165 | +lib/nova:clean_iptables:188               grep nova
2017-02-10 04:56:06.167 | +lib/nova:clean_iptables:188               bash
2017-02-10 04:56:06.167 | +lib/nova:clean_iptables:188               awk '{print "sudo iptables",$0}'
2017-02-10 04:56:06.179 | +lib/nova:clean_iptables:190               sudo iptables -S -v -t nat
2017-02-10 04:56:06.179 | +lib/nova:clean_iptables:190               bash
2017-02-10 04:56:06.182 | +lib/nova:clean_iptables:190               grep '\-A'
2017-02-10 04:56:06.182 | +lib/nova:clean_iptables:190               sed s/-A/-D/g
2017-02-10 04:56:06.183 | +lib/nova:clean_iptables:190               awk '{print "sudo iptables -t nat",$0}'
2017-02-10 04:56:06.184 | +lib/nova:clean_iptables:190               grep nova
2017-02-10 04:56:06.185 | +lib/nova:clean_iptables:190               sed 's/-c [0-9]* [0-9]* //g'
2017-02-10 04:56:06.198 | +lib/nova:clean_iptables:192               sudo iptables -S -v
2017-02-10 04:56:06.198 | +lib/nova:clean_iptables:192               grep '\-N'
2017-02-10 04:56:06.198 | +lib/nova:clean_iptables:192               bash
2017-02-10 04:56:06.199 | +lib/nova:clean_iptables:192               sed s/-N/-X/g
2017-02-10 04:56:06.201 | +lib/nova:clean_iptables:192               awk '{print "sudo iptables",$0}'
2017-02-10 04:56:06.202 | +lib/nova:clean_iptables:192               grep nova
2017-02-10 04:56:06.203 | +lib/nova:clean_iptables:192               sed 's/-c [0-9]* [0-9]* //g'
2017-02-10 04:56:06.211 | +lib/nova:clean_iptables:194               grep nova
2017-02-10 04:56:06.214 | +lib/nova:clean_iptables:194               sed 's/-c [0-9]* [0-9]* //g'
2017-02-10 04:56:06.216 | +lib/nova:clean_iptables:194               sudo iptables -S -v -t nat
2017-02-10 04:56:06.217 | +lib/nova:clean_iptables:194               grep '\-N'
2017-02-10 04:56:06.218 | +lib/nova:clean_iptables:194               sed s/-N/-X/g
2017-02-10 04:56:06.221 | +lib/nova:clean_iptables:194               bash
2017-02-10 04:56:06.221 | +lib/nova:clean_iptables:194               awk '{print "sudo iptables -t nat",$0}'
2017-02-10 04:56:06.226 | +./stack.sh:main:1107                      is_service_enabled n-net
2017-02-10 04:56:06.245 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:56:06.248 | +./stack.sh:main:1114                      sudo sysctl -w net.ipv4.ip_forward=1
2017-02-10 04:56:06.252 | net.ipv4.ip_forward = 1
2017-02-10 04:56:06.255 | +./stack.sh:main:1121                      is_service_enabled swift
2017-02-10 04:56:06.274 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:06.277 | +./stack.sh:main:1122                      echo_summary 'Configuring Swift'
2017-02-10 04:56:06.281 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:56:06.284 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:56:06.287 | +./stack.sh:echo_summary:385               echo -e Configuring Swift
2017-02-10 04:56:06.290 | +./stack.sh:main:1123                      init_swift
2017-02-10 04:56:06.293 | +lib/swift:init_swift:679                  local node_number
2017-02-10 04:56:06.296 | +lib/swift:init_swift:681                  swift-init --run-dir=/opt/stack/data/swift/run all stop
2017-02-10 04:56:06.655 | No container-updater running
2017-02-10 04:56:06.655 | No account-auditor running
2017-02-10 04:56:06.655 | No object-replicator running
2017-02-10 04:56:06.656 | No container-sync running
2017-02-10 04:56:06.656 | No container-replicator running
2017-02-10 04:56:06.656 | No object-auditor running
2017-02-10 04:56:06.656 | No object-expirer running
2017-02-10 04:56:06.656 | No container-auditor running
2017-02-10 04:56:06.656 | No container-server running
2017-02-10 04:56:06.656 | No object-reconstructor running
2017-02-10 04:56:06.656 | No object-server running
2017-02-10 04:56:06.656 | No account-reaper running
2017-02-10 04:56:06.656 | No proxy-server running
2017-02-10 04:56:06.656 | No account-replicator running
2017-02-10 04:56:06.656 | No object-updater running
2017-02-10 04:56:06.656 | No container-reconciler running
2017-02-10 04:56:06.656 | No account-server running
2017-02-10 04:56:06.668 | +lib/swift:init_swift:681                  true
2017-02-10 04:56:06.672 | +lib/swift:init_swift:684                  create_swift_disk
2017-02-10 04:56:06.675 | +lib/swift:create_swift_disk:552           local node_number
2017-02-10 04:56:06.679 | +lib/swift:create_swift_disk:557           local user_group
2017-02-10 04:56:06.683 | ++lib/swift:create_swift_disk:558           id -g stack
2017-02-10 04:56:06.688 | +lib/swift:create_swift_disk:558           user_group=1001
2017-02-10 04:56:06.691 | +lib/swift:create_swift_disk:559           sudo install -d -o stack -g 1001 /opt/stack/data/swift/drives /opt/stack/data/swift/cache /opt/stack/data/swift/run /opt/stack/data/swift/logs
2017-02-10 04:56:06.699 | +lib/swift:create_swift_disk:562           [[ -e /opt/stack/data/swift/drives/images/swift.img ]]
2017-02-10 04:56:06.702 | +lib/swift:create_swift_disk:569           mkdir -p /opt/stack/data/swift/drives/images
2017-02-10 04:56:06.706 | +lib/swift:create_swift_disk:570           sudo touch /opt/stack/data/swift/drives/images/swift.img
2017-02-10 04:56:06.714 | +lib/swift:create_swift_disk:571           sudo chown stack: /opt/stack/data/swift/drives/images/swift.img
2017-02-10 04:56:06.721 | +lib/swift:create_swift_disk:573           truncate -s 6G /opt/stack/data/swift/drives/images/swift.img
2017-02-10 04:56:06.725 | +lib/swift:create_swift_disk:576           /sbin/mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img
2017-02-10 04:56:06.817 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024   agcount=4, agsize=393216 blks
2017-02-10 04:56:06.817 |          =                       sectsz=512   attr=2, projid32bit=0
2017-02-10 04:56:06.817 | data     =                       bsize=4096   blocks=1572864, imaxpct=25
2017-02-10 04:56:06.817 |          =                       sunit=0      swidth=0 blks
2017-02-10 04:56:06.817 | naming   =version 2              bsize=4096   ascii-ci=0
2017-02-10 04:56:06.817 | log      =internal log           bsize=4096   blocks=2560, version=2
2017-02-10 04:56:06.817 |          =                       sectsz=512   sunit=0 blks, lazy-count=1
2017-02-10 04:56:06.817 | realtime =none                   extsz=4096   blocks=0, rtextents=0
2017-02-10 04:56:06.821 | +lib/swift:create_swift_disk:579           mkdir -p /opt/stack/data/swift/drives/sdb1
2017-02-10 04:56:06.826 | +lib/swift:create_swift_disk:580           egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts
2017-02-10 04:56:06.830 | +lib/swift:create_swift_disk:581           sudo mount -t xfs -o loop,noatime,nodiratime,nobarrier,logbufs=8 /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1
2017-02-10 04:56:06.916 | +lib/swift:create_swift_disk:587           local node_number
2017-02-10 04:56:06.920 | +lib/swift:create_swift_disk:588           for node_number in '${SWIFT_REPLICAS_SEQ}'
2017-02-10 04:56:06.923 | +lib/swift:create_swift_disk:589           sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1
2017-02-10 04:56:06.931 | +lib/swift:create_swift_disk:590           local drive=/opt/stack/data/swift/drives/sdb1/1
2017-02-10 04:56:06.934 | +lib/swift:create_swift_disk:591           local node=/opt/stack/data/swift/1/node
2017-02-10 04:56:06.937 | +lib/swift:create_swift_disk:592           local node_device=/opt/stack/data/swift/1/node/sdb1
2017-02-10 04:56:06.941 | +lib/swift:create_swift_disk:593           [[ -d /opt/stack/data/swift/1/node ]]
2017-02-10 04:56:06.944 | +lib/swift:create_swift_disk:594           [[ -d /opt/stack/data/swift/drives/sdb1/1 ]]
2017-02-10 04:56:06.948 | +lib/swift:create_swift_disk:595           sudo install -o stack -g 1001 -d /opt/stack/data/swift/drives/sdb1/1
2017-02-10 04:56:06.956 | +lib/swift:create_swift_disk:596           sudo install -o stack -g 1001 -d /opt/stack/data/swift/1/node/sdb1
2017-02-10 04:56:06.965 | +lib/swift:create_swift_disk:597           sudo chown -R stack: /opt/stack/data/swift/1/node
2017-02-10 04:56:06.973 | +lib/swift:init_swift:688                  pushd /etc/swift
2017-02-10 04:56:06.976 | +lib/swift:init_swift:690                  rm -f account.builder container.builder object.builder account.ring.gz container.ring.gz object.ring.gz backups/1486696858.container.builder backups/1486696858.object.builder backups/1486696859.account.builder backups/1486696860.object.builder backups/1486696861.account.builder backups/1486696861.container.builder backups/1486696860.object.ring.gz backups/1486696861.account.ring.gz backups/1486696861.container.ring.gz
2017-02-10 04:56:06.980 | +lib/swift:init_swift:692                  swift-ring-builder object.builder create 9 1 1
2017-02-10 04:56:07.348 | +lib/swift:init_swift:693                  swift-ring-builder container.builder create 9 1 1
2017-02-10 04:56:07.696 | +lib/swift:init_swift:694                  swift-ring-builder account.builder create 9 1 1
2017-02-10 04:56:08.035 | +lib/swift:init_swift:696                  for node_number in '${SWIFT_REPLICAS_SEQ}'
2017-02-10 04:56:08.038 | +lib/swift:init_swift:697                  swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1
2017-02-10 04:56:08.367 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1.
2017-02-10 04:56:08.367 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0
2017-02-10 04:56:08.379 | +lib/swift:init_swift:698                  swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1
2017-02-10 04:56:08.714 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1.
2017-02-10 04:56:08.715 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0
2017-02-10 04:56:08.727 | +lib/swift:init_swift:699                  swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1
2017-02-10 04:56:09.062 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1.
2017-02-10 04:56:09.062 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0
2017-02-10 04:56:09.075 | +lib/swift:init_swift:701                  swift-ring-builder object.builder rebalance
2017-02-10 04:56:09.420 | Reassigned 512 (100.00%) partitions. Balance is now 0.00.  Dispersion is now 0.00
2017-02-10 04:56:09.435 | +lib/swift:init_swift:702                  swift-ring-builder container.builder rebalance
2017-02-10 04:56:09.776 | Reassigned 512 (100.00%) partitions. Balance is now 0.00.  Dispersion is now 0.00
2017-02-10 04:56:09.788 | +lib/swift:init_swift:703                  swift-ring-builder account.builder rebalance
2017-02-10 04:56:10.132 | Reassigned 512 (100.00%) partitions. Balance is now 0.00.  Dispersion is now 0.00
2017-02-10 04:56:10.145 | +lib/swift:init_swift:704                  popd
2017-02-10 04:56:10.148 | +lib/swift:init_swift:707                  sudo install -d -o stack /var/cache/swift
2017-02-10 04:56:10.156 | +lib/swift:init_swift:708                  rm -f '/var/cache/swift/*'
2017-02-10 04:56:10.160 | +./stack.sh:main:1130                      is_service_enabled cinder
2017-02-10 04:56:10.179 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:10.182 | +./stack.sh:main:1131                      echo_summary 'Configuring Cinder'
2017-02-10 04:56:10.185 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:56:10.188 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:56:10.191 | +./stack.sh:echo_summary:385               echo -e Configuring Cinder
2017-02-10 04:56:10.194 | +./stack.sh:main:1132                      init_cinder
2017-02-10 04:56:10.199 | ++lib/cinder:init_cinder:401                echo osapi_compute,metadata
2017-02-10 04:56:10.201 | ++lib/cinder:init_cinder:401                sed s/osapi_volume,//
2017-02-10 04:56:10.205 | +lib/cinder:init_cinder:401                NOVA_ENABLED_APIS=osapi_compute,metadata
2017-02-10 04:56:10.208 | +lib/cinder:init_cinder:403                is_service_enabled mysql postgresql
2017-02-10 04:56:10.228 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:10.231 | +lib/cinder:init_cinder:405                recreate_database cinder
2017-02-10 04:56:10.234 | +lib/database:recreate_database:112        local db=cinder
2017-02-10 04:56:10.237 | +lib/database:recreate_database:113        recreate_database_mysql cinder
2017-02-10 04:56:10.241 | +lib/databases/mysql:recreate_database_mysql:56  local db=cinder
2017-02-10 04:56:10.244 | +lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppass -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;'
2017-02-10 04:56:10.272 | +lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppass -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;'
2017-02-10 04:56:10.279 | +lib/cinder:init_cinder:408                /usr/local/bin/cinder-manage db sync
2017-02-10 04:56:11.167 | 2017-02-10 12:56:11.166 WARNING py.warnings [-] /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/enginefacade.py:241: NotSupportedWarning: Configuration option(s) ['use_tpool'] not supported
2017-02-10 04:56:11.167 |   exception.NotSupportedWarning
2017-02-10 04:56:11.167 |
2017-02-10 04:56:11.176 | 2017-02-10 12:56:11.176 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 from (pid=7696) _check_effective_sql_mode /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/engines.py:256
2017-02-10 04:56:11.766 | 2017-02-10 12:56:11.766 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76
2017-02-10 04:56:11.767 | 2017-02-10 12:56:11.766 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/001_cinder_init.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.767 | 2017-02-10 12:56:11.767 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/001_cinder_init.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.767 | 2017-02-10 12:56:11.767 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/002_quota_class.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.767 | 2017-02-10 12:56:11.767 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/002_quota_class.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.768 | 2017-02-10 12:56:11.768 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/003_glance_metadata.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.768 | 2017-02-10 12:56:11.768 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/003_glance_metadata.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.768 | 2017-02-10 12:56:11.768 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/004_volume_type_to_uuid.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.768 | 2017-02-10 12:56:11.768 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/004_volume_type_to_uuid.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.769 | 2017-02-10 12:56:11.769 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/005_add_source_volume_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.769 | 2017-02-10 12:56:11.769 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/005_add_source_volume_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.769 | 2017-02-10 12:56:11.769 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/006_snapshots_add_provider_location.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.769 | 2017-02-10 12:56:11.769 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/006_snapshots_add_provider_location.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.770 | 2017-02-10 12:56:11.769 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/007_add_volume_snapshot_fk.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.770 | 2017-02-10 12:56:11.770 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/007_add_volume_snapshot_fk.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.770 | 2017-02-10 12:56:11.770 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.770 | 2017-02-10 12:56:11.770 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.770 | 2017-02-10 12:56:11.770 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.771 | 2017-02-10 12:56:11.771 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.771 | 2017-02-10 12:56:11.771 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.771 | 2017-02-10 12:56:11.771 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.771 | 2017-02-10 12:56:11.771 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/011_add_bootable_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.772 | 2017-02-10 12:56:11.772 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/011_add_bootable_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.772 | 2017-02-10 12:56:11.772 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/012_add_attach_host_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.772 | 2017-02-10 12:56:11.772 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/012_add_attach_host_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.772 | 2017-02-10 12:56:11.772 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/013_add_provider_geometry_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.773 | 2017-02-10 12:56:11.773 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/013_add_provider_geometry_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.773 | 2017-02-10 12:56:11.773 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/014_add_name_id.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.773 | 2017-02-10 12:56:11.773 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/014_add_name_id.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.773 | 2017-02-10 12:56:11.773 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/015_drop_migrations_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.774 | 2017-02-10 12:56:11.773 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/015_drop_migrations_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.774 | 2017-02-10 12:56:11.774 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/016_drop_sm_tables.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.774 | 2017-02-10 12:56:11.774 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/016_drop_sm_tables.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.774 | 2017-02-10 12:56:11.774 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.775 | 2017-02-10 12:56:11.774 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.775 | 2017-02-10 12:56:11.775 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.775 | 2017-02-10 12:56:11.775 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.775 | 2017-02-10 12:56:11.775 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/019_add_migration_status.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.775 | 2017-02-10 12:56:11.775 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/019_add_migration_status.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.776 | 2017-02-10 12:56:11.776 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/020_add_volume_admin_metadata_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.776 | 2017-02-10 12:56:11.776 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/020_add_volume_admin_metadata_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.776 | 2017-02-10 12:56:11.776 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/021_add_default_quota_class.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.776 | 2017-02-10 12:56:11.776 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/021_add_default_quota_class.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.777 | 2017-02-10 12:56:11.777 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/022_add_reason_column_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.777 | 2017-02-10 12:56:11.777 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/022_add_reason_column_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.777 | 2017-02-10 12:56:11.777 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/023_add_expire_reservations_index.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.777 | 2017-02-10 12:56:11.777 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/023_add_expire_reservations_index.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.778 | 2017-02-10 12:56:11.778 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/024_add_replication_support.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.778 | 2017-02-10 12:56:11.778 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/024_add_replication_support.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.778 | 2017-02-10 12:56:11.778 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/025_add_consistencygroup.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.778 | 2017-02-10 12:56:11.778 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/025_add_consistencygroup.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.779 | 2017-02-10 12:56:11.779 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/026_add_consistencygroup_quota_class.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.779 | 2017-02-10 12:56:11.779 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/026_add_consistencygroup_quota_class.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.779 | 2017-02-10 12:56:11.779 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/027_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.779 | 2017-02-10 12:56:11.779 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/027_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.780 | 2017-02-10 12:56:11.780 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/028_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.780 | 2017-02-10 12:56:11.780 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/028_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.780 | 2017-02-10 12:56:11.780 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/029_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.780 | 2017-02-10 12:56:11.780 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/029_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.781 | 2017-02-10 12:56:11.781 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/030_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.781 | 2017-02-10 12:56:11.781 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/030_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.781 | 2017-02-10 12:56:11.781 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/031_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.781 | 2017-02-10 12:56:11.781 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/031_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.782 | 2017-02-10 12:56:11.782 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/032_add_volume_type_projects.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.782 | 2017-02-10 12:56:11.782 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/032_add_volume_type_projects.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.782 | 2017-02-10 12:56:11.782 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/033_add_encryption_unique_key.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.782 | 2017-02-10 12:56:11.782 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/033_add_encryption_unique_key.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.783 | 2017-02-10 12:56:11.782 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/034_volume_type_add_desc_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.783 | 2017-02-10 12:56:11.783 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/034_volume_type_add_desc_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.783 | 2017-02-10 12:56:11.783 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/035_add_provider_id_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.783 | 2017-02-10 12:56:11.783 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/035_add_provider_id_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.784 | 2017-02-10 12:56:11.783 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/036_add_provider_id_column_to_snapshots.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.784 | 2017-02-10 12:56:11.784 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/036_add_provider_id_column_to_snapshots.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.784 | 2017-02-10 12:56:11.784 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/037_add_cgsnapshot_id_column_to_consistencygroups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.784 | 2017-02-10 12:56:11.784 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/037_add_cgsnapshot_id_column_to_consistencygroups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.784 | 2017-02-10 12:56:11.784 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/038_add_driver_initiator_data_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.785 | 2017-02-10 12:56:11.785 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/038_add_driver_initiator_data_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.785 | 2017-02-10 12:56:11.785 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/039_add_parent_id_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.785 | 2017-02-10 12:56:11.785 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/039_add_parent_id_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.785 | 2017-02-10 12:56:11.785 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/040_add_volume_attachment.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.786 | 2017-02-10 12:56:11.786 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/040_add_volume_attachment.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.786 | 2017-02-10 12:56:11.786 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/041_add_modified_at_column_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.786 | 2017-02-10 12:56:11.786 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/041_add_modified_at_column_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.786 | 2017-02-10 12:56:11.786 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/042_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.787 | 2017-02-10 12:56:11.787 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/042_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.787 | 2017-02-10 12:56:11.787 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/043_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.787 | 2017-02-10 12:56:11.787 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/043_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.787 | 2017-02-10 12:56:11.787 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/044_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.788 | 2017-02-10 12:56:11.788 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/044_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.788 | 2017-02-10 12:56:11.788 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/045_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.788 | 2017-02-10 12:56:11.788 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/045_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.788 | 2017-02-10 12:56:11.788 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/046_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.789 | 2017-02-10 12:56:11.789 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/046_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.789 | 2017-02-10 12:56:11.789 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/047_add_per_volume_quota.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.789 | 2017-02-10 12:56:11.789 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/047_add_per_volume_quota.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.789 | 2017-02-10 12:56:11.789 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/048_add_allocated_in_quotas.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.790 | 2017-02-10 12:56:11.789 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/048_add_allocated_in_quotas.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.790 | 2017-02-10 12:56:11.790 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/049_add_temp_volume_snapshot_ids_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.790 | 2017-02-10 12:56:11.790 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/049_add_temp_volume_snapshot_ids_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.790 | 2017-02-10 12:56:11.790 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/050_add_previous_status_to_volumes.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.791 | 2017-02-10 12:56:11.790 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/050_add_previous_status_to_volumes.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.791 | 2017-02-10 12:56:11.791 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/051_add_source_cgid_column_to_consistencygroups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.791 | 2017-02-10 12:56:11.791 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/051_add_source_cgid_column_to_consistencygroups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.791 | 2017-02-10 12:56:11.791 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/052_add_provider_auth_column_to_snapshots.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.792 | 2017-02-10 12:56:11.791 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/052_add_provider_auth_column_to_snapshots.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.792 | 2017-02-10 12:56:11.792 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/053_add_version_columns_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.792 | 2017-02-10 12:56:11.792 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/053_add_version_columns_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.792 | 2017-02-10 12:56:11.792 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/054_add_has_dependent_backups_column_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.792 | 2017-02-10 12:56:11.792 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/054_add_has_dependent_backups_column_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.793 | 2017-02-10 12:56:11.793 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/055_add_image_volume_cache_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.793 | 2017-02-10 12:56:11.793 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/055_add_image_volume_cache_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.793 | 2017-02-10 12:56:11.793 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/056_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.793 | 2017-02-10 12:56:11.793 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/056_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.794 | 2017-02-10 12:56:11.794 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/057_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.794 | 2017-02-10 12:56:11.794 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/057_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.794 | 2017-02-10 12:56:11.794 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/058_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.794 | 2017-02-10 12:56:11.794 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/058_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.795 | 2017-02-10 12:56:11.795 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/059_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.795 | 2017-02-10 12:56:11.795 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/059_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.795 | 2017-02-10 12:56:11.795 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/060_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.795 | 2017-02-10 12:56:11.795 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/060_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.796 | 2017-02-10 12:56:11.795 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_add_snapshot_id_timestamp_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.796 | 2017-02-10 12:56:11.796 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_add_snapshot_id_timestamp_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.796 | 2017-02-10 12:56:11.796 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.796 | 2017-02-10 12:56:11.796 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.796 | 2017-02-10 12:56:11.796 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.796 | 2017-02-10 12:56:11.796 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.796 | 2017-02-10 12:56:11.796 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.796 | 2017-02-10 12:56:11.796 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.796 | 2017-02-10 12:56:11.796 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.796 | 2017-02-10 12:56:11.796 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.797 | 2017-02-10 12:56:11.796 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.797 | 2017-02-10 12:56:11.797 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.797 | 2017-02-10 12:56:11.797 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.797 | 2017-02-10 12:56:11.797 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.797 | 2017-02-10 12:56:11.797 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.797 | 2017-02-10 12:56:11.797 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.797 | 2017-02-10 12:56:11.797 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.797 | 2017-02-10 12:56:11.797 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.797 | 2017-02-10 12:56:11.797 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.797 | 2017-02-10 12:56:11.797 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.798 | 2017-02-10 12:56:11.797 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.798 | 2017-02-10 12:56:11.798 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.798 | 2017-02-10 12:56:11.798 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.798 | 2017-02-10 12:56:11.798 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.798 | 2017-02-10 12:56:11.798 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.798 | 2017-02-10 12:56:11.798 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.798 | 2017-02-10 12:56:11.798 DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82
2017-02-10 04:56:11.798 | 2017-02-10 12:56:11.798 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83
2017-02-10 04:56:11.810 | 2017-02-10 12:56:11.810 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76
2017-02-10 04:56:11.811 | 2017-02-10 12:56:11.810 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/001_cinder_init.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.811 | 2017-02-10 12:56:11.811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/001_cinder_init.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.811 | 2017-02-10 12:56:11.811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/002_quota_class.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.811 | 2017-02-10 12:56:11.811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/002_quota_class.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.811 | 2017-02-10 12:56:11.811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/003_glance_metadata.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.811 | 2017-02-10 12:56:11.811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/003_glance_metadata.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.811 | 2017-02-10 12:56:11.811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/004_volume_type_to_uuid.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.811 | 2017-02-10 12:56:11.811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/004_volume_type_to_uuid.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.811 | 2017-02-10 12:56:11.811 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/005_add_source_volume_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.812 | 2017-02-10 12:56:11.811 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/005_add_source_volume_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.812 | 2017-02-10 12:56:11.812 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/006_snapshots_add_provider_location.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.812 | 2017-02-10 12:56:11.812 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/006_snapshots_add_provider_location.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.812 | 2017-02-10 12:56:11.812 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/007_add_volume_snapshot_fk.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.812 | 2017-02-10 12:56:11.812 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/007_add_volume_snapshot_fk.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.812 | 2017-02-10 12:56:11.812 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.812 | 2017-02-10 12:56:11.812 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.812 | 2017-02-10 12:56:11.812 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.812 | 2017-02-10 12:56:11.812 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.812 | 2017-02-10 12:56:11.812 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.813 | 2017-02-10 12:56:11.812 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.813 | 2017-02-10 12:56:11.813 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/011_add_bootable_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.813 | 2017-02-10 12:56:11.813 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/011_add_bootable_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.813 | 2017-02-10 12:56:11.813 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/012_add_attach_host_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.813 | 2017-02-10 12:56:11.813 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/012_add_attach_host_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.813 | 2017-02-10 12:56:11.813 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/013_add_provider_geometry_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.813 | 2017-02-10 12:56:11.813 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/013_add_provider_geometry_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.813 | 2017-02-10 12:56:11.813 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/014_add_name_id.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.813 | 2017-02-10 12:56:11.813 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/014_add_name_id.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.813 | 2017-02-10 12:56:11.813 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/015_drop_migrations_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.814 | 2017-02-10 12:56:11.813 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/015_drop_migrations_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.814 | 2017-02-10 12:56:11.814 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/016_drop_sm_tables.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.814 | 2017-02-10 12:56:11.814 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/016_drop_sm_tables.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.814 | 2017-02-10 12:56:11.814 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.814 | 2017-02-10 12:56:11.814 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.814 | 2017-02-10 12:56:11.814 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.814 | 2017-02-10 12:56:11.814 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.814 | 2017-02-10 12:56:11.814 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/019_add_migration_status.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.814 | 2017-02-10 12:56:11.814 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/019_add_migration_status.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.814 | 2017-02-10 12:56:11.814 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/020_add_volume_admin_metadata_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.815 | 2017-02-10 12:56:11.814 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/020_add_volume_admin_metadata_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.815 | 2017-02-10 12:56:11.815 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/021_add_default_quota_class.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.815 | 2017-02-10 12:56:11.815 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/021_add_default_quota_class.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.815 | 2017-02-10 12:56:11.815 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/022_add_reason_column_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.815 | 2017-02-10 12:56:11.815 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/022_add_reason_column_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.815 | 2017-02-10 12:56:11.815 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/023_add_expire_reservations_index.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.815 | 2017-02-10 12:56:11.815 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/023_add_expire_reservations_index.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.815 | 2017-02-10 12:56:11.815 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/024_add_replication_support.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.815 | 2017-02-10 12:56:11.815 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/024_add_replication_support.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.815 | 2017-02-10 12:56:11.815 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/025_add_consistencygroup.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.815 | 2017-02-10 12:56:11.815 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/025_add_consistencygroup.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.816 | 2017-02-10 12:56:11.816 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/026_add_consistencygroup_quota_class.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.816 | 2017-02-10 12:56:11.816 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/026_add_consistencygroup_quota_class.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.816 | 2017-02-10 12:56:11.816 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/027_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.816 | 2017-02-10 12:56:11.816 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/027_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.816 | 2017-02-10 12:56:11.816 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/028_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.816 | 2017-02-10 12:56:11.816 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/028_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.816 | 2017-02-10 12:56:11.816 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/029_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.816 | 2017-02-10 12:56:11.816 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/029_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.816 | 2017-02-10 12:56:11.816 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/030_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.816 | 2017-02-10 12:56:11.816 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/030_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.817 | 2017-02-10 12:56:11.816 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/031_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.817 | 2017-02-10 12:56:11.817 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/031_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.817 | 2017-02-10 12:56:11.817 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/032_add_volume_type_projects.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.817 | 2017-02-10 12:56:11.817 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/032_add_volume_type_projects.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.817 | 2017-02-10 12:56:11.817 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/033_add_encryption_unique_key.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.817 | 2017-02-10 12:56:11.817 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/033_add_encryption_unique_key.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.817 | 2017-02-10 12:56:11.817 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/034_volume_type_add_desc_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.817 | 2017-02-10 12:56:11.817 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/034_volume_type_add_desc_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.817 | 2017-02-10 12:56:11.817 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/035_add_provider_id_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.817 | 2017-02-10 12:56:11.817 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/035_add_provider_id_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.818 | 2017-02-10 12:56:11.817 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/036_add_provider_id_column_to_snapshots.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.818 | 2017-02-10 12:56:11.818 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/036_add_provider_id_column_to_snapshots.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.818 | 2017-02-10 12:56:11.818 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/037_add_cgsnapshot_id_column_to_consistencygroups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.818 | 2017-02-10 12:56:11.818 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/037_add_cgsnapshot_id_column_to_consistencygroups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.818 | 2017-02-10 12:56:11.818 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/038_add_driver_initiator_data_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.818 | 2017-02-10 12:56:11.818 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/038_add_driver_initiator_data_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.818 | 2017-02-10 12:56:11.818 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/039_add_parent_id_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.818 | 2017-02-10 12:56:11.818 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/039_add_parent_id_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.818 | 2017-02-10 12:56:11.818 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/040_add_volume_attachment.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.818 | 2017-02-10 12:56:11.818 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/040_add_volume_attachment.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.818 | 2017-02-10 12:56:11.818 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/041_add_modified_at_column_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.819 | 2017-02-10 12:56:11.818 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/041_add_modified_at_column_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.819 | 2017-02-10 12:56:11.819 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/042_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.819 | 2017-02-10 12:56:11.819 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/042_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.819 | 2017-02-10 12:56:11.819 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/043_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.819 | 2017-02-10 12:56:11.819 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/043_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.819 | 2017-02-10 12:56:11.819 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/044_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.819 | 2017-02-10 12:56:11.819 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/044_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.819 | 2017-02-10 12:56:11.819 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/045_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.819 | 2017-02-10 12:56:11.819 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/045_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.819 | 2017-02-10 12:56:11.819 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/046_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.820 | 2017-02-10 12:56:11.819 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/046_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.820 | 2017-02-10 12:56:11.820 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/047_add_per_volume_quota.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.820 | 2017-02-10 12:56:11.820 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/047_add_per_volume_quota.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.820 | 2017-02-10 12:56:11.820 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/048_add_allocated_in_quotas.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.820 | 2017-02-10 12:56:11.820 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/048_add_allocated_in_quotas.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.820 | 2017-02-10 12:56:11.820 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/049_add_temp_volume_snapshot_ids_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.820 | 2017-02-10 12:56:11.820 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/049_add_temp_volume_snapshot_ids_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.820 | 2017-02-10 12:56:11.820 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/050_add_previous_status_to_volumes.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.820 | 2017-02-10 12:56:11.820 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/050_add_previous_status_to_volumes.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.820 | 2017-02-10 12:56:11.820 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/051_add_source_cgid_column_to_consistencygroups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.821 | 2017-02-10 12:56:11.820 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/051_add_source_cgid_column_to_consistencygroups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.821 | 2017-02-10 12:56:11.821 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/052_add_provider_auth_column_to_snapshots.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.821 | 2017-02-10 12:56:11.821 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/052_add_provider_auth_column_to_snapshots.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.821 | 2017-02-10 12:56:11.821 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/053_add_version_columns_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.821 | 2017-02-10 12:56:11.821 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/053_add_version_columns_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.821 | 2017-02-10 12:56:11.821 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/054_add_has_dependent_backups_column_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.821 | 2017-02-10 12:56:11.821 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/054_add_has_dependent_backups_column_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.821 | 2017-02-10 12:56:11.821 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/055_add_image_volume_cache_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.821 | 2017-02-10 12:56:11.821 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/055_add_image_volume_cache_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.821 | 2017-02-10 12:56:11.821 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/056_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.821 | 2017-02-10 12:56:11.821 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/056_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.822 | 2017-02-10 12:56:11.821 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/057_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.822 | 2017-02-10 12:56:11.822 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/057_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.822 | 2017-02-10 12:56:11.822 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/058_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.822 | 2017-02-10 12:56:11.822 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/058_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.822 | 2017-02-10 12:56:11.822 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/059_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.822 | 2017-02-10 12:56:11.822 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/059_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.822 | 2017-02-10 12:56:11.822 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/060_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.822 | 2017-02-10 12:56:11.822 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/060_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.822 | 2017-02-10 12:56:11.822 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_add_snapshot_id_timestamp_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.822 | 2017-02-10 12:56:11.822 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_add_snapshot_id_timestamp_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.822 | 2017-02-10 12:56:11.822 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.823 | 2017-02-10 12:56:11.822 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.823 | 2017-02-10 12:56:11.823 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.823 | 2017-02-10 12:56:11.823 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.823 | 2017-02-10 12:56:11.823 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.823 | 2017-02-10 12:56:11.823 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.823 | 2017-02-10 12:56:11.823 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.823 | 2017-02-10 12:56:11.823 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.823 | 2017-02-10 12:56:11.823 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.823 | 2017-02-10 12:56:11.823 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.823 | 2017-02-10 12:56:11.823 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.824 | 2017-02-10 12:56:11.823 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.824 | 2017-02-10 12:56:11.824 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.824 | 2017-02-10 12:56:11.824 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.824 | 2017-02-10 12:56:11.824 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.824 | 2017-02-10 12:56:11.824 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.824 | 2017-02-10 12:56:11.824 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.824 | 2017-02-10 12:56:11.824 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.824 | 2017-02-10 12:56:11.824 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.824 | 2017-02-10 12:56:11.824 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.824 | 2017-02-10 12:56:11.824 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.825 | 2017-02-10 12:56:11.824 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.825 | 2017-02-10 12:56:11.825 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.825 | 2017-02-10 12:56:11.825 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.825 | 2017-02-10 12:56:11.825 DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82
2017-02-10 04:56:11.825 | 2017-02-10 12:56:11.825 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83
2017-02-10 04:56:11.842 | 2017-02-10 12:56:11.841 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76
2017-02-10 04:56:11.842 | 2017-02-10 12:56:11.842 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/001_cinder_init.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.842 | 2017-02-10 12:56:11.842 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/001_cinder_init.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.842 | 2017-02-10 12:56:11.842 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/002_quota_class.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.842 | 2017-02-10 12:56:11.842 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/002_quota_class.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.843 | 2017-02-10 12:56:11.843 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/003_glance_metadata.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.843 | 2017-02-10 12:56:11.843 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/003_glance_metadata.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.843 | 2017-02-10 12:56:11.843 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/004_volume_type_to_uuid.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.843 | 2017-02-10 12:56:11.843 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/004_volume_type_to_uuid.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.843 | 2017-02-10 12:56:11.843 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/005_add_source_volume_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.843 | 2017-02-10 12:56:11.843 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/005_add_source_volume_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.843 | 2017-02-10 12:56:11.843 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/006_snapshots_add_provider_location.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.843 | 2017-02-10 12:56:11.843 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/006_snapshots_add_provider_location.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.843 | 2017-02-10 12:56:11.843 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/007_add_volume_snapshot_fk.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.844 | 2017-02-10 12:56:11.843 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/007_add_volume_snapshot_fk.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.844 | 2017-02-10 12:56:11.844 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.844 | 2017-02-10 12:56:11.844 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.844 | 2017-02-10 12:56:11.844 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.844 | 2017-02-10 12:56:11.844 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.844 | 2017-02-10 12:56:11.844 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.844 | 2017-02-10 12:56:11.844 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.844 | 2017-02-10 12:56:11.844 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/011_add_bootable_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.844 | 2017-02-10 12:56:11.844 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/011_add_bootable_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.844 | 2017-02-10 12:56:11.844 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/012_add_attach_host_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.844 | 2017-02-10 12:56:11.844 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/012_add_attach_host_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.845 | 2017-02-10 12:56:11.844 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/013_add_provider_geometry_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.845 | 2017-02-10 12:56:11.845 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/013_add_provider_geometry_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.845 | 2017-02-10 12:56:11.845 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/014_add_name_id.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.845 | 2017-02-10 12:56:11.845 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/014_add_name_id.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.845 | 2017-02-10 12:56:11.845 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/015_drop_migrations_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.845 | 2017-02-10 12:56:11.845 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/015_drop_migrations_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.845 | 2017-02-10 12:56:11.845 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/016_drop_sm_tables.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.845 | 2017-02-10 12:56:11.845 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/016_drop_sm_tables.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.845 | 2017-02-10 12:56:11.845 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.845 | 2017-02-10 12:56:11.845 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.846 | 2017-02-10 12:56:11.845 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.846 | 2017-02-10 12:56:11.846 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.846 | 2017-02-10 12:56:11.846 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/019_add_migration_status.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.846 | 2017-02-10 12:56:11.846 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/019_add_migration_status.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.846 | 2017-02-10 12:56:11.846 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/020_add_volume_admin_metadata_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.846 | 2017-02-10 12:56:11.846 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/020_add_volume_admin_metadata_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.846 | 2017-02-10 12:56:11.846 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/021_add_default_quota_class.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.846 | 2017-02-10 12:56:11.846 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/021_add_default_quota_class.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.846 | 2017-02-10 12:56:11.846 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/022_add_reason_column_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.846 | 2017-02-10 12:56:11.846 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/022_add_reason_column_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.847 | 2017-02-10 12:56:11.846 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/023_add_expire_reservations_index.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.847 | 2017-02-10 12:56:11.847 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/023_add_expire_reservations_index.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.847 | 2017-02-10 12:56:11.847 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/024_add_replication_support.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.847 | 2017-02-10 12:56:11.847 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/024_add_replication_support.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.847 | 2017-02-10 12:56:11.847 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/025_add_consistencygroup.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.847 | 2017-02-10 12:56:11.847 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/025_add_consistencygroup.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.847 | 2017-02-10 12:56:11.847 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/026_add_consistencygroup_quota_class.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.847 | 2017-02-10 12:56:11.847 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/026_add_consistencygroup_quota_class.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.847 | 2017-02-10 12:56:11.847 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/027_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.847 | 2017-02-10 12:56:11.847 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/027_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.847 | 2017-02-10 12:56:11.847 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/028_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.848 | 2017-02-10 12:56:11.847 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/028_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.848 | 2017-02-10 12:56:11.848 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/029_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.848 | 2017-02-10 12:56:11.848 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/029_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.848 | 2017-02-10 12:56:11.848 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/030_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.848 | 2017-02-10 12:56:11.848 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/030_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.848 | 2017-02-10 12:56:11.848 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/031_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.848 | 2017-02-10 12:56:11.848 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/031_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.848 | 2017-02-10 12:56:11.848 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/032_add_volume_type_projects.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.848 | 2017-02-10 12:56:11.848 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/032_add_volume_type_projects.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.848 | 2017-02-10 12:56:11.848 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/033_add_encryption_unique_key.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.849 | 2017-02-10 12:56:11.848 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/033_add_encryption_unique_key.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.849 | 2017-02-10 12:56:11.849 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/034_volume_type_add_desc_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.849 | 2017-02-10 12:56:11.849 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/034_volume_type_add_desc_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.849 | 2017-02-10 12:56:11.849 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/035_add_provider_id_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.849 | 2017-02-10 12:56:11.849 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/035_add_provider_id_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.849 | 2017-02-10 12:56:11.849 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/036_add_provider_id_column_to_snapshots.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.849 | 2017-02-10 12:56:11.849 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/036_add_provider_id_column_to_snapshots.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.849 | 2017-02-10 12:56:11.849 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/037_add_cgsnapshot_id_column_to_consistencygroups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.849 | 2017-02-10 12:56:11.849 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/037_add_cgsnapshot_id_column_to_consistencygroups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.849 | 2017-02-10 12:56:11.849 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/038_add_driver_initiator_data_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.850 | 2017-02-10 12:56:11.849 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/038_add_driver_initiator_data_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.850 | 2017-02-10 12:56:11.850 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/039_add_parent_id_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.850 | 2017-02-10 12:56:11.850 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/039_add_parent_id_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.850 | 2017-02-10 12:56:11.850 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/040_add_volume_attachment.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.850 | 2017-02-10 12:56:11.850 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/040_add_volume_attachment.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.850 | 2017-02-10 12:56:11.850 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/041_add_modified_at_column_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.850 | 2017-02-10 12:56:11.850 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/041_add_modified_at_column_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.850 | 2017-02-10 12:56:11.850 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/042_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.850 | 2017-02-10 12:56:11.850 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/042_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.850 | 2017-02-10 12:56:11.850 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/043_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.850 | 2017-02-10 12:56:11.850 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/043_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.851 | 2017-02-10 12:56:11.851 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/044_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.851 | 2017-02-10 12:56:11.851 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/044_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.851 | 2017-02-10 12:56:11.851 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/045_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.851 | 2017-02-10 12:56:11.851 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/045_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.851 | 2017-02-10 12:56:11.851 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/046_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.851 | 2017-02-10 12:56:11.851 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/046_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.851 | 2017-02-10 12:56:11.851 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/047_add_per_volume_quota.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.851 | 2017-02-10 12:56:11.851 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/047_add_per_volume_quota.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.851 | 2017-02-10 12:56:11.851 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/048_add_allocated_in_quotas.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.852 | 2017-02-10 12:56:11.851 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/048_add_allocated_in_quotas.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.852 | 2017-02-10 12:56:11.852 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/049_add_temp_volume_snapshot_ids_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.852 | 2017-02-10 12:56:11.852 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/049_add_temp_volume_snapshot_ids_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.852 | 2017-02-10 12:56:11.852 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/050_add_previous_status_to_volumes.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.852 | 2017-02-10 12:56:11.852 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/050_add_previous_status_to_volumes.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.852 | 2017-02-10 12:56:11.852 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/051_add_source_cgid_column_to_consistencygroups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.852 | 2017-02-10 12:56:11.852 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/051_add_source_cgid_column_to_consistencygroups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.852 | 2017-02-10 12:56:11.852 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/052_add_provider_auth_column_to_snapshots.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.852 | 2017-02-10 12:56:11.852 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/052_add_provider_auth_column_to_snapshots.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.852 | 2017-02-10 12:56:11.852 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/053_add_version_columns_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.853 | 2017-02-10 12:56:11.852 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/053_add_version_columns_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.853 | 2017-02-10 12:56:11.853 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/054_add_has_dependent_backups_column_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.853 | 2017-02-10 12:56:11.853 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/054_add_has_dependent_backups_column_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.853 | 2017-02-10 12:56:11.853 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/055_add_image_volume_cache_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.853 | 2017-02-10 12:56:11.853 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/055_add_image_volume_cache_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.853 | 2017-02-10 12:56:11.853 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/056_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.853 | 2017-02-10 12:56:11.853 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/056_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.853 | 2017-02-10 12:56:11.853 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/057_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.853 | 2017-02-10 12:56:11.853 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/057_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.853 | 2017-02-10 12:56:11.853 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/058_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.853 | 2017-02-10 12:56:11.853 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/058_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.854 | 2017-02-10 12:56:11.853 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/059_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.854 | 2017-02-10 12:56:11.854 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/059_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.854 | 2017-02-10 12:56:11.854 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/060_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.854 | 2017-02-10 12:56:11.854 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/060_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.854 | 2017-02-10 12:56:11.854 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_add_snapshot_id_timestamp_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.854 | 2017-02-10 12:56:11.854 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_add_snapshot_id_timestamp_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.854 | 2017-02-10 12:56:11.854 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.854 | 2017-02-10 12:56:11.854 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.854 | 2017-02-10 12:56:11.854 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.854 | 2017-02-10 12:56:11.854 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.855 | 2017-02-10 12:56:11.854 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.855 | 2017-02-10 12:56:11.855 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.855 | 2017-02-10 12:56:11.855 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.855 | 2017-02-10 12:56:11.855 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.855 | 2017-02-10 12:56:11.855 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.855 | 2017-02-10 12:56:11.855 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.855 | 2017-02-10 12:56:11.855 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.855 | 2017-02-10 12:56:11.855 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.855 | 2017-02-10 12:56:11.855 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.855 | 2017-02-10 12:56:11.855 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.856 | 2017-02-10 12:56:11.855 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.856 | 2017-02-10 12:56:11.856 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.856 | 2017-02-10 12:56:11.856 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.856 | 2017-02-10 12:56:11.856 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.856 | 2017-02-10 12:56:11.856 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.856 | 2017-02-10 12:56:11.856 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.856 | 2017-02-10 12:56:11.856 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.856 | 2017-02-10 12:56:11.856 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.856 | 2017-02-10 12:56:11.856 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.856 | 2017-02-10 12:56:11.856 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.857 | 2017-02-10 12:56:11.856 DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82
2017-02-10 04:56:11.857 | 2017-02-10 12:56:11.857 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83
2017-02-10 04:56:11.860 | 2017-02-10 12:56:11.860 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76
2017-02-10 04:56:11.860 | 2017-02-10 12:56:11.860 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/001_cinder_init.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.861 | 2017-02-10 12:56:11.860 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/001_cinder_init.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.861 | 2017-02-10 12:56:11.861 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/002_quota_class.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.861 | 2017-02-10 12:56:11.861 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/002_quota_class.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.861 | 2017-02-10 12:56:11.861 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/003_glance_metadata.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.861 | 2017-02-10 12:56:11.861 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/003_glance_metadata.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.861 | 2017-02-10 12:56:11.861 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/004_volume_type_to_uuid.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.861 | 2017-02-10 12:56:11.861 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/004_volume_type_to_uuid.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.861 | 2017-02-10 12:56:11.861 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/005_add_source_volume_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.861 | 2017-02-10 12:56:11.861 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/005_add_source_volume_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.861 | 2017-02-10 12:56:11.861 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/006_snapshots_add_provider_location.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.862 | 2017-02-10 12:56:11.861 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/006_snapshots_add_provider_location.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.862 | 2017-02-10 12:56:11.862 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/007_add_volume_snapshot_fk.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.862 | 2017-02-10 12:56:11.862 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/007_add_volume_snapshot_fk.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.862 | 2017-02-10 12:56:11.862 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.862 | 2017-02-10 12:56:11.862 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.862 | 2017-02-10 12:56:11.862 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.862 | 2017-02-10 12:56:11.862 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.862 | 2017-02-10 12:56:11.862 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.862 | 2017-02-10 12:56:11.862 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.862 | 2017-02-10 12:56:11.862 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/011_add_bootable_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.863 | 2017-02-10 12:56:11.862 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/011_add_bootable_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.863 | 2017-02-10 12:56:11.863 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/012_add_attach_host_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.863 | 2017-02-10 12:56:11.863 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/012_add_attach_host_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.863 | 2017-02-10 12:56:11.863 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/013_add_provider_geometry_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.863 | 2017-02-10 12:56:11.863 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/013_add_provider_geometry_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.863 | 2017-02-10 12:56:11.863 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/014_add_name_id.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.863 | 2017-02-10 12:56:11.863 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/014_add_name_id.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.863 | 2017-02-10 12:56:11.863 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/015_drop_migrations_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.863 | 2017-02-10 12:56:11.863 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/015_drop_migrations_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.863 | 2017-02-10 12:56:11.863 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/016_drop_sm_tables.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.864 | 2017-02-10 12:56:11.863 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/016_drop_sm_tables.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.864 | 2017-02-10 12:56:11.864 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.864 | 2017-02-10 12:56:11.864 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.864 | 2017-02-10 12:56:11.864 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.864 | 2017-02-10 12:56:11.864 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.864 | 2017-02-10 12:56:11.864 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/019_add_migration_status.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.864 | 2017-02-10 12:56:11.864 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/019_add_migration_status.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.864 | 2017-02-10 12:56:11.864 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/020_add_volume_admin_metadata_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.864 | 2017-02-10 12:56:11.864 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/020_add_volume_admin_metadata_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.864 | 2017-02-10 12:56:11.864 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/021_add_default_quota_class.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.864 | 2017-02-10 12:56:11.864 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/021_add_default_quota_class.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.865 | 2017-02-10 12:56:11.865 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/022_add_reason_column_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.865 | 2017-02-10 12:56:11.865 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/022_add_reason_column_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.865 | 2017-02-10 12:56:11.865 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/023_add_expire_reservations_index.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.865 | 2017-02-10 12:56:11.865 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/023_add_expire_reservations_index.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.865 | 2017-02-10 12:56:11.865 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/024_add_replication_support.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.865 | 2017-02-10 12:56:11.865 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/024_add_replication_support.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.865 | 2017-02-10 12:56:11.865 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/025_add_consistencygroup.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.865 | 2017-02-10 12:56:11.865 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/025_add_consistencygroup.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.865 | 2017-02-10 12:56:11.865 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/026_add_consistencygroup_quota_class.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.865 | 2017-02-10 12:56:11.865 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/026_add_consistencygroup_quota_class.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.866 | 2017-02-10 12:56:11.865 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/027_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.866 | 2017-02-10 12:56:11.866 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/027_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.866 | 2017-02-10 12:56:11.866 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/028_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.866 | 2017-02-10 12:56:11.866 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/028_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.866 | 2017-02-10 12:56:11.866 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/029_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.866 | 2017-02-10 12:56:11.866 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/029_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.866 | 2017-02-10 12:56:11.866 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/030_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.866 | 2017-02-10 12:56:11.866 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/030_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.866 | 2017-02-10 12:56:11.866 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/031_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.866 | 2017-02-10 12:56:11.866 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/031_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.866 | 2017-02-10 12:56:11.866 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/032_add_volume_type_projects.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.867 | 2017-02-10 12:56:11.866 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/032_add_volume_type_projects.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.867 | 2017-02-10 12:56:11.867 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/033_add_encryption_unique_key.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.867 | 2017-02-10 12:56:11.867 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/033_add_encryption_unique_key.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.867 | 2017-02-10 12:56:11.867 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/034_volume_type_add_desc_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.867 | 2017-02-10 12:56:11.867 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/034_volume_type_add_desc_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.867 | 2017-02-10 12:56:11.867 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/035_add_provider_id_column.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.867 | 2017-02-10 12:56:11.867 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/035_add_provider_id_column.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.867 | 2017-02-10 12:56:11.867 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/036_add_provider_id_column_to_snapshots.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.867 | 2017-02-10 12:56:11.867 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/036_add_provider_id_column_to_snapshots.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.867 | 2017-02-10 12:56:11.867 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/037_add_cgsnapshot_id_column_to_consistencygroups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.868 | 2017-02-10 12:56:11.867 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/037_add_cgsnapshot_id_column_to_consistencygroups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.868 | 2017-02-10 12:56:11.868 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/038_add_driver_initiator_data_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.868 | 2017-02-10 12:56:11.868 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/038_add_driver_initiator_data_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.868 | 2017-02-10 12:56:11.868 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/039_add_parent_id_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.868 | 2017-02-10 12:56:11.868 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/039_add_parent_id_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.868 | 2017-02-10 12:56:11.868 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/040_add_volume_attachment.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.868 | 2017-02-10 12:56:11.868 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/040_add_volume_attachment.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.868 | 2017-02-10 12:56:11.868 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/041_add_modified_at_column_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.868 | 2017-02-10 12:56:11.868 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/041_add_modified_at_column_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.868 | 2017-02-10 12:56:11.868 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/042_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.868 | 2017-02-10 12:56:11.868 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/042_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.869 | 2017-02-10 12:56:11.868 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/043_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.869 | 2017-02-10 12:56:11.869 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/043_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.869 | 2017-02-10 12:56:11.869 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/044_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.869 | 2017-02-10 12:56:11.869 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/044_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.869 | 2017-02-10 12:56:11.869 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/045_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.869 | 2017-02-10 12:56:11.869 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/045_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.869 | 2017-02-10 12:56:11.869 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/046_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.869 | 2017-02-10 12:56:11.869 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/046_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.869 | 2017-02-10 12:56:11.869 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/047_add_per_volume_quota.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.869 | 2017-02-10 12:56:11.869 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/047_add_per_volume_quota.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.870 | 2017-02-10 12:56:11.869 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/048_add_allocated_in_quotas.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.870 | 2017-02-10 12:56:11.870 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/048_add_allocated_in_quotas.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.870 | 2017-02-10 12:56:11.870 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/049_add_temp_volume_snapshot_ids_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.870 | 2017-02-10 12:56:11.870 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/049_add_temp_volume_snapshot_ids_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.870 | 2017-02-10 12:56:11.870 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/050_add_previous_status_to_volumes.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.870 | 2017-02-10 12:56:11.870 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/050_add_previous_status_to_volumes.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.870 | 2017-02-10 12:56:11.870 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/051_add_source_cgid_column_to_consistencygroups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.870 | 2017-02-10 12:56:11.870 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/051_add_source_cgid_column_to_consistencygroups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.870 | 2017-02-10 12:56:11.870 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/052_add_provider_auth_column_to_snapshots.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.870 | 2017-02-10 12:56:11.870 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/052_add_provider_auth_column_to_snapshots.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.870 | 2017-02-10 12:56:11.870 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/053_add_version_columns_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.871 | 2017-02-10 12:56:11.870 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/053_add_version_columns_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.871 | 2017-02-10 12:56:11.871 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/054_add_has_dependent_backups_column_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.871 | 2017-02-10 12:56:11.871 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/054_add_has_dependent_backups_column_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.871 | 2017-02-10 12:56:11.871 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/055_add_image_volume_cache_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.871 | 2017-02-10 12:56:11.871 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/055_add_image_volume_cache_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.871 | 2017-02-10 12:56:11.871 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/056_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.871 | 2017-02-10 12:56:11.871 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/056_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.871 | 2017-02-10 12:56:11.871 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/057_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.871 | 2017-02-10 12:56:11.871 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/057_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.872 | 2017-02-10 12:56:11.871 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/058_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.872 | 2017-02-10 12:56:11.872 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/058_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.872 | 2017-02-10 12:56:11.872 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/059_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.872 | 2017-02-10 12:56:11.872 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/059_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.872 | 2017-02-10 12:56:11.872 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/060_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.872 | 2017-02-10 12:56:11.872 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/060_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.872 | 2017-02-10 12:56:11.872 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_add_snapshot_id_timestamp_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.872 | 2017-02-10 12:56:11.872 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_add_snapshot_id_timestamp_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.872 | 2017-02-10 12:56:11.872 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.872 | 2017-02-10 12:56:11.872 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.872 | 2017-02-10 12:56:11.872 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.873 | 2017-02-10 12:56:11.872 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.873 | 2017-02-10 12:56:11.873 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.873 | 2017-02-10 12:56:11.873 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.873 | 2017-02-10 12:56:11.873 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.873 | 2017-02-10 12:56:11.873 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.873 | 2017-02-10 12:56:11.873 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.873 | 2017-02-10 12:56:11.873 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.873 | 2017-02-10 12:56:11.873 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.873 | 2017-02-10 12:56:11.873 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.873 | 2017-02-10 12:56:11.873 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.874 | 2017-02-10 12:56:11.873 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.874 | 2017-02-10 12:56:11.874 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.874 | 2017-02-10 12:56:11.874 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.874 | 2017-02-10 12:56:11.874 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.874 | 2017-02-10 12:56:11.874 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.874 | 2017-02-10 12:56:11.874 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.874 | 2017-02-10 12:56:11.874 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.874 | 2017-02-10 12:56:11.874 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.874 | 2017-02-10 12:56:11.874 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.874 | 2017-02-10 12:56:11.874 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py... from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:11.875 | 2017-02-10 12:56:11.874 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:11.875 | 2017-02-10 12:56:11.875 DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82
2017-02-10 04:56:11.875 | 2017-02-10 12:56:11.875 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=7696) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83
2017-02-10 04:56:11.881 | 2017-02-10 12:56:11.880 INFO migrate.versioning.api [-] 0 -> 1...
2017-02-10 04:56:12.012 | 2017-02-10 12:56:12.012 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.012 | 2017-02-10 12:56:12.012 INFO migrate.versioning.api [-] 1 -> 2...
2017-02-10 04:56:12.050 | 2017-02-10 12:56:12.050 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.050 | 2017-02-10 12:56:12.050 INFO migrate.versioning.api [-] 2 -> 3...
2017-02-10 04:56:12.060 | 2017-02-10 12:56:12.060 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.061 | 2017-02-10 12:56:12.060 INFO migrate.versioning.api [-] 3 -> 4...
2017-02-10 04:56:12.098 | 2017-02-10 12:56:12.097 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.098 | 2017-02-10 12:56:12.098 INFO migrate.versioning.api [-] 4 -> 5...
2017-02-10 04:56:12.112 | 2017-02-10 12:56:12.111 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.112 | 2017-02-10 12:56:12.112 INFO migrate.versioning.api [-] 5 -> 6...
2017-02-10 04:56:12.124 | 2017-02-10 12:56:12.124 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.125 | 2017-02-10 12:56:12.124 INFO migrate.versioning.api [-] 6 -> 7...
2017-02-10 04:56:12.139 | 2017-02-10 12:56:12.138 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.139 | 2017-02-10 12:56:12.139 INFO migrate.versioning.api [-] 7 -> 8...
2017-02-10 04:56:12.148 | 2017-02-10 12:56:12.148 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.148 | 2017-02-10 12:56:12.148 INFO migrate.versioning.api [-] 8 -> 9...
2017-02-10 04:56:12.161 | 2017-02-10 12:56:12.161 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.161 | 2017-02-10 12:56:12.161 INFO migrate.versioning.api [-] 9 -> 10...
2017-02-10 04:56:12.173 | 2017-02-10 12:56:12.173 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.174 | 2017-02-10 12:56:12.173 INFO migrate.versioning.api [-] 10 -> 11...
2017-02-10 04:56:12.193 | 2017-02-10 12:56:12.192 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.193 | 2017-02-10 12:56:12.193 INFO migrate.versioning.api [-] 11 -> 12...
2017-02-10 04:56:12.206 | 2017-02-10 12:56:12.206 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.206 | 2017-02-10 12:56:12.206 INFO migrate.versioning.api [-] 12 -> 13...
2017-02-10 04:56:12.219 | 2017-02-10 12:56:12.219 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.219 | 2017-02-10 12:56:12.219 INFO migrate.versioning.api [-] 13 -> 14...
2017-02-10 04:56:12.233 | 2017-02-10 12:56:12.232 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.233 | 2017-02-10 12:56:12.233 INFO migrate.versioning.api [-] 14 -> 15...
2017-02-10 04:56:12.241 | 2017-02-10 12:56:12.241 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.241 | 2017-02-10 12:56:12.241 INFO migrate.versioning.api [-] 15 -> 16...
2017-02-10 04:56:12.263 | 2017-02-10 12:56:12.260 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.263 | 2017-02-10 12:56:12.260 INFO migrate.versioning.api [-] 16 -> 17...
2017-02-10 04:56:12.291 | 2017-02-10 12:56:12.291 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.291 | 2017-02-10 12:56:12.291 INFO migrate.versioning.api [-] 17 -> 18...
2017-02-10 04:56:12.312 | 2017-02-10 12:56:12.312 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.312 | 2017-02-10 12:56:12.312 INFO migrate.versioning.api [-] 18 -> 19...
2017-02-10 04:56:12.324 | 2017-02-10 12:56:12.324 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.324 | 2017-02-10 12:56:12.324 INFO migrate.versioning.api [-] 19 -> 20...
2017-02-10 04:56:12.336 | 2017-02-10 12:56:12.336 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.336 | 2017-02-10 12:56:12.336 INFO migrate.versioning.api [-] 20 -> 21...
2017-02-10 04:56:12.349 | 2017-02-10 12:56:12.348 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.349 | 2017-02-10 12:56:12.349 INFO migrate.versioning.api [-] 21 -> 22...
2017-02-10 04:56:12.359 | 2017-02-10 12:56:12.359 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.359 | 2017-02-10 12:56:12.359 INFO migrate.versioning.api [-] 22 -> 23...
2017-02-10 04:56:12.374 | 2017-02-10 12:56:12.373 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.374 | 2017-02-10 12:56:12.374 INFO migrate.versioning.api [-] 23 -> 24...
2017-02-10 04:56:12.399 | 2017-02-10 12:56:12.399 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.399 | 2017-02-10 12:56:12.399 INFO migrate.versioning.api [-] 24 -> 25...
2017-02-10 04:56:12.439 | 2017-02-10 12:56:12.439 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.439 | 2017-02-10 12:56:12.439 INFO migrate.versioning.api [-] 25 -> 26...
2017-02-10 04:56:12.451 | 2017-02-10 12:56:12.450 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.451 | 2017-02-10 12:56:12.451 INFO migrate.versioning.api [-] 26 -> 27...
2017-02-10 04:56:12.455 | 2017-02-10 12:56:12.455 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.455 | 2017-02-10 12:56:12.455 INFO migrate.versioning.api [-] 27 -> 28...
2017-02-10 04:56:12.459 | 2017-02-10 12:56:12.459 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.460 | 2017-02-10 12:56:12.459 INFO migrate.versioning.api [-] 28 -> 29...
2017-02-10 04:56:12.464 | 2017-02-10 12:56:12.463 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.464 | 2017-02-10 12:56:12.464 INFO migrate.versioning.api [-] 29 -> 30...
2017-02-10 04:56:12.468 | 2017-02-10 12:56:12.467 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.468 | 2017-02-10 12:56:12.468 INFO migrate.versioning.api [-] 30 -> 31...
2017-02-10 04:56:12.474 | 2017-02-10 12:56:12.472 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.474 | 2017-02-10 12:56:12.472 INFO migrate.versioning.api [-] 31 -> 32...
2017-02-10 04:56:12.491 | 2017-02-10 12:56:12.491 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.491 | 2017-02-10 12:56:12.491 INFO migrate.versioning.api [-] 32 -> 33...
2017-02-10 04:56:12.514 | 2017-02-10 12:56:12.514 WARNING py.warnings [-] /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/schema.py:2999: SAWarning: Table 'encryption' specifies columns 'volume_type_id' as primary_key=True, not matching locally specified columns 'encryption_id'; setting the current primary key columns to 'encryption_id'. This warning may become an exception in a future release
2017-02-10 04:56:12.514 |   ", ".join("'%s'" % c.name for c in self.columns)
2017-02-10 04:56:12.514 |
2017-02-10 04:56:12.521 | 2017-02-10 12:56:12.521 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.521 | 2017-02-10 12:56:12.521 INFO migrate.versioning.api [-] 33 -> 34...
2017-02-10 04:56:12.535 | 2017-02-10 12:56:12.534 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.535 | 2017-02-10 12:56:12.535 INFO migrate.versioning.api [-] 34 -> 35...
2017-02-10 04:56:12.552 | 2017-02-10 12:56:12.551 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.552 | 2017-02-10 12:56:12.552 INFO migrate.versioning.api [-] 35 -> 36...
2017-02-10 04:56:12.571 | 2017-02-10 12:56:12.571 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.571 | 2017-02-10 12:56:12.571 INFO migrate.versioning.api [-] 36 -> 37...
2017-02-10 04:56:12.583 | 2017-02-10 12:56:12.583 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.583 | 2017-02-10 12:56:12.583 INFO migrate.versioning.api [-] 37 -> 38...
2017-02-10 04:56:12.598 | 2017-02-10 12:56:12.598 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.598 | 2017-02-10 12:56:12.598 INFO migrate.versioning.api [-] 38 -> 39...
2017-02-10 04:56:12.610 | 2017-02-10 12:56:12.610 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.610 | 2017-02-10 12:56:12.610 INFO migrate.versioning.api [-] 39 -> 40...
2017-02-10 04:56:12.654 | 2017-02-10 12:56:12.654 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.654 | 2017-02-10 12:56:12.654 INFO migrate.versioning.api [-] 40 -> 41...
2017-02-10 04:56:12.666 | 2017-02-10 12:56:12.666 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.666 | 2017-02-10 12:56:12.666 INFO migrate.versioning.api [-] 41 -> 42...
2017-02-10 04:56:12.670 | 2017-02-10 12:56:12.670 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.670 | 2017-02-10 12:56:12.670 INFO migrate.versioning.api [-] 42 -> 43...
2017-02-10 04:56:12.674 | 2017-02-10 12:56:12.674 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.674 | 2017-02-10 12:56:12.674 INFO migrate.versioning.api [-] 43 -> 44...
2017-02-10 04:56:12.679 | 2017-02-10 12:56:12.678 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.679 | 2017-02-10 12:56:12.679 INFO migrate.versioning.api [-] 44 -> 45...
2017-02-10 04:56:12.683 | 2017-02-10 12:56:12.682 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.683 | 2017-02-10 12:56:12.683 INFO migrate.versioning.api [-] 45 -> 46...
2017-02-10 04:56:12.687 | 2017-02-10 12:56:12.687 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.687 | 2017-02-10 12:56:12.687 INFO migrate.versioning.api [-] 46 -> 47...
2017-02-10 04:56:12.696 | 2017-02-10 12:56:12.696 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.696 | 2017-02-10 12:56:12.696 INFO migrate.versioning.api [-] 47 -> 48...
2017-02-10 04:56:12.709 | 2017-02-10 12:56:12.709 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.709 | 2017-02-10 12:56:12.709 INFO migrate.versioning.api [-] 48 -> 49...
2017-02-10 04:56:12.727 | 2017-02-10 12:56:12.727 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.727 | 2017-02-10 12:56:12.727 INFO migrate.versioning.api [-] 49 -> 50...
2017-02-10 04:56:12.744 | 2017-02-10 12:56:12.744 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.744 | 2017-02-10 12:56:12.744 INFO migrate.versioning.api [-] 50 -> 51...
2017-02-10 04:56:12.757 | 2017-02-10 12:56:12.757 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.757 | 2017-02-10 12:56:12.757 INFO migrate.versioning.api [-] 51 -> 52...
2017-02-10 04:56:12.776 | 2017-02-10 12:56:12.775 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.776 | 2017-02-10 12:56:12.776 INFO migrate.versioning.api [-] 52 -> 53...
2017-02-10 04:56:12.805 | 2017-02-10 12:56:12.805 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.805 | 2017-02-10 12:56:12.805 INFO migrate.versioning.api [-] 53 -> 54...
2017-02-10 04:56:12.822 | 2017-02-10 12:56:12.822 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.822 | 2017-02-10 12:56:12.822 INFO migrate.versioning.api [-] 54 -> 55...
2017-02-10 04:56:12.841 | 2017-02-10 12:56:12.841 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.841 | 2017-02-10 12:56:12.841 INFO migrate.versioning.api [-] 55 -> 56...
2017-02-10 04:56:12.845 | 2017-02-10 12:56:12.845 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.846 | 2017-02-10 12:56:12.845 INFO migrate.versioning.api [-] 56 -> 57...
2017-02-10 04:56:12.849 | 2017-02-10 12:56:12.849 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.850 | 2017-02-10 12:56:12.850 INFO migrate.versioning.api [-] 57 -> 58...
2017-02-10 04:56:12.854 | 2017-02-10 12:56:12.854 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.854 | 2017-02-10 12:56:12.854 INFO migrate.versioning.api [-] 58 -> 59...
2017-02-10 04:56:12.858 | 2017-02-10 12:56:12.858 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.858 | 2017-02-10 12:56:12.858 INFO migrate.versioning.api [-] 59 -> 60...
2017-02-10 04:56:12.862 | 2017-02-10 12:56:12.862 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.863 | 2017-02-10 12:56:12.862 INFO migrate.versioning.api [-] 60 -> 61...
2017-02-10 04:56:12.879 | 2017-02-10 12:56:12.879 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.879 | 2017-02-10 12:56:12.879 INFO migrate.versioning.api [-] 61 -> 62...
2017-02-10 04:56:12.894 | 2017-02-10 12:56:12.894 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.894 | 2017-02-10 12:56:12.894 INFO migrate.versioning.api [-] 62 -> 63...
2017-02-10 04:56:12.898 | 2017-02-10 12:56:12.898 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.898 | 2017-02-10 12:56:12.898 INFO migrate.versioning.api [-] 63 -> 64...
2017-02-10 04:56:12.911 | 2017-02-10 12:56:12.910 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.911 | 2017-02-10 12:56:12.911 INFO migrate.versioning.api [-] 64 -> 65...
2017-02-10 04:56:12.936 | 2017-02-10 12:56:12.936 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.936 | 2017-02-10 12:56:12.936 INFO migrate.versioning.api [-] 65 -> 66...
2017-02-10 04:56:12.974 | 2017-02-10 12:56:12.974 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.974 | 2017-02-10 12:56:12.974 INFO migrate.versioning.api [-] 66 -> 67...
2017-02-10 04:56:12.986 | 2017-02-10 12:56:12.986 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.986 | 2017-02-10 12:56:12.986 INFO migrate.versioning.api [-] 67 -> 68...
2017-02-10 04:56:12.991 | 2017-02-10 12:56:12.990 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.991 | 2017-02-10 12:56:12.991 INFO migrate.versioning.api [-] 68 -> 69...
2017-02-10 04:56:12.995 | 2017-02-10 12:56:12.995 INFO migrate.versioning.api [-] done
2017-02-10 04:56:12.995 | 2017-02-10 12:56:12.995 INFO migrate.versioning.api [-] 69 -> 70...
2017-02-10 04:56:12.999 | 2017-02-10 12:56:12.999 INFO migrate.versioning.api [-] done
2017-02-10 04:56:13.000 | 2017-02-10 12:56:12.999 INFO migrate.versioning.api [-] 70 -> 71...
2017-02-10 04:56:13.004 | 2017-02-10 12:56:13.004 INFO migrate.versioning.api [-] done
2017-02-10 04:56:13.004 | 2017-02-10 12:56:13.004 INFO migrate.versioning.api [-] 71 -> 72...
2017-02-10 04:56:13.008 | 2017-02-10 12:56:13.008 INFO migrate.versioning.api [-] done
2017-02-10 04:56:13.056 | +lib/cinder:init_cinder:411                is_service_enabled c-vol
2017-02-10 04:56:13.077 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:13.080 | +lib/cinder:init_cinder:411                [[ -n lvm:lvmdriver-1 ]]
2017-02-10 04:56:13.084 | +lib/cinder:init_cinder:412                local be be_name be_type
2017-02-10 04:56:13.087 | +lib/cinder:init_cinder:413                for be in '${CINDER_ENABLED_BACKENDS//,/ }'
2017-02-10 04:56:13.090 | +lib/cinder:init_cinder:414                be_type=lvm
2017-02-10 04:56:13.094 | +lib/cinder:init_cinder:415                be_name=lvmdriver-1
2017-02-10 04:56:13.097 | +lib/cinder:init_cinder:416                type init_cinder_backend_lvm
2017-02-10 04:56:13.100 | +lib/cinder:init_cinder:418                [[ lvm == \l\v\m ]]
2017-02-10 04:56:13.104 | +lib/cinder:init_cinder:419                init_default_lvm_volume_group
2017-02-10 04:56:13.107 | +lib/lvm:init_default_lvm_volume_group:144  [[ 0 = \0 ]]
2017-02-10 04:56:13.110 | +lib/lvm:init_default_lvm_volume_group:145  init_lvm_volume_group stack-volumes-default 10250M
2017-02-10 04:56:13.114 | +lib/lvm:init_lvm_volume_group:108         local vg=stack-volumes-default
2017-02-10 04:56:13.117 | +lib/lvm:init_lvm_volume_group:109         local size=10250M
2017-02-10 04:56:13.120 | +lib/lvm:init_lvm_volume_group:112         is_fedora
2017-02-10 04:56:13.123 | +functions-common:is_fedora:438            [[ -z Ubuntu ]]
2017-02-10 04:56:13.127 | +functions-common:is_fedora:442            '[' Ubuntu = Fedora ']'
2017-02-10 04:56:13.130 | +functions-common:is_fedora:442            '[' Ubuntu = 'Red Hat' ']'
2017-02-10 04:56:13.133 | +functions-common:is_fedora:443            '[' Ubuntu = RedHatEnterpriseServer ']'
2017-02-10 04:56:13.137 | +functions-common:is_fedora:444            '[' Ubuntu = CentOS ']'
2017-02-10 04:56:13.140 | +functions-common:is_fedora:444            '[' Ubuntu = OracleLinux ']'
2017-02-10 04:56:13.144 | +functions-common:is_fedora:445            '[' Ubuntu = Virtuozzo ']'
2017-02-10 04:56:13.147 | +functions-common:is_fedora:445            '[' Ubuntu = kvmibm ']'
2017-02-10 04:56:13.150 | +lib/lvm:init_lvm_volume_group:112         is_suse
2017-02-10 04:56:13.154 | +functions-common:is_suse:453              [[ -z Ubuntu ]]
2017-02-10 04:56:13.157 | +functions-common:is_suse:457              [[ Ubuntu =~ (openSUSE) ]]
2017-02-10 04:56:13.160 | +functions-common:is_suse:457              [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
2017-02-10 04:56:13.164 | +lib/lvm:init_lvm_volume_group:121         _create_lvm_volume_group stack-volumes-default 10250M
2017-02-10 04:56:13.167 | +lib/lvm:_create_lvm_volume_group:86       local vg=stack-volumes-default
2017-02-10 04:56:13.170 | +lib/lvm:_create_lvm_volume_group:87       local size=10250M
2017-02-10 04:56:13.174 | +lib/lvm:_create_lvm_volume_group:89       local backing_file=/opt/stack/data/stack-volumes-default-backing-file
2017-02-10 04:56:13.177 | +lib/lvm:_create_lvm_volume_group:90       sudo vgs stack-volumes-default
2017-02-10 04:56:13.312 |   Volume group "stack-volumes-default" not found
2017-02-10 04:56:13.315 | +lib/lvm:_create_lvm_volume_group:92       [[ -f /opt/stack/data/stack-volumes-default-backing-file ]]
2017-02-10 04:56:13.319 | +lib/lvm:_create_lvm_volume_group:92       truncate -s 10250M /opt/stack/data/stack-volumes-default-backing-file
2017-02-10 04:56:13.322 | +lib/lvm:_create_lvm_volume_group:93       local vg_dev
2017-02-10 04:56:13.326 | ++lib/lvm:_create_lvm_volume_group:94       sudo losetup -f --show /opt/stack/data/stack-volumes-default-backing-file
2017-02-10 04:56:13.364 | +lib/lvm:_create_lvm_volume_group:94       vg_dev=/dev/loop1
2017-02-10 04:56:13.367 | +lib/lvm:_create_lvm_volume_group:97       sudo vgs stack-volumes-default
2017-02-10 04:56:13.555 |   Volume group "stack-volumes-default" not found
2017-02-10 04:56:13.560 | +lib/lvm:_create_lvm_volume_group:98       sudo vgcreate stack-volumes-default /dev/loop1
2017-02-10 04:56:13.827 |   No physical volume label read from /dev/loop1
2017-02-10 04:56:13.856 |   Physical volume "/dev/loop1" successfully created
2017-02-10 04:56:13.859 |   Volume group "stack-volumes-default" successfully created
2017-02-10 04:56:13.864 | +lib/lvm:init_lvm_volume_group:124         '[' tgtadm = lioadm ']'
2017-02-10 04:56:13.869 | +lib/lvm:init_lvm_volume_group:127         grep Target
2017-02-10 04:56:13.870 | +lib/lvm:init_lvm_volume_group:127         sudo tgtadm --op show --mode target
2017-02-10 04:56:13.873 | +lib/lvm:init_lvm_volume_group:127         sudo xargs -n1 tgt-admin --delete
2017-02-10 04:56:13.878 | tgtadm: failed to send request hdr to tgt daemon, Transport endpoint is not connected
2017-02-10 04:56:13.878 | +lib/lvm:init_lvm_volume_group:127         cut -f3 -d ' '
2017-02-10 04:56:13.913 | Option delete requires an argument
2017-02-10 04:56:13.913 | No action specified.
2017-02-10 04:56:13.917 | +lib/lvm:init_lvm_volume_group:129         _clean_lvm_volume_group stack-volumes-default
2017-02-10 04:56:13.920 | +lib/lvm:_clean_lvm_volume_group:44        local vg=stack-volumes-default
2017-02-10 04:56:13.923 | +lib/lvm:_clean_lvm_volume_group:47        sudo lvremove -f stack-volumes-default
2017-02-10 04:56:14.028 | +lib/lvm:init_default_lvm_volume_group:146  _DEFAULT_LVM_INIT=1
2017-02-10 04:56:14.031 | +lib/cinder:init_cinder:421                init_cinder_backend_lvm lvmdriver-1
2017-02-10 04:56:14.035 | +lib/cinder_backends/lvm:init_cinder_backend_lvm:64  local be_name=lvmdriver-1
2017-02-10 04:56:14.038 | +lib/cinder_backends/lvm:init_cinder_backend_lvm:67  init_lvm_volume_group stack-volumes-lvmdriver-1 10250M
2017-02-10 04:56:14.041 | +lib/lvm:init_lvm_volume_group:108         local vg=stack-volumes-lvmdriver-1
2017-02-10 04:56:14.045 | +lib/lvm:init_lvm_volume_group:109         local size=10250M
2017-02-10 04:56:14.048 | +lib/lvm:init_lvm_volume_group:112         is_fedora
2017-02-10 04:56:14.051 | +functions-common:is_fedora:438            [[ -z Ubuntu ]]
2017-02-10 04:56:14.055 | +functions-common:is_fedora:442            '[' Ubuntu = Fedora ']'
2017-02-10 04:56:14.058 | +functions-common:is_fedora:442            '[' Ubuntu = 'Red Hat' ']'
2017-02-10 04:56:14.062 | +functions-common:is_fedora:443            '[' Ubuntu = RedHatEnterpriseServer ']'
2017-02-10 04:56:14.065 | +functions-common:is_fedora:444            '[' Ubuntu = CentOS ']'
2017-02-10 04:56:14.068 | +functions-common:is_fedora:444            '[' Ubuntu = OracleLinux ']'
2017-02-10 04:56:14.072 | +functions-common:is_fedora:445            '[' Ubuntu = Virtuozzo ']'
2017-02-10 04:56:14.075 | +functions-common:is_fedora:445            '[' Ubuntu = kvmibm ']'
2017-02-10 04:56:14.078 | +lib/lvm:init_lvm_volume_group:112         is_suse
2017-02-10 04:56:14.081 | +functions-common:is_suse:453              [[ -z Ubuntu ]]
2017-02-10 04:56:14.085 | +functions-common:is_suse:457              [[ Ubuntu =~ (openSUSE) ]]
2017-02-10 04:56:14.088 | +functions-common:is_suse:457              [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]]
2017-02-10 04:56:14.091 | +lib/lvm:init_lvm_volume_group:121         _create_lvm_volume_group stack-volumes-lvmdriver-1 10250M
2017-02-10 04:56:14.095 | +lib/lvm:_create_lvm_volume_group:86       local vg=stack-volumes-lvmdriver-1
2017-02-10 04:56:14.098 | +lib/lvm:_create_lvm_volume_group:87       local size=10250M
2017-02-10 04:56:14.101 | +lib/lvm:_create_lvm_volume_group:89       local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file
2017-02-10 04:56:14.105 | +lib/lvm:_create_lvm_volume_group:90       sudo vgs stack-volumes-lvmdriver-1
2017-02-10 04:56:14.271 |   Volume group "stack-volumes-lvmdriver-1" not found
2017-02-10 04:56:14.275 | +lib/lvm:_create_lvm_volume_group:92       [[ -f /opt/stack/data/stack-volumes-lvmdriver-1-backing-file ]]
2017-02-10 04:56:14.278 | +lib/lvm:_create_lvm_volume_group:92       truncate -s 10250M /opt/stack/data/stack-volumes-lvmdriver-1-backing-file
2017-02-10 04:56:14.282 | +lib/lvm:_create_lvm_volume_group:93       local vg_dev
2017-02-10 04:56:14.287 | ++lib/lvm:_create_lvm_volume_group:94       sudo losetup -f --show /opt/stack/data/stack-volumes-lvmdriver-1-backing-file
2017-02-10 04:56:14.327 | +lib/lvm:_create_lvm_volume_group:94       vg_dev=/dev/loop2
2017-02-10 04:56:14.330 | +lib/lvm:_create_lvm_volume_group:97       sudo vgs stack-volumes-lvmdriver-1
2017-02-10 04:56:14.579 |   Volume group "stack-volumes-lvmdriver-1" not found
2017-02-10 04:56:14.583 | +lib/lvm:_create_lvm_volume_group:98       sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop2
2017-02-10 04:56:14.915 |   No physical volume label read from /dev/loop2
2017-02-10 04:56:14.937 |   Physical volume "/dev/loop2" successfully created
2017-02-10 04:56:14.953 |   Volume group "stack-volumes-lvmdriver-1" successfully created
2017-02-10 04:56:14.958 | +lib/lvm:init_lvm_volume_group:124         '[' tgtadm = lioadm ']'
2017-02-10 04:56:14.965 | +lib/lvm:init_lvm_volume_group:127         cut -f3 -d ' '
2017-02-10 04:56:14.966 | +lib/lvm:init_lvm_volume_group:127         sudo tgtadm --op show --mode target
2017-02-10 04:56:14.967 | +lib/lvm:init_lvm_volume_group:127         grep Target
2017-02-10 04:56:14.968 | +lib/lvm:init_lvm_volume_group:127         sudo xargs -n1 tgt-admin --delete
2017-02-10 04:56:14.971 | tgtadm: failed to send request hdr to tgt daemon, Transport endpoint is not connected
2017-02-10 04:56:15.001 | Option delete requires an argument
2017-02-10 04:56:15.001 | No action specified.
2017-02-10 04:56:15.005 | +lib/lvm:init_lvm_volume_group:129         _clean_lvm_volume_group stack-volumes-lvmdriver-1
2017-02-10 04:56:15.008 | +lib/lvm:_clean_lvm_volume_group:44        local vg=stack-volumes-lvmdriver-1
2017-02-10 04:56:15.012 | +lib/lvm:_clean_lvm_volume_group:47        sudo lvremove -f stack-volumes-lvmdriver-1
2017-02-10 04:56:15.139 | +lib/cinder:init_cinder:426                mkdir -p /opt/stack/data/cinder/volumes
2017-02-10 04:56:15.143 | +lib/cinder:init_cinder:427                create_cinder_cache_dir
2017-02-10 04:56:15.146 | +lib/cinder:create_cinder_cache_dir:393    sudo install -d -o stack /var/cache/cinder
2017-02-10 04:56:15.154 | +lib/cinder:create_cinder_cache_dir:394    rm -f '/var/cache/cinder/*'
2017-02-10 04:56:15.158 | +./stack.sh:main:1139                      is_service_enabled nova
2017-02-10 04:56:15.177 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:15.181 | +./stack.sh:main:1140                      echo_summary 'Configuring Nova'
2017-02-10 04:56:15.184 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:56:15.187 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:56:15.190 | +./stack.sh:echo_summary:385               echo -e Configuring Nova
2017-02-10 04:56:15.193 | +./stack.sh:main:1141                      init_nova
2017-02-10 04:56:15.196 | +lib/nova:init_nova:697                    is_service_enabled mysql postgresql
2017-02-10 04:56:15.216 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:15.219 | +lib/nova:init_nova:697                    is_service_enabled n-api
2017-02-10 04:56:15.239 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:15.242 | +lib/nova:init_nova:699                    recreate_database nova
2017-02-10 04:56:15.245 | +lib/database:recreate_database:112        local db=nova
2017-02-10 04:56:15.248 | +lib/database:recreate_database:113        recreate_database_mysql nova
2017-02-10 04:56:15.251 | +lib/databases/mysql:recreate_database_mysql:56  local db=nova
2017-02-10 04:56:15.254 | +lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppass -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova;'
2017-02-10 04:56:15.343 | +lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppass -h127.0.0.1 -e 'CREATE DATABASE nova CHARACTER SET utf8;'
2017-02-10 04:56:15.349 | +lib/nova:init_nova:702                    /usr/local/bin/nova-manage db sync
2017-02-10 04:56:17.966 | 2017-02-10 12:56:17.966 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76
2017-02-10 04:56:17.967 | 2017-02-10 12:56:17.967 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.967 | 2017-02-10 12:56:17.967 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.967 | 2017-02-10 12:56:17.967 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.968 | 2017-02-10 12:56:17.967 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.968 | 2017-02-10 12:56:17.968 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.968 | 2017-02-10 12:56:17.968 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.968 | 2017-02-10 12:56:17.968 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.969 | 2017-02-10 12:56:17.969 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.969 | 2017-02-10 12:56:17.969 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.969 | 2017-02-10 12:56:17.969 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.970 | 2017-02-10 12:56:17.969 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.970 | 2017-02-10 12:56:17.970 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.970 | 2017-02-10 12:56:17.970 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.970 | 2017-02-10 12:56:17.970 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.971 | 2017-02-10 12:56:17.970 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.971 | 2017-02-10 12:56:17.971 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.971 | 2017-02-10 12:56:17.971 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.971 | 2017-02-10 12:56:17.971 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.972 | 2017-02-10 12:56:17.972 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.972 | 2017-02-10 12:56:17.972 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.972 | 2017-02-10 12:56:17.972 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.973 | 2017-02-10 12:56:17.972 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.973 | 2017-02-10 12:56:17.973 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.973 | 2017-02-10 12:56:17.973 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.973 | 2017-02-10 12:56:17.973 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.974 | 2017-02-10 12:56:17.974 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.974 | 2017-02-10 12:56:17.974 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.974 | 2017-02-10 12:56:17.974 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.974 | 2017-02-10 12:56:17.974 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.975 | 2017-02-10 12:56:17.975 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.975 | 2017-02-10 12:56:17.975 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.975 | 2017-02-10 12:56:17.975 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.976 | 2017-02-10 12:56:17.975 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.976 | 2017-02-10 12:56:17.976 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.976 | 2017-02-10 12:56:17.976 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.976 | 2017-02-10 12:56:17.976 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.977 | 2017-02-10 12:56:17.977 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.977 | 2017-02-10 12:56:17.977 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.977 | 2017-02-10 12:56:17.977 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.977 | 2017-02-10 12:56:17.977 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.978 | 2017-02-10 12:56:17.978 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.978 | 2017-02-10 12:56:17.978 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.978 | 2017-02-10 12:56:17.978 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.979 | 2017-02-10 12:56:17.978 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.979 | 2017-02-10 12:56:17.979 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.979 | 2017-02-10 12:56:17.979 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.979 | 2017-02-10 12:56:17.979 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.980 | 2017-02-10 12:56:17.980 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.980 | 2017-02-10 12:56:17.980 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.980 | 2017-02-10 12:56:17.980 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.981 | 2017-02-10 12:56:17.980 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.981 | 2017-02-10 12:56:17.981 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.981 | 2017-02-10 12:56:17.981 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.981 | 2017-02-10 12:56:17.981 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.982 | 2017-02-10 12:56:17.981 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.982 | 2017-02-10 12:56:17.982 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.982 | 2017-02-10 12:56:17.982 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.982 | 2017-02-10 12:56:17.982 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.983 | 2017-02-10 12:56:17.983 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.983 | 2017-02-10 12:56:17.983 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.983 | 2017-02-10 12:56:17.983 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.984 | 2017-02-10 12:56:17.984 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.984 | 2017-02-10 12:56:17.984 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.984 | 2017-02-10 12:56:17.984 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.985 | 2017-02-10 12:56:17.984 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.985 | 2017-02-10 12:56:17.985 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.985 | 2017-02-10 12:56:17.985 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.985 | 2017-02-10 12:56:17.985 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.986 | 2017-02-10 12:56:17.986 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.986 | 2017-02-10 12:56:17.986 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.986 | 2017-02-10 12:56:17.986 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.987 | 2017-02-10 12:56:17.986 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.987 | 2017-02-10 12:56:17.987 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.987 | 2017-02-10 12:56:17.987 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.987 | 2017-02-10 12:56:17.987 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.988 | 2017-02-10 12:56:17.988 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.988 | 2017-02-10 12:56:17.988 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.988 | 2017-02-10 12:56:17.988 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.989 | 2017-02-10 12:56:17.989 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.989 | 2017-02-10 12:56:17.989 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.989 | 2017-02-10 12:56:17.989 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.990 | 2017-02-10 12:56:17.989 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.990 | 2017-02-10 12:56:17.990 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.990 | 2017-02-10 12:56:17.990 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.990 | 2017-02-10 12:56:17.990 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.991 | 2017-02-10 12:56:17.990 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.991 | 2017-02-10 12:56:17.991 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.991 | 2017-02-10 12:56:17.991 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.991 | 2017-02-10 12:56:17.991 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.992 | 2017-02-10 12:56:17.992 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.992 | 2017-02-10 12:56:17.992 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.992 | 2017-02-10 12:56:17.992 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.992 | 2017-02-10 12:56:17.992 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.993 | 2017-02-10 12:56:17.993 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.993 | 2017-02-10 12:56:17.993 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.993 | 2017-02-10 12:56:17.993 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.994 | 2017-02-10 12:56:17.993 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.994 | 2017-02-10 12:56:17.994 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.994 | 2017-02-10 12:56:17.994 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.994 | 2017-02-10 12:56:17.994 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.995 | 2017-02-10 12:56:17.995 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.995 | 2017-02-10 12:56:17.995 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.995 | 2017-02-10 12:56:17.995 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.995 | 2017-02-10 12:56:17.995 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.996 | 2017-02-10 12:56:17.995 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.996 | 2017-02-10 12:56:17.996 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.996 | 2017-02-10 12:56:17.996 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.996 | 2017-02-10 12:56:17.996 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.996 | 2017-02-10 12:56:17.996 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.997 | 2017-02-10 12:56:17.996 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.997 | 2017-02-10 12:56:17.997 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.997 | 2017-02-10 12:56:17.997 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.997 | 2017-02-10 12:56:17.997 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.997 | 2017-02-10 12:56:17.997 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.998 | 2017-02-10 12:56:17.997 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.998 | 2017-02-10 12:56:17.998 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.998 | 2017-02-10 12:56:17.998 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.998 | 2017-02-10 12:56:17.998 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.998 | 2017-02-10 12:56:17.998 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.999 | 2017-02-10 12:56:17.998 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.999 | 2017-02-10 12:56:17.999 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.999 | 2017-02-10 12:56:17.999 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.999 | 2017-02-10 12:56:17.999 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:17.999 | 2017-02-10 12:56:17.999 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:17.999 | 2017-02-10 12:56:17.999 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.000 | 2017-02-10 12:56:18.000 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.000 | 2017-02-10 12:56:18.000 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.000 | 2017-02-10 12:56:18.000 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.000 | 2017-02-10 12:56:18.000 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.000 | 2017-02-10 12:56:18.000 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.001 | 2017-02-10 12:56:18.000 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.001 | 2017-02-10 12:56:18.001 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.001 | 2017-02-10 12:56:18.001 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.001 | 2017-02-10 12:56:18.001 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.001 | 2017-02-10 12:56:18.001 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.002 | 2017-02-10 12:56:18.001 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.002 | 2017-02-10 12:56:18.002 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.002 | 2017-02-10 12:56:18.002 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.002 | 2017-02-10 12:56:18.002 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.002 | 2017-02-10 12:56:18.002 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.003 | 2017-02-10 12:56:18.002 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.003 | 2017-02-10 12:56:18.003 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.003 | 2017-02-10 12:56:18.003 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.003 | 2017-02-10 12:56:18.003 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.003 | 2017-02-10 12:56:18.003 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.004 | 2017-02-10 12:56:18.003 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.004 | 2017-02-10 12:56:18.004 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.004 | 2017-02-10 12:56:18.004 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.004 | 2017-02-10 12:56:18.004 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.004 | 2017-02-10 12:56:18.004 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.004 | 2017-02-10 12:56:18.004 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.005 | 2017-02-10 12:56:18.005 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.005 | 2017-02-10 12:56:18.005 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.005 | 2017-02-10 12:56:18.005 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.005 | 2017-02-10 12:56:18.005 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.005 | 2017-02-10 12:56:18.005 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.006 | 2017-02-10 12:56:18.005 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.006 | 2017-02-10 12:56:18.006 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.006 | 2017-02-10 12:56:18.006 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.006 | 2017-02-10 12:56:18.006 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.006 | 2017-02-10 12:56:18.006 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.007 | 2017-02-10 12:56:18.006 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.007 | 2017-02-10 12:56:18.007 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.007 | 2017-02-10 12:56:18.007 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.007 | 2017-02-10 12:56:18.007 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.007 | 2017-02-10 12:56:18.007 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.008 | 2017-02-10 12:56:18.007 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.008 | 2017-02-10 12:56:18.008 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.008 | 2017-02-10 12:56:18.008 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.008 | 2017-02-10 12:56:18.008 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.008 | 2017-02-10 12:56:18.008 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.008 | 2017-02-10 12:56:18.008 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.009 | 2017-02-10 12:56:18.009 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.009 | 2017-02-10 12:56:18.009 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.009 | 2017-02-10 12:56:18.009 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.009 | 2017-02-10 12:56:18.009 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.009 | 2017-02-10 12:56:18.009 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.010 | 2017-02-10 12:56:18.009 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.010 | 2017-02-10 12:56:18.010 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.010 | 2017-02-10 12:56:18.010 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.010 | 2017-02-10 12:56:18.010 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.010 | 2017-02-10 12:56:18.010 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.011 | 2017-02-10 12:56:18.010 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.011 | 2017-02-10 12:56:18.011 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.011 | 2017-02-10 12:56:18.011 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.011 | 2017-02-10 12:56:18.011 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.011 | 2017-02-10 12:56:18.011 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.011 | 2017-02-10 12:56:18.011 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.012 | 2017-02-10 12:56:18.012 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.012 | 2017-02-10 12:56:18.012 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.012 | 2017-02-10 12:56:18.012 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.012 | 2017-02-10 12:56:18.012 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.012 | 2017-02-10 12:56:18.012 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.013 | 2017-02-10 12:56:18.012 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.013 | 2017-02-10 12:56:18.013 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.013 | 2017-02-10 12:56:18.013 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.013 | 2017-02-10 12:56:18.013 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.013 | 2017-02-10 12:56:18.013 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.014 | 2017-02-10 12:56:18.013 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.014 | 2017-02-10 12:56:18.014 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.014 | 2017-02-10 12:56:18.014 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.014 | 2017-02-10 12:56:18.014 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.014 | 2017-02-10 12:56:18.014 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.014 | 2017-02-10 12:56:18.014 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.015 | 2017-02-10 12:56:18.014 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.015 | 2017-02-10 12:56:18.015 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.015 | 2017-02-10 12:56:18.015 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.015 | 2017-02-10 12:56:18.015 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.015 | 2017-02-10 12:56:18.015 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py... from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:18.016 | 2017-02-10 12:56:18.015 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:18.016 | 2017-02-10 12:56:18.016 DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82
2017-02-10 04:56:18.016 | 2017-02-10 12:56:18.016 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'nova'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=8303) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83
2017-02-10 04:56:18.060 | 2017-02-10 12:56:18.060 INFO migrate.versioning.api [-] 215 -> 216...
2017-02-10 04:56:19.651 | 2017-02-10 12:56:19.650 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.651 | 2017-02-10 12:56:19.651 INFO migrate.versioning.api [-] 216 -> 217...
2017-02-10 04:56:19.655 | 2017-02-10 12:56:19.655 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.655 | 2017-02-10 12:56:19.655 INFO migrate.versioning.api [-] 217 -> 218...
2017-02-10 04:56:19.660 | 2017-02-10 12:56:19.660 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.660 | 2017-02-10 12:56:19.660 INFO migrate.versioning.api [-] 218 -> 219...
2017-02-10 04:56:19.664 | 2017-02-10 12:56:19.664 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.665 | 2017-02-10 12:56:19.665 INFO migrate.versioning.api [-] 219 -> 220...
2017-02-10 04:56:19.669 | 2017-02-10 12:56:19.669 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.669 | 2017-02-10 12:56:19.669 INFO migrate.versioning.api [-] 220 -> 221...
2017-02-10 04:56:19.674 | 2017-02-10 12:56:19.674 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.674 | 2017-02-10 12:56:19.674 INFO migrate.versioning.api [-] 221 -> 222...
2017-02-10 04:56:19.678 | 2017-02-10 12:56:19.678 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.679 | 2017-02-10 12:56:19.678 INFO migrate.versioning.api [-] 222 -> 223...
2017-02-10 04:56:19.683 | 2017-02-10 12:56:19.683 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.683 | 2017-02-10 12:56:19.683 INFO migrate.versioning.api [-] 223 -> 224...
2017-02-10 04:56:19.688 | 2017-02-10 12:56:19.688 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.688 | 2017-02-10 12:56:19.688 INFO migrate.versioning.api [-] 224 -> 225...
2017-02-10 04:56:19.693 | 2017-02-10 12:56:19.692 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.693 | 2017-02-10 12:56:19.693 INFO migrate.versioning.api [-] 225 -> 226...
2017-02-10 04:56:19.697 | 2017-02-10 12:56:19.697 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.697 | 2017-02-10 12:56:19.697 INFO migrate.versioning.api [-] 226 -> 227...
2017-02-10 04:56:19.704 | 2017-02-10 12:56:19.704 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.705 | 2017-02-10 12:56:19.705 INFO migrate.versioning.api [-] 227 -> 228...
2017-02-10 04:56:19.728 | 2017-02-10 12:56:19.728 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.729 | 2017-02-10 12:56:19.728 INFO migrate.versioning.api [-] 228 -> 229...
2017-02-10 04:56:19.752 | 2017-02-10 12:56:19.752 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.753 | 2017-02-10 12:56:19.752 INFO migrate.versioning.api [-] 229 -> 230...
2017-02-10 04:56:19.791 | 2017-02-10 12:56:19.791 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.791 | 2017-02-10 12:56:19.791 INFO migrate.versioning.api [-] 230 -> 231...
2017-02-10 04:56:19.820 | 2017-02-10 12:56:19.820 INFO migrate.versioning.api [-] done
2017-02-10 04:56:19.820 | 2017-02-10 12:56:19.820 INFO migrate.versioning.api [-] 231 -> 232...
2017-02-10 04:56:20.032 | 2017-02-10 12:56:20.032 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.032 | 2017-02-10 12:56:20.032 INFO migrate.versioning.api [-] 232 -> 233...
2017-02-10 04:56:20.067 | 2017-02-10 12:56:20.067 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.068 | 2017-02-10 12:56:20.067 INFO migrate.versioning.api [-] 233 -> 234...
2017-02-10 04:56:20.083 | 2017-02-10 12:56:20.083 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.083 | 2017-02-10 12:56:20.083 INFO migrate.versioning.api [-] 234 -> 235...
2017-02-10 04:56:20.088 | 2017-02-10 12:56:20.088 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.088 | 2017-02-10 12:56:20.088 INFO migrate.versioning.api [-] 235 -> 236...
2017-02-10 04:56:20.092 | 2017-02-10 12:56:20.092 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.093 | 2017-02-10 12:56:20.092 INFO migrate.versioning.api [-] 236 -> 237...
2017-02-10 04:56:20.097 | 2017-02-10 12:56:20.097 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.097 | 2017-02-10 12:56:20.097 INFO migrate.versioning.api [-] 237 -> 238...
2017-02-10 04:56:20.101 | 2017-02-10 12:56:20.101 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.101 | 2017-02-10 12:56:20.101 INFO migrate.versioning.api [-] 238 -> 239...
2017-02-10 04:56:20.106 | 2017-02-10 12:56:20.105 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.106 | 2017-02-10 12:56:20.106 INFO migrate.versioning.api [-] 239 -> 240...
2017-02-10 04:56:20.110 | 2017-02-10 12:56:20.110 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.110 | 2017-02-10 12:56:20.110 INFO migrate.versioning.api [-] 240 -> 241...
2017-02-10 04:56:20.115 | 2017-02-10 12:56:20.115 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.115 | 2017-02-10 12:56:20.115 INFO migrate.versioning.api [-] 241 -> 242...
2017-02-10 04:56:20.119 | 2017-02-10 12:56:20.119 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.120 | 2017-02-10 12:56:20.119 INFO migrate.versioning.api [-] 242 -> 243...
2017-02-10 04:56:20.124 | 2017-02-10 12:56:20.124 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.124 | 2017-02-10 12:56:20.124 INFO migrate.versioning.api [-] 243 -> 244...
2017-02-10 04:56:20.136 | 2017-02-10 12:56:20.136 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.137 | 2017-02-10 12:56:20.137 INFO migrate.versioning.api [-] 244 -> 245...
2017-02-10 04:56:20.200 | 2017-02-10 12:56:20.200 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.200 | 2017-02-10 12:56:20.200 INFO migrate.versioning.api [-] 245 -> 246...
2017-02-10 04:56:20.218 | 2017-02-10 12:56:20.218 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.219 | 2017-02-10 12:56:20.218 INFO migrate.versioning.api [-] 246 -> 247...
2017-02-10 04:56:20.256 | 2017-02-10 12:56:20.256 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.256 | 2017-02-10 12:56:20.256 INFO migrate.versioning.api [-] 247 -> 248...
2017-02-10 04:56:20.262 | 2017-02-10 12:56:20.262 INFO 248_add_expire_reservations_index [-] Skipped adding reservations_deleted_expire_idx because an equivalent index already exists.
2017-02-10 04:56:20.265 | 2017-02-10 12:56:20.265 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.266 | 2017-02-10 12:56:20.266 INFO migrate.versioning.api [-] 248 -> 249...
2017-02-10 04:56:20.281 | 2017-02-10 12:56:20.281 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.281 | 2017-02-10 12:56:20.281 INFO migrate.versioning.api [-] 249 -> 250...
2017-02-10 04:56:20.298 | 2017-02-10 12:56:20.298 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.298 | 2017-02-10 12:56:20.298 INFO migrate.versioning.api [-] 250 -> 251...
2017-02-10 04:56:20.320 | 2017-02-10 12:56:20.320 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.320 | 2017-02-10 12:56:20.320 INFO migrate.versioning.api [-] 251 -> 252...
2017-02-10 04:56:20.363 | 2017-02-10 12:56:20.363 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.363 | 2017-02-10 12:56:20.363 INFO migrate.versioning.api [-] 252 -> 253...
2017-02-10 04:56:20.385 | 2017-02-10 12:56:20.385 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.385 | 2017-02-10 12:56:20.385 INFO migrate.versioning.api [-] 253 -> 254...
2017-02-10 04:56:20.408 | 2017-02-10 12:56:20.408 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.408 | 2017-02-10 12:56:20.408 INFO migrate.versioning.api [-] 254 -> 255...
2017-02-10 04:56:20.412 | 2017-02-10 12:56:20.412 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.413 | 2017-02-10 12:56:20.412 INFO migrate.versioning.api [-] 255 -> 256...
2017-02-10 04:56:20.417 | 2017-02-10 12:56:20.417 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.417 | 2017-02-10 12:56:20.417 INFO migrate.versioning.api [-] 256 -> 257...
2017-02-10 04:56:20.421 | 2017-02-10 12:56:20.421 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.421 | 2017-02-10 12:56:20.421 INFO migrate.versioning.api [-] 257 -> 258...
2017-02-10 04:56:20.434 | 2017-02-10 12:56:20.434 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.434 | 2017-02-10 12:56:20.434 INFO migrate.versioning.api [-] 258 -> 259...
2017-02-10 04:56:20.438 | 2017-02-10 12:56:20.438 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.439 | 2017-02-10 12:56:20.438 INFO migrate.versioning.api [-] 259 -> 260...
2017-02-10 04:56:20.443 | 2017-02-10 12:56:20.442 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.443 | 2017-02-10 12:56:20.443 INFO migrate.versioning.api [-] 260 -> 261...
2017-02-10 04:56:20.447 | 2017-02-10 12:56:20.447 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.447 | 2017-02-10 12:56:20.447 INFO migrate.versioning.api [-] 261 -> 262...
2017-02-10 04:56:20.452 | 2017-02-10 12:56:20.451 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.452 | 2017-02-10 12:56:20.452 INFO migrate.versioning.api [-] 262 -> 263...
2017-02-10 04:56:20.456 | 2017-02-10 12:56:20.456 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.456 | 2017-02-10 12:56:20.456 INFO migrate.versioning.api [-] 263 -> 264...
2017-02-10 04:56:20.461 | 2017-02-10 12:56:20.460 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.461 | 2017-02-10 12:56:20.461 INFO migrate.versioning.api [-] 264 -> 265...
2017-02-10 04:56:20.484 | 2017-02-10 12:56:20.484 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.484 | 2017-02-10 12:56:20.484 INFO migrate.versioning.api [-] 265 -> 266...
2017-02-10 04:56:20.501 | 2017-02-10 12:56:20.501 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.501 | 2017-02-10 12:56:20.501 INFO migrate.versioning.api [-] 266 -> 267...
2017-02-10 04:56:20.730 | 2017-02-10 12:56:20.730 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.731 | 2017-02-10 12:56:20.730 INFO migrate.versioning.api [-] 267 -> 268...
2017-02-10 04:56:20.764 | 2017-02-10 12:56:20.764 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.765 | 2017-02-10 12:56:20.764 INFO migrate.versioning.api [-] 268 -> 269...
2017-02-10 04:56:20.789 | 2017-02-10 12:56:20.789 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.789 | 2017-02-10 12:56:20.789 INFO migrate.versioning.api [-] 269 -> 270...
2017-02-10 04:56:20.813 | 2017-02-10 12:56:20.813 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.813 | 2017-02-10 12:56:20.813 INFO migrate.versioning.api [-] 270 -> 271...
2017-02-10 04:56:20.873 | 2017-02-10 12:56:20.873 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.873 | 2017-02-10 12:56:20.873 INFO migrate.versioning.api [-] 271 -> 272...
2017-02-10 04:56:20.877 | 2017-02-10 12:56:20.877 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.878 | 2017-02-10 12:56:20.878 INFO migrate.versioning.api [-] 272 -> 273...
2017-02-10 04:56:20.882 | 2017-02-10 12:56:20.882 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.883 | 2017-02-10 12:56:20.883 INFO migrate.versioning.api [-] 273 -> 274...
2017-02-10 04:56:20.906 | 2017-02-10 12:56:20.905 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.906 | 2017-02-10 12:56:20.906 INFO migrate.versioning.api [-] 274 -> 275...
2017-02-10 04:56:20.926 | 2017-02-10 12:56:20.926 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.927 | 2017-02-10 12:56:20.926 INFO migrate.versioning.api [-] 275 -> 276...
2017-02-10 04:56:20.952 | 2017-02-10 12:56:20.951 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.952 | 2017-02-10 12:56:20.952 INFO migrate.versioning.api [-] 276 -> 277...
2017-02-10 04:56:20.971 | 2017-02-10 12:56:20.971 INFO migrate.versioning.api [-] done
2017-02-10 04:56:20.971 | 2017-02-10 12:56:20.971 INFO migrate.versioning.api [-] 277 -> 278...
2017-02-10 04:56:21.011 | 2017-02-10 12:56:21.011 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.012 | 2017-02-10 12:56:21.011 INFO migrate.versioning.api [-] 278 -> 279...
2017-02-10 04:56:21.031 | 2017-02-10 12:56:21.030 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.031 | 2017-02-10 12:56:21.031 INFO migrate.versioning.api [-] 279 -> 280...
2017-02-10 04:56:21.055 | 2017-02-10 12:56:21.054 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.055 | 2017-02-10 12:56:21.055 INFO migrate.versioning.api [-] 280 -> 281...
2017-02-10 04:56:21.059 | 2017-02-10 12:56:21.059 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.060 | 2017-02-10 12:56:21.060 INFO migrate.versioning.api [-] 281 -> 282...
2017-02-10 04:56:21.064 | 2017-02-10 12:56:21.064 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.065 | 2017-02-10 12:56:21.065 INFO migrate.versioning.api [-] 282 -> 283...
2017-02-10 04:56:21.069 | 2017-02-10 12:56:21.069 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.069 | 2017-02-10 12:56:21.069 INFO migrate.versioning.api [-] 283 -> 284...
2017-02-10 04:56:21.074 | 2017-02-10 12:56:21.074 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.074 | 2017-02-10 12:56:21.074 INFO migrate.versioning.api [-] 284 -> 285...
2017-02-10 04:56:21.078 | 2017-02-10 12:56:21.078 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.079 | 2017-02-10 12:56:21.079 INFO migrate.versioning.api [-] 285 -> 286...
2017-02-10 04:56:21.083 | 2017-02-10 12:56:21.083 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.084 | 2017-02-10 12:56:21.083 INFO migrate.versioning.api [-] 286 -> 287...
2017-02-10 04:56:21.088 | 2017-02-10 12:56:21.088 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.089 | 2017-02-10 12:56:21.088 INFO migrate.versioning.api [-] 287 -> 288...
2017-02-10 04:56:21.093 | 2017-02-10 12:56:21.093 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.093 | 2017-02-10 12:56:21.093 INFO migrate.versioning.api [-] 288 -> 289...
2017-02-10 04:56:21.098 | 2017-02-10 12:56:21.098 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.098 | 2017-02-10 12:56:21.098 INFO migrate.versioning.api [-] 289 -> 290...
2017-02-10 04:56:21.102 | 2017-02-10 12:56:21.102 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.103 | 2017-02-10 12:56:21.103 INFO migrate.versioning.api [-] 290 -> 291...
2017-02-10 04:56:21.117 | 2017-02-10 12:56:21.116 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.117 | 2017-02-10 12:56:21.117 INFO migrate.versioning.api [-] 291 -> 292...
2017-02-10 04:56:21.168 | 2017-02-10 12:56:21.168 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.168 | 2017-02-10 12:56:21.168 INFO migrate.versioning.api [-] 292 -> 293...
2017-02-10 04:56:21.211 | 2017-02-10 12:56:21.211 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.212 | 2017-02-10 12:56:21.212 INFO migrate.versioning.api [-] 293 -> 294...
2017-02-10 04:56:21.232 | 2017-02-10 12:56:21.232 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.232 | 2017-02-10 12:56:21.232 INFO migrate.versioning.api [-] 294 -> 295...
2017-02-10 04:56:21.252 | 2017-02-10 12:56:21.251 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.252 | 2017-02-10 12:56:21.252 INFO migrate.versioning.api [-] 295 -> 296...
2017-02-10 04:56:21.257 | 2017-02-10 12:56:21.256 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.257 | 2017-02-10 12:56:21.257 INFO migrate.versioning.api [-] 296 -> 297...
2017-02-10 04:56:21.280 | 2017-02-10 12:56:21.280 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.281 | 2017-02-10 12:56:21.281 INFO migrate.versioning.api [-] 297 -> 298...
2017-02-10 04:56:21.290 | 2017-02-10 12:56:21.290 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.291 | 2017-02-10 12:56:21.290 INFO migrate.versioning.api [-] 298 -> 299...
2017-02-10 04:56:21.315 | 2017-02-10 12:56:21.314 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.315 | 2017-02-10 12:56:21.315 INFO migrate.versioning.api [-] 299 -> 300...
2017-02-10 04:56:21.338 | 2017-02-10 12:56:21.338 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.339 | 2017-02-10 12:56:21.338 INFO migrate.versioning.api [-] 300 -> 301...
2017-02-10 04:56:21.370 | 2017-02-10 12:56:21.370 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.370 | 2017-02-10 12:56:21.370 INFO migrate.versioning.api [-] 301 -> 302...
2017-02-10 04:56:21.375 | 2017-02-10 12:56:21.375 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.375 | 2017-02-10 12:56:21.375 INFO migrate.versioning.api [-] 302 -> 303...
2017-02-10 04:56:21.379 | 2017-02-10 12:56:21.379 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.380 | 2017-02-10 12:56:21.380 INFO migrate.versioning.api [-] 303 -> 304...
2017-02-10 04:56:21.384 | 2017-02-10 12:56:21.384 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.384 | 2017-02-10 12:56:21.384 INFO migrate.versioning.api [-] 304 -> 305...
2017-02-10 04:56:21.389 | 2017-02-10 12:56:21.389 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.390 | 2017-02-10 12:56:21.390 INFO migrate.versioning.api [-] 305 -> 306...
2017-02-10 04:56:21.394 | 2017-02-10 12:56:21.394 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.395 | 2017-02-10 12:56:21.394 INFO migrate.versioning.api [-] 306 -> 307...
2017-02-10 04:56:21.399 | 2017-02-10 12:56:21.399 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.399 | 2017-02-10 12:56:21.399 INFO migrate.versioning.api [-] 307 -> 308...
2017-02-10 04:56:21.404 | 2017-02-10 12:56:21.404 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.404 | 2017-02-10 12:56:21.404 INFO migrate.versioning.api [-] 308 -> 309...
2017-02-10 04:56:21.408 | 2017-02-10 12:56:21.408 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.409 | 2017-02-10 12:56:21.408 INFO migrate.versioning.api [-] 309 -> 310...
2017-02-10 04:56:21.413 | 2017-02-10 12:56:21.413 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.413 | 2017-02-10 12:56:21.413 INFO migrate.versioning.api [-] 310 -> 311...
2017-02-10 04:56:21.417 | 2017-02-10 12:56:21.417 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.418 | 2017-02-10 12:56:21.418 INFO migrate.versioning.api [-] 311 -> 312...
2017-02-10 04:56:21.422 | 2017-02-10 12:56:21.422 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.422 | 2017-02-10 12:56:21.422 INFO migrate.versioning.api [-] 312 -> 313...
2017-02-10 04:56:21.460 | 2017-02-10 12:56:21.459 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.460 | 2017-02-10 12:56:21.460 INFO migrate.versioning.api [-] 313 -> 314...
2017-02-10 04:56:21.518 | 2017-02-10 12:56:21.518 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.519 | 2017-02-10 12:56:21.518 INFO migrate.versioning.api [-] 314 -> 315...
2017-02-10 04:56:21.594 | 2017-02-10 12:56:21.594 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.595 | 2017-02-10 12:56:21.594 INFO migrate.versioning.api [-] 315 -> 316...
2017-02-10 04:56:21.617 | 2017-02-10 12:56:21.616 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.617 | 2017-02-10 12:56:21.617 INFO migrate.versioning.api [-] 316 -> 317...
2017-02-10 04:56:21.638 | 2017-02-10 12:56:21.638 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.638 | 2017-02-10 12:56:21.638 INFO migrate.versioning.api [-] 317 -> 318...
2017-02-10 04:56:21.731 | 2017-02-10 12:56:21.731 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.732 | 2017-02-10 12:56:21.731 INFO migrate.versioning.api [-] 318 -> 319...
2017-02-10 04:56:21.748 | 2017-02-10 12:56:21.747 INFO migrate.versioning.api [-] done
2017-02-10 04:56:21.847 | +lib/nova:init_nova:704                    is_service_enabled n-cell
2017-02-10 04:56:21.867 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:56:21.871 | +lib/nova:init_nova:708                    recreate_database nova_api
2017-02-10 04:56:21.874 | +lib/database:recreate_database:112        local db=nova_api
2017-02-10 04:56:21.878 | +lib/database:recreate_database:113        recreate_database_mysql nova_api
2017-02-10 04:56:21.881 | +lib/databases/mysql:recreate_database_mysql:56  local db=nova_api
2017-02-10 04:56:21.885 | +lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppass -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;'
2017-02-10 04:56:21.898 | +lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppass -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;'
2017-02-10 04:56:21.905 | +lib/nova:init_nova:709                    /usr/local/bin/nova-manage api_db sync
2017-02-10 04:56:24.298 | 2017-02-10 12:56:24.298 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo... from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76
2017-02-10 04:56:24.299 | 2017-02-10 12:56:24.299 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py... from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:24.299 | 2017-02-10 12:56:24.299 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py loaded successfully from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:24.299 | 2017-02-10 12:56:24.299 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py... from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:24.299 | 2017-02-10 12:56:24.299 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py loaded successfully from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:24.300 | 2017-02-10 12:56:24.300 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py... from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:24.300 | 2017-02-10 12:56:24.300 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py loaded successfully from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:24.300 | 2017-02-10 12:56:24.300 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/004_add_request_spec.py... from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:24.300 | 2017-02-10 12:56:24.300 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/004_add_request_spec.py loaded successfully from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:24.301 | 2017-02-10 12:56:24.300 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py... from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:24.301 | 2017-02-10 12:56:24.301 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py loaded successfully from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:24.301 | 2017-02-10 12:56:24.301 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py... from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:24.301 | 2017-02-10 12:56:24.301 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py loaded successfully from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:24.301 | 2017-02-10 12:56:24.301 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/007_instance_mapping_nullable_cellid.py... from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27
2017-02-10 04:56:24.302 | 2017-02-10 12:56:24.301 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/007_instance_mapping_nullable_cellid.py loaded successfully from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30
2017-02-10 04:56:24.302 | 2017-02-10 12:56:24.302 DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo loaded successfully from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82
2017-02-10 04:56:24.302 | 2017-02-10 12:56:24.302 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'nova_api'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=8378) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83
2017-02-10 04:56:24.345 | 2017-02-10 12:56:24.345 INFO migrate.versioning.api [-] 0 -> 1...
2017-02-10 04:56:24.363 | 2017-02-10 12:56:24.363 INFO migrate.versioning.api [-] done
2017-02-10 04:56:24.363 | 2017-02-10 12:56:24.363 INFO migrate.versioning.api [-] 1 -> 2...
2017-02-10 04:56:24.388 | 2017-02-10 12:56:24.388 INFO migrate.versioning.api [-] done
2017-02-10 04:56:24.388 | 2017-02-10 12:56:24.388 INFO migrate.versioning.api [-] 2 -> 3...
2017-02-10 04:56:24.405 | 2017-02-10 12:56:24.404 INFO migrate.versioning.api [-] done
2017-02-10 04:56:24.405 | 2017-02-10 12:56:24.405 INFO migrate.versioning.api [-] 3 -> 4...
2017-02-10 04:56:24.421 | 2017-02-10 12:56:24.420 INFO migrate.versioning.api [-] done
2017-02-10 04:56:24.421 | 2017-02-10 12:56:24.421 INFO migrate.versioning.api [-] 4 -> 5...
2017-02-10 04:56:24.447 | 2017-02-10 12:56:24.447 INFO migrate.versioning.api [-] done
2017-02-10 04:56:24.447 | 2017-02-10 12:56:24.447 INFO migrate.versioning.api [-] 5 -> 6...
2017-02-10 04:56:24.466 | 2017-02-10 12:56:24.466 INFO migrate.versioning.api [-] done
2017-02-10 04:56:24.466 | 2017-02-10 12:56:24.466 INFO migrate.versioning.api [-] 6 -> 7...
2017-02-10 04:56:24.480 | 2017-02-10 12:56:24.480 INFO migrate.versioning.api [-] done
2017-02-10 04:56:24.559 | +lib/nova:init_nova:712                    create_nova_cache_dir
2017-02-10 04:56:24.563 | +lib/nova:create_nova_cache_dir:673        sudo install -d -o stack /var/cache/nova
2017-02-10 04:56:24.570 | +lib/nova:create_nova_cache_dir:674        rm -f '/var/cache/nova/*'
2017-02-10 04:56:24.574 | +lib/nova:init_nova:713                    create_nova_keys_dir
2017-02-10 04:56:24.578 | +lib/nova:create_nova_keys_dir:690         sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys
2017-02-10 04:56:24.585 | +lib/nova:init_nova:715                    [[ '' == \L\V\M ]]
2017-02-10 04:56:24.588 | +./stack.sh:main:1144                      is_service_enabled neutron
2017-02-10 04:56:24.608 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:24.611 | +./stack.sh:main:1145                      create_nova_conf_neutron
2017-02-10 04:56:24.614 | +lib/neutron-legacy:create_nova_conf_neutron:461  iniset /etc/nova/nova.conf DEFAULT use_neutron True
2017-02-10 04:56:24.639 | +lib/neutron-legacy:create_nova_conf_neutron:462  iniset /etc/nova/nova.conf neutron auth_type password
2017-02-10 04:56:24.665 | +lib/neutron-legacy:create_nova_conf_neutron:463  iniset /etc/nova/nova.conf neutron auth_url http://172.30.250.59:35357/v3
2017-02-10 04:56:24.689 | +lib/neutron-legacy:create_nova_conf_neutron:464  iniset /etc/nova/nova.conf neutron username neutron
2017-02-10 04:56:24.713 | +lib/neutron-legacy:create_nova_conf_neutron:465  iniset /etc/nova/nova.conf neutron password pass
2017-02-10 04:56:24.737 | +lib/neutron-legacy:create_nova_conf_neutron:466  iniset /etc/nova/nova.conf neutron user_domain_name Default
2017-02-10 04:56:24.763 | +lib/neutron-legacy:create_nova_conf_neutron:467  iniset /etc/nova/nova.conf neutron project_name service
2017-02-10 04:56:24.787 | +lib/neutron-legacy:create_nova_conf_neutron:468  iniset /etc/nova/nova.conf neutron project_domain_name Default
2017-02-10 04:56:24.812 | +lib/neutron-legacy:create_nova_conf_neutron:469  iniset /etc/nova/nova.conf neutron auth_strategy keystone
2017-02-10 04:56:24.836 | +lib/neutron-legacy:create_nova_conf_neutron:470  iniset /etc/nova/nova.conf neutron region_name RegionOne
2017-02-10 04:56:24.861 | +lib/neutron-legacy:create_nova_conf_neutron:471  iniset /etc/nova/nova.conf neutron url http://172.30.250.59:9696
2017-02-10 04:56:24.885 | +lib/neutron-legacy:create_nova_conf_neutron:473  [[ True == \T\r\u\e ]]
2017-02-10 04:56:24.888 | +lib/neutron-legacy:create_nova_conf_neutron:474  LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver
2017-02-10 04:56:24.891 | +lib/neutron-legacy:create_nova_conf_neutron:475  iniset /etc/nova/nova.conf DEFAULT firewall_driver nova.virt.firewall.NoopFirewallDriver
2017-02-10 04:56:24.916 | +lib/neutron-legacy:create_nova_conf_neutron:479  neutron_plugin_create_nova_conf
2017-02-10 04:56:24.919 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13  _neutron_ovs_base_configure_nova_vif_driver
2017-02-10 04:56:24.922 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119  :
2017-02-10 04:56:24.925 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:14  '[' libvirt == xenserver ']'
2017-02-10 04:56:24.929 | +lib/neutron-legacy:create_nova_conf_neutron:481  is_service_enabled q-meta
2017-02-10 04:56:24.949 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:24.952 | +lib/neutron-legacy:create_nova_conf_neutron:482  iniset /etc/nova/nova.conf neutron service_metadata_proxy True
2017-02-10 04:56:24.977 | +lib/neutron-legacy:create_nova_conf_neutron:485  iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True
2017-02-10 04:56:25.002 | +lib/neutron-legacy:create_nova_conf_neutron:486  iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300
2017-02-10 04:56:25.026 | +./stack.sh:main:1150                      init_nova_cells
2017-02-10 04:56:25.030 | +lib/nova:init_nova_cells:645              is_service_enabled n-cell
2017-02-10 04:56:25.049 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:56:25.053 | +./stack.sh:main:1158                      run_phase stack post-config
2017-02-10 04:56:25.056 | +functions-common:run_phase:1851           local mode=stack
2017-02-10 04:56:25.059 | +functions-common:run_phase:1852           local phase=post-config
2017-02-10 04:56:25.062 | +functions-common:run_phase:1853           [[ -d /opt/devstack/extras.d ]]
2017-02-10 04:56:25.065 | +functions-common:run_phase:1854           local extra_plugin_file_name
2017-02-10 04:56:25.068 | +functions-common:run_phase:1855           for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
2017-02-10 04:56:25.071 | +functions-common:run_phase:1860           local 'exceptions=60-ceph.sh 80-tempest.sh'
2017-02-10 04:56:25.074 | +functions-common:run_phase:1861           local extra
2017-02-10 04:56:25.078 | ++functions-common:run_phase:1862           basename /opt/devstack/extras.d/60-ceph.sh
2017-02-10 04:56:25.082 | +functions-common:run_phase:1862           extra=60-ceph.sh
2017-02-10 04:56:25.085 | +functions-common:run_phase:1863           [[ 60-ceph.sh 80-tempest.sh =~ 60-ceph\.sh ]]
2017-02-10 04:56:25.088 | +functions-common:run_phase:1867           [[ -r /opt/devstack/extras.d/60-ceph.sh ]]
2017-02-10 04:56:25.092 | +functions-common:run_phase:1867           source /opt/devstack/extras.d/60-ceph.sh stack post-config
2017-02-10 04:56:25.096 | ++extras.d/60-ceph.sh:source:3              is_service_enabled ceph
2017-02-10 04:56:25.118 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 04:56:25.121 | +functions-common:run_phase:1855           for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
2017-02-10 04:56:25.124 | +functions-common:run_phase:1860           local 'exceptions=60-ceph.sh 80-tempest.sh'
2017-02-10 04:56:25.128 | +functions-common:run_phase:1861           local extra
2017-02-10 04:56:25.132 | ++functions-common:run_phase:1862           basename /opt/devstack/extras.d/80-tempest.sh
2017-02-10 04:56:25.135 | +functions-common:run_phase:1862           extra=80-tempest.sh
2017-02-10 04:56:25.139 | +functions-common:run_phase:1863           [[ 60-ceph.sh 80-tempest.sh =~ 80-tempest\.sh ]]
2017-02-10 04:56:25.142 | +functions-common:run_phase:1867           [[ -r /opt/devstack/extras.d/80-tempest.sh ]]
2017-02-10 04:56:25.145 | +functions-common:run_phase:1867           source /opt/devstack/extras.d/80-tempest.sh stack post-config
2017-02-10 04:56:25.149 | ++extras.d/80-tempest.sh:source:3           is_service_enabled tempest
2017-02-10 04:56:25.172 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:25.175 | ++extras.d/80-tempest.sh:source:4           [[ stack == \s\o\u\r\c\e ]]
2017-02-10 04:56:25.179 | ++extras.d/80-tempest.sh:source:7           [[ stack == \s\t\a\c\k ]]
2017-02-10 04:56:25.183 | ++extras.d/80-tempest.sh:source:7           [[ post-config == \i\n\s\t\a\l\l ]]
2017-02-10 04:56:25.187 | ++extras.d/80-tempest.sh:source:10          [[ stack == \s\t\a\c\k ]]
2017-02-10 04:56:25.191 | ++extras.d/80-tempest.sh:source:10          [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]]
2017-02-10 04:56:25.195 | ++extras.d/80-tempest.sh:source:12          :
2017-02-10 04:56:25.199 | ++extras.d/80-tempest.sh:source:23          [[ stack == \u\n\s\t\a\c\k ]]
2017-02-10 04:56:25.203 | ++extras.d/80-tempest.sh:source:28          [[ stack == \c\l\e\a\n ]]
2017-02-10 04:56:25.206 | +functions-common:run_phase:1872           [[ stack == \s\o\u\r\c\e ]]
2017-02-10 04:56:25.209 | +functions-common:run_phase:1875           [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2017-02-10 04:56:25.212 | +functions-common:run_phase:1878           run_plugins stack post-config
2017-02-10 04:56:25.215 | +functions-common:run_plugins:1837         local mode=stack
2017-02-10 04:56:25.219 | +functions-common:run_plugins:1838         local phase=post-config
2017-02-10 04:56:25.222 | +functions-common:run_plugins:1840         local plugins=
2017-02-10 04:56:25.225 | +functions-common:run_plugins:1841         local plugin
2017-02-10 04:56:25.228 | +./stack.sh:main:1166                      merge_config_group /opt/devstack/local.conf post-config
2017-02-10 04:56:25.231 | +inc/meta-config:merge_config_group:173    local localfile=/opt/devstack/local.conf
2017-02-10 04:56:25.234 | +inc/meta-config:merge_config_group:173    shift
2017-02-10 04:56:25.238 | +inc/meta-config:merge_config_group:174    local matchgroups=post-config
2017-02-10 04:56:25.241 | +inc/meta-config:merge_config_group:176    [[ -r /opt/devstack/local.conf ]]
2017-02-10 04:56:25.244 | +inc/meta-config:merge_config_group:178    local configfile group
2017-02-10 04:56:25.247 | +inc/meta-config:merge_config_group:179    for group in '$matchgroups'
2017-02-10 04:56:25.251 | ++inc/meta-config:merge_config_group:180    get_meta_section_files /opt/devstack/local.conf post-config
2017-02-10 04:56:25.255 | ++inc/meta-config:get_meta_section_files:65  local file=/opt/devstack/local.conf
2017-02-10 04:56:25.260 | ++inc/meta-config:get_meta_section_files:66  local matchgroup=post-config
2017-02-10 04:56:25.263 | ++inc/meta-config:get_meta_section_files:68  [[ -r /opt/devstack/local.conf ]]
2017-02-10 04:56:25.267 | ++inc/meta-config:get_meta_section_files:70  awk -v matchgroup=post-config '
2017-02-10 04:56:25.267 |         /^\[\[.+\|.*\]\]/ {
2017-02-10 04:56:25.267 |             gsub("[][]", "", $1);
2017-02-10 04:56:25.267 |             split($1, a, "|");
2017-02-10 04:56:25.268 |             if (a[1] == matchgroup)
2017-02-10 04:56:25.268 |                 print a[2]
2017-02-10 04:56:25.268 |         }
2017-02-10 04:56:25.268 |     ' /opt/devstack/local.conf
2017-02-10 04:56:25.272 | +./stack.sh:main:1175                      is_service_enabled swift
2017-02-10 04:56:25.292 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:25.295 | +./stack.sh:main:1176                      echo_summary 'Starting Swift'
2017-02-10 04:56:25.298 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:56:25.301 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:56:25.304 | +./stack.sh:echo_summary:385               echo -e Starting Swift
2017-02-10 04:56:25.307 | +./stack.sh:main:1177                      start_swift
2017-02-10 04:56:25.311 | +lib/swift:start_swift:744                 restart_service memcached
2017-02-10 04:56:25.314 | +functions-common:restart_service:2244     is_ubuntu
2017-02-10 04:56:25.317 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:56:25.320 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:56:25.323 | +functions-common:restart_service:2245     sudo /usr/sbin/service memcached restart
2017-02-10 04:56:25.346 | Restarting memcached: memcached.
2017-02-10 04:56:25.351 | +lib/swift:start_swift:747                 is_ubuntu
2017-02-10 04:56:25.354 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:56:25.358 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:56:25.361 | +lib/swift:start_swift:748                 sudo /etc/init.d/rsync restart
2017-02-10 04:56:25.365 |  * Restarting rsync daemon rsync
2017-02-10 04:56:27.369 |    ...done.
2017-02-10 04:56:27.374 | +lib/swift:start_swift:755                 '[' False == True ']'
2017-02-10 04:56:27.377 | +lib/swift:start_swift:774                 local todo type
2017-02-10 04:56:27.381 | +lib/swift:start_swift:775                 swift-init --run-dir=/opt/stack/data/swift/run all restart
2017-02-10 04:56:33.948 | No container-updater running
2017-02-10 04:56:33.949 | No account-auditor running
2017-02-10 04:56:33.949 | No object-replicator running
2017-02-10 04:56:33.949 | No container-sync running
2017-02-10 04:56:33.949 | No container-replicator running
2017-02-10 04:56:33.949 | No object-auditor running
2017-02-10 04:56:33.949 | No object-expirer running
2017-02-10 04:56:33.949 | No container-auditor running
2017-02-10 04:56:33.949 | No container-server running
2017-02-10 04:56:33.949 | No object-reconstructor running
2017-02-10 04:56:33.949 | No object-server running
2017-02-10 04:56:33.949 | No account-reaper running
2017-02-10 04:56:33.949 | No proxy-server running
2017-02-10 04:56:33.949 | No account-replicator running
2017-02-10 04:56:33.949 | No object-updater running
2017-02-10 04:56:33.949 | No container-reconciler running
2017-02-10 04:56:33.949 | No account-server running
2017-02-10 04:56:33.949 | WARNING: Unable to modify file descriptor limit.  Running as non-root?
2017-02-10 04:56:33.949 | Starting container-updater...(/etc/swift/container-server/1.conf)
2017-02-10 04:56:33.949 | Starting account-auditor...(/etc/swift/account-server/1.conf)
2017-02-10 04:56:33.949 | Starting object-replicator...(/etc/swift/object-server/1.conf)
2017-02-10 04:56:33.949 | Starting container-sync...(/etc/swift/container-server/1.conf)
2017-02-10 04:56:33.949 | Starting container-replicator...(/etc/swift/container-server/1.conf)
2017-02-10 04:56:33.949 | Starting object-auditor...(/etc/swift/object-server/1.conf)
2017-02-10 04:56:33.950 | Unable to locate config for object-expirer
2017-02-10 04:56:33.950 | Starting container-auditor...(/etc/swift/container-server/1.conf)
2017-02-10 04:56:33.950 | Starting container-server...(/etc/swift/container-server/1.conf)
2017-02-10 04:56:33.950 | Starting object-reconstructor...(/etc/swift/object-server/1.conf)
2017-02-10 04:56:33.950 | Starting object-server...(/etc/swift/object-server/1.conf)
2017-02-10 04:56:33.950 | Starting account-reaper...(/etc/swift/account-server/1.conf)
2017-02-10 04:56:33.950 | Starting proxy-server...(/etc/swift/proxy-server.conf)
2017-02-10 04:56:33.950 | Starting account-replicator...(/etc/swift/account-server/1.conf)
2017-02-10 04:56:33.950 | Starting object-updater...(/etc/swift/object-server/1.conf)
2017-02-10 04:56:33.950 | Unable to locate config for container-reconciler
2017-02-10 04:56:33.950 | Starting account-server...(/etc/swift/account-server/1.conf)
2017-02-10 04:56:33.973 | +lib/swift:start_swift:775                 true
2017-02-10 04:56:33.977 | +lib/swift:start_swift:776                 [[ 1 == 1 ]]
2017-02-10 04:56:33.980 | +lib/swift:start_swift:777                 todo='object container account'
2017-02-10 04:56:33.983 | +lib/swift:start_swift:779                 for type in proxy '${todo}'
2017-02-10 04:56:33.988 | +lib/swift:start_swift:780                 swift-init --run-dir=/opt/stack/data/swift/run proxy stop
2017-02-10 04:56:34.430 | Signal proxy-server  pid: 9573  signal: 15
2017-02-10 04:56:34.430 | proxy-server (9573) appears to have stopped
2017-02-10 04:56:34.446 | +lib/swift:start_swift:779                 for type in proxy '${todo}'
2017-02-10 04:56:34.449 | +lib/swift:start_swift:780                 swift-init --run-dir=/opt/stack/data/swift/run object stop
2017-02-10 04:56:34.900 | Signal object-server  pid: 9571  signal: 15
2017-02-10 04:56:34.900 | object-server (9571) appears to have stopped
2017-02-10 04:56:34.915 | +lib/swift:start_swift:779                 for type in proxy '${todo}'
2017-02-10 04:56:34.918 | +lib/swift:start_swift:780                 swift-init --run-dir=/opt/stack/data/swift/run container stop
2017-02-10 04:56:35.359 | Signal container-server  pid: 9569  signal: 15
2017-02-10 04:56:35.359 | container-server (9569) appears to have stopped
2017-02-10 04:56:35.373 | +lib/swift:start_swift:779                 for type in proxy '${todo}'
2017-02-10 04:56:35.377 | +lib/swift:start_swift:780                 swift-init --run-dir=/opt/stack/data/swift/run account stop
2017-02-10 04:56:35.820 | Signal account-server  pid: 9576  signal: 15
2017-02-10 04:56:35.820 | account-server (9576) appears to have stopped
2017-02-10 04:56:35.834 | +lib/swift:start_swift:782                 is_service_enabled tls-proxy
2017-02-10 04:56:35.853 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:56:35.856 | +lib/swift:start_swift:786                 run_process s-proxy '/opt/stack/swift/bin/swift-proxy-server /etc/swift/proxy-server.conf -v'
2017-02-10 04:56:35.859 | +functions-common:run_process:1459         local service=s-proxy
2017-02-10 04:56:35.862 | +functions-common:run_process:1460         local 'command=/opt/stack/swift/bin/swift-proxy-server /etc/swift/proxy-server.conf -v'
2017-02-10 04:56:35.865 | +functions-common:run_process:1461         local group=
2017-02-10 04:56:35.869 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:56:35.872 | +functions-common:run_process:1464         local name=s-proxy
2017-02-10 04:56:35.875 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:56:35.878 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:56:35.881 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:56:35.884 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:56:35.888 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:56:35.892 | +functions-common:time_start:2338          START_TIME[$name]=1486702595
2017-02-10 04:56:35.895 | +functions-common:run_process:1467         is_service_enabled s-proxy
2017-02-10 04:56:35.915 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:35.918 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:56:35.921 | +functions-common:run_process:1469         screen_process s-proxy '/opt/stack/swift/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' ''
2017-02-10 04:56:35.924 | +functions-common:screen_process:1485      local name=s-proxy
2017-02-10 04:56:35.927 | +functions-common:screen_process:1486      local 'command=/opt/stack/swift/bin/swift-proxy-server /etc/swift/proxy-server.conf -v'
2017-02-10 04:56:35.930 | +functions-common:screen_process:1487      local group=
2017-02-10 04:56:35.934 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:56:35.937 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:56:35.940 | +functions-common:screen_process:1492      screen -S stack -X screen -t s-proxy
2017-02-10 04:56:35.946 | +functions-common:screen_process:1494      local logfile=s-proxy.log.2017-02-10-124752
2017-02-10 04:56:35.949 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/s-proxy.log.2017-02-10-124752
2017-02-10 04:56:35.952 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:56:35.952 | LOGDIR: /opt/stack/logs
2017-02-10 04:56:35.955 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:56:35.955 | SCREEN_LOGDIR:
2017-02-10 04:56:35.958 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/s-proxy.log.2017-02-10-124752'
2017-02-10 04:56:35.958 | log: /opt/stack/logs/s-proxy.log.2017-02-10-124752
2017-02-10 04:56:35.961 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:56:35.965 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:56:35.968 | +functions-common:screen_process:1501      screen -S stack -p s-proxy -X logfile /opt/stack/logs/s-proxy.log.2017-02-10-124752
2017-02-10 04:56:35.972 | +functions-common:screen_process:1502      screen -S stack -p s-proxy -X log on
2017-02-10 04:56:35.976 | +functions-common:screen_process:1505      touch /opt/stack/logs/s-proxy.log.2017-02-10-124752
2017-02-10 04:56:35.980 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''s-proxy.log.2017-02-10-124752'\'' s-proxy.log'
2017-02-10 04:56:35.985 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:56:35.988 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:56:38.994 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:56:38.998 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:56:39.002 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:56:39.006 | +functions-common:screen_process:1538      screen_rc s-proxy '/opt/stack/swift/bin/swift-proxy-server /etc/swift/proxy-server.conf -v'
2017-02-10 04:56:39.009 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:56:39.013 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:56:39.017 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:56:39.020 | +functions-common:screen_rc:1559           grep s-proxy /opt/devstack/stack-screenrc
2017-02-10 04:56:39.026 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:56:39.030 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:56:39.033 | +functions-common:screen_rc:1561           echo 'screen -t s-proxy bash'
"'17-02-10 04:56:39.037 | +functions-common:screen_rc:1562           echo 'stuff "/opt/stack/swift/bin/swift-proxy-server /etc/swift/proxy-server.conf -v
2017-02-10 04:56:39.040 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:56:39.044 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:56:39.047 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/s-proxy.log.2017-02-10-124752'
2017-02-10 04:56:39.051 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:56:39.054 | +functions-common:screen_process:1540      screen -S stack -p s-proxy -X stuff '/opt/stack/swift/bin/swift-proxy-server /etc/swift/p'oxy-server.conf -v & echo $! >/opt/stack/status/stack/s-proxy.pid; fg || echo "s-proxy failed to start" | tee "/opt/stack/status/stack/s-proxy.failure"
2017-02-10 04:56:39.062 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:56:39.065 | +functions-common:time_stop:2347           local name
2017-02-10 04:56:39.069 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:56:39.072 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:56:39.077 | +functions-common:time_stop:2350           local total
2017-02-10 04:56:39.080 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:56:39.086 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:56:39.089 | +functions-common:time_stop:2354           start_time=1486702595
2017-02-10 04:56:39.099 | +functions-common:time_stop:2356           [[ -z 1486702595 ]]
2017-02-10 04:56:39.099 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:56:39.101 | +functions-common:time_stop:2359           end_time=1486702599
2017-02-10 04:56:39.104 | +functions-common:time_stop:2360           elapsed_time=4
2017-02-10 04:56:39.108 | +functions-common:time_stop:2361           total=3
2017-02-10 04:56:39.111 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:56:39.115 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=7
2017-02-10 04:56:39.118 | +lib/swift:start_swift:787                 [[ 1 == 1 ]]
2017-02-10 04:56:39.122 | +lib/swift:start_swift:788                 for type in object container account
2017-02-10 04:56:39.128 | +lib/swift:start_swift:789                 run_process s-object '/opt/stack/swift/bin/swift-object-server /etc/swift/object-server/1.conf -v'
2017-02-10 04:56:39.132 | +functions-common:run_process:1459         local service=s-object
2017-02-10 04:56:39.135 | +functions-common:run_process:1460         local 'command=/opt/stack/swift/bin/swift-object-server /etc/swift/object-server/1.conf -v'
2017-02-10 04:56:39.139 | +functions-common:run_process:1461         local group=
2017-02-10 04:56:39.142 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:56:39.145 | +functions-common:run_process:1464         local name=s-object
2017-02-10 04:56:39.148 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:56:39.152 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:56:39.155 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:56:39.158 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:56:39.163 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:56:39.167 | +functions-common:time_start:2338          START_TIME[$name]=1486702599
2017-02-10 04:56:39.170 | +functions-common:run_process:1467         is_service_enabled s-object
2017-02-10 04:56:39.194 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:39.197 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:56:39.201 | +functions-common:run_process:1469         screen_process s-object '/opt/stack/swift/bin/swift-object-server /etc/swift/object-server/1.conf -v' ''
2017-02-10 04:56:39.204 | +functions-common:screen_process:1485      local name=s-object
2017-02-10 04:56:39.207 | +functions-common:screen_process:1486      local 'command=/opt/stack/swift/bin/swift-object-server /etc/swift/object-server/1.conf -v'
2017-02-10 04:56:39.210 | +functions-common:screen_process:1487      local group=
2017-02-10 04:56:39.214 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:56:39.217 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:56:39.220 | +functions-common:screen_process:1492      screen -S stack -X screen -t s-object
2017-02-10 04:56:39.225 | +functions-common:screen_process:1494      local logfile=s-object.log.2017-02-10-124752
2017-02-10 04:56:39.229 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/s-object.log.2017-02-10-124752
2017-02-10 04:56:39.232 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:56:39.232 | LOGDIR: /opt/stack/logs
2017-02-10 04:56:39.235 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:56:39.235 | SCREEN_LOGDIR:
2017-02-10 04:56:39.238 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/s-object.log.2017-02-10-124752'
2017-02-10 04:56:39.238 | log: /opt/stack/logs/s-object.log.2017-02-10-124752
2017-02-10 04:56:39.242 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:56:39.245 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:56:39.248 | +functions-common:screen_process:1501      screen -S stack -p s-object -X logfile /opt/stack/logs/s-object.log.2017-02-10-124752
2017-02-10 04:56:39.253 | +functions-common:screen_process:1502      screen -S stack -p s-object -X log on
2017-02-10 04:56:39.257 | +functions-common:screen_process:1505      touch /opt/stack/logs/s-object.log.2017-02-10-124752
2017-02-10 04:56:39.262 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''s-object.log.2017-02-10-124752'\'' s-object.log'
2017-02-10 04:56:39.266 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:56:39.269 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:56:42.275 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:56:42.279 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:56:42.283 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:56:42.286 | +functions-common:screen_process:1538      screen_rc s-object '/opt/stack/swift/bin/swift-object-server /etc/swift/object-server/1.conf -v'
2017-02-10 04:56:42.290 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:56:42.293 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:56:42.297 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:56:42.300 | +functions-common:screen_rc:1559           grep s-object /opt/devstack/stack-screenrc
2017-02-10 04:56:42.305 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:56:42.309 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:56:42.313 | +functions-common:screen_rc:1561           echo 'screen -t s-object bash'
"'17-02-10 04:56:42.316 | +functions-common:screen_rc:1562           echo 'stuff "/opt/stack/swift/bin/swift-object-server /etc/swift/object-server/1.conf -v
2017-02-10 04:56:42.319 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:56:42.323 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:56:42.326 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/s-object.log.2017-02-10-124752'
2017-02-10 04:56:42.330 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:56:42.333 | +functions-common:screen_process:1540      screen -S stack -p s-object -X stuff '/opt/stack/swift/bin/swift-object-server /etc/swift/object-server/1.conf -v & echo $! >/opt/stack/status/stack/s-object.pid; fg || echo "s-object failed to start" | tee "/opt/stack/status/stack/s-object.failur'"
2017-02-10 04:56:42.343 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:56:42.345 | +functions-common:time_stop:2347           local name
2017-02-10 04:56:42.350 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:56:42.354 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:56:42.359 | +functions-common:time_stop:2350           local total
2017-02-10 04:56:42.363 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:56:42.367 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:56:42.371 | +functions-common:time_stop:2354           start_time=1486702599
2017-02-10 04:56:42.375 | +functions-common:time_stop:2356           [[ -z 1486702599 ]]
2017-02-10 04:56:42.381 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:56:42.386 | +functions-common:time_stop:2359           end_time=1486702602
2017-02-10 04:56:42.391 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:56:42.395 | +functions-common:time_stop:2361           total=7
2017-02-10 04:56:42.400 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:56:42.404 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=10
2017-02-10 04:56:42.409 | +lib/swift:start_swift:788                 for type in object container account
2017-02-10 04:56:42.413 | +lib/swift:start_swift:789                 run_process s-container '/opt/stack/swift/bin/swift-container-server /etc/swift/container-server/1.conf -v'
2017-02-10 04:56:42.418 | +functions-common:run_process:1459         local service=s-container
2017-02-10 04:56:42.422 | +functions-common:run_process:1460         local 'command=/opt/stack/swift/bin/swift-container-server /etc/swift/container-server/1.conf -v'
2017-02-10 04:56:42.440 | +functions-common:run_process:1461         local group=
2017-02-10 04:56:42.453 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:56:42.457 | +functions-common:run_process:1464         local name=s-container
2017-02-10 04:56:42.462 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:56:42.466 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:56:42.471 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:56:42.475 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:56:42.482 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:56:42.488 | +functions-common:time_start:2338          START_TIME[$name]=1486702602
2017-02-10 04:56:42.493 | +functions-common:run_process:1467         is_service_enabled s-container
2017-02-10 04:56:42.525 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:42.529 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:56:42.534 | +functions-common:run_process:1469         screen_process s-container '/opt/stack/swift/bin/swift-container-server /etc/swift/container-server/1.conf -v' ''
2017-02-10 04:56:42.538 | +functions-common:screen_process:1485      local name=s-container
2017-02-10 04:56:42.543 | +functions-common:screen_process:1486      local 'command=/opt/stack/swift/bin/swift-container-server /etc/swift/container-server/1.conf -v'
2017-02-10 04:56:42.547 | +functions-common:screen_process:1487      local group=
2017-02-10 04:56:42.552 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:56:42.556 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:56:42.561 | +functions-common:screen_process:1492      screen -S stack -X screen -t s-container
2017-02-10 04:56:42.572 | +functions-common:screen_process:1494      local logfile=s-container.log.2017-02-10-124752
2017-02-10 04:56:42.576 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/s-container.log.2017-02-10-124752
2017-02-10 04:56:42.581 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:56:42.581 | LOGDIR: /opt/stack/logs
2017-02-10 04:56:42.585 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:56:42.585 | SCREEN_LOGDIR:
2017-02-10 04:56:42.590 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/s-container.log.2017-02-10-124752'
2017-02-10 04:56:42.590 | log: /opt/stack/logs/s-container.log.2017-02-10-124752
2017-02-10 04:56:42.595 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:56:42.599 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:56:42.604 | +functions-common:screen_process:1501      screen -S stack -p s-container -X logfile /opt/stack/logs/s-container.log.2017-02-10-124752
2017-02-10 04:56:42.610 | +functions-common:screen_process:1502      screen -S stack -p s-container -X log on
2017-02-10 04:56:42.616 | +functions-common:screen_process:1505      touch /opt/stack/logs/s-container.log.2017-02-10-124752
2017-02-10 04:56:42.622 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''s-container.log.2017-02-10-124752'\'' s-container.log'
2017-02-10 04:56:42.628 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:56:42.633 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:56:45.638 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:56:45.642 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:56:45.645 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:56:45.648 | +functions-common:screen_process:1538      screen_rc s-container '/opt/stack/swift/bin/swift-container-server /etc/swift/container-server/1.conf -v'
2017-02-10 04:56:45.651 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:56:45.655 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:56:45.658 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:56:45.661 | +functions-common:screen_rc:1559           grep s-container /opt/devstack/stack-screenrc
2017-02-10 04:56:45.666 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:56:45.669 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:56:45.672 | +functions-common:screen_rc:1561           echo 'screen -t s-container bash'
2017-02-10 04:56:45.676 | +functions-common:screen_rc:1562           echo 'stuff "/opt/stack/swift/bin/swift-container-server /etc/swift/container-server/1.co"' -v
2017-02-10 04:56:45.679 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:56:45.682 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:56:45.685 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/s-container.log.2017-02-10-124752'
2017-02-10 04:56:45.688 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:56:45.691 | +functions-common:screen_process:1540      screen -S stack -p s-container -X stuff '/opt/stack/swift/bin/swift-container-server /etc/swift/container-server/1.conf -v & echo $! >/opt/stack/status/stack/s-container.pid; fg || echo "s-container failed to start" | tee "/opt/stack/status/stack/'-container.failure"
2017-02-10 04:56:45.699 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:56:45.704 | +functions-common:time_stop:2347           local name
2017-02-10 04:56:45.709 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:56:45.713 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:56:45.717 | +functions-common:time_stop:2350           local total
2017-02-10 04:56:45.721 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:56:45.725 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:56:45.728 | +functions-common:time_stop:2354           start_time=1486702602
2017-02-10 04:56:45.733 | +functions-common:time_stop:2356           [[ -z 1486702602 ]]
2017-02-10 04:56:45.739 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:56:45.743 | +functions-common:time_stop:2359           end_time=1486702605
2017-02-10 04:56:45.747 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:56:45.752 | +functions-common:time_stop:2361           total=10
2017-02-10 04:56:45.756 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:56:45.760 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=13
2017-02-10 04:56:45.764 | +lib/swift:start_swift:788                 for type in object container account
2017-02-10 04:56:45.768 | +lib/swift:start_swift:789                 run_process s-account '/opt/stack/swift/bin/swift-account-server /etc/swift/account-server/1.conf -v'
2017-02-10 04:56:45.773 | +functions-common:run_process:1459         local service=s-account
2017-02-10 04:56:45.777 | +functions-common:run_process:1460         local 'command=/opt/stack/swift/bin/swift-account-server /etc/swift/account-server/1.conf -v'
2017-02-10 04:56:45.781 | +functions-common:run_process:1461         local group=
2017-02-10 04:56:45.786 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:56:45.790 | +functions-common:run_process:1464         local name=s-account
2017-02-10 04:56:45.794 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:56:45.798 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:56:45.803 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:56:45.807 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:56:45.813 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:56:45.818 | +functions-common:time_start:2338          START_TIME[$name]=1486702605
2017-02-10 04:56:45.822 | +functions-common:run_process:1467         is_service_enabled s-account
2017-02-10 04:56:45.852 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:45.857 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:56:45.861 | +functions-common:run_process:1469         screen_process s-account '/opt/stack/swift/bin/swift-account-server /etc/swift/account-server/1.conf -v' ''
2017-02-10 04:56:45.865 | +functions-common:screen_process:1485      local name=s-account
2017-02-10 04:56:45.869 | +functions-common:screen_process:1486      local 'command=/opt/stack/swift/bin/swift-account-server /etc/swift/account-server/1.conf -v'
2017-02-10 04:56:45.873 | +functions-common:screen_process:1487      local group=
2017-02-10 04:56:45.878 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:56:45.882 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:56:45.886 | +functions-common:screen_process:1492      screen -S stack -X screen -t s-account
2017-02-10 04:56:45.895 | +functions-common:screen_process:1494      local logfile=s-account.log.2017-02-10-124752
2017-02-10 04:56:45.901 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/s-account.log.2017-02-10-124752
2017-02-10 04:56:45.905 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:56:45.905 | LOGDIR: /opt/stack/logs
2017-02-10 04:56:45.910 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:56:45.910 | SCREEN_LOGDIR:
2017-02-10 04:56:45.914 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/s-account.log.2017-02-10-124752'
2017-02-10 04:56:45.914 | log: /opt/stack/logs/s-account.log.2017-02-10-124752
2017-02-10 04:56:45.918 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:56:45.922 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:56:45.927 | +functions-common:screen_process:1501      screen -S stack -p s-account -X logfile /opt/stack/logs/s-account.log.2017-02-10-124752
2017-02-10 04:56:45.933 | +functions-common:screen_process:1502      screen -S stack -p s-account -X log on
2017-02-10 04:56:45.939 | +functions-common:screen_process:1505      touch /opt/stack/logs/s-account.log.2017-02-10-124752
2017-02-10 04:56:45.944 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''s-account.log.2017-02-10-124752'\'' s-account.log'
2017-02-10 04:56:45.950 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:56:45.954 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:56:48.960 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:56:48.963 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:56:48.966 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:56:48.969 | +functions-common:screen_process:1538      screen_rc s-account '/opt/stack/swift/bin/swift-account-server /etc/swift/account-server/1.conf -v'
2017-02-10 04:56:48.973 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:56:48.976 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:56:48.979 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:56:48.982 | +functions-common:screen_rc:1559           grep s-account /opt/devstack/stack-screenrc
2017-02-10 04:56:48.987 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:56:48.990 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:56:48.993 | +functions-common:screen_rc:1561           echo 'screen -t s-account bash'
2017-02-10 04:56:48.997 | +functions-common:screen_rc:1562           echo 'stuff "/opt/stack/swift/bin/swift-account-server /etc/swift/account-server/1.conf -"'
2017-02-10 04:56:49.000 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:56:49.003 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:56:49.006 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/s-account.log.2017-02-10-124752'
2017-02-10 04:56:49.009 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:56:49.013 | +functions-common:screen_process:1540      screen -S stack -p s-account -X stuff '/opt/stack/swift/bin/swift-account-server /etc/swift/account-server/1.conf -v & echo $! >/opt/stack/status/stack/s-account.pid; fg || echo "s-account failed to start" | tee "/opt/stack/status/stack/s-account.'ailure"
2017-02-10 04:56:49.022 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:56:49.026 | +functions-common:time_stop:2347           local name
2017-02-10 04:56:49.030 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:56:49.034 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:56:49.037 | +functions-common:time_stop:2350           local total
2017-02-10 04:56:49.041 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:56:49.049 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:56:49.051 | +functions-common:time_stop:2354           start_time=1486702605
2017-02-10 04:56:49.055 | +functions-common:time_stop:2356           [[ -z 1486702605 ]]
2017-02-10 04:56:49.061 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:56:49.065 | +functions-common:time_stop:2359           end_time=1486702609
2017-02-10 04:56:49.069 | +functions-common:time_stop:2360           elapsed_time=4
2017-02-10 04:56:49.073 | +functions-common:time_stop:2361           total=13
2017-02-10 04:56:49.076 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:56:49.080 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=17
2017-02-10 04:56:49.084 | +lib/swift:start_swift:793                 [[ False == \T\r\u\e ]]
2017-02-10 04:56:49.088 | +./stack.sh:main:1181                      is_service_enabled glance
2017-02-10 04:56:49.117 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:49.121 | +./stack.sh:main:1182                      echo_summary 'Starting Glance'
2017-02-10 04:56:49.125 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:56:49.129 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:56:49.133 | +./stack.sh:echo_summary:385               echo -e Starting Glance
2017-02-10 04:56:49.137 | +./stack.sh:main:1183                      start_glance
2017-02-10 04:56:49.141 | +lib/glance:start_glance:379               local service_protocol=http
2017-02-10 04:56:49.145 | +lib/glance:start_glance:380               is_service_enabled tls-proxy
2017-02-10 04:56:49.174 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:56:49.178 | +lib/glance:start_glance:385               run_process g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf'
2017-02-10 04:56:49.182 | +functions-common:run_process:1459         local service=g-reg
2017-02-10 04:56:49.186 | +functions-common:run_process:1460         local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf'
2017-02-10 04:56:49.190 | +functions-common:run_process:1461         local group=
2017-02-10 04:56:49.194 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:56:49.198 | +functions-common:run_process:1464         local name=g-reg
2017-02-10 04:56:49.202 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:56:49.206 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:56:49.210 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:56:49.214 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:56:49.220 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:56:49.225 | +functions-common:time_start:2338          START_TIME[$name]=1486702609
2017-02-10 04:56:49.229 | +functions-common:run_process:1467         is_service_enabled g-reg
2017-02-10 04:56:49.258 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:49.262 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:56:49.266 | +functions-common:run_process:1469         screen_process g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' ''
2017-02-10 04:56:49.270 | +functions-common:screen_process:1485      local name=g-reg
2017-02-10 04:56:49.274 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf'
2017-02-10 04:56:49.279 | +functions-common:screen_process:1487      local group=
2017-02-10 04:56:49.283 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:56:49.287 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:56:49.291 | +functions-common:screen_process:1492      screen -S stack -X screen -t g-reg
2017-02-10 04:56:49.300 | +functions-common:screen_process:1494      local logfile=g-reg.log.2017-02-10-124752
2017-02-10 04:56:49.304 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/g-reg.log.2017-02-10-124752
2017-02-10 04:56:49.308 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:56:49.309 | LOGDIR: /opt/stack/logs
2017-02-10 04:56:49.313 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:56:49.313 | SCREEN_LOGDIR:
2017-02-10 04:56:49.317 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/g-reg.log.2017-02-10-124752'
2017-02-10 04:56:49.317 | log: /opt/stack/logs/g-reg.log.2017-02-10-124752
2017-02-10 04:56:49.321 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:56:49.325 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:56:49.329 | +functions-common:screen_process:1501      screen -S stack -p g-reg -X logfile /opt/stack/logs/g-reg.log.2017-02-10-124752
2017-02-10 04:56:49.334 | +functions-common:screen_process:1502      screen -S stack -p g-reg -X log on
2017-02-10 04:56:49.340 | +functions-common:screen_process:1505      touch /opt/stack/logs/g-reg.log.2017-02-10-124752
2017-02-10 04:56:49.345 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''g-reg.log.2017-02-10-124752'\'' g-reg.log'
2017-02-10 04:56:49.351 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:56:49.355 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:56:52.361 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:56:52.365 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:56:52.368 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:56:52.372 | +functions-common:screen_process:1538      screen_rc g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf'
2017-02-10 04:56:52.375 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:56:52.378 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:56:52.382 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:56:52.385 | +functions-common:screen_rc:1559           grep g-reg /opt/devstack/stack-screenrc
2017-02-10 04:56:52.391 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:56:52.395 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:56:52.398 | +functions-common:screen_rc:1561           echo 'screen -t g-reg bash'
2017-02-10 04:56:52.401 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.con"'
2017-02-10 04:56:52.405 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:56:52.408 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:56:52.411 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/g-reg.log.2017-02-10-124752'
2017-02-10 04:56:52.414 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:56:52.418 | +functions-common:screen_process:1540      screen -S stack -p g-reg -X stuff '/usr/local/bin/glance-registry --config-file=/etc/glan'e/glance-registry.conf & echo $! >/opt/stack/status/stack/g-reg.pid; fg || echo "g-reg failed to start" | tee "/opt/stack/status/stack/g-reg.failure"
2017-02-10 04:56:52.444 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:56:52.452 | +functions-common:time_stop:2347           local name
2017-02-10 04:56:52.456 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:56:52.460 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:56:52.464 | +functions-common:time_stop:2350           local total
2017-02-10 04:56:52.468 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:56:52.472 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:56:52.476 | +functions-common:time_stop:2354           start_time=1486702609
2017-02-10 04:56:52.483 | +functions-common:time_stop:2356           [[ -z 1486702609 ]]
2017-02-10 04:56:52.493 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:56:52.497 | +functions-common:time_stop:2359           end_time=1486702612
2017-02-10 04:56:52.501 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:56:52.505 | +functions-common:time_stop:2361           total=17
2017-02-10 04:56:52.509 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:56:52.512 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=20
2017-02-10 04:56:52.516 | +lib/glance:start_glance:386               run_process g-api '/usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf'
2017-02-10 04:56:52.520 | +functions-common:run_process:1459         local service=g-api
2017-02-10 04:56:52.524 | +functions-common:run_process:1460         local 'command=/usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf'
2017-02-10 04:56:52.528 | +functions-common:run_process:1461         local group=
2017-02-10 04:56:52.532 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:56:52.535 | +functions-common:run_process:1464         local name=g-api
2017-02-10 04:56:52.544 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:56:52.544 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:56:52.547 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:56:52.550 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:56:52.555 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:56:52.558 | +functions-common:time_start:2338          START_TIME[$name]=1486702612
2017-02-10 04:56:52.562 | +functions-common:run_process:1467         is_service_enabled g-api
2017-02-10 04:56:52.586 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:52.589 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:56:52.593 | +functions-common:run_process:1469         screen_process g-api '/usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf' ''
2017-02-10 04:56:52.596 | +functions-common:screen_process:1485      local name=g-api
2017-02-10 04:56:52.599 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf'
2017-02-10 04:56:52.602 | +functions-common:screen_process:1487      local group=
2017-02-10 04:56:52.606 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:56:52.609 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:56:52.612 | +functions-common:screen_process:1492      screen -S stack -X screen -t g-api
2017-02-10 04:56:52.619 | +functions-common:screen_process:1494      local logfile=g-api.log.2017-02-10-124752
2017-02-10 04:56:52.624 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/g-api.log.2017-02-10-124752
2017-02-10 04:56:52.627 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:56:52.627 | LOGDIR: /opt/stack/logs
2017-02-10 04:56:52.630 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:56:52.630 | SCREEN_LOGDIR:
2017-02-10 04:56:52.633 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/g-api.log.2017-02-10-124752'
2017-02-10 04:56:52.633 | log: /opt/stack/logs/g-api.log.2017-02-10-124752
2017-02-10 04:56:52.637 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:56:52.640 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:56:52.643 | +functions-common:screen_process:1501      screen -S stack -p g-api -X logfile /opt/stack/logs/g-api.log.2017-02-10-124752
2017-02-10 04:56:52.648 | +functions-common:screen_process:1502      screen -S stack -p g-api -X log on
2017-02-10 04:56:52.652 | +functions-common:screen_process:1505      touch /opt/stack/logs/g-api.log.2017-02-10-124752
2017-02-10 04:56:52.656 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''g-api.log.2017-02-10-124752'\'' g-api.log'
2017-02-10 04:56:52.661 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:56:52.664 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:56:55.670 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:56:55.674 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:56:55.677 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:56:55.680 | +functions-common:screen_process:1538      screen_rc g-api '/usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf'
2017-02-10 04:56:55.683 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:56:55.686 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:56:55.689 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:56:55.692 | +functions-common:screen_rc:1559           grep g-api /opt/devstack/stack-screenrc
2017-02-10 04:56:55.698 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:56:55.701 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:56:55.704 | +functions-common:screen_rc:1561           echo 'screen -t g-api bash'
"'17-02-10 04:56:55.707 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf
2017-02-10 04:56:55.710 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:56:55.713 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:56:55.716 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/g-api.log.2017-02-10-124752'
2017-02-10 04:56:55.719 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:56:55.723 | +functions-common:screen_process:1540      screen -S stack -p g-api -X stuff '/usr/local/bin/glance-api --config-file=/etc/glance/gl'nce-api.conf & echo $! >/opt/stack/status/stack/g-api.pid; fg || echo "g-api failed to start" | tee "/opt/stack/status/stack/g-api.failure"
2017-02-10 04:56:55.735 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:56:55.738 | +functions-common:time_stop:2347           local name
2017-02-10 04:56:55.741 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:56:55.744 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:56:55.747 | +functions-common:time_stop:2350           local total
2017-02-10 04:56:55.751 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:56:55.756 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:56:55.760 | +functions-common:time_stop:2354           start_time=1486702612
2017-02-10 04:56:55.763 | +functions-common:time_stop:2356           [[ -z 1486702612 ]]
2017-02-10 04:56:55.769 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:56:55.772 | +functions-common:time_stop:2359           end_time=1486702615
2017-02-10 04:56:55.775 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:56:55.778 | +functions-common:time_stop:2361           total=20
2017-02-10 04:56:55.782 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:56:55.785 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=23
2017-02-10 04:56:55.788 | +lib/glance:start_glance:388               echo 'Waiting for g-api (172.30.250.59:9292) to start...'
2017-02-10 04:56:55.788 | Waiting for g-api (172.30.250.59:9292) to start...
2017-02-10 04:56:55.791 | +lib/glance:start_glance:389               wait_for_service 60 http://172.30.250.59:9292
2017-02-10 04:56:55.794 | +functions:wait_for_service:374            local timeout=60
2017-02-10 04:56:55.797 | +functions:wait_for_service:375            local url=http://172.30.250.59:9292
2017-02-10 04:56:55.800 | +functions:wait_for_service:376            time_start wait_for_service
2017-02-10 04:56:55.804 | +functions-common:time_start:2333          local name=wait_for_service
2017-02-10 04:56:55.807 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:56:55.810 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:56:55.816 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:56:55.820 | +functions-common:time_start:2338          START_TIME[$name]=1486702615
2017-02-10 04:56:55.823 | +functions:wait_for_service:377            timeout 60 sh -c 'while ! curl -g -k --noproxy '\''*'\'' -s http://172.30.250.59:9292 >/dev/null; do sleep 1; done'
2017-02-10 04:56:57.845 | +functions:wait_for_service:378            time_stop wait_for_service
2017-02-10 04:56:57.848 | +functions-common:time_stop:2347           local name
2017-02-10 04:56:57.851 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:56:57.854 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:56:57.857 | +functions-common:time_stop:2350           local total
2017-02-10 04:56:57.860 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:56:57.863 | +functions-common:time_stop:2353           name=wait_for_service
2017-02-10 04:56:57.867 | +functions-common:time_stop:2354           start_time=1486702615
2017-02-10 04:56:57.870 | +functions-common:time_stop:2356           [[ -z 1486702615 ]]
2017-02-10 04:56:57.874 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:56:57.878 | +functions-common:time_stop:2359           end_time=1486702617
2017-02-10 04:56:57.881 | +functions-common:time_stop:2360           elapsed_time=2
2017-02-10 04:56:57.884 | +functions-common:time_stop:2361           total=3
2017-02-10 04:56:57.887 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:56:57.891 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=5
2017-02-10 04:56:57.894 | +lib/glance:start_glance:394               is_service_enabled g-glare
2017-02-10 04:56:57.914 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:56:57.917 | +./stack.sh:main:1197                      is_service_enabled g-reg
2017-02-10 04:56:57.936 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:56:57.939 | +./stack.sh:main:1199                      echo_summary 'Uploading images'
2017-02-10 04:56:57.942 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:56:57.945 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:56:57.949 | +./stack.sh:echo_summary:385               echo -e Uploading images
2017-02-10 04:56:57.952 | +./stack.sh:main:1202                      [[ -n '' ]]
2017-02-10 04:56:57.955 | +./stack.sh:main:1206                      for image_url in '${IMAGE_URLS//,/ }'
2017-02-10 04:56:57.958 | +./stack.sh:main:1207                      upload_image http://images.trystack.cn/cirros/cirros-0.3.4-x86_64-disk.img
2017-02-10 04:56:57.961 | +functions:upload_image:54                 local image_url=http://images.trystack.cn/cirros/cirros-0.3.4-x86_64-disk.img
2017-02-10 04:56:57.964 | +functions:upload_image:56                 local image image_fname image_name
2017-02-10 04:56:57.967 | +functions:upload_image:59                 mkdir -p /opt/devstack/files/images
2017-02-10 04:56:57.972 | ++functions:upload_image:60                 basename http://images.trystack.cn/cirros/cirros-0.3.4-x86_64-disk.img
2017-02-10 04:56:57.976 | +functions:upload_image:60                 image_fname=cirros-0.3.4-x86_64-disk.img
2017-02-10 04:56:57.979 | +functions:upload_image:61                 [[ http://images.trystack.cn/cirros/cirros-0.3.4-x86_64-disk.img != file* ]]
2017-02-10 04:56:57.982 | +functions:upload_image:63                 [[ ! -f /opt/devstack/files/cirros-0.3.4-x86_64-disk.img ]]
2017-02-10 04:56:57.986 | ++functions:upload_image:63                 stat -c %s /opt/devstack/files/cirros-0.3.4-x86_64-disk.img
2017-02-10 04:56:57.990 | +functions:upload_image:63                 [[ 13287936 = \0 ]]
2017-02-10 04:56:57.993 | +functions:upload_image:70                 image=/opt/devstack/files/cirros-0.3.4-x86_64-disk.img
2017-02-10 04:56:57.996 | +functions:upload_image:84                 [[ http://images.trystack.cn/cirros/cirros-0.3.4-x86_64-disk.img =~ openvz ]]
2017-02-10 04:56:57.999 | +functions:upload_image:91                 [[ http://images.trystack.cn/cirros/cirros-0.3.4-x86_64-disk.img =~ \.vmdk ]]
2017-02-10 04:56:58.003 | +functions:upload_image:206                [[ http://images.trystack.cn/cirros/cirros-0.3.4-x86_64-disk.img =~ \.vhd\.tgz ]]
2017-02-10 04:56:58.006 | +functions:upload_image:228                [[ http://images.trystack.cn/cirros/cirros-0.3.4-x86_64-disk.img =~ \.xen-raw\.tgz ]]
2017-02-10 04:56:58.009 | +functions:upload_image:239                [[ http://images.trystack.cn/cirros/cirros-0.3.4-x86_64-disk.img =~ \.hds ]]
2017-02-10 04:56:58.012 | +functions:upload_image:255                local kernel=
2017-02-10 04:56:58.015 | +functions:upload_image:256                local ramdisk=
2017-02-10 04:56:58.018 | +functions:upload_image:257                local disk_format=
2017-02-10 04:56:58.021 | +functions:upload_image:258                local container_format=
2017-02-10 04:56:58.024 | +functions:upload_image:259                local unpack=
2017-02-10 04:56:58.027 | +functions:upload_image:260                local img_property=
2017-02-10 04:56:58.031 | +functions:upload_image:261                case "$image_fname" in
2017-02-10 04:56:58.035 | ++functions:upload_image:282                basename /opt/devstack/files/cirros-0.3.4-x86_64-disk.img .img
2017-02-10 04:56:58.038 | +functions:upload_image:282                image_name=cirros-0.3.4-x86_64-disk
2017-02-10 04:56:58.041 | +functions:upload_image:283                local format
2017-02-10 04:56:58.047 | ++functions:upload_image:284                awk '/^file format/ { print $3; exit }'
2017-02-10 04:56:58.048 | ++functions:upload_image:284                qemu-img info /opt/devstack/files/cirros-0.3.4-x86_64-disk.img
2017-02-10 04:56:58.057 | +functions:upload_image:284                format=qcow2
2017-02-10 04:56:58.060 | +functions:upload_image:285                [[ ,qcow2,raw,vdi,vmdk,vpc, =~ ,qcow2, ]]
2017-02-10 04:56:58.063 | +functions:upload_image:286                disk_format=qcow2
2017-02-10 04:56:58.067 | +functions:upload_image:290                container_format=bare
2017-02-10 04:56:58.070 | +functions:upload_image:320                is_arch ppc64le
2017-02-10 04:56:58.074 | ++functions-common:is_arch:420              uname -m
2017-02-10 04:56:58.077 | +functions-common:is_arch:420              [[ x86_64 == \p\p\c\6\4\l\e ]]
2017-02-10 04:56:58.080 | +functions:upload_image:320                is_arch ppc64
2017-02-10 04:56:58.085 | ++functions-common:is_arch:420              uname -m
2017-02-10 04:56:58.088 | +functions-common:is_arch:420              [[ x86_64 == \p\p\c\6\4 ]]
2017-02-10 04:56:58.091 | +functions:upload_image:320                is_arch ppc
2017-02-10 04:56:58.096 | ++functions-common:is_arch:420              uname -m
2017-02-10 04:56:58.099 | +functions-common:is_arch:420              [[ x86_64 == \p\p\c ]]
2017-02-10 04:56:58.102 | +functions:upload_image:324                is_arch aarch64
2017-02-10 04:56:58.106 | ++functions-common:is_arch:420              uname -m
2017-02-10 04:56:58.110 | +functions-common:is_arch:420              [[ x86_64 == \a\a\r\c\h\6\4 ]]
2017-02-10 04:56:58.113 | +functions:upload_image:328                '[' bare = bare ']'
2017-02-10 04:56:58.116 | +functions:upload_image:329                '[' '' = zcat ']'
2017-02-10 04:56:58.119 | +functions:upload_image:332                openstack --os-cloud=devstack-admin image create cirros-0.3.4-x86_64-disk --public --container-format=bare --disk-format qcow2
2017-02-10 04:57:08.018 | +------------------+------------------------------------------------------+
2017-02-10 04:57:08.019 | | Field            | Value                                                |
2017-02-10 04:57:08.019 | +------------------+------------------------------------------------------+
2017-02-10 04:57:08.019 | | checksum         | ee1eca47dc88f4879d8a229cc70a07c6                     |
2017-02-10 04:57:08.019 | | container_format | bare                                                 |
2017-02-10 04:57:08.019 | | created_at       | 2017-02-10T04:56:59Z                                 |
2017-02-10 04:57:08.019 | | disk_format      | qcow2                                                |
2017-02-10 04:57:08.019 | | file             | /v2/images/acbe7353-c708-4d77-89fe-577d77ea00b6/file |
2017-02-10 04:57:08.019 | | id               | acbe7353-c708-4d77-89fe-577d77ea00b6                 |
2017-02-10 04:57:08.019 | | min_disk         | 0                                                    |
2017-02-10 04:57:08.019 | | min_ram          | 0                                                    |
2017-02-10 04:57:08.019 | | name             | cirros-0.3.4-x86_64-disk                             |
2017-02-10 04:57:08.019 | | owner            | 57eb8bb5e61c442487543d1d700aef00                     |
2017-02-10 04:57:08.019 | | protected        | False                                                |
2017-02-10 04:57:08.019 | | schema           | /v2/schemas/image                                    |
2017-02-10 04:57:08.019 | | size             | 13287936                                             |
2017-02-10 04:57:08.019 | | status           | active                                               |
2017-02-10 04:57:08.019 | | tags             |                                                      |
2017-02-10 04:57:08.019 | | updated_at       | 2017-02-10T04:57:07Z                                 |
2017-02-10 04:57:08.019 | | virtual_size     | None                                                 |
2017-02-10 04:57:08.019 | | visibility       | public                                               |
2017-02-10 04:57:08.019 | +------------------+------------------------------------------------------+
2017-02-10 04:57:08.046 | +./stack.sh:main:1212                      is_service_enabled nova
2017-02-10 04:57:08.067 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:57:08.072 | ++./stack.sh:main:1213                      generate_hex_string 32
2017-02-10 04:57:08.076 | ++functions-common:generate_hex_string:691  local size=32
2017-02-10 04:57:08.081 | ++functions-common:generate_hex_string:692  hexdump -n 32 -v -e '/1 "%02x"' /dev/urandom
2017-02-10 04:57:08.086 | +./stack.sh:main:1213                      iniset /etc/nova/nova.conf keymgr fixed_key 53ac8f7afa680e23a9b4f10220ac44685c666bf87c06ec74740966212c5a2e3f
2017-02-10 04:57:08.115 | +./stack.sh:main:1217                      is_service_enabled n-api
2017-02-10 04:57:08.137 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:57:08.141 | +./stack.sh:main:1218                      echo_summary 'Starting Nova API'
2017-02-10 04:57:08.144 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:57:08.148 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:57:08.152 | +./stack.sh:echo_summary:385               echo -e Starting Nova API
2017-02-10 04:57:08.156 | +./stack.sh:main:1219                      start_nova_api
2017-02-10 04:57:08.159 | +lib/nova:start_nova_api:774               local service_port=8774
2017-02-10 04:57:08.163 | +lib/nova:start_nova_api:775               local service_protocol=http
2017-02-10 04:57:08.166 | +lib/nova:start_nova_api:776               is_service_enabled tls-proxy
2017-02-10 04:57:08.189 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:57:08.192 | +lib/nova:start_nova_api:782               local old_path=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:57:08.196 | +lib/nova:start_nova_api:783               export PATH=/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:57:08.199 | +lib/nova:start_nova_api:783               PATH=/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:57:08.204 | +lib/nova:start_nova_api:786               local enabled_site_file
2017-02-10 04:57:08.209 | ++lib/nova:start_nova_api:787               apache_site_config_for nova-api
2017-02-10 04:57:08.214 | ++lib/apache:apache_site_config_for:119     local site=nova-api
2017-02-10 04:57:08.219 | ++lib/apache:apache_site_config_for:120     is_ubuntu
2017-02-10 04:57:08.223 | ++functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:57:08.228 | ++functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:57:08.232 | ++lib/apache:apache_site_config_for:121     local apache_version
2017-02-10 04:57:08.237 | +++lib/apache:apache_site_config_for:122     get_apache_version
2017-02-10 04:57:08.241 | +++lib/apache:get_apache_version:74          is_ubuntu
2017-02-10 04:57:08.246 | +++functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:57:08.251 | +++functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:57:08.256 | +++lib/apache:get_apache_version:75          local version_str
2017-02-10 04:57:08.265 | ++++lib/apache:get_apache_version:76          cut -f2 -d/
2017-02-10 04:57:08.265 | ++++lib/apache:get_apache_version:76          sudo /usr/sbin/apache2ctl -v
2017-02-10 04:57:08.267 | ++++lib/apache:get_apache_version:76          awk '/Server version/ {print $3}'
2017-02-10 04:57:08.300 | +++lib/apache:get_apache_version:76          version_str=2.4.7
2017-02-10 04:57:08.305 | +++lib/apache:get_apache_version:86          [[ 2.4.7 =~ ^2\.2\. ]]
2017-02-10 04:57:08.309 | +++lib/apache:get_apache_version:88          [[ 2.4.7 =~ ^2\.4\. ]]
2017-02-10 04:57:08.313 | +++lib/apache:get_apache_version:89          echo 2.4
2017-02-10 04:57:08.317 | ++lib/apache:apache_site_config_for:122     apache_version=2.4
2017-02-10 04:57:08.321 | ++lib/apache:apache_site_config_for:123     [[ 2.4 == \2\.\2 ]]
2017-02-10 04:57:08.326 | ++lib/apache:apache_site_config_for:128     echo /etc/apache2/sites-available/nova-api.conf
2017-02-10 04:57:08.329 | +lib/nova:start_nova_api:787               enabled_site_file=/etc/apache2/sites-available/nova-api.conf
2017-02-10 04:57:08.332 | +lib/nova:start_nova_api:788               '[' -f /etc/apache2/sites-available/nova-api.conf ']'
2017-02-10 04:57:08.335 | +lib/nova:start_nova_api:795               run_process n-api /usr/local/bin/nova-api
2017-02-10 04:57:08.339 | +functions-common:run_process:1459         local service=n-api
2017-02-10 04:57:08.342 | +functions-common:run_process:1460         local command=/usr/local/bin/nova-api
2017-02-10 04:57:08.345 | +functions-common:run_process:1461         local group=
2017-02-10 04:57:08.348 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:57:08.352 | +functions-common:run_process:1464         local name=n-api
2017-02-10 04:57:08.355 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:57:08.359 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:57:08.363 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:57:08.366 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:57:08.370 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:57:08.374 | +functions-common:time_start:2338          START_TIME[$name]=1486702628
2017-02-10 04:57:08.377 | +functions-common:run_process:1467         is_service_enabled n-api
2017-02-10 04:57:08.398 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:57:08.402 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:57:08.406 | +functions-common:run_process:1469         screen_process n-api /usr/local/bin/nova-api ''
2017-02-10 04:57:08.409 | +functions-common:screen_process:1485      local name=n-api
2017-02-10 04:57:08.412 | +functions-common:screen_process:1486      local command=/usr/local/bin/nova-api
2017-02-10 04:57:08.416 | +functions-common:screen_process:1487      local group=
2017-02-10 04:57:08.419 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:57:08.422 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:57:08.434 | +functions-common:screen_process:1492      screen -S stack -X screen -t n-api
2017-02-10 04:57:08.440 | +functions-common:screen_process:1494      local logfile=n-api.log.2017-02-10-124752
2017-02-10 04:57:08.443 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/n-api.log.2017-02-10-124752
2017-02-10 04:57:08.446 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:57:08.446 | LOGDIR: /opt/stack/logs
2017-02-10 04:57:08.449 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:57:08.450 | SCREEN_LOGDIR:
2017-02-10 04:57:08.454 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/n-api.log.2017-02-10-124752'
2017-02-10 04:57:08.454 | log: /opt/stack/logs/n-api.log.2017-02-10-124752
2017-02-10 04:57:08.457 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:57:08.460 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:57:08.463 | +functions-common:screen_process:1501      screen -S stack -p n-api -X logfile /opt/stack/logs/n-api.log.2017-02-10-124752
2017-02-10 04:57:08.468 | +functions-common:screen_process:1502      screen -S stack -p n-api -X log on
2017-02-10 04:57:08.473 | +functions-common:screen_process:1505      touch /opt/stack/logs/n-api.log.2017-02-10-124752
2017-02-10 04:57:08.477 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''n-api.log.2017-02-10-124752'\'' n-api.log'
2017-02-10 04:57:08.481 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:57:08.485 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:57:11.491 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:57:11.494 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:57:11.498 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:57:11.501 | +functions-common:screen_process:1538      screen_rc n-api /usr/local/bin/nova-api
2017-02-10 04:57:11.505 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:57:11.508 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:57:11.511 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:57:11.515 | +functions-common:screen_rc:1559           grep n-api /opt/devstack/stack-screenrc
2017-02-10 04:57:11.520 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:57:11.524 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:57:11.527 | +functions-common:screen_rc:1561           echo 'screen -t n-api bash'
"'17-02-10 04:57:11.530 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/nova-api
2017-02-10 04:57:11.534 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:57:11.537 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:57:11.540 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/n-api.log.2017-02-10-124752'
2017-02-10 04:57:11.543 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:57:11.547 | +functions-common:screen_process:1540      screen -S stack -p n-api -X stuff '/usr/local/bin/nova-api & echo $! >/opt/stack/status/s'ack/n-api.pid; fg || echo "n-api failed to start" | tee "/opt/stack/status/stack/n-api.failure"
2017-02-10 04:57:11.557 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:57:11.560 | +functions-common:time_stop:2347           local name
2017-02-10 04:57:11.564 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:57:11.569 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:57:11.572 | +functions-common:time_stop:2350           local total
2017-02-10 04:57:11.575 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:57:11.578 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:57:11.581 | +functions-common:time_stop:2354           start_time=1486702628
2017-02-10 04:57:11.586 | +functions-common:time_stop:2356           [[ -z 1486702628 ]]
2017-02-10 04:57:11.592 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:57:11.596 | +functions-common:time_stop:2359           end_time=1486702631
2017-02-10 04:57:11.600 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:57:11.603 | +functions-common:time_stop:2361           total=23
2017-02-10 04:57:11.607 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:57:11.611 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=26
2017-02-10 04:57:11.614 | +lib/nova:start_nova_api:798               echo 'Waiting for nova-api to start...'
2017-02-10 04:57:11.614 | Waiting for nova-api to start...
2017-02-10 04:57:11.617 | +lib/nova:start_nova_api:799               wait_for_service 60 http://172.30.250.59:8774
2017-02-10 04:57:11.621 | +functions:wait_for_service:374            local timeout=60
2017-02-10 04:57:11.624 | +functions:wait_for_service:375            local url=http://172.30.250.59:8774
2017-02-10 04:57:11.628 | +functions:wait_for_service:376            time_start wait_for_service
2017-02-10 04:57:11.633 | +functions-common:time_start:2333          local name=wait_for_service
2017-02-10 04:57:11.636 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:57:11.639 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:57:11.644 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:57:11.648 | +functions-common:time_start:2338          START_TIME[$name]=1486702631
2017-02-10 04:57:11.651 | +functions:wait_for_service:377            timeout 60 sh -c 'while ! curl -g -k --noproxy '\''*'\'' -s http://172.30.250.59:8774 >/dev/null; do sleep 1; done'
2017-02-10 04:57:15.683 | +functions:wait_for_service:378            time_stop wait_for_service
2017-02-10 04:57:15.687 | +functions-common:time_stop:2347           local name
2017-02-10 04:57:15.690 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:57:15.694 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:57:15.697 | +functions-common:time_stop:2350           local total
2017-02-10 04:57:15.701 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:57:15.705 | +functions-common:time_stop:2353           name=wait_for_service
2017-02-10 04:57:15.709 | +functions-common:time_stop:2354           start_time=1486702631
2017-02-10 04:57:15.712 | +functions-common:time_stop:2356           [[ -z 1486702631 ]]
2017-02-10 04:57:15.717 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:57:15.721 | +functions-common:time_stop:2359           end_time=1486702635
2017-02-10 04:57:15.724 | +functions-common:time_stop:2360           elapsed_time=4
2017-02-10 04:57:15.728 | +functions-common:time_stop:2361           total=5
2017-02-10 04:57:15.732 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:57:15.735 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=9
2017-02-10 04:57:15.739 | +lib/nova:start_nova_api:804               is_service_enabled tls-proxy
2017-02-10 04:57:15.762 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:57:15.765 | +lib/nova:start_nova_api:808               export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:57:15.769 | +lib/nova:start_nova_api:808               PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:57:15.773 | +./stack.sh:main:1222                      is_service_enabled q-svc
2017-02-10 04:57:15.795 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:57:15.799 | +./stack.sh:main:1223                      echo_summary 'Starting Neutron'
2017-02-10 04:57:15.803 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:57:15.806 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:57:15.810 | +./stack.sh:echo_summary:385               echo -e Starting Neutron
2017-02-10 04:57:15.813 | +./stack.sh:main:1224                      start_neutron_service_and_check
2017-02-10 04:57:15.817 | +lib/neutron-legacy:start_neutron_service_and_check:682  local service_port=9696
2017-02-10 04:57:15.820 | +lib/neutron-legacy:start_neutron_service_and_check:683  local service_protocol=http
2017-02-10 04:57:15.824 | +lib/neutron-legacy:start_neutron_service_and_check:684  local cfg_file_options
2017-02-10 04:57:15.829 | ++lib/neutron-legacy:start_neutron_service_and_check:686  determine_config_files neutron-server
2017-02-10 04:57:15.833 | ++lib/neutron-legacy:determine_config_files:396  local opts=
2017-02-10 04:57:15.837 | ++lib/neutron-legacy:determine_config_files:397  case "$1" in
2017-02-10 04:57:15.842 | +++lib/neutron-legacy:determine_config_files:398  _determine_config_server
2017-02-10 04:57:15.846 | +++lib/neutron-legacy:_determine_config_server:377  local cfg_file
2017-02-10 04:57:15.851 | +++lib/neutron-legacy:_determine_config_server:378  local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2017-02-10 04:57:15.856 | +++lib/neutron-legacy:_determine_config_server:382  echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2017-02-10 04:57:15.860 | ++lib/neutron-legacy:determine_config_files:398  opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2017-02-10 04:57:15.865 | ++lib/neutron-legacy:determine_config_files:401  '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']'
2017-02-10 04:57:15.869 | ++lib/neutron-legacy:determine_config_files:404  echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2017-02-10 04:57:15.873 | +lib/neutron-legacy:start_neutron_service_and_check:686  cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2017-02-10 04:57:15.877 | +lib/neutron-legacy:start_neutron_service_and_check:688  is_service_enabled tls-proxy
2017-02-10 04:57:15.900 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:57:15.903 | +lib/neutron-legacy:start_neutron_service_and_check:693  run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2017-02-10 04:57:15.907 | +functions-common:run_process:1459         local service=q-svc
2017-02-10 04:57:15.910 | +functions-common:run_process:1460         local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2017-02-10 04:57:15.914 | +functions-common:run_process:1461         local group=
2017-02-10 04:57:15.917 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:57:15.921 | +functions-common:run_process:1464         local name=q-svc
2017-02-10 04:57:15.924 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:57:15.928 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:57:15.932 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:57:15.935 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:57:15.940 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:57:15.944 | +functions-common:time_start:2338          START_TIME[$name]=1486702635
2017-02-10 04:57:15.948 | +functions-common:run_process:1467         is_service_enabled q-svc
2017-02-10 04:57:15.969 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:57:15.972 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:57:15.976 | +functions-common:run_process:1469         screen_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ''
2017-02-10 04:57:15.979 | +functions-common:screen_process:1485      local name=q-svc
2017-02-10 04:57:15.982 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2017-02-10 04:57:15.986 | +functions-common:screen_process:1487      local group=
2017-02-10 04:57:15.989 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:57:15.992 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:57:15.996 | +functions-common:screen_process:1492      screen -S stack -X screen -t q-svc
2017-02-10 04:57:16.002 | +functions-common:screen_process:1494      local logfile=q-svc.log.2017-02-10-124752
2017-02-10 04:57:16.005 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/q-svc.log.2017-02-10-124752
2017-02-10 04:57:16.009 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:57:16.009 | LOGDIR: /opt/stack/logs
2017-02-10 04:57:16.012 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:57:16.012 | SCREEN_LOGDIR:
2017-02-10 04:57:16.015 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/q-svc.log.2017-02-10-124752'
2017-02-10 04:57:16.015 | log: /opt/stack/logs/q-svc.log.2017-02-10-124752
2017-02-10 04:57:16.018 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:57:16.022 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:57:16.025 | +functions-common:screen_process:1501      screen -S stack -p q-svc -X logfile /opt/stack/logs/q-svc.log.2017-02-10-124752
2017-02-10 04:57:16.030 | +functions-common:screen_process:1502      screen -S stack -p q-svc -X log on
2017-02-10 04:57:16.035 | +functions-common:screen_process:1505      touch /opt/stack/logs/q-svc.log.2017-02-10-124752
2017-02-10 04:57:16.038 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''q-svc.log.2017-02-10-124752'\'' q-svc.log'
2017-02-10 04:57:16.043 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:57:16.046 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:57:19.053 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:57:19.057 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:57:19.061 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:57:19.064 | +functions-common:screen_process:1538      screen_rc q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2017-02-10 04:57:19.068 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:57:19.072 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:57:19.075 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:57:19.079 | +functions-common:screen_rc:1559           grep q-svc /opt/devstack/stack-screenrc
2017-02-10 04:57:19.085 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:57:19.089 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:57:19.092 | +functions-common:screen_rc:1561           echo 'screen -t q-svc bash'
2017-02-10 04:57:19.096 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --conf"'-file /etc/neutron/plugins/ml2/ml2_conf.ini
2017-02-10 04:57:19.099 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:57:19.103 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:57:19.107 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/q-svc.log.2017-02-10-124752'
2017-02-10 04:57:19.110 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:57:19.114 | +functions-common:screen_process:1540      screen -S stack -p q-svc -X stuff '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini & echo $! >/opt/stack/status/stack/q-svc.pid; fg || echo "q-svc failed to start" | tee "/o't/stack/status/stack/q-svc.failure"
2017-02-10 04:57:19.129 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:57:19.133 | +functions-common:time_stop:2347           local name
2017-02-10 04:57:19.137 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:57:19.140 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:57:19.144 | +functions-common:time_stop:2350           local total
2017-02-10 04:57:19.147 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:57:19.152 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:57:19.156 | +functions-common:time_stop:2354           start_time=1486702635
2017-02-10 04:57:19.159 | +functions-common:time_stop:2356           [[ -z 1486702635 ]]
2017-02-10 04:57:19.172 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:57:19.176 | +functions-common:time_stop:2359           end_time=1486702639
2017-02-10 04:57:19.179 | +functions-common:time_stop:2360           elapsed_time=4
2017-02-10 04:57:19.182 | +functions-common:time_stop:2361           total=26
2017-02-10 04:57:19.186 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:57:19.189 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=30
2017-02-10 04:57:19.193 | +lib/neutron-legacy:start_neutron_service_and_check:694  echo 'Waiting for Neutron to start...'
2017-02-10 04:57:19.193 | Waiting for Neutron to start...
2017-02-10 04:57:19.196 | +lib/neutron-legacy:start_neutron_service_and_check:695  is_ssl_enabled_service neutron
2017-02-10 04:57:19.199 | +lib/tls:is_ssl_enabled_service:377        local services=neutron
2017-02-10 04:57:19.203 | +lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 04:57:19.206 | +lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 04:57:19.209 | +lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 04:57:19.213 | +lib/neutron-legacy:start_neutron_service_and_check:699  local 'testcmd=wget  --no-proxy -q -O- http://172.30.250.59:9696'
2017-02-10 04:57:19.216 | +lib/neutron-legacy:start_neutron_service_and_check:700  test_with_retry 'wget  --no-proxy -q -O- http://172.30.250.59:9696' 'Neutron did not start' 60
2017-02-10 04:57:19.219 | +functions-common:test_with_retry:2286     local 'testcmd=wget  --no-proxy -q -O- http://172.30.250.59:9696'
2017-02-10 04:57:19.223 | +functions-common:test_with_retry:2287     local 'failmsg=Neutron did not start'
2017-02-10 04:57:19.226 | +functions-common:test_with_retry:2288     local until=60
2017-02-10 04:57:19.229 | +functions-common:test_with_retry:2289     local sleep=0.5
2017-02-10 04:57:19.233 | +functions-common:test_with_retry:2291     time_start test_with_retry
2017-02-10 04:57:19.236 | +functions-common:time_start:2333          local name=test_with_retry
2017-02-10 04:57:19.239 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:57:19.242 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:57:19.247 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:57:19.251 | +functions-common:time_start:2338          START_TIME[$name]=1486702639
2017-02-10 04:57:19.254 | +functions-common:test_with_retry:2292     timeout 60 sh -c 'while ! wget  --no-proxy -q -O- http://172.30.250.59:9696; do sleep 0.5; done'
2017-02-10 04:57:21.815 | {"versions": [{"status": "CURRENT", "id": "v2.0", "links": [{"href": "http://172.30.250.59:9696/v2.0", "rel": "self"}]}]}+functions-common:test_with_retry:2295     time_stop test_with_retry
2017-02-10 04:57:21.820 | +functions-common:time_stop:2347           local name
2017-02-10 04:57:21.824 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:57:21.828 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:57:21.835 | +functions-common:time_stop:2350           local total
2017-02-10 04:57:21.839 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:57:21.845 | +functions-common:time_stop:2353           name=test_with_retry
2017-02-10 04:57:21.849 | +functions-common:time_stop:2354           start_time=1486702639
2017-02-10 04:57:21.854 | +functions-common:time_stop:2356           [[ -z 1486702639 ]]
2017-02-10 04:57:21.862 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:57:21.866 | +functions-common:time_stop:2359           end_time=1486702641
2017-02-10 04:57:21.873 | +functions-common:time_stop:2360           elapsed_time=2
2017-02-10 04:57:21.887 | +functions-common:time_stop:2361           total=0
2017-02-10 04:57:21.887 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:57:21.894 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=2
2017-02-10 04:57:21.901 | +lib/neutron-legacy:start_neutron_service_and_check:703  is_service_enabled tls-proxy
2017-02-10 04:57:21.925 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:57:21.929 | +./stack.sh:main:1225                      check_neutron_third_party_integration
2017-02-10 04:57:21.933 | +lib/neutron-legacy:check_neutron_third_party_integration:1490  _neutron_third_party_do check
2017-02-10 04:57:21.937 | +./stack.sh:main:1242                      is_service_enabled neutron
2017-02-10 04:57:21.959 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:57:21.963 | +./stack.sh:main:1243                      start_neutron_agents
2017-02-10 04:57:21.966 | +lib/neutron-legacy:start_neutron_agents:750  start_neutron_l2_agent
2017-02-10 04:57:21.970 | +lib/neutron-legacy:start_neutron_l2_agent:711  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'
2017-02-10 04:57:21.974 | +functions-common:run_process:1459         local service=q-agt
2017-02-10 04:57:21.977 | +functions-common:run_process:1460         local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2017-02-10 04:57:21.981 | +functions-common:run_process:1461         local group=
2017-02-10 04:57:21.985 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:57:21.988 | +functions-common:run_process:1464         local name=q-agt
2017-02-10 04:57:21.992 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:57:21.996 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:57:22.000 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:57:22.004 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:57:22.010 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:57:22.014 | +functions-common:time_start:2338          START_TIME[$name]=1486702642
2017-02-10 04:57:22.017 | +functions-common:run_process:1467         is_service_enabled q-agt
2017-02-10 04:57:22.041 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:57:22.045 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:57:22.048 | +functions-common:run_process:1469         screen_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ''
2017-02-10 04:57:22.052 | +functions-common:screen_process:1485      local name=q-agt
2017-02-10 04:57:22.056 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2017-02-10 04:57:22.060 | +functions-common:screen_process:1487      local group=
2017-02-10 04:57:22.064 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:57:22.067 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:57:22.071 | +functions-common:screen_process:1492      screen -S stack -X screen -t q-agt
2017-02-10 04:57:22.078 | +functions-common:screen_process:1494      local logfile=q-agt.log.2017-02-10-124752
2017-02-10 04:57:22.082 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/q-agt.log.2017-02-10-124752
2017-02-10 04:57:22.085 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:57:22.085 | LOGDIR: /opt/stack/logs
2017-02-10 04:57:22.089 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:57:22.089 | SCREEN_LOGDIR:
2017-02-10 04:57:22.093 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/q-agt.log.2017-02-10-124752'
2017-02-10 04:57:22.093 | log: /opt/stack/logs/q-agt.log.2017-02-10-124752
2017-02-10 04:57:22.097 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:57:22.100 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:57:22.104 | +functions-common:screen_process:1501      screen -S stack -p q-agt -X logfile /opt/stack/logs/q-agt.log.2017-02-10-124752
2017-02-10 04:57:22.110 | +functions-common:screen_process:1502      screen -S stack -p q-agt -X log on
2017-02-10 04:57:22.115 | +functions-common:screen_process:1505      touch /opt/stack/logs/q-agt.log.2017-02-10-124752
2017-02-10 04:57:22.120 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''q-agt.log.2017-02-10-124752'\'' q-agt.log'
2017-02-10 04:57:22.125 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:57:22.129 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:57:25.135 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:57:25.138 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:57:25.142 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:57:25.145 | +functions-common:screen_process:1538      screen_rc q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
2017-02-10 04:57:25.148 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:57:25.152 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:57:25.155 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:57:25.159 | +functions-common:screen_rc:1559           grep q-agt /opt/devstack/stack-screenrc
2017-02-10 04:57:25.164 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:57:25.168 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:57:25.171 | +functions-common:screen_rc:1561           echo 'screen -t q-agt bash'
2017-02-10 04:57:25.175 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron."'nf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini
2017-02-10 04:57:25.178 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:57:25.181 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:57:25.185 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/q-agt.log.2017-02-10-124752'
2017-02-10 04:57:25.189 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:57:25.192 | +functions-common:screen_process:1540      screen -S stack -p q-agt -X stuff '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini & echo $! >/opt/stack/status/stack/q-agt.pid; fg || echo "q-agt failed to start' | tee "/opt/stack/status/stack/q-agt.failure"
2017-02-10 04:57:25.207 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:57:25.207 | +functions-common:time_stop:2347           local name
2017-02-10 04:57:25.208 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:57:25.211 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:57:25.214 | +functions-common:time_stop:2350           local total
2017-02-10 04:57:25.220 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:57:25.223 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:57:25.229 | +functions-common:time_stop:2354           start_time=1486702642
2017-02-10 04:57:25.233 | +functions-common:time_stop:2356           [[ -z 1486702642 ]]
2017-02-10 04:57:25.245 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:57:25.249 | +functions-common:time_stop:2359           end_time=1486702645
2017-02-10 04:57:25.252 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:57:25.255 | +functions-common:time_stop:2361           total=30
2017-02-10 04:57:25.259 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:57:25.262 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=33
2017-02-10 04:57:25.265 | +lib/neutron-legacy:start_neutron_l2_agent:713  is_provider_network
2017-02-10 04:57:25.269 | +lib/neutron-legacy:is_provider_network:1494  '[' '' == True ']'
2017-02-10 04:57:25.272 | +lib/neutron-legacy:is_provider_network:1497  return 1
2017-02-10 04:57:25.275 | +lib/neutron-legacy:start_neutron_agents:751  start_neutron_other_agents
2017-02-10 04:57:25.279 | +lib/neutron-legacy:start_neutron_other_agents:729  run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/dhcp_agent.ini'
2017-02-10 04:57:25.285 | +functions-common:run_process:1459         local service=q-dhcp
2017-02-10 04:57:25.289 | +functions-common:run_process:1460         local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/dhcp_agent.ini'
2017-02-10 04:57:25.292 | +functions-common:run_process:1461         local group=
2017-02-10 04:57:25.295 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:57:25.300 | +functions-common:run_process:1464         local name=q-dhcp
2017-02-10 04:57:25.303 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:57:25.307 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:57:25.311 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:57:25.314 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:57:25.319 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:57:25.322 | +functions-common:time_start:2338          START_TIME[$name]=1486702645
2017-02-10 04:57:25.326 | +functions-common:run_process:1467         is_service_enabled q-dhcp
2017-02-10 04:57:25.349 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:57:25.353 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:57:25.356 | +functions-common:run_process:1469         screen_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/dhcp_agent.ini' ''
2017-02-10 04:57:25.360 | +functions-common:screen_process:1485      local name=q-dhcp
2017-02-10 04:57:25.363 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/dhcp_agent.ini'
2017-02-10 04:57:25.367 | +functions-common:screen_process:1487      local group=
2017-02-10 04:57:25.370 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:57:25.374 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:57:25.377 | +functions-common:screen_process:1492      screen -S stack -X screen -t q-dhcp
2017-02-10 04:57:25.385 | +functions-common:screen_process:1494      local logfile=q-dhcp.log.2017-02-10-124752
2017-02-10 04:57:25.390 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/q-dhcp.log.2017-02-10-124752
2017-02-10 04:57:25.393 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:57:25.393 | LOGDIR: /opt/stack/logs
2017-02-10 04:57:25.397 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:57:25.397 | SCREEN_LOGDIR:
2017-02-10 04:57:25.401 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/q-dhcp.log.2017-02-10-124752'
2017-02-10 04:57:25.401 | log: /opt/stack/logs/q-dhcp.log.2017-02-10-124752
2017-02-10 04:57:25.404 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:57:25.408 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:57:25.411 | +functions-common:screen_process:1501      screen -S stack -p q-dhcp -X logfile /opt/stack/logs/q-dhcp.log.2017-02-10-124752
2017-02-10 04:57:25.416 | +functions-common:screen_process:1502      screen -S stack -p q-dhcp -X log on
2017-02-10 04:57:25.421 | +functions-common:screen_process:1505      touch /opt/stack/logs/q-dhcp.log.2017-02-10-124752
2017-02-10 04:57:25.435 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''q-dhcp.log.2017-02-10-124752'\'' q-dhcp.log'
2017-02-10 04:57:25.447 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:57:25.451 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:57:28.492 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:57:28.496 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:57:28.499 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:57:28.502 | +functions-common:screen_process:1538      screen_rc q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/dhcp_agent.ini'
2017-02-10 04:57:28.505 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:57:28.509 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:57:28.512 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:57:28.515 | +functions-common:screen_rc:1559           grep q-dhcp /opt/devstack/stack-screenrc
2017-02-10 04:57:28.526 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:57:28.529 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:57:28.534 | +functions-common:screen_rc:1561           echo 'screen -t q-dhcp bash'
2017-02-10 04:57:28.538 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --"'nfig-file=/etc/neutron/dhcp_agent.ini
2017-02-10 04:57:28.541 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:57:28.544 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:57:28.548 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/q-dhcp.log.2017-02-10-124752'
2017-02-10 04:57:28.551 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:57:28.554 | +functions-common:screen_process:1540      screen -S stack -p q-dhcp -X stuff '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/dhcp_agent.ini & echo $! >/opt/stack/status/stack/q-dhcp.pid; fg || echo "q-dhcp failed to start" | tee "/opt/'tack/status/stack/q-dhcp.failure"
2017-02-10 04:57:28.565 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:57:28.569 | +functions-common:time_stop:2347           local name
2017-02-10 04:57:28.572 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:57:28.576 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:57:28.582 | +functions-common:time_stop:2350           local total
2017-02-10 04:57:28.586 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:57:28.589 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:57:28.592 | +functions-common:time_stop:2354           start_time=1486702645
2017-02-10 04:57:28.595 | +functions-common:time_stop:2356           [[ -z 1486702645 ]]
2017-02-10 04:57:28.600 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:57:28.604 | +functions-common:time_stop:2359           end_time=1486702648
2017-02-10 04:57:28.607 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:57:28.611 | +functions-common:time_stop:2361           total=33
2017-02-10 04:57:28.614 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:57:28.617 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=36
2017-02-10 04:57:28.620 | +lib/neutron-legacy:start_neutron_other_agents:731  is_service_enabled neutron-vpnaas
2017-02-10 04:57:28.647 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:57:28.653 | ++lib/neutron-legacy:start_neutron_other_agents:734  determine_config_files neutron-l3-agent
2017-02-10 04:57:28.658 | ++lib/neutron-legacy:determine_config_files:396  local opts=
2017-02-10 04:57:28.665 | ++lib/neutron-legacy:determine_config_files:397  case "$1" in
2017-02-10 04:57:28.671 | +++lib/neutron-legacy:determine_config_files:399  _determine_config_l3
2017-02-10 04:57:28.677 | +++lib/neutron-legacy:_determine_config_l3:386  local 'opts=--config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini'
2017-02-10 04:57:28.682 | +++lib/neutron-legacy:_determine_config_l3:387  is_service_enabled q-fwaas
2017-02-10 04:57:28.709 | +++functions-common:is_service_enabled:2055  return 1
2017-02-10 04:57:28.713 | +++lib/neutron-legacy:_determine_config_l3:390  echo '--config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini'
2017-02-10 04:57:28.717 | ++lib/neutron-legacy:determine_config_files:399  opts='--config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini'
2017-02-10 04:57:28.721 | ++lib/neutron-legacy:determine_config_files:401  '[' -z '--config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini' ']'
2017-02-10 04:57:28.725 | ++lib/neutron-legacy:determine_config_files:404  echo '--config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini'
2017-02-10 04:57:28.728 | +lib/neutron-legacy:start_neutron_other_agents:734  run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini'
2017-02-10 04:57:28.732 | +functions-common:run_process:1459         local service=q-l3
2017-02-10 04:57:28.738 | +functions-common:run_process:1460         local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini'
2017-02-10 04:57:28.741 | +functions-common:run_process:1461         local group=
2017-02-10 04:57:28.744 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:57:28.747 | +functions-common:run_process:1464         local name=q-l3
2017-02-10 04:57:28.750 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:57:28.753 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:57:28.756 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:57:28.760 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:57:28.764 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:57:28.768 | +functions-common:time_start:2338          START_TIME[$name]=1486702648
2017-02-10 04:57:28.771 | +functions-common:run_process:1467         is_service_enabled q-l3
2017-02-10 04:57:28.797 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:57:28.800 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:57:28.803 | +functions-common:run_process:1469         screen_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini' ''
2017-02-10 04:57:28.806 | +functions-common:screen_process:1485      local name=q-l3
2017-02-10 04:57:28.809 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini'
2017-02-10 04:57:28.813 | +functions-common:screen_process:1487      local group=
2017-02-10 04:57:28.816 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:57:28.819 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:57:28.822 | +functions-common:screen_process:1492      screen -S stack -X screen -t q-l3
2017-02-10 04:57:28.827 | +functions-common:screen_process:1494      local logfile=q-l3.log.2017-02-10-124752
2017-02-10 04:57:28.830 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/q-l3.log.2017-02-10-124752
2017-02-10 04:57:28.837 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:57:28.837 | LOGDIR: /opt/stack/logs
2017-02-10 04:57:28.840 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:57:28.840 | SCREEN_LOGDIR:
2017-02-10 04:57:28.843 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/q-l3.log.2017-02-10-124752'
2017-02-10 04:57:28.843 | log: /opt/stack/logs/q-l3.log.2017-02-10-124752
2017-02-10 04:57:28.846 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:57:28.849 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:57:28.852 | +functions-common:screen_process:1501      screen -S stack -p q-l3 -X logfile /opt/stack/logs/q-l3.log.2017-02-10-124752
2017-02-10 04:57:28.857 | +functions-common:screen_process:1502      screen -S stack -p q-l3 -X log on
2017-02-10 04:57:28.862 | +functions-common:screen_process:1505      touch /opt/stack/logs/q-l3.log.2017-02-10-124752
2017-02-10 04:57:28.866 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''q-l3.log.2017-02-10-124752'\'' q-l3.log'
2017-02-10 04:57:28.871 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:57:28.874 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:57:31.880 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:57:31.884 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:57:31.888 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:57:31.892 | +functions-common:screen_process:1538      screen_rc q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini'
2017-02-10 04:57:31.897 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:57:31.900 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:57:31.905 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:57:31.909 | +functions-common:screen_rc:1559           grep q-l3 /opt/devstack/stack-screenrc
2017-02-10 04:57:31.914 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:57:31.918 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:57:31.922 | +functions-common:screen_rc:1561           echo 'screen -t q-l3 bash'
2017-02-10 04:57:31.926 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --co"'ig-file=/etc/neutron/l3_agent.ini
2017-02-10 04:57:31.930 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:57:31.935 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:57:31.940 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/q-l3.log.2017-02-10-124752'
2017-02-10 04:57:31.944 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:57:31.948 | +functions-common:screen_process:1540      screen -S stack -p q-l3 -X stuff '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini & echo $! >/opt/stack/status/stack/q-l3.pid; fg || echo "q-l3 failed to start" | tee "/opt/stack/stat's/stack/q-l3.failure"
2017-02-10 04:57:31.961 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:57:31.965 | +functions-common:time_stop:2347           local name
2017-02-10 04:57:31.970 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:57:31.975 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:57:31.977 | +functions-common:time_stop:2350           local total
2017-02-10 04:57:31.980 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:57:31.984 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:57:31.989 | +functions-common:time_stop:2354           start_time=1486702648
2017-02-10 04:57:31.992 | +functions-common:time_stop:2356           [[ -z 1486702648 ]]
2017-02-10 04:57:32.001 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:57:32.007 | +functions-common:time_stop:2359           end_time=1486702652
2017-02-10 04:57:32.012 | +functions-common:time_stop:2360           elapsed_time=4
2017-02-10 04:57:32.015 | +functions-common:time_stop:2361           total=36
2017-02-10 04:57:32.019 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:57:32.023 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=40
2017-02-10 04:57:32.028 | +lib/neutron-legacy:start_neutron_other_agents:737  run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/metadata_agent.ini'
2017-02-10 04:57:32.034 | +functions-common:run_process:1459         local service=q-meta
2017-02-10 04:57:32.037 | +functions-common:run_process:1460         local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/metadata_agent.ini'
2017-02-10 04:57:32.041 | +functions-common:run_process:1461         local group=
2017-02-10 04:57:32.044 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:57:32.050 | +functions-common:run_process:1464         local name=q-meta
2017-02-10 04:57:32.054 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:57:32.058 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:57:32.061 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:57:32.065 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:57:32.069 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:57:32.074 | +functions-common:time_start:2338          START_TIME[$name]=1486702652
2017-02-10 04:57:32.077 | +functions-common:run_process:1467         is_service_enabled q-meta
2017-02-10 04:57:32.105 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:57:32.108 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:57:32.112 | +functions-common:run_process:1469         screen_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/metadata_agent.ini' ''
2017-02-10 04:57:32.115 | +functions-common:screen_process:1485      local name=q-meta
2017-02-10 04:57:32.118 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/metadata_agent.ini'
2017-02-10 04:57:32.124 | +functions-common:screen_process:1487      local group=
2017-02-10 04:57:32.127 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:57:32.130 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:57:32.134 | +functions-common:screen_process:1492      screen -S stack -X screen -t q-meta
2017-02-10 04:57:32.141 | +functions-common:screen_process:1494      local logfile=q-meta.log.2017-02-10-124752
2017-02-10 04:57:32.146 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/q-meta.log.2017-02-10-124752
2017-02-10 04:57:32.150 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:57:32.150 | LOGDIR: /opt/stack/logs
2017-02-10 04:57:32.155 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:57:32.155 | SCREEN_LOGDIR:
2017-02-10 04:57:32.158 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/q-meta.log.2017-02-10-124752'
2017-02-10 04:57:32.158 | log: /opt/stack/logs/q-meta.log.2017-02-10-124752
2017-02-10 04:57:32.161 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:57:32.165 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:57:32.168 | +functions-common:screen_process:1501      screen -S stack -p q-meta -X logfile /opt/stack/logs/q-meta.log.2017-02-10-124752
2017-02-10 04:57:32.173 | +functions-common:screen_process:1502      screen -S stack -p q-meta -X log on
2017-02-10 04:57:32.178 | +functions-common:screen_process:1505      touch /opt/stack/logs/q-meta.log.2017-02-10-124752
2017-02-10 04:57:32.182 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''q-meta.log.2017-02-10-124752'\'' q-meta.log'
2017-02-10 04:57:32.187 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:57:32.191 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:57:35.204 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:57:35.208 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:57:35.211 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:57:35.214 | +functions-common:screen_process:1538      screen_rc q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/metadata_agent.ini'
2017-02-10 04:57:35.219 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:57:35.223 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:57:35.227 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:57:35.230 | +functions-common:screen_rc:1559           grep q-meta /opt/devstack/stack-screenrc
2017-02-10 04:57:35.235 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:57:35.240 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:57:35.243 | +functions-common:screen_rc:1561           echo 'screen -t q-meta bash'
2017-02-10 04:57:35.246 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.con"'--config-file=/etc/neutron/metadata_agent.ini
2017-02-10 04:57:35.250 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:57:35.254 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:57:35.258 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/q-meta.log.2017-02-10-124752'
2017-02-10 04:57:35.261 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:57:35.264 | +functions-common:screen_process:1540      screen -S stack -p q-meta -X stuff '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/metadata_agent.ini & echo $! >/opt/stack/status/stack/q-meta.pid; fg || echo "q-meta failed to start" | te' "/opt/stack/status/stack/q-meta.failure"
2017-02-10 04:57:35.277 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:57:35.282 | +functions-common:time_stop:2347           local name
2017-02-10 04:57:35.290 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:57:35.293 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:57:35.296 | +functions-common:time_stop:2350           local total
2017-02-10 04:57:35.300 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:57:35.303 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:57:35.307 | +functions-common:time_stop:2354           start_time=1486702652
2017-02-10 04:57:35.310 | +functions-common:time_stop:2356           [[ -z 1486702652 ]]
2017-02-10 04:57:35.318 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:57:35.322 | +functions-common:time_stop:2359           end_time=1486702655
2017-02-10 04:57:35.325 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:57:35.328 | +functions-common:time_stop:2361           total=40
2017-02-10 04:57:35.332 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:57:35.342 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=43
2017-02-10 04:57:35.345 | +lib/neutron-legacy:start_neutron_other_agents:738  run_process q-lbaas '/usr/local/bin/neutron-lbaas-agent --config-file /etc/neutron/neutron.conf --config-file='
2017-02-10 04:57:35.349 | +functions-common:run_process:1459         local service=q-lbaas
2017-02-10 04:57:35.353 | +functions-common:run_process:1460         local 'command=/usr/local/bin/neutron-lbaas-agent --config-file /etc/neutron/neutron.conf --config-file='
2017-02-10 04:57:35.356 | +functions-common:run_process:1461         local group=
2017-02-10 04:57:35.359 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:57:35.363 | +functions-common:run_process:1464         local name=q-lbaas
2017-02-10 04:57:35.367 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:57:35.370 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:57:35.373 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:57:35.376 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:57:35.382 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:57:35.385 | +functions-common:time_start:2338          START_TIME[$name]=1486702655
2017-02-10 04:57:35.388 | +functions-common:run_process:1467         is_service_enabled q-lbaas
2017-02-10 04:57:35.413 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:57:35.417 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:57:35.420 | +functions-common:time_stop:2347           local name
2017-02-10 04:57:35.431 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:57:35.440 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:57:35.445 | +functions-common:time_stop:2350           local total
2017-02-10 04:57:35.449 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:57:35.452 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:57:35.456 | +functions-common:time_stop:2354           start_time=1486702655
2017-02-10 04:57:35.459 | +functions-common:time_stop:2356           [[ -z 1486702655 ]]
2017-02-10 04:57:35.464 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:57:35.468 | +functions-common:time_stop:2359           end_time=1486702655
2017-02-10 04:57:35.471 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:57:35.474 | +functions-common:time_stop:2361           total=43
2017-02-10 04:57:35.478 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:57:35.482 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=43
2017-02-10 04:57:35.485 | +lib/neutron-legacy:start_neutron_other_agents:739  run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini'
2017-02-10 04:57:35.488 | +functions-common:run_process:1459         local service=q-metering
2017-02-10 04:57:35.492 | +functions-common:run_process:1460         local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini'
2017-02-10 04:57:35.495 | +functions-common:run_process:1461         local group=
2017-02-10 04:57:35.499 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:57:35.503 | +functions-common:run_process:1464         local name=q-metering
2017-02-10 04:57:35.506 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:57:35.509 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:57:35.513 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:57:35.517 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:57:35.521 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:57:35.525 | +functions-common:time_start:2338          START_TIME[$name]=1486702655
2017-02-10 04:57:35.528 | +functions-common:run_process:1467         is_service_enabled q-metering
2017-02-10 04:57:35.553 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:57:35.556 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:57:35.559 | +functions-common:run_process:1469         screen_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' ''
2017-02-10 04:57:35.563 | +functions-common:screen_process:1485      local name=q-metering
2017-02-10 04:57:35.567 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini'
2017-02-10 04:57:35.570 | +functions-common:screen_process:1487      local group=
2017-02-10 04:57:35.573 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:57:35.576 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:57:35.580 | +functions-common:screen_process:1492      screen -S stack -X screen -t q-metering
2017-02-10 04:57:35.587 | +functions-common:screen_process:1494      local logfile=q-metering.log.2017-02-10-124752
2017-02-10 04:57:35.592 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/q-metering.log.2017-02-10-124752
2017-02-10 04:57:35.595 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:57:35.595 | LOGDIR: /opt/stack/logs
2017-02-10 04:57:35.599 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:57:35.599 | SCREEN_LOGDIR:
2017-02-10 04:57:35.603 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/q-metering.log.2017-02-10-124752'
2017-02-10 04:57:35.603 | log: /opt/stack/logs/q-metering.log.2017-02-10-124752
2017-02-10 04:57:35.606 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:57:35.609 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:57:35.613 | +functions-common:screen_process:1501      screen -S stack -p q-metering -X logfile /opt/stack/logs/q-metering.log.2017-02-10-124752
2017-02-10 04:57:35.618 | +functions-common:screen_process:1502      screen -S stack -p q-metering -X log on
2017-02-10 04:57:35.622 | +functions-common:screen_process:1505      touch /opt/stack/logs/q-metering.log.2017-02-10-124752
2017-02-10 04:57:35.626 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''q-metering.log.2017-02-10-124752'\'' q-metering.log'
2017-02-10 04:57:35.631 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:57:35.634 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:57:38.641 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:57:38.645 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:57:38.648 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:57:38.652 | +functions-common:screen_process:1538      screen_rc q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini'
2017-02-10 04:57:38.656 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:57:38.660 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:57:38.663 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:57:38.667 | +functions-common:screen_rc:1559           grep q-metering /opt/devstack/stack-screenrc
2017-02-10 04:57:38.672 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:57:38.676 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:57:38.679 | +functions-common:screen_rc:1561           echo 'screen -t q-metering bash'
2017-02-10 04:57:38.682 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.con"'--config-file /etc/neutron/services/metering/metering_agent.ini
2017-02-10 04:57:38.685 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:57:38.689 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:57:38.693 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/q-metering.log.2017-02-10-124752'
2017-02-10 04:57:38.696 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:57:38.700 | +functions-common:screen_process:1540      screen -S stack -p q-metering -X stuff '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini & echo $! >/opt/stack/status/stack/q-metering.pid; fg || echo "q-'etering failed to start" | tee "/opt/stack/status/stack/q-metering.failure"
2017-02-10 04:57:38.707 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:57:38.710 | +functions-common:time_stop:2347           local name
2017-02-10 04:57:38.714 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:57:38.718 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:57:38.721 | +functions-common:time_stop:2350           local total
2017-02-10 04:57:38.731 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:57:38.734 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:57:38.736 | +functions-common:time_stop:2354           start_time=1486702655
2017-02-10 04:57:38.741 | +functions-common:time_stop:2356           [[ -z 1486702655 ]]
2017-02-10 04:57:38.748 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:57:38.757 | +functions-common:time_stop:2359           end_time=1486702658
2017-02-10 04:57:38.760 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:57:38.764 | +functions-common:time_stop:2361           total=43
2017-02-10 04:57:38.768 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:57:38.771 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=46
2017-02-10 04:57:38.774 | +lib/neutron-legacy:start_neutron_other_agents:741  '[' libvirt = xenserver ']'
2017-02-10 04:57:38.777 | +./stack.sh:main:1246                      is_service_enabled q-svc
2017-02-10 04:57:38.804 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:57:38.808 | +./stack.sh:main:1246                      [[ True == \T\r\u\e ]]
2017-02-10 04:57:38.811 | +./stack.sh:main:1247                      echo_summary 'Creating initial neutron network elements'
2017-02-10 04:57:38.814 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:57:38.817 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:57:38.820 | +./stack.sh:echo_summary:385               echo -e Creating initial neutron network elements
2017-02-10 04:57:38.823 | +./stack.sh:main:1248                      create_neutron_initial_network
2017-02-10 04:57:38.835 | ++lib/neutron-legacy:create_neutron_initial_network:519  get_field 1
2017-02-10 04:57:38.836 | ++lib/neutron-legacy:create_neutron_initial_network:519  grep ' demo '
2017-02-10 04:57:38.841 | ++lib/neutron-legacy:create_neutron_initial_network:519  openstack project list
2017-02-10 04:57:38.875 | ++functions-common:get_field:700            local data field
2017-02-10 04:57:38.905 | ++functions-common:get_field:701            read data
2017-02-10 04:57:40.267 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:57:40.271 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:57:40.277 | ++functions-common:get_field:707            echo '| 11cd40f88e804b8f802be0e5c08ee8e2 | demo               |'
2017-02-10 04:57:40.277 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:57:40.282 | ++functions-common:get_field:701            read data
2017-02-10 04:57:40.286 | +lib/neutron-legacy:create_neutron_initial_network:519  TENANT_ID=11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:57:40.290 | +lib/neutron-legacy:create_neutron_initial_network:520  die_if_not_set 520 TENANT_ID 'Failure retrieving TENANT_ID for demo'
2017-02-10 04:57:40.294 | +functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:57:40.318 | +lib/neutron-legacy:create_neutron_initial_network:523  type -p neutron_plugin_create_initial_network_profile
2017-02-10 04:57:40.321 | +lib/neutron-legacy:create_neutron_initial_network:527  is_provider_network
2017-02-10 04:57:40.325 | +lib/neutron-legacy:is_provider_network:1494  '[' '' == True ']'
2017-02-10 04:57:40.328 | +lib/neutron-legacy:is_provider_network:1497  return 1
2017-02-10 04:57:40.335 | ++lib/neutron-legacy:create_neutron_initial_network:549  grep ' id '
2017-02-10 04:57:40.336 | ++lib/neutron-legacy:create_neutron_initial_network:549  neutron net-create --tenant-id 11cd40f88e804b8f802be0e5c08ee8e2 private
2017-02-10 04:57:40.340 | ++lib/neutron-legacy:create_neutron_initial_network:549  get_field 2
2017-02-10 04:57:40.347 | ++functions-common:get_field:700            local data field
2017-02-10 04:57:40.350 | ++functions-common:get_field:701            read data
2017-02-10 04:57:41.962 | ++functions-common:get_field:702            '[' 2 -lt 0 ']'
2017-02-10 04:57:41.967 | ++functions-common:get_field:705            field='$3'
2017-02-10 04:57:41.972 | ++functions-common:get_field:707            echo '| id                        | 2a94bf01-fa77-4b9f-9013-8ca41a10cd46 |'
2017-02-10 04:57:41.974 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2017-02-10 04:57:41.981 | ++functions-common:get_field:701            read data
2017-02-10 04:57:41.986 | +lib/neutron-legacy:create_neutron_initial_network:549  NET_ID=2a94bf01-fa77-4b9f-9013-8ca41a10cd46
2017-02-10 04:57:41.991 | +lib/neutron-legacy:create_neutron_initial_network:550  die_if_not_set 550 NET_ID 'Failure creating NET_ID for private 11cd40f88e804b8f802be0e5c08ee8e2'
2017-02-10 04:57:41.995 | +functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:57:42.020 | +lib/neutron-legacy:create_neutron_initial_network:552  [[ 4+6 =~ 4.* ]]
2017-02-10 04:57:42.026 | ++lib/neutron-legacy:create_neutron_initial_network:554  _neutron_create_private_subnet_v4
2017-02-10 04:57:42.030 | ++lib/neutron-legacy:_neutron_create_private_subnet_v4:1238  local 'subnet_params=--tenant-id 11cd40f88e804b8f802be0e5c08ee8e2 '
2017-02-10 04:57:42.035 | ++lib/neutron-legacy:_neutron_create_private_subnet_v4:1239  subnet_params+='--ip_version 4 '
2017-02-10 04:57:42.041 | ++lib/neutron-legacy:_neutron_create_private_subnet_v4:1240  subnet_params+='--gateway 10.0.0.1 '
2017-02-10 04:57:42.045 | ++lib/neutron-legacy:_neutron_create_private_subnet_v4:1241  subnet_params+='--name private-subnet '
2017-02-10 04:57:42.049 | ++lib/neutron-legacy:_neutron_create_private_subnet_v4:1242  subnet_params+='2a94bf01-fa77-4b9f-9013-8ca41a10cd46 10.0.0.0/24'
2017-02-10 04:57:42.054 | ++lib/neutron-legacy:_neutron_create_private_subnet_v4:1243  local subnet_id
2017-02-10 04:57:42.062 | +++lib/neutron-legacy:_neutron_create_private_subnet_v4:1244  grep ' id '
2017-02-10 04:57:42.065 | +++lib/neutron-legacy:_neutron_create_private_subnet_v4:1244  get_field 2
2017-02-10 04:57:42.065 | +++lib/neutron-legacy:_neutron_create_private_subnet_v4:1244  neutron subnet-create --tenant-id 11cd40f88e804b8f802be0e5c08ee8e2 --ip_version 4 --gateway 10.0.0.1 --name private-subnet 2a94bf01-fa77-4b9f-9013-8ca41a10cd46 10.0.0.0/24
2017-02-10 04:57:42.074 | +++functions-common:get_field:700            local data field
2017-02-10 04:57:42.078 | +++functions-common:get_field:701            read data
2017-02-10 04:57:43.524 | +++functions-common:get_field:702            '[' 2 -lt 0 ']'
2017-02-10 04:57:43.527 | +++functions-common:get_field:705            field='$3'
2017-02-10 04:57:43.536 | +++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2017-02-10 04:57:43.538 | +++functions-common:get_field:707            echo '| id                | 3f7882dd-b0b4-4c67-9a43-1bf4c6aba611       |'
2017-02-10 04:57:43.542 | +++functions-common:get_field:701            read data
2017-02-10 04:57:43.546 | ++lib/neutron-legacy:_neutron_create_private_subnet_v4:1244  subnet_id=3f7882dd-b0b4-4c67-9a43-1bf4c6aba611
2017-02-10 04:57:43.550 | ++lib/neutron-legacy:_neutron_create_private_subnet_v4:1245  die_if_not_set 1245 subnet_id 'Failure creating private IPv4 subnet for 11cd40f88e804b8f802be0e5c08ee8e2'
2017-02-10 04:57:43.554 | ++functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:57:43.583 | ++lib/neutron-legacy:_neutron_create_private_subnet_v4:1246  echo 3f7882dd-b0b4-4c67-9a43-1bf4c6aba611
2017-02-10 04:57:43.588 | +lib/neutron-legacy:create_neutron_initial_network:554  SUBNET_ID=3f7882dd-b0b4-4c67-9a43-1bf4c6aba611
2017-02-10 04:57:43.591 | +lib/neutron-legacy:create_neutron_initial_network:557  [[ 4+6 =~ .*6 ]]
2017-02-10 04:57:43.595 | ++lib/neutron-legacy:create_neutron_initial_network:559  _neutron_create_private_subnet_v6
2017-02-10 04:57:43.598 | ++lib/neutron-legacy:_neutron_create_private_subnet_v6:1251  die_if_not_set 1251 IPV6_RA_MODE 'IPV6 RA Mode not set'
2017-02-10 04:57:43.603 | ++functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:57:43.630 | ++lib/neutron-legacy:_neutron_create_private_subnet_v6:1252  die_if_not_set 1252 IPV6_ADDRESS_MODE 'IPV6 Address Mode not set'
2017-02-10 04:57:43.634 | ++functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:57:43.660 | ++lib/neutron-legacy:_neutron_create_private_subnet_v6:1253  local 'ipv6_modes=--ipv6-ra-mode slaac --ipv6-address-mode slaac'
2017-02-10 04:57:43.665 | ++lib/neutron-legacy:_neutron_create_private_subnet_v6:1254  local 'subnet_params=--tenant-id 11cd40f88e804b8f802be0e5c08ee8e2 '
2017-02-10 04:57:43.668 | ++lib/neutron-legacy:_neutron_create_private_subnet_v6:1255  subnet_params+='--ip_version 6 '
2017-02-10 04:57:43.673 | ++lib/neutron-legacy:_neutron_create_private_subnet_v6:1256  subnet_params+='--gateway fdcc:407a:4936::1 '
2017-02-10 04:57:43.676 | ++lib/neutron-legacy:_neutron_create_private_subnet_v6:1257  subnet_params+='--name ipv6-private-subnet '
2017-02-10 04:57:43.680 | ++lib/neutron-legacy:_neutron_create_private_subnet_v6:1258  subnet_params+='2a94bf01-fa77-4b9f-9013-8ca41a10cd46 fdcc:407a:4936::/64 --ipv6-ra-mode slaac --ipv6-address-mode slaac'
2017-02-10 04:57:43.684 | ++lib/neutron-legacy:_neutron_create_private_subnet_v6:1259  local ipv6_subnet_id
2017-02-10 04:57:43.697 | +++lib/neutron-legacy:_neutron_create_private_subnet_v6:1260  get_field 2
2017-02-10 04:57:43.699 | +++lib/neutron-legacy:_neutron_create_private_subnet_v6:1260  grep ' id '
2017-02-10 04:57:43.699 | +++lib/neutron-legacy:_neutron_create_private_subnet_v6:1260  neutron subnet-create --tenant-id 11cd40f88e804b8f802be0e5c08ee8e2 --ip_version 6 --gateway fdcc:407a:4936::1 --name ipv6-private-subnet 2a94bf01-fa77-4b9f-9013-8ca41a10cd46 fdcc:407a:4936::/64 --ipv6-ra-mode slaac --ipv6-address-mode slaac
2017-02-10 04:57:43.737 | +++functions-common:get_field:700            local data field
2017-02-10 04:57:43.771 | +++functions-common:get_field:701            read data
2017-02-10 04:57:45.293 | +++functions-common:get_field:702            '[' 2 -lt 0 ']'
2017-02-10 04:57:45.296 | +++functions-common:get_field:705            field='$3'
2017-02-10 04:57:45.306 | +++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2017-02-10 04:57:45.307 | +++functions-common:get_field:707            echo '| id                | dbf927b8-abc7-4d6e-9a84-8752b549181b                                          |'
2017-02-10 04:57:45.311 | +++functions-common:get_field:701            read data
2017-02-10 04:57:45.316 | ++lib/neutron-legacy:_neutron_create_private_subnet_v6:1260  ipv6_subnet_id=dbf927b8-abc7-4d6e-9a84-8752b549181b
2017-02-10 04:57:45.319 | ++lib/neutron-legacy:_neutron_create_private_subnet_v6:1261  die_if_not_set 1261 ipv6_subnet_id 'Failure creating private IPv6 subnet for 11cd40f88e804b8f802be0e5c08ee8e2'
2017-02-10 04:57:45.326 | ++functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:57:45.360 | ++lib/neutron-legacy:_neutron_create_private_subnet_v6:1262  echo dbf927b8-abc7-4d6e-9a84-8752b549181b
2017-02-10 04:57:45.364 | +lib/neutron-legacy:create_neutron_initial_network:559  IPV6_SUBNET_ID=dbf927b8-abc7-4d6e-9a84-8752b549181b
2017-02-10 04:57:45.379 | ++lib/neutron-legacy:create_neutron_initial_network:563  get_field 1
2017-02-10 04:57:45.379 | ++lib/neutron-legacy:create_neutron_initial_network:563  grep auto-allocated-topology
2017-02-10 04:57:45.382 | ++lib/neutron-legacy:create_neutron_initial_network:563  neutron ext-list
2017-02-10 04:57:45.420 | ++functions-common:get_field:700            local data field
2017-02-10 04:57:45.464 | ++functions-common:get_field:701            read data
2017-02-10 04:57:46.878 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:57:46.883 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:57:46.889 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:57:46.892 | ++functions-common:get_field:707            echo '| auto-allocated-topology   | Auto Allocated Topology Services              |'
2017-02-10 04:57:46.898 | ++functions-common:get_field:701            read data
2017-02-10 04:57:46.902 | +lib/neutron-legacy:create_neutron_initial_network:563  AUTO_ALLOCATE_EXT=auto-allocated-topology
2017-02-10 04:57:46.910 | ++lib/neutron-legacy:create_neutron_initial_network:564  neutron ext-list
2017-02-10 04:57:46.913 | ++lib/neutron-legacy:create_neutron_initial_network:564  grep subnet_allocation
2017-02-10 04:57:46.916 | ++lib/neutron-legacy:create_neutron_initial_network:564  get_field 1
2017-02-10 04:57:46.920 | ++functions-common:get_field:700            local data field
2017-02-10 04:57:46.926 | ++functions-common:get_field:701            read data
2017-02-10 04:57:48.155 | ++functions-common:get_field:702            '[' 1 -lt 0 ']'
2017-02-10 04:57:48.159 | ++functions-common:get_field:705            field='$2'
2017-02-10 04:57:48.163 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2017-02-10 04:57:48.164 | ++functions-common:get_field:707            echo '| subnet_allocation         | Subnet Allocation                             |'
2017-02-10 04:57:48.169 | ++functions-common:get_field:701            read data
2017-02-10 04:57:48.173 | +lib/neutron-legacy:create_neutron_initial_network:564  SUBNETPOOL_EXT=subnet_allocation
2017-02-10 04:57:48.178 | +lib/neutron-legacy:create_neutron_initial_network:565  [[ True == \T\r\u\e ]]
2017-02-10 04:57:48.181 | +lib/neutron-legacy:create_neutron_initial_network:567  [[ True == \T\r\u\e ]]
2017-02-10 04:57:48.198 | ++lib/neutron-legacy:create_neutron_initial_network:569  get_field 2
2017-02-10 04:57:48.199 | ++lib/neutron-legacy:create_neutron_initial_network:569  neutron router-create --tenant-id 11cd40f88e804b8f802be0e5c08ee8e2 router1
2017-02-10 04:57:48.203 | ++functions-common:get_field:700            local data field
2017-02-10 04:57:48.207 | ++functions-common:get_field:701            read data
2017-02-10 04:57:48.208 | ++lib/neutron-legacy:create_neutron_initial_network:569  grep ' id '
2017-02-10 04:57:49.458 | ++functions-common:get_field:702            '[' 2 -lt 0 ']'
2017-02-10 04:57:49.462 | ++functions-common:get_field:705            field='$3'
2017-02-10 04:57:49.468 | ++functions-common:get_field:707            echo '| id                      | 62545274-641e-4c08-bf62-cbe3a9e3aaac |'
2017-02-10 04:57:49.468 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2017-02-10 04:57:49.473 | ++functions-common:get_field:701            read data
2017-02-10 04:57:49.478 | +lib/neutron-legacy:create_neutron_initial_network:569  ROUTER_ID=62545274-641e-4c08-bf62-cbe3a9e3aaac
2017-02-10 04:57:49.482 | +lib/neutron-legacy:create_neutron_initial_network:570  die_if_not_set 570 ROUTER_ID 'Failure creating ROUTER_ID for 11cd40f88e804b8f802be0e5c08ee8e2 router1'
2017-02-10 04:57:49.486 | +functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:57:49.510 | +lib/neutron-legacy:create_neutron_initial_network:579  EXTERNAL_NETWORK_FLAGS=--router:external
2017-02-10 04:57:49.514 | +lib/neutron-legacy:create_neutron_initial_network:580  [[ -n auto-allocated-topology ]]
2017-02-10 04:57:49.517 | +lib/neutron-legacy:create_neutron_initial_network:580  [[ -n subnet_allocation ]]
2017-02-10 04:57:49.520 | +lib/neutron-legacy:create_neutron_initial_network:581  EXTERNAL_NETWORK_FLAGS='--router:external --is-default'
2017-02-10 04:57:49.523 | +lib/neutron-legacy:create_neutron_initial_network:582  [[ 4+6 =~ 4.* ]]
2017-02-10 04:57:49.531 | ++lib/neutron-legacy:create_neutron_initial_network:583  neutron subnetpool-create shared-default-subnetpool --default-prefixlen 24 --pool-prefix 10.0.0.0/8 --shared --is-default=True
2017-02-10 04:57:49.536 | ++lib/neutron-legacy:create_neutron_initial_network:583  grep ' id '
2017-02-10 04:57:49.539 | ++lib/neutron-legacy:create_neutron_initial_network:583  get_field 2
2017-02-10 04:57:49.543 | ++functions-common:get_field:700            local data field
2017-02-10 04:57:49.547 | ++functions-common:get_field:701            read data
2017-02-10 04:57:50.807 | ++functions-common:get_field:702            '[' 2 -lt 0 ']'
2017-02-10 04:57:50.811 | ++functions-common:get_field:705            field='$3'
2017-02-10 04:57:50.818 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2017-02-10 04:57:50.820 | ++functions-common:get_field:707            echo '| id                | 950e6678-7f3b-4394-a047-800375c3fdbd |'
2017-02-10 04:57:50.824 | ++functions-common:get_field:701            read data
2017-02-10 04:57:50.829 | +lib/neutron-legacy:create_neutron_initial_network:583  SUBNETPOOL_V4_ID=950e6678-7f3b-4394-a047-800375c3fdbd
2017-02-10 04:57:50.832 | +lib/neutron-legacy:create_neutron_initial_network:585  [[ 4+6 =~ .*6 ]]
2017-02-10 04:57:50.841 | ++lib/neutron-legacy:create_neutron_initial_network:586  neutron subnetpool-create shared-default-subnetpool --default-prefixlen 64 --pool-prefix 2001:db8:8000::/48 --shared --is-default=True
2017-02-10 04:57:50.841 | ++lib/neutron-legacy:create_neutron_initial_network:586  get_field 2
2017-02-10 04:57:50.849 | ++lib/neutron-legacy:create_neutron_initial_network:586  grep ' id '
2017-02-10 04:57:50.851 | ++functions-common:get_field:700            local data field
2017-02-10 04:57:50.855 | ++functions-common:get_field:701            read data
2017-02-10 04:57:52.055 | ++functions-common:get_field:702            '[' 2 -lt 0 ']'
2017-02-10 04:57:52.061 | ++functions-common:get_field:705            field='$3'
2017-02-10 04:57:52.066 | ++functions-common:get_field:707            echo '| id                | b65467ea-f94d-40b9-adcc-bed5af7f01c4 |'
2017-02-10 04:57:52.067 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2017-02-10 04:57:52.073 | ++functions-common:get_field:701            read data
2017-02-10 04:57:52.077 | +lib/neutron-legacy:create_neutron_initial_network:586  SUBNETPOOL_V6_ID=b65467ea-f94d-40b9-adcc-bed5af7f01c4
2017-02-10 04:57:52.081 | +lib/neutron-legacy:create_neutron_initial_network:590  '[' True = True ']'
2017-02-10 04:57:52.089 | ++lib/neutron-legacy:create_neutron_initial_network:591  neutron net-create public -- --router:external --is-default --provider:network_type=flat --provider:physical_network=public
2017-02-10 04:57:52.092 | ++lib/neutron-legacy:create_neutron_initial_network:591  grep ' id '
2017-02-10 04:57:52.094 | ++lib/neutron-legacy:create_neutron_initial_network:591  get_field 2
2017-02-10 04:57:52.099 | ++functions-common:get_field:700            local data field
2017-02-10 04:57:52.103 | ++functions-common:get_field:701            read data
2017-02-10 04:57:53.445 | ++functions-common:get_field:702            '[' 2 -lt 0 ']'
2017-02-10 04:57:53.450 | ++functions-common:get_field:705            field='$3'
2017-02-10 04:57:53.456 | ++functions-common:get_field:707            echo '| id                        | b78d3b27-3160-4ce2-b0be-2502c3093b04 |'
2017-02-10 04:57:53.456 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2017-02-10 04:57:53.463 | ++functions-common:get_field:701            read data
2017-02-10 04:57:53.467 | +lib/neutron-legacy:create_neutron_initial_network:591  EXT_NET_ID=b78d3b27-3160-4ce2-b0be-2502c3093b04
2017-02-10 04:57:53.471 | +lib/neutron-legacy:create_neutron_initial_network:595  die_if_not_set 595 EXT_NET_ID 'Failure creating EXT_NET_ID for public'
2017-02-10 04:57:53.474 | +functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:57:53.498 | +lib/neutron-legacy:create_neutron_initial_network:597  [[ 4+6 =~ 4.* ]]
2017-02-10 04:57:53.502 | +lib/neutron-legacy:create_neutron_initial_network:599  _neutron_configure_router_v4
2017-02-10 04:57:53.505 | +lib/neutron-legacy:_neutron_configure_router_v4:1294  neutron router-interface-add 62545274-641e-4c08-bf62-cbe3a9e3aaac 3f7882dd-b0b4-4c67-9a43-1bf4c6aba611
2017-02-10 04:57:55.305 | Added interface 74f8887a-7e06-4e8d-a57d-b44c99ed542d to router 62545274-641e-4c08-bf62-cbe3a9e3aaac.
2017-02-10 04:57:55.329 | +lib/neutron-legacy:_neutron_configure_router_v4:1296  local id_and_ext_gw_ip
2017-02-10 04:57:55.334 | ++lib/neutron-legacy:_neutron_configure_router_v4:1297  _neutron_create_public_subnet_v4 b78d3b27-3160-4ce2-b0be-2502c3093b04
2017-02-10 04:57:55.338 | ++lib/neutron-legacy:_neutron_create_public_subnet_v4:1267  local 'subnet_params+=--ip_version 4 '
2017-02-10 04:57:55.342 | ++lib/neutron-legacy:_neutron_create_public_subnet_v4:1268  subnet_params+='--allocation-pool start=172.30.250.102,end=172.30.250.110 '
2017-02-10 04:57:55.348 | ++lib/neutron-legacy:_neutron_create_public_subnet_v4:1269  subnet_params+='--gateway 172.30.250.254 '
2017-02-10 04:57:55.353 | ++lib/neutron-legacy:_neutron_create_public_subnet_v4:1270  subnet_params+='--name public-subnet '
2017-02-10 04:57:55.357 | ++lib/neutron-legacy:_neutron_create_public_subnet_v4:1271  subnet_params+='b78d3b27-3160-4ce2-b0be-2502c3093b04 172.30.250.0/24 '
2017-02-10 04:57:55.361 | ++lib/neutron-legacy:_neutron_create_public_subnet_v4:1272  subnet_params+='-- --enable_dhcp=False'
2017-02-10 04:57:55.365 | ++lib/neutron-legacy:_neutron_create_public_subnet_v4:1273  local id_and_ext_gw_ip
2017-02-10 04:57:55.376 | +++lib/neutron-legacy:_neutron_create_public_subnet_v4:1274  grep -e gateway_ip -e ' id '
2017-02-10 04:57:55.377 | +++lib/neutron-legacy:_neutron_create_public_subnet_v4:1274  neutron subnet-create --ip_version 4 --allocation-pool start=172.30.250.102,end=172.30.250.110 --gateway 172.30.250.254 --name public-subnet b78d3b27-3160-4ce2-b0be-2502c3093b04 172.30.250.0/24 -- --enable_dhcp=False
2017-02-10 04:57:56.972 | ++lib/neutron-legacy:_neutron_create_public_subnet_v4:1274  id_and_ext_gw_ip='| gateway_ip        | 172.30.250.254                                       |
2017-02-10 04:57:56.972 | | id                | 79ddbb3d-222f-41ce-a1df-d4acc2ca55c5                 |'
2017-02-10 04:57:56.988 | ++lib/neutron-legacy:_neutron_create_public_subnet_v4:1275  die_if_not_set 1275 id_and_ext_gw_ip 'Failure creating public IPv4 subnet'
2017-02-10 04:57:56.995 | ++functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:57:57.054 | ++lib/neutron-legacy:_neutron_create_public_subnet_v4:1276  echo '|' gateway_ip '|' 172.30.250.254 '|' '|' id '|' 79ddbb3d-222f-41ce-a1df-d4acc2ca55c5 '|'
2017-02-10 04:57:57.058 | +lib/neutron-legacy:_neutron_configure_router_v4:1297  id_and_ext_gw_ip='| gateway_ip | 172.30.250.254 | | id | 79ddbb3d-222f-41ce-a1df-d4acc2ca55c5 |'
2017-02-10 04:57:57.066 | +lib/neutron-legacy:_neutron_configure_router_v4:1298  local ext_gw_ip
2017-02-10 04:57:57.090 | ++lib/neutron-legacy:_neutron_configure_router_v4:1299  get_field 2
2017-02-10 04:57:57.095 | ++lib/neutron-legacy:_neutron_configure_router_v4:1299  echo '|' gateway_ip '|' 172.30.250.254 '|' '|' id '|' 79ddbb3d-222f-41ce-a1df-d4acc2ca55c5 '|'
2017-02-10 04:57:57.103 | ++functions-common:get_field:700            local data field
2017-02-10 04:57:57.114 | ++functions-common:get_field:701            read data
2017-02-10 04:57:57.122 | ++functions-common:get_field:702            '[' 2 -lt 0 ']'
2017-02-10 04:57:57.128 | ++functions-common:get_field:705            field='$3'
2017-02-10 04:57:57.145 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2017-02-10 04:57:57.147 | ++functions-common:get_field:707            echo '| gateway_ip | 172.30.250.254 | | id | 79ddbb3d-222f-41ce-a1df-d4acc2ca55c5 |'
2017-02-10 04:57:57.160 | ++functions-common:get_field:701            read data
2017-02-10 04:57:57.165 | +lib/neutron-legacy:_neutron_configure_router_v4:1299  ext_gw_ip=172.30.250.254
2017-02-10 04:57:57.176 | ++lib/neutron-legacy:_neutron_configure_router_v4:1300  get_field 5
2017-02-10 04:57:57.187 | ++lib/neutron-legacy:_neutron_configure_router_v4:1300  echo '|' gateway_ip '|' 172.30.250.254 '|' '|' id '|' 79ddbb3d-222f-41ce-a1df-d4acc2ca55c5 '|'
2017-02-10 04:57:57.193 | ++functions-common:get_field:700            local data field
2017-02-10 04:57:57.200 | ++functions-common:get_field:701            read data
2017-02-10 04:57:57.210 | ++functions-common:get_field:702            '[' 5 -lt 0 ']'
2017-02-10 04:57:57.220 | ++functions-common:get_field:705            field='$6'
2017-02-10 04:57:57.232 | ++functions-common:get_field:707            echo '| gateway_ip | 172.30.250.254 | | id | 79ddbb3d-222f-41ce-a1df-d4acc2ca55c5 |'
2017-02-10 04:57:57.237 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $6}'
2017-02-10 04:57:57.246 | ++functions-common:get_field:701            read data
2017-02-10 04:57:57.252 | +lib/neutron-legacy:_neutron_configure_router_v4:1300  PUB_SUBNET_ID=79ddbb3d-222f-41ce-a1df-d4acc2ca55c5
2017-02-10 04:57:57.258 | +lib/neutron-legacy:_neutron_configure_router_v4:1302  neutron router-gateway-set 62545274-641e-4c08-bf62-cbe3a9e3aaac b78d3b27-3160-4ce2-b0be-2502c3093b04
2017-02-10 04:57:59.414 | Set gateway for router 62545274-641e-4c08-bf62-cbe3a9e3aaac
2017-02-10 04:57:59.440 | +lib/neutron-legacy:_neutron_configure_router_v4:1305  is_service_enabled q-l3
2017-02-10 04:57:59.472 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:57:59.475 | +lib/neutron-legacy:_neutron_configure_router_v4:1307  local ext_gw_interface=none
2017-02-10 04:57:59.478 | +lib/neutron-legacy:_neutron_configure_router_v4:1308  is_neutron_ovs_base_plugin
2017-02-10 04:57:59.483 | +lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17  return 0
2017-02-10 04:57:59.490 | ++lib/neutron-legacy:_neutron_configure_router_v4:1309  _neutron_get_ext_gw_interface
2017-02-10 04:57:59.494 | ++lib/neutron-legacy:_neutron_get_ext_gw_interface:1385  [[ False == \T\r\u\e ]]
2017-02-10 04:57:59.498 | ++lib/neutron-legacy:_neutron_get_ext_gw_interface:1390  sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true
2017-02-10 04:57:59.509 | ++lib/neutron-legacy:_neutron_get_ext_gw_interface:1392  echo br-ex
2017-02-10 04:57:59.513 | +lib/neutron-legacy:_neutron_configure_router_v4:1309  ext_gw_interface=br-ex
2017-02-10 04:57:59.517 | +lib/neutron-legacy:_neutron_configure_router_v4:1316  [[ br-ex != \n\o\n\e ]]
2017-02-10 04:57:59.521 | +lib/neutron-legacy:_neutron_configure_router_v4:1317  local cidr_len=24
2017-02-10 04:57:59.524 | +lib/neutron-legacy:_neutron_configure_router_v4:1318  local 'testcmd=ip -o link | grep -q br-ex'
2017-02-10 04:57:59.527 | +lib/neutron-legacy:_neutron_configure_router_v4:1319  test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed'
2017-02-10 04:57:59.531 | +functions-common:test_with_retry:2286     local 'testcmd=ip -o link | grep -q br-ex'
2017-02-10 04:57:59.538 | +functions-common:test_with_retry:2287     local 'failmsg=br-ex creation failed'
2017-02-10 04:57:59.541 | +functions-common:test_with_retry:2288     local until=10
2017-02-10 04:57:59.545 | +functions-common:test_with_retry:2289     local sleep=0.5
2017-02-10 04:57:59.548 | +functions-common:test_with_retry:2291     time_start test_with_retry
2017-02-10 04:57:59.551 | +functions-common:time_start:2333          local name=test_with_retry
2017-02-10 04:57:59.555 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:57:59.558 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:57:59.563 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:57:59.568 | +functions-common:time_start:2338          START_TIME[$name]=1486702679
2017-02-10 04:57:59.572 | +functions-common:test_with_retry:2292     timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done'
2017-02-10 04:57:59.578 | +functions-common:test_with_retry:2295     time_stop test_with_retry
2017-02-10 04:57:59.583 | +functions-common:time_stop:2347           local name
2017-02-10 04:57:59.588 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:57:59.592 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:57:59.596 | +functions-common:time_stop:2350           local total
2017-02-10 04:57:59.599 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:57:59.602 | +functions-common:time_stop:2353           name=test_with_retry
2017-02-10 04:57:59.606 | +functions-common:time_stop:2354           start_time=1486702679
2017-02-10 04:57:59.609 | +functions-common:time_stop:2356           [[ -z 1486702679 ]]
2017-02-10 04:57:59.614 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:57:59.618 | +functions-common:time_stop:2359           end_time=1486702679
2017-02-10 04:57:59.622 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:57:59.625 | +functions-common:time_stop:2361           total=2
2017-02-10 04:57:59.628 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:57:59.633 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=2
2017-02-10 04:57:59.643 | ++lib/neutron-legacy:_neutron_configure_router_v4:1320  grep -c 172.30.250.254
2017-02-10 04:57:59.646 | ++lib/neutron-legacy:_neutron_configure_router_v4:1320  ip addr show dev br-ex
2017-02-10 04:57:59.650 | +lib/neutron-legacy:_neutron_configure_router_v4:1320  [[ 0 == 0 ]]
2017-02-10 04:57:59.654 | +lib/neutron-legacy:_neutron_configure_router_v4:1320  [[ True == \F\a\l\s\e ]]
2017-02-10 04:57:59.657 | +lib/neutron-legacy:_neutron_configure_router_v4:1320  [[ False == \T\r\u\e ]]
2017-02-10 04:57:59.679 | ++lib/neutron-legacy:_neutron_configure_router_v4:1324  tr '\n' ' '
2017-02-10 04:57:59.681 | ++lib/neutron-legacy:_neutron_configure_router_v4:1324  cut -f3 '-d"'
2017-02-10 04:57:59.683 | ++lib/neutron-legacy:_neutron_configure_router_v4:1324  awk -Fip_address '{ print $2 }'
2017-02-10 04:57:59.685 | ++lib/neutron-legacy:_neutron_configure_router_v4:1324  grep router_gateway
2017-02-10 04:57:59.690 | ++lib/neutron-legacy:_neutron_configure_router_v4:1324  neutron port-list -c fixed_ips -c device_owner
2017-02-10 04:58:01.014 | +lib/neutron-legacy:_neutron_configure_router_v4:1324  ROUTER_GW_IP='172.30.250.102 '
2017-02-10 04:58:01.018 | +lib/neutron-legacy:_neutron_configure_router_v4:1325  die_if_not_set 1325 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP'
2017-02-10 04:58:01.022 | +functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:58:01.047 | +lib/neutron-legacy:_neutron_configure_router_v4:1326  sudo ip route replace 10.0.0.0/24 via 172.30.250.102
2017-02-10 04:58:01.056 | +lib/neutron-legacy:_neutron_configure_router_v4:1328  _neutron_set_router_id
2017-02-10 04:58:01.060 | +lib/neutron-legacy:_neutron_set_router_id:1378  [[ True == \F\a\l\s\e ]]
2017-02-10 04:58:01.064 | +lib/neutron-legacy:create_neutron_initial_network:602  [[ 4+6 =~ .*6 ]]
2017-02-10 04:58:01.067 | +lib/neutron-legacy:create_neutron_initial_network:604  _neutron_configure_router_v6
2017-02-10 04:58:01.073 | +lib/neutron-legacy:_neutron_configure_router_v6:1334  neutron router-interface-add 62545274-641e-4c08-bf62-cbe3a9e3aaac dbf927b8-abc7-4d6e-9a84-8752b549181b
2017-02-10 04:58:02.972 | Added interface be99c62a-4d31-4a13-ac67-08618e59639b to router 62545274-641e-4c08-bf62-cbe3a9e3aaac.
2017-02-10 04:58:03.005 | +lib/neutron-legacy:_neutron_configure_router_v6:1336  local ipv6_id_and_ext_gw_ip
2017-02-10 04:58:03.011 | ++lib/neutron-legacy:_neutron_configure_router_v6:1337  _neutron_create_public_subnet_v6 b78d3b27-3160-4ce2-b0be-2502c3093b04
2017-02-10 04:58:03.016 | ++lib/neutron-legacy:_neutron_create_public_subnet_v6:1281  local 'subnet_params=--ip_version 6 '
2017-02-10 04:58:03.020 | ++lib/neutron-legacy:_neutron_create_public_subnet_v6:1282  subnet_params+='--gateway 2001:db8::2 '
2017-02-10 04:58:03.024 | ++lib/neutron-legacy:_neutron_create_public_subnet_v6:1283  subnet_params+='--name ipv6-public-subnet '
2017-02-10 04:58:03.028 | ++lib/neutron-legacy:_neutron_create_public_subnet_v6:1284  subnet_params+='b78d3b27-3160-4ce2-b0be-2502c3093b04 2001:db8::/64 '
2017-02-10 04:58:03.033 | ++lib/neutron-legacy:_neutron_create_public_subnet_v6:1285  subnet_params+='-- --enable_dhcp=False'
2017-02-10 04:58:03.037 | ++lib/neutron-legacy:_neutron_create_public_subnet_v6:1286  local ipv6_id_and_ext_gw_ip
2017-02-10 04:58:03.049 | +++lib/neutron-legacy:_neutron_create_public_subnet_v6:1287  grep -e gateway_ip -e ' id '
2017-02-10 04:58:03.051 | +++lib/neutron-legacy:_neutron_create_public_subnet_v6:1287  neutron subnet-create --ip_version 6 --gateway 2001:db8::2 --name ipv6-public-subnet b78d3b27-3160-4ce2-b0be-2502c3093b04 2001:db8::/64 -- --enable_dhcp=False
2017-02-10 04:58:05.171 | ++lib/neutron-legacy:_neutron_create_public_subnet_v6:1287  ipv6_id_and_ext_gw_ip='| gateway_ip        | 2001:db8::2                                                      |
2017-02-10 04:58:05.171 | | id                | 1403dad0-8e57-43c0-84bb-a6d5cf487de6                             |'
2017-02-10 04:58:05.175 | ++lib/neutron-legacy:_neutron_create_public_subnet_v6:1288  die_if_not_set 1288 ipv6_id_and_ext_gw_ip 'Failure creating an IPv6 public subnet'
2017-02-10 04:58:05.179 | ++functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:58:05.210 | ++lib/neutron-legacy:_neutron_create_public_subnet_v6:1289  echo '|' gateway_ip '|' 2001:db8::2 '|' '|' id '|' 1403dad0-8e57-43c0-84bb-a6d5cf487de6 '|'
2017-02-10 04:58:05.214 | +lib/neutron-legacy:_neutron_configure_router_v6:1337  ipv6_id_and_ext_gw_ip='| gateway_ip | 2001:db8::2 | | id | 1403dad0-8e57-43c0-84bb-a6d5cf487de6 |'
2017-02-10 04:58:05.218 | +lib/neutron-legacy:_neutron_configure_router_v6:1338  local ipv6_ext_gw_ip
2017-02-10 04:58:05.226 | ++lib/neutron-legacy:_neutron_configure_router_v6:1339  get_field 2
2017-02-10 04:58:05.228 | ++lib/neutron-legacy:_neutron_configure_router_v6:1339  echo '|' gateway_ip '|' 2001:db8::2 '|' '|' id '|' 1403dad0-8e57-43c0-84bb-a6d5cf487de6 '|'
2017-02-10 04:58:05.231 | ++functions-common:get_field:700            local data field
2017-02-10 04:58:05.236 | ++functions-common:get_field:701            read data
2017-02-10 04:58:05.242 | ++functions-common:get_field:702            '[' 2 -lt 0 ']'
2017-02-10 04:58:05.247 | ++functions-common:get_field:705            field='$3'
2017-02-10 04:58:05.255 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $3}'
2017-02-10 04:58:05.255 | ++functions-common:get_field:707            echo '| gateway_ip | 2001:db8::2 | | id | 1403dad0-8e57-43c0-84bb-a6d5cf487de6 |'
2017-02-10 04:58:05.259 | ++functions-common:get_field:701            read data
2017-02-10 04:58:05.263 | +lib/neutron-legacy:_neutron_configure_router_v6:1339  ipv6_ext_gw_ip=2001:db8::2
2017-02-10 04:58:05.266 | +lib/neutron-legacy:_neutron_configure_router_v6:1340  local ipv6_pub_subnet_id
2017-02-10 04:58:05.273 | ++lib/neutron-legacy:_neutron_configure_router_v6:1341  echo '|' gateway_ip '|' 2001:db8::2 '|' '|' id '|' 1403dad0-8e57-43c0-84bb-a6d5cf487de6 '|'
2017-02-10 04:58:05.275 | ++lib/neutron-legacy:_neutron_configure_router_v6:1341  get_field 5
2017-02-10 04:58:05.280 | ++functions-common:get_field:700            local data field
2017-02-10 04:58:05.285 | ++functions-common:get_field:701            read data
2017-02-10 04:58:05.289 | ++functions-common:get_field:702            '[' 5 -lt 0 ']'
2017-02-10 04:58:05.295 | ++functions-common:get_field:705            field='$6'
2017-02-10 04:58:05.306 | ++functions-common:get_field:707            awk '-F[ \t]*\\|[ \t]*' '{print $6}'
2017-02-10 04:58:05.306 | ++functions-common:get_field:707            echo '| gateway_ip | 2001:db8::2 | | id | 1403dad0-8e57-43c0-84bb-a6d5cf487de6 |'
2017-02-10 04:58:05.309 | ++functions-common:get_field:701            read data
2017-02-10 04:58:05.313 | +lib/neutron-legacy:_neutron_configure_router_v6:1341  ipv6_pub_subnet_id=1403dad0-8e57-43c0-84bb-a6d5cf487de6
2017-02-10 04:58:05.316 | +lib/neutron-legacy:_neutron_configure_router_v6:1345  [[ 4+6 == \6 ]]
2017-02-10 04:58:05.320 | +lib/neutron-legacy:_neutron_configure_router_v6:1350  is_service_enabled q-l3
2017-02-10 04:58:05.346 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:05.351 | +lib/neutron-legacy:_neutron_configure_router_v6:1355  sudo sysctl -w net.ipv6.conf.eth0.accept_ra=2
2017-02-10 04:58:05.355 | net.ipv6.conf.eth0.accept_ra = 2
2017-02-10 04:58:05.358 | +lib/neutron-legacy:_neutron_configure_router_v6:1357  sudo sysctl -w net.ipv6.conf.all.forwarding=1
2017-02-10 04:58:05.361 | net.ipv6.conf.all.forwarding = 1
2017-02-10 04:58:05.382 | ++lib/neutron-legacy:_neutron_configure_router_v6:1360  tr '\n' ' '
2017-02-10 04:58:05.383 | ++lib/neutron-legacy:_neutron_configure_router_v6:1360  cut -f3 '-d"'
2017-02-10 04:58:05.387 | ++lib/neutron-legacy:_neutron_configure_router_v6:1360  awk -Fip_address '{ print $2 }'
2017-02-10 04:58:05.387 | ++lib/neutron-legacy:_neutron_configure_router_v6:1360  grep 1403dad0-8e57-43c0-84bb-a6d5cf487de6
2017-02-10 04:58:05.392 | ++lib/neutron-legacy:_neutron_configure_router_v6:1360  neutron port-list -c fixed_ips
2017-02-10 04:58:06.804 | +lib/neutron-legacy:_neutron_configure_router_v6:1360  IPV6_ROUTER_GW_IP='2001:db8::3 '
2017-02-10 04:58:06.807 | +lib/neutron-legacy:_neutron_configure_router_v6:1361  die_if_not_set 1361 IPV6_ROUTER_GW_IP 'Failure retrieving IPV6_ROUTER_GW_IP'
2017-02-10 04:58:06.812 | +functions-common:die_if_not_set:204       local exitcode=0
2017-02-10 04:58:06.834 | +lib/neutron-legacy:_neutron_configure_router_v6:1363  is_neutron_ovs_base_plugin
2017-02-10 04:58:06.837 | +lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17  return 0
2017-02-10 04:58:06.840 | +lib/neutron-legacy:_neutron_configure_router_v6:1364  local ext_gw_interface
2017-02-10 04:58:06.845 | ++lib/neutron-legacy:_neutron_configure_router_v6:1365  _neutron_get_ext_gw_interface
2017-02-10 04:58:06.849 | ++lib/neutron-legacy:_neutron_get_ext_gw_interface:1385  [[ False == \T\r\u\e ]]
2017-02-10 04:58:06.854 | ++lib/neutron-legacy:_neutron_get_ext_gw_interface:1390  sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true
2017-02-10 04:58:06.864 | ++lib/neutron-legacy:_neutron_get_ext_gw_interface:1392  echo br-ex
2017-02-10 04:58:06.868 | +lib/neutron-legacy:_neutron_configure_router_v6:1365  ext_gw_interface=br-ex
2017-02-10 04:58:06.874 | +lib/neutron-legacy:_neutron_configure_router_v6:1366  local ipv6_cidr_len=64
2017-02-10 04:58:06.877 | +lib/neutron-legacy:_neutron_configure_router_v6:1369  sudo ip -6 addr add 2001:db8::2/64 dev br-ex
2017-02-10 04:58:06.885 | +lib/neutron-legacy:_neutron_configure_router_v6:1370  sudo ip -6 route replace fdcc:407a:4936::/64 via 2001:db8::3 dev br-ex
2017-02-10 04:58:06.894 | +lib/neutron-legacy:_neutron_configure_router_v6:1372  _neutron_set_router_id
2017-02-10 04:58:06.897 | +lib/neutron-legacy:_neutron_set_router_id:1378  [[ True == \F\a\l\s\e ]]
2017-02-10 04:58:06.900 | +./stack.sh:main:1249                      setup_neutron_debug
2017-02-10 04:58:06.904 | +lib/neutron-legacy:setup_neutron_debug:1407  [[ False == \T\r\u\e ]]
2017-02-10 04:58:06.907 | +./stack.sh:main:1251                      is_service_enabled nova
2017-02-10 04:58:06.931 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:06.935 | +./stack.sh:main:1252                      echo_summary 'Starting Nova'
2017-02-10 04:58:06.938 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:58:06.943 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:58:06.946 | +./stack.sh:echo_summary:385               echo -e Starting Nova
2017-02-10 04:58:06.949 | +./stack.sh:main:1253                      start_nova
2017-02-10 04:58:06.953 | +lib/nova:start_nova:881                   start_nova_rest
2017-02-10 04:58:06.956 | +lib/nova:start_nova_rest:851              local old_path=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:58:06.960 | +lib/nova:start_nova_rest:852              export PATH=/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:58:06.964 | +lib/nova:start_nova_rest:852              PATH=/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:58:06.968 | +lib/nova:start_nova_rest:854              local api_cell_conf=/etc/nova/nova.conf
2017-02-10 04:58:06.974 | +lib/nova:start_nova_rest:855              is_service_enabled n-cell
2017-02-10 04:58:06.995 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:58:06.998 | +lib/nova:start_nova_rest:858              local compute_cell_conf=/etc/nova/nova.conf
2017-02-10 04:58:07.001 | +lib/nova:start_nova_rest:862              run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2017-02-10 04:58:07.005 | +functions-common:run_process:1459         local service=n-cond
2017-02-10 04:58:07.008 | +functions-common:run_process:1460         local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2017-02-10 04:58:07.012 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:07.016 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:07.020 | +functions-common:run_process:1464         local name=n-cond
2017-02-10 04:58:07.025 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:07.028 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:07.031 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:07.035 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:07.041 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:07.045 | +functions-common:time_start:2338          START_TIME[$name]=1486702687
2017-02-10 04:58:07.048 | +functions-common:run_process:1467         is_service_enabled n-cond
2017-02-10 04:58:07.079 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:07.082 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:58:07.087 | +functions-common:run_process:1469         screen_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' ''
2017-02-10 04:58:07.091 | +functions-common:screen_process:1485      local name=n-cond
2017-02-10 04:58:07.098 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2017-02-10 04:58:07.101 | +functions-common:screen_process:1487      local group=
2017-02-10 04:58:07.104 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:58:07.107 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:58:07.111 | +functions-common:screen_process:1492      screen -S stack -X screen -t n-cond
2017-02-10 04:58:07.118 | +functions-common:screen_process:1494      local logfile=n-cond.log.2017-02-10-124752
2017-02-10 04:58:07.124 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/n-cond.log.2017-02-10-124752
2017-02-10 04:58:07.128 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:58:07.128 | LOGDIR: /opt/stack/logs
2017-02-10 04:58:07.131 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:58:07.131 | SCREEN_LOGDIR:
2017-02-10 04:58:07.135 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/n-cond.log.2017-02-10-124752'
2017-02-10 04:58:07.135 | log: /opt/stack/logs/n-cond.log.2017-02-10-124752
2017-02-10 04:58:07.138 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:58:07.143 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:58:07.146 | +functions-common:screen_process:1501      screen -S stack -p n-cond -X logfile /opt/stack/logs/n-cond.log.2017-02-10-124752
2017-02-10 04:58:07.150 | +functions-common:screen_process:1502      screen -S stack -p n-cond -X log on
2017-02-10 04:58:07.156 | +functions-common:screen_process:1505      touch /opt/stack/logs/n-cond.log.2017-02-10-124752
2017-02-10 04:58:07.171 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''n-cond.log.2017-02-10-124752'\'' n-cond.log'
2017-02-10 04:58:07.176 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:58:07.179 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:58:10.186 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:58:10.193 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:58:10.197 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:58:10.201 | +functions-common:screen_process:1538      screen_rc n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf'
2017-02-10 04:58:10.206 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:58:10.209 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:58:10.213 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:58:10.217 | +functions-common:screen_rc:1559           grep n-cond /opt/devstack/stack-screenrc
2017-02-10 04:58:10.224 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:58:10.227 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:58:10.232 | +functions-common:screen_rc:1561           echo 'screen -t n-cond bash'
"'17-02-10 04:58:10.238 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf
2017-02-10 04:58:10.241 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:58:10.245 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:58:10.248 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/n-cond.log.2017-02-10-124752'
2017-02-10 04:58:10.251 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:58:10.255 | +functions-common:screen_process:1540      screen -S stack -p n-cond -X stuff '/usr/local/bin/nova-conductor --config-file /etc/nova'nova.conf & echo $! >/opt/stack/status/stack/n-cond.pid; fg || echo "n-cond failed to start" | tee "/opt/stack/status/stack/n-cond.failure"
2017-02-10 04:58:10.262 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:10.266 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:10.275 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:10.277 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:10.280 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:10.283 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:10.292 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:10.295 | +functions-common:time_stop:2354           start_time=1486702687
2017-02-10 04:58:10.299 | +functions-common:time_stop:2356           [[ -z 1486702687 ]]
2017-02-10 04:58:10.304 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:10.308 | +functions-common:time_stop:2359           end_time=1486702690
2017-02-10 04:58:10.312 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:58:10.315 | +functions-common:time_stop:2361           total=46
2017-02-10 04:58:10.318 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:10.322 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=49
2017-02-10 04:58:10.325 | +lib/nova:start_nova_rest:863              run_process n-cell-region '/usr/local/bin/nova-cells --config-file /etc/nova/nova.conf'
2017-02-10 04:58:10.328 | +functions-common:run_process:1459         local service=n-cell-region
2017-02-10 04:58:10.333 | +functions-common:run_process:1460         local 'command=/usr/local/bin/nova-cells --config-file /etc/nova/nova.conf'
2017-02-10 04:58:10.337 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:10.340 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:10.343 | +functions-common:run_process:1464         local name=n-cell-region
2017-02-10 04:58:10.347 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:10.350 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:10.353 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:10.357 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:10.363 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:10.366 | +functions-common:time_start:2338          START_TIME[$name]=1486702690
2017-02-10 04:58:10.370 | +functions-common:run_process:1467         is_service_enabled n-cell-region
2017-02-10 04:58:10.395 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:58:10.398 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:10.401 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:10.405 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:10.408 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:10.413 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:10.416 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:10.420 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:10.430 | +functions-common:time_stop:2354           start_time=1486702690
2017-02-10 04:58:10.435 | +functions-common:time_stop:2356           [[ -z 1486702690 ]]
2017-02-10 04:58:10.441 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:10.444 | +functions-common:time_stop:2359           end_time=1486702690
2017-02-10 04:58:10.447 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:58:10.450 | +functions-common:time_stop:2361           total=49
2017-02-10 04:58:10.454 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:10.457 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=49
2017-02-10 04:58:10.461 | +lib/nova:start_nova_rest:864              run_process n-cell-child '/usr/local/bin/nova-cells --config-file /etc/nova/nova.conf'
2017-02-10 04:58:10.465 | +functions-common:run_process:1459         local service=n-cell-child
2017-02-10 04:58:10.468 | +functions-common:run_process:1460         local 'command=/usr/local/bin/nova-cells --config-file /etc/nova/nova.conf'
2017-02-10 04:58:10.472 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:10.475 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:10.478 | +functions-common:run_process:1464         local name=n-cell-child
2017-02-10 04:58:10.481 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:10.488 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:10.491 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:10.494 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:10.498 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:10.502 | +functions-common:time_start:2338          START_TIME[$name]=1486702690
2017-02-10 04:58:10.506 | +functions-common:run_process:1467         is_service_enabled n-cell-child
2017-02-10 04:58:10.530 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:58:10.534 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:10.539 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:10.542 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:10.546 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:10.549 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:10.552 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:10.556 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:10.559 | +functions-common:time_stop:2354           start_time=1486702690
2017-02-10 04:58:10.563 | +functions-common:time_stop:2356           [[ -z 1486702690 ]]
2017-02-10 04:58:10.568 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:10.572 | +functions-common:time_stop:2359           end_time=1486702690
2017-02-10 04:58:10.575 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:58:10.578 | +functions-common:time_stop:2361           total=49
2017-02-10 04:58:10.581 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:10.587 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=49
2017-02-10 04:58:10.590 | +lib/nova:start_nova_rest:866              run_process n-crt '/usr/local/bin/nova-cert --config-file /etc/nova/nova.conf'
2017-02-10 04:58:10.593 | +functions-common:run_process:1459         local service=n-crt
2017-02-10 04:58:10.596 | +functions-common:run_process:1460         local 'command=/usr/local/bin/nova-cert --config-file /etc/nova/nova.conf'
2017-02-10 04:58:10.599 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:10.602 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:10.606 | +functions-common:run_process:1464         local name=n-crt
2017-02-10 04:58:10.609 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:10.614 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:10.617 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:10.621 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:10.625 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:10.628 | +functions-common:time_start:2338          START_TIME[$name]=1486702690
2017-02-10 04:58:10.631 | +functions-common:run_process:1467         is_service_enabled n-crt
2017-02-10 04:58:10.657 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:58:10.660 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:10.664 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:10.667 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:10.671 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:10.674 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:10.677 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:10.680 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:10.684 | +functions-common:time_stop:2354           start_time=1486702690
2017-02-10 04:58:10.689 | +functions-common:time_stop:2356           [[ -z 1486702690 ]]
2017-02-10 04:58:10.693 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:10.696 | +functions-common:time_stop:2359           end_time=1486702690
2017-02-10 04:58:10.700 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:58:10.704 | +functions-common:time_stop:2361           total=49
2017-02-10 04:58:10.708 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:10.713 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=49
2017-02-10 04:58:10.716 | +lib/nova:start_nova_rest:867              run_process n-net '/usr/local/bin/nova-network --config-file /etc/nova/nova.conf'
2017-02-10 04:58:10.719 | +functions-common:run_process:1459         local service=n-net
2017-02-10 04:58:10.722 | +functions-common:run_process:1460         local 'command=/usr/local/bin/nova-network --config-file /etc/nova/nova.conf'
2017-02-10 04:58:10.725 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:10.728 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:10.732 | +functions-common:run_process:1464         local name=n-net
2017-02-10 04:58:10.737 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:10.740 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:10.743 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:10.746 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:10.757 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:10.761 | +functions-common:time_start:2338          START_TIME[$name]=1486702690
2017-02-10 04:58:10.764 | +functions-common:run_process:1467         is_service_enabled n-net
2017-02-10 04:58:10.791 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:58:10.794 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:10.797 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:10.800 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:10.804 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:10.808 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:10.812 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:10.816 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:10.821 | +functions-common:time_stop:2354           start_time=1486702690
2017-02-10 04:58:10.824 | +functions-common:time_stop:2356           [[ -z 1486702690 ]]
2017-02-10 04:58:10.829 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:10.834 | +functions-common:time_stop:2359           end_time=1486702690
2017-02-10 04:58:10.839 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:58:10.842 | +functions-common:time_stop:2361           total=49
2017-02-10 04:58:10.845 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:10.848 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=49
2017-02-10 04:58:10.851 | +lib/nova:start_nova_rest:868              run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2017-02-10 04:58:10.855 | +functions-common:run_process:1459         local service=n-sch
2017-02-10 04:58:10.859 | +functions-common:run_process:1460         local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2017-02-10 04:58:10.863 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:10.866 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:10.870 | +functions-common:run_process:1464         local name=n-sch
2017-02-10 04:58:10.873 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:10.876 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:10.880 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:10.884 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:10.890 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:10.894 | +functions-common:time_start:2338          START_TIME[$name]=1486702690
2017-02-10 04:58:10.897 | +functions-common:run_process:1467         is_service_enabled n-sch
2017-02-10 04:58:10.922 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:10.925 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:58:10.928 | +functions-common:run_process:1469         screen_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' ''
2017-02-10 04:58:10.931 | +functions-common:screen_process:1485      local name=n-sch
2017-02-10 04:58:10.937 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2017-02-10 04:58:10.940 | +functions-common:screen_process:1487      local group=
2017-02-10 04:58:10.943 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:58:10.946 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:58:10.949 | +functions-common:screen_process:1492      screen -S stack -X screen -t n-sch
2017-02-10 04:58:10.955 | +functions-common:screen_process:1494      local logfile=n-sch.log.2017-02-10-124752
2017-02-10 04:58:10.958 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/n-sch.log.2017-02-10-124752
2017-02-10 04:58:10.963 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:58:10.963 | LOGDIR: /opt/stack/logs
2017-02-10 04:58:10.966 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:58:10.966 | SCREEN_LOGDIR:
2017-02-10 04:58:10.970 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/n-sch.log.2017-02-10-124752'
2017-02-10 04:58:10.970 | log: /opt/stack/logs/n-sch.log.2017-02-10-124752
2017-02-10 04:58:10.973 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:58:10.976 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:58:10.979 | +functions-common:screen_process:1501      screen -S stack -p n-sch -X logfile /opt/stack/logs/n-sch.log.2017-02-10-124752
2017-02-10 04:58:10.985 | +functions-common:screen_process:1502      screen -S stack -p n-sch -X log on
2017-02-10 04:58:10.991 | +functions-common:screen_process:1505      touch /opt/stack/logs/n-sch.log.2017-02-10-124752
2017-02-10 04:58:10.994 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''n-sch.log.2017-02-10-124752'\'' n-sch.log'
2017-02-10 04:58:10.998 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:58:11.001 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:58:14.013 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:58:14.017 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:58:14.021 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:58:14.026 | +functions-common:screen_process:1538      screen_rc n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf'
2017-02-10 04:58:14.029 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:58:14.033 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:58:14.039 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:58:14.042 | +functions-common:screen_rc:1559           grep n-sch /opt/devstack/stack-screenrc
2017-02-10 04:58:14.048 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:58:14.051 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:58:14.056 | +functions-common:screen_rc:1561           echo 'screen -t n-sch bash'
"'17-02-10 04:58:14.059 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf
2017-02-10 04:58:14.064 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:58:14.068 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:58:14.072 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/n-sch.log.2017-02-10-124752'
2017-02-10 04:58:14.077 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:58:14.080 | +functions-common:screen_process:1540      screen -S stack -p n-sch -X stuff '/usr/local/bin/nova-scheduler --config-file /etc/nova/'ova.conf & echo $! >/opt/stack/status/stack/n-sch.pid; fg || echo "n-sch failed to start" | tee "/opt/stack/status/stack/n-sch.failure"
2017-02-10 04:58:14.093 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:14.097 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:14.101 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:14.105 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:14.109 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:14.114 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:14.117 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:14.126 | +functions-common:time_stop:2354           start_time=1486702690
2017-02-10 04:58:14.129 | +functions-common:time_stop:2356           [[ -z 1486702690 ]]
2017-02-10 04:58:14.135 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:14.145 | +functions-common:time_stop:2359           end_time=1486702694
2017-02-10 04:58:14.149 | +functions-common:time_stop:2360           elapsed_time=4
2017-02-10 04:58:14.154 | +functions-common:time_stop:2361           total=49
2017-02-10 04:58:14.167 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:14.172 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=53
2017-02-10 04:58:14.177 | +lib/nova:start_nova_rest:869              run_process n-api-meta '/usr/local/bin/nova-api-metadata --config-file /etc/nova/nova.conf'
2017-02-10 04:58:14.184 | +functions-common:run_process:1459         local service=n-api-meta
2017-02-10 04:58:14.191 | +functions-common:run_process:1460         local 'command=/usr/local/bin/nova-api-metadata --config-file /etc/nova/nova.conf'
2017-02-10 04:58:14.194 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:14.197 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:14.201 | +functions-common:run_process:1464         local name=n-api-meta
2017-02-10 04:58:14.204 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:14.208 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:14.211 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:14.215 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:14.219 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:14.224 | +functions-common:time_start:2338          START_TIME[$name]=1486702694
2017-02-10 04:58:14.227 | +functions-common:run_process:1467         is_service_enabled n-api-meta
2017-02-10 04:58:14.254 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:58:14.257 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:14.261 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:14.265 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:14.278 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:14.282 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:14.285 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:14.288 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:14.293 | +functions-common:time_stop:2354           start_time=1486702694
2017-02-10 04:58:14.296 | +functions-common:time_stop:2356           [[ -z 1486702694 ]]
2017-02-10 04:58:14.300 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:14.304 | +functions-common:time_stop:2359           end_time=1486702694
2017-02-10 04:58:14.307 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:58:14.311 | +functions-common:time_stop:2361           total=53
2017-02-10 04:58:14.315 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:14.319 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=53
2017-02-10 04:58:14.323 | +lib/nova:start_nova_rest:871              run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/stack/noVNC'
2017-02-10 04:58:14.326 | +functions-common:run_process:1459         local service=n-novnc
2017-02-10 04:58:14.330 | +functions-common:run_process:1460         local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/stack/noVNC'
2017-02-10 04:58:14.333 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:14.336 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:14.340 | +functions-common:run_process:1464         local name=n-novnc
2017-02-10 04:58:14.344 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:14.347 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:14.350 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:14.353 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:14.358 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:14.361 | +functions-common:time_start:2338          START_TIME[$name]=1486702694
2017-02-10 04:58:14.366 | +functions-common:run_process:1467         is_service_enabled n-novnc
2017-02-10 04:58:14.392 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:14.396 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:58:14.399 | +functions-common:run_process:1469         screen_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/stack/noVNC' ''
2017-02-10 04:58:14.406 | +functions-common:screen_process:1485      local name=n-novnc
2017-02-10 04:58:14.409 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/stack/noVNC'
2017-02-10 04:58:14.414 | +functions-common:screen_process:1487      local group=
2017-02-10 04:58:14.418 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:58:14.421 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:58:14.424 | +functions-common:screen_process:1492      screen -S stack -X screen -t n-novnc
2017-02-10 04:58:14.431 | +functions-common:screen_process:1494      local logfile=n-novnc.log.2017-02-10-124752
2017-02-10 04:58:14.435 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/n-novnc.log.2017-02-10-124752
2017-02-10 04:58:14.438 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:58:14.438 | LOGDIR: /opt/stack/logs
2017-02-10 04:58:14.443 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:58:14.443 | SCREEN_LOGDIR:
2017-02-10 04:58:14.446 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/n-novnc.log.2017-02-10-124752'
2017-02-10 04:58:14.446 | log: /opt/stack/logs/n-novnc.log.2017-02-10-124752
2017-02-10 04:58:14.449 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:58:14.453 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:58:14.456 | +functions-common:screen_process:1501      screen -S stack -p n-novnc -X logfile /opt/stack/logs/n-novnc.log.2017-02-10-124752
2017-02-10 04:58:14.461 | +functions-common:screen_process:1502      screen -S stack -p n-novnc -X log on
2017-02-10 04:58:14.467 | +functions-common:screen_process:1505      touch /opt/stack/logs/n-novnc.log.2017-02-10-124752
2017-02-10 04:58:14.471 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''n-novnc.log.2017-02-10-124752'\'' n-novnc.log'
2017-02-10 04:58:14.477 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:58:14.480 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:58:17.487 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:58:17.493 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:58:17.496 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:58:17.500 | +functions-common:screen_process:1538      screen_rc n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/stack/noVNC'
2017-02-10 04:58:17.503 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:58:17.508 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:58:17.512 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:58:17.515 | +functions-common:screen_rc:1559           grep n-novnc /opt/devstack/stack-screenrc
2017-02-10 04:58:17.522 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:58:17.526 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:58:17.529 | +functions-common:screen_rc:1561           echo 'screen -t n-novnc bash'
2017-02-10 04:58:17.533 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/"'ack/noVNC
2017-02-10 04:58:17.537 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:58:17.543 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:58:17.547 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/n-novnc.log.2017-02-10-124752'
2017-02-10 04:58:17.550 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:58:17.553 | +functions-common:screen_process:1540      screen -S stack -p n-novnc -X stuff '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/stack/noVNC & echo $! >/opt/stack/status/stack/n-novnc.pid; fg || echo "n-novnc failed to start" | tee "/opt/stack/status/stack/n-novn'.failure"
2017-02-10 04:58:17.560 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:17.566 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:17.570 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:17.575 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:17.579 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:17.582 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:17.586 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:17.592 | +functions-common:time_stop:2354           start_time=1486702694
2017-02-10 04:58:17.595 | +functions-common:time_stop:2356           [[ -z 1486702694 ]]
2017-02-10 04:58:17.600 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:17.604 | +functions-common:time_stop:2359           end_time=1486702697
2017-02-10 04:58:17.608 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:58:17.611 | +functions-common:time_stop:2361           total=53
2017-02-10 04:58:17.614 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:17.618 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=56
2017-02-10 04:58:17.625 | +lib/nova:start_nova_rest:872              run_process n-xvnc '/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova.conf'
2017-02-10 04:58:17.628 | +functions-common:run_process:1459         local service=n-xvnc
2017-02-10 04:58:17.633 | +functions-common:run_process:1460         local 'command=/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova.conf'
2017-02-10 04:58:17.636 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:17.639 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:17.643 | +functions-common:run_process:1464         local name=n-xvnc
2017-02-10 04:58:17.647 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:17.650 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:17.653 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:17.658 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:17.663 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:17.666 | +functions-common:time_start:2338          START_TIME[$name]=1486702697
2017-02-10 04:58:17.671 | +functions-common:run_process:1467         is_service_enabled n-xvnc
2017-02-10 04:58:17.697 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:58:17.700 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:17.704 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:17.708 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:17.711 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:17.714 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:17.719 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:17.722 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:17.726 | +functions-common:time_stop:2354           start_time=1486702697
2017-02-10 04:58:17.729 | +functions-common:time_stop:2356           [[ -z 1486702697 ]]
2017-02-10 04:58:17.735 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:17.738 | +functions-common:time_stop:2359           end_time=1486702697
2017-02-10 04:58:17.741 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:58:17.745 | +functions-common:time_stop:2361           total=56
2017-02-10 04:58:17.748 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:17.751 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=56
2017-02-10 04:58:17.756 | +lib/nova:start_nova_rest:873              run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web '
2017-02-10 04:58:17.759 | +functions-common:run_process:1459         local service=n-spice
2017-02-10 04:58:17.762 | +functions-common:run_process:1460         local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web '
2017-02-10 04:58:17.765 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:17.769 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:17.772 | +functions-common:run_process:1464         local name=n-spice
2017-02-10 04:58:17.776 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:17.779 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:17.783 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:17.786 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:17.791 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:17.795 | +functions-common:time_start:2338          START_TIME[$name]=1486702697
2017-02-10 04:58:17.798 | +functions-common:run_process:1467         is_service_enabled n-spice
2017-02-10 04:58:17.825 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:58:17.828 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:17.832 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:17.835 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:17.838 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:17.841 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:17.846 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:17.849 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:17.852 | +functions-common:time_stop:2354           start_time=1486702697
2017-02-10 04:58:17.857 | +functions-common:time_stop:2356           [[ -z 1486702697 ]]
2017-02-10 04:58:17.861 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:17.864 | +functions-common:time_stop:2359           end_time=1486702697
2017-02-10 04:58:17.868 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:58:17.872 | +functions-common:time_stop:2361           total=56
2017-02-10 04:58:17.875 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:17.879 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=56
2017-02-10 04:58:17.882 | +lib/nova:start_nova_rest:874              run_process n-cauth '/usr/local/bin/nova-consoleauth --config-file /etc/nova/nova.conf'
2017-02-10 04:58:17.885 | +functions-common:run_process:1459         local service=n-cauth
2017-02-10 04:58:17.888 | +functions-common:run_process:1460         local 'command=/usr/local/bin/nova-consoleauth --config-file /etc/nova/nova.conf'
2017-02-10 04:58:17.891 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:17.895 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:17.898 | +functions-common:run_process:1464         local name=n-cauth
2017-02-10 04:58:17.901 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:17.906 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:17.909 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:17.912 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:17.916 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:17.921 | +functions-common:time_start:2338          START_TIME[$name]=1486702697
2017-02-10 04:58:17.925 | +functions-common:run_process:1467         is_service_enabled n-cauth
2017-02-10 04:58:17.948 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:17.952 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:58:17.957 | +functions-common:run_process:1469         screen_process n-cauth '/usr/local/bin/nova-consoleauth --config-file /etc/nova/nova.conf' ''
2017-02-10 04:58:17.960 | +functions-common:screen_process:1485      local name=n-cauth
2017-02-10 04:58:17.963 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/nova-consoleauth --config-file /etc/nova/nova.conf'
2017-02-10 04:58:17.966 | +functions-common:screen_process:1487      local group=
2017-02-10 04:58:17.970 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:58:17.974 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:58:17.977 | +functions-common:screen_process:1492      screen -S stack -X screen -t n-cauth
2017-02-10 04:58:17.985 | +functions-common:screen_process:1494      local logfile=n-cauth.log.2017-02-10-124752
2017-02-10 04:58:17.989 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/n-cauth.log.2017-02-10-124752
2017-02-10 04:58:17.993 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:58:17.993 | LOGDIR: /opt/stack/logs
2017-02-10 04:58:17.996 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:58:17.997 | SCREEN_LOGDIR:
2017-02-10 04:58:18.000 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/n-cauth.log.2017-02-10-124752'
2017-02-10 04:58:18.000 | log: /opt/stack/logs/n-cauth.log.2017-02-10-124752
2017-02-10 04:58:18.003 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:58:18.008 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:58:18.011 | +functions-common:screen_process:1501      screen -S stack -p n-cauth -X logfile /opt/stack/logs/n-cauth.log.2017-02-10-124752
2017-02-10 04:58:18.015 | +functions-common:screen_process:1502      screen -S stack -p n-cauth -X log on
2017-02-10 04:58:18.021 | +functions-common:screen_process:1505      touch /opt/stack/logs/n-cauth.log.2017-02-10-124752
2017-02-10 04:58:18.025 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''n-cauth.log.2017-02-10-124752'\'' n-cauth.log'
2017-02-10 04:58:18.030 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:58:18.033 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:58:21.039 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:58:21.046 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:58:21.049 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:58:21.052 | +functions-common:screen_process:1538      screen_rc n-cauth '/usr/local/bin/nova-consoleauth --config-file /etc/nova/nova.conf'
2017-02-10 04:58:21.055 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:58:21.060 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:58:21.063 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:58:21.066 | +functions-common:screen_rc:1559           grep n-cauth /opt/devstack/stack-screenrc
2017-02-10 04:58:21.080 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:58:21.082 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:58:21.086 | +functions-common:screen_rc:1561           echo 'screen -t n-cauth bash'
"'17-02-10 04:58:21.089 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/nova-consoleauth --config-file /etc/nova/nova.conf
2017-02-10 04:58:21.095 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:58:21.100 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:58:21.103 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/n-cauth.log.2017-02-10-124752'
2017-02-10 04:58:21.108 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:58:21.112 | +functions-common:screen_process:1540      screen -S stack -p n-cauth -X stuff '/usr/local/bin/nova-consoleauth --config-file /etc/n'va/nova.conf & echo $! >/opt/stack/status/stack/n-cauth.pid; fg || echo "n-cauth failed to start" | tee "/opt/stack/status/stack/n-cauth.failure"
2017-02-10 04:58:21.121 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:21.124 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:21.134 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:21.139 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:21.139 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:21.145 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:21.148 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:21.152 | +functions-common:time_stop:2354           start_time=1486702697
2017-02-10 04:58:21.156 | +functions-common:time_stop:2356           [[ -z 1486702697 ]]
2017-02-10 04:58:21.163 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:21.167 | +functions-common:time_stop:2359           end_time=1486702701
2017-02-10 04:58:21.171 | +functions-common:time_stop:2360           elapsed_time=4
2017-02-10 04:58:21.175 | +functions-common:time_stop:2361           total=56
2017-02-10 04:58:21.178 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:21.181 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=60
2017-02-10 04:58:21.184 | +lib/nova:start_nova_rest:875              run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf'
2017-02-10 04:58:21.187 | +functions-common:run_process:1459         local service=n-sproxy
2017-02-10 04:58:21.193 | +functions-common:run_process:1460         local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf'
2017-02-10 04:58:21.197 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:21.200 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:21.203 | +functions-common:run_process:1464         local name=n-sproxy
2017-02-10 04:58:21.208 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:21.212 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:21.215 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:21.218 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:21.224 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:21.232 | +functions-common:time_start:2338          START_TIME[$name]=1486702701
2017-02-10 04:58:21.235 | +functions-common:run_process:1467         is_service_enabled n-sproxy
2017-02-10 04:58:21.262 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:58:21.266 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:21.271 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:21.274 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:21.277 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:21.280 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:21.283 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:21.286 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:21.289 | +functions-common:time_stop:2354           start_time=1486702701
2017-02-10 04:58:21.295 | +functions-common:time_stop:2356           [[ -z 1486702701 ]]
2017-02-10 04:58:21.299 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:21.302 | +functions-common:time_stop:2359           end_time=1486702701
2017-02-10 04:58:21.305 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:58:21.310 | +functions-common:time_stop:2361           total=60
2017-02-10 04:58:21.313 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:21.316 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=60
2017-02-10 04:58:21.321 | +lib/nova:start_nova_rest:877              export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:58:21.323 | +lib/nova:start_nova_rest:877              PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:58:21.326 | +lib/nova:start_nova:882                   start_nova_compute
2017-02-10 04:58:21.329 | +lib/nova:start_nova_compute:814           local old_path=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:58:21.332 | +lib/nova:start_nova_compute:815           export PATH=/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:58:21.335 | +lib/nova:start_nova_compute:815           PATH=/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:58:21.338 | +lib/nova:start_nova_compute:817           is_service_enabled n-cell
2017-02-10 04:58:21.365 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:58:21.368 | +lib/nova:start_nova_compute:820           local compute_cell_conf=/etc/nova/nova.conf
2017-02-10 04:58:21.372 | +lib/nova:start_nova_compute:823           [[ libvirt = \l\i\b\v\i\r\t ]]
2017-02-10 04:58:21.375 | +lib/nova:start_nova_compute:827           run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf' libvirtd
2017-02-10 04:58:21.385 | +functions-common:run_process:1459         local service=n-cpu
2017-02-10 04:58:21.388 | +functions-common:run_process:1460         local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf'
2017-02-10 04:58:21.394 | +functions-common:run_process:1461         local group=libvirtd
2017-02-10 04:58:21.397 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:21.400 | +functions-common:run_process:1464         local name=n-cpu
2017-02-10 04:58:21.402 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:21.405 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:21.410 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:21.413 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:21.417 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:21.422 | +functions-common:time_start:2338          START_TIME[$name]=1486702701
2017-02-10 04:58:21.435 | +functions-common:run_process:1467         is_service_enabled n-cpu
2017-02-10 04:58:21.465 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:21.468 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:58:21.472 | +functions-common:run_process:1469         screen_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf' libvirtd
2017-02-10 04:58:21.475 | +functions-common:screen_process:1485      local name=n-cpu
2017-02-10 04:58:21.478 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf'
2017-02-10 04:58:21.480 | +functions-common:screen_process:1487      local group=libvirtd
2017-02-10 04:58:21.483 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:58:21.487 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:58:21.489 | +functions-common:screen_process:1492      screen -S stack -X screen -t n-cpu
2017-02-10 04:58:21.498 | +functions-common:screen_process:1494      local logfile=n-cpu.log.2017-02-10-124752
2017-02-10 04:58:21.500 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/n-cpu.log.2017-02-10-124752
2017-02-10 04:58:21.503 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:58:21.503 | LOGDIR: /opt/stack/logs
2017-02-10 04:58:21.507 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:58:21.507 | SCREEN_LOGDIR:
2017-02-10 04:58:21.511 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/n-cpu.log.2017-02-10-124752'
2017-02-10 04:58:21.511 | log: /opt/stack/logs/n-cpu.log.2017-02-10-124752
2017-02-10 04:58:21.514 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:58:21.517 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:58:21.521 | +functions-common:screen_process:1501      screen -S stack -p n-cpu -X logfile /opt/stack/logs/n-cpu.log.2017-02-10-124752
2017-02-10 04:58:21.525 | +functions-common:screen_process:1502      screen -S stack -p n-cpu -X log on
2017-02-10 04:58:21.529 | +functions-common:screen_process:1505      touch /opt/stack/logs/n-cpu.log.2017-02-10-124752
2017-02-10 04:58:21.533 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''n-cpu.log.2017-02-10-124752'\'' n-cpu.log'
2017-02-10 04:58:21.537 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:58:21.542 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:58:24.550 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:58:24.554 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:58:24.557 | +functions-common:screen_process:1533      [[ -n libvirtd ]]
2017-02-10 04:58:24.562 | +functions-common:screen_process:1534      command='sg libvirtd '\''/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf'\'''
2017-02-10 04:58:24.566 | +functions-common:screen_process:1538      screen_rc n-cpu 'sg libvirtd '\''/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf'\'''
2017-02-10 04:58:24.570 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:58:24.574 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:58:24.578 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:58:24.581 | +functions-common:screen_rc:1559           grep n-cpu /opt/devstack/stack-screenrc
2017-02-10 04:58:24.589 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:58:24.593 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:58:24.598 | +functions-common:screen_rc:1561           echo 'screen -t n-cpu bash'
2017-02-10 04:58:24.602 | +functions-common:screen_rc:1562           echo 'stuff "sg libvirtd '\''/usr/local/bin/nova-compute --config-file /etc/nova/nova.con"'\''
2017-02-10 04:58:24.605 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:58:24.610 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:58:24.613 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/n-cpu.log.2017-02-10-124752'
2017-02-10 04:58:24.617 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:58:24.622 | +functions-common:screen_process:1540      screen -S stack -p n-cpu -X stuff 'sg libvirtd '\''/usr/local/bin/nova-compute --config-f'le /etc/nova/nova.conf'\'' & echo $! >/opt/stack/status/stack/n-cpu.pid; fg || echo "n-cpu failed to start" | tee "/opt/stack/status/stack/n-cpu.failure"
2017-02-10 04:58:24.628 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:24.633 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:24.641 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:24.646 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:24.651 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:24.654 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:24.657 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:24.664 | +functions-common:time_stop:2354           start_time=1486702701
2017-02-10 04:58:24.667 | +functions-common:time_stop:2356           [[ -z 1486702701 ]]
2017-02-10 04:58:24.673 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:24.683 | +functions-common:time_stop:2359           end_time=1486702704
2017-02-10 04:58:24.686 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:58:24.689 | +functions-common:time_stop:2361           total=60
2017-02-10 04:58:24.695 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:24.698 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=63
2017-02-10 04:58:24.701 | +lib/nova:start_nova_compute:845           export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:58:24.704 | +lib/nova:start_nova_compute:845           PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
2017-02-10 04:58:24.708 | +./stack.sh:main:1255                      is_service_enabled cinder
2017-02-10 04:58:24.732 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:24.737 | +./stack.sh:main:1256                      echo_summary 'Starting Cinder'
2017-02-10 04:58:24.740 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:58:24.743 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:58:24.747 | +./stack.sh:echo_summary:385               echo -e Starting Cinder
2017-02-10 04:58:24.750 | +./stack.sh:main:1257                      start_cinder
2017-02-10 04:58:24.753 | +lib/cinder:start_cinder:478               local service_port=8776
2017-02-10 04:58:24.757 | +lib/cinder:start_cinder:479               local service_protocol=http
2017-02-10 04:58:24.761 | +lib/cinder:start_cinder:480               is_service_enabled tls-proxy
2017-02-10 04:58:24.787 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:58:24.790 | +lib/cinder:start_cinder:484               '[' tgtadm = tgtadm ']'
2017-02-10 04:58:24.793 | +lib/cinder:start_cinder:485               is_service_enabled c-vol
2017-02-10 04:58:24.818 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:24.821 | +lib/cinder:start_cinder:487               sudo rm -f /etc/tgt/conf.d/stack.conf
2017-02-10 04:58:24.859 | +lib/cinder:start_cinder:488               _configure_tgt_for_config_d
2017-02-10 04:58:24.862 | +lib/cinder:_configure_tgt_for_config_d:468  [[ ! -d /etc/tgt/stack.d/ ]]
2017-02-10 04:58:24.869 | +lib/cinder:_configure_tgt_for_config_d:469  sudo ln -sf /opt/stack/data/cinder/volumes /etc/tgt/stack.d
2017-02-10 04:58:24.875 | +lib/cinder:_configure_tgt_for_config_d:471  grep -q 'include /etc/tgt/stack.d/*' /etc/tgt/targets.conf
2017-02-10 04:58:24.883 | +lib/cinder:_configure_tgt_for_config_d:472  sudo tee -a /etc/tgt/targets.conf
2017-02-10 04:58:24.888 | +lib/cinder:_configure_tgt_for_config_d:472  echo 'include /etc/tgt/stack.d/*'
2017-02-10 04:58:24.889 | include /etc/tgt/stack.d/*
2017-02-10 04:58:24.892 | +lib/cinder:start_cinder:489               is_ubuntu
2017-02-10 04:58:24.896 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:58:24.899 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:58:24.902 | +lib/cinder:start_cinder:490               sudo service tgt restart
2017-02-10 04:58:24.916 | stop: Unknown instance:
2017-02-10 04:58:25.268 | tgt start/running, process 22338
2017-02-10 04:58:25.273 | +lib/cinder:start_cinder:500               sudo tgtadm --mode system --op update --name debug --value on
2017-02-10 04:58:25.280 | +lib/cinder:start_cinder:504               '[' False == True ']'
2017-02-10 04:58:25.283 | +lib/cinder:start_cinder:509               run_process c-api '/usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf'
2017-02-10 04:58:25.287 | +functions-common:run_process:1459         local service=c-api
2017-02-10 04:58:25.291 | +functions-common:run_process:1460         local 'command=/usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf'
2017-02-10 04:58:25.295 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:25.298 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:25.302 | +functions-common:run_process:1464         local name=c-api
2017-02-10 04:58:25.305 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:25.309 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:25.313 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:25.317 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:25.322 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:25.325 | +functions-common:time_start:2338          START_TIME[$name]=1486702705
2017-02-10 04:58:25.328 | +functions-common:run_process:1467         is_service_enabled c-api
2017-02-10 04:58:25.356 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:25.360 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:58:25.363 | +functions-common:run_process:1469         screen_process c-api '/usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf' ''
2017-02-10 04:58:25.368 | +functions-common:screen_process:1485      local name=c-api
2017-02-10 04:58:25.370 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf'
2017-02-10 04:58:25.374 | +functions-common:screen_process:1487      local group=
2017-02-10 04:58:25.377 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:58:25.380 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:58:25.384 | +functions-common:screen_process:1492      screen -S stack -X screen -t c-api
2017-02-10 04:58:25.394 | +functions-common:screen_process:1494      local logfile=c-api.log.2017-02-10-124752
2017-02-10 04:58:25.397 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/c-api.log.2017-02-10-124752
2017-02-10 04:58:25.400 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:58:25.400 | LOGDIR: /opt/stack/logs
2017-02-10 04:58:25.403 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:58:25.404 | SCREEN_LOGDIR:
2017-02-10 04:58:25.407 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/c-api.log.2017-02-10-124752'
2017-02-10 04:58:25.407 | log: /opt/stack/logs/c-api.log.2017-02-10-124752
2017-02-10 04:58:25.411 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:58:25.416 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:58:25.419 | +functions-common:screen_process:1501      screen -S stack -p c-api -X logfile /opt/stack/logs/c-api.log.2017-02-10-124752
2017-02-10 04:58:25.424 | +functions-common:screen_process:1502      screen -S stack -p c-api -X log on
2017-02-10 04:58:25.428 | +functions-common:screen_process:1505      touch /opt/stack/logs/c-api.log.2017-02-10-124752
2017-02-10 04:58:25.432 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''c-api.log.2017-02-10-124752'\'' c-api.log'
2017-02-10 04:58:25.438 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:58:25.442 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:58:28.448 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:58:28.451 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:58:28.455 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:58:28.458 | +functions-common:screen_process:1538      screen_rc c-api '/usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf'
2017-02-10 04:58:28.464 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:58:28.468 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:58:28.471 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:58:28.474 | +functions-common:screen_rc:1559           grep c-api /opt/devstack/stack-screenrc
2017-02-10 04:58:28.480 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:58:28.485 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:58:28.490 | +functions-common:screen_rc:1561           echo 'screen -t c-api bash'
"'17-02-10 04:58:28.498 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf
2017-02-10 04:58:28.502 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:58:28.505 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:58:28.511 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/c-api.log.2017-02-10-124752'
2017-02-10 04:58:28.516 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:58:28.520 | +functions-common:screen_process:1540      screen -S stack -p c-api -X stuff '/usr/local/bin/cinder-api --config-file /etc/cinder/ci'der.conf & echo $! >/opt/stack/status/stack/c-api.pid; fg || echo "c-api failed to start" | tee "/opt/stack/status/stack/c-api.failure"
2017-02-10 04:58:28.525 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:28.528 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:28.533 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:28.540 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:28.544 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:28.547 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:28.555 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:28.559 | +functions-common:time_stop:2354           start_time=1486702705
2017-02-10 04:58:28.565 | +functions-common:time_stop:2356           [[ -z 1486702705 ]]
2017-02-10 04:58:28.576 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:28.576 | +functions-common:time_stop:2359           end_time=1486702708
2017-02-10 04:58:28.582 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:58:28.588 | +functions-common:time_stop:2361           total=63
2017-02-10 04:58:28.592 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:28.595 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=66
2017-02-10 04:58:28.598 | +lib/cinder:start_cinder:510               echo 'Waiting for Cinder API to start...'
2017-02-10 04:58:28.598 | Waiting for Cinder API to start...
2017-02-10 04:58:28.601 | +lib/cinder:start_cinder:511               wait_for_service 60 http://172.30.250.59:8776
2017-02-10 04:58:28.605 | +functions:wait_for_service:374            local timeout=60
2017-02-10 04:58:28.609 | +functions:wait_for_service:375            local url=http://172.30.250.59:8776
2017-02-10 04:58:28.613 | +functions:wait_for_service:376            time_start wait_for_service
2017-02-10 04:58:28.618 | +functions-common:time_start:2333          local name=wait_for_service
2017-02-10 04:58:28.621 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:28.628 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:28.634 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:28.640 | +functions-common:time_start:2338          START_TIME[$name]=1486702708
2017-02-10 04:58:28.643 | +functions:wait_for_service:377            timeout 60 sh -c 'while ! curl -g -k --noproxy '\''*'\'' -s http://172.30.250.59:8776 >/dev/null; do sleep 1; done'
2017-02-10 04:58:32.839 | +functions:wait_for_service:378            time_stop wait_for_service
2017-02-10 04:58:32.843 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:32.848 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:32.851 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:32.854 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:32.861 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:32.864 | +functions-common:time_stop:2353           name=wait_for_service
2017-02-10 04:58:32.869 | +functions-common:time_stop:2354           start_time=1486702708
2017-02-10 04:58:32.873 | +functions-common:time_stop:2356           [[ -z 1486702708 ]]
2017-02-10 04:58:32.877 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:32.881 | +functions-common:time_stop:2359           end_time=1486702712
2017-02-10 04:58:32.884 | +functions-common:time_stop:2360           elapsed_time=4
2017-02-10 04:58:32.889 | +functions-common:time_stop:2361           total=9
2017-02-10 04:58:32.894 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:32.898 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=13
2017-02-10 04:58:32.902 | +lib/cinder:start_cinder:516               run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2017-02-10 04:58:32.905 | +functions-common:run_process:1459         local service=c-sch
2017-02-10 04:58:32.911 | +functions-common:run_process:1460         local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2017-02-10 04:58:32.914 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:32.919 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:32.923 | +functions-common:run_process:1464         local name=c-sch
2017-02-10 04:58:32.927 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:32.930 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:32.933 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:32.937 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:32.942 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:32.947 | +functions-common:time_start:2338          START_TIME[$name]=1486702712
2017-02-10 04:58:32.950 | +functions-common:run_process:1467         is_service_enabled c-sch
2017-02-10 04:58:32.973 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:32.976 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:58:32.981 | +functions-common:run_process:1469         screen_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' ''
2017-02-10 04:58:32.984 | +functions-common:screen_process:1485      local name=c-sch
2017-02-10 04:58:32.988 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2017-02-10 04:58:32.992 | +functions-common:screen_process:1487      local group=
2017-02-10 04:58:32.996 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:58:32.999 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:58:33.002 | +functions-common:screen_process:1492      screen -S stack -X screen -t c-sch
2017-02-10 04:58:33.014 | +functions-common:screen_process:1494      local logfile=c-sch.log.2017-02-10-124752
2017-02-10 04:58:33.017 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/c-sch.log.2017-02-10-124752
2017-02-10 04:58:33.021 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:58:33.022 | LOGDIR: /opt/stack/logs
2017-02-10 04:58:33.025 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:58:33.025 | SCREEN_LOGDIR:
2017-02-10 04:58:33.029 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/c-sch.log.2017-02-10-124752'
2017-02-10 04:58:33.029 | log: /opt/stack/logs/c-sch.log.2017-02-10-124752
2017-02-10 04:58:33.032 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:58:33.035 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:58:33.039 | +functions-common:screen_process:1501      screen -S stack -p c-sch -X logfile /opt/stack/logs/c-sch.log.2017-02-10-124752
2017-02-10 04:58:33.044 | +functions-common:screen_process:1502      screen -S stack -p c-sch -X log on
2017-02-10 04:58:33.050 | +functions-common:screen_process:1505      touch /opt/stack/logs/c-sch.log.2017-02-10-124752
2017-02-10 04:58:33.054 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''c-sch.log.2017-02-10-124752'\'' c-sch.log'
2017-02-10 04:58:33.061 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:58:33.064 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:58:36.069 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:58:36.073 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:58:36.077 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:58:36.080 | +functions-common:screen_process:1538      screen_rc c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf'
2017-02-10 04:58:36.084 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:58:36.089 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:58:36.093 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:58:36.096 | +functions-common:screen_rc:1559           grep c-sch /opt/devstack/stack-screenrc
2017-02-10 04:58:36.101 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:58:36.105 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:58:36.109 | +functions-common:screen_rc:1561           echo 'screen -t c-sch bash'
"'17-02-10 04:58:36.114 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf
2017-02-10 04:58:36.118 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:58:36.122 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:58:36.125 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/c-sch.log.2017-02-10-124752'
2017-02-10 04:58:36.128 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:58:36.131 | +functions-common:screen_process:1540      screen -S stack -p c-sch -X stuff '/usr/local/bin/cinder-scheduler --config-file /etc/cin'er/cinder.conf & echo $! >/opt/stack/status/stack/c-sch.pid; fg || echo "c-sch failed to start" | tee "/opt/stack/status/stack/c-sch.failure"
2017-02-10 04:58:36.138 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:36.145 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:36.150 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:36.153 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:36.157 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:36.162 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:36.165 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:36.168 | +functions-common:time_stop:2354           start_time=1486702712
2017-02-10 04:58:36.174 | +functions-common:time_stop:2356           [[ -z 1486702712 ]]
2017-02-10 04:58:36.179 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:36.183 | +functions-common:time_stop:2359           end_time=1486702716
2017-02-10 04:58:36.189 | +functions-common:time_stop:2360           elapsed_time=4
2017-02-10 04:58:36.195 | +functions-common:time_stop:2361           total=66
2017-02-10 04:58:36.199 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:36.202 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=70
2017-02-10 04:58:36.205 | +lib/cinder:start_cinder:517               run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf'
2017-02-10 04:58:36.210 | +functions-common:run_process:1459         local service=c-bak
2017-02-10 04:58:36.213 | +functions-common:run_process:1460         local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf'
2017-02-10 04:58:36.216 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:36.219 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:36.224 | +functions-common:run_process:1464         local name=c-bak
2017-02-10 04:58:36.228 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:36.233 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:36.237 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:36.241 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:36.246 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:36.250 | +functions-common:time_start:2338          START_TIME[$name]=1486702716
2017-02-10 04:58:36.254 | +functions-common:run_process:1467         is_service_enabled c-bak
2017-02-10 04:58:36.279 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:58:36.282 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:36.286 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:36.290 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:36.294 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:36.298 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:36.301 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:36.304 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:36.309 | +functions-common:time_stop:2354           start_time=1486702716
2017-02-10 04:58:36.312 | +functions-common:time_stop:2356           [[ -z 1486702716 ]]
2017-02-10 04:58:36.316 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:36.320 | +functions-common:time_stop:2359           end_time=1486702716
2017-02-10 04:58:36.324 | +functions-common:time_stop:2360           elapsed_time=0
2017-02-10 04:58:36.328 | +functions-common:time_stop:2361           total=70
2017-02-10 04:58:36.331 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:36.335 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=70
2017-02-10 04:58:36.339 | +lib/cinder:start_cinder:518               run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2017-02-10 04:58:36.343 | +functions-common:run_process:1459         local service=c-vol
2017-02-10 04:58:36.346 | +functions-common:run_process:1460         local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2017-02-10 04:58:36.350 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:36.353 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:36.356 | +functions-common:run_process:1464         local name=c-vol
2017-02-10 04:58:36.360 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:36.363 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:36.366 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:36.369 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:36.375 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:36.379 | +functions-common:time_start:2338          START_TIME[$name]=1486702716
2017-02-10 04:58:36.382 | +functions-common:run_process:1467         is_service_enabled c-vol
2017-02-10 04:58:36.410 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:36.413 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:58:36.416 | +functions-common:run_process:1469         screen_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' ''
2017-02-10 04:58:36.419 | +functions-common:screen_process:1485      local name=c-vol
2017-02-10 04:58:36.424 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2017-02-10 04:58:36.428 | +functions-common:screen_process:1487      local group=
2017-02-10 04:58:36.431 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:58:36.435 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:58:36.439 | +functions-common:screen_process:1492      screen -S stack -X screen -t c-vol
2017-02-10 04:58:36.448 | +functions-common:screen_process:1494      local logfile=c-vol.log.2017-02-10-124752
2017-02-10 04:58:36.451 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/c-vol.log.2017-02-10-124752
2017-02-10 04:58:36.454 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:58:36.454 | LOGDIR: /opt/stack/logs
2017-02-10 04:58:36.459 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:58:36.459 | SCREEN_LOGDIR:
2017-02-10 04:58:36.462 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/c-vol.log.2017-02-10-124752'
2017-02-10 04:58:36.462 | log: /opt/stack/logs/c-vol.log.2017-02-10-124752
2017-02-10 04:58:36.465 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:58:36.468 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:58:36.472 | +functions-common:screen_process:1501      screen -S stack -p c-vol -X logfile /opt/stack/logs/c-vol.log.2017-02-10-124752
2017-02-10 04:58:36.478 | +functions-common:screen_process:1502      screen -S stack -p c-vol -X log on
2017-02-10 04:58:36.482 | +functions-common:screen_process:1505      touch /opt/stack/logs/c-vol.log.2017-02-10-124752
2017-02-10 04:58:36.488 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''c-vol.log.2017-02-10-124752'\'' c-vol.log'
2017-02-10 04:58:36.493 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:58:36.496 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:58:39.503 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:58:39.507 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:58:39.511 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:58:39.517 | +functions-common:screen_process:1538      screen_rc c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf'
2017-02-10 04:58:39.521 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:58:39.525 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:58:39.528 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:58:39.531 | +functions-common:screen_rc:1559           grep c-vol /opt/devstack/stack-screenrc
2017-02-10 04:58:39.539 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:58:39.544 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:58:39.547 | +functions-common:screen_rc:1561           echo 'screen -t c-vol bash'
"'17-02-10 04:58:39.550 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf
2017-02-10 04:58:39.553 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:58:39.556 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:58:39.560 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/c-vol.log.2017-02-10-124752'
2017-02-10 04:58:39.565 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:58:39.570 | +functions-common:screen_process:1540      screen -S stack -p c-vol -X stuff '/usr/local/bin/cinder-volume --config-file /etc/cinder'cinder.conf & echo $! >/opt/stack/status/stack/c-vol.pid; fg || echo "c-vol failed to start" | tee "/opt/stack/status/stack/c-vol.failure"
2017-02-10 04:58:39.575 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:39.579 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:39.590 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:39.593 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:39.602 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:39.605 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:39.609 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:39.613 | +functions-common:time_stop:2354           start_time=1486702716
2017-02-10 04:58:39.619 | +functions-common:time_stop:2356           [[ -z 1486702716 ]]
2017-02-10 04:58:39.629 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:39.633 | +functions-common:time_stop:2359           end_time=1486702719
2017-02-10 04:58:39.639 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:58:39.642 | +functions-common:time_stop:2361           total=70
2017-02-10 04:58:39.645 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:39.648 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=73
2017-02-10 04:58:39.654 | +lib/cinder:start_cinder:525               is_service_enabled c-api
2017-02-10 04:58:39.681 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:39.684 | +lib/cinder:start_cinder:525               is_service_enabled tls-proxy
2017-02-10 04:58:39.712 | +functions-common:is_service_enabled:2055  return 1
2017-02-10 04:58:39.716 | +./stack.sh:main:1258                      create_volume_types
2017-02-10 04:58:39.720 | +lib/cinder:create_volume_types:549        is_service_enabled c-api
2017-02-10 04:58:39.745 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:39.748 | +lib/cinder:create_volume_types:549        [[ -n lvm:lvmdriver-1 ]]
2017-02-10 04:58:39.753 | +lib/cinder:create_volume_types:550        local be be_name
2017-02-10 04:58:39.757 | +lib/cinder:create_volume_types:551        for be in '${CINDER_ENABLED_BACKENDS//,/ }'
2017-02-10 04:58:39.770 | +lib/cinder:create_volume_types:552        be_name=lvmdriver-1
2017-02-10 04:58:39.774 | +lib/cinder:create_volume_types:553        openstack volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1
2017-02-10 04:58:42.016 | +---------------------------------+--------------------------------------+
2017-02-10 04:58:42.016 | | Field                           | Value                                |
2017-02-10 04:58:42.016 | +---------------------------------+--------------------------------------+
2017-02-10 04:58:42.016 | | description                     | None                                 |
2017-02-10 04:58:42.016 | | id                              | 6b49ab59-66b7-4ad4-a684-b8dccdba56f7 |
2017-02-10 04:58:42.016 | | is_public                       | True                                 |
2017-02-10 04:58:42.016 | | name                            | lvmdriver-1                          |
2017-02-10 04:58:42.016 | | os-volume-type-access:is_public | True                                 |
2017-02-10 04:58:42.016 | | properties                      | volume_backend_name='lvmdriver-1'    |
2017-02-10 04:58:42.016 | +---------------------------------+--------------------------------------+
2017-02-10 04:58:42.050 | +./stack.sh:main:1262                      is_service_enabled heat
2017-02-10 04:58:42.073 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:42.078 | +./stack.sh:main:1264                      echo_summary 'Configuring Heat'
2017-02-10 04:58:42.082 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:58:42.085 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:58:42.091 | +./stack.sh:echo_summary:385               echo -e Configuring Heat
2017-02-10 04:58:42.095 | +./stack.sh:main:1265                      init_heat
2017-02-10 04:58:42.098 | +lib/heat:init_heat:241                    recreate_database heat
2017-02-10 04:58:42.106 | +lib/database:recreate_database:112        local db=heat
2017-02-10 04:58:42.110 | +lib/database:recreate_database:113        recreate_database_mysql heat
2017-02-10 04:58:42.116 | +lib/databases/mysql:recreate_database_mysql:56  local db=heat
2017-02-10 04:58:42.120 | +lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppass -h127.0.0.1 -e 'DROP DATABASE IF EXISTS heat;'
2017-02-10 04:58:42.191 | +lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppass -h127.0.0.1 -e 'CREATE DATABASE heat CHARACTER SET utf8;'
2017-02-10 04:58:42.197 | +lib/heat:init_heat:243                    /usr/local/bin/heat-manage db_sync
2017-02-10 04:58:43.381 | 2017-02-10 12:58:43.380 INFO migrate.versioning.api [-] 27 -> 28...
2017-02-10 04:58:43.441 | 2017-02-10 12:58:43.441 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.441 | 2017-02-10 12:58:43.441 INFO migrate.versioning.api [-] 28 -> 29...
2017-02-10 04:58:43.469 | 2017-02-10 12:58:43.469 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.469 | 2017-02-10 12:58:43.469 INFO migrate.versioning.api [-] 29 -> 30...
2017-02-10 04:58:43.509 | 2017-02-10 12:58:43.508 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.509 | 2017-02-10 12:58:43.508 INFO migrate.versioning.api [-] 30 -> 31...
2017-02-10 04:58:43.525 | 2017-02-10 12:58:43.525 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.525 | 2017-02-10 12:58:43.525 INFO migrate.versioning.api [-] 31 -> 32...
2017-02-10 04:58:43.562 | 2017-02-10 12:58:43.562 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.562 | 2017-02-10 12:58:43.562 INFO migrate.versioning.api [-] 32 -> 33...
2017-02-10 04:58:43.652 | 2017-02-10 12:58:43.652 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.652 | 2017-02-10 12:58:43.652 INFO migrate.versioning.api [-] 33 -> 34...
2017-02-10 04:58:43.670 | 2017-02-10 12:58:43.670 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.670 | 2017-02-10 12:58:43.670 INFO migrate.versioning.api [-] 34 -> 35...
2017-02-10 04:58:43.750 | 2017-02-10 12:58:43.749 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.750 | 2017-02-10 12:58:43.749 INFO migrate.versioning.api [-] 35 -> 36...
2017-02-10 04:58:43.772 | 2017-02-10 12:58:43.772 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.772 | 2017-02-10 12:58:43.772 INFO migrate.versioning.api [-] 36 -> 37...
2017-02-10 04:58:43.846 | 2017-02-10 12:58:43.846 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.847 | 2017-02-10 12:58:43.847 INFO migrate.versioning.api [-] 37 -> 38...
2017-02-10 04:58:43.863 | 2017-02-10 12:58:43.863 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.863 | 2017-02-10 12:58:43.863 INFO migrate.versioning.api [-] 38 -> 39...
2017-02-10 04:58:43.884 | 2017-02-10 12:58:43.884 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.884 | 2017-02-10 12:58:43.884 INFO migrate.versioning.api [-] 39 -> 40...
2017-02-10 04:58:43.901 | 2017-02-10 12:58:43.901 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.901 | 2017-02-10 12:58:43.901 INFO migrate.versioning.api [-] 40 -> 41...
2017-02-10 04:58:43.912 | 2017-02-10 12:58:43.912 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.912 | 2017-02-10 12:58:43.912 INFO migrate.versioning.api [-] 41 -> 42...
2017-02-10 04:58:43.931 | 2017-02-10 12:58:43.931 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.931 | 2017-02-10 12:58:43.931 INFO migrate.versioning.api [-] 42 -> 43...
2017-02-10 04:58:43.942 | 2017-02-10 12:58:43.942 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.943 | 2017-02-10 12:58:43.943 INFO migrate.versioning.api [-] 43 -> 44...
2017-02-10 04:58:43.974 | 2017-02-10 12:58:43.973 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.974 | 2017-02-10 12:58:43.974 INFO migrate.versioning.api [-] 44 -> 45...
2017-02-10 04:58:43.998 | 2017-02-10 12:58:43.998 INFO migrate.versioning.api [-] done
2017-02-10 04:58:43.998 | 2017-02-10 12:58:43.998 INFO migrate.versioning.api [-] 45 -> 46...
2017-02-10 04:58:44.020 | 2017-02-10 12:58:44.020 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.020 | 2017-02-10 12:58:44.020 INFO migrate.versioning.api [-] 46 -> 47...
2017-02-10 04:58:44.045 | 2017-02-10 12:58:44.045 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.045 | 2017-02-10 12:58:44.045 INFO migrate.versioning.api [-] 47 -> 48...
2017-02-10 04:58:44.077 | 2017-02-10 12:58:44.077 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.077 | 2017-02-10 12:58:44.077 INFO migrate.versioning.api [-] 48 -> 49...
2017-02-10 04:58:44.094 | 2017-02-10 12:58:44.094 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.094 | 2017-02-10 12:58:44.094 INFO migrate.versioning.api [-] 49 -> 50...
2017-02-10 04:58:44.112 | 2017-02-10 12:58:44.112 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.112 | 2017-02-10 12:58:44.112 INFO migrate.versioning.api [-] 50 -> 51...
2017-02-10 04:58:44.151 | 2017-02-10 12:58:44.151 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.151 | 2017-02-10 12:58:44.151 INFO migrate.versioning.api [-] 51 -> 52...
2017-02-10 04:58:44.173 | 2017-02-10 12:58:44.173 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.174 | 2017-02-10 12:58:44.173 INFO migrate.versioning.api [-] 52 -> 53...
2017-02-10 04:58:44.222 | 2017-02-10 12:58:44.222 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.223 | 2017-02-10 12:58:44.222 INFO migrate.versioning.api [-] 53 -> 54...
2017-02-10 04:58:44.248 | 2017-02-10 12:58:44.248 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.248 | 2017-02-10 12:58:44.248 INFO migrate.versioning.api [-] 54 -> 55...
2017-02-10 04:58:44.289 | 2017-02-10 12:58:44.289 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.289 | 2017-02-10 12:58:44.289 INFO migrate.versioning.api [-] 55 -> 56...
2017-02-10 04:58:44.333 | 2017-02-10 12:58:44.333 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.333 | 2017-02-10 12:58:44.333 INFO migrate.versioning.api [-] 56 -> 57...
2017-02-10 04:58:44.497 | 2017-02-10 12:58:44.497 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.497 | 2017-02-10 12:58:44.497 INFO migrate.versioning.api [-] 57 -> 58...
2017-02-10 04:58:44.528 | 2017-02-10 12:58:44.528 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.528 | 2017-02-10 12:58:44.528 INFO migrate.versioning.api [-] 58 -> 59...
2017-02-10 04:58:44.549 | 2017-02-10 12:58:44.549 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.549 | 2017-02-10 12:58:44.549 INFO migrate.versioning.api [-] 59 -> 60...
2017-02-10 04:58:44.613 | 2017-02-10 12:58:44.613 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.613 | 2017-02-10 12:58:44.613 INFO migrate.versioning.api [-] 60 -> 61...
2017-02-10 04:58:44.656 | 2017-02-10 12:58:44.656 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.656 | 2017-02-10 12:58:44.656 INFO migrate.versioning.api [-] 61 -> 62...
2017-02-10 04:58:44.677 | 2017-02-10 12:58:44.677 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.677 | 2017-02-10 12:58:44.677 INFO migrate.versioning.api [-] 62 -> 63...
2017-02-10 04:58:44.706 | 2017-02-10 12:58:44.706 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.706 | 2017-02-10 12:58:44.706 INFO migrate.versioning.api [-] 63 -> 64...
2017-02-10 04:58:44.734 | 2017-02-10 12:58:44.733 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.735 | 2017-02-10 12:58:44.734 INFO migrate.versioning.api [-] 64 -> 65...
2017-02-10 04:58:44.778 | 2017-02-10 12:58:44.778 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.779 | 2017-02-10 12:58:44.778 INFO migrate.versioning.api [-] 65 -> 66...
2017-02-10 04:58:44.785 | 2017-02-10 12:58:44.785 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.786 | 2017-02-10 12:58:44.785 INFO migrate.versioning.api [-] 66 -> 67...
2017-02-10 04:58:44.791 | 2017-02-10 12:58:44.791 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.791 | 2017-02-10 12:58:44.791 INFO migrate.versioning.api [-] 67 -> 68...
2017-02-10 04:58:44.797 | 2017-02-10 12:58:44.797 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.798 | 2017-02-10 12:58:44.798 INFO migrate.versioning.api [-] 68 -> 69...
2017-02-10 04:58:44.803 | 2017-02-10 12:58:44.803 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.805 | 2017-02-10 12:58:44.805 INFO migrate.versioning.api [-] 69 -> 70...
2017-02-10 04:58:44.809 | 2017-02-10 12:58:44.809 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.810 | 2017-02-10 12:58:44.810 INFO migrate.versioning.api [-] 70 -> 71...
2017-02-10 04:58:44.839 | 2017-02-10 12:58:44.839 INFO migrate.versioning.api [-] done
2017-02-10 04:58:44.894 | +lib/heat:init_heat:244                    create_heat_cache_dir
2017-02-10 04:58:44.898 | +lib/heat:create_heat_cache_dir:250        sudo install -d -o stack /var/cache/heat
2017-02-10 04:58:44.929 | +./stack.sh:main:1266                      echo_summary 'Starting Heat'
2017-02-10 04:58:44.934 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:58:44.937 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:58:44.945 | +./stack.sh:echo_summary:385               echo -e Starting Heat
2017-02-10 04:58:44.948 | +./stack.sh:main:1267                      start_heat
2017-02-10 04:58:44.952 | +lib/heat:start_heat:282                   run_process h-eng '/usr/local/bin/heat-engine --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:44.956 | +functions-common:run_process:1459         local service=h-eng
2017-02-10 04:58:44.961 | +functions-common:run_process:1460         local 'command=/usr/local/bin/heat-engine --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:44.967 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:44.971 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:44.975 | +functions-common:run_process:1464         local name=h-eng
2017-02-10 04:58:44.977 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:44.981 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:44.986 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:44.994 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:45.000 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:45.005 | +functions-common:time_start:2338          START_TIME[$name]=1486702725
2017-02-10 04:58:45.009 | +functions-common:run_process:1467         is_service_enabled h-eng
2017-02-10 04:58:45.036 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:45.039 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:58:45.042 | +functions-common:run_process:1469         screen_process h-eng '/usr/local/bin/heat-engine --config-file=/etc/heat/heat.conf' ''
2017-02-10 04:58:45.046 | +functions-common:screen_process:1485      local name=h-eng
2017-02-10 04:58:45.050 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/heat-engine --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:45.053 | +functions-common:screen_process:1487      local group=
2017-02-10 04:58:45.059 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:58:45.063 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:58:45.068 | +functions-common:screen_process:1492      screen -S stack -X screen -t h-eng
2017-02-10 04:58:45.076 | +functions-common:screen_process:1494      local logfile=h-eng.log.2017-02-10-124752
2017-02-10 04:58:45.085 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/h-eng.log.2017-02-10-124752
2017-02-10 04:58:45.090 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:58:45.090 | LOGDIR: /opt/stack/logs
2017-02-10 04:58:45.100 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:58:45.100 | SCREEN_LOGDIR:
2017-02-10 04:58:45.105 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/h-eng.log.2017-02-10-124752'
2017-02-10 04:58:45.105 | log: /opt/stack/logs/h-eng.log.2017-02-10-124752
2017-02-10 04:58:45.108 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:58:45.112 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:58:45.116 | +functions-common:screen_process:1501      screen -S stack -p h-eng -X logfile /opt/stack/logs/h-eng.log.2017-02-10-124752
2017-02-10 04:58:45.122 | +functions-common:screen_process:1502      screen -S stack -p h-eng -X log on
2017-02-10 04:58:45.127 | +functions-common:screen_process:1505      touch /opt/stack/logs/h-eng.log.2017-02-10-124752
2017-02-10 04:58:45.135 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''h-eng.log.2017-02-10-124752'\'' h-eng.log'
2017-02-10 04:58:45.140 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:58:45.145 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:58:48.153 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:58:48.157 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:58:48.162 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:58:48.169 | +functions-common:screen_process:1538      screen_rc h-eng '/usr/local/bin/heat-engine --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:48.175 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:58:48.179 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:58:48.184 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:58:48.189 | +functions-common:screen_rc:1559           grep h-eng /opt/devstack/stack-screenrc
2017-02-10 04:58:48.197 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:58:48.203 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:58:48.209 | +functions-common:screen_rc:1561           echo 'screen -t h-eng bash'
"'17-02-10 04:58:48.213 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/heat-engine --config-file=/etc/heat/heat.conf
2017-02-10 04:58:48.221 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:58:48.225 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:58:48.229 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/h-eng.log.2017-02-10-124752'
2017-02-10 04:58:48.235 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:58:48.240 | +functions-common:screen_process:1540      screen -S stack -p h-eng -X stuff '/usr/local/bin/heat-engine --config-file=/etc/heat/hea'.conf & echo $! >/opt/stack/status/stack/h-eng.pid; fg || echo "h-eng failed to start" | tee "/opt/stack/status/stack/h-eng.failure"
2017-02-10 04:58:48.248 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:48.250 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:48.255 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:48.266 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:48.272 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:48.277 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:48.282 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:48.287 | +functions-common:time_stop:2354           start_time=1486702725
2017-02-10 04:58:48.290 | +functions-common:time_stop:2356           [[ -z 1486702725 ]]
2017-02-10 04:58:48.303 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:48.308 | +functions-common:time_stop:2359           end_time=1486702728
2017-02-10 04:58:48.312 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:58:48.315 | +functions-common:time_stop:2361           total=73
2017-02-10 04:58:48.318 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:48.323 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=76
2017-02-10 04:58:48.326 | +lib/heat:start_heat:285                   local enabled_site_file
2017-02-10 04:58:48.331 | ++lib/heat:start_heat:286                   apache_site_config_for heat-api
2017-02-10 04:58:48.337 | ++lib/apache:apache_site_config_for:119     local site=heat-api
2017-02-10 04:58:48.341 | ++lib/apache:apache_site_config_for:120     is_ubuntu
2017-02-10 04:58:48.346 | ++functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:58:48.351 | ++functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:58:48.355 | ++lib/apache:apache_site_config_for:121     local apache_version
2017-02-10 04:58:48.364 | +++lib/apache:apache_site_config_for:122     get_apache_version
2017-02-10 04:58:48.370 | +++lib/apache:get_apache_version:74          is_ubuntu
2017-02-10 04:58:48.376 | +++functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:58:48.380 | +++functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:58:48.384 | +++lib/apache:get_apache_version:75          local version_str
2017-02-10 04:58:48.401 | ++++lib/apache:get_apache_version:76          cut -f2 -d/
2017-02-10 04:58:48.403 | ++++lib/apache:get_apache_version:76          awk '/Server version/ {print $3}'
2017-02-10 04:58:48.405 | ++++lib/apache:get_apache_version:76          sudo /usr/sbin/apache2ctl -v
2017-02-10 04:58:48.479 | +++lib/apache:get_apache_version:76          version_str=2.4.7
2017-02-10 04:58:48.482 | +++lib/apache:get_apache_version:86          [[ 2.4.7 =~ ^2\.2\. ]]
2017-02-10 04:58:48.487 | +++lib/apache:get_apache_version:88          [[ 2.4.7 =~ ^2\.4\. ]]
2017-02-10 04:58:48.491 | +++lib/apache:get_apache_version:89          echo 2.4
2017-02-10 04:58:48.495 | ++lib/apache:apache_site_config_for:122     apache_version=2.4
2017-02-10 04:58:48.502 | ++lib/apache:apache_site_config_for:123     [[ 2.4 == \2\.\2 ]]
2017-02-10 04:58:48.510 | ++lib/apache:apache_site_config_for:128     echo /etc/apache2/sites-available/heat-api.conf
2017-02-10 04:58:48.514 | +lib/heat:start_heat:286                   enabled_site_file=/etc/apache2/sites-available/heat-api.conf
2017-02-10 04:58:48.521 | +lib/heat:start_heat:287                   '[' -f /etc/apache2/sites-available/heat-api.conf ']'
2017-02-10 04:58:48.525 | +lib/heat:start_heat:296                   run_process h-api '/usr/local/bin/heat-api --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:48.528 | +functions-common:run_process:1459         local service=h-api
2017-02-10 04:58:48.530 | +functions-common:run_process:1460         local 'command=/usr/local/bin/heat-api --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:48.534 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:48.538 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:48.541 | +functions-common:run_process:1464         local name=h-api
2017-02-10 04:58:48.544 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:48.548 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:48.551 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:48.554 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:48.560 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:48.565 | +functions-common:time_start:2338          START_TIME[$name]=1486702728
2017-02-10 04:58:48.570 | +functions-common:run_process:1467         is_service_enabled h-api
2017-02-10 04:58:48.593 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:48.597 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:58:48.600 | +functions-common:run_process:1469         screen_process h-api '/usr/local/bin/heat-api --config-file=/etc/heat/heat.conf' ''
2017-02-10 04:58:48.604 | +functions-common:screen_process:1485      local name=h-api
2017-02-10 04:58:48.608 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/heat-api --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:48.612 | +functions-common:screen_process:1487      local group=
2017-02-10 04:58:48.617 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:58:48.622 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:58:48.625 | +functions-common:screen_process:1492      screen -S stack -X screen -t h-api
2017-02-10 04:58:48.630 | +functions-common:screen_process:1494      local logfile=h-api.log.2017-02-10-124752
2017-02-10 04:58:48.633 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/h-api.log.2017-02-10-124752
2017-02-10 04:58:48.637 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:58:48.637 | LOGDIR: /opt/stack/logs
2017-02-10 04:58:48.641 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:58:48.641 | SCREEN_LOGDIR:
2017-02-10 04:58:48.644 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/h-api.log.2017-02-10-124752'
2017-02-10 04:58:48.644 | log: /opt/stack/logs/h-api.log.2017-02-10-124752
2017-02-10 04:58:48.648 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:58:48.651 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:58:48.655 | +functions-common:screen_process:1501      screen -S stack -p h-api -X logfile /opt/stack/logs/h-api.log.2017-02-10-124752
2017-02-10 04:58:48.661 | +functions-common:screen_process:1502      screen -S stack -p h-api -X log on
2017-02-10 04:58:48.669 | +functions-common:screen_process:1505      touch /opt/stack/logs/h-api.log.2017-02-10-124752
2017-02-10 04:58:48.674 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''h-api.log.2017-02-10-124752'\'' h-api.log'
2017-02-10 04:58:48.679 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:58:48.682 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:58:51.689 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:58:51.696 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:58:51.701 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:58:51.706 | +functions-common:screen_process:1538      screen_rc h-api '/usr/local/bin/heat-api --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:51.714 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:58:51.722 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:58:51.725 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:58:51.730 | +functions-common:screen_rc:1559           grep h-api /opt/devstack/stack-screenrc
2017-02-10 04:58:51.737 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:58:51.742 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:58:51.747 | +functions-common:screen_rc:1561           echo 'screen -t h-api bash'
"'17-02-10 04:58:51.753 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/heat-api --config-file=/etc/heat/heat.conf
2017-02-10 04:58:51.759 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:58:51.764 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:58:51.770 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/h-api.log.2017-02-10-124752'
2017-02-10 04:58:51.776 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:58:51.781 | +functions-common:screen_process:1540      screen -S stack -p h-api -X stuff '/usr/local/bin/heat-api --config-file=/etc/heat/heat.c'nf & echo $! >/opt/stack/status/stack/h-api.pid; fg || echo "h-api failed to start" | tee "/opt/stack/status/stack/h-api.failure"
2017-02-10 04:58:51.788 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:51.794 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:51.800 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:51.804 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:51.811 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:51.816 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:51.824 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:51.830 | +functions-common:time_stop:2354           start_time=1486702728
2017-02-10 04:58:51.833 | +functions-common:time_stop:2356           [[ -z 1486702728 ]]
2017-02-10 04:58:51.847 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:51.848 | +functions-common:time_stop:2359           end_time=1486702731
2017-02-10 04:58:51.852 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:58:51.860 | +functions-common:time_stop:2361           total=76
2017-02-10 04:58:51.863 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:51.867 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=79
2017-02-10 04:58:51.875 | +lib/heat:start_heat:297                   run_process h-api-cfn '/usr/local/bin/heat-api-cfn --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:51.878 | +functions-common:run_process:1459         local service=h-api-cfn
2017-02-10 04:58:51.882 | +functions-common:run_process:1460         local 'command=/usr/local/bin/heat-api-cfn --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:51.885 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:51.889 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:51.893 | +functions-common:run_process:1464         local name=h-api-cfn
2017-02-10 04:58:51.896 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:51.900 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:51.903 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:51.911 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:51.916 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:51.922 | +functions-common:time_start:2338          START_TIME[$name]=1486702731
2017-02-10 04:58:51.926 | +functions-common:run_process:1467         is_service_enabled h-api-cfn
2017-02-10 04:58:51.949 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:51.952 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:58:51.956 | +functions-common:run_process:1469         screen_process h-api-cfn '/usr/local/bin/heat-api-cfn --config-file=/etc/heat/heat.conf' ''
2017-02-10 04:58:51.961 | +functions-common:screen_process:1485      local name=h-api-cfn
2017-02-10 04:58:51.964 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/heat-api-cfn --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:51.967 | +functions-common:screen_process:1487      local group=
2017-02-10 04:58:51.973 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:58:51.976 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:58:51.979 | +functions-common:screen_process:1492      screen -S stack -X screen -t h-api-cfn
2017-02-10 04:58:51.984 | +functions-common:screen_process:1494      local logfile=h-api-cfn.log.2017-02-10-124752
2017-02-10 04:58:51.988 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/h-api-cfn.log.2017-02-10-124752
2017-02-10 04:58:51.992 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:58:51.992 | LOGDIR: /opt/stack/logs
2017-02-10 04:58:51.994 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:58:51.994 | SCREEN_LOGDIR:
2017-02-10 04:58:51.997 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/h-api-cfn.log.2017-02-10-124752'
2017-02-10 04:58:51.997 | log: /opt/stack/logs/h-api-cfn.log.2017-02-10-124752
2017-02-10 04:58:52.001 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:58:52.004 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:58:52.009 | +functions-common:screen_process:1501      screen -S stack -p h-api-cfn -X logfile /opt/stack/logs/h-api-cfn.log.2017-02-10-124752
2017-02-10 04:58:52.014 | +functions-common:screen_process:1502      screen -S stack -p h-api-cfn -X log on
2017-02-10 04:58:52.020 | +functions-common:screen_process:1505      touch /opt/stack/logs/h-api-cfn.log.2017-02-10-124752
2017-02-10 04:58:52.025 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''h-api-cfn.log.2017-02-10-124752'\'' h-api-cfn.log'
2017-02-10 04:58:52.030 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:58:52.033 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:58:55.057 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:58:55.061 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:58:55.066 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:58:55.073 | +functions-common:screen_process:1538      screen_rc h-api-cfn '/usr/local/bin/heat-api-cfn --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:55.078 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:58:55.085 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:58:55.089 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:58:55.095 | +functions-common:screen_rc:1559           grep h-api-cfn /opt/devstack/stack-screenrc
2017-02-10 04:58:55.110 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:58:55.114 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:58:55.118 | +functions-common:screen_rc:1561           echo 'screen -t h-api-cfn bash'
"'17-02-10 04:58:55.124 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/heat-api-cfn --config-file=/etc/heat/heat.conf
2017-02-10 04:58:55.130 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:58:55.133 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:58:55.138 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/h-api-cfn.log.2017-02-10-124752'
2017-02-10 04:58:55.141 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:58:55.145 | +functions-common:screen_process:1540      screen -S stack -p h-api-cfn -X stuff '/usr/local/bin/heat-api-cfn --config-file=/etc/hea'/heat.conf & echo $! >/opt/stack/status/stack/h-api-cfn.pid; fg || echo "h-api-cfn failed to start" | tee "/opt/stack/status/stack/h-api-cfn.failure"
2017-02-10 04:58:55.160 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:55.170 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:55.180 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:55.185 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:55.193 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:55.197 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:55.200 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:55.203 | +functions-common:time_stop:2354           start_time=1486702731
2017-02-10 04:58:55.207 | +functions-common:time_stop:2356           [[ -z 1486702731 ]]
2017-02-10 04:58:55.218 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:55.224 | +functions-common:time_stop:2359           end_time=1486702735
2017-02-10 04:58:55.228 | +functions-common:time_stop:2360           elapsed_time=4
2017-02-10 04:58:55.236 | +functions-common:time_stop:2361           total=79
2017-02-10 04:58:55.241 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:55.245 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=83
2017-02-10 04:58:55.251 | +lib/heat:start_heat:298                   run_process h-api-cw '/usr/local/bin/heat-api-cloudwatch --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:55.256 | +functions-common:run_process:1459         local service=h-api-cw
2017-02-10 04:58:55.261 | +functions-common:run_process:1460         local 'command=/usr/local/bin/heat-api-cloudwatch --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:55.265 | +functions-common:run_process:1461         local group=
2017-02-10 04:58:55.274 | +functions-common:run_process:1462         local subservice=
2017-02-10 04:58:55.280 | +functions-common:run_process:1464         local name=h-api-cw
2017-02-10 04:58:55.285 | +functions-common:run_process:1466         time_start run_process
2017-02-10 04:58:55.292 | +functions-common:time_start:2333          local name=run_process
2017-02-10 04:58:55.298 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:58:55.306 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:58:55.320 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:58:55.333 | +functions-common:time_start:2338          START_TIME[$name]=1486702735
2017-02-10 04:58:55.333 | +functions-common:run_process:1467         is_service_enabled h-api-cw
2017-02-10 04:58:55.365 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:55.370 | +functions-common:run_process:1468         [[ True = \T\r\u\e ]]
2017-02-10 04:58:55.374 | +functions-common:run_process:1469         screen_process h-api-cw '/usr/local/bin/heat-api-cloudwatch --config-file=/etc/heat/heat.conf' ''
2017-02-10 04:58:55.377 | +functions-common:screen_process:1485      local name=h-api-cw
2017-02-10 04:58:55.382 | +functions-common:screen_process:1486      local 'command=/usr/local/bin/heat-api-cloudwatch --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:55.385 | +functions-common:screen_process:1487      local group=
2017-02-10 04:58:55.388 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:58:55.392 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:58:55.395 | +functions-common:screen_process:1492      screen -S stack -X screen -t h-api-cw
2017-02-10 04:58:55.407 | +functions-common:screen_process:1494      local logfile=h-api-cw.log.2017-02-10-124752
2017-02-10 04:58:55.415 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/h-api-cw.log.2017-02-10-124752
2017-02-10 04:58:55.420 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:58:55.421 | LOGDIR: /opt/stack/logs
2017-02-10 04:58:55.425 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:58:55.425 | SCREEN_LOGDIR:
2017-02-10 04:58:55.428 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/h-api-cw.log.2017-02-10-124752'
2017-02-10 04:58:55.428 | log: /opt/stack/logs/h-api-cw.log.2017-02-10-124752
2017-02-10 04:58:55.432 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:58:55.435 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:58:55.438 | +functions-common:screen_process:1501      screen -S stack -p h-api-cw -X logfile /opt/stack/logs/h-api-cw.log.2017-02-10-124752
2017-02-10 04:58:55.446 | +functions-common:screen_process:1502      screen -S stack -p h-api-cw -X log on
2017-02-10 04:58:55.450 | +functions-common:screen_process:1505      touch /opt/stack/logs/h-api-cw.log.2017-02-10-124752
2017-02-10 04:58:55.460 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''h-api-cw.log.2017-02-10-124752'\'' h-api-cw.log'
2017-02-10 04:58:55.465 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:58:55.471 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:58:58.480 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:58:58.487 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:58:58.492 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:58:58.499 | +functions-common:screen_process:1538      screen_rc h-api-cw '/usr/local/bin/heat-api-cloudwatch --config-file=/etc/heat/heat.conf'
2017-02-10 04:58:58.503 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:58:58.509 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:58:58.513 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:58:58.520 | +functions-common:screen_rc:1559           grep h-api-cw /opt/devstack/stack-screenrc
2017-02-10 04:58:58.528 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:58:58.535 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:58:58.540 | +functions-common:screen_rc:1561           echo 'screen -t h-api-cw bash'
"'17-02-10 04:58:58.546 | +functions-common:screen_rc:1562           echo 'stuff "/usr/local/bin/heat-api-cloudwatch --config-file=/etc/heat/heat.conf
2017-02-10 04:58:58.550 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:58:58.554 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:58:58.559 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/h-api-cw.log.2017-02-10-124752'
2017-02-10 04:58:58.565 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:58:58.572 | +functions-common:screen_process:1540      screen -S stack -p h-api-cw -X stuff '/usr/local/bin/heat-api-cloudwatch --config-file=/e'c/heat/heat.conf & echo $! >/opt/stack/status/stack/h-api-cw.pid; fg || echo "h-api-cw failed to start" | tee "/opt/stack/status/stack/h-api-cw.failure"
2017-02-10 04:58:58.579 | +functions-common:run_process:1475         time_stop run_process
2017-02-10 04:58:58.584 | +functions-common:time_stop:2347           local name
2017-02-10 04:58:58.589 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:58:58.599 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:58:58.602 | +functions-common:time_stop:2350           local total
2017-02-10 04:58:58.609 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:58:58.614 | +functions-common:time_stop:2353           name=run_process
2017-02-10 04:58:58.620 | +functions-common:time_stop:2354           start_time=1486702735
2017-02-10 04:58:58.625 | +functions-common:time_stop:2356           [[ -z 1486702735 ]]
2017-02-10 04:58:58.631 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:58:58.635 | +functions-common:time_stop:2359           end_time=1486702738
2017-02-10 04:58:58.638 | +functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:58:58.644 | +functions-common:time_stop:2361           total=83
2017-02-10 04:58:58.648 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:58:58.653 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=86
2017-02-10 04:58:58.657 | +./stack.sh:main:1268                      '[' '' = True ']'
2017-02-10 04:58:58.663 | +./stack.sh:main:1274                      is_service_enabled horizon
2017-02-10 04:58:58.690 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:58:58.695 | +./stack.sh:main:1275                      echo_summary 'Starting Horizon'
2017-02-10 04:58:58.698 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:58:58.701 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:58:58.705 | +./stack.sh:echo_summary:385               echo -e Starting Horizon
2017-02-10 04:58:58.711 | +./stack.sh:main:1276                      init_horizon
2017-02-10 04:58:58.715 | +lib/horizon:init_horizon:140              sudo rm -f '/var/log/apache2/horizon_*'
2017-02-10 04:58:58.772 | +lib/horizon:init_horizon:143              local django_admin
2017-02-10 04:58:58.776 | +lib/horizon:init_horizon:144              type -p django-admin
2017-02-10 04:58:58.780 | +lib/horizon:init_horizon:145              django_admin=django-admin
2017-02-10 04:58:58.784 | +lib/horizon:init_horizon:151              DJANGO_SETTINGS_MODULE=openstack_dashboard.settings
2017-02-10 04:58:58.788 | +lib/horizon:init_horizon:151              django-admin collectstatic --noinput
2017-02-10 04:59:00.703 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/angular-csp.css'
2017-02-10 04:59:00.703 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/angular-scenario.js'
2017-02-10 04:59:00.703 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/angular-aria.js'
2017-02-10 04:59:00.703 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/angular-sanitize.js'
2017-02-10 04:59:00.703 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/angular-messages.js'
2017-02-10 04:59:00.703 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/angular-animate.js'
2017-02-10 04:59:00.703 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/angular-loader.js'
2017-02-10 04:59:00.703 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/angular-mocks.js'
2017-02-10 04:59:00.703 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/angular-touch.js'
2017-02-10 04:59:00.703 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/angular-resource.js'
2017-02-10 04:59:00.703 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/errors.json'
2017-02-10 04:59:00.703 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/version.json'
2017-02-10 04:59:00.703 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/version.txt'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/angular.js'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/angular-route.js'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular/data/angular-cookies.js'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_bootstrap/data/angular-bootstrap.js'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_gettext/data/angular-gettext.js'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_lrdragndrop/data/lrdragndrop.js'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/readme.md'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/changeLog.md'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/gulpFile.js'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/smart-table.js'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/package.json'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/smart-table.debug.js'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/bower.json'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/smart-table.min.js'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/dist/smart-table.debug.js'
2017-02-10 04:59:00.704 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/dist/smart-table.min.js'
2017-02-10 04:59:00.705 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/src/smart-table.module.js'
2017-02-10 04:59:00.705 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/src/stTable.js'
2017-02-10 04:59:00.705 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/src/stSelectRow.js'
2017-02-10 04:59:00.705 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/src/bottom.txt'
2017-02-10 04:59:00.705 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/src/top.txt'
2017-02-10 04:59:00.705 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/src/stPipe.js'
2017-02-10 04:59:00.705 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/src/stSearch.js'
2017-02-10 04:59:00.705 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/src/stSort.js'
2017-02-10 04:59:00.705 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/angular_smart_table/data/src/stPagination.js'
2017-02-10 04:59:00.705 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/datepicker.css'
2017-02-10 04:59:00.705 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/bootstrap-datepicker.js'
2017-02-10 04:59:00.705 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/datepicker3.css'
2017-02-10 04:59:00.727 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.rs.js'
2017-02-10 04:59:00.728 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.hu.js'
2017-02-10 04:59:00.728 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.sk.js'
2017-02-10 04:59:00.728 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.lt.js'
2017-02-10 04:59:00.728 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.kk.js'
2017-02-10 04:59:00.728 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.nb.js'
2017-02-10 04:59:00.728 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.et.js'
2017-02-10 04:59:00.728 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.gl.js'
2017-02-10 04:59:00.728 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.ro.js'
2017-02-10 04:59:00.728 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.ms.js'
2017-02-10 04:59:00.728 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.no.js'
2017-02-10 04:59:00.728 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.ua.js'
2017-02-10 04:59:00.728 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.zh-TW.js'
2017-02-10 04:59:00.728 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.zh-CN.js'
2017-02-10 04:59:00.728 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.rs-latin.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.cs.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.sl.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.bg.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.nl.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.id.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.pt-BR.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.tr.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.el.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.sv.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.vi.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.pl.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.ka.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.ja.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.az.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.ru.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.hr.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.sq.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.ca.js'
2017-02-10 04:59:00.729 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.da.js'
2017-02-10 04:59:00.776 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.fr.js'
2017-02-10 04:59:00.776 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.nl-BE.js'
2017-02-10 04:59:00.776 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.sw.js'
2017-02-10 04:59:00.776 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.fi.js'
2017-02-10 04:59:00.776 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.th.js'
2017-02-10 04:59:00.776 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.es.js'
2017-02-10 04:59:00.777 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.he.js'
2017-02-10 04:59:00.777 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.lv.js'
2017-02-10 04:59:00.777 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.ar.js'
2017-02-10 04:59:00.777 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.pt.js'
2017-02-10 04:59:00.777 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.fa.js'
2017-02-10 04:59:00.777 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.is.js'
2017-02-10 04:59:00.777 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.mk.js'
2017-02-10 04:59:00.777 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.kr.js'
2017-02-10 04:59:00.777 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.cy.js'
2017-02-10 04:59:00.777 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.it.js'
2017-02-10 04:59:00.777 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.de.js'
2017-02-10 04:59:00.777 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/_bootstrap-compass.scss'
2017-02-10 04:59:00.778 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/_bootstrap-sprockets.scss'
2017-02-10 04:59:00.778 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap.scss'
2017-02-10 04:59:00.778 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/_bootstrap-mincer.scss'
2017-02-10 04:59:00.778 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_close.scss'
2017-02-10 04:59:00.778 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_dropdowns.scss'
2017-02-10 04:59:00.778 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_scaffolding.scss'
2017-02-10 04:59:00.778 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_pager.scss'
2017-02-10 04:59:00.778 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_wells.scss'
2017-02-10 04:59:00.778 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_responsive-utilities.scss'
2017-02-10 04:59:00.778 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_utilities.scss'
2017-02-10 04:59:00.778 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_responsive-embed.scss'
2017-02-10 04:59:00.778 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_labels.scss'
2017-02-10 04:59:00.779 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_panels.scss'
2017-02-10 04:59:00.779 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_buttons.scss'
2017-02-10 04:59:00.779 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_jumbotron.scss'
2017-02-10 04:59:00.779 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_pagination.scss'
2017-02-10 04:59:00.779 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_button-groups.scss'
2017-02-10 04:59:00.810 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_thumbnails.scss'
2017-02-10 04:59:00.810 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_popovers.scss'
2017-02-10 04:59:00.810 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_tooltip.scss'
2017-02-10 04:59:00.810 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_modals.scss'
2017-02-10 04:59:00.811 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_badges.scss'
2017-02-10 04:59:00.811 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_list-group.scss'
2017-02-10 04:59:00.811 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_navbar.scss'
2017-02-10 04:59:00.811 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_alerts.scss'
2017-02-10 04:59:00.811 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_glyphicons.scss'
2017-02-10 04:59:00.811 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_print.scss'
2017-02-10 04:59:00.811 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_theme.scss'
2017-02-10 04:59:00.811 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_type.scss'
2017-02-10 04:59:00.811 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_carousel.scss'
2017-02-10 04:59:00.811 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_input-groups.scss'
2017-02-10 04:59:00.811 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_variables.scss'
2017-02-10 04:59:00.811 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_tables.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/bootstrap.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_grid.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_progress-bars.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_code.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_media.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_component-animations.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_forms.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_mixins.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_breadcrumbs.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_navs.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_normalize.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_background-variant.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_opacity.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_text-overflow.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_hide-text.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_clearfix.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_tab-focus.scss'
2017-02-10 04:59:00.812 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_labels.scss'
2017-02-10 04:59:00.813 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_panels.scss'
2017-02-10 04:59:00.813 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_buttons.scss'
2017-02-10 04:59:00.855 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_grid-framework.scss'
2017-02-10 04:59:00.855 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_pagination.scss'
2017-02-10 04:59:00.855 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_image.scss'
2017-02-10 04:59:00.855 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_list-group.scss'
2017-02-10 04:59:00.855 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_alerts.scss'
2017-02-10 04:59:00.855 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_progress-bar.scss'
2017-02-10 04:59:00.855 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_center-block.scss'
2017-02-10 04:59:00.855 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_size.scss'
2017-02-10 04:59:00.855 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_responsive-visibility.scss'
2017-02-10 04:59:00.855 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_nav-divider.scss'
2017-02-10 04:59:00.855 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_border-radius.scss'
2017-02-10 04:59:00.856 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_reset-filter.scss'
2017-02-10 04:59:00.856 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_grid.scss'
2017-02-10 04:59:00.856 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_vendor-prefixes.scss'
2017-02-10 04:59:00.856 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_forms.scss'
2017-02-10 04:59:00.856 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_gradients.scss'
2017-02-10 04:59:00.856 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_text-emphasis.scss'
2017-02-10 04:59:00.856 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_nav-vertical-align.scss'
2017-02-10 04:59:00.857 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_resize.scss'
2017-02-10 04:59:00.858 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_table-row.scss'
2017-02-10 04:59:00.858 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/fonts/bootstrap/glyphicons-halflings-regular.woff'
2017-02-10 04:59:00.858 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/fonts/bootstrap/glyphicons-halflings-regular.ttf'
2017-02-10 04:59:00.858 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/fonts/bootstrap/glyphicons-halflings-regular.svg'
2017-02-10 04:59:00.858 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/fonts/bootstrap/glyphicons-halflings-regular.eot'
2017-02-10 04:59:00.858 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/js/bootstrap.js'
2017-02-10 04:59:00.858 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/js/bootstrap-sprockets.js'
2017-02-10 04:59:00.859 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/js/bootstrap/tooltip.js'
2017-02-10 04:59:00.859 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/js/bootstrap/button.js'
2017-02-10 04:59:00.859 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/js/bootstrap/dropdown.js'
2017-02-10 04:59:00.859 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/js/bootstrap/scrollspy.js'
2017-02-10 04:59:00.859 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/js/bootstrap/alert.js'
2017-02-10 04:59:00.859 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/js/bootstrap/tab.js'
2017-02-10 04:59:00.860 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/js/bootstrap/carousel.js'
2017-02-10 04:59:00.860 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/js/bootstrap/modal.js'
2017-02-10 04:59:00.860 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/js/bootstrap/affix.js'
2017-02-10 04:59:00.956 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/js/bootstrap/transition.js'
2017-02-10 04:59:00.958 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/js/bootstrap/popover.js'
2017-02-10 04:59:00.958 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootstrap_scss/data/js/bootstrap/collapse.js'
2017-02-10 04:59:00.958 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/LICENSE'
2017-02-10 04:59:00.958 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cyborg/bootstrap.css'
2017-02-10 04:59:00.958 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cyborg/bootstrap.min.css'
2017-02-10 04:59:00.958 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cyborg/_variables.scss'
2017-02-10 04:59:00.958 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cyborg/variables.less'
2017-02-10 04:59:00.959 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cyborg/_bootswatch.scss'
2017-02-10 04:59:00.959 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cyborg/thumbnail.png'
2017-02-10 04:59:00.959 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cyborg/bootswatch.less'
2017-02-10 04:59:00.959 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/united/bootstrap.css'
2017-02-10 04:59:00.959 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/united/bootstrap.min.css'
2017-02-10 04:59:00.959 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/united/_variables.scss'
2017-02-10 04:59:00.960 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/united/variables.less'
2017-02-10 04:59:00.960 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/united/_bootswatch.scss'
2017-02-10 04:59:00.960 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/united/thumbnail.png'
2017-02-10 04:59:00.960 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/united/bootswatch.less'
2017-02-10 04:59:00.960 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/darkly/bootstrap.css'
2017-02-10 04:59:00.960 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/darkly/bootstrap.min.css'
2017-02-10 04:59:00.960 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/darkly/_variables.scss'
2017-02-10 04:59:00.960 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/darkly/variables.less'
2017-02-10 04:59:00.960 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/darkly/_bootswatch.scss'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/darkly/thumbnail.png'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/darkly/bootswatch.less'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/lumen/bootstrap.css'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/lumen/bootstrap.min.css'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/lumen/_variables.scss'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/lumen/variables.less'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/lumen/_bootswatch.scss'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/lumen/thumbnail.png'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/lumen/bootswatch.less'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/slate/bootstrap.css'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/slate/bootstrap.min.css'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/slate/_variables.scss'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/slate/variables.less'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/slate/_bootswatch.scss'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/slate/thumbnail.png'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/slate/bootswatch.less'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/spacelab/bootstrap.css'
2017-02-10 04:59:00.961 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/spacelab/bootstrap.min.css'
2017-02-10 04:59:01.064 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/spacelab/_variables.scss'
2017-02-10 04:59:01.065 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/spacelab/variables.less'
2017-02-10 04:59:01.065 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/spacelab/_bootswatch.scss'
2017-02-10 04:59:01.065 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/spacelab/thumbnail.png'
2017-02-10 04:59:01.065 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/spacelab/bootswatch.less'
2017-02-10 04:59:01.065 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/fonts/glyphicons-halflings-regular.woff'
2017-02-10 04:59:01.065 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/fonts/glyphicons-halflings-regular.woff2'
2017-02-10 04:59:01.065 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/fonts/glyphicons-halflings-regular.ttf'
2017-02-10 04:59:01.065 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/fonts/glyphicons-halflings-regular.svg'
2017-02-10 04:59:01.065 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/fonts/glyphicons-halflings-regular.eot'
2017-02-10 04:59:01.065 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/sandstone/bootstrap.css'
2017-02-10 04:59:01.065 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/sandstone/bootstrap.min.css'
2017-02-10 04:59:01.065 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/sandstone/_variables.scss'
2017-02-10 04:59:01.065 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/sandstone/variables.less'
2017-02-10 04:59:01.066 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/sandstone/_bootswatch.scss'
2017-02-10 04:59:01.066 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/sandstone/thumbnail.png'
2017-02-10 04:59:01.066 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/sandstone/bootswatch.less'
2017-02-10 04:59:01.066 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/readable/bootstrap.css'
2017-02-10 04:59:01.066 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/readable/bootstrap.min.css'
2017-02-10 04:59:01.066 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/readable/_variables.scss'
2017-02-10 04:59:01.066 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/readable/variables.less'
2017-02-10 04:59:01.066 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/readable/_bootswatch.scss'
2017-02-10 04:59:01.066 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/readable/thumbnail.png'
2017-02-10 04:59:01.067 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/readable/bootswatch.less'
2017-02-10 04:59:01.067 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/paper/bootstrap.css'
2017-02-10 04:59:01.067 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/paper/bootstrap.min.css'
2017-02-10 04:59:01.067 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/paper/_variables.scss'
2017-02-10 04:59:01.067 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/paper/variables.less'
2017-02-10 04:59:01.067 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/paper/_bootswatch.scss'
2017-02-10 04:59:01.067 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/paper/thumbnail.png'
2017-02-10 04:59:01.067 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/paper/bootswatch.less'
2017-02-10 04:59:01.067 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/superhero/bootstrap.css'
2017-02-10 04:59:01.067 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/superhero/bootstrap.min.css'
2017-02-10 04:59:01.067 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/superhero/_variables.scss'
2017-02-10 04:59:01.067 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/superhero/variables.less'
2017-02-10 04:59:01.067 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/superhero/_bootswatch.scss'
2017-02-10 04:59:01.068 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/superhero/thumbnail.png'
2017-02-10 04:59:01.068 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/superhero/bootswatch.less'
2017-02-10 04:59:01.068 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/flatly/bootstrap.css'
2017-02-10 04:59:01.068 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/flatly/bootstrap.min.css'
2017-02-10 04:59:01.192 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/flatly/_variables.scss'
2017-02-10 04:59:01.192 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/flatly/variables.less'
2017-02-10 04:59:01.192 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/flatly/_bootswatch.scss'
2017-02-10 04:59:01.192 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/flatly/thumbnail.png'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/flatly/bootswatch.less'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/journal/bootstrap.css'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/journal/bootstrap.min.css'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/journal/_variables.scss'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/journal/variables.less'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/journal/_bootswatch.scss'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/journal/thumbnail.png'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/journal/bootswatch.less'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/yeti/bootstrap.css'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/yeti/bootstrap.min.css'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/yeti/_variables.scss'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/yeti/variables.less'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/yeti/_bootswatch.scss'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/yeti/thumbnail.png'
2017-02-10 04:59:01.193 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/yeti/bootswatch.less'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cerulean/bootstrap.css'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cerulean/bootstrap.min.css'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cerulean/_variables.scss'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cerulean/variables.less'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cerulean/_bootswatch.scss'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cerulean/thumbnail.png'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cerulean/bootswatch.less'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cosmo/bootstrap.css'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cosmo/bootstrap.min.css'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cosmo/_variables.scss'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cosmo/variables.less'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cosmo/_bootswatch.scss'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cosmo/thumbnail.png'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/cosmo/bootswatch.less'
2017-02-10 04:59:01.194 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/simplex/bootstrap.css'
2017-02-10 04:59:01.195 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/simplex/bootstrap.min.css'
2017-02-10 04:59:01.195 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/simplex/_variables.scss'
2017-02-10 04:59:01.195 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/simplex/variables.less'
2017-02-10 04:59:01.195 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/simplex/_bootswatch.scss'
2017-02-10 04:59:01.195 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/simplex/thumbnail.png'
2017-02-10 04:59:01.195 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/bootswatch/data/simplex/bootswatch.less'
2017-02-10 04:59:01.195 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/d3/data/d3.js'
2017-02-10 04:59:01.195 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/hogan/data/hogan.js'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/less/path.less'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/less/icons.less'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/less/rotated-flipped.less'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/less/animated.less'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/less/larger.less'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/less/font-awesome.less'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/less/mixins.less'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/less/list.less'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/less/variables.less'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/less/fixed-width.less'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/less/core.less'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/less/stacked.less'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/less/bordered-pulled.less'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/scss/_rotated-flipped.scss'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/scss/_animated.scss'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/scss/font-awesome.scss'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/scss/_fixed-width.scss'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/scss/_stacked.scss'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/scss/_icons.scss'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/scss/_variables.scss'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/scss/_bordered-pulled.scss'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/scss/_mixins.scss'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/scss/_larger.scss'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/scss/_list.scss'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/scss/_core.scss'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/scss/_path.scss'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/fonts/fontawesome-webfont.woff'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/fonts/fontawesome-webfont.eot'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/fonts/FontAwesome.otf'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/fonts/fontawesome-webfont.ttf'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/fonts/fontawesome-webfont.svg'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/fonts/fontawesome-webfont.woff2'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/css/font-awesome.min.css'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/css/font-awesome.css.map'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/font_awesome/data/css/font-awesome.css'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jasmine/data/jasmine_favicon.png'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jasmine/data/jasmine.js'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jasmine/data/jasmine.css'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jasmine/data/console.js'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jasmine/data/boot.js'
2017-02-10 04:59:01.288 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jasmine/data/jasmine-html.js'
2017-02-10 04:59:01.449 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery/data/jquery.min.js'
2017-02-10 04:59:01.449 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery/data/jquery.js'
2017-02-10 04:59:01.449 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_migrate/data/jquery-migrate.js'
2017-02-10 04:59:01.449 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_migrate/data/jquery-migrate.min.js'
2017-02-10 04:59:01.449 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_quicksearch/data/jquery.quicksearch.js'
2017-02-10 04:59:01.450 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_tablesorter/data/jquery.tablesorter.js'
2017-02-10 04:59:01.450 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jsencrypt/data/jsencrypt.js'
2017-02-10 04:59:01.450 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/preview.html'
2017-02-10 04:59:01.450 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/license.txt'
2017-02-10 04:59:01.450 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/scss/materialdesignicons.scss'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/scss/_icons.scss'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/scss/_variables.scss'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/scss/_core.scss'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/scss/_path.scss'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/fonts/materialdesignicons-webfont.ttf'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/fonts/materialdesignicons-webfont.svg'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/fonts/materialdesignicons-webfont.woff'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/fonts/materialdesignicons-webfont.eot'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/fonts/materialdesignicons-webfont.woff2'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/css/materialdesignicons.min.css'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/css/materialdesignicons.min.css.map'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/css/materialdesignicons.css'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/mdi/data/css/materialdesignicons.css.map'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/rickshaw/data/rickshaw.js'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/rickshaw/data/rickshaw.css'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/README.md'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/LICENSE'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/package.json'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/bower.json'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Black.woff2'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-RegularItalic.ttf'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-RegularItalic.svg'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Medium.ttf'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Light.eot'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-MediumItalic.woff'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-ThinItalic.woff'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-BlackItalic.ttf'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Bold.woff2'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-BoldItalic.woff2'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Medium.svg'
2017-02-10 04:59:01.451 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-BlackItalic.svg'
2017-02-10 04:59:01.614 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-LightItalic.woff'
2017-02-10 04:59:01.614 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-LightItalic.woff2'
2017-02-10 04:59:01.614 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Bold.eot'
2017-02-10 04:59:01.614 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-MediumItalic.eot'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-LightItalic.svg'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-RegularItalic.eot'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Thin.woff2'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Medium.woff'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Medium.eot'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-ThinItalic.ttf'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Bold.ttf'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Thin.woff'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-BoldItalic.eot'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Medium.woff2'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Regular.woff2'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-BlackItalic.eot'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Regular.woff'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Regular.ttf'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Bold.woff'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-MediumItalic.ttf'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-MediumItalic.woff2'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Regular.eot'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-BoldItalic.ttf'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Thin.svg'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-LightItalic.eot'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-ThinItalic.woff2'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-ThinItalic.svg'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Regular.svg'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-BlackItalic.woff2'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Thin.ttf'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-BlackItalic.woff'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Thin.eot'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-BoldItalic.woff'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Black.ttf'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-MediumItalic.svg'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Black.eot'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Black.woff'
2017-02-10 04:59:01.615 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Light.svg'
2017-02-10 04:59:01.751 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Bold.svg'
2017-02-10 04:59:01.751 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-LightItalic.ttf'
2017-02-10 04:59:01.751 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-RegularItalic.woff2'
2017-02-10 04:59:01.751 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Light.ttf'
2017-02-10 04:59:01.751 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Light.woff'
2017-02-10 04:59:01.751 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-ThinItalic.eot'
2017-02-10 04:59:01.751 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Black.svg'
2017-02-10 04:59:01.751 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-RegularItalic.woff'
2017-02-10 04:59:01.752 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-Light.woff2'
2017-02-10 04:59:01.752 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/fonts/Roboto-BoldItalic.svg'
2017-02-10 04:59:01.752 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/css/roboto-fontface.less'
2017-02-10 04:59:01.752 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/css/roboto-fontface.scss'
2017-02-10 04:59:01.752 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/roboto_fontface/data/css/roboto-fontface.css'
2017-02-10 04:59:01.752 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/spin/data/spin.js'
2017-02-10 04:59:01.752 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/spin/data/spin.jquery.js'
2017-02-10 04:59:01.752 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/termjs/data/term.js'
2017-02-10 04:59:01.752 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/jquery-ui.theme.css'
2017-02-10 04:59:01.753 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/jquery-ui.min.css'
2017-02-10 04:59:01.753 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/jquery-ui.theme.min.css'
2017-02-10 04:59:01.753 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/jquery-ui.min.js'
2017-02-10 04:59:01.754 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/jquery-ui.structure.css'
2017-02-10 04:59:01.754 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/jquery-ui.structure.min.css'
2017-02-10 04:59:01.754 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/jquery-ui.css'
2017-02-10 04:59:01.754 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/jquery-ui.js'
2017-02-10 04:59:01.754 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/jquery-ui.min.css'
2017-02-10 04:59:01.754 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/jquery-ui.css'
2017-02-10 04:59:01.754 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/theme.css'
2017-02-10 04:59:01.754 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/ui-icons_a83300_256x240.png'
2017-02-10 04:59:01.754 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png'
2017-02-10 04:59:01.754 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png'
2017-02-10 04:59:01.754 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png'
2017-02-10 04:59:01.755 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png'
2017-02-10 04:59:01.755 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/animated-overlay.gif'
2017-02-10 04:59:01.755 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png'
2017-02-10 04:59:01.755 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png'
2017-02-10 04:59:01.755 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png'
2017-02-10 04:59:01.755 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png'
2017-02-10 04:59:01.794 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png'
2017-02-10 04:59:01.794 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/ui-icons_222222_256x240.png'
2017-02-10 04:59:01.794 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png'
2017-02-10 04:59:01.794 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:01.794 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-darkness/images/ui-icons_cccccc_256x240.png'
2017-02-10 04:59:01.794 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/jquery-ui.min.css'
2017-02-10 04:59:01.794 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/jquery-ui.css'
2017-02-10 04:59:01.794 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/theme.css'
2017-02-10 04:59:01.795 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png'
2017-02-10 04:59:01.795 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-icons_f5e175_256x240.png'
2017-02-10 04:59:01.795 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-icons_0078ae_256x240.png'
2017-02-10 04:59:01.795 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-icons_056b93_256x240.png'
2017-02-10 04:59:01.795 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/animated-overlay.gif'
2017-02-10 04:59:01.795 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-icons_fcd113_256x240.png'
2017-02-10 04:59:01.795 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-icons_d8e7f3_256x240.png'
2017-02-10 04:59:01.795 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png'
2017-02-10 04:59:01.795 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-bg_flat_55_999999_40x100.png'
2017-02-10 04:59:01.795 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png'
2017-02-10 04:59:01.796 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png'
2017-02-10 04:59:01.796 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png'
2017-02-10 04:59:01.796 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-icons_e0fdff_256x240.png'
2017-02-10 04:59:01.796 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png'
2017-02-10 04:59:01.796 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-icons_f7a50d_256x240.png'
2017-02-10 04:59:01.796 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-bg_glass_45_0078ae_1x400.png'
2017-02-10 04:59:01.796 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png'
2017-02-10 04:59:01.796 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/jquery-ui.min.css'
2017-02-10 04:59:01.796 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/jquery-ui.css'
2017-02-10 04:59:01.796 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/theme.css'
2017-02-10 04:59:01.796 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png'
2017-02-10 04:59:01.797 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png'
2017-02-10 04:59:01.797 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/images/animated-overlay.gif'
2017-02-10 04:59:01.797 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png'
2017-02-10 04:59:01.797 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/images/ui-bg_flat_0_333333_40x100.png'
2017-02-10 04:59:01.833 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png'
2017-02-10 04:59:01.833 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/images/ui-icons_cc0000_256x240.png'
2017-02-10 04:59:01.833 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/images/ui-bg_flat_65_ffffff_40x100.png'
2017-02-10 04:59:01.833 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/images/ui-bg_flat_75_ffffff_40x100.png'
2017-02-10 04:59:01.833 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png'
2017-02-10 04:59:01.833 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/images/ui-icons_004276_256x240.png'
2017-02-10 04:59:01.833 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png'
2017-02-10 04:59:01.834 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/blitzer/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:01.834 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/jquery-ui.min.css'
2017-02-10 04:59:01.834 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/jquery-ui.css'
2017-02-10 04:59:01.834 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/theme.css'
2017-02-10 04:59:01.834 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/images/ui-icons_72b42d_256x240.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/images/animated-overlay.gif'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/images/ui-icons_4eb305_256x240.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/images/ui-icons_cd0a0a_256x240.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/le-frog/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/jquery-ui.min.css'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/jquery-ui.css'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/theme.css'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/animated-overlay.gif'
2017-02-10 04:59:01.835 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png'
2017-02-10 04:59:01.861 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-icons_cd0a0a_256x240.png'
2017-02-10 04:59:01.861 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png'
2017-02-10 04:59:01.861 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png'
2017-02-10 04:59:01.861 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png'
2017-02-10 04:59:01.861 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png'
2017-02-10 04:59:01.861 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-icons_808080_256x240.png'
2017-02-10 04:59:01.861 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png'
2017-02-10 04:59:01.861 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-icons_847e71_256x240.png'
2017-02-10 04:59:01.861 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-icons_eeeeee_256x240.png'
2017-02-10 04:59:01.861 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png'
2017-02-10 04:59:01.861 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-icons_8DC262_256x240.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/south-street/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/jquery-ui.min.css'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/jquery-ui.css'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/theme.css'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-bg_flat_30_cccccc_40x100.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-icons_eb990f_256x240.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/animated-overlay.gif'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-icons_d19405_256x240.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-icons_ed9f26_256x240.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-icons_fadc7a_256x240.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-icons_ffe180_256x240.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-icons_3d3d3d_256x240.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-icons_bd7b00_256x240.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png'
2017-02-10 04:59:01.862 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/jquery-ui.min.css'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/jquery-ui.css'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/theme.css'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/ui-icons_f08000_256x240.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/ui-icons_c47a23_256x240.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/ui-icons_f35f07_256x240.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/animated-overlay.gif'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/ui-icons_cb672b_256x240.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/ui-icons_ff7519_256x240.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/humanity/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/jquery-ui.min.css'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/jquery-ui.css'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/theme.css'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/images/ui-bg_flat_40_292929_40x100.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/images/animated-overlay.gif'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/images/ui-icons_00498f_256x240.png'
2017-02-10 04:59:01.888 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/images/ui-icons_98d2fb_256x240.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dot-luv/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/jquery-ui.min.css'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/jquery-ui.css'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/theme.css'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-icons_454545_256x240.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/animated-overlay.gif'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-bg_flat_55_fafafa_40x100.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-icons_734d99_256x240.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-icons_ebccce_256x240.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-bg_flat_55_994d53_40x100.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-icons_8d78a5_256x240.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/eggplant/images/ui-icons_a8a3ae_256x240.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/jquery-ui.min.css'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/jquery-ui.css'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/theme.css'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/images/ui-icons_454545_256x240.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/images/ui-icons_0073ea_256x240.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/images/ui-icons_ff0084_256x240.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/images/animated-overlay.gif'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/images/ui-bg_flat_55_ffffff_40x100.png'
2017-02-10 04:59:01.928 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/images/ui-bg_flat_0_aaaaaa_40x100.png'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/images/ui-icons_666666_256x240.png'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/images/ui-bg_flat_75_ffffff_40x100.png'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/flick/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/jquery-ui.min.css'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/jquery-ui.css'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/theme.css'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/animated-overlay.gif'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-icons_efec9f_256x240.png'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png'
2017-02-10 04:59:01.966 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-icons_070603_256x240.png'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-icons_ff7519_256x240.png'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/jquery-ui.min.css'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/jquery-ui.css'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/theme.css'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/ui-icons_454545_256x240.png'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png'
2017-02-10 04:59:01.967 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/animated-overlay.gif'
2017-02-10 04:59:01.994 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png'
2017-02-10 04:59:01.994 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png'
2017-02-10 04:59:01.994 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png'
2017-02-10 04:59:01.994 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png'
2017-02-10 04:59:01.994 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png'
2017-02-10 04:59:01.994 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/ui-icons_70b2e1_256x240.png'
2017-02-10 04:59:01.994 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/ui-icons_3383bb_256x240.png'
2017-02-10 04:59:01.994 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/ui-icons_fbc856_256x240.png'
2017-02-10 04:59:01.994 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/ui-icons_999999_256x240.png'
2017-02-10 04:59:01.994 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png'
2017-02-10 04:59:01.994 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/jquery-ui.min.css'
2017-02-10 04:59:01.994 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/jquery-ui.css'
2017-02-10 04:59:01.994 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/theme.css'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/ui-icons_9bcc60_256x240.png'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/animated-overlay.gif'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/ui-icons_add978_256x240.png'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/ui-icons_222222_256x240.png'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/ui-icons_f1fd86_256x240.png'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/mint-choc/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/jquery-ui.min.css'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/jquery-ui.css'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/theme.css'
2017-02-10 04:59:01.995 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/animated-overlay.gif'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-icons_bbbbbb_256x240.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-icons_ededed_256x240.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-icons_4ca300_256x240.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-icons_ffcf29_256x240.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-icons_222222_256x240.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/black-tie/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/jquery-ui.min.css'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/jquery-ui.css'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/theme.css'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-icons_1f1f1f_256x240.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-icons_b8ec79_256x240.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/animated-overlay.gif'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-icons_9fda58_256x240.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-icons_cd0a0a_256x240.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png'
2017-02-10 04:59:02.017 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-bg_flat_0_303030_40x100.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-icons_000000_256x240.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/trontastic/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/jquery-ui.min.css'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/jquery-ui.css'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/theme.css'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/images/ui-icons_454545_256x240.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/images/animated-overlay.gif'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/images/ui-icons_888888_256x240.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/images/ui-icons_cd0a0a_256x240.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/images/ui-icons_2e83ff_256x240.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/images/ui-icons_222222_256x240.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/jquery-ui.min.css'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/jquery-ui.css'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/theme.css'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-icons_b83400_256x240.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/animated-overlay.gif'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png'
2017-02-10 04:59:02.045 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png'
2017-02-10 04:59:02.069 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-icons_222222_256x240.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/jquery-ui.min.css'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/jquery-ui.css'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/theme.css'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/images/ui-icons_0b54d5_256x240.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/images/animated-overlay.gif'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/images/ui-bg_flat_0_e69700_40x100.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/images/ui-icons_0a82eb_256x240.png'
2017-02-10 04:59:02.070 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png'
2017-02-10 04:59:02.071 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/excite-bike/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:02.071 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/jquery-ui.min.css'
2017-02-10 04:59:02.071 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/jquery-ui.css'
2017-02-10 04:59:02.071 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/theme.css'
2017-02-10 04:59:02.071 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-icons_c02669_256x240.png'
2017-02-10 04:59:02.071 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png'
2017-02-10 04:59:02.071 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-icons_454545_256x240.png'
2017-02-10 04:59:02.071 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/animated-overlay.gif'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-icons_88a206_256x240.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/jquery-ui.min.css'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/jquery-ui.css'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/theme.css'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/ui-icons_a83300_256x240.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/animated-overlay.gif'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/ui-icons_222222_256x240.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/dark-hive/images/ui-icons_cccccc_256x240.png'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/jquery-ui.min.css'
2017-02-10 04:59:02.095 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/jquery-ui.css'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/theme.css'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/animated-overlay.gif'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-icons_f29a00_256x240.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-icons_bbbbbb_256x240.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-icons_c98000_256x240.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-icons_cd0a0a_256x240.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-icons_666666_256x240.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-icons_aaaaaa_256x240.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/vader/images/ui-icons_cccccc_256x240.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/jquery-ui.min.css'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/jquery-ui.css'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/theme.css'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/ui-icons_2694e8_256x240.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/animated-overlay.gif'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/ui-icons_2e83ff_256x240.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png'
2017-02-10 04:59:02.121 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/ui-icons_3d80b3_256x240.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/ui-icons_72a7cf_256x240.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/jquery-ui.min.css'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/jquery-ui.css'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/theme.css'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/animated-overlay.gif'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-icons_d8e7f3_256x240.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-icons_469bdd_256x240.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-icons_cd0a0a_256x240.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-icons_6da8d5_256x240.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-icons_217bc0_256x240.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-icons_2e83ff_256x240.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-icons_f9bd01_256x240.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/jquery-ui.min.css'
2017-02-10 04:59:02.146 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/jquery-ui.css'
2017-02-10 04:59:02.147 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/theme.css'
2017-02-10 04:59:02.147 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png'
2017-02-10 04:59:02.147 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png'
2017-02-10 04:59:02.147 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png'
2017-02-10 04:59:02.147 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/animated-overlay.gif'
2017-02-10 04:59:02.147 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png'
2017-02-10 04:59:02.147 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png'
2017-02-10 04:59:02.147 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/ui-icons_228ef1_256x240.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/ui-icons_222222_256x240.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/ui-bg_highlight-soft_75_ffe45c_1x100.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/ui-icons_ef8c08_256x240.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/ui-bg_diagonals-thick_18_b81900_40x40.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/animated-overlay.gif'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/ui-bg_highlight-soft_100_eeeeee_1x100.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/ui-bg_glass_100_fdf5ce_1x400.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/ui-icons_228ef1_256x240.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/ui-bg_flat_10_000000_40x100.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/ui-icons_222222_256x240.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/ui-bg_glass_100_f6f6f6_1x400.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/ui-bg_diagonals-thick_20_666666_40x40.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/ui-bg_glass_65_ffffff_1x400.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/ui-bg_gloss-wave_35_f6a828_500x100.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/ui-icons_ffffff_256x240.png'
2017-02-10 04:59:02.202 | Copying '/usr/local/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/images/ui-icons_ffd27a_256x240.png'
2017-02-10 04:59:02.202 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/_variables.scss'
2017-02-10 04:59:02.202 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/_styles.scss'
2017-02-10 04:59:02.202 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/bootstrap/_variables.scss'
2017-02-10 04:59:02.202 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/bootstrap/_styles.scss'
2017-02-10 04:59:02.202 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/bootstrap/components/_dropdowns.scss'
2017-02-10 04:59:02.202 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/bootstrap/components/_navbar.scss'
2017-02-10 04:59:02.202 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/bootstrap/components/_type.scss'
2017-02-10 04:59:02.202 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/bootstrap/components/_forms.scss'
2017-02-10 04:59:02.202 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/bootstrap/components/_navs.scss'
2017-02-10 04:59:02.202 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/horizon/_variables.scss'
2017-02-10 04:59:02.203 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/horizon/_styles.scss'
2017-02-10 04:59:02.203 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/horizon/components/_sidebar.scss'
2017-02-10 04:59:02.203 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/horizon/components/_table_actions.scss'
2017-02-10 04:59:02.203 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/horizon/components/_pie_charts.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/horizon/components/_login.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/horizon/components/_navbar.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/horizon/components/_messages.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/horizon/components/_context_selection.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/horizon/components/_breadcrumb_header.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/horizon/components/_tables.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/default/horizon/components/_quota.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/_variables.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/_styles.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/bootstrap/_variables.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/bootstrap/_styles.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/bootstrap/_variable_customizations.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/horizon/_icons.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/horizon/_variables.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/horizon/_styles.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/horizon/components/_sidebar.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/horizon/components/_magic_search.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/horizon/components/_navbar.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/horizon/components/_messages.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/horizon/components/_hamburger.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/horizon/components/_checkboxes.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/horizon/components/_help_panel.scss'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/themes/material/static/js/material.hamburger.js'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/project.module.js'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/project.module.spec.js'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/workflow.module.spec.js'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/workflow.module.js'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-model.service.spec.js'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.controller.js'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-wizard.controller.spec.js'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-wizard.controller.js'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.controller.spec.js'
2017-02-10 04:59:02.240 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.service.js'
2017-02-10 04:59:02.241 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-modal.service.spec.js'
2017-02-10 04:59:02.241 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance.module.spec.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-model.service.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-workflow.service.spec.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance.module.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-workflow.service.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.help.html'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.spec.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/metadata/metadata.html'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source-details.html'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.spec.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.help.html'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.controller.spec.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.help.html'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.html'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/details/details.controller.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.html'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.controller.spec.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.help.html'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.controller.spec.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.html'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.controller.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair-details.html'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.controller.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.controller.spec.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/create-keypair.controller.js'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/import-keypair.html'
2017-02-10 04:59:02.282 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.help.html'
2017-02-10 04:59:02.318 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.spec.js'
2017-02-10 04:59:02.318 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.html'
2017-02-10 04:59:02.318 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.controller.js'
2017-02-10 04:59:02.319 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.controller.spec.js'
2017-02-10 04:59:02.319 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.html'
2017-02-10 04:59:02.320 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.help.html'
2017-02-10 04:59:02.320 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/configuration/configuration.controller.js'
2017-02-10 04:59:02.320 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.spec.js'
2017-02-10 04:59:02.320 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/select-flavor-table.directive.js'
2017-02-10 04:59:02.321 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.controller.js'
2017-02-10 04:59:02.321 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.help.html'
2017-02-10 04:59:02.321 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.html'
2017-02-10 04:59:02.321 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/select-flavor-table.html'
2017-02-10 04:59:02.321 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-group-details.html'
2017-02-10 04:59:02.321 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.html'
2017-02-10 04:59:02.321 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.spec.js'
2017-02-10 04:59:02.321 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.help.html'
2017-02-10 04:59:02.321 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.controller.js'
2017-02-10 04:59:02.321 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.controller.js'
2017-02-10 04:59:02.321 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.help.html'
2017-02-10 04:59:02.321 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.controller.spec.js'
2017-02-10 04:59:02.321 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/network/network.html'
2017-02-10 04:59:02.322 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/images/images.module.spec.js'
2017-02-10 04:59:02.322 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/images/images.module.js'
2017-02-10 04:59:02.322 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/create-container-modal.html'
2017-02-10 04:59:02.322 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.controller.js'
2017-02-10 04:59:02.322 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.module.js'
2017-02-10 04:59:02.322 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/create-container-modal.controller.spec.js'
2017-02-10 04:59:02.361 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-controller.spec.js'
2017-02-10 04:59:02.361 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/file-change-directive.js'
2017-02-10 04:59:02.361 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-row-actions.service.spec.js'
2017-02-10 04:59:02.361 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/_containers.scss'
2017-02-10 04:59:02.361 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.module.spec.js'
2017-02-10 04:59:02.361 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.controller.spec.js'
2017-02-10 04:59:02.361 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/object-details-modal.html'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects-row-actions.service.js'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.html'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers.controller.js'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/create-container-modal.controller.js'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/file-change-directive.spec.js'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/select-container.html'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers-model.service.spec.js'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.html'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/containers-model.service.js'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-modal.html'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/objects.controller.spec.js'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/upload-object-controller.js'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers/create-folder-modal.html'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/admin/static/dashboard/admin/admin.module.js'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/admin/static/dashboard/admin/admin.module.spec.js'
2017-02-10 04:59:02.362 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/admin/static/dashboard/admin/flavors/flavors.module.js'
2017-02-10 04:59:02.363 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/admin/static/dashboard/admin/flavors/flavors.module.spec.js'
2017-02-10 04:59:02.363 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/admin/static/dashboard/admin/flavors/filters/has-extras.filter.spec.js'
2017-02-10 04:59:02.363 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/admin/static/dashboard/admin/flavors/filters/has-extras.filter.js'
2017-02-10 04:59:02.363 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/admin/static/dashboard/admin/flavors/table/flavors-table.controller.spec.js'
2017-02-10 04:59:02.363 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/admin/static/dashboard/admin/flavors/table/flavors-table.controller.js'
2017-02-10 04:59:02.363 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/admin/static/dashboard/admin/flavors/table/flavors-table.html'
2017-02-10 04:59:02.363 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/identity/static/dashboard/identity/identity.module.spec.js'
2017-02-10 04:59:02.363 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/identity/static/dashboard/identity/identity.module.js'
2017-02-10 04:59:02.363 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.js'
2017-02-10 04:59:02.424 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/users.module.spec.js'
2017-02-10 04:59:02.424 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/table/table.controller.js'
2017-02-10 04:59:02.427 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/table/table.html'
2017-02-10 04:59:02.427 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/table/table.controller.spec.js'
2017-02-10 04:59:02.427 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects/projects.module.spec.js'
2017-02-10 04:59:02.427 | Copying '/opt/stack/horizon/openstack_dashboard/dashboards/identity/static/dashboard/identity/projects/projects.module.js'
2017-02-10 04:59:02.427 | Copying '/opt/stack/horizon/openstack_dashboard/contrib/developer/static/dashboard/developer/developer.module.spec.js'
2017-02-10 04:59:02.427 | Copying '/opt/stack/horizon/openstack_dashboard/contrib/developer/static/dashboard/developer/developer.scss'
2017-02-10 04:59:02.427 | Copying '/opt/stack/horizon/openstack_dashboard/contrib/developer/static/dashboard/developer/developer.module.js'
2017-02-10 04:59:02.427 | Copying '/opt/stack/horizon/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.module.js'
2017-02-10 04:59:02.427 | Copying '/opt/stack/horizon/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.module.spec.js'
2017-02-10 04:59:02.428 | Copying '/opt/stack/horizon/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.directive.js'
2017-02-10 04:59:02.428 | Copying '/opt/stack/horizon/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.scss'
2017-02-10 04:59:02.428 | Copying '/opt/stack/horizon/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html'
2017-02-10 04:59:02.428 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/_app.scss'
2017-02-10 04:59:02.428 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/app.module.js'
2017-02-10 04:59:02.428 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/app.module.spec.js'
2017-02-10 04:59:02.428 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/redirect.controller.js'
2017-02-10 04:59:02.428 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/redirect.controller.spec.js'
2017-02-10 04:59:02.428 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/core.module.js'
2017-02-10 04:59:02.428 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/core.module.spec.js'
2017-02-10 04:59:02.428 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/_core.scss'
2017-02-10 04:59:02.428 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/workflow/workflow.service.js'
2017-02-10 04:59:02.428 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/workflow/decorator.service.js'
2017-02-10 04:59:02.429 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/workflow/decorator.service.spec.js'
2017-02-10 04:59:02.429 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/workflow/workflow.module.spec.js'
2017-02-10 04:59:02.429 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/workflow/workflow.module.js'
2017-02-10 04:59:02.429 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/metadata/metadata.service.spec.js'
2017-02-10 04:59:02.429 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/metadata/metadata.module.spec.js'
2017-02-10 04:59:02.429 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/metadata/metadata.module.js'
2017-02-10 04:59:02.429 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/metadata/metadata.service.js'
2017-02-10 04:59:02.429 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/metadata/modal/modal.controller.spec.js'
2017-02-10 04:59:02.429 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/metadata/modal/modal-helper.controller.spec.js'
2017-02-10 04:59:02.429 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/metadata/modal/modal.module.js'
2017-02-10 04:59:02.430 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/metadata/modal/modal.controller.js'
2017-02-10 04:59:02.430 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/metadata/modal/modal-helper.controller.js'
2017-02-10 04:59:02.430 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/metadata/modal/modal.service.spec.js'
2017-02-10 04:59:02.430 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/metadata/modal/modal.module.spec.js'
2017-02-10 04:59:02.430 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/metadata/modal/modal.html'
2017-02-10 04:59:02.475 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/metadata/modal/modal.service.js'
2017-02-10 04:59:02.475 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/hz-if-nova-extensions.directive.spec.js'
2017-02-10 04:59:02.475 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/hz-if-neutron-extensions.directive.js'
2017-02-10 04:59:02.475 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/hz-if-neutron-extensions.directive.spec.js'
2017-02-10 04:59:02.475 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/hz-if-cinder-extensions.directive.spec.js'
2017-02-10 04:59:02.475 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/hz-if-settings.directive.spec.js'
2017-02-10 04:59:02.475 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/hz-if-version.directive.js'
2017-02-10 04:59:02.475 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/hz-if-services.directive.js'
2017-02-10 04:59:02.475 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/hz-if-policies.directive.js'
2017-02-10 04:59:02.475 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/hz-if-version.directive.spec.js'
2017-02-10 04:59:02.475 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/hz-if-nova-extensions.directive.js'
2017-02-10 04:59:02.476 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/cloud-services.module.js'
2017-02-10 04:59:02.476 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/hz-if-cinder-extensions.directive.js'
2017-02-10 04:59:02.476 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/hz-if-policies.directive.spec.js'
2017-02-10 04:59:02.476 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/hz-if-services.directive.spec.js'
2017-02-10 04:59:02.476 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/cloud-services/hz-if-settings.directive.js'
2017-02-10 04:59:02.476 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/images.module.spec.js'
2017-02-10 04:59:02.476 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/_images.scss'
2017-02-10 04:59:02.476 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/images.module.js'
2017-02-10 04:59:02.476 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/filters/image-visibility.filter.spec.js'
2017-02-10 04:59:02.476 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/filters/image-type.filter.js'
2017-02-10 04:59:02.476 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/filters/image-status.filter.js'
2017-02-10 04:59:02.476 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/filters/image-visibility.filter.js'
2017-02-10 04:59:02.476 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/filters/image-status.filter.spec.js'
2017-02-10 04:59:02.477 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/filters/image-type.filter.spec.js'
2017-02-10 04:59:02.477 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/detail/image-detail.controller.spec.js'
2017-02-10 04:59:02.477 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/detail/image-detail.html'
2017-02-10 04:59:02.477 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/detail/image-detail.controller.js'
2017-02-10 04:59:02.477 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.controller.js'
2017-02-10 04:59:02.477 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.help.html'
2017-02-10 04:59:02.477 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.html'
2017-02-10 04:59:02.477 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/steps/create-volume/create-volume.controller.spec.js'
2017-02-10 04:59:02.477 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/table/images.controller.js'
2017-02-10 04:59:02.477 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/table/images.controller.spec.js'
2017-02-10 04:59:02.477 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/table/images-table.html'
2017-02-10 04:59:02.477 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/workflows/create-volume.service.js'
2017-02-10 04:59:02.477 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/workflows/create-volume.service.spec.js'
2017-02-10 04:59:02.477 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/actions/create-volume.service.js'
2017-02-10 04:59:02.505 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/actions/update-metadata.action.service.js'
2017-02-10 04:59:02.505 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/actions/delete-image.service.spec.js'
2017-02-10 04:59:02.505 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/actions/update-metadata.action.service.spec.js'
2017-02-10 04:59:02.505 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/actions/launch-instance.service.js'
2017-02-10 04:59:02.505 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/actions/launch-instance.service.spec.js'
2017-02-10 04:59:02.505 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/actions/actions.module.js'
2017-02-10 04:59:02.505 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/actions/create-volume.service.spec.js'
2017-02-10 04:59:02.506 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/images/actions/delete-image.service.js'
2017-02-10 04:59:02.506 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/openstack-service-api.module.js'
2017-02-10 04:59:02.506 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/security-group.service.js'
2017-02-10 04:59:02.506 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/glance.service.js'
2017-02-10 04:59:02.506 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/network.service.js'
2017-02-10 04:59:02.506 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/swift.service.spec.js'
2017-02-10 04:59:02.506 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/neutron.service.spec.js'
2017-02-10 04:59:02.506 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/nova-extensions.service.spec.js'
2017-02-10 04:59:02.506 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/keypair-download.service.spec.js'
2017-02-10 04:59:02.506 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/policy.service.js'
2017-02-10 04:59:02.506 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/glance.service.spec.js'
2017-02-10 04:59:02.506 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/settings.service.spec.js'
2017-02-10 04:59:02.507 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/neutron.service.js'
2017-02-10 04:59:02.507 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/keystone.service.spec.js'
2017-02-10 04:59:02.507 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/common-test.mock.js'
2017-02-10 04:59:02.507 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/extensions.service.js'
2017-02-10 04:59:02.507 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/neutron-extensions.service.js'
2017-02-10 04:59:02.507 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/extensions.service.spec.js'
2017-02-10 04:59:02.507 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/security-group.service.spec.js'
2017-02-10 04:59:02.507 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/cinder.service.spec.js'
2017-02-10 04:59:02.507 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/swift.service.js'
2017-02-10 04:59:02.507 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/nova-extensions.service.js'
2017-02-10 04:59:02.507 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/nova.service.spec.js'
2017-02-10 04:59:02.507 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/cinder.service.js'
2017-02-10 04:59:02.507 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/nova.service.js'
2017-02-10 04:59:02.508 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/neutron-extensions.service.spec.js'
2017-02-10 04:59:02.509 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/service-catalog.service.spec.js'
2017-02-10 04:59:02.509 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/policy.service.spec.js'
2017-02-10 04:59:02.509 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/heat.service.js'
2017-02-10 04:59:02.509 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/cinder-extensions.service.spec.js'
2017-02-10 04:59:02.529 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/network.service.spec.js'
2017-02-10 04:59:02.529 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/settings.service.js'
2017-02-10 04:59:02.529 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/keypair-download.service.js'
2017-02-10 04:59:02.529 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/user-session.service.js'
2017-02-10 04:59:02.529 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/service-catalog.service.js'
2017-02-10 04:59:02.529 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/user-session.service.spec.js'
2017-02-10 04:59:02.529 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/cinder-extensions.service.js'
2017-02-10 04:59:02.529 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/keystone.service.js'
2017-02-10 04:59:02.530 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/core/openstack-service-api/heat.service.spec.js'
2017-02-10 04:59:02.530 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/tech-debt/image-form.controller.js'
2017-02-10 04:59:02.530 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/tech-debt/hz-namespace-resource-type-form.controller.js'
2017-02-10 04:59:02.530 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/tech-debt/tech-debt.module.spec.js'
2017-02-10 04:59:02.530 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/tech-debt/tech-debt.module.js'
2017-02-10 04:59:02.530 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/tech-debt/image-form.controller.spec.js'
2017-02-10 04:59:02.530 | Copying '/opt/stack/horizon/openstack_dashboard/static/app/tech-debt/hz-namespace-resource-type-form.controller.spec.js'
2017-02-10 04:59:02.530 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/_layout.scss'
2017-02-10 04:59:02.530 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/_debt.scss'
2017-02-10 04:59:02.530 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/serial_console.scss'
2017-02-10 04:59:02.530 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/_contrib.scss'
2017-02-10 04:59:02.530 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/_variables.scss'
2017-02-10 04:59:02.530 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/_util.scss'
2017-02-10 04:59:02.530 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/_mixins.scss'
2017-02-10 04:59:02.531 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/horizon.scss'
2017-02-10 04:59:02.531 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/_legacy.scss'
2017-02-10 04:59:02.531 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_datepicker.scss'
2017-02-10 04:59:02.531 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_resource_browser.scss'
2017-02-10 04:59:02.531 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_inline_edit.scss'
2017-02-10 04:59:02.531 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_pending_bar.scss'
2017-02-10 04:59:02.531 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_sidebar.scss'
2017-02-10 04:59:02.531 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_selection_menu.scss'
2017-02-10 04:59:02.531 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_transfer_tables.scss'
2017-02-10 04:59:02.531 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_table_actions.scss'
2017-02-10 04:59:02.531 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_modals.scss'
2017-02-10 04:59:02.531 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_pie_charts.scss'
2017-02-10 04:59:02.531 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_login.scss'
2017-02-10 04:59:02.531 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_navbar.scss'
2017-02-10 04:59:02.532 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_membership.scss'
2017-02-10 04:59:02.532 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_messages.scss'
2017-02-10 04:59:02.532 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_icons.scss'
2017-02-10 04:59:02.537 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_wizard.scss'
2017-02-10 04:59:02.537 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_resource_topology.scss'
2017-02-10 04:59:02.560 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_network_topology.scss'
2017-02-10 04:59:02.560 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_tables.scss'
2017-02-10 04:59:02.561 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_checkboxes.scss'
2017-02-10 04:59:02.561 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_help_panel.scss'
2017-02-10 04:59:02.561 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_forms.scss'
2017-02-10 04:59:02.561 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_charts.scss'
2017-02-10 04:59:02.561 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_bar_charts.scss'
2017-02-10 04:59:02.561 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/scss/components/_quota.scss'
2017-02-10 04:59:02.561 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/router-green.svg'
2017-02-10 04:59:02.561 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/server-gray.gif'
2017-02-10 04:59:02.561 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/vpn-red.svg'
2017-02-10 04:59:02.562 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/config-gray.svg'
2017-02-10 04:59:02.562 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/spinner.gif'
2017-02-10 04:59:02.562 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/wait-red.svg'
2017-02-10 04:59:02.562 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/drag.png'
2017-02-10 04:59:02.562 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/server-green.svg'
2017-02-10 04:59:02.562 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/alarm-gray.svg'
2017-02-10 04:59:02.562 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/vpn-gray.svg'
2017-02-10 04:59:02.562 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/floatingip-green.svg'
2017-02-10 04:59:02.562 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/volume-red.svg'
2017-02-10 04:59:02.562 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/policy-gray.svg'
2017-02-10 04:59:02.562 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/securitygroup-red.svg'
2017-02-10 04:59:02.562 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/image-gray.gif'
2017-02-10 04:59:02.562 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/keypair-gray.svg'
2017-02-10 04:59:02.563 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/vpn.gif'
2017-02-10 04:59:02.563 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/port-green.svg'
2017-02-10 04:59:02.563 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/alarm-red.svg'
2017-02-10 04:59:02.563 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/server-red.svg'
2017-02-10 04:59:02.563 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/router-gray.svg'
2017-02-10 04:59:02.563 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/wait-green.svg'
2017-02-10 04:59:02.563 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/volume-green.svg'
2017-02-10 04:59:02.563 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/flavor-green.svg'
2017-02-10 04:59:02.563 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/network-red.svg'
2017-02-10 04:59:02.563 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/keypair-green.svg'
2017-02-10 04:59:02.563 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/db-red.svg'
2017-02-10 04:59:02.563 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/config-red.svg'
2017-02-10 04:59:02.563 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/securitygroup-gray.svg'
2017-02-10 04:59:02.563 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/port-gray.svg'
2017-02-10 04:59:02.564 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/unknown-green.svg'
2017-02-10 04:59:02.564 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/volume-gray.gif'
2017-02-10 04:59:02.564 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/lb-gray.svg'
2017-02-10 04:59:02.564 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/router-red.svg'
2017-02-10 04:59:02.564 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/firewall-gray.svg'
2017-02-10 04:59:02.564 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/image-gray.svg'
2017-02-10 04:59:02.564 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/securitygroup-gray.gif'
2017-02-10 04:59:02.564 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/policy-green.svg'
2017-02-10 04:59:02.564 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/alarm-gray.gif'
2017-02-10 04:59:02.587 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/favicon.ico'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/network-gray.svg'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/logo-splash.png'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/unknown-red.svg'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/lb-gray.gif'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/logo.png'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/firewall-green.svg'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/logo.svg'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/securitygroup-green.svg'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/volume-gray.svg'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/stack-green.svg'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/network-green.svg'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/config-gray.gif'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/image-green.svg'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/image-red.svg'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/network-gray.gif'
2017-02-10 04:59:02.588 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/server-gray.svg'
2017-02-10 04:59:02.589 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/port-red.svg'
2017-02-10 04:59:02.589 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/db-gray.svg'
2017-02-10 04:59:02.589 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/stack-red.svg'
2017-02-10 04:59:02.589 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/db-green.svg'
2017-02-10 04:59:02.589 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/unknown-gray.gif'
2017-02-10 04:59:02.589 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/flavor-gray.gif'
2017-02-10 04:59:02.589 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/firewall-red.svg'
2017-02-10 04:59:02.589 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/flavor-gray.svg'
2017-02-10 04:59:02.589 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/unknown-gray.svg'
2017-02-10 04:59:02.589 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/lb-red.svg'
2017-02-10 04:59:02.589 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/floatingip-gray.gif'
2017-02-10 04:59:02.589 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/policy-gray.gif'
2017-02-10 04:59:02.590 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/firewall-gray.gif'
2017-02-10 04:59:02.590 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/stack-gray.svg'
2017-02-10 04:59:02.590 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/db-gray.gif'
2017-02-10 04:59:02.590 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/lb-green.svg'
2017-02-10 04:59:02.590 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/vpn-green.svg'
2017-02-10 04:59:02.590 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/keypair-gray.gif'
2017-02-10 04:59:02.590 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/policy-red.svg'
2017-02-10 04:59:02.590 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/alarm-green.svg'
2017-02-10 04:59:02.590 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/keypair-red.svg'
2017-02-10 04:59:02.590 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/port-gray.gif'
2017-02-10 04:59:02.590 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/floatingip-gray.svg'
2017-02-10 04:59:02.590 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/router-gray.gif'
2017-02-10 04:59:02.590 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/config-green.svg'
2017-02-10 04:59:02.591 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/stack-gray.gif'
2017-02-10 04:59:02.591 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/floatingip-red.svg'
2017-02-10 04:59:02.591 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/logo-splash.svg'
2017-02-10 04:59:02.591 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/wait-gray.gif'
2017-02-10 04:59:02.591 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/flavor-red.svg'
2017-02-10 04:59:02.591 | Copying '/opt/stack/horizon/openstack_dashboard/static/dashboard/img/wait-gray.svg'
2017-02-10 04:59:02.625 | Copying '/opt/stack/horizon/horizon/static/framework/framework.module.spec.js'
2017-02-10 04:59:02.625 | Copying '/opt/stack/horizon/horizon/static/framework/framework.scss'
2017-02-10 04:59:02.625 | Copying '/opt/stack/horizon/horizon/static/framework/framework.module.js'
2017-02-10 04:59:02.625 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/widgets.scss'
2017-02-10 04:59:02.625 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/widgets.module.js'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/widgets.module.spec.js'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/metadata.module.js'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/metadata.scss'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/display/display.module.js'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/display/display.spec.js'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/display/metadata-display.directive.js'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/display/metadata-display.html'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/display/display.scss'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/display/metadata-display.controller.js'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/tree/tree.spec.js'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/tree/tree.service.js'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/tree/metadata-tree-item.directive.js'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/tree/tree.scss'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/tree/metadata-tree-item.controller.spec.js'
2017-02-10 04:59:02.626 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/tree/metadata-tree.controller.js'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/tree/metadata-tree-item.html'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/tree/tree.module.js'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/tree/metadata-tree.directive.js'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/tree/metadata-tree.html'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/metadata/tree/metadata-tree-item.controller.js'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/help-panel/help-panel.module.js'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/help-panel/help-panel.html'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/help-panel/help-panel.directive.spec.js'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/help-panel/help-panel.module.spec.js'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/help-panel/help-panel.directive.js'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/wizard/wizard.html'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/wizard/wizard.directive.js'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/wizard/wizard.controller.js'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/wizard/wizard.module.js'
2017-02-10 04:59:02.627 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/wizard/modal-container.controller.js'
2017-02-10 04:59:02.628 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/wizard/wizard.spec.js'
2017-02-10 04:59:02.628 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/magic-search/magic-search.scss'
2017-02-10 04:59:02.628 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/magic-search/magic-search.module.js'
2017-02-10 04:59:02.628 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js'
2017-02-10 04:59:02.628 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/magic-search/magic-search.service.spec.js'
2017-02-10 04:59:02.628 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js'
2017-02-10 04:59:02.628 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/magic-search/hz-magic-search-bar.directive.js'
2017-02-10 04:59:02.628 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/magic-search/magic-search.html'
2017-02-10 04:59:02.628 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/magic-search/magic-search.controller.js'
2017-02-10 04:59:02.653 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/magic-search/magic-search.service.js'
2017-02-10 04:59:02.653 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/magic-search/magic-search.controller.spec.js'
2017-02-10 04:59:02.653 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/magic-search/magic-search.directive.js'
2017-02-10 04:59:02.653 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/magic-search/st-magic-search.directive.js'
2017-02-10 04:59:02.653 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/magic-search/hz-magic-search-bar.html'
2017-02-10 04:59:02.653 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions.custom.mock.html'
2017-02-10 04:59:02.653 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/menu.directive.js'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/split-button.html'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/action-list.split-botton-dropdown.mock.html'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/action-list.scss'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/action-list.module.js'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions-batch.template.html'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/action.html'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/menu-item.html'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/button-tooltip.row-warning.service.js'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions-link.template.html'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions-delete-selected.template.html'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/split-link.html'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions-create.template.html'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions.batch.mock.html'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/button-group.mock.html'
2017-02-10 04:59:02.654 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/action-list.directive.js'
2017-02-10 04:59:02.655 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions.service.js'
2017-02-10 04:59:02.655 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions.controller.js'
2017-02-10 04:59:02.655 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions.custom2.mock.html'
2017-02-10 04:59:02.655 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/action-list.spec.js'
2017-02-10 04:59:02.655 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/action-list.single-button-dropdown.mock.html'
2017-02-10 04:59:02.655 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/action.directive.js'
2017-02-10 04:59:02.655 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions-row.template.html'
2017-02-10 04:59:02.655 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/link.html'
2017-02-10 04:59:02.655 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions.row.mock.html'
2017-02-10 04:59:02.655 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions.directive.spec.js'
2017-02-10 04:59:02.655 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/single-button.html'
2017-02-10 04:59:02.655 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/warning-tooltip.html'
2017-02-10 04:59:02.656 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions-danger.template.html'
2017-02-10 04:59:02.656 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/menu.html'
2017-02-10 04:59:02.656 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/button-tooltip.directive.js'
2017-02-10 04:59:02.656 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions.directive.js'
2017-02-10 04:59:02.656 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/action-list/actions-delete.template.html'
2017-02-10 04:59:02.656 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/toast/toast.module.js'
2017-02-10 04:59:02.656 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/toast/toast.service.js'
2017-02-10 04:59:02.656 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/toast/toast.spec.js'
2017-02-10 04:59:02.683 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/toast/toast.directive.js'
2017-02-10 04:59:02.683 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/toast/toast.html'
2017-02-10 04:59:02.683 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.module.js'
2017-02-10 04:59:02.683 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.service.js'
2017-02-10 04:59:02.684 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.directive.js'
2017-02-10 04:59:02.684 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.scss'
2017-02-10 04:59:02.684 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal-wait-spinner/modal-wait-spinner.spec.js'
2017-02-10 04:59:02.684 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/charts/chart-tooltip.html'
2017-02-10 04:59:02.684 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/charts/charts.module.js'
2017-02-10 04:59:02.684 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/charts/charts.spec.js'
2017-02-10 04:59:02.684 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/charts/pie-chart.spec.js'
2017-02-10 04:59:02.684 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/charts/chart-tooltip.scss'
2017-02-10 04:59:02.684 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/charts/pie-chart.directive.js'
2017-02-10 04:59:02.684 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/charts/pie-chart.scss'
2017-02-10 04:59:02.684 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/charts/pie-chart.html'
2017-02-10 04:59:02.684 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/charts/chart-tooltip.spec.js'
2017-02-10 04:59:02.685 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/charts/chart-tooltip.directive.js'
2017-02-10 04:59:02.685 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal/wizard.controller.spec.js'
2017-02-10 04:59:02.685 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal/delete-modal.service.spec.js'
2017-02-10 04:59:02.685 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal/simple-modal.controller.js'
2017-02-10 04:59:02.685 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal/modal.module.js'
2017-02-10 04:59:02.685 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal/wizard.controller.js'
2017-02-10 04:59:02.685 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal/simple-modal.service.js'
2017-02-10 04:59:02.685 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal/simple-modal.spec.js'
2017-02-10 04:59:02.685 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal/wizard-modal.service.js'
2017-02-10 04:59:02.685 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal/delete-modal.service.js'
2017-02-10 04:59:02.685 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal/simple-modal.html'
2017-02-10 04:59:02.685 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/modal/wizard-modal.service.spec.js'
2017-02-10 04:59:02.685 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/transfer-table/transfer-table.module.js'
2017-02-10 04:59:02.686 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/transfer-table/transfer-table.clone.mock.html'
2017-02-10 04:59:02.687 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/transfer-table/transfer-table.html'
2017-02-10 04:59:02.687 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/transfer-table/transfer-table.example.html'
2017-02-10 04:59:02.687 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/transfer-table/transfer-table.basic.mock.html'
2017-02-10 04:59:02.687 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/transfer-table/transfer-table.controller.js'
2017-02-10 04:59:02.687 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/transfer-table/transfer-table.directive.spec.js'
2017-02-10 04:59:02.687 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/transfer-table/transfer-table.module.spec.js'
2017-02-10 04:59:02.687 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/transfer-table/transfer-table.max-1.mock.html'
2017-02-10 04:59:02.687 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/transfer-table/transfer-table.controller.spec.js'
2017-02-10 04:59:02.687 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/transfer-table/transfer-table.max-2.mock.html'
2017-02-10 04:59:02.687 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/transfer-table/transfer-table.directive.js'
2017-02-10 04:59:02.687 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/load-edit/load-edit.html'
2017-02-10 04:59:02.687 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/load-edit/load-edit.directive.js'
2017-02-10 04:59:02.714 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/load-edit/load-edit.directive.spec.js'
2017-02-10 04:59:02.714 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/load-edit/load-edit.module.js'
2017-02-10 04:59:02.714 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/headers/hz-page-header.html'
2017-02-10 04:59:02.714 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/headers/hz-page-header.directive.spec.js'
2017-02-10 04:59:02.714 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/headers/headers.module.spec.js'
2017-02-10 04:59:02.714 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/headers/headers.scss'
2017-02-10 04:59:02.714 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/headers/hz-page-header.directive.js'
2017-02-10 04:59:02.714 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/headers/headers.module.js'
2017-02-10 04:59:02.714 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/hz-select.directive.js'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/hz-no-items.directive.js'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/hz-expand-detail.directive.js'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/no-items.mock.html'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/hz-no-items.html'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/st-table.mock.html'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/hz-search-bar.directive.js'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/table.controller.js'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/table.scss'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/hz-table.directive.js'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/hz-table-footer.html'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/search-bar.html'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/hz-select-all.directive.js'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/table.mock.html'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/table.module.js'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/search-bar.spec.js'
2017-02-10 04:59:02.715 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/hz-table-footer.directive.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/hz-no-items.directive.spec.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/widgets/table/table.spec.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/util.module.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/q/q.module.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/q/q.extensions.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/q/q.extensions.spec.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/q/q.module.spec.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/filters/filters.spec.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/filters/filters.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/filters/filters.module.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/workflow/workflow.service.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/workflow/workflow.spec.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/workflow/workflow.module.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.spec.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.mock.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/promise-toggle/hz-promise-toggle.directive.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/promise-toggle/promise-toggle.module.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/http/http.spec.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/http/http.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/file/file-reader.service.spec.js'
2017-02-10 04:59:02.716 | Copying '/opt/stack/horizon/horizon/static/framework/util/file/file-reader.service.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/file/file.module.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/tech-debt/helper-functions.service.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/tech-debt/helper-functions.service.spec.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/tech-debt/image-file-on-change.directive.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/tech-debt/dummy.controller.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/tech-debt/tech-debt.module.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/validators/validators.module.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/validators/validate-number-min.directive.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/validators/validators.spec.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/validators/hz-password-match.directive.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/validators/validate-number-max.directive.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/validators/validate-unique.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/validators/hz-password-match.directive.spec.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/extensible/extensible.module.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/extensible/extensible.service.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/extensible/extensible.service.spec.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/i18n/i18n.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/i18n/i18n.spec.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/bind-scope/bind-scope.directive.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/bind-scope/bind-scope.module.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/util/bind-scope/bind-scope.spec.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/conf/conf.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/conf/resource-type-registry.service.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/framework/conf/resource-type-registry.service.spec.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/tests/jasmine/modals.legacy-spec.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/tests/jasmine/tables.legacy-spec.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/tests/jasmine/string.legacy-spec.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/tests/jasmine/instances.legacy-spec.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/tests/jasmine/messages.legacy-spec.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/tests/jasmine/quota.legacy-spec.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/tests/jasmine/templates.legacy-spec.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/lib/jquery/jquery.bootstrap.wizard.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.users.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.messages.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.templates.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.quota.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.volumes.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.heattop.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.d3linechart.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.selenium.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.d3barchart.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.networktopology.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.tabs.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.tables.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.forms.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.instances.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.datepickers.js'
2017-02-10 04:59:02.779 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.formset_table.js'
2017-02-10 04:59:02.899 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.firewalls.js'
2017-02-10 04:59:02.900 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.string.js'
2017-02-10 04:59:02.900 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.modals.js'
2017-02-10 04:59:02.900 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.js'
2017-02-10 04:59:02.900 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.communication.js'
2017-02-10 04:59:02.900 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.metering.js'
2017-02-10 04:59:02.900 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.tables_inline_edit.js'
2017-02-10 04:59:02.900 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.membership.js'
2017-02-10 04:59:02.900 | Copying '/opt/stack/horizon/horizon/static/horizon/js/horizon.d3piechart.js'
2017-02-10 04:59:02.900 | Copying '/opt/stack/horizon/horizon/static/horizon/js/angular/directives/serialConsole.js'
2017-02-10 04:59:02.900 | Copying '/opt/stack/horizon/horizon/static/auth/auth.module.js'
2017-02-10 04:59:02.900 | Copying '/opt/stack/horizon/horizon/static/auth/login/login.controller.spec.js'
2017-02-10 04:59:02.900 | Copying '/opt/stack/horizon/horizon/static/auth/login/login.module.js'
2017-02-10 04:59:02.900 | Copying '/opt/stack/horizon/horizon/static/auth/login/login-finder.directive.js'
2017-02-10 04:59:02.900 | Copying '/opt/stack/horizon/horizon/static/auth/login/login.spec.js'
2017-02-10 04:59:02.901 | Copying '/opt/stack/horizon/horizon/static/auth/login/login.controller.js'
2017-02-10 04:59:02.901 | Copying '/opt/stack/horizon/horizon/static/auth/login/login.websso.mock.html'
2017-02-10 04:59:02.902 | Copying '/opt/stack/horizon/horizon/static/auth/login/login.module.spec.js'
2017-02-10 04:59:02.902 | Copying '/opt/stack/horizon/horizon/static/auth/login/login.regular.mock.html'
2017-02-10 04:59:02.902 |
2017-02-10 04:59:02.902 | 1529 static files copied to '/opt/stack/horizon/static'.
2017-02-10 04:59:02.977 | +lib/horizon:init_horizon:152              DJANGO_SETTINGS_MODULE=openstack_dashboard.settings
2017-02-10 04:59:02.980 | +lib/horizon:init_horizon:152              django-admin compress --force
2017-02-10 04:59:16.683 | Found 'compress' tags in:
2017-02-10 04:59:16.683 |     /opt/stack/horizon/openstack_dashboard/templates/horizon/_scripts.html
2017-02-10 04:59:16.683 |     /opt/stack/horizon/openstack_dashboard/templates/horizon/_conf.html
2017-02-10 04:59:16.683 |     /opt/stack/horizon/openstack_dashboard/templates/_stylesheets.html
2017-02-10 04:59:16.683 | Compressing... done
2017-02-10 04:59:16.684 | Compressed 5 block(s) from 3 template(s) for 2 context(s).
2017-02-10 04:59:16.821 | +./stack.sh:main:1277                      start_horizon
2017-02-10 04:59:16.825 | +lib/horizon:start_horizon:180             restart_apache_server
2017-02-10 04:59:16.829 | +lib/apache:restart_apache_server:188      time_start restart_apache_server
2017-02-10 04:59:16.832 | +functions-common:time_start:2333          local name=restart_apache_server
2017-02-10 04:59:16.837 | +functions-common:time_start:2334          local start_time=
2017-02-10 04:59:16.841 | +functions-common:time_start:2335          [[ -n '' ]]
2017-02-10 04:59:16.847 | ++functions-common:time_start:2338          date +%s
2017-02-10 04:59:16.866 | +functions-common:time_start:2338          START_TIME[$name]=1486702756
2017-02-10 04:59:16.871 | +lib/apache:restart_apache_server:189      stop_service apache2
2017-02-10 04:59:16.875 | +functions-common:stop_service:2276        is_ubuntu
2017-02-10 04:59:16.878 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:59:16.881 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:59:16.885 | +functions-common:stop_service:2277        sudo /usr/sbin/service apache2 stop
2017-02-10 04:59:17.024 |  * Stopping web server apache2
2017-02-10 04:59:18.291 |  *
2017-02-10 04:59:18.296 | +lib/apache:restart_apache_server:190      sleep 3
2017-02-10 04:59:21.300 | +lib/apache:restart_apache_server:191      start_service apache2
2017-02-10 04:59:21.304 | +functions-common:start_service:2266       is_ubuntu
2017-02-10 04:59:21.308 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 04:59:21.311 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 04:59:21.315 | +functions-common:start_service:2267       sudo /usr/sbin/service apache2 start
2017-02-10 04:59:21.325 |  * Starting web server apache2
2017-02-10 04:59:21.375 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
2017-02-10 04:59:22.391 |  *
2017-02-10 04:59:22.396 | +lib/apache:restart_apache_server:192      time_stop restart_apache_server
2017-02-10 04:59:22.400 | +functions-common:time_stop:2347           local name
2017-02-10 04:59:22.403 | +functions-common:time_stop:2348           local end_time
2017-02-10 04:59:22.407 | +functions-common:time_stop:2349           local elpased_time
2017-02-10 04:59:22.412 | +functions-common:time_stop:2350           local total
2017-02-10 04:59:22.415 | +functions-common:time_stop:2351           local start_time
2017-02-10 04:59:22.422 | +functions-common:time_stop:2353           name=restart_apache_server
2017-02-10 04:59:22.429 | +functions-common:time_stop:2354           start_time=1486702756
2017-02-10 04:59:22.432 | +functions-common:time_stop:2356           [[ -z 1486702756 ]]
2017-02-10 04:59:22.444 | ++functions-common:time_stop:2359           date +%s
2017-02-10 04:59:22.449 | +functions-common:time_stop:2359           end_time=1486702762
2017-02-10 04:59:22.453 | +functions-common:time_stop:2360           elapsed_time=6
2017-02-10 04:59:22.458 | +functions-common:time_stop:2361           total=4
2017-02-10 04:59:22.464 | +functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:59:22.468 | +functions-common:time_stop:2364           TOTAL_TIME[$name]=10
2017-02-10 04:59:22.474 | +lib/horizon:start_horizon:181             tail_log horizon /var/log/apache2/horizon_error.log
2017-02-10 04:59:22.478 | +functions-common:tail_log:1662            local name=horizon
2017-02-10 04:59:22.482 | +functions-common:tail_log:1663            local logfile=/var/log/apache2/horizon_error.log
2017-02-10 04:59:22.485 | +functions-common:tail_log:1665            [[ True = \T\r\u\e ]]
2017-02-10 04:59:22.489 | +functions-common:tail_log:1666            screen_process horizon 'sudo tail -f /var/log/apache2/horizon_error.log'
2017-02-10 04:59:22.494 | +functions-common:screen_process:1485      local name=horizon
2017-02-10 04:59:22.498 | +functions-common:screen_process:1486      local 'command=sudo tail -f /var/log/apache2/horizon_error.log'
2017-02-10 04:59:22.501 | +functions-common:screen_process:1487      local group=
2017-02-10 04:59:22.505 | +functions-common:screen_process:1489      SCREEN_NAME=stack
2017-02-10 04:59:22.510 | +functions-common:screen_process:1490      SERVICE_DIR=/opt/stack/status
2017-02-10 04:59:22.515 | +functions-common:screen_process:1492      screen -S stack -X screen -t horizon
2017-02-10 04:59:22.527 | +functions-common:screen_process:1494      local logfile=horizon.log.2017-02-10-124752
2017-02-10 04:59:22.532 | +functions-common:screen_process:1495      local real_logfile=/opt/stack/logs/horizon.log.2017-02-10-124752
2017-02-10 04:59:22.535 | +functions-common:screen_process:1496      echo 'LOGDIR: /opt/stack/logs'
2017-02-10 04:59:22.535 | LOGDIR: /opt/stack/logs
2017-02-10 04:59:22.541 | +functions-common:screen_process:1497      echo 'SCREEN_LOGDIR: '
2017-02-10 04:59:22.541 | SCREEN_LOGDIR:
2017-02-10 04:59:22.545 | +functions-common:screen_process:1498      echo 'log: /opt/stack/logs/horizon.log.2017-02-10-124752'
2017-02-10 04:59:22.545 | log: /opt/stack/logs/horizon.log.2017-02-10-124752
2017-02-10 04:59:22.548 | +functions-common:screen_process:1499      [[ -n /opt/stack/logs ]]
2017-02-10 04:59:22.552 | +functions-common:screen_process:1500      [[ True == \T\r\u\e ]]
2017-02-10 04:59:22.556 | +functions-common:screen_process:1501      screen -S stack -p horizon -X logfile /opt/stack/logs/horizon.log.2017-02-10-124752
2017-02-10 04:59:22.563 | +functions-common:screen_process:1502      screen -S stack -p horizon -X log on
2017-02-10 04:59:22.569 | +functions-common:screen_process:1505      touch /opt/stack/logs/horizon.log.2017-02-10-124752
2017-02-10 04:59:22.577 | +functions-common:screen_process:1506      bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''horizon.log.2017-02-10-124752'\'' horizon.log'
2017-02-10 04:59:22.582 | +functions-common:screen_process:1507      [[ -n '' ]]
2017-02-10 04:59:22.585 | +functions-common:screen_process:1521      sleep 3
2017-02-10 04:59:25.591 | ++functions-common:screen_process:1523      echo -ne '\015'
2017-02-10 04:59:25.596 | +functions-common:screen_process:1523      NL=$'\r'
2017-02-10 04:59:25.599 | +functions-common:screen_process:1533      [[ -n '' ]]
2017-02-10 04:59:25.603 | +functions-common:screen_process:1538      screen_rc horizon 'sudo tail -f /var/log/apache2/horizon_error.log'
2017-02-10 04:59:25.608 | +functions-common:screen_rc:1547           SCREEN_NAME=stack
2017-02-10 04:59:25.613 | +functions-common:screen_rc:1548           SCREENRC=/opt/devstack/stack-screenrc
2017-02-10 04:59:25.619 | +functions-common:screen_rc:1549           [[ ! -e /opt/devstack/stack-screenrc ]]
2017-02-10 04:59:25.624 | +functions-common:screen_rc:1559           grep horizon /opt/devstack/stack-screenrc
2017-02-10 04:59:25.630 | ++functions-common:screen_rc:1560           echo -ne '\015'
2017-02-10 04:59:25.634 | +functions-common:screen_rc:1560           NL=$'\r'
2017-02-10 04:59:25.637 | +functions-common:screen_rc:1561           echo 'screen -t horizon bash'
"'17-02-10 04:59:25.643 | +functions-common:screen_rc:1562           echo 'stuff "sudo tail -f /var/log/apache2/horizon_error.log
2017-02-10 04:59:25.646 | +functions-common:screen_rc:1564           [[ -n /opt/stack/logs ]]
2017-02-10 04:59:25.650 | +functions-common:screen_rc:1564           [[ True == \T\r\u\e ]]
2017-02-10 04:59:25.654 | +functions-common:screen_rc:1565           echo 'logfile /opt/stack/logs/horizon.log.2017-02-10-124752'
2017-02-10 04:59:25.659 | +functions-common:screen_rc:1566           echo 'log on'
2017-02-10 04:59:25.664 | +functions-common:screen_process:1540      screen -S stack -p horizon -X stuff 'sudo tail -f /var/log/apache2/horizon_error.log & ec'o $! >/opt/stack/status/stack/horizon.pid; fg || echo "horizon failed to start" | tee "/opt/stack/status/stack/horizon.failure"
2017-02-10 04:59:25.673 | +./stack.sh:main:1288                      is_service_enabled nova
2017-02-10 04:59:25.695 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:59:25.698 | +./stack.sh:main:1288                      is_service_enabled keystone
2017-02-10 04:59:25.725 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 04:59:25.729 | +./stack.sh:main:1289                      USERRC_PARAMS='-PA --target-dir /opt/devstack/accrc'
2017-02-10 04:59:25.732 | +./stack.sh:main:1291                      '[' -f /opt/stack/data/ca-bundle.pem ']'
2017-02-10 04:59:25.736 | +./stack.sh:main:1295                      [[ False = \T\r\u\e ]]
2017-02-10 04:59:25.739 | +./stack.sh:main:1299                      /opt/devstack/tools/create_userrc.sh -PA --target-dir /opt/devstack/accrc
2017-02-10 04:59:25.759 | +opt/devstack/tools/create_userrc.sh:main:28  ACCOUNT_DIR=./accrc
2017-02-10 04:59:25.765 | ++opt/devstack/tools/create_userrc.sh:main:77  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/devstack/accrc
2017-02-10 04:59:25.774 | +opt/devstack/tools/create_userrc.sh:main:77  options=' -P -A --target-dir '\''/opt/devstack/accrc'\'' --'
2017-02-10 04:59:25.776 | +opt/devstack/tools/create_userrc.sh:main:81  eval set -- -P -A --target-dir ''\''/opt/devstack/accrc'\''' --
2017-02-10 04:59:25.779 | ++opt/devstack/tools/create_userrc.sh:main:81  set -- -P -A --target-dir /opt/devstack/accrc --
2017-02-10 04:59:25.781 | +opt/devstack/tools/create_userrc.sh:main:82  ADDPASS=
2017-02-10 04:59:25.783 | +opt/devstack/tools/create_userrc.sh:main:83  HEAT_URL=
2017-02-10 04:59:25.785 | +opt/devstack/tools/create_userrc.sh:main:88  SKIP_PROJECT=service
2017-02-10 04:59:25.787 | +opt/devstack/tools/create_userrc.sh:main:89  MODE=
2017-02-10 04:59:25.790 | +opt/devstack/tools/create_userrc.sh:main:90  ROLE=Member
2017-02-10 04:59:25.795 | +opt/devstack/tools/create_userrc.sh:main:91  USER_NAME=
2017-02-10 04:59:25.797 | +opt/devstack/tools/create_userrc.sh:main:92  USER_PASS=
2017-02-10 04:59:25.799 | +opt/devstack/tools/create_userrc.sh:main:93  '[' 5 -gt 0 ']'
2017-02-10 04:59:25.801 | +opt/devstack/tools/create_userrc.sh:main:94  case "$1" in
2017-02-10 04:59:25.803 | +opt/devstack/tools/create_userrc.sh:main:116  ADDPASS=yes
2017-02-10 04:59:25.805 | +opt/devstack/tools/create_userrc.sh:main:123  shift
2017-02-10 04:59:25.809 | +opt/devstack/tools/create_userrc.sh:main:93  '[' 4 -gt 0 ']'
2017-02-10 04:59:25.811 | +opt/devstack/tools/create_userrc.sh:main:94  case "$1" in
2017-02-10 04:59:25.815 | +opt/devstack/tools/create_userrc.sh:main:115  MODE=all
2017-02-10 04:59:25.818 | +opt/devstack/tools/create_userrc.sh:main:123  shift
2017-02-10 04:59:25.822 | +opt/devstack/tools/create_userrc.sh:main:93  '[' 3 -gt 0 ']'
2017-02-10 04:59:25.824 | +opt/devstack/tools/create_userrc.sh:main:94  case "$1" in
2017-02-10 04:59:25.826 | +opt/devstack/tools/create_userrc.sh:main:110  ACCOUNT_DIR=/opt/devstack/accrc
2017-02-10 04:59:25.828 | +opt/devstack/tools/create_userrc.sh:main:110  shift
2017-02-10 04:59:25.831 | +opt/devstack/tools/create_userrc.sh:main:123  shift
2017-02-10 04:59:25.833 | +opt/devstack/tools/create_userrc.sh:main:93  '[' 1 -gt 0 ']'
2017-02-10 04:59:25.835 | +opt/devstack/tools/create_userrc.sh:main:94  case "$1" in
2017-02-10 04:59:25.837 | +opt/devstack/tools/create_userrc.sh:main:119  shift
2017-02-10 04:59:25.840 | +opt/devstack/tools/create_userrc.sh:main:119  break
2017-02-10 04:59:25.845 | +opt/devstack/tools/create_userrc.sh:main:126  '[' -z pass ']'
2017-02-10 04:59:25.847 | +opt/devstack/tools/create_userrc.sh:main:135  '[' -z '' -a '' ']'
2017-02-10 04:59:25.849 | +opt/devstack/tools/create_userrc.sh:main:139  '[' -z admin -a '' ']'
2017-02-10 04:59:25.851 | +opt/devstack/tools/create_userrc.sh:main:143  '[' -z admin -a -z '' ']'
2017-02-10 04:59:25.853 | +opt/devstack/tools/create_userrc.sh:main:147  '[' -z admin ']'
2017-02-10 04:59:25.855 | +opt/devstack/tools/create_userrc.sh:main:151  '[' -z http://172.30.250.59:35357 ']'
2017-02-10 04:59:25.859 | +opt/devstack/tools/create_userrc.sh:main:155  '[' -z default -a -z '' ']'
2017-02-10 04:59:25.861 | +opt/devstack/tools/create_userrc.sh:main:160  '[' -z default -a -z '' ']'
2017-02-10 04:59:25.865 | +opt/devstack/tools/create_userrc.sh:main:165  USER_PASS=pass
2017-02-10 04:59:25.869 | +opt/devstack/tools/create_userrc.sh:main:166  USER_NAME=admin
2017-02-10 04:59:25.873 | +opt/devstack/tools/create_userrc.sh:main:168  '[' -z all ']'
2017-02-10 04:59:25.875 | +opt/devstack/tools/create_userrc.sh:main:237  '[' all '!=' create ']'
2017-02-10 04:59:25.880 | +opt/devstack/tools/create_userrc.sh:main:239  openstack project list --long --quote none -f csv
2017-02-10 04:59:25.883 | +opt/devstack/tools/create_userrc.sh:main:239  grep ,True
2017-02-10 04:59:25.884 | +opt/devstack/tools/create_userrc.sh:main:239  IFS=,
2017-02-10 04:59:25.886 | +opt/devstack/tools/create_userrc.sh:main:239  read project_id project_name desc enabled
2017-02-10 04:59:25.886 | +opt/devstack/tools/create_userrc.sh:main:239  grep -v service
2017-02-10 04:59:42.990 | +opt/devstack/tools/create_userrc.sh:main:240  grep ,True
2017-02-10 04:59:42.992 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:42.992 | +opt/devstack/tools/create_userrc.sh:main:240  openstack user list --project 11cd40f88e804b8f802be0e5c08ee8e2 --long --quote none -f csv
2017-02-10 04:59:42.995 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:44.743 | +opt/devstack/tools/create_userrc.sh:main:241  '[' all = one -a admin '!=' admin ']'
2017-02-10 04:59:44.745 | +opt/devstack/tools/create_userrc.sh:main:248  eval 'SPECIFIC_UPASSWORD=$admin_password'
2017-02-10 04:59:44.747 | ++opt/devstack/tools/create_userrc.sh:main:248  SPECIFIC_UPASSWORD=
2017-02-10 04:59:44.752 | +opt/devstack/tools/create_userrc.sh:main:249  '[' -n '' ']'
2017-02-10 04:59:44.754 | +opt/devstack/tools/create_userrc.sh:main:252  add_entry eeebb47423bb4333b2508cc90b4537f7 admin 11cd40f88e804b8f802be0e5c08ee8e2 demo pass
2017-02-10 04:59:44.756 | +opt/devstack/tools/create_userrc.sh:add_entry:176  local user_id=eeebb47423bb4333b2508cc90b4537f7
2017-02-10 04:59:44.760 | +opt/devstack/tools/create_userrc.sh:add_entry:177  local user_name=admin
2017-02-10 04:59:44.762 | +opt/devstack/tools/create_userrc.sh:add_entry:178  local project_id=11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:59:44.765 | +opt/devstack/tools/create_userrc.sh:add_entry:179  local project_name=demo
2017-02-10 04:59:44.768 | +opt/devstack/tools/create_userrc.sh:add_entry:180  local user_passwd=pass
2017-02-10 04:59:44.770 | +opt/devstack/tools/create_userrc.sh:add_entry:182  mkdir -p /opt/devstack/accrc/demo
2017-02-10 04:59:44.781 | +opt/devstack/tools/create_userrc.sh:add_entry:183  local rcfile=/opt/devstack/accrc/demo/admin
2017-02-10 04:59:44.784 | +opt/devstack/tools/create_userrc.sh:add_entry:185  cat
2017-02-10 04:59:44.790 | +opt/devstack/tools/create_userrc.sh:add_entry:195  '[' -n yes ']'
2017-02-10 04:59:44.792 | +opt/devstack/tools/create_userrc.sh:add_entry:196  echo 'export OS_PASSWORD="pass"'
2017-02-10 04:59:44.794 | +opt/devstack/tools/create_userrc.sh:add_entry:198  '[' -n '' ']'
2017-02-10 04:59:44.797 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:44.799 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:44.802 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_USER_DOMAIN_ID=default'
2017-02-10 04:59:44.804 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:44.808 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:44.809 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_USER_DOMAIN_NAME'
2017-02-10 04:59:44.811 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:44.814 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:44.817 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_PROJECT_DOMAIN_ID=default'
2017-02-10 04:59:44.818 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:44.820 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:44.824 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_PROJECT_DOMAIN_NAME'
2017-02-10 04:59:44.827 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:44.829 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:44.831 | +opt/devstack/tools/create_userrc.sh:main:241  '[' all = one -a demo '!=' admin ']'
2017-02-10 04:59:44.833 | +opt/devstack/tools/create_userrc.sh:main:248  eval 'SPECIFIC_UPASSWORD=$demo_password'
2017-02-10 04:59:44.836 | ++opt/devstack/tools/create_userrc.sh:main:248  SPECIFIC_UPASSWORD=
2017-02-10 04:59:44.839 | +opt/devstack/tools/create_userrc.sh:main:249  '[' -n '' ']'
2017-02-10 04:59:44.841 | +opt/devstack/tools/create_userrc.sh:main:252  add_entry a475e83b8c6d4e319962ceacb9e8d8b0 demo 11cd40f88e804b8f802be0e5c08ee8e2 demo pass
2017-02-10 04:59:44.844 | +opt/devstack/tools/create_userrc.sh:add_entry:176  local user_id=a475e83b8c6d4e319962ceacb9e8d8b0
2017-02-10 04:59:44.846 | +opt/devstack/tools/create_userrc.sh:add_entry:177  local user_name=demo
2017-02-10 04:59:44.848 | +opt/devstack/tools/create_userrc.sh:add_entry:178  local project_id=11cd40f88e804b8f802be0e5c08ee8e2
2017-02-10 04:59:44.850 | +opt/devstack/tools/create_userrc.sh:add_entry:179  local project_name=demo
2017-02-10 04:59:44.853 | +opt/devstack/tools/create_userrc.sh:add_entry:180  local user_passwd=pass
2017-02-10 04:59:44.855 | +opt/devstack/tools/create_userrc.sh:add_entry:182  mkdir -p /opt/devstack/accrc/demo
2017-02-10 04:59:44.859 | +opt/devstack/tools/create_userrc.sh:add_entry:183  local rcfile=/opt/devstack/accrc/demo/demo
2017-02-10 04:59:44.862 | +opt/devstack/tools/create_userrc.sh:add_entry:185  cat
2017-02-10 04:59:44.866 | +opt/devstack/tools/create_userrc.sh:add_entry:195  '[' -n yes ']'
2017-02-10 04:59:44.869 | +opt/devstack/tools/create_userrc.sh:add_entry:196  echo 'export OS_PASSWORD="pass"'
2017-02-10 04:59:44.872 | +opt/devstack/tools/create_userrc.sh:add_entry:198  '[' -n '' ']'
2017-02-10 04:59:44.875 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:44.877 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:44.879 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_USER_DOMAIN_ID=default'
2017-02-10 04:59:44.884 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:44.888 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:44.891 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_USER_DOMAIN_NAME'
2017-02-10 04:59:44.893 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:44.897 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:44.902 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_PROJECT_DOMAIN_ID=default'
2017-02-10 04:59:44.904 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:44.906 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:44.910 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_PROJECT_DOMAIN_NAME'
2017-02-10 04:59:44.912 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:44.915 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:44.918 | +opt/devstack/tools/create_userrc.sh:main:239  IFS=,
2017-02-10 04:59:44.920 | +opt/devstack/tools/create_userrc.sh:main:239  read project_id project_name desc enabled
2017-02-10 04:59:44.925 | +opt/devstack/tools/create_userrc.sh:main:240  grep ,True
2017-02-10 04:59:44.926 | +opt/devstack/tools/create_userrc.sh:main:240  openstack user list --project 3a1ca3a55d4f4332a4321dff39028f1e --long --quote none -f csv
2017-02-10 04:59:44.932 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:44.934 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:46.593 | +opt/devstack/tools/create_userrc.sh:main:241  '[' all = one -a swiftusertest4 '!=' admin ']'
2017-02-10 04:59:46.595 | +opt/devstack/tools/create_userrc.sh:main:248  eval 'SPECIFIC_UPASSWORD=$swiftusertest4_password'
2017-02-10 04:59:46.598 | ++opt/devstack/tools/create_userrc.sh:main:248  SPECIFIC_UPASSWORD=testing4
2017-02-10 04:59:46.600 | +opt/devstack/tools/create_userrc.sh:main:249  '[' -n testing4 ']'
2017-02-10 04:59:46.603 | +opt/devstack/tools/create_userrc.sh:main:250  USER_PASS=testing4
2017-02-10 04:59:46.605 | +opt/devstack/tools/create_userrc.sh:main:252  add_entry 70356469ff994590bfd27d1fa63c6f5e swiftusertest4 3a1ca3a55d4f4332a4321dff39028f1e swifttenanttest4 testing4
2017-02-10 04:59:46.607 | +opt/devstack/tools/create_userrc.sh:add_entry:176  local user_id=70356469ff994590bfd27d1fa63c6f5e
2017-02-10 04:59:46.610 | +opt/devstack/tools/create_userrc.sh:add_entry:177  local user_name=swiftusertest4
2017-02-10 04:59:46.615 | +opt/devstack/tools/create_userrc.sh:add_entry:178  local project_id=3a1ca3a55d4f4332a4321dff39028f1e
2017-02-10 04:59:46.617 | +opt/devstack/tools/create_userrc.sh:add_entry:179  local project_name=swifttenanttest4
2017-02-10 04:59:46.619 | +opt/devstack/tools/create_userrc.sh:add_entry:180  local user_passwd=testing4
2017-02-10 04:59:46.622 | +opt/devstack/tools/create_userrc.sh:add_entry:182  mkdir -p /opt/devstack/accrc/swifttenanttest4
2017-02-10 04:59:46.626 | +opt/devstack/tools/create_userrc.sh:add_entry:183  local rcfile=/opt/devstack/accrc/swifttenanttest4/swiftusertest4
2017-02-10 04:59:46.628 | +opt/devstack/tools/create_userrc.sh:add_entry:185  cat
2017-02-10 04:59:46.638 | +opt/devstack/tools/create_userrc.sh:add_entry:195  '[' -n yes ']'
2017-02-10 04:59:46.642 | +opt/devstack/tools/create_userrc.sh:add_entry:196  echo 'export OS_PASSWORD="testing4"'
2017-02-10 04:59:46.644 | +opt/devstack/tools/create_userrc.sh:add_entry:198  '[' -n '' ']'
2017-02-10 04:59:46.648 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:46.650 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:46.653 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_USER_DOMAIN_ID=default'
2017-02-10 04:59:46.655 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:46.657 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:46.660 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_USER_DOMAIN_NAME'
2017-02-10 04:59:46.663 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:46.666 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:46.668 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_PROJECT_DOMAIN_ID=default'
2017-02-10 04:59:46.670 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:46.674 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:46.676 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_PROJECT_DOMAIN_NAME'
2017-02-10 04:59:46.679 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:46.681 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:46.683 | +opt/devstack/tools/create_userrc.sh:main:239  IFS=,
2017-02-10 04:59:46.685 | +opt/devstack/tools/create_userrc.sh:main:239  read project_id project_name desc enabled
2017-02-10 04:59:46.689 | +opt/devstack/tools/create_userrc.sh:main:240  openstack user list --project 57eb8bb5e61c442487543d1d700aef00 --long --quote none -f csv
2017-02-10 04:59:46.692 | +opt/devstack/tools/create_userrc.sh:main:240  grep ,True
2017-02-10 04:59:46.694 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:46.700 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:48.428 | +opt/devstack/tools/create_userrc.sh:main:241  '[' all = one -a admin '!=' admin ']'
2017-02-10 04:59:48.432 | +opt/devstack/tools/create_userrc.sh:main:248  eval 'SPECIFIC_UPASSWORD=$admin_password'
2017-02-10 04:59:48.439 | ++opt/devstack/tools/create_userrc.sh:main:248  SPECIFIC_UPASSWORD=
2017-02-10 04:59:48.439 | +opt/devstack/tools/create_userrc.sh:main:249  '[' -n '' ']'
2017-02-10 04:59:48.440 | +opt/devstack/tools/create_userrc.sh:main:252  add_entry eeebb47423bb4333b2508cc90b4537f7 admin 57eb8bb5e61c442487543d1d700aef00 admin pass
2017-02-10 04:59:48.443 | +opt/devstack/tools/create_userrc.sh:add_entry:176  local user_id=eeebb47423bb4333b2508cc90b4537f7
2017-02-10 04:59:48.444 | +opt/devstack/tools/create_userrc.sh:add_entry:177  local user_name=admin
2017-02-10 04:59:48.449 | +opt/devstack/tools/create_userrc.sh:add_entry:178  local project_id=57eb8bb5e61c442487543d1d700aef00
2017-02-10 04:59:48.450 | +opt/devstack/tools/create_userrc.sh:add_entry:179  local project_name=admin
2017-02-10 04:59:48.453 | +opt/devstack/tools/create_userrc.sh:add_entry:180  local user_passwd=pass
2017-02-10 04:59:48.465 | +opt/devstack/tools/create_userrc.sh:add_entry:182  mkdir -p /opt/devstack/accrc/admin
2017-02-10 04:59:48.467 | +opt/devstack/tools/create_userrc.sh:add_entry:183  local rcfile=/opt/devstack/accrc/admin/admin
2017-02-10 04:59:48.469 | +opt/devstack/tools/create_userrc.sh:add_entry:185  cat
2017-02-10 04:59:48.473 | +opt/devstack/tools/create_userrc.sh:add_entry:195  '[' -n yes ']'
2017-02-10 04:59:48.476 | +opt/devstack/tools/create_userrc.sh:add_entry:196  echo 'export OS_PASSWORD="pass"'
2017-02-10 04:59:48.479 | +opt/devstack/tools/create_userrc.sh:add_entry:198  '[' -n '' ']'
2017-02-10 04:59:48.480 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:48.482 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:48.484 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_USER_DOMAIN_ID=default'
2017-02-10 04:59:48.486 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:48.488 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:48.491 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_USER_DOMAIN_NAME'
2017-02-10 04:59:48.494 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:48.498 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:48.500 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_PROJECT_DOMAIN_ID=default'
2017-02-10 04:59:48.502 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:48.504 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:48.510 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_PROJECT_DOMAIN_NAME'
2017-02-10 04:59:48.512 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:48.516 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:48.518 | +opt/devstack/tools/create_userrc.sh:main:239  IFS=,
2017-02-10 04:59:48.520 | +opt/devstack/tools/create_userrc.sh:main:239  read project_id project_name desc enabled
2017-02-10 04:59:48.525 | +opt/devstack/tools/create_userrc.sh:main:240  grep ,True
2017-02-10 04:59:48.526 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:48.526 | +opt/devstack/tools/create_userrc.sh:main:240  openstack user list --project 5841f3573fc24d9f845945e4cbb05845 --long --quote none -f csv
2017-02-10 04:59:48.532 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:50.026 | +opt/devstack/tools/create_userrc.sh:main:241  '[' all = one -a demo '!=' admin ']'
2017-02-10 04:59:50.028 | +opt/devstack/tools/create_userrc.sh:main:248  eval 'SPECIFIC_UPASSWORD=$demo_password'
2017-02-10 04:59:50.031 | ++opt/devstack/tools/create_userrc.sh:main:248  SPECIFIC_UPASSWORD=
2017-02-10 04:59:50.033 | +opt/devstack/tools/create_userrc.sh:main:249  '[' -n '' ']'
2017-02-10 04:59:50.035 | +opt/devstack/tools/create_userrc.sh:main:252  add_entry a475e83b8c6d4e319962ceacb9e8d8b0 demo 5841f3573fc24d9f845945e4cbb05845 invisible_to_admin pass
2017-02-10 04:59:50.038 | +opt/devstack/tools/create_userrc.sh:add_entry:176  local user_id=a475e83b8c6d4e319962ceacb9e8d8b0
2017-02-10 04:59:50.041 | +opt/devstack/tools/create_userrc.sh:add_entry:177  local user_name=demo
2017-02-10 04:59:50.044 | +opt/devstack/tools/create_userrc.sh:add_entry:178  local project_id=5841f3573fc24d9f845945e4cbb05845
2017-02-10 04:59:50.048 | +opt/devstack/tools/create_userrc.sh:add_entry:179  local project_name=invisible_to_admin
2017-02-10 04:59:50.050 | +opt/devstack/tools/create_userrc.sh:add_entry:180  local user_passwd=pass
2017-02-10 04:59:50.052 | +opt/devstack/tools/create_userrc.sh:add_entry:182  mkdir -p /opt/devstack/accrc/invisible_to_admin
2017-02-10 04:59:50.055 | +opt/devstack/tools/create_userrc.sh:add_entry:183  local rcfile=/opt/devstack/accrc/invisible_to_admin/demo
2017-02-10 04:59:50.057 | +opt/devstack/tools/create_userrc.sh:add_entry:185  cat
2017-02-10 04:59:50.071 | +opt/devstack/tools/create_userrc.sh:add_entry:195  '[' -n yes ']'
2017-02-10 04:59:50.074 | +opt/devstack/tools/create_userrc.sh:add_entry:196  echo 'export OS_PASSWORD="pass"'
2017-02-10 04:59:50.077 | +opt/devstack/tools/create_userrc.sh:add_entry:198  '[' -n '' ']'
2017-02-10 04:59:50.079 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:50.082 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:50.084 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_USER_DOMAIN_ID=default'
2017-02-10 04:59:50.086 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:50.089 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:50.093 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_USER_DOMAIN_NAME'
2017-02-10 04:59:50.095 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:50.099 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:50.101 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_PROJECT_DOMAIN_ID=default'
2017-02-10 04:59:50.103 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:50.105 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:50.107 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_PROJECT_DOMAIN_NAME'
2017-02-10 04:59:50.109 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:50.112 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:50.115 | +opt/devstack/tools/create_userrc.sh:main:239  IFS=,
2017-02-10 04:59:50.118 | +opt/devstack/tools/create_userrc.sh:main:239  read project_id project_name desc enabled
2017-02-10 04:59:50.121 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:50.123 | +opt/devstack/tools/create_userrc.sh:main:240  openstack user list --project 691033bac0214f6aa392d578feeccd4e --long --quote none -f csv
2017-02-10 04:59:50.128 | +opt/devstack/tools/create_userrc.sh:main:240  grep ,True
2017-02-10 04:59:50.129 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:51.708 | +opt/devstack/tools/create_userrc.sh:main:241  '[' all = one -a swiftusertest1 '!=' admin ']'
2017-02-10 04:59:51.712 | +opt/devstack/tools/create_userrc.sh:main:248  eval 'SPECIFIC_UPASSWORD=$swiftusertest1_password'
2017-02-10 04:59:51.715 | ++opt/devstack/tools/create_userrc.sh:main:248  SPECIFIC_UPASSWORD=testing
2017-02-10 04:59:51.718 | +opt/devstack/tools/create_userrc.sh:main:249  '[' -n testing ']'
2017-02-10 04:59:51.721 | +opt/devstack/tools/create_userrc.sh:main:250  USER_PASS=testing
2017-02-10 04:59:51.723 | +opt/devstack/tools/create_userrc.sh:main:252  add_entry 419ae1e4c8a34953a373f253da9f2d1a swiftusertest1 691033bac0214f6aa392d578feeccd4e swifttenanttest1 testing
2017-02-10 04:59:51.726 | +opt/devstack/tools/create_userrc.sh:add_entry:176  local user_id=419ae1e4c8a34953a373f253da9f2d1a
2017-02-10 04:59:51.728 | +opt/devstack/tools/create_userrc.sh:add_entry:177  local user_name=swiftusertest1
2017-02-10 04:59:51.730 | +opt/devstack/tools/create_userrc.sh:add_entry:178  local project_id=691033bac0214f6aa392d578feeccd4e
2017-02-10 04:59:51.733 | +opt/devstack/tools/create_userrc.sh:add_entry:179  local project_name=swifttenanttest1
2017-02-10 04:59:51.735 | +opt/devstack/tools/create_userrc.sh:add_entry:180  local user_passwd=testing
2017-02-10 04:59:51.737 | +opt/devstack/tools/create_userrc.sh:add_entry:182  mkdir -p /opt/devstack/accrc/swifttenanttest1
2017-02-10 04:59:51.740 | +opt/devstack/tools/create_userrc.sh:add_entry:183  local rcfile=/opt/devstack/accrc/swifttenanttest1/swiftusertest1
2017-02-10 04:59:51.744 | +opt/devstack/tools/create_userrc.sh:add_entry:185  cat
2017-02-10 04:59:51.749 | +opt/devstack/tools/create_userrc.sh:add_entry:195  '[' -n yes ']'
2017-02-10 04:59:51.752 | +opt/devstack/tools/create_userrc.sh:add_entry:196  echo 'export OS_PASSWORD="testing"'
2017-02-10 04:59:51.755 | +opt/devstack/tools/create_userrc.sh:add_entry:198  '[' -n '' ']'
2017-02-10 04:59:51.757 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:51.759 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:51.762 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_USER_DOMAIN_ID=default'
2017-02-10 04:59:51.764 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:51.769 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:51.771 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_USER_DOMAIN_NAME'
2017-02-10 04:59:51.774 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:51.776 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:51.779 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_PROJECT_DOMAIN_ID=default'
2017-02-10 04:59:51.782 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:51.784 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:51.786 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_PROJECT_DOMAIN_NAME'
2017-02-10 04:59:51.788 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:51.791 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:51.794 | +opt/devstack/tools/create_userrc.sh:main:241  '[' all = one -a swiftusertest3 '!=' admin ']'
2017-02-10 04:59:51.796 | +opt/devstack/tools/create_userrc.sh:main:248  eval 'SPECIFIC_UPASSWORD=$swiftusertest3_password'
2017-02-10 04:59:51.801 | ++opt/devstack/tools/create_userrc.sh:main:248  SPECIFIC_UPASSWORD=testing3
2017-02-10 04:59:51.803 | +opt/devstack/tools/create_userrc.sh:main:249  '[' -n testing3 ']'
2017-02-10 04:59:51.806 | +opt/devstack/tools/create_userrc.sh:main:250  USER_PASS=testing3
2017-02-10 04:59:51.808 | +opt/devstack/tools/create_userrc.sh:main:252  add_entry b0916e8c147c452ea9e7271155ee606e swiftusertest3 691033bac0214f6aa392d578feeccd4e swifttenanttest1 testing3
2017-02-10 04:59:51.811 | +opt/devstack/tools/create_userrc.sh:add_entry:176  local user_id=b0916e8c147c452ea9e7271155ee606e
2017-02-10 04:59:51.813 | +opt/devstack/tools/create_userrc.sh:add_entry:177  local user_name=swiftusertest3
2017-02-10 04:59:51.817 | +opt/devstack/tools/create_userrc.sh:add_entry:178  local project_id=691033bac0214f6aa392d578feeccd4e
2017-02-10 04:59:51.819 | +opt/devstack/tools/create_userrc.sh:add_entry:179  local project_name=swifttenanttest1
2017-02-10 04:59:51.821 | +opt/devstack/tools/create_userrc.sh:add_entry:180  local user_passwd=testing3
2017-02-10 04:59:51.824 | +opt/devstack/tools/create_userrc.sh:add_entry:182  mkdir -p /opt/devstack/accrc/swifttenanttest1
2017-02-10 04:59:51.828 | +opt/devstack/tools/create_userrc.sh:add_entry:183  local rcfile=/opt/devstack/accrc/swifttenanttest1/swiftusertest3
2017-02-10 04:59:51.830 | +opt/devstack/tools/create_userrc.sh:add_entry:185  cat
2017-02-10 04:59:51.834 | +opt/devstack/tools/create_userrc.sh:add_entry:195  '[' -n yes ']'
2017-02-10 04:59:51.836 | +opt/devstack/tools/create_userrc.sh:add_entry:196  echo 'export OS_PASSWORD="testing3"'
2017-02-10 04:59:51.838 | +opt/devstack/tools/create_userrc.sh:add_entry:198  '[' -n '' ']'
2017-02-10 04:59:51.842 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:51.845 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:51.847 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_USER_DOMAIN_ID=default'
2017-02-10 04:59:51.850 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:51.852 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:51.854 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_USER_DOMAIN_NAME'
2017-02-10 04:59:51.856 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:51.858 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:51.861 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_PROJECT_DOMAIN_ID=default'
2017-02-10 04:59:51.863 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:51.866 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:51.869 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_PROJECT_DOMAIN_NAME'
2017-02-10 04:59:51.871 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:51.875 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:51.878 | +opt/devstack/tools/create_userrc.sh:main:239  IFS=,
2017-02-10 04:59:51.880 | +opt/devstack/tools/create_userrc.sh:main:239  read project_id project_name desc enabled
2017-02-10 04:59:51.883 | +opt/devstack/tools/create_userrc.sh:main:240  grep ,True
2017-02-10 04:59:51.884 | +opt/devstack/tools/create_userrc.sh:main:240  openstack user list --project 8d5f696798114688bd686be73d2238c2 --long --quote none -f csv
2017-02-10 04:59:51.889 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:51.892 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:53.487 | +opt/devstack/tools/create_userrc.sh:main:241  '[' all = one -a swiftusertest2 '!=' admin ']'
2017-02-10 04:59:53.490 | +opt/devstack/tools/create_userrc.sh:main:248  eval 'SPECIFIC_UPASSWORD=$swiftusertest2_password'
2017-02-10 04:59:53.494 | ++opt/devstack/tools/create_userrc.sh:main:248  SPECIFIC_UPASSWORD=testing2
2017-02-10 04:59:53.496 | +opt/devstack/tools/create_userrc.sh:main:249  '[' -n testing2 ']'
2017-02-10 04:59:53.499 | +opt/devstack/tools/create_userrc.sh:main:250  USER_PASS=testing2
2017-02-10 04:59:53.501 | +opt/devstack/tools/create_userrc.sh:main:252  add_entry 9a29d6e7220d4ad08205bc45fd694826 swiftusertest2 8d5f696798114688bd686be73d2238c2 swifttenanttest2 testing2
2017-02-10 04:59:53.503 | +opt/devstack/tools/create_userrc.sh:add_entry:176  local user_id=9a29d6e7220d4ad08205bc45fd694826
2017-02-10 04:59:53.506 | +opt/devstack/tools/create_userrc.sh:add_entry:177  local user_name=swiftusertest2
2017-02-10 04:59:53.508 | +opt/devstack/tools/create_userrc.sh:add_entry:178  local project_id=8d5f696798114688bd686be73d2238c2
2017-02-10 04:59:53.510 | +opt/devstack/tools/create_userrc.sh:add_entry:179  local project_name=swifttenanttest2
2017-02-10 04:59:53.512 | +opt/devstack/tools/create_userrc.sh:add_entry:180  local user_passwd=testing2
2017-02-10 04:59:53.514 | +opt/devstack/tools/create_userrc.sh:add_entry:182  mkdir -p /opt/devstack/accrc/swifttenanttest2
2017-02-10 04:59:53.517 | +opt/devstack/tools/create_userrc.sh:add_entry:183  local rcfile=/opt/devstack/accrc/swifttenanttest2/swiftusertest2
2017-02-10 04:59:53.520 | +opt/devstack/tools/create_userrc.sh:add_entry:185  cat
2017-02-10 04:59:53.528 | +opt/devstack/tools/create_userrc.sh:add_entry:195  '[' -n yes ']'
2017-02-10 04:59:53.530 | +opt/devstack/tools/create_userrc.sh:add_entry:196  echo 'export OS_PASSWORD="testing2"'
2017-02-10 04:59:53.532 | +opt/devstack/tools/create_userrc.sh:add_entry:198  '[' -n '' ']'
2017-02-10 04:59:53.535 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:53.537 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:53.539 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_USER_DOMAIN_ID=default'
2017-02-10 04:59:53.541 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:53.544 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:53.547 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_USER_DOMAIN_NAME'
2017-02-10 04:59:53.550 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:53.552 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:53.554 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_PROJECT_DOMAIN_ID=default'
2017-02-10 04:59:53.556 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:53.559 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:53.562 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_PROJECT_DOMAIN_NAME'
2017-02-10 04:59:53.564 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:53.568 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:53.571 | +opt/devstack/tools/create_userrc.sh:main:239  IFS=,
2017-02-10 04:59:53.575 | +opt/devstack/tools/create_userrc.sh:main:239  read project_id project_name desc enabled
2017-02-10 04:59:53.579 | +opt/devstack/tools/create_userrc.sh:main:240  openstack user list --project f5a98dcadf5045a39c9b61dd1d37f9d1 --long --quote none -f csv
2017-02-10 04:59:53.579 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:53.585 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:53.587 | +opt/devstack/tools/create_userrc.sh:main:240  grep ,True
2017-02-10 04:59:55.148 | +opt/devstack/tools/create_userrc.sh:main:241  '[' all = one -a admin '!=' admin ']'
2017-02-10 04:59:55.152 | +opt/devstack/tools/create_userrc.sh:main:248  eval 'SPECIFIC_UPASSWORD=$admin_password'
2017-02-10 04:59:55.155 | ++opt/devstack/tools/create_userrc.sh:main:248  SPECIFIC_UPASSWORD=
2017-02-10 04:59:55.158 | +opt/devstack/tools/create_userrc.sh:main:249  '[' -n '' ']'
2017-02-10 04:59:55.160 | +opt/devstack/tools/create_userrc.sh:main:252  add_entry eeebb47423bb4333b2508cc90b4537f7 admin f5a98dcadf5045a39c9b61dd1d37f9d1 alt_demo pass
2017-02-10 04:59:55.164 | +opt/devstack/tools/create_userrc.sh:add_entry:176  local user_id=eeebb47423bb4333b2508cc90b4537f7
2017-02-10 04:59:55.169 | +opt/devstack/tools/create_userrc.sh:add_entry:177  local user_name=admin
2017-02-10 04:59:55.171 | +opt/devstack/tools/create_userrc.sh:add_entry:178  local project_id=f5a98dcadf5045a39c9b61dd1d37f9d1
2017-02-10 04:59:55.173 | +opt/devstack/tools/create_userrc.sh:add_entry:179  local project_name=alt_demo
2017-02-10 04:59:55.177 | +opt/devstack/tools/create_userrc.sh:add_entry:180  local user_passwd=pass
2017-02-10 04:59:55.180 | +opt/devstack/tools/create_userrc.sh:add_entry:182  mkdir -p /opt/devstack/accrc/alt_demo
2017-02-10 04:59:55.186 | +opt/devstack/tools/create_userrc.sh:add_entry:183  local rcfile=/opt/devstack/accrc/alt_demo/admin
2017-02-10 04:59:55.188 | +opt/devstack/tools/create_userrc.sh:add_entry:185  cat
2017-02-10 04:59:55.192 | +opt/devstack/tools/create_userrc.sh:add_entry:195  '[' -n yes ']'
2017-02-10 04:59:55.197 | +opt/devstack/tools/create_userrc.sh:add_entry:196  echo 'export OS_PASSWORD="pass"'
2017-02-10 04:59:55.200 | +opt/devstack/tools/create_userrc.sh:add_entry:198  '[' -n '' ']'
2017-02-10 04:59:55.202 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:55.204 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:55.206 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_USER_DOMAIN_ID=default'
2017-02-10 04:59:55.208 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:55.210 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:55.214 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_USER_DOMAIN_NAME'
2017-02-10 04:59:55.217 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:55.220 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:55.223 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_PROJECT_DOMAIN_ID=default'
2017-02-10 04:59:55.224 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:55.228 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:55.230 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_PROJECT_DOMAIN_NAME'
2017-02-10 04:59:55.232 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:55.234 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:55.237 | +opt/devstack/tools/create_userrc.sh:main:241  '[' all = one -a alt_demo '!=' admin ']'
2017-02-10 04:59:55.239 | +opt/devstack/tools/create_userrc.sh:main:248  eval 'SPECIFIC_UPASSWORD=$alt_demo_password'
2017-02-10 04:59:55.242 | ++opt/devstack/tools/create_userrc.sh:main:248  SPECIFIC_UPASSWORD=
2017-02-10 04:59:55.246 | +opt/devstack/tools/create_userrc.sh:main:249  '[' -n '' ']'
2017-02-10 04:59:55.248 | +opt/devstack/tools/create_userrc.sh:main:252  add_entry bfbb4defdd664225bd4b91859893691f alt_demo f5a98dcadf5045a39c9b61dd1d37f9d1 alt_demo pass
2017-02-10 04:59:55.251 | +opt/devstack/tools/create_userrc.sh:add_entry:176  local user_id=bfbb4defdd664225bd4b91859893691f
2017-02-10 04:59:55.253 | +opt/devstack/tools/create_userrc.sh:add_entry:177  local user_name=alt_demo
2017-02-10 04:59:55.255 | +opt/devstack/tools/create_userrc.sh:add_entry:178  local project_id=f5a98dcadf5045a39c9b61dd1d37f9d1
2017-02-10 04:59:55.257 | +opt/devstack/tools/create_userrc.sh:add_entry:179  local project_name=alt_demo
2017-02-10 04:59:55.260 | +opt/devstack/tools/create_userrc.sh:add_entry:180  local user_passwd=pass
2017-02-10 04:59:55.263 | +opt/devstack/tools/create_userrc.sh:add_entry:182  mkdir -p /opt/devstack/accrc/alt_demo
2017-02-10 04:59:55.266 | +opt/devstack/tools/create_userrc.sh:add_entry:183  local rcfile=/opt/devstack/accrc/alt_demo/alt_demo
2017-02-10 04:59:55.269 | +opt/devstack/tools/create_userrc.sh:add_entry:185  cat
2017-02-10 04:59:55.273 | +opt/devstack/tools/create_userrc.sh:add_entry:195  '[' -n yes ']'
2017-02-10 04:59:55.277 | +opt/devstack/tools/create_userrc.sh:add_entry:196  echo 'export OS_PASSWORD="pass"'
2017-02-10 04:59:55.279 | +opt/devstack/tools/create_userrc.sh:add_entry:198  '[' -n '' ']'
2017-02-10 04:59:55.281 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:55.283 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:55.286 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_USER_DOMAIN_ID=default'
2017-02-10 04:59:55.289 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:55.292 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:55.296 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_USER_DOMAIN_NAME'
2017-02-10 04:59:55.299 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:55.301 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' default ']'
2017-02-10 04:59:55.303 | +opt/devstack/tools/create_userrc.sh:add_entry:204  echo 'export OS_PROJECT_DOMAIN_ID=default'
2017-02-10 04:59:55.307 | +opt/devstack/tools/create_userrc.sh:add_entry:202  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME
2017-02-10 04:59:55.308 | +opt/devstack/tools/create_userrc.sh:add_entry:203  '[' ']'
2017-02-10 04:59:55.311 | +opt/devstack/tools/create_userrc.sh:add_entry:206  echo 'unset OS_PROJECT_DOMAIN_NAME'
2017-02-10 04:59:55.315 | +opt/devstack/tools/create_userrc.sh:main:240  IFS=,
2017-02-10 04:59:55.318 | +opt/devstack/tools/create_userrc.sh:main:240  read user_id user_name project email enabled
2017-02-10 04:59:55.323 | +opt/devstack/tools/create_userrc.sh:main:239  IFS=,
2017-02-10 04:59:55.325 | +opt/devstack/tools/create_userrc.sh:main:239  read project_id project_name desc enabled
2017-02-10 04:59:55.329 | +./stack.sh:main:1304                      save_stackenv
2017-02-10 04:59:55.332 | +functions-common:save_stackenv:61         local tag=
2017-02-10 04:59:55.338 | ++functions-common:save_stackenv:63         date +%F-%H%M%S
2017-02-10 04:59:55.342 | +functions-common:save_stackenv:63         time_stamp=2017-02-10-125955
2017-02-10 04:59:55.346 | +functions-common:save_stackenv:64         echo '# 2017-02-10-125955 '
2017-02-10 04:59:55.351 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.354 | +functions-common:save_stackenv:66         echo BASE_SQL_CONN=mysql+pymysql://root:pass@127.0.0.1
2017-02-10 04:59:55.357 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.360 | +functions-common:save_stackenv:66         echo DATA_DIR=/opt/stack/data
2017-02-10 04:59:55.364 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.368 | +functions-common:save_stackenv:66         echo DEST=/opt/stack
2017-02-10 04:59:55.373 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.377 | +functions-common:save_stackenv:66         echo ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,h-eng,h-api,h-api-cfn,h-api-cw,s-proxy,s-object,s-container,s-account,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-metering
2017-02-10 04:59:55.380 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.383 | +functions-common:save_stackenv:66         echo HOST_IP=172.30.250.59
2017-02-10 04:59:55.387 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.392 | +functions-common:save_stackenv:66         echo KEYSTONE_AUTH_PROTOCOL=http
2017-02-10 04:59:55.397 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.401 | +functions-common:save_stackenv:66         echo KEYSTONE_AUTH_URI=http://172.30.250.59:35357
2017-02-10 04:59:55.404 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.407 | +functions-common:save_stackenv:66         echo KEYSTONE_SERVICE_URI=http://172.30.250.59:5000
2017-02-10 04:59:55.410 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.415 | +functions-common:save_stackenv:66         echo LOGFILE=/opt/stack/logs/stack.sh.log.2017-02-10-124752
2017-02-10 04:59:55.421 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.429 | +functions-common:save_stackenv:66         echo OS_CACERT=
2017-02-10 04:59:55.432 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.436 | +functions-common:save_stackenv:66         echo SERVICE_HOST=172.30.250.59
2017-02-10 04:59:55.444 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.448 | +functions-common:save_stackenv:66         echo SERVICE_PROTOCOL=http
2017-02-10 04:59:55.452 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.455 | +functions-common:save_stackenv:66         echo STACK_USER=stack
2017-02-10 04:59:55.458 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.463 | +functions-common:save_stackenv:66         echo TLS_IP=
2017-02-10 04:59:55.467 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.473 | +functions-common:save_stackenv:66         echo HOST_IPV6=::1
2017-02-10 04:59:55.476 | +functions-common:save_stackenv:65         for i in '$STACK_ENV_VARS'
2017-02-10 04:59:55.479 | +functions-common:save_stackenv:66         echo SERVICE_IP_VERSION=4
2017-02-10 04:59:55.483 | +./stack.sh:main:1315                      merge_config_group /opt/devstack/local.conf extra
2017-02-10 04:59:55.487 | +inc/meta-config:merge_config_group:173    local localfile=/opt/devstack/local.conf
2017-02-10 04:59:55.491 | +inc/meta-config:merge_config_group:173    shift
2017-02-10 04:59:55.497 | +inc/meta-config:merge_config_group:174    local matchgroups=extra
2017-02-10 04:59:55.501 | +inc/meta-config:merge_config_group:176    [[ -r /opt/devstack/local.conf ]]
2017-02-10 04:59:55.504 | +inc/meta-config:merge_config_group:178    local configfile group
2017-02-10 04:59:55.508 | +inc/meta-config:merge_config_group:179    for group in '$matchgroups'
2017-02-10 04:59:55.513 | ++inc/meta-config:merge_config_group:180    get_meta_section_files /opt/devstack/local.conf extra
2017-02-10 04:59:55.520 | ++inc/meta-config:get_meta_section_files:65  local file=/opt/devstack/local.conf
2017-02-10 04:59:55.526 | ++inc/meta-config:get_meta_section_files:66  local matchgroup=extra
2017-02-10 04:59:55.529 | ++inc/meta-config:get_meta_section_files:68  [[ -r /opt/devstack/local.conf ]]
2017-02-10 04:59:55.534 | ++inc/meta-config:get_meta_section_files:70  awk -v matchgroup=extra '
2017-02-10 04:59:55.534 |         /^\[\[.+\|.*\]\]/ {
2017-02-10 04:59:55.534 |             gsub("[][]", "", $1);
2017-02-10 04:59:55.535 |             split($1, a, "|");
2017-02-10 04:59:55.535 |             if (a[1] == matchgroup)
2017-02-10 04:59:55.535 |                 print a[2]
2017-02-10 04:59:55.535 |         }
2017-02-10 04:59:55.535 |     ' /opt/devstack/local.conf
2017-02-10 04:59:55.567 | +./stack.sh:main:1322                      run_phase stack extra
2017-02-10 04:59:55.573 | +functions-common:run_phase:1851           local mode=stack
2017-02-10 04:59:55.577 | +functions-common:run_phase:1852           local phase=extra
2017-02-10 04:59:55.580 | +functions-common:run_phase:1853           [[ -d /opt/devstack/extras.d ]]
2017-02-10 04:59:55.584 | +functions-common:run_phase:1854           local extra_plugin_file_name
2017-02-10 04:59:55.600 | +functions-common:run_phase:1855           for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
2017-02-10 04:59:55.603 | +functions-common:run_phase:1860           local 'exceptions=60-ceph.sh 80-tempest.sh'
2017-02-10 04:59:55.606 | +functions-common:run_phase:1861           local extra
2017-02-10 04:59:55.611 | ++functions-common:run_phase:1862           basename /opt/devstack/extras.d/60-ceph.sh
2017-02-10 04:59:55.617 | +functions-common:run_phase:1862           extra=60-ceph.sh
2017-02-10 04:59:55.623 | +functions-common:run_phase:1863           [[ 60-ceph.sh 80-tempest.sh =~ 60-ceph\.sh ]]
2017-02-10 04:59:55.627 | +functions-common:run_phase:1867           [[ -r /opt/devstack/extras.d/60-ceph.sh ]]
2017-02-10 04:59:55.631 | +functions-common:run_phase:1867           source /opt/devstack/extras.d/60-ceph.sh stack extra
2017-02-10 04:59:55.637 | ++extras.d/60-ceph.sh:source:3              is_service_enabled ceph
2017-02-10 04:59:55.669 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 04:59:55.674 | +functions-common:run_phase:1855           for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
2017-02-10 04:59:55.678 | +functions-common:run_phase:1860           local 'exceptions=60-ceph.sh 80-tempest.sh'
2017-02-10 04:59:55.681 | +functions-common:run_phase:1861           local extra
2017-02-10 04:59:55.687 | ++functions-common:run_phase:1862           basename /opt/devstack/extras.d/80-tempest.sh
2017-02-10 04:59:55.692 | +functions-common:run_phase:1862           extra=80-tempest.sh
2017-02-10 04:59:55.697 | +functions-common:run_phase:1863           [[ 60-ceph.sh 80-tempest.sh =~ 80-tempest\.sh ]]
2017-02-10 04:59:55.701 | +functions-common:run_phase:1867           [[ -r /opt/devstack/extras.d/80-tempest.sh ]]
2017-02-10 04:59:55.704 | +functions-common:run_phase:1867           source /opt/devstack/extras.d/80-tempest.sh stack extra
2017-02-10 04:59:55.709 | ++extras.d/80-tempest.sh:source:3           is_service_enabled tempest
2017-02-10 04:59:55.740 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 04:59:55.746 | ++extras.d/80-tempest.sh:source:4           [[ stack == \s\o\u\r\c\e ]]
2017-02-10 04:59:55.751 | ++extras.d/80-tempest.sh:source:7           [[ stack == \s\t\a\c\k ]]
2017-02-10 04:59:55.755 | ++extras.d/80-tempest.sh:source:7           [[ extra == \i\n\s\t\a\l\l ]]
2017-02-10 04:59:55.759 | ++extras.d/80-tempest.sh:source:10          [[ stack == \s\t\a\c\k ]]
2017-02-10 04:59:55.764 | ++extras.d/80-tempest.sh:source:10          [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]]
2017-02-10 04:59:55.771 | ++extras.d/80-tempest.sh:source:13          [[ stack == \s\t\a\c\k ]]
2017-02-10 04:59:55.777 | ++extras.d/80-tempest.sh:source:13          [[ extra == \e\x\t\r\a ]]
2017-02-10 04:59:55.781 | ++extras.d/80-tempest.sh:source:14          echo_summary 'Initializing Tempest'
2017-02-10 04:59:55.786 | ++./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 04:59:55.790 | ++./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 04:59:55.796 | ++./stack.sh:echo_summary:385               echo -e Initializing Tempest
2017-02-10 04:59:55.802 | ++extras.d/80-tempest.sh:source:15          configure_tempest
2017-02-10 04:59:55.806 | ++lib/tempest:configure_tempest:114         [[ False == \T\r\u\e ]]
2017-02-10 04:59:55.810 | ++lib/tempest:configure_tempest:118         pip_install_gr testrepository
2017-02-10 04:59:55.814 | ++inc/python:pip_install_gr:66              local name=testrepository
2017-02-10 04:59:55.820 | ++inc/python:pip_install_gr:67              local clean_name
2017-02-10 04:59:55.827 | +++inc/python:pip_install_gr:68              get_from_global_requirements testrepository
2017-02-10 04:59:55.830 | +++inc/python:get_from_global_requirements:185  local package=testrepository
2017-02-10 04:59:55.835 | +++inc/python:get_from_global_requirements:186  local required_pkg
2017-02-10 04:59:55.841 | ++++inc/python:get_from_global_requirements:187  grep -i -h '^testrepository' /opt/stack/requirements/global-requirements.txt
2017-02-10 04:59:55.842 | ++++inc/python:get_from_global_requirements:187  cut -d# -f1
2017-02-10 04:59:55.853 | +++inc/python:get_from_global_requirements:187  required_pkg='testrepository>=0.0.18  '
2017-02-10 04:59:55.859 | +++inc/python:get_from_global_requirements:188  [[ testrepository>=0.0.18   == '' ]]
2017-02-10 04:59:55.865 | +++inc/python:get_from_global_requirements:191  echo 'testrepository>=0.0.18'
2017-02-10 04:59:55.874 | ++inc/python:pip_install_gr:68              clean_name='testrepository>=0.0.18'
2017-02-10 04:59:55.880 | ++inc/python:pip_install_gr:69              pip_install 'testrepository>=0.0.18'
2017-02-10 04:59:56.958 | ++inc/python:pip_install:155                sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'testrepository>=0.0.18'
2017-02-10 04:59:58.216 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
2017-02-10 04:59:58.557 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361))
2017-02-10 04:59:58.579 | Requirement already satisfied: testtools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364))
2017-02-10 04:59:58.592 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371))
2017-02-10 04:59:58.600 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377))
2017-02-10 04:59:58.605 | Requirement already satisfied: fixtures===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131))
2017-02-10 04:59:58.614 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312))
2017-02-10 04:59:58.625 | Requirement already satisfied: pbr===1.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245))
2017-02-10 04:59:58.627 | Requirement already satisfied: python-mimeparse===1.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300))
2017-02-10 04:59:58.629 | Requirement already satisfied: pyrsistent===0.11.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276))
2017-02-10 04:59:58.633 | Requirement already satisfied: extras===0.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126))
2017-02-10 04:59:58.636 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177))
2017-02-10 04:59:58.642 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 377))
2017-02-10 04:59:58.643 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344))
2017-02-10 04:59:58.795 | ++inc/python:pip_install:162                result=0
2017-02-10 04:59:58.803 | ++inc/python:pip_install:165                local 'test_req=testrepository>=0.0.18/test-requirements.txt'
2017-02-10 04:59:58.807 | ++inc/python:pip_install:166                [[ 0 == 0 ]]
2017-02-10 04:59:58.815 | ++inc/python:pip_install:166                [[ -e testrepository>=0.0.18/test-requirements.txt ]]
2017-02-10 04:59:58.824 | ++inc/python:pip_install:178                time_stop pip_install
2017-02-10 04:59:58.829 | ++functions-common:time_stop:2347           local name
2017-02-10 04:59:58.834 | ++functions-common:time_stop:2348           local end_time
2017-02-10 04:59:58.840 | ++functions-common:time_stop:2349           local elpased_time
2017-02-10 04:59:58.847 | ++functions-common:time_stop:2350           local total
2017-02-10 04:59:58.854 | ++functions-common:time_stop:2351           local start_time
2017-02-10 04:59:58.860 | ++functions-common:time_stop:2353           name=pip_install
2017-02-10 04:59:58.866 | ++functions-common:time_stop:2354           start_time=1486702795
2017-02-10 04:59:58.874 | ++functions-common:time_stop:2356           [[ -z 1486702795 ]]
2017-02-10 04:59:58.880 | +++functions-common:time_stop:2359           date +%s
2017-02-10 04:59:58.887 | ++functions-common:time_stop:2359           end_time=1486702798
2017-02-10 04:59:58.892 | ++functions-common:time_stop:2360           elapsed_time=3
2017-02-10 04:59:58.900 | ++functions-common:time_stop:2361           total=104
2017-02-10 04:59:58.906 | ++functions-common:time_stop:2363           START_TIME[$name]=
2017-02-10 04:59:58.911 | ++functions-common:time_stop:2364           TOTAL_TIME[$name]=107
2017-02-10 04:59:58.919 | ++inc/python:pip_install:179                return 0
2017-02-10 04:59:58.926 | ++lib/tempest:configure_tempest:121         local image_lines
2017-02-10 04:59:58.931 | ++lib/tempest:configure_tempest:122         local images
2017-02-10 04:59:58.937 | ++lib/tempest:configure_tempest:123         local num_images
2017-02-10 04:59:58.941 | ++lib/tempest:configure_tempest:124         local image_uuid
2017-02-10 04:59:58.948 | ++lib/tempest:configure_tempest:125         local image_uuid_alt
2017-02-10 04:59:58.954 | ++lib/tempest:configure_tempest:126         local password
2017-02-10 04:59:58.959 | ++lib/tempest:configure_tempest:127         local line
2017-02-10 04:59:58.965 | ++lib/tempest:configure_tempest:128         local flavors
2017-02-10 04:59:58.975 | ++lib/tempest:configure_tempest:129         local available_flavors
2017-02-10 04:59:58.980 | ++lib/tempest:configure_tempest:130         local flavors_ref
2017-02-10 04:59:58.985 | ++lib/tempest:configure_tempest:131         local flavor_lines
2017-02-10 04:59:58.992 | ++lib/tempest:configure_tempest:132         local public_network_id
2017-02-10 04:59:58.998 | ++lib/tempest:configure_tempest:133         local public_router_id
2017-02-10 04:59:59.005 | ++lib/tempest:configure_tempest:134         local ssh_connect_method=floating
2017-02-10 04:59:59.010 | ++lib/tempest:configure_tempest:137         ifs='     
2017-02-10 04:59:59.010 | '
2017-02-10 04:59:59.016 | ++lib/tempest:configure_tempest:147         declare -a images
2017-02-10 04:59:59.026 | ++lib/tempest:configure_tempest:149         is_service_enabled glance
2017-02-10 04:59:59.060 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 04:59:59.069 | ++lib/tempest:configure_tempest:150         read -r IMAGE_NAME IMAGE_UUID
2017-02-10 04:59:59.071 | +++lib/tempest:configure_tempest:113         openstack image list --property status=active
2017-02-10 04:59:59.073 | +++lib/tempest:configure_tempest:113         awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }'
2017-02-10 05:00:00.919 | ++lib/tempest:configure_tempest:151         '[' cirros-0.3.4-x86_64-disk = '' ']'
2017-02-10 05:00:00.923 | ++lib/tempest:configure_tempest:155         images+=($IMAGE_UUID)
2017-02-10 05:00:00.929 | ++lib/tempest:configure_tempest:150         read -r IMAGE_NAME IMAGE_UUID
2017-02-10 05:00:00.933 | ++lib/tempest:configure_tempest:158         case "${#images[*]}" in
2017-02-10 05:00:00.937 | ++lib/tempest:configure_tempest:164         '[' -z '' ']'
2017-02-10 05:00:00.941 | ++lib/tempest:configure_tempest:165         image_uuid=acbe7353-c708-4d77-89fe-577d77ea00b6
2017-02-10 05:00:00.945 | ++lib/tempest:configure_tempest:166         image_uuid_alt=acbe7353-c708-4d77-89fe-577d77ea00b6
2017-02-10 05:00:00.951 | ++lib/tempest:configure_tempest:180         sudo install -d -o stack /opt/stack/tempest/etc
2017-02-10 05:00:00.983 | ++lib/tempest:configure_tempest:181         rm -f /opt/stack/tempest/etc/tempest.conf
2017-02-10 05:00:00.987 | ++lib/tempest:configure_tempest:183         local password=pass
2017-02-10 05:00:00.992 | ++lib/tempest:configure_tempest:186         local admin_username=admin
2017-02-10 05:00:00.996 | ++lib/tempest:configure_tempest:187         local admin_tenant_name=admin
2017-02-10 05:00:01.002 | ++lib/tempest:configure_tempest:188         local admin_domain_name=Default
2017-02-10 05:00:01.006 | ++lib/tempest:configure_tempest:189         local tempest_username=demo
2017-02-10 05:00:01.009 | ++lib/tempest:configure_tempest:190         local tempest_tenant_name=demo
2017-02-10 05:00:01.016 | ++lib/tempest:configure_tempest:191         local alt_username=alt_demo
2017-02-10 05:00:01.020 | ++lib/tempest:configure_tempest:192         local alt_tenant_name=alt_demo
2017-02-10 05:00:01.025 | ++lib/tempest:configure_tempest:193         local admin_tenant_id
2017-02-10 05:00:01.031 | +++lib/tempest:configure_tempest:194         awk '/ admin / { print $2 }'
2017-02-10 05:00:01.033 | +++lib/tempest:configure_tempest:194         openstack project list
2017-02-10 05:00:02.568 | ++lib/tempest:configure_tempest:194         admin_tenant_id=57eb8bb5e61c442487543d1d700aef00
2017-02-10 05:00:02.576 | ++lib/tempest:configure_tempest:196         is_service_enabled nova
2017-02-10 05:00:02.605 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 05:00:02.609 | +++lib/tempest:configure_tempest:199         nova flavor-list
2017-02-10 05:00:05.517 | ++lib/tempest:configure_tempest:199         available_flavors='+----+-----------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:00:05.517 | | ID | Name      | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
2017-02-10 05:00:05.517 | +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:00:05.517 | | 1  | m1.tiny   | 512       | 1    | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:00:05.517 | | 2  | m1.small  | 2048      | 20   | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:00:05.517 | | 3  | m1.medium | 4096      | 40   | 0         |      | 2     | 1.0         | True      |
2017-02-10 05:00:05.517 | | 4  | m1.large  | 8192      | 80   | 0         |      | 4     | 1.0         | True      |
2017-02-10 05:00:05.518 | | 5  | m1.xlarge | 16384     | 160  | 0         |      | 8     | 1.0         | True      |
2017-02-10 05:00:05.518 | +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+'
2017-02-10 05:00:05.522 | ++lib/tempest:configure_tempest:200         [[ -z '' ]]
2017-02-10 05:00:05.526 | ++lib/tempest:configure_tempest:201         [[ +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:00:05.526 | | ID | Name      | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
2017-02-10 05:00:05.526 | +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:00:05.526 | | 1  | m1.tiny   | 512       | 1    | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:00:05.526 | | 2  | m1.small  | 2048      | 20   | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:00:05.526 | | 3  | m1.medium | 4096      | 40   | 0         |      | 2     | 1.0         | True      |
2017-02-10 05:00:05.526 | | 4  | m1.large  | 8192      | 80   | 0         |      | 4     | 1.0         | True      |
2017-02-10 05:00:05.526 | | 5  | m1.xlarge | 16384     | 160  | 0         |      | 8     | 1.0         | True      |
2017-02-10 05:00:05.526 | +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+ =~ m1\.nano ]]
2017-02-10 05:00:05.531 | ++lib/tempest:configure_tempest:202         nova flavor-create m1.nano 42 64 0 1
2017-02-10 05:00:07.896 | +----+---------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:00:07.896 | | ID | Name    | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
2017-02-10 05:00:07.896 | +----+---------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:00:07.896 | | 42 | m1.nano | 64        | 0    | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:00:07.896 | +----+---------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:00:07.922 | ++lib/tempest:configure_tempest:204         flavor_ref=42
2017-02-10 05:00:07.926 | ++lib/tempest:configure_tempest:205         [[ +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:00:07.926 | | ID | Name      | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
2017-02-10 05:00:07.926 | +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:00:07.926 | | 1  | m1.tiny   | 512       | 1    | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:00:07.926 | | 2  | m1.small  | 2048      | 20   | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:00:07.926 | | 3  | m1.medium | 4096      | 40   | 0         |      | 2     | 1.0         | True      |
2017-02-10 05:00:07.926 | | 4  | m1.large  | 8192      | 80   | 0         |      | 4     | 1.0         | True      |
2017-02-10 05:00:07.926 | | 5  | m1.xlarge | 16384     | 160  | 0         |      | 8     | 1.0         | True      |
2017-02-10 05:00:07.926 | +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+ =~ m1\.micro ]]
2017-02-10 05:00:07.930 | ++lib/tempest:configure_tempest:206         nova flavor-create m1.micro 84 128 0 1
2017-02-10 05:00:09.341 | +----+----------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:00:09.341 | | ID | Name     | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
2017-02-10 05:00:09.341 | +----+----------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:00:09.341 | | 84 | m1.micro | 128       | 0    | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:00:09.341 | +----+----------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:00:09.366 | ++lib/tempest:configure_tempest:208         flavor_ref_alt=84
2017-02-10 05:00:09.371 | ++lib/tempest:configure_tempest:244         ssh_connect_method=floating
2017-02-10 05:00:09.375 | ++lib/tempest:configure_tempest:246         '[' True = True ']'
2017-02-10 05:00:09.384 | +++lib/tempest:configure_tempest:248         awk '{print $2}'
2017-02-10 05:00:09.385 | +++lib/tempest:configure_tempest:248         neutron net-list
2017-02-10 05:00:09.389 | +++lib/tempest:configure_tempest:248         grep public
2017-02-10 05:00:10.874 | ++lib/tempest:configure_tempest:248         public_network_id=b78d3b27-3160-4ce2-b0be-2502c3093b04
2017-02-10 05:00:10.880 | ++lib/tempest:configure_tempest:251         iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_syslog False
2017-02-10 05:00:10.931 | ++lib/tempest:configure_tempest:254         iniset /opt/stack/tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest
2017-02-10 05:00:10.961 | ++lib/tempest:configure_tempest:255         mkdir -p /opt/stack/data/tempest
2017-02-10 05:00:10.968 | ++lib/tempest:configure_tempest:256         iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_stderr False
2017-02-10 05:00:11.001 | ++lib/tempest:configure_tempest:257         iniset /opt/stack/tempest/etc/tempest.conf DEFAULT log_file tempest.log
2017-02-10 05:00:11.034 | ++lib/tempest:configure_tempest:258         iniset /opt/stack/tempest/etc/tempest.conf DEFAULT debug True
2017-02-10 05:00:11.066 | ++lib/tempest:configure_tempest:261         iniset /opt/stack/tempest/etc/tempest.conf compute build_timeout 196
2017-02-10 05:00:11.103 | ++lib/tempest:configure_tempest:262         iniset /opt/stack/tempest/etc/tempest.conf volume build_timeout 196
2017-02-10 05:00:11.144 | ++lib/tempest:configure_tempest:265         iniset /opt/stack/tempest/etc/tempest.conf identity uri http://172.30.250.59:5000/v2.0/
2017-02-10 05:00:11.180 | ++lib/tempest:configure_tempest:266         iniset /opt/stack/tempest/etc/tempest.conf identity uri_v3 http://172.30.250.59:5000/v3
2017-02-10 05:00:11.211 | ++lib/tempest:configure_tempest:267         [[ True == \T\r\u\e ]]
2017-02-10 05:00:11.218 | ++lib/tempest:configure_tempest:268         iniset /opt/stack/tempest/etc/tempest.conf auth admin_username admin
2017-02-10 05:00:11.252 | ++lib/tempest:configure_tempest:269         iniset /opt/stack/tempest/etc/tempest.conf auth admin_password pass
2017-02-10 05:00:11.284 | ++lib/tempest:configure_tempest:270         iniset /opt/stack/tempest/etc/tempest.conf auth admin_tenant_name admin
2017-02-10 05:00:11.316 | ++lib/tempest:configure_tempest:271         iniset /opt/stack/tempest/etc/tempest.conf auth admin_tenant_id 57eb8bb5e61c442487543d1d700aef00
2017-02-10 05:00:11.348 | ++lib/tempest:configure_tempest:272         iniset /opt/stack/tempest/etc/tempest.conf auth admin_domain_name Default
2017-02-10 05:00:11.381 | ++lib/tempest:configure_tempest:274         '[' True == False ']'
2017-02-10 05:00:11.386 | ++lib/tempest:configure_tempest:280         iniset /opt/stack/tempest/etc/tempest.conf identity auth_version v2
2017-02-10 05:00:11.422 | ++lib/tempest:configure_tempest:283         is_ssl_enabled_service key
2017-02-10 05:00:11.431 | ++lib/tls:is_ssl_enabled_service:377        local services=key
2017-02-10 05:00:11.434 | ++lib/tls:is_ssl_enabled_service:378        local service=
2017-02-10 05:00:11.438 | ++lib/tls:is_ssl_enabled_service:379        '[' False == False ']'
2017-02-10 05:00:11.443 | ++lib/tls:is_ssl_enabled_service:380        return 1
2017-02-10 05:00:11.449 | ++lib/tempest:configure_tempest:283         is_service_enabled tls-proxy
2017-02-10 05:00:11.478 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 05:00:11.482 | ++lib/tempest:configure_tempest:290         [[ ! -z '' ]]
2017-02-10 05:00:11.487 | ++lib/tempest:configure_tempest:293         '[' libvirt = xenserver ']'
2017-02-10 05:00:11.491 | ++lib/tempest:configure_tempest:299         iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled deactivate_image True
2017-02-10 05:00:11.525 | ++lib/tempest:configure_tempest:302         iniset /opt/stack/tempest/etc/tempest.conf compute ssh_user cirros
2017-02-10 05:00:11.557 | ++lib/tempest:configure_tempest:303         iniset /opt/stack/tempest/etc/tempest.conf compute image_ref acbe7353-c708-4d77-89fe-577d77ea00b6
2017-02-10 05:00:11.589 | ++lib/tempest:configure_tempest:304         iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt acbe7353-c708-4d77-89fe-577d77ea00b6
2017-02-10 05:00:11.623 | ++lib/tempest:configure_tempest:305         iniset /opt/stack/tempest/etc/tempest.conf compute image_alt_ssh_user cirros
2017-02-10 05:00:11.655 | ++lib/tempest:configure_tempest:306         iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref 42
2017-02-10 05:00:11.689 | ++lib/tempest:configure_tempest:307         iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref_alt 84
2017-02-10 05:00:11.722 | ++lib/tempest:configure_tempest:308         iniset /opt/stack/tempest/etc/tempest.conf compute ssh_connect_method floating
2017-02-10 05:00:11.755 | ++lib/tempest:configure_tempest:311         iniset /opt/stack/tempest/etc/tempest.conf validation connect_method floating
2017-02-10 05:00:11.791 | +++lib/tempest:configure_tempest:312         is_service_enabled n-cell
2017-02-10 05:00:11.819 | +++functions-common:is_service_enabled:2055  return 1
2017-02-10 05:00:11.824 | ++lib/tempest:configure_tempest:312         [[ ! -n '' ]]
2017-02-10 05:00:11.829 | +++lib/tempest:configure_tempest:312         is_service_enabled neutron
2017-02-10 05:00:11.853 | +++functions-common:is_service_enabled:2055  return 0
2017-02-10 05:00:11.858 | ++lib/tempest:configure_tempest:312         [[ ! -n '' ]]
2017-02-10 05:00:11.862 | ++lib/tempest:configure_tempest:313         iniset /opt/stack/tempest/etc/tempest.conf compute fixed_network_name private
2017-02-10 05:00:11.894 | ++lib/tempest:configure_tempest:320         [[ -n '' ]]
2017-02-10 05:00:11.899 | ++lib/tempest:configure_tempest:327         local tmp_cfg_file
2017-02-10 05:00:11.904 | +++lib/tempest:configure_tempest:328         mktemp
2017-02-10 05:00:11.909 | ++lib/tempest:configure_tempest:328         tmp_cfg_file=/tmp/tmp.ncRNYocQrG
2017-02-10 05:00:11.915 | ++lib/tempest:configure_tempest:329         cd /opt/stack/tempest
2017-02-10 05:00:11.920 | ++lib/tempest:configure_tempest:330         [[ False != \T\r\u\e ]]
2017-02-10 05:00:11.924 | ++lib/tempest:configure_tempest:331         tox -revenv-tempest --notest
2017-02-10 05:00:13.038 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest
2017-02-10 05:00:18.977 | venv-tempest installdeps: setuptools, -r/opt/stack/tempest/requirements.txt
2017-02-10 05:00:37.314 | venv-tempest develop-inst: /opt/stack/tempest
2017-02-10 05:00:43.147 | venv-tempest installed: appdirs==1.4.0,Babel==2.3.4,cffi==1.9.1,cliff==2.4.0,cmd2==0.6.9,cryptography==1.7.2,debtcollector==1.11.0,enum34==1.1.6,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.2,ipaddress==1.0.18,iso8601==0.1.11,jsonschema==2.6.0,linecache2==1.0.0,monotonic==1.2,msgpack-python==0.4.8,netaddr==0.7.19,netifaces==0.10.5,os-testr==0.8.0,oslo.concurrency==3.18.0,oslo.config==3.22.0,oslo.context==2.12.1,oslo.i18n==3.12.0,oslo.log==3.20.0,oslo.serialization==2.16.0,oslo.utils==3.22.0,packaging==16.8,paramiko==2.1.1,pbr==1.10.0,positional==1.1.1,prettytable==0.7.2,pyasn1==0.2.2,pycparser==2.17,pyinotify==0.9.6,pyparsing==2.1.10,python-dateutil==2.6.0,python-mimeparse==1.6.0,python-subunit==1.2.0,pytz==2016.10,PyYAML==3.12,rfc3986==0.4.1,six==1.10.0,stevedore==1.20.0,-e git+http://git.trystack.cn/openstack/tempest.git@4ce377983eb801eef69d0d710eabef271a83de52#egg=tempest,testrepository==0.0.20,testtools==2.2.0,traceback2==1.4.0,unicodecsv==0.14.1,unittest2==1.1.0,urllib3==1.20,wrapt==1.10.8
2017-02-10 05:00:43.147 | ___________________________________ summary ____________________________________
2017-02-10 05:00:43.147 |   venv-tempest: skipped tests
2017-02-10 05:00:43.147 |   congratulations :)
2017-02-10 05:00:43.174 | ++lib/tempest:configure_tempest:333         tox -evenv-tempest -- tempest verify-config -uro /tmp/tmp.ncRNYocQrG
2017-02-10 05:00:45.011 | venv-tempest develop-inst-nodeps: /opt/stack/tempest
2017-02-10 05:00:48.191 | venv-tempest installed: appdirs==1.4.0,Babel==2.3.4,cffi==1.9.1,cliff==2.4.0,cmd2==0.6.9,cryptography==1.7.2,debtcollector==1.11.0,enum34==1.1.6,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.2,ipaddress==1.0.18,iso8601==0.1.11,jsonschema==2.6.0,linecache2==1.0.0,monotonic==1.2,msgpack-python==0.4.8,netaddr==0.7.19,netifaces==0.10.5,os-testr==0.8.0,oslo.concurrency==3.18.0,oslo.config==3.22.0,oslo.context==2.12.1,oslo.i18n==3.12.0,oslo.log==3.20.0,oslo.serialization==2.16.0,oslo.utils==3.22.0,packaging==16.8,paramiko==2.1.1,pbr==1.10.0,positional==1.1.1,prettytable==0.7.2,pyasn1==0.2.2,pycparser==2.17,pyinotify==0.9.6,pyparsing==2.1.10,python-dateutil==2.6.0,python-mimeparse==1.6.0,python-subunit==1.2.0,pytz==2016.10,PyYAML==3.12,rfc3986==0.4.1,six==1.10.0,stevedore==1.20.0,-e git+http://git.trystack.cn/openstack/tempest.git@4ce377983eb801eef69d0d710eabef271a83de52#egg=tempest,testrepository==0.0.20,testtools==2.2.0,traceback2==1.4.0,unicodecsv==0.14.1,unittest2==1.1.0,urllib3==1.20,wrapt==1.10.8
2017-02-10 05:00:48.192 | venv-tempest runtests: PYTHONHASHSEED='1402348886'
2017-02-10 05:00:48.192 | venv-tempest runtests: commands[0] | tempest verify-config -uro ../../../tmp/tmp.ncRNYocQrG
2017-02-10 05:00:59.009 | Running config verification...
2017-02-10 05:00:59.009 | Endpoint type network is available, service neutron should be set as available in the config file.
2017-02-10 05:00:59.009 | Endpoint type orchestration is available, service heat should be set as available in the config file.
2017-02-10 05:00:59.009 | Config option api_v1 in group image-feature-enabled should be changed to: False
2017-02-10 05:00:59.009 | Config option api_v2 in group image-feature-enabled should be changed to: False
2017-02-10 05:00:59.009 | Config option api_v3 in group volume-feature-enabled should be changed to: True
2017-02-10 05:00:59.030 | ___________________________________ summary ____________________________________
2017-02-10 05:00:59.030 |   venv-tempest: commands succeeded
2017-02-10 05:00:59.030 |   congratulations :)
2017-02-10 05:00:59.070 | ++lib/tempest:configure_tempest:335         local compute_api_extensions=all
2017-02-10 05:00:59.075 | ++lib/tempest:configure_tempest:336         [[ ! -z '' ]]
2017-02-10 05:00:59.080 | ++lib/tempest:configure_tempest:348         local tempest_compute_min_microversion=None
2017-02-10 05:00:59.086 | ++lib/tempest:configure_tempest:349         local tempest_compute_max_microversion=2.25
2017-02-10 05:00:59.090 | ++lib/tempest:configure_tempest:352         [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]]
2017-02-10 05:00:59.096 | ++lib/tempest:configure_tempest:356         '[' None == None ']'
2017-02-10 05:00:59.103 | ++lib/tempest:configure_tempest:357         inicomment /opt/stack/tempest/etc/tempest.conf compute-feature-enabled min_microversion
2017-02-10 05:00:59.178 | ++lib/tempest:configure_tempest:361         '[' 2.25 == None ']'
2017-02-10 05:00:59.183 | ++lib/tempest:configure_tempest:364         iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled max_microversion 2.25
2017-02-10 05:00:59.229 | ++lib/tempest:configure_tempest:368         iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled allow_port_security_disabled True
2017-02-10 05:00:59.265 | ++lib/tempest:configure_tempest:369         iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled resize True
2017-02-10 05:00:59.301 | ++lib/tempest:configure_tempest:370         iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migration False
2017-02-10 05:00:59.331 | ++lib/tempest:configure_tempest:371         iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False
2017-02-10 05:00:59.365 | ++lib/tempest:configure_tempest:372         iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False
2017-02-10 05:00:59.399 | ++lib/tempest:configure_tempest:373         iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled api_extensions all
2017-02-10 05:00:59.444 | ++lib/tempest:configure_tempest:375         iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled preserve_ports True
2017-02-10 05:00:59.480 | ++lib/tempest:configure_tempest:377         iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migrate_paused_instances True
2017-02-10 05:00:59.514 | ++lib/tempest:configure_tempest:378         iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True
2017-02-10 05:00:59.551 | ++lib/tempest:configure_tempest:382         iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled allow_duplicate_networks True
2017-02-10 05:00:59.584 | ++lib/tempest:configure_tempest:383         is_service_enabled n-cell
2017-02-10 05:00:59.612 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 05:00:59.617 | ++lib/tempest:configure_tempest:400         iniset /opt/stack/tempest/etc/tempest.conf network api_version 2.0
2017-02-10 05:00:59.655 | ++lib/tempest:configure_tempest:401         iniset /opt/stack/tempest/etc/tempest.conf network tenant_networks_reachable false
2017-02-10 05:00:59.690 | ++lib/tempest:configure_tempest:402         iniset /opt/stack/tempest/etc/tempest.conf network public_network_id b78d3b27-3160-4ce2-b0be-2502c3093b04
2017-02-10 05:00:59.726 | ++lib/tempest:configure_tempest:403         iniset /opt/stack/tempest/etc/tempest.conf network public_router_id ''
2017-02-10 05:00:59.764 | ++lib/tempest:configure_tempest:404         iniset /opt/stack/tempest/etc/tempest.conf network default_network 10.0.0.0/24
2017-02-10 05:00:59.805 | ++lib/tempest:configure_tempest:405         iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6 True
2017-02-10 05:00:59.840 | ++lib/tempest:configure_tempest:406         iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True
2017-02-10 05:00:59.873 | ++lib/tempest:configure_tempest:408         DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,binding
2017-02-10 05:00:59.877 | ++lib/tempest:configure_tempest:409         DEFAULT_NET_EXT+=,allowed-address-pairs,auto-allocated-topology
2017-02-10 05:00:59.881 | ++lib/tempest:configure_tempest:410         DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpool
2017-02-10 05:00:59.888 | ++lib/tempest:configure_tempest:411         DEFAULT_NET_EXT+=,dhcp_agent_scheduler,dns-integration
2017-02-10 05:00:59.891 | ++lib/tempest:configure_tempest:412         DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net
2017-02-10 05:00:59.898 | ++lib/tempest:configure_tempest:413         DEFAULT_NET_EXT+=,extra_dhcp_opt,extraroute,flavors,fwaas
2017-02-10 05:00:59.904 | ++lib/tempest:configure_tempest:414         DEFAULT_NET_EXT+=,fwaasrouterinsertion,l3-ha,l3_agent_scheduler,lbaas
2017-02-10 05:00:59.907 | ++lib/tempest:configure_tempest:415         DEFAULT_NET_EXT+=,lbaas_agent_scheduler,metering,multi-provider,net-mtu
2017-02-10 05:00:59.920 | ++lib/tempest:configure_tempest:416         DEFAULT_NET_EXT+=network-ip-availability,network_availability_zone,port-security
2017-02-10 05:00:59.929 | ++lib/tempest:configure_tempest:417         DEFAULT_NET_EXT+=,provider,quotas,rbac-policies,router,router_availability_zone
2017-02-10 05:00:59.934 | ++lib/tempest:configure_tempest:418         DEFAULT_NET_EXT+=,security-group,service-type,standard-attr-description
2017-02-10 05:00:59.939 | ++lib/tempest:configure_tempest:419         DEFAULT_NET_EXT+=,subnet_allocation,tag,timestamp_core,vpnaas
2017-02-10 05:00:59.945 | ++lib/tempest:configure_tempest:420         local network_api_extensions=address-scope,agent,allowed-address-pairs,binding,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpool,dhcp_agent_scheduler,dns-integration,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,fwaas,fwaasrouterinsertion,l3-ha,l3_agent_scheduler,lbaas,lbaas_agent_scheduler,metering,multi-provider,net-mtunetwork-ip-availability,network_availability_zone,port-security,provider,quotas,rbac-policies,router,router_availability_zone,security-group,service-type,standard-attr-description,subnet_allocation,tag,timestamp_core,vpnaas
2017-02-10 05:00:59.951 | ++lib/tempest:configure_tempest:421         [[ ! -z '' ]]
2017-02-10 05:00:59.959 | ++lib/tempest:configure_tempest:427         iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled api_extensions address-scope,agent,allowed-address-pairs,binding,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpool,dhcp_agent_scheduler,dns-integration,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,fwaas,fwaasrouterinsertion,l3-ha,l3_agent_scheduler,lbaas,lbaas_agent_scheduler,metering,multi-provider,net-mtunetwork-ip-availability,network_availability_zone,port-security,provider,quotas,rbac-policies,router,router_availability_zone,security-group,service-type,standard-attr-description,subnet_allocation,tag,timestamp_core,vpnaas
2017-02-10 05:00:59.999 | ++lib/tempest:configure_tempest:430         is_service_enabled heat
2017-02-10 05:01:00.025 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 05:01:00.030 | ++lib/tempest:configure_tempest:431         [[ ! -z '' ]]
2017-02-10 05:01:00.035 | ++lib/tempest:configure_tempest:435         is_service_enabled nova
2017-02-10 05:01:00.061 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 05:01:00.067 | +++lib/tempest:configure_tempest:437         nova flavor-list
2017-02-10 05:01:02.229 | ++lib/tempest:configure_tempest:437         available_flavors='+----+-----------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:01:02.230 | | ID | Name      | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
2017-02-10 05:01:02.230 | +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:01:02.230 | | 1  | m1.tiny   | 512       | 1    | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:01:02.230 | | 2  | m1.small  | 2048      | 20   | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:01:02.230 | | 3  | m1.medium | 4096      | 40   | 0         |      | 2     | 1.0         | True      |
2017-02-10 05:01:02.230 | | 4  | m1.large  | 8192      | 80   | 0         |      | 4     | 1.0         | True      |
2017-02-10 05:01:02.230 | | 42 | m1.nano   | 64        | 0    | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:01:02.230 | | 5  | m1.xlarge | 16384     | 160  | 0         |      | 8     | 1.0         | True      |
2017-02-10 05:01:02.230 | | 84 | m1.micro  | 128       | 0    | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:01:02.230 | +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+'
2017-02-10 05:01:02.234 | ++lib/tempest:configure_tempest:438         [[ +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:01:02.234 | | ID | Name      | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
2017-02-10 05:01:02.234 | +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:01:02.234 | | 1  | m1.tiny   | 512       | 1    | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:01:02.234 | | 2  | m1.small  | 2048      | 20   | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:01:02.234 | | 3  | m1.medium | 4096      | 40   | 0         |      | 2     | 1.0         | True      |
2017-02-10 05:01:02.234 | | 4  | m1.large  | 8192      | 80   | 0         |      | 4     | 1.0         | True      |
2017-02-10 05:01:02.234 | | 42 | m1.nano   | 64        | 0    | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:01:02.234 | | 5  | m1.xlarge | 16384     | 160  | 0         |      | 8     | 1.0         | True      |
2017-02-10 05:01:02.234 | | 84 | m1.micro  | 128       | 0    | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:01:02.234 | +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+ =~ m1\.heat ]]
2017-02-10 05:01:02.238 | ++lib/tempest:configure_tempest:439         nova flavor-create m1.heat 451 512 0 1
2017-02-10 05:01:03.636 | +-----+---------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:01:03.637 | | ID  | Name    | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
2017-02-10 05:01:03.637 | +-----+---------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:01:03.637 | | 451 | m1.heat | 512       | 0    | 0         |      | 1     | 1.0         | True      |
2017-02-10 05:01:03.637 | +-----+---------+-----------+------+-----------+------+-------+-------------+-----------+
2017-02-10 05:01:03.659 | ++lib/tempest:configure_tempest:441         iniset /opt/stack/tempest/etc/tempest.conf orchestration instance_type m1.heat
2017-02-10 05:01:03.699 | ++lib/tempest:configure_tempest:443         iniset /opt/stack/tempest/etc/tempest.conf orchestration build_timeout 900
2017-02-10 05:01:03.731 | ++lib/tempest:configure_tempest:444         iniset /opt/stack/tempest/etc/tempest.conf orchestration stack_owner_role _member_
2017-02-10 05:01:03.766 | ++lib/tempest:configure_tempest:448         SCENARIO_IMAGE_DIR=/opt/devstack/files/images/cirros-0.3.4-x86_64-uec
2017-02-10 05:01:03.773 | ++lib/tempest:configure_tempest:449         iniset /opt/stack/tempest/etc/tempest.conf scenario img_dir /opt/devstack/files/images/cirros-0.3.4-x86_64-uec
2017-02-10 05:01:03.807 | ++lib/tempest:configure_tempest:450         iniset /opt/stack/tempest/etc/tempest.conf scenario ami_img_file cirros-0.3.4-x86_64-blank.img
2017-02-10 05:01:03.840 | ++lib/tempest:configure_tempest:451         iniset /opt/stack/tempest/etc/tempest.conf scenario ari_img_file cirros-0.3.4-x86_64-initrd
2017-02-10 05:01:03.872 | ++lib/tempest:configure_tempest:452         iniset /opt/stack/tempest/etc/tempest.conf scenario aki_img_file cirros-0.3.4-x86_64-vmlinuz
2017-02-10 05:01:03.906 | ++lib/tempest:configure_tempest:453         iniset /opt/stack/tempest/etc/tempest.conf scenario img_file cirros-0.3.4-x86_64-disk.img
2017-02-10 05:01:03.939 | ++lib/tempest:configure_tempest:456         iniset /opt/stack/tempest/etc/tempest.conf scenario large_ops_number 0
2017-02-10 05:01:03.975 | ++lib/tempest:configure_tempest:459         iniset /opt/stack/tempest/etc/tempest.conf telemetry-feature-enabled events True
2017-02-10 05:01:04.010 | ++lib/tempest:configure_tempest:462         DEFAULT_SWIFT_OPT=account_quotas,bulk,bulk_delete,bulk_upload,container_quotas
2017-02-10 05:01:04.014 | ++lib/tempest:configure_tempest:463         DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo
2017-02-10 05:01:04.019 | ++lib/tempest:configure_tempest:464         DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl
2017-02-10 05:01:04.024 | ++lib/tempest:configure_tempest:466         local object_storage_api_extensions=account_quotas,bulk,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl
2017-02-10 05:01:04.028 | ++lib/tempest:configure_tempest:467         [[ ! -z '' ]]
2017-02-10 05:01:04.032 | ++lib/tempest:configure_tempest:473         iniset /opt/stack/tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl
2017-02-10 05:01:04.064 | ++lib/tempest:configure_tempest:476         iniset /opt/stack/tempest/etc/tempest.conf validation run_validation False
2017-02-10 05:01:04.096 | ++lib/tempest:configure_tempest:477         iniset /opt/stack/tempest/etc/tempest.conf validation ip_version_for_ssh 4
2017-02-10 05:01:04.130 | ++lib/tempest:configure_tempest:478         iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196
2017-02-10 05:01:04.164 | ++lib/tempest:configure_tempest:479         iniset /opt/stack/tempest/etc/tempest.conf validation image_ssh_user cirros
2017-02-10 05:01:04.200 | ++lib/tempest:configure_tempest:480         iniset /opt/stack/tempest/etc/tempest.conf validation network_for_ssh private
2017-02-10 05:01:04.233 | ++lib/tempest:configure_tempest:484         iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled incremental_backup_force True
2017-02-10 05:01:04.266 | ++lib/tempest:configure_tempest:486         iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_services True
2017-02-10 05:01:04.301 | ++lib/tempest:configure_tempest:488         DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups
2017-02-10 05:01:04.307 | ++lib/tempest:configure_tempest:489         DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone
2017-02-10 05:01:04.310 | ++lib/tempest:configure_tempest:490         DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes
2017-02-10 05:01:04.314 | ++lib/tempest:configure_tempest:491         DEFAULT_VOL_EXT+=,os-hosts,os-image-create,os-quota-class-sets,os-quota-sets
2017-02-10 05:01:04.319 | ++lib/tempest:configure_tempest:492         DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage
2017-02-10 05:01:04.325 | ++lib/tempest:configure_tempest:493         DEFAULT_VOL_EXT+=,os-types-extra-specs
2017-02-10 05:01:04.329 | ++lib/tempest:configure_tempest:494         DEFAULT_VOL_EXT+=,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta
2017-02-10 05:01:04.334 | ++lib/tempest:configure_tempest:495         DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions
2017-02-10 05:01:04.340 | ++lib/tempest:configure_tempest:496         DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage
2017-02-10 05:01:04.343 | ++lib/tempest:configure_tempest:497         DEFAULT_VOL_EXT+=,os-volume-replication,os-volume-transfer,os-volume-type-access
2017-02-10 05:01:04.349 | ++lib/tempest:configure_tempest:498         DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats
2017-02-10 05:01:04.353 | ++lib/tempest:configure_tempest:499         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-image-create,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-replication,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats
2017-02-10 05:01:04.359 | ++lib/tempest:configure_tempest:500         [[ ! -z '' ]]
2017-02-10 05:01:04.363 | ++lib/tempest:configure_tempest:506         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-image-create,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-replication,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats
2017-02-10 05:01:04.399 | ++lib/tempest:configure_tempest:508         is_service_enabled c-bak
2017-02-10 05:01:04.442 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 05:01:04.447 | ++lib/tempest:configure_tempest:509         iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled backup False
2017-02-10 05:01:04.485 | ++lib/tempest:configure_tempest:513         [[ -n lvm:lvmdriver-1 ]]
2017-02-10 05:01:04.491 | ++lib/tempest:configure_tempest:513         [[ lvm:lvmdriver-1 =~ .*,.* ]]
2017-02-10 05:01:04.496 | ++lib/tempest:configure_tempest:524         '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']'
2017-02-10 05:01:04.501 | ++lib/tempest:configure_tempest:528         '[' default '!=' default -o iSCSI '!=' iSCSI ']'
2017-02-10 05:01:04.507 | ++lib/tempest:configure_tempest:534         iniset /opt/stack/tempest/etc/tempest.conf dashboard dashboard_url http://172.30.250.59/
2017-02-10 05:01:04.543 | ++lib/tempest:configure_tempest:537         iniset /opt/stack/tempest/etc/tempest.conf cli cli_dir /usr/local/bin
2017-02-10 05:01:04.583 | ++lib/tempest:configure_tempest:540         '[' libvirt = ironic ']'
2017-02-10 05:01:04.589 | ++lib/tempest:configure_tempest:559         '[' libvirt = libvirt ']'
2017-02-10 05:01:04.592 | ++lib/tempest:configure_tempest:559         '[' qemu = lxc ']'
2017-02-10 05:01:04.597 | ++lib/tempest:configure_tempest:572         local service
2017-02-10 05:01:04.603 | ++lib/tempest:configure_tempest:573         local tempest_services=key,glance,nova,neutron,cinder,swift,heat,ceilometer,horizon,sahara,ironic,trove
2017-02-10 05:01:04.608 | ++lib/tempest:configure_tempest:574         for service in '${tempest_services//,/ }'
2017-02-10 05:01:04.612 | ++lib/tempest:configure_tempest:575         is_service_enabled key
2017-02-10 05:01:04.656 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 05:01:04.660 | ++lib/tempest:configure_tempest:576         iniset /opt/stack/tempest/etc/tempest.conf service_available key True
2017-02-10 05:01:04.700 | ++lib/tempest:configure_tempest:574         for service in '${tempest_services//,/ }'
2017-02-10 05:01:04.706 | ++lib/tempest:configure_tempest:575         is_service_enabled glance
2017-02-10 05:01:04.735 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 05:01:04.741 | ++lib/tempest:configure_tempest:576         iniset /opt/stack/tempest/etc/tempest.conf service_available glance True
2017-02-10 05:01:04.780 | ++lib/tempest:configure_tempest:574         for service in '${tempest_services//,/ }'
2017-02-10 05:01:04.784 | ++lib/tempest:configure_tempest:575         is_service_enabled nova
2017-02-10 05:01:04.815 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 05:01:04.821 | ++lib/tempest:configure_tempest:576         iniset /opt/stack/tempest/etc/tempest.conf service_available nova True
2017-02-10 05:01:04.859 | ++lib/tempest:configure_tempest:574         for service in '${tempest_services//,/ }'
2017-02-10 05:01:04.864 | ++lib/tempest:configure_tempest:575         is_service_enabled neutron
2017-02-10 05:01:04.896 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 05:01:04.901 | ++lib/tempest:configure_tempest:576         iniset /opt/stack/tempest/etc/tempest.conf service_available neutron True
2017-02-10 05:01:04.940 | ++lib/tempest:configure_tempest:574         for service in '${tempest_services//,/ }'
2017-02-10 05:01:04.944 | ++lib/tempest:configure_tempest:575         is_service_enabled cinder
2017-02-10 05:01:04.974 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 05:01:04.979 | ++lib/tempest:configure_tempest:576         iniset /opt/stack/tempest/etc/tempest.conf service_available cinder True
2017-02-10 05:01:05.016 | ++lib/tempest:configure_tempest:574         for service in '${tempest_services//,/ }'
2017-02-10 05:01:05.023 | ++lib/tempest:configure_tempest:575         is_service_enabled swift
2017-02-10 05:01:05.060 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 05:01:05.065 | ++lib/tempest:configure_tempest:576         iniset /opt/stack/tempest/etc/tempest.conf service_available swift True
2017-02-10 05:01:05.101 | ++lib/tempest:configure_tempest:574         for service in '${tempest_services//,/ }'
2017-02-10 05:01:05.111 | ++lib/tempest:configure_tempest:575         is_service_enabled heat
2017-02-10 05:01:05.145 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 05:01:05.151 | ++lib/tempest:configure_tempest:576         iniset /opt/stack/tempest/etc/tempest.conf service_available heat True
2017-02-10 05:01:05.184 | ++lib/tempest:configure_tempest:574         for service in '${tempest_services//,/ }'
2017-02-10 05:01:05.188 | ++lib/tempest:configure_tempest:575         is_service_enabled ceilometer
2017-02-10 05:01:05.214 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 05:01:05.220 | ++lib/tempest:configure_tempest:578         iniset /opt/stack/tempest/etc/tempest.conf service_available ceilometer False
2017-02-10 05:01:05.256 | ++lib/tempest:configure_tempest:574         for service in '${tempest_services//,/ }'
2017-02-10 05:01:05.260 | ++lib/tempest:configure_tempest:575         is_service_enabled horizon
2017-02-10 05:01:05.288 | ++functions-common:is_service_enabled:2055  return 0
2017-02-10 05:01:05.293 | ++lib/tempest:configure_tempest:576         iniset /opt/stack/tempest/etc/tempest.conf service_available horizon True
2017-02-10 05:01:05.327 | ++lib/tempest:configure_tempest:574         for service in '${tempest_services//,/ }'
2017-02-10 05:01:05.332 | ++lib/tempest:configure_tempest:575         is_service_enabled sahara
2017-02-10 05:01:05.361 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 05:01:05.366 | ++lib/tempest:configure_tempest:578         iniset /opt/stack/tempest/etc/tempest.conf service_available sahara False
2017-02-10 05:01:05.401 | ++lib/tempest:configure_tempest:574         for service in '${tempest_services//,/ }'
2017-02-10 05:01:05.408 | ++lib/tempest:configure_tempest:575         is_service_enabled ironic
2017-02-10 05:01:05.444 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 05:01:05.450 | ++lib/tempest:configure_tempest:578         iniset /opt/stack/tempest/etc/tempest.conf service_available ironic False
2017-02-10 05:01:05.490 | ++lib/tempest:configure_tempest:574         for service in '${tempest_services//,/ }'
2017-02-10 05:01:05.494 | ++lib/tempest:configure_tempest:575         is_service_enabled trove
2017-02-10 05:01:05.524 | ++functions-common:is_service_enabled:2055  return 1
2017-02-10 05:01:05.529 | ++lib/tempest:configure_tempest:578         iniset /opt/stack/tempest/etc/tempest.conf service_available trove False
2017-02-10 05:01:05.564 | ++lib/tempest:configure_tempest:582         '[' libvirt = libvirt ']'
2017-02-10 05:01:05.569 | ++lib/tempest:configure_tempest:582         '[' qemu = lxc ']'
2017-02-10 05:01:05.574 | ++lib/tempest:configure_tempest:589         iniset /opt/stack/tempest/etc/tempest.conf auth tempest_roles Member
2017-02-10 05:01:05.611 | ++lib/tempest:configure_tempest:590         [[ False == \T\r\u\e ]]
2017-02-10 05:01:05.616 | ++lib/tempest:configure_tempest:598         [[ True == \F\a\l\s\e ]]
2017-02-10 05:01:05.621 | ++lib/tempest:configure_tempest:602         iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True
2017-02-10 05:01:05.657 | ++lib/tempest:configure_tempest:606         IFS='     
2017-02-10 05:01:05.657 | '
2017-02-10 05:01:05.662 | ++extras.d/80-tempest.sh:source:16          echo_summary 'Installing Tempest Plugins'
2017-02-10 05:01:05.667 | ++./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 05:01:05.673 | ++./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 05:01:05.678 | ++./stack.sh:echo_summary:385               echo -e Installing Tempest Plugins
2017-02-10 05:01:05.683 | ++extras.d/80-tempest.sh:source:17          install_tempest_plugins
2017-02-10 05:01:05.690 | ++lib/tempest:install_tempest_plugins:635   pushd /opt/stack/tempest
2017-02-10 05:01:05.690 | ~/tempest ~/tempest
2017-02-10 05:01:05.694 | ++lib/tempest:install_tempest_plugins:636   [[ 0 != 0 ]]
2017-02-10 05:01:05.700 | ++lib/tempest:install_tempest_plugins:639   install_tempest_lib
2017-02-10 05:01:05.704 | ++lib/tempest:install_tempest_lib:612       use_library_from_git tempest-lib
2017-02-10 05:01:05.709 | ++inc/python:use_library_from_git:197       local name=tempest-lib
2017-02-10 05:01:05.714 | ++inc/python:use_library_from_git:198       local enabled=1
2017-02-10 05:01:05.718 | ++inc/python:use_library_from_git:199       [[ ,, =~ ,tempest-lib, ]]
2017-02-10 05:01:05.724 | ++inc/python:use_library_from_git:200       return 1
2017-02-10 05:01:05.729 | ++lib/tempest:install_tempest_plugins:640   popd
2017-02-10 05:01:05.729 | ~/tempest
2017-02-10 05:01:05.733 | ++extras.d/80-tempest.sh:source:23          [[ stack == \u\n\s\t\a\c\k ]]
2017-02-10 05:01:05.740 | ++extras.d/80-tempest.sh:source:28          [[ stack == \c\l\e\a\n ]]
2017-02-10 05:01:05.743 | +functions-common:run_phase:1872           [[ stack == \s\o\u\r\c\e ]]
2017-02-10 05:01:05.748 | +functions-common:run_phase:1875           [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
2017-02-10 05:01:05.758 | +functions-common:run_phase:1878           run_plugins stack extra
2017-02-10 05:01:05.761 | +functions-common:run_plugins:1837         local mode=stack
2017-02-10 05:01:05.765 | +functions-common:run_plugins:1838         local phase=extra
2017-02-10 05:01:05.770 | +functions-common:run_plugins:1840         local plugins=
2017-02-10 05:01:05.774 | +functions-common:run_plugins:1841         local plugin
2017-02-10 05:01:05.788 | +./stack.sh:main:1330                      merge_config_group /opt/devstack/local.conf post-extra
2017-02-10 05:01:05.793 | +inc/meta-config:merge_config_group:173    local localfile=/opt/devstack/local.conf
2017-02-10 05:01:05.796 | +inc/meta-config:merge_config_group:173    shift
2017-02-10 05:01:05.800 | +inc/meta-config:merge_config_group:174    local matchgroups=post-extra
2017-02-10 05:01:05.806 | +inc/meta-config:merge_config_group:176    [[ -r /opt/devstack/local.conf ]]
2017-02-10 05:01:05.814 | +inc/meta-config:merge_config_group:178    local configfile group
2017-02-10 05:01:05.818 | +inc/meta-config:merge_config_group:179    for group in '$matchgroups'
2017-02-10 05:01:05.825 | ++inc/meta-config:merge_config_group:180    get_meta_section_files /opt/devstack/local.conf post-extra
2017-02-10 05:01:05.831 | ++inc/meta-config:get_meta_section_files:65  local file=/opt/devstack/local.conf
2017-02-10 05:01:05.836 | ++inc/meta-config:get_meta_section_files:66  local matchgroup=post-extra
2017-02-10 05:01:05.842 | ++inc/meta-config:get_meta_section_files:68  [[ -r /opt/devstack/local.conf ]]
2017-02-10 05:01:05.847 | ++inc/meta-config:get_meta_section_files:70  awk -v matchgroup=post-extra '
2017-02-10 05:01:05.847 |         /^\[\[.+\|.*\]\]/ {
2017-02-10 05:01:05.847 |             gsub("[][]", "", $1);
2017-02-10 05:01:05.847 |             split($1, a, "|");
2017-02-10 05:01:05.847 |             if (a[1] == matchgroup)
2017-02-10 05:01:05.847 |                 print a[2]
2017-02-10 05:01:05.847 |         }
2017-02-10 05:01:05.847 |     ' /opt/devstack/local.conf
2017-02-10 05:01:05.864 | +./stack.sh:main:1337                      [[ -x /opt/devstack/local.sh ]]
2017-02-10 05:01:05.867 | +./stack.sh:main:1346                      service_check
2017-02-10 05:01:05.872 | +functions-common:service_check:1633       local service
2017-02-10 05:01:05.877 | +functions-common:service_check:1634       local failures
2017-02-10 05:01:05.881 | +functions-common:service_check:1635       SCREEN_NAME=stack
2017-02-10 05:01:05.885 | +functions-common:service_check:1636       SERVICE_DIR=/opt/stack/status
2017-02-10 05:01:05.890 | +functions-common:service_check:1639       [[ ! -d /opt/stack/status/stack ]]
2017-02-10 05:01:05.894 | ++functions-common:service_check:1646       ls '/opt/stack/status/stack/*.failure'
2017-02-10 05:01:05.907 | ++functions-common:service_check:1646       /bin/true
2017-02-10 05:01:05.917 | +functions-common:service_check:1646       failures=
2017-02-10 05:01:05.921 | +functions-common:service_check:1654       '[' -n '' ']'
2017-02-10 05:01:05.926 | +./stack.sh:main:1350                      check_libs_from_git
2017-02-10 05:01:05.930 | +inc/python:check_libs_from_git:212        local lib=
2017-02-10 05:01:05.934 | +inc/python:check_libs_from_git:213        local not_installed=
2017-02-10 05:01:05.943 | ++inc/python:check_libs_from_git:214        tr , ' '
2017-02-10 05:01:05.943 | ++inc/python:check_libs_from_git:214        echo
2017-02-10 05:01:05.954 | +inc/python:check_libs_from_git:220        [[ -n '' ]]
2017-02-10 05:01:05.958 | +./stack.sh:main:1357                      sudo tee /etc/bash_completion.d/osc.bash_completion
2017-02-10 05:01:05.960 | +./stack.sh:main:1357                      openstack complete
2017-02-10 05:01:08.039 | 'str' object does not support item assignment
2017-02-10 05:01:08.068 | +./stack.sh:main:1360                      is_service_enabled cinder
2017-02-10 05:01:08.094 | +functions-common:is_service_enabled:2055  return 0
2017-02-10 05:01:08.099 | +./stack.sh:main:1361                      is_ubuntu
2017-02-10 05:01:08.103 | +functions-common:is_ubuntu:465            [[ -z deb ]]
2017-02-10 05:01:08.107 | +functions-common:is_ubuntu:468            '[' deb = deb ']'
2017-02-10 05:01:08.111 | +./stack.sh:main:1362                      echo_summary 'Configuring lvm.conf global device filter'
2017-02-10 05:01:08.114 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 05:01:08.117 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 05:01:08.121 | +./stack.sh:echo_summary:385               echo -e Configuring lvm.conf global device filter
2017-02-10 05:01:08.125 | +./stack.sh:main:1363                      set_lvm_filter
2017-02-10 05:01:08.129 | +lib/lvm:set_lvm_filter:166                local 'filter_suffix="r|.*|" ]  # from devstack'
2017-02-10 05:01:08.133 | +lib/lvm:set_lvm_filter:167                local 'filter_string=global_filter = [ '
2017-02-10 05:01:08.137 | +lib/lvm:set_lvm_filter:168                local pv
2017-02-10 05:01:08.142 | +lib/lvm:set_lvm_filter:169                local vg
2017-02-10 05:01:08.145 | +lib/lvm:set_lvm_filter:170                local line
2017-02-10 05:01:08.152 | ++lib/lvm:set_lvm_filter:172                sudo pvs --noheadings -o name
2017-02-10 05:01:08.381 | +lib/lvm:set_lvm_filter:172                for pv_info in '$(sudo pvs --noheadings -o name)'
2017-02-10 05:01:08.390 | ++lib/lvm:set_lvm_filter:173                sed 's/ //g'
2017-02-10 05:01:08.391 | ++lib/lvm:set_lvm_filter:173                sed 's/\/dev\///g'
2017-02-10 05:01:08.393 | ++lib/lvm:set_lvm_filter:173                echo -e /dev/loop1
2017-02-10 05:01:08.398 | +lib/lvm:set_lvm_filter:173                pv=loop1
2017-02-10 05:01:08.402 | +lib/lvm:set_lvm_filter:174                new='"a|loop1|", '
2017-02-10 05:01:08.407 | +lib/lvm:set_lvm_filter:175                filter_string='global_filter = [ "a|loop1|", '
2017-02-10 05:01:08.411 | +lib/lvm:set_lvm_filter:172                for pv_info in '$(sudo pvs --noheadings -o name)'
2017-02-10 05:01:08.419 | ++lib/lvm:set_lvm_filter:173                sed 's/ //g'
2017-02-10 05:01:08.421 | ++lib/lvm:set_lvm_filter:173                echo -e /dev/loop2
2017-02-10 05:01:08.421 | ++lib/lvm:set_lvm_filter:173                sed 's/\/dev\///g'
2017-02-10 05:01:08.426 | +lib/lvm:set_lvm_filter:173                pv=loop2
2017-02-10 05:01:08.430 | +lib/lvm:set_lvm_filter:174                new='"a|loop2|", '
2017-02-10 05:01:08.433 | +lib/lvm:set_lvm_filter:175                filter_string='global_filter = [ "a|loop1|", "a|loop2|", '
2017-02-10 05:01:08.443 | +lib/lvm:set_lvm_filter:177                filter_string='global_filter = [ "a|loop1|", "a|loop2|", "r|.*|" ]  # from devstack'
2017-02-10 05:01:08.445 | +lib/lvm:set_lvm_filter:179                clean_lvm_filter
2017-02-10 05:01:08.449 | +lib/lvm:clean_lvm_filter:154              sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf
2017-02-10 05:01:08.472 | +lib/lvm:set_lvm_filter:180                sudo sed -i '/# global_filter = \[*\]/a\    global_filter = [ "a|loop1|", "a|loop2|", "r|.*|" ]  # from devstack' /etc/lvm/lvm.conf
2017-02-10 05:01:08.482 | +lib/lvm:set_lvm_filter:181                echo_summary 'set lvm.conf device global_filter to: global_filter = [ "a|loop1|", "a|loop2|", "r|.*|" ]  # from devstack'
2017-02-10 05:01:08.485 | +./stack.sh:echo_summary:379               [[ -t 3 ]]
2017-02-10 05:01:08.491 | +./stack.sh:echo_summary:379               [[ True != \T\r\u\e ]]
2017-02-10 05:01:08.494 | +./stack.sh:echo_summary:385               echo -e set lvm.conf device global_filter to: global_filter = '[' '"a|loop1|",' '"a|loop2|",' '"r|.*|"' ']' '#' from devstack

========================
DevStack Components Timed
========================

run_process - 86 secs
test_with_retry - 2 secs
apt-get-update - 22 secs
pip_install - 107 secs
restart_apache_server - 10 secs
wait_for_service - 13 secs
git_timed - 8 secs
apt-get - 2 secs



This is your host IP address: 172.30.250.59
This is your host IPv6 address: ::1
Horizon is now available at http://172.30.250.59/dashboard
Keystone is serving at http://172.30.250.59:5000/
The default users are: admin and demo
The password: pass
stack@lixx-ubuntu-14044:/opt/devstack$
stack@lixx-ubuntu-14044:/opt/devstack$ source userrc_early
stack@lixx-ubuntu-14044:/opt/devstack$ openstack project list
+----------------------------------+--------------------+
| ID                               | Name               |
+----------------------------------+--------------------+
| 11cd40f88e804b8f802be0e5c08ee8e2 | demo               |
| 3a1ca3a55d4f4332a4321dff39028f1e | swifttenanttest4   |
| 57eb8bb5e61c442487543d1d700aef00 | admin              |
| 5841f3573fc24d9f845945e4cbb05845 | invisible_to_admin |
| 691033bac0214f6aa392d578feeccd4e | swifttenanttest1   |
| 6f8746f6581e4dd4bf59f2ea31540720 | service            |
| 8d5f696798114688bd686be73d2238c2 | swifttenanttest2   |
| f5a98dcadf5045a39c9b61dd1d37f9d1 | alt_demo           |
+----------------------------------+--------------------+
stack@lixx-ubuntu-14044:/opt/devstack$ openstack user list
+----------------------------------+-------------------+
| ID                               | Name              |
+----------------------------------+-------------------+
| 10382db524084b8591e805c484521807 | swift             |
| 2bce6bf78fa441a3a089e018aeab28e5 | neutron           |
| 3921ff872cf04f5c833b00809f51b37c | cinder            |
| 419ae1e4c8a34953a373f253da9f2d1a | swiftusertest1    |
| 533c1c34db414de7a63330cd32b5f292 | nova              |
| 70356469ff994590bfd27d1fa63c6f5e | swiftusertest4    |
| 77a819be489e44a6b3b0e7823fe0a183 | glance-swift      |
| 7c6fb9e474504a5c9e7cb0b8fe7a6918 | heat_domain_admin |
| 90559abbe8dc460c9eb6557e00d4b636 | heat              |
| 9a29d6e7220d4ad08205bc45fd694826 | swiftusertest2    |
| a475e83b8c6d4e319962ceacb9e8d8b0 | demo              |
| b0916e8c147c452ea9e7271155ee606e | swiftusertest3    |
| bfbb4defdd664225bd4b91859893691f | alt_demo          |
| eeebb47423bb4333b2508cc90b4537f7 | admin             |
| f876164b55a540398ec6d1cc2211b6c7 | glance            |
+----------------------------------+-------------------+
stack@lixx-ubuntu-14044:/opt/devstack$ openstack service list
+----------------------------------+-------------+----------------+
| ID                               | Name        | Type           |
+----------------------------------+-------------+----------------+
| 39f594b5a86f48fdbb7e3a7ef60e40d8 | cinder      | volume         |
| 594878c5c0984fc78590e9ced0f60dae | nova_legacy | compute_legacy |
| 59914875d6d042c2a3af47b5dcae9666 | neutron     | network        |
| 73dbcb37f7614035afb14b4af453745d | nova        | compute        |
| 93aee4f705a4442aaf75d6ada4c9ffbf | heat        | orchestration  |
| 9485d131f35b40e9a694e41bc538016e | cinderv2    | volumev2       |
| c0f58040cd0b47e0ad94976315214be0 | heat-cfn    | cloudformation |
| d524cc99c732461f90679050a5fd30e2 | glance      | image          |
| da9daad4b60646329c600c0e93fb927a | swift       | object-store   |
| e47c6378d6c949b8b891cf047b70a15a | keystone    | identity       |
+----------------------------------+-------------+----------------+
stack@lixx-ubuntu-14044:/opt/devstack$ openstack endpoint list
+----------------------------------+-----------+--------------+----------------+---------+-----------+-------------------------------------------------+
| ID                               | Region    | Service Name | Service Type   | Enabled | Interface | URL                                             |
+----------------------------------+-----------+--------------+----------------+---------+-----------+-------------------------------------------------+
| 05c63150602341e19d1bdb8d4fce4d23 | RegionOne | swift        | object-store   | True    | internal  | http://172.30.250.59:8080/v1/AUTH_$(tenant_id)s |
| 0ac1afc217914f1f9ca022cf58a17005 | RegionOne | glance       | image          | True    | public    | http://172.30.250.59:9292                       |
| 200e0dca6c624481b1609a90350c3837 | RegionOne | keystone     | identity       | True    | public    | http://172.30.250.59:5000/v2.0                  |
| 25ccf962e9474ad68ae638b26fce4ef3 | RegionOne | nova_legacy  | compute_legacy | True    | public    | http://172.30.250.59:8774/v2/$(tenant_id)s      |
| 27ec11956ffd41d4bbee90e8cf77dffa | RegionOne | heat         | orchestration  | True    | admin     | http://172.30.250.59:8004/v1/$(tenant_id)s      |
| 3b25b8ce79e54020aaa117d5d614f4d0 | RegionOne | keystone     | identity       | True    | internal  | http://172.30.250.59:5000/v2.0                  |
| 46974395b7754ec6928a7cb40397b309 | RegionOne | cinder       | volume         | True    | admin     | http://172.30.250.59:8776/v1/$(tenant_id)s      |
| 591de9e82795471d833489476153ea93 | RegionOne | heat         | orchestration  | True    | internal  | http://172.30.250.59:8004/v1/$(tenant_id)s      |
| 75fee0a802b749a29e6097ef2ad8ba11 | RegionOne | heat-cfn     | cloudformation | True    | internal  | http://172.30.250.59:8000/v1                    |
| 762399dc073f47d1aeff72e44ad4b05c | RegionOne | swift        | object-store   | True    | admin     | http://172.30.250.59:8080                       |
| 8bcf0c774a6647598e33e7e0fb10dd76 | RegionOne | nova_legacy  | compute_legacy | True    | admin     | http://172.30.250.59:8774/v2/$(tenant_id)s      |
| 92c725fdd2b549aabfe542833e3ac629 | RegionOne | glance       | image          | True    | admin     | http://172.30.250.59:9292                       |
| 94be997db2d04ec48ac098a304caa5db | RegionOne | nova         | compute        | True    | public    | http://172.30.250.59:8774/v2.1/$(tenant_id)s    |
| 99c36889b458495b9b68e3bc48171a0b | RegionOne | heat-cfn     | cloudformation | True    | public    | http://172.30.250.59:8000/v1                    |
| a4832ab7b93c4584a75af11d32b4e365 | RegionOne | neutron      | network        | True    | internal  | http://172.30.250.59:9696/                      |
| aa9f7cc2dda8420f8d4bba3f1044c9bc | RegionOne | glance       | image          | True    | internal  | http://172.30.250.59:9292                       |
| b0282fe7785a4a8f80ed8f0f2bdc356f | RegionOne | swift        | object-store   | True    | public    | http://172.30.250.59:8080/v1/AUTH_$(tenant_id)s |
| b11a42dacf0c4c8097b78c57a1d4cff5 | RegionOne | nova_legacy  | compute_legacy | True    | internal  | http://172.30.250.59:8774/v2/$(tenant_id)s      |
| b4ffba9e3cef4d9cb78a097a77902594 | RegionOne | cinderv2     | volumev2       | True    | public    | http://172.30.250.59:8776/v2/$(tenant_id)s      |
| b99f1ffe108849da82c51f57a77d075e | RegionOne | cinderv2     | volumev2       | True    | admin     | http://172.30.250.59:8776/v2/$(tenant_id)s      |
| cbb8d020c808465fa2f99ae6f8d87169 | RegionOne | cinder       | volume         | True    | internal  | http://172.30.250.59:8776/v1/$(tenant_id)s      |
| cf1d47e113b943b2899072dd684c4ade | RegionOne | heat         | orchestration  | True    | public    | http://172.30.250.59:8004/v1/$(tenant_id)s      |
| d35ea043398548ee87378faca859edfc | RegionOne | keystone     | identity       | True    | admin     | http://172.30.250.59:35357/v2.0                 |
| d48e910b6a9441fdb63b53ede7ad885d | RegionOne | nova         | compute        | True    | admin     | http://172.30.250.59:8774/v2.1/$(tenant_id)s    |
| d6dc5904b29949298d718dc865415b38 | RegionOne | heat-cfn     | cloudformation | True    | admin     | http://172.30.250.59:8000/v1                    |
| dac77bd63beb4c168623053fb8fdb480 | RegionOne | cinderv2     | volumev2       | True    | internal  | http://172.30.250.59:8776/v2/$(tenant_id)s      |
| e6dd3aa1beee429da8ac726d2691396f | RegionOne | nova         | compute        | True    | internal  | http://172.30.250.59:8774/v2.1/$(tenant_id)s    |
| ed4629e6308a4616800128ac9a1f1b42 | RegionOne | cinder       | volume         | True    | public    | http://172.30.250.59:8776/v1/$(tenant_id)s      |
| f3bebfb846c449d79f10765fe925d1c6 | RegionOne | neutron      | network        | True    | public    | http://172.30.250.59:9696/                      |
| fad91bfbab6b490e87e564cdebca7b2e | RegionOne | neutron      | network        | True    | admin     | http://172.30.250.59:9696/                      |
+----------------------------------+-----------+--------------+----------------+---------+-----------+-------------------------------------------------+
stack@lixx-ubuntu-14044:/opt/devstack$ openstack image list
+--------------------------------------+--------------------------+--------+
| ID                                   | Name                     | Status |
+--------------------------------------+--------------------------+--------+
| acbe7353-c708-4d77-89fe-577d77ea00b6 | cirros-0.3.4-x86_64-disk | active |
+--------------------------------------+--------------------------+--------+
stack@lixx-ubuntu-14044:/opt/devstack$ openstack network list
+--------------------------------------+---------+----------------------------------------------------------------------------+
| ID                                   | Name    | Subnets                                                                    |
+--------------------------------------+---------+----------------------------------------------------------------------------+
| 2a94bf01-fa77-4b9f-9013-8ca41a10cd46 | private | 3f7882dd-b0b4-4c67-9a43-1bf4c6aba611, dbf927b8-abc7-4d6e-9a84-8752b549181b |
| b78d3b27-3160-4ce2-b0be-2502c3093b04 | public  | 1403dad0-8e57-43c0-84bb-a6d5cf487de6, 79ddbb3d-222f-41ce-a1df-d4acc2ca55c5 |
+--------------------------------------+---------+----------------------------------------------------------------------------+
stack@lixx-ubuntu-14044:/opt/devstack$ openstack subnet list
+--------------------------------------+---------------------+--------------------------------------+---------------------+
| ID                                   | Name                | Network                              | Subnet              |
+--------------------------------------+---------------------+--------------------------------------+---------------------+
| 1403dad0-8e57-43c0-84bb-a6d5cf487de6 | ipv6-public-subnet  | b78d3b27-3160-4ce2-b0be-2502c3093b04 | 2001:db8::/64       |
| dbf927b8-abc7-4d6e-9a84-8752b549181b | ipv6-private-subnet | 2a94bf01-fa77-4b9f-9013-8ca41a10cd46 | fdcc:407a:4936::/64 |
| 3f7882dd-b0b4-4c67-9a43-1bf4c6aba611 | private-subnet      | 2a94bf01-fa77-4b9f-9013-8ca41a10cd46 | 10.0.0.0/24         |
| 79ddbb3d-222f-41ce-a1df-d4acc2ca55c5 | public-subnet       | b78d3b27-3160-4ce2-b0be-2502c3093b04 | 172.30.250.0/24     |
+--------------------------------------+---------------------+--------------------------------------+---------------------+


0 0
原创粉丝点击