Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-octavia.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-59916-270510/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-octavia.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/openstack-octavia-2.1.1-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/openstack-octavia.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-59916-270510/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/openstack-octavia.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.emt77p + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf octavia-2.1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/octavia-2.1.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd octavia-2.1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find octavia -name '*.py' -exec sed -i '/\/usr\/bin\/env python/{d;q}' '{}' + + rm -f requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kPExea + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.1 + export PBR_VERSION=2.1.1 + PBR_VERSION=2.1.1 + export SKIP_PIP_INSTALL=1 + SKIP_PIP_INSTALL=1 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/octavia creating build/lib/octavia/tests creating build/lib/octavia/tests/unit creating build/lib/octavia/tests/unit/cmd copying octavia/tests/unit/cmd/test_health_manager.py -> build/lib/octavia/tests/unit/cmd copying octavia/tests/unit/cmd/test_house_keeping.py -> build/lib/octavia/tests/unit/cmd copying octavia/tests/unit/cmd/test_agent.py -> build/lib/octavia/tests/unit/cmd copying octavia/tests/unit/cmd/__init__.py -> build/lib/octavia/tests/unit/cmd copying octavia/tests/unit/cmd/test_haproxy_vrrp_check.py -> build/lib/octavia/tests/unit/cmd creating build/lib/octavia/controller creating build/lib/octavia/controller/healthmanager copying octavia/controller/healthmanager/health_manager.py -> build/lib/octavia/controller/healthmanager copying octavia/controller/healthmanager/update_serializer.py -> build/lib/octavia/controller/healthmanager copying octavia/controller/healthmanager/__init__.py -> build/lib/octavia/controller/healthmanager creating build/lib/octavia/common copying octavia/common/validate.py -> build/lib/octavia/common copying octavia/common/keystone.py -> build/lib/octavia/common copying octavia/common/rpc.py -> build/lib/octavia/common copying octavia/common/context.py -> build/lib/octavia/common copying octavia/common/config.py -> build/lib/octavia/common copying octavia/common/exceptions.py -> build/lib/octavia/common copying octavia/common/base_taskflow.py -> build/lib/octavia/common copying octavia/common/stats.py -> build/lib/octavia/common copying octavia/common/constants.py -> build/lib/octavia/common copying octavia/common/__init__.py -> build/lib/octavia/common copying octavia/common/service.py -> build/lib/octavia/common copying octavia/common/decorators.py -> build/lib/octavia/common copying octavia/common/clients.py -> build/lib/octavia/common copying octavia/common/utils.py -> build/lib/octavia/common copying octavia/common/policy.py -> build/lib/octavia/common copying octavia/common/data_models.py -> build/lib/octavia/common creating build/lib/octavia/controller/worker copying octavia/controller/worker/controller_worker.py -> build/lib/octavia/controller/worker copying octavia/controller/worker/task_utils.py -> build/lib/octavia/controller/worker copying octavia/controller/worker/__init__.py -> build/lib/octavia/controller/worker copying octavia/controller/worker/amphora_rate_limit.py -> build/lib/octavia/controller/worker creating build/lib/octavia/amphorae creating build/lib/octavia/amphorae/drivers creating build/lib/octavia/amphorae/drivers/haproxy copying octavia/amphorae/drivers/haproxy/exceptions.py -> build/lib/octavia/amphorae/drivers/haproxy copying octavia/amphorae/drivers/haproxy/__init__.py -> build/lib/octavia/amphorae/drivers/haproxy copying octavia/amphorae/drivers/haproxy/rest_api_driver.py -> build/lib/octavia/amphorae/drivers/haproxy copying octavia/amphorae/drivers/haproxy/data_models.py -> build/lib/octavia/amphorae/drivers/haproxy creating build/lib/octavia/tests/functional creating build/lib/octavia/tests/functional/amphorae creating build/lib/octavia/tests/functional/amphorae/backend copying octavia/tests/functional/amphorae/backend/__init__.py -> build/lib/octavia/tests/functional/amphorae/backend creating build/lib/octavia/tests/unit/network creating build/lib/octavia/tests/unit/network/drivers copying octavia/tests/unit/network/drivers/__init__.py -> build/lib/octavia/tests/unit/network/drivers copying octavia/tests/unit/network/drivers/test_network_noop_driver.py -> build/lib/octavia/tests/unit/network/drivers creating build/lib/octavia/tests/unit/api creating build/lib/octavia/tests/unit/api/hooks copying octavia/tests/unit/api/hooks/test_query_parameters.py -> build/lib/octavia/tests/unit/api/hooks copying octavia/tests/unit/api/hooks/__init__.py -> build/lib/octavia/tests/unit/api/hooks copying octavia/tests/unit/test_hacking.py -> build/lib/octavia/tests/unit copying octavia/tests/unit/__init__.py -> build/lib/octavia/tests/unit copying octavia/tests/unit/base.py -> build/lib/octavia/tests/unit creating build/lib/octavia/tests/unit/controller copying octavia/tests/unit/controller/__init__.py -> build/lib/octavia/tests/unit/controller creating build/lib/octavia/tests/unit/compute copying octavia/tests/unit/compute/__init__.py -> build/lib/octavia/tests/unit/compute creating build/lib/octavia/tests/unit/amphorae creating build/lib/octavia/tests/unit/amphorae/drivers creating build/lib/octavia/tests/unit/amphorae/drivers/keepalived creating build/lib/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying octavia/tests/unit/amphorae/drivers/keepalived/jinja/__init__.py -> build/lib/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying octavia/tests/unit/amphorae/drivers/keepalived/jinja/test_jinja_cfg.py -> build/lib/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying octavia/i18n.py -> build/lib/octavia copying octavia/opts.py -> build/lib/octavia copying octavia/version.py -> build/lib/octavia copying octavia/__init__.py -> build/lib/octavia creating build/lib/octavia/tests/unit/controller/healthmanager copying octavia/tests/unit/controller/healthmanager/test_update_serializer.py -> build/lib/octavia/tests/unit/controller/healthmanager copying octavia/tests/unit/controller/healthmanager/test_health_manager.py -> build/lib/octavia/tests/unit/controller/healthmanager copying octavia/tests/unit/controller/healthmanager/__init__.py -> build/lib/octavia/tests/unit/controller/healthmanager creating build/lib/octavia/api creating build/lib/octavia/api/handlers creating build/lib/octavia/api/handlers/queue copying octavia/api/handlers/queue/__init__.py -> build/lib/octavia/api/handlers/queue copying octavia/api/handlers/queue/producer.py -> build/lib/octavia/api/handlers/queue creating build/lib/octavia/tests/unit/amphorae/backends copying octavia/tests/unit/amphorae/backends/__init__.py -> build/lib/octavia/tests/unit/amphorae/backends creating build/lib/octavia/api/v2 creating build/lib/octavia/api/v2/types copying octavia/api/v2/types/quotas.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/health_monitor.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/listener.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/pool.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/l7policy.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/load_balancer.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/l7rule.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/__init__.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/member.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/amphora.py -> build/lib/octavia/api/v2/types creating build/lib/octavia/amphorae/backends creating build/lib/octavia/amphorae/backends/health_daemon copying octavia/amphorae/backends/health_daemon/status_message.py -> build/lib/octavia/amphorae/backends/health_daemon copying octavia/amphorae/backends/health_daemon/health_sender.py -> build/lib/octavia/amphorae/backends/health_daemon copying octavia/amphorae/backends/health_daemon/__init__.py -> build/lib/octavia/amphorae/backends/health_daemon copying octavia/amphorae/backends/health_daemon/health_daemon.py -> build/lib/octavia/amphorae/backends/health_daemon creating build/lib/octavia/amphorae/drivers/noop_driver copying octavia/amphorae/drivers/noop_driver/driver.py -> build/lib/octavia/amphorae/drivers/noop_driver copying octavia/amphorae/drivers/noop_driver/__init__.py -> build/lib/octavia/amphorae/drivers/noop_driver creating build/lib/octavia/tests/tempest creating build/lib/octavia/tests/tempest/v2 creating build/lib/octavia/tests/tempest/v2/clients copying octavia/tests/tempest/v2/clients/quotas_client.py -> build/lib/octavia/tests/tempest/v2/clients copying octavia/tests/tempest/v2/clients/__init__.py -> build/lib/octavia/tests/tempest/v2/clients creating build/lib/octavia/certificates copying octavia/certificates/__init__.py -> build/lib/octavia/certificates creating build/lib/octavia/tests/unit/controller/healthmanager/health_drivers copying octavia/tests/unit/controller/healthmanager/health_drivers/test_update_db.py -> build/lib/octavia/tests/unit/controller/healthmanager/health_drivers copying octavia/tests/unit/controller/healthmanager/health_drivers/test_update_logging.py -> build/lib/octavia/tests/unit/controller/healthmanager/health_drivers copying octavia/tests/unit/controller/healthmanager/health_drivers/__init__.py -> build/lib/octavia/tests/unit/controller/healthmanager/health_drivers copying octavia/tests/unit/controller/healthmanager/health_drivers/test_update_base.py -> build/lib/octavia/tests/unit/controller/healthmanager/health_drivers copying octavia/tests/tempest/v2/__init__.py -> build/lib/octavia/tests/tempest/v2 creating build/lib/octavia/amphorae/drivers/keepalived copying octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py -> build/lib/octavia/amphorae/drivers/keepalived copying octavia/amphorae/drivers/keepalived/__init__.py -> build/lib/octavia/amphorae/drivers/keepalived copying octavia/amphorae/drivers/__init__.py -> build/lib/octavia/amphorae/drivers copying octavia/amphorae/drivers/driver_base.py -> build/lib/octavia/amphorae/drivers creating build/lib/octavia/network creating build/lib/octavia/network/drivers creating build/lib/octavia/network/drivers/noop_driver copying octavia/network/drivers/noop_driver/driver.py -> build/lib/octavia/network/drivers/noop_driver copying octavia/network/drivers/noop_driver/__init__.py -> build/lib/octavia/network/drivers/noop_driver creating build/lib/octavia/hacking copying octavia/hacking/checks.py -> build/lib/octavia/hacking copying octavia/hacking/__init__.py -> build/lib/octavia/hacking creating build/lib/octavia/tests/unit/network/drivers/neutron copying octavia/tests/unit/network/drivers/neutron/test_base.py -> build/lib/octavia/tests/unit/network/drivers/neutron copying octavia/tests/unit/network/drivers/neutron/test_allowed_address_pairs.py -> build/lib/octavia/tests/unit/network/drivers/neutron copying octavia/tests/unit/network/drivers/neutron/test_utils.py -> build/lib/octavia/tests/unit/network/drivers/neutron copying octavia/tests/unit/network/drivers/neutron/__init__.py -> build/lib/octavia/tests/unit/network/drivers/neutron creating build/lib/octavia/tests/unit/amphorae/backends/utils copying octavia/tests/unit/amphorae/backends/utils/__init__.py -> build/lib/octavia/tests/unit/amphorae/backends/utils copying octavia/tests/unit/amphorae/backends/utils/test_haproxy_query.py -> build/lib/octavia/tests/unit/amphorae/backends/utils creating build/lib/octavia/tests/functional/db copying octavia/tests/functional/db/test_models.py -> build/lib/octavia/tests/functional/db copying octavia/tests/functional/db/__init__.py -> build/lib/octavia/tests/functional/db copying octavia/tests/functional/db/test_repositories.py -> build/lib/octavia/tests/functional/db copying octavia/tests/functional/db/base.py -> build/lib/octavia/tests/functional/db creating build/lib/octavia/db creating build/lib/octavia/db/migration copying octavia/db/migration/cli.py -> build/lib/octavia/db/migration copying octavia/db/migration/__init__.py -> build/lib/octavia/db/migration copying octavia/db/api.py -> build/lib/octavia/db copying octavia/db/models.py -> build/lib/octavia/db copying octavia/db/repositories.py -> build/lib/octavia/db copying octavia/db/prepare.py -> build/lib/octavia/db copying octavia/db/__init__.py -> build/lib/octavia/db copying octavia/db/base_models.py -> build/lib/octavia/db creating build/lib/octavia/tests/unit/certificates creating build/lib/octavia/tests/unit/certificates/manager copying octavia/tests/unit/certificates/manager/test_local.py -> build/lib/octavia/tests/unit/certificates/manager copying octavia/tests/unit/certificates/manager/test_barbican.py -> build/lib/octavia/tests/unit/certificates/manager copying octavia/tests/unit/certificates/manager/test_barbican_legacy.py -> build/lib/octavia/tests/unit/certificates/manager copying octavia/tests/unit/certificates/manager/__init__.py -> build/lib/octavia/tests/unit/certificates/manager creating build/lib/octavia/tests/unit/controller/worker creating build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_load_balancer_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_listener_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_health_monitor_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_l7rule_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_l7policy_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_pool_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/__init__.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_member_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_amphora_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows creating build/lib/octavia/tests/unit/api/v1 creating build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/test_listeners.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/test_l7policies.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/test_l7rules.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/test_members.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/test_pools.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/__init__.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/test_health_monitors.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/test_load_balancers.py -> build/lib/octavia/tests/unit/api/v1/types creating build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_config.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_policy.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_exceptions.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_clients.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_constants.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_base_taskflow.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_data_models.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_utils.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/__init__.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_validations.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_decorator.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_stats.py -> build/lib/octavia/tests/unit/common creating build/lib/octavia/tests/functional/api copying octavia/tests/functional/api/test_root_controller.py -> build/lib/octavia/tests/functional/api copying octavia/tests/functional/api/__init__.py -> build/lib/octavia/tests/functional/api creating build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/listener_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/member_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/pool_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/amphora_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/l7rule_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/l7policy_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/__init__.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/load_balancer_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/health_monitor_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/network/__init__.py -> build/lib/octavia/network copying octavia/network/base.py -> build/lib/octavia/network copying octavia/network/data_models.py -> build/lib/octavia/network creating build/lib/octavia/tests/unit/api/common copying octavia/tests/unit/api/common/__init__.py -> build/lib/octavia/tests/unit/api/common copying octavia/tests/unit/api/common/base.py -> build/lib/octavia/tests/unit/api/common copying octavia/tests/unit/api/common/test_types.py -> build/lib/octavia/tests/unit/api/common creating build/lib/octavia/distributor copying octavia/distributor/__init__.py -> build/lib/octavia/distributor creating build/lib/octavia/tests/unit/api/handlers copying octavia/tests/unit/api/handlers/__init__.py -> build/lib/octavia/tests/unit/api/handlers copying octavia/tests/unit/amphorae/__init__.py -> build/lib/octavia/tests/unit/amphorae copying octavia/tests/unit/network/__init__.py -> build/lib/octavia/tests/unit/network copying octavia/tests/unit/api/__init__.py -> build/lib/octavia/tests/unit/api creating build/lib/octavia/tests/functional/amphorae/backend/agent copying octavia/tests/functional/amphorae/backend/agent/__init__.py -> build/lib/octavia/tests/functional/amphorae/backend/agent creating build/lib/octavia/tests/unit/certificates/common copying octavia/tests/unit/certificates/common/test_local.py -> build/lib/octavia/tests/unit/certificates/common copying octavia/tests/unit/certificates/common/test_barbican.py -> build/lib/octavia/tests/unit/certificates/common copying octavia/tests/unit/certificates/common/__init__.py -> build/lib/octavia/tests/unit/certificates/common creating build/lib/octavia/amphorae/drivers/keepalived/jinja copying octavia/amphorae/drivers/keepalived/jinja/jinja_cfg.py -> build/lib/octavia/amphorae/drivers/keepalived/jinja copying octavia/amphorae/drivers/keepalived/jinja/__init__.py -> build/lib/octavia/amphorae/drivers/keepalived/jinja copying octavia/tests/functional/amphorae/__init__.py -> build/lib/octavia/tests/functional/amphorae creating build/lib/octavia/tests/unit/amphorae/backends/agent copying octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py -> build/lib/octavia/tests/unit/amphorae/backends/agent copying octavia/tests/unit/amphorae/backends/agent/__init__.py -> build/lib/octavia/tests/unit/amphorae/backends/agent creating build/lib/octavia/certificates/common copying octavia/certificates/common/cert.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/pkcs12.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/barbican.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/local.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/__init__.py -> build/lib/octavia/certificates/common copying octavia/api/handlers/abstract_handler.py -> build/lib/octavia/api/handlers copying octavia/api/handlers/__init__.py -> build/lib/octavia/api/handlers copying octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py -> build/lib/octavia/tests/unit/amphorae/drivers/keepalived copying octavia/tests/unit/amphorae/drivers/keepalived/__init__.py -> build/lib/octavia/tests/unit/amphorae/drivers/keepalived creating build/lib/octavia/tests/tempest/common copying octavia/tests/tempest/common/manager.py -> build/lib/octavia/tests/tempest/common copying octavia/tests/tempest/common/__init__.py -> build/lib/octavia/tests/tempest/common creating build/lib/octavia/amphorae/drivers/health copying octavia/amphorae/drivers/health/heartbeat_udp.py -> build/lib/octavia/amphorae/drivers/health copying octavia/amphorae/drivers/health/__init__.py -> build/lib/octavia/amphorae/drivers/health creating build/lib/octavia/tests/unit/api/v2 creating build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_listeners.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_l7policies.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_l7rules.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_members.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_pools.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/__init__.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_health_monitors.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/base.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_load_balancers.py -> build/lib/octavia/tests/unit/api/v2/types creating build/lib/octavia/controller/housekeeping copying octavia/controller/housekeeping/house_keeping.py -> build/lib/octavia/controller/housekeeping copying octavia/controller/housekeeping/__init__.py -> build/lib/octavia/controller/housekeeping creating build/lib/octavia/distributor/drivers copying octavia/distributor/drivers/__init__.py -> build/lib/octavia/distributor/drivers copying octavia/distributor/drivers/driver_base.py -> build/lib/octavia/distributor/drivers copying octavia/tests/__init__.py -> build/lib/octavia/tests creating build/lib/octavia/tests/tempest/v1 creating build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/members_client.py -> build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/load_balancers_client.py -> build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/quotas_client.py -> build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/pools_client.py -> build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/health_monitors_client.py -> build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/__init__.py -> build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/listeners_client.py -> build/lib/octavia/tests/tempest/v1/clients creating build/lib/octavia/tests/unit/api/handlers/queue copying octavia/tests/unit/api/handlers/queue/__init__.py -> build/lib/octavia/tests/unit/api/handlers/queue copying octavia/tests/unit/api/handlers/queue/test_producer.py -> build/lib/octavia/tests/unit/api/handlers/queue creating build/lib/octavia/distributor/drivers/noop_driver copying octavia/distributor/drivers/noop_driver/driver.py -> build/lib/octavia/distributor/drivers/noop_driver copying octavia/distributor/drivers/noop_driver/__init__.py -> build/lib/octavia/distributor/drivers/noop_driver copying octavia/api/v2/__init__.py -> build/lib/octavia/api/v2 creating build/lib/octavia/api/v1 copying octavia/api/v1/__init__.py -> build/lib/octavia/api/v1 creating build/lib/octavia/tests/functional/amphorae/backend/agent/api_server copying octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py -> build/lib/octavia/tests/functional/amphorae/backend/agent/api_server copying octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py -> build/lib/octavia/tests/functional/amphorae/backend/agent/api_server creating build/lib/octavia/tests/unit/controller/housekeeping copying octavia/tests/unit/controller/housekeeping/test_house_keeping.py -> build/lib/octavia/tests/unit/controller/housekeeping copying octavia/tests/unit/controller/housekeeping/__init__.py -> build/lib/octavia/tests/unit/controller/housekeeping creating build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/quotas.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/health_monitor.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/listener.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/pool.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/l7policy.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/load_balancer.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/listener_statistics.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/load_balancer_statistics.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/l7rule.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/__init__.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/member.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/base.py -> build/lib/octavia/api/v1/controllers copying octavia/tests/tempest/config.py -> build/lib/octavia/tests/tempest copying octavia/tests/tempest/plugin.py -> build/lib/octavia/tests/tempest copying octavia/tests/tempest/__init__.py -> build/lib/octavia/tests/tempest creating build/lib/octavia/tests/tempest/v1/scenario copying octavia/tests/tempest/v1/scenario/test_lb_quota.py -> build/lib/octavia/tests/tempest/v1/scenario copying octavia/tests/tempest/v1/scenario/test_listener_basic.py -> build/lib/octavia/tests/tempest/v1/scenario copying octavia/tests/tempest/v1/scenario/__init__.py -> build/lib/octavia/tests/tempest/v1/scenario copying octavia/tests/tempest/v1/scenario/test_load_balancer_tree_minimal.py -> build/lib/octavia/tests/tempest/v1/scenario copying octavia/tests/tempest/v1/scenario/base.py -> build/lib/octavia/tests/tempest/v1/scenario creating build/lib/octavia/compute creating build/lib/octavia/compute/drivers copying octavia/compute/drivers/nova_driver.py -> build/lib/octavia/compute/drivers copying octavia/compute/drivers/__init__.py -> build/lib/octavia/compute/drivers creating build/lib/octavia/api/v1/types copying octavia/api/v1/types/quotas.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/health_monitor.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/listener.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/pool.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/l7policy.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/load_balancer.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/listener_statistics.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/load_balancer_statistics.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/l7rule.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/__init__.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/member.py -> build/lib/octavia/api/v1/types creating build/lib/octavia/controller/queue copying octavia/controller/queue/endpoint.py -> build/lib/octavia/controller/queue copying octavia/controller/queue/consumer.py -> build/lib/octavia/controller/queue copying octavia/controller/queue/__init__.py -> build/lib/octavia/controller/queue copying octavia/controller/queue/event_queue.py -> build/lib/octavia/controller/queue creating build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_network_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_lifecycle_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_model_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_cert_task.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_database_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/__init__.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_database_tasks_quota.py -> build/lib/octavia/tests/unit/controller/worker/tasks creating build/lib/octavia/tests/unit/amphorae/drivers/haproxy copying octavia/tests/unit/amphorae/drivers/haproxy/test_rest_api_driver.py -> build/lib/octavia/tests/unit/amphorae/drivers/haproxy copying octavia/tests/unit/amphorae/drivers/haproxy/__init__.py -> build/lib/octavia/tests/unit/amphorae/drivers/haproxy creating build/lib/octavia/tests/tempest/v2/scenario copying octavia/tests/tempest/v2/scenario/test_lb_quota.py -> build/lib/octavia/tests/tempest/v2/scenario copying octavia/tests/tempest/v2/scenario/__init__.py -> build/lib/octavia/tests/tempest/v2/scenario copying octavia/tests/tempest/v2/scenario/base.py -> build/lib/octavia/tests/tempest/v2/scenario copying octavia/tests/unit/certificates/__init__.py -> build/lib/octavia/tests/unit/certificates copying octavia/api/root_controller.py -> build/lib/octavia/api copying octavia/api/config.py -> build/lib/octavia/api copying octavia/api/__init__.py -> build/lib/octavia/api copying octavia/api/app.py -> build/lib/octavia/api creating build/lib/octavia/policies copying octavia/policies/listener.py -> build/lib/octavia/policies copying octavia/policies/pool.py -> build/lib/octavia/policies copying octavia/policies/l7policy.py -> build/lib/octavia/policies copying octavia/policies/loadbalancer.py -> build/lib/octavia/policies copying octavia/policies/quota.py -> build/lib/octavia/policies copying octavia/policies/healthmonitor.py -> build/lib/octavia/policies copying octavia/policies/l7rule.py -> build/lib/octavia/policies copying octavia/policies/__init__.py -> build/lib/octavia/policies copying octavia/policies/member.py -> build/lib/octavia/policies copying octavia/policies/amphora.py -> build/lib/octavia/policies copying octavia/policies/base.py -> build/lib/octavia/policies creating build/lib/octavia/common/jinja copying octavia/common/jinja/user_data_jinja_cfg.py -> build/lib/octavia/common/jinja copying octavia/common/jinja/__init__.py -> build/lib/octavia/common/jinja copying octavia/tests/unit/api/v2/__init__.py -> build/lib/octavia/tests/unit/api/v2 copying octavia/tests/unit/api/v1/__init__.py -> build/lib/octavia/tests/unit/api/v1 creating build/lib/octavia/tests/unit/amphorae/backends/health_daemon copying octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py -> build/lib/octavia/tests/unit/amphorae/backends/health_daemon copying octavia/tests/unit/amphorae/backends/health_daemon/test_health_daemon.py -> build/lib/octavia/tests/unit/amphorae/backends/health_daemon copying octavia/tests/unit/amphorae/backends/health_daemon/__init__.py -> build/lib/octavia/tests/unit/amphorae/backends/health_daemon copying octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.py -> build/lib/octavia/tests/unit/amphorae/backends/health_daemon creating build/lib/octavia/compute/drivers/noop_driver copying octavia/compute/drivers/noop_driver/driver.py -> build/lib/octavia/compute/drivers/noop_driver copying octavia/compute/drivers/noop_driver/__init__.py -> build/lib/octavia/compute/drivers/noop_driver copying octavia/tests/unit/controller/worker/test_amphora_rate_limit.py -> build/lib/octavia/tests/unit/controller/worker copying octavia/tests/unit/controller/worker/test_task_utils.py -> build/lib/octavia/tests/unit/controller/worker copying octavia/tests/unit/controller/worker/__init__.py -> build/lib/octavia/tests/unit/controller/worker copying octavia/tests/unit/controller/worker/test_controller_worker.py -> build/lib/octavia/tests/unit/controller/worker copying octavia/compute/compute_base.py -> build/lib/octavia/compute copying octavia/compute/__init__.py -> build/lib/octavia/compute creating build/lib/octavia/tests/unit/db copying octavia/tests/unit/db/__init__.py -> build/lib/octavia/tests/unit/db creating build/lib/octavia/tests/unit/common/tls_utils copying octavia/tests/unit/common/tls_utils/test_cert_parser.py -> build/lib/octavia/tests/unit/common/tls_utils copying octavia/tests/unit/common/tls_utils/__init__.py -> build/lib/octavia/tests/unit/common/tls_utils creating build/lib/octavia/amphorae/backends/utils copying octavia/amphorae/backends/utils/haproxy_query.py -> build/lib/octavia/amphorae/backends/utils copying octavia/amphorae/backends/utils/__init__.py -> build/lib/octavia/amphorae/backends/utils creating build/lib/octavia/tests/unit/certificates/common/auth copying octavia/tests/unit/certificates/common/auth/__init__.py -> build/lib/octavia/tests/unit/certificates/common/auth copying octavia/tests/unit/certificates/common/auth/test_barbican_acl.py -> build/lib/octavia/tests/unit/certificates/common/auth creating build/lib/octavia/tests/common copying octavia/tests/common/constants.py -> build/lib/octavia/tests/common copying octavia/tests/common/__init__.py -> build/lib/octavia/tests/common copying octavia/tests/common/data_model_helpers.py -> build/lib/octavia/tests/common copying octavia/tests/common/utils.py -> build/lib/octavia/tests/common creating build/lib/octavia/amphorae/driver_exceptions copying octavia/amphorae/driver_exceptions/exceptions.py -> build/lib/octavia/amphorae/driver_exceptions copying octavia/amphorae/driver_exceptions/__init__.py -> build/lib/octavia/amphorae/driver_exceptions creating build/lib/octavia/tests/unit/compute/drivers copying octavia/tests/unit/compute/drivers/test_nova_driver.py -> build/lib/octavia/tests/unit/compute/drivers copying octavia/tests/unit/compute/drivers/__init__.py -> build/lib/octavia/tests/unit/compute/drivers copying octavia/tests/unit/compute/drivers/test_compute_noop_driver.py -> build/lib/octavia/tests/unit/compute/drivers creating build/lib/octavia/common/tls_utils copying octavia/common/tls_utils/__init__.py -> build/lib/octavia/common/tls_utils copying octavia/common/tls_utils/cert_parser.py -> build/lib/octavia/common/tls_utils creating build/lib/octavia/tests/unit/common/jinja creating build/lib/octavia/tests/unit/common/jinja/haproxy copying octavia/tests/unit/common/jinja/haproxy/__init__.py -> build/lib/octavia/tests/unit/common/jinja/haproxy copying octavia/tests/unit/common/jinja/haproxy/test_jinja_cfg.py -> build/lib/octavia/tests/unit/common/jinja/haproxy creating build/lib/octavia/api/common copying octavia/api/common/types.py -> build/lib/octavia/api/common copying octavia/api/common/hooks.py -> build/lib/octavia/api/common copying octavia/api/common/__init__.py -> build/lib/octavia/api/common copying octavia/api/common/pagination.py -> build/lib/octavia/api/common copying octavia/tests/unit/amphorae/drivers/__init__.py -> build/lib/octavia/tests/unit/amphorae/drivers copying octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py -> build/lib/octavia/tests/unit/amphorae/drivers creating build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/quotas.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/health_monitor.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/listener.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/pool.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/l7policy.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/load_balancer.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/l7rule.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/__init__.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/member.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/amphora.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/base.py -> build/lib/octavia/api/v2/controllers creating build/lib/octavia/certificates/generator copying octavia/certificates/generator/anchor.py -> build/lib/octavia/certificates/generator copying octavia/certificates/generator/local.py -> build/lib/octavia/certificates/generator copying octavia/certificates/generator/__init__.py -> build/lib/octavia/certificates/generator copying octavia/certificates/generator/cert_gen.py -> build/lib/octavia/certificates/generator creating build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_haproxy_compatibility.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalived.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_osutils.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_amphora_info.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/tempest/v1/__init__.py -> build/lib/octavia/tests/tempest/v1 creating build/lib/octavia/certificates/common/auth copying octavia/certificates/common/auth/__init__.py -> build/lib/octavia/certificates/common/auth copying octavia/certificates/common/auth/barbican_acl.py -> build/lib/octavia/certificates/common/auth creating build/lib/octavia/tests/unit/controller/queue copying octavia/tests/unit/controller/queue/test_consumer.py -> build/lib/octavia/tests/unit/controller/queue copying octavia/tests/unit/controller/queue/test_endpoint.py -> build/lib/octavia/tests/unit/controller/queue copying octavia/tests/unit/controller/queue/__init__.py -> build/lib/octavia/tests/unit/controller/queue creating build/lib/octavia/controller/healthmanager/health_drivers copying octavia/controller/healthmanager/health_drivers/update_db.py -> build/lib/octavia/controller/healthmanager/health_drivers copying octavia/controller/healthmanager/health_drivers/update_base.py -> build/lib/octavia/controller/healthmanager/health_drivers copying octavia/controller/healthmanager/health_drivers/__init__.py -> build/lib/octavia/controller/healthmanager/health_drivers copying octavia/controller/healthmanager/health_drivers/update_logging.py -> build/lib/octavia/controller/healthmanager/health_drivers copying octavia/network/drivers/__init__.py -> build/lib/octavia/network/drivers copying octavia/controller/__init__.py -> build/lib/octavia/controller copying octavia/amphorae/backends/__init__.py -> build/lib/octavia/amphorae/backends creating build/lib/octavia/amphorae/backends/agent copying octavia/amphorae/backends/agent/agent_jinja_cfg.py -> build/lib/octavia/amphorae/backends/agent copying octavia/amphorae/backends/agent/__init__.py -> build/lib/octavia/amphorae/backends/agent creating build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_health_monitor.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_listener.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_member.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_load_balancer.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_amphora.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_quotas.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_pool.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_l7policy.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/__init__.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_l7rule.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/base.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/__init__.py -> build/lib/octavia/tests/functional creating build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_health_monitor.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_listener.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_member.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_api_sort.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_load_balancer.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_load_balancer_statistics.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_quotas.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_listener_statistics.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_pool.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_l7policy.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/__init__.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_l7rule.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/base.py -> build/lib/octavia/tests/functional/api/v1 creating build/lib/octavia/cmd copying octavia/cmd/health_manager.py -> build/lib/octavia/cmd copying octavia/cmd/octavia_worker.py -> build/lib/octavia/cmd copying octavia/cmd/agent.py -> build/lib/octavia/cmd copying octavia/cmd/api.py -> build/lib/octavia/cmd copying octavia/cmd/house_keeping.py -> build/lib/octavia/cmd copying octavia/cmd/haproxy_vrrp_check.py -> build/lib/octavia/cmd copying octavia/cmd/__init__.py -> build/lib/octavia/cmd creating build/lib/octavia/common/jinja/haproxy copying octavia/common/jinja/haproxy/jinja_cfg.py -> build/lib/octavia/common/jinja/haproxy copying octavia/common/jinja/haproxy/__init__.py -> build/lib/octavia/common/jinja/haproxy creating build/lib/octavia/api/handlers/controller_simulator copying octavia/api/handlers/controller_simulator/handler.py -> build/lib/octavia/api/handlers/controller_simulator copying octavia/api/handlers/controller_simulator/__init__.py -> build/lib/octavia/api/handlers/controller_simulator creating build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/cert_task.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/model_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/lifecycle_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/database_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/compute_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/__init__.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/amphora_driver_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/network_tasks.py -> build/lib/octavia/controller/worker/tasks creating build/lib/octavia/tests/unit/amphorae/drivers/health copying octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py -> build/lib/octavia/tests/unit/amphorae/drivers/health copying octavia/tests/unit/amphorae/drivers/health/__init__.py -> build/lib/octavia/tests/unit/amphorae/drivers/health copying octavia/tests/unit/common/jinja/test_user_data_jinja_cfg.py -> build/lib/octavia/tests/unit/common/jinja copying octavia/tests/unit/common/jinja/__init__.py -> build/lib/octavia/tests/unit/common/jinja copying octavia/amphorae/__init__.py -> build/lib/octavia/amphorae creating build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/osutils.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/certificate_update.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/plug.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/listener.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/server.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/keepalived.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/amphora_info.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/haproxy_compatibility.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/__init__.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/util.py -> build/lib/octavia/amphorae/backends/agent/api_server creating build/lib/octavia/network/drivers/neutron copying octavia/network/drivers/neutron/allowed_address_pairs.py -> build/lib/octavia/network/drivers/neutron copying octavia/network/drivers/neutron/__init__.py -> build/lib/octavia/network/drivers/neutron copying octavia/network/drivers/neutron/utils.py -> build/lib/octavia/network/drivers/neutron copying octavia/network/drivers/neutron/base.py -> build/lib/octavia/network/drivers/neutron creating build/lib/octavia/tests/unit/common/sample_configs copying octavia/tests/unit/common/sample_configs/sample_configs.py -> build/lib/octavia/tests/unit/common/sample_configs copying octavia/tests/unit/common/sample_configs/__init__.py -> build/lib/octavia/tests/unit/common/sample_configs copying octavia/tests/unit/common/sample_configs/sample_certs.py -> build/lib/octavia/tests/unit/common/sample_configs creating build/lib/octavia/certificates/manager copying octavia/certificates/manager/barbican_legacy.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/castellan_mgr.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/barbican.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/local.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/__init__.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/cert_mgr.py -> build/lib/octavia/certificates/manager creating build/lib/octavia/tests/unit/certificates/generator copying octavia/tests/unit/certificates/generator/local_csr.py -> build/lib/octavia/tests/unit/certificates/generator copying octavia/tests/unit/certificates/generator/test_local.py -> build/lib/octavia/tests/unit/certificates/generator copying octavia/tests/unit/certificates/generator/__init__.py -> build/lib/octavia/tests/unit/certificates/generator copying octavia/tests/unit/certificates/generator/test_anchor.py -> build/lib/octavia/tests/unit/certificates/generator running egg_info deleting octavia.egg-info/requires.txt writing octavia.egg-info/PKG-INFO writing top-level names to octavia.egg-info/top_level.txt writing dependency_links to octavia.egg-info/dependency_links.txt writing entry points to octavia.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt copying octavia/db/migration/alembic.ini -> build/lib/octavia/db/migration creating build/lib/octavia/db/migration/alembic_migrations copying octavia/db/migration/alembic_migrations/README.rst -> build/lib/octavia/db/migration/alembic_migrations copying octavia/db/migration/alembic_migrations/env.py -> build/lib/octavia/db/migration/alembic_migrations copying octavia/db/migration/alembic_migrations/script.py.mako -> build/lib/octavia/db/migration/alembic_migrations creating build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/034b2dc2f3e0_modernize_l7policy_fields.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/0aee2b450512_extend_api_to_accept_qos_policy_id.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/13500e2e978d_update_url_and_name_size.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/14892634e228_update_vip.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/186509101b9b_add_server_group_id_to_loadbalancer.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/1e4c1d83044c_keepalived_configuration_datamodel.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/2351ea316465_adding_terminate_https_tls_ref_support.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/256852d5ff7c_add_lb_network_ip_to_amphora.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/27e54d00c3cd_add_monitor_address_and_port_to_member.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/29ff921a6eb_shared_pools.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/357d17a6d5ac_update_lb_and_amphora_data_model_for_.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/35dee79d5865_initial_create.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/36b94648fef8_add_timestamp.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/3a1e1cdb7b27_rename_amphora_host_id.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/3b199c848b96_create_no_monitor_operational_status.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/3f8ff3be828e_create_quotas_table.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/43287cd10fef_make_pool_lb_algorithm_larger.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/443fe6676637_add_network_id_to_vip.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/44a2414dd683_adding_name_column_to_member_and_health_.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/458c9ee2a011_l7_policies_and_rules.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/48660b6643f0_add_new_states_for_amphora.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/4a6ec0ab7284_remove_fk_constraints_on_listener_.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/4aeb9e23ad43_add_draining_operating_status.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/4c094013699a_update_load_balancer_amphora.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/4d9cf7d32f2_insert_headers.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/4faaa983e7a9_update_member_address_column.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/4fe8240425b4_update_vip_add_subnet_id.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/52377704420e_add_timestamps_to_healthmonitor.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/5309960964f8_add_proxy_protocol_for_pool.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/543f5d8e4e56_add_a_column_busy_in_table_amphora_health.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/62816c232310_fix_migration_for_mysql_5_7.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/6abb04f24c5_tenant_id_to_project_id.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/82b9402e71fd_update_vip_address_size.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/8c0851bdf6c3_change_tls_container_id_length_in_sni_.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/92fe9857279_create_healthmanager_table.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/9b5473976d6d_add_provisioning_status_to_objects.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/9bf4d21caaea_adding_amphora_id_to_listener_.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/bf171d0d91c3_amphora_add_cached_zone.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/c11292016060_add_request_errors_for_stats.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/d85ca7258d21_modernize_l7rule.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/e6672bda93bf_add_ping_and_tlshello_monitor_types.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/fac584114642_.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/fc5582da7d8a_create_amphora_build_rate_limit_tables.py -> build/lib/octavia/db/migration/alembic_migrations/versions creating build/lib/octavia/amphorae/drivers/keepalived/jinja/templates copying octavia/amphorae/drivers/keepalived/jinja/templates/keepalived_base.template -> build/lib/octavia/amphorae/drivers/keepalived/jinja/templates creating build/lib/octavia/tests/contrib copying octavia/tests/contrib/decode_args.sh -> build/lib/octavia/tests/contrib copying octavia/tests/contrib/deploy_c10k_test.sh -> build/lib/octavia/tests/contrib copying octavia/tests/contrib/gate_hook.sh -> build/lib/octavia/tests/contrib copying octavia/tests/contrib/httpd.go -> build/lib/octavia/tests/contrib copying octavia/tests/contrib/post_test_hook.sh -> build/lib/octavia/tests/contrib creating build/lib/octavia/tests/contrib/hooks copying octavia/tests/contrib/hooks/api_extensions -> build/lib/octavia/tests/contrib/hooks copying octavia/tests/contrib/hooks/apiv1 -> build/lib/octavia/tests/contrib/hooks copying octavia/tests/contrib/hooks/scenario -> build/lib/octavia/tests/contrib/hooks copying octavia/tests/tempest/README.rst -> build/lib/octavia/tests/tempest creating build/lib/octavia/common/jinja/templates copying octavia/common/jinja/templates/user_data_config_drive.template -> build/lib/octavia/common/jinja/templates creating build/lib/octavia/amphorae/backends/agent/templates copying octavia/amphorae/backends/agent/templates/amphora_agent_conf.template -> build/lib/octavia/amphorae/backends/agent/templates creating build/lib/octavia/common/jinja/haproxy/templates copying octavia/common/jinja/haproxy/templates/base.j2 -> build/lib/octavia/common/jinja/haproxy/templates copying octavia/common/jinja/haproxy/templates/haproxy.cfg.j2 -> build/lib/octavia/common/jinja/haproxy/templates copying octavia/common/jinja/haproxy/templates/macros.j2 -> build/lib/octavia/common/jinja/haproxy/templates creating build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/amphora-netns.systemd.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/keepalived.systemd.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/keepalived.sysvinit.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/keepalived.upstart.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/keepalived_check_script.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/plug_port_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/plug_vip_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_plug_port_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX_alias.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_route_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_rule_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/systemd.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/sysvinit.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/upstart.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/tests/unit/common/sample_configs/sample_pkcs12.p12 -> build/lib/octavia/tests/unit/common/sample_configs + pushd octavia/tests/contrib ~/build/BUILD/octavia-2.1.1/octavia/tests/contrib ~/build/BUILD/octavia-2.1.1 + go build -ldflags '-linkmode external -extldflags -static' -o octavia-tests-httpd httpd.go # command-line-arguments /tmp/go-link-457393568/000004.o: In function `_cgo_18049202ccd9_C2func_getaddrinfo': /tmp/go-build/cgo-gcc-prolog:49: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking + popd ~/build/BUILD/octavia-2.1.1 + read name eq value + test '[DEFAULT]' + test '' + continue + read name eq value + test verbose + test True + sed -ri '0,/^(#)? *verbose *=/{s!^(#)? *verbose *=.*!# verbose = True!}' etc/octavia.conf + read name eq value + test auth_strategy + test noauth + sed -ri '0,/^(#)? *auth_strategy *=/{s!^(#)? *auth_strategy *=.*!# auth_strategy = noauth!}' etc/octavia.conf + read name eq value + test notification_driver + test neutron.openstack.common.notifier.rpc_notifier + sed -ri '0,/^(#)? *notification_driver *=/{s!^(#)? *notification_driver *=.*!# notification_driver = neutron.openstack.common.notifier.rpc_notifier!}' etc/octavia.conf + read name eq value + test allow_overlapping_ips + test True + sed -ri '0,/^(#)? *allow_overlapping_ips *=/{s!^(#)? *allow_overlapping_ips *=.*!# allow_overlapping_ips = True!}' etc/octavia.conf + read name eq value + test use_stderr + test False + sed -ri '0,/^(#)? *use_stderr *=/{s!^(#)? *use_stderr *=.*!# use_stderr = False!}' etc/octavia.conf + read name eq value + test notify_nova_on_port_data_changes + test False + sed -ri '0,/^(#)? *notify_nova_on_port_data_changes *=/{s!^(#)? *notify_nova_on_port_data_changes *=.*!# notify_nova_on_port_data_changes = False!}' etc/octavia.conf + read name eq value + test notify_nova_on_port_status_changes + test False + sed -ri '0,/^(#)? *notify_nova_on_port_status_changes *=/{s!^(#)? *notify_nova_on_port_status_changes *=.*!# notify_nova_on_port_status_changes = False!}' etc/octavia.conf + read name eq value + test '' + continue + read name eq value + test '[database]' + test '' + continue + read name eq value + test max_pool_size + test 10 + sed -ri '0,/^(#)? *max_pool_size *=/{s!^(#)? *max_pool_size *=.*!# max_pool_size = 10!}' etc/octavia.conf + read name eq value + test max_overflow + test 20 + sed -ri '0,/^(#)? *max_overflow *=/{s!^(#)? *max_overflow *=.*!# max_overflow = 20!}' etc/octavia.conf + read name eq value + test pool_timeout + test 10 + sed -ri '0,/^(#)? *pool_timeout *=/{s!^(#)? *pool_timeout *=.*!# pool_timeout = 10!}' etc/octavia.conf + read name eq value + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CbSbk0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64 + cd octavia-2.1.1 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64 running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api copying build/lib/octavia/api/root_controller.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/listener_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/load_balancer_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/listener_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/load_balancer_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2 copying build/lib/octavia/api/config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator copying build/lib/octavia/api/handlers/controller_simulator/handler.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator copying build/lib/octavia/api/handlers/controller_simulator/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator copying build/lib/octavia/api/handlers/abstract_handler.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers copying build/lib/octavia/api/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/queue copying build/lib/octavia/api/handlers/queue/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/queue copying build/lib/octavia/api/handlers/queue/producer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/queue copying build/lib/octavia/api/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api copying build/lib/octavia/api/app.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/types.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/hooks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/pagination.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils copying build/lib/octavia/amphorae/backends/utils/haproxy_query.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils copying build/lib/octavia/amphorae/backends/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent copying build/lib/octavia/amphorae/backends/agent/agent_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/templates copying build/lib/octavia/amphorae/backends/agent/templates/amphora_agent_conf.template -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/templates creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/osutils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/certificate_update.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_rule_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/keepalived.upstart.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/plug_port_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/upstart.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/sysvinit.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/keepalived.systemd.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/keepalived_check_script.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/keepalived.sysvinit.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/amphora-netns.systemd.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_plug_port_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/systemd.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_route_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX_alias.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/plug_vip_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/plug.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/server.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/keepalived.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/amphora_info.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/haproxy_compatibility.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/util.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent copying build/lib/octavia/amphorae/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon copying build/lib/octavia/amphorae/backends/health_daemon/status_message.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon copying build/lib/octavia/amphorae/backends/health_daemon/health_sender.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon copying build/lib/octavia/amphorae/backends/health_daemon/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon copying build/lib/octavia/amphorae/backends/health_daemon/health_daemon.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions copying build/lib/octavia/amphorae/driver_exceptions/exceptions.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions copying build/lib/octavia/amphorae/driver_exceptions/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions copying build/lib/octavia/amphorae/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health copying build/lib/octavia/amphorae/drivers/health/heartbeat_udp.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health copying build/lib/octavia/amphorae/drivers/health/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver copying build/lib/octavia/amphorae/drivers/noop_driver/driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver copying build/lib/octavia/amphorae/drivers/noop_driver/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver copying build/lib/octavia/amphorae/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived copying build/lib/octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived copying build/lib/octavia/amphorae/drivers/keepalived/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja/templates copying build/lib/octavia/amphorae/drivers/keepalived/jinja/templates/keepalived_base.template -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja/templates copying build/lib/octavia/amphorae/drivers/keepalived/jinja/jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja copying build/lib/octavia/amphorae/drivers/keepalived/jinja/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/haproxy/exceptions.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/haproxy/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/haproxy/rest_api_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/haproxy/data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/driver_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager copying build/lib/octavia/controller/healthmanager/health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager copying build/lib/octavia/controller/healthmanager/update_serializer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/health_drivers/update_db.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/health_drivers/update_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/health_drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/health_drivers/update_logging.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker copying build/lib/octavia/controller/worker/controller_worker.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/cert_task.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/model_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/lifecycle_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/database_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/compute_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/amphora_driver_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/network_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/listener_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/member_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/pool_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/amphora_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/l7rule_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/l7policy_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/load_balancer_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/health_monitor_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/task_utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker copying build/lib/octavia/controller/worker/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker copying build/lib/octavia/controller/worker/amphora_rate_limit.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker copying build/lib/octavia/controller/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/housekeeping copying build/lib/octavia/controller/housekeeping/house_keeping.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/housekeeping copying build/lib/octavia/controller/housekeeping/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/housekeeping creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/endpoint.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/consumer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/event_queue.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/barbican_legacy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/castellan_mgr.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/barbican.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/cert_mgr.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/anchor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/cert_gen.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/cert.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/auth copying build/lib/octavia/certificates/common/auth/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/auth copying build/lib/octavia/certificates/common/auth/barbican_acl.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/auth copying build/lib/octavia/certificates/common/pkcs12.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/barbican.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/i18n.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor copying build/lib/octavia/distributor/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver copying build/lib/octavia/distributor/drivers/noop_driver/driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver copying build/lib/octavia/distributor/drivers/noop_driver/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver copying build/lib/octavia/distributor/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers copying build/lib/octavia/distributor/drivers/driver_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers copying build/lib/octavia/opts.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/hacking copying build/lib/octavia/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/hacking copying build/lib/octavia/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/hacking copying build/lib/octavia/version.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia copying build/lib/octavia/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/loadbalancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/quota.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/healthmonitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/octavia_worker.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/agent.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/api.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/house_keeping.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/haproxy_vrrp_check.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network copying build/lib/octavia/network/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver copying build/lib/octavia/network/drivers/noop_driver/driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver copying build/lib/octavia/network/drivers/noop_driver/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron copying build/lib/octavia/network/drivers/neutron/allowed_address_pairs.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron copying build/lib/octavia/network/drivers/neutron/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron copying build/lib/octavia/network/drivers/neutron/utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron copying build/lib/octavia/network/drivers/neutron/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron copying build/lib/octavia/network/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers copying build/lib/octavia/network/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network copying build/lib/octavia/network/data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute copying build/lib/octavia/compute/compute_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute copying build/lib/octavia/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers copying build/lib/octavia/compute/drivers/nova_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver copying build/lib/octavia/compute/drivers/noop_driver/driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver copying build/lib/octavia/compute/drivers/noop_driver/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver copying build/lib/octavia/compute/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_listeners.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_l7policies.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_l7rules.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_members.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_pools.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_health_monitors.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_load_balancers.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks copying build/lib/octavia/tests/unit/api/hooks/test_query_parameters.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks copying build/lib/octavia/tests/unit/api/hooks/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_listeners.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_l7policies.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_l7rules.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_members.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_pools.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_health_monitors.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_load_balancers.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers copying build/lib/octavia/tests/unit/api/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue copying build/lib/octavia/tests/unit/api/handlers/queue/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue copying build/lib/octavia/tests/unit/api/handlers/queue/test_producer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue copying build/lib/octavia/tests/unit/api/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common copying build/lib/octavia/tests/unit/api/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common copying build/lib/octavia/tests/unit/api/common/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common copying build/lib/octavia/tests/unit/api/common/test_types.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common copying build/lib/octavia/tests/unit/test_hacking.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils copying build/lib/octavia/tests/unit/amphorae/backends/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils copying build/lib/octavia/tests/unit/amphorae/backends/utils/test_haproxy_query.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_haproxy_compatibility.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalived.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_osutils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_amphora_info.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent copying build/lib/octavia/tests/unit/amphorae/backends/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent copying build/lib/octavia/tests/unit/amphorae/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon copying build/lib/octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon copying build/lib/octavia/tests/unit/amphorae/backends/health_daemon/test_health_daemon.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon copying build/lib/octavia/tests/unit/amphorae/backends/health_daemon/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon copying build/lib/octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon copying build/lib/octavia/tests/unit/amphorae/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health copying build/lib/octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health copying build/lib/octavia/tests/unit/amphorae/drivers/health/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health copying build/lib/octavia/tests/unit/amphorae/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived copying build/lib/octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived copying build/lib/octavia/tests/unit/amphorae/drivers/keepalived/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying build/lib/octavia/tests/unit/amphorae/drivers/keepalived/jinja/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying build/lib/octavia/tests/unit/amphorae/drivers/keepalived/jinja/test_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy copying build/lib/octavia/tests/unit/amphorae/drivers/haproxy/test_rest_api_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy copying build/lib/octavia/tests/unit/amphorae/drivers/haproxy/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy copying build/lib/octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager copying build/lib/octavia/tests/unit/controller/healthmanager/test_update_serializer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager copying build/lib/octavia/tests/unit/controller/healthmanager/test_health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_db.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_logging.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/health_drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_network_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_lifecycle_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_model_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_cert_task.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_database_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_database_tasks_quota.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/test_amphora_rate_limit.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker copying build/lib/octavia/tests/unit/controller/worker/test_task_utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_load_balancer_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_listener_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_health_monitor_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_l7rule_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_l7policy_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_pool_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_member_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_amphora_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker copying build/lib/octavia/tests/unit/controller/worker/test_controller_worker.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker copying build/lib/octavia/tests/unit/controller/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping copying build/lib/octavia/tests/unit/controller/housekeeping/test_house_keeping.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping copying build/lib/octavia/tests/unit/controller/housekeeping/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue copying build/lib/octavia/tests/unit/controller/queue/test_consumer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue copying build/lib/octavia/tests/unit/controller/queue/test_endpoint.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue copying build/lib/octavia/tests/unit/controller/queue/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager copying build/lib/octavia/tests/unit/certificates/manager/test_local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager copying build/lib/octavia/tests/unit/certificates/manager/test_barbican.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager copying build/lib/octavia/tests/unit/certificates/manager/test_barbican_legacy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager copying build/lib/octavia/tests/unit/certificates/manager/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator copying build/lib/octavia/tests/unit/certificates/generator/local_csr.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator copying build/lib/octavia/tests/unit/certificates/generator/test_local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator copying build/lib/octavia/tests/unit/certificates/generator/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator copying build/lib/octavia/tests/unit/certificates/generator/test_anchor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator copying build/lib/octavia/tests/unit/certificates/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth copying build/lib/octavia/tests/unit/certificates/common/auth/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth copying build/lib/octavia/tests/unit/certificates/common/auth/test_barbican_acl.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth copying build/lib/octavia/tests/unit/certificates/common/test_local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common copying build/lib/octavia/tests/unit/certificates/common/test_barbican.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common copying build/lib/octavia/tests/unit/certificates/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common copying build/lib/octavia/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/test_health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/test_house_keeping.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/test_agent.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/test_haproxy_vrrp_check.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network copying build/lib/octavia/tests/unit/network/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron copying build/lib/octavia/tests/unit/network/drivers/neutron/test_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron copying build/lib/octavia/tests/unit/network/drivers/neutron/test_allowed_address_pairs.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron copying build/lib/octavia/tests/unit/network/drivers/neutron/test_utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron copying build/lib/octavia/tests/unit/network/drivers/neutron/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron copying build/lib/octavia/tests/unit/network/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers copying build/lib/octavia/tests/unit/network/drivers/test_network_noop_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute copying build/lib/octavia/tests/unit/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers copying build/lib/octavia/tests/unit/compute/drivers/test_nova_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers copying build/lib/octavia/tests/unit/compute/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers copying build/lib/octavia/tests/unit/compute/drivers/test_compute_noop_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils copying build/lib/octavia/tests/unit/common/tls_utils/test_cert_parser.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils copying build/lib/octavia/tests/unit/common/tls_utils/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils copying build/lib/octavia/tests/unit/common/test_exceptions.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_clients.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_constants.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_base_taskflow.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/sample_configs/sample_configs.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/sample_configs/sample_pkcs12.p12 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/sample_configs/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/sample_configs/sample_certs.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_validations.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_decorator.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja copying build/lib/octavia/tests/unit/common/jinja/test_user_data_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja copying build/lib/octavia/tests/unit/common/jinja/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy copying build/lib/octavia/tests/unit/common/jinja/haproxy/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy copying build/lib/octavia/tests/unit/common/jinja/haproxy/test_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy copying build/lib/octavia/tests/unit/common/test_stats.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/db copying build/lib/octavia/tests/unit/db/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/db creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/members_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/load_balancers_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/quotas_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/pools_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/health_monitors_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/listeners_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/test_lb_quota.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/test_listener_basic.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/test_load_balancer_tree_minimal.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients copying build/lib/octavia/tests/tempest/v2/clients/quotas_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients copying build/lib/octavia/tests/tempest/v2/clients/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario copying build/lib/octavia/tests/tempest/v2/scenario/test_lb_quota.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario copying build/lib/octavia/tests/tempest/v2/scenario/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario copying build/lib/octavia/tests/tempest/v2/scenario/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario copying build/lib/octavia/tests/tempest/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2 copying build/lib/octavia/tests/tempest/config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest copying build/lib/octavia/tests/tempest/README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest copying build/lib/octavia/tests/tempest/plugin.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest copying build/lib/octavia/tests/tempest/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/common copying build/lib/octavia/tests/tempest/common/manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/common copying build/lib/octavia/tests/tempest/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_api_sort.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_load_balancer_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_listener_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/test_root_controller.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server copying build/lib/octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server copying build/lib/octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server copying build/lib/octavia/tests/functional/amphorae/backend/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent copying build/lib/octavia/tests/functional/amphorae/backend/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend copying build/lib/octavia/tests/functional/amphorae/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae copying build/lib/octavia/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db copying build/lib/octavia/tests/functional/db/test_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db copying build/lib/octavia/tests/functional/db/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db copying build/lib/octavia/tests/functional/db/test_repositories.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db copying build/lib/octavia/tests/functional/db/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db copying build/lib/octavia/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib/hooks copying build/lib/octavia/tests/contrib/hooks/api_extensions -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib/hooks copying build/lib/octavia/tests/contrib/hooks/apiv1 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib/hooks copying build/lib/octavia/tests/contrib/hooks/scenario -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib/hooks copying build/lib/octavia/tests/contrib/gate_hook.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/decode_args.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/post_test_hook.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/deploy_c10k_test.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/httpd.go -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/constants.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/data_model_helpers.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/validate.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/tls_utils copying build/lib/octavia/common/tls_utils/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/tls_utils copying build/lib/octavia/common/tls_utils/cert_parser.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/tls_utils copying build/lib/octavia/common/keystone.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/rpc.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/context.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/exceptions.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/base_taskflow.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/stats.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/constants.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/service.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/decorators.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/clients.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/templates copying build/lib/octavia/common/jinja/templates/user_data_config_drive.template -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/templates copying build/lib/octavia/common/jinja/user_data_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja copying build/lib/octavia/common/jinja/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/templates copying build/lib/octavia/common/jinja/haproxy/templates/haproxy.cfg.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/templates copying build/lib/octavia/common/jinja/haproxy/templates/base.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/templates copying build/lib/octavia/common/jinja/haproxy/templates/macros.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/templates copying build/lib/octavia/common/jinja/haproxy/jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy copying build/lib/octavia/common/jinja/haproxy/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy copying build/lib/octavia/common/utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/api.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/repositories.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/prepare.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration copying build/lib/octavia/db/migration/alembic.ini -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations copying build/lib/octavia/db/migration/alembic_migrations/env.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations copying build/lib/octavia/db/migration/alembic_migrations/script.py.mako -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations copying build/lib/octavia/db/migration/alembic_migrations/README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/fac584114642_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/14892634e228_update_vip.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/44a2414dd683_adding_name_column_to_member_and_health_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/29ff921a6eb_shared_pools.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/13500e2e978d_update_url_and_name_size.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/3a1e1cdb7b27_rename_amphora_host_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/543f5d8e4e56_add_a_column_busy_in_table_amphora_health.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4c094013699a_update_load_balancer_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/43287cd10fef_make_pool_lb_algorithm_larger.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/35dee79d5865_initial_create.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/3b199c848b96_create_no_monitor_operational_status.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/9b5473976d6d_add_provisioning_status_to_objects.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/5309960964f8_add_proxy_protocol_for_pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/0aee2b450512_extend_api_to_accept_qos_policy_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/357d17a6d5ac_update_lb_and_amphora_data_model_for_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/92fe9857279_create_healthmanager_table.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/8c0851bdf6c3_change_tls_container_id_length_in_sni_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/27e54d00c3cd_add_monitor_address_and_port_to_member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/d85ca7258d21_modernize_l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/034b2dc2f3e0_modernize_l7policy_fields.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/36b94648fef8_add_timestamp.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/186509101b9b_add_server_group_id_to_loadbalancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4d9cf7d32f2_insert_headers.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/6abb04f24c5_tenant_id_to_project_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/48660b6643f0_add_new_states_for_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/3f8ff3be828e_create_quotas_table.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/2351ea316465_adding_terminate_https_tls_ref_support.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/458c9ee2a011_l7_policies_and_rules.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/443fe6676637_add_network_id_to_vip.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/c11292016060_add_request_errors_for_stats.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/62816c232310_fix_migration_for_mysql_5_7.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4aeb9e23ad43_add_draining_operating_status.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/bf171d0d91c3_amphora_add_cached_zone.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4fe8240425b4_update_vip_add_subnet_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/256852d5ff7c_add_lb_network_ip_to_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4a6ec0ab7284_remove_fk_constraints_on_listener_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/fc5582da7d8a_create_amphora_build_rate_limit_tables.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/9bf4d21caaea_adding_amphora_id_to_listener_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/52377704420e_add_timestamps_to_healthmonitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/e6672bda93bf_add_ping_and_tlshello_monitor_types.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/82b9402e71fd_update_vip_address_size.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4faaa983e7a9_update_member_address_column.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/1e4c1d83044c_keepalived_configuration_datamodel.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/cli.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration copying build/lib/octavia/db/migration/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration copying build/lib/octavia/db/base_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/root_controller.py to root_controller.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/listener_statistics.py to listener_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/load_balancer_statistics.py to load_balancer_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/listener_statistics.py to listener_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/load_balancer_statistics.py to load_balancer_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/amphora.py to amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/amphora.py to amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator/handler.py to handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/abstract_handler.py to abstract_handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/queue/producer.py to producer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/app.py to app.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common/pagination.py to pagination.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils/haproxy_query.py to haproxy_query.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/agent_jinja_cfg.py to agent_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/osutils.py to osutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/certificate_update.py to certificate_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/plug.py to plug.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/keepalived.py to keepalived.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/amphora_info.py to amphora_info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/haproxy_compatibility.py to haproxy_compatibility.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon/status_message.py to status_message.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon/health_sender.py to health_sender.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon/health_daemon.py to health_daemon.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health/heartbeat_udp.py to heartbeat_udp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py to vrrp_rest_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja/jinja_cfg.py to jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy/rest_api_driver.py to rest_api_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy/data_models.py to data_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/driver_base.py to driver_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_manager.py to health_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/update_serializer.py to update_serializer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers/update_db.py to update_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers/update_base.py to update_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers/update_logging.py to update_logging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/controller_worker.py to controller_worker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/cert_task.py to cert_task.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/model_tasks.py to model_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/lifecycle_tasks.py to lifecycle_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/database_tasks.py to database_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/compute_tasks.py to compute_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/amphora_driver_tasks.py to amphora_driver_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/network_tasks.py to network_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/listener_flows.py to listener_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/member_flows.py to member_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/pool_flows.py to pool_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/amphora_flows.py to amphora_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/l7rule_flows.py to l7rule_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/l7policy_flows.py to l7policy_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/load_balancer_flows.py to load_balancer_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/health_monitor_flows.py to health_monitor_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/task_utils.py to task_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/amphora_rate_limit.py to amphora_rate_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/housekeeping/house_keeping.py to house_keeping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/housekeeping/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue/consumer.py to consumer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue/event_queue.py to event_queue.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager/barbican_legacy.py to barbican_legacy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager/castellan_mgr.py to castellan_mgr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager/barbican.py to barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager/cert_mgr.py to cert_mgr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator/anchor.py to anchor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator/cert_gen.py to cert_gen.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/cert.py to cert.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/auth/barbican_acl.py to barbican_acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/pkcs12.py to pkcs12.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/barbican.py to barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers/driver_base.py to driver_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/loadbalancer.py to loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/quota.py to quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/healthmonitor.py to healthmonitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/amphora.py to amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd/health_manager.py to health_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd/octavia_worker.py to octavia_worker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd/agent.py to agent.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd/house_keeping.py to house_keeping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd/haproxy_vrrp_check.py to haproxy_vrrp_check.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/allowed_address_pairs.py to allowed_address_pairs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/data_models.py to data_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/compute_base.py to compute_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers/nova_driver.py to nova_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_listeners.py to test_listeners.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_l7policies.py to test_l7policies.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_l7rules.py to test_l7rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_members.py to test_members.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_pools.py to test_pools.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_health_monitors.py to test_health_monitors.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_load_balancers.py to test_load_balancers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks/test_query_parameters.py to test_query_parameters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_listeners.py to test_listeners.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_l7policies.py to test_l7policies.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_l7rules.py to test_l7rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_members.py to test_members.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_pools.py to test_pools.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_health_monitors.py to test_health_monitors.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_load_balancers.py to test_load_balancers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue/test_producer.py to test_producer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common/test_types.py to test_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/test_hacking.py to test_hacking.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils/test_haproxy_query.py to test_haproxy_query.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_haproxy_compatibility.py to test_haproxy_compatibility.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalived.py to test_keepalived.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_osutils.py to test_osutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_amphora_info.py to test_amphora_info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py to test_plug.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py to test_agent_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py to test_envelope.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_health_daemon.py to test_health_daemon.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.py to test_health_sender.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py to test_heartbeat_udp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py to test_vrrp_rest_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja/test_jinja_cfg.py to test_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy/test_rest_api_driver.py to test_rest_api_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py to test_noop_amphoraloadbalancer_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/test_update_serializer.py to test_update_serializer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/test_health_manager.py to test_health_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_db.py to test_update_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_logging.py to test_update_logging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_base.py to test_update_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py to test_compute_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_network_tasks.py to test_network_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_lifecycle_tasks.py to test_lifecycle_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_model_tasks.py to test_model_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_cert_task.py to test_cert_task.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py to test_amphora_driver_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_database_tasks.py to test_database_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_database_tasks_quota.py to test_database_tasks_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/test_amphora_rate_limit.py to test_amphora_rate_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/test_task_utils.py to test_task_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_load_balancer_flows.py to test_load_balancer_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_listener_flows.py to test_listener_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_health_monitor_flows.py to test_health_monitor_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_l7rule_flows.py to test_l7rule_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_l7policy_flows.py to test_l7policy_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_pool_flows.py to test_pool_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_member_flows.py to test_member_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_amphora_flows.py to test_amphora_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/test_controller_worker.py to test_controller_worker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping/test_house_keeping.py to test_house_keeping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue/test_consumer.py to test_consumer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager/test_local.py to test_local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager/test_barbican.py to test_barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager/test_barbican_legacy.py to test_barbican_legacy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator/local_csr.py to local_csr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator/test_local.py to test_local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator/test_anchor.py to test_anchor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth/test_barbican_acl.py to test_barbican_acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/test_local.py to test_local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/test_barbican.py to test_barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/test_health_manager.py to test_health_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/test_house_keeping.py to test_house_keeping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/test_agent.py to test_agent.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/test_haproxy_vrrp_check.py to test_haproxy_vrrp_check.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron/test_allowed_address_pairs.py to test_allowed_address_pairs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/test_network_noop_driver.py to test_network_noop_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers/test_nova_driver.py to test_nova_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers/test_compute_noop_driver.py to test_compute_noop_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_config.py to test_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils/test_cert_parser.py to test_cert_parser.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_clients.py to test_clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_constants.py to test_constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_base_taskflow.py to test_base_taskflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_data_models.py to test_data_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs/sample_configs.py to sample_configs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs/sample_certs.py to sample_certs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_validations.py to test_validations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_decorator.py to test_decorator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/test_user_data_jinja_cfg.py to test_user_data_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy/test_jinja_cfg.py to test_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_stats.py to test_stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/members_client.py to members_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/load_balancers_client.py to load_balancers_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/quotas_client.py to quotas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/pools_client.py to pools_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/health_monitors_client.py to health_monitors_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/listeners_client.py to listeners_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/test_lb_quota.py to test_lb_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/test_listener_basic.py to test_listener_basic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/test_load_balancer_tree_minimal.py to test_load_balancer_tree_minimal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients/quotas_client.py to quotas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/test_lb_quota.py to test_lb_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/common/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_health_monitor.py to test_health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_member.py to test_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_api_sort.py to test_api_sort.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_load_balancer.py to test_load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_load_balancer_statistics.py to test_load_balancer_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_listener_statistics.py to test_listener_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_pool.py to test_pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_l7policy.py to test_l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_l7rule.py to test_l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/test_root_controller.py to test_root_controller.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_health_monitor.py to test_health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_member.py to test_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_load_balancer.py to test_load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_amphora.py to test_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_pool.py to test_pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_l7policy.py to test_l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_l7rule.py to test_l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db/test_models.py to test_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db/test_repositories.py to test_repositories.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common/data_model_helpers.py to data_model_helpers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/validate.py to validate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/tls_utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/tls_utils/cert_parser.py to cert_parser.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/keystone.py to keystone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/rpc.py to rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/base_taskflow.py to base_taskflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/stats.py to stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/clients.py to clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/user_data_jinja_cfg.py to user_data_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/jinja_cfg.py to jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/data_models.py to data_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/repositories.py to repositories.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/prepare.py to prepare.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/fac584114642_.py to fac584114642_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.py to 5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/14892634e228_update_vip.py to 14892634e228_update_vip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/44a2414dd683_adding_name_column_to_member_and_health_.py to 44a2414dd683_adding_name_column_to_member_and_health_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/29ff921a6eb_shared_pools.py to 29ff921a6eb_shared_pools.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/13500e2e978d_update_url_and_name_size.py to 13500e2e978d_update_url_and_name_size.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.py to 3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/3a1e1cdb7b27_rename_amphora_host_id.py to 3a1e1cdb7b27_rename_amphora_host_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/543f5d8e4e56_add_a_column_busy_in_table_amphora_health.py to 543f5d8e4e56_add_a_column_busy_in_table_amphora_health.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4c094013699a_update_load_balancer_amphora.py to 4c094013699a_update_load_balancer_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/43287cd10fef_make_pool_lb_algorithm_larger.py to 43287cd10fef_make_pool_lb_algorithm_larger.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/35dee79d5865_initial_create.py to 35dee79d5865_initial_create.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/3b199c848b96_create_no_monitor_operational_status.py to 3b199c848b96_create_no_monitor_operational_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/9b5473976d6d_add_provisioning_status_to_objects.py to 9b5473976d6d_add_provisioning_status_to_objects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/5309960964f8_add_proxy_protocol_for_pool.py to 5309960964f8_add_proxy_protocol_for_pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/0aee2b450512_extend_api_to_accept_qos_policy_id.py to 0aee2b450512_extend_api_to_accept_qos_policy_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/357d17a6d5ac_update_lb_and_amphora_data_model_for_.py to 357d17a6d5ac_update_lb_and_amphora_data_model_for_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/92fe9857279_create_healthmanager_table.py to 92fe9857279_create_healthmanager_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/8c0851bdf6c3_change_tls_container_id_length_in_sni_.py to 8c0851bdf6c3_change_tls_container_id_length_in_sni_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/27e54d00c3cd_add_monitor_address_and_port_to_member.py to 27e54d00c3cd_add_monitor_address_and_port_to_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/d85ca7258d21_modernize_l7rule.py to d85ca7258d21_modernize_l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/034b2dc2f3e0_modernize_l7policy_fields.py to 034b2dc2f3e0_modernize_l7policy_fields.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/36b94648fef8_add_timestamp.py to 36b94648fef8_add_timestamp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/186509101b9b_add_server_group_id_to_loadbalancer.py to 186509101b9b_add_server_group_id_to_loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4d9cf7d32f2_insert_headers.py to 4d9cf7d32f2_insert_headers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/6abb04f24c5_tenant_id_to_project_id.py to 6abb04f24c5_tenant_id_to_project_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/48660b6643f0_add_new_states_for_amphora.py to 48660b6643f0_add_new_states_for_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/3f8ff3be828e_create_quotas_table.py to 3f8ff3be828e_create_quotas_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/2351ea316465_adding_terminate_https_tls_ref_support.py to 2351ea316465_adding_terminate_https_tls_ref_support.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/458c9ee2a011_l7_policies_and_rules.py to 458c9ee2a011_l7_policies_and_rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/443fe6676637_add_network_id_to_vip.py to 443fe6676637_add_network_id_to_vip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/c11292016060_add_request_errors_for_stats.py to c11292016060_add_request_errors_for_stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/62816c232310_fix_migration_for_mysql_5_7.py to 62816c232310_fix_migration_for_mysql_5_7.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4aeb9e23ad43_add_draining_operating_status.py to 4aeb9e23ad43_add_draining_operating_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/bf171d0d91c3_amphora_add_cached_zone.py to bf171d0d91c3_amphora_add_cached_zone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4fe8240425b4_update_vip_add_subnet_id.py to 4fe8240425b4_update_vip_add_subnet_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/256852d5ff7c_add_lb_network_ip_to_amphora.py to 256852d5ff7c_add_lb_network_ip_to_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4a6ec0ab7284_remove_fk_constraints_on_listener_.py to 4a6ec0ab7284_remove_fk_constraints_on_listener_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/fc5582da7d8a_create_amphora_build_rate_limit_tables.py to fc5582da7d8a_create_amphora_build_rate_limit_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/9bf4d21caaea_adding_amphora_id_to_listener_.py to 9bf4d21caaea_adding_amphora_id_to_listener_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/52377704420e_add_timestamps_to_healthmonitor.py to 52377704420e_add_timestamps_to_healthmonitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/e6672bda93bf_add_ping_and_tlshello_monitor_types.py to e6672bda93bf_add_ping_and_tlshello_monitor_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.py to 298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/82b9402e71fd_update_vip_address_size.py to 82b9402e71fd_update_vip_address_size.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4faaa983e7a9_update_member_address_column.py to 4faaa983e7a9_update_member_address_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/1e4c1d83044c_keepalived_configuration_datamodel.py to 1e4c1d83044c_keepalived_configuration_datamodel.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/base_models.py to base_models.pyc writing byte-compilation script '/tmp/tmpWOH7nU.py' /usr/bin/python2 -O /tmp/tmpWOH7nU.py removing /tmp/tmpWOH7nU.py running install_data creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/etc creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/etc/octavia copying etc/octavia.conf -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/etc/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia copying LICENSE -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia copying README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia/diskimage-create copying diskimage-create/diskimage-create.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia/diskimage-create copying diskimage-create/image-tests.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia/diskimage-create copying diskimage-create/README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia/diskimage-create copying diskimage-create/requirements.txt -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia/diskimage-create copying diskimage-create/test-requirements.txt -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia/diskimage-create copying diskimage-create/tox.ini -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia/diskimage-create copying diskimage-create/version.txt -> /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia/diskimage-create running install_egg_info running egg_info writing octavia.egg-info/PKG-INFO writing top-level names to octavia.egg-info/top_level.txt writing dependency_links to octavia.egg-info/dependency_links.txt writing entry points to octavia.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt Copying octavia.egg-info to /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia-2.1.1-py2.7.egg-info running install_scripts Installing octavia-wsgi script to /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin Installing octavia-worker script to /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin Installing octavia-health-manager script to /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin Installing octavia-housekeeping script to /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin Installing octavia-db-manage script to /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin Installing haproxy-vrrp-check script to /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin Installing amphora-agent script to /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin Installing octavia-api script to /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin + install -d -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin + install -p -m 0755 octavia/tests/contrib/octavia-tests-httpd /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin + PATH1=/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/base.py + PATH2=/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/base.py + sed -i 's#self._build_static_httpd()#'\''/usr/bin/octavia-tests-httpd'\''#g' /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/base.py + sed -i 's#self._build_static_httpd()#'\''/usr/bin/octavia-tests-httpd'\''#g' /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/base.py + rm /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib/httpd.go + egg_path='/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia-*.egg-info' + tempest_egg_path=/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia_tests.egg-info + mkdir /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia_tests.egg-info + echo octavia + grep 'tempest\|Tempest' octavia.egg-info/entry_points.txt + sed -i '/tempest\|Tempest/d' /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia-2.1.1-py2.7.egg-info/entry_points.txt + cp -r /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia-2.1.1-py2.7.egg-info/PKG-INFO /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia_tests.egg-info + sed -i s/octavia/octavia_tests/g /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia_tests.egg-info/PKG-INFO + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/bin + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/doc + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7/site-packages/tools + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/etc/octavia + mv /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/etc/octavia/octavia.conf /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/etc/octavia + mv etc/policy/admin_or_owner-policy.json /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/etc/octavia/policy.json + install -p -D -m 644 /builddir/build/SOURCES/octavia.logrotate /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/etc/logrotate.d/openstack-octavia + install -p -D -m 644 elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.logrotate /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/etc/logrotate.d/openstack-octavia-amphora-agent + install -p -D -m 644 /builddir/build/SOURCES/octavia-amphora-agent.service /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/systemd/system/octavia-amphora-agent.service + install -p -D -m 644 /builddir/build/SOURCES/octavia-api.service /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/systemd/system/octavia-api.service + install -p -D -m 644 /builddir/build/SOURCES/octavia-worker.service /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/systemd/system/octavia-worker.service + install -p -D -m 644 /builddir/build/SOURCES/octavia-health-manager.service /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/systemd/system/octavia-health-manager.service + install -p -D -m 644 /builddir/build/SOURCES/octavia-housekeeping.service /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/systemd/system/octavia-housekeeping.service + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/var/lib/octavia + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/var/log/octavia + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/var/run/octavia + install -p -D -m 640 /builddir/build/SOURCES/octavia-dist.conf /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia/octavia-dist.conf + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64//etc/octavia/conf.d/common + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64//etc/octavia/conf.d/octavia-amphora-agent + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64//etc/octavia/conf.d/octavia-api + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64//etc/octavia/conf.d/octavia-health-manager + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64//etc/octavia/conf.d/octavia-housekeeping + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64//etc/octavia/conf.d/octavia-worker + cp -vr elements/ /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements 'elements/' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements' 'elements/rebind-sshd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/rebind-sshd' 'elements/rebind-sshd/finalise.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/rebind-sshd/finalise.d' 'elements/rebind-sshd/finalise.d/98-rebind-sshd-after-dhcp' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/rebind-sshd/finalise.d/98-rebind-sshd-after-dhcp' 'elements/rebind-sshd/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/rebind-sshd/README.rst' 'elements/haproxy-octavia' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia' 'elements/haproxy-octavia/install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/install.d' 'elements/haproxy-octavia/install.d/76-haproxy' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/install.d/76-haproxy' 'elements/haproxy-octavia/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/post-install.d' 'elements/haproxy-octavia/post-install.d/20-haproxy-tune-kernel' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-haproxy-tune-kernel' 'elements/haproxy-octavia/post-install.d/21-create-ping-wrapper' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/21-create-ping-wrapper' 'elements/haproxy-octavia/post-install.d/20-setup-haproxy-log' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-setup-haproxy-log' 'elements/haproxy-octavia/post-install.d/20-haproxy-user-group-config' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-haproxy-user-group-config' 'elements/haproxy-octavia/post-install.d/20-disable-default-haproxy' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-disable-default-haproxy' 'elements/haproxy-octavia/package-installs.json' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/package-installs.json' 'elements/haproxy-octavia/pkg-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/pkg-map' 'elements/haproxy-octavia/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/README.rst' 'elements/haproxy-octavia/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/svc-map' 'elements/haproxy-octavia/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/element-deps' 'elements/haproxy-octavia/pre-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/pre-install.d' 'elements/haproxy-octavia/pre-install.d/01-backports' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/pre-install.d/01-backports' 'elements/keepalived-octavia' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia' 'elements/keepalived-octavia/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/post-install.d' 'elements/keepalived-octavia/post-install.d/11-ip6-tables' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/post-install.d/11-ip6-tables' 'elements/keepalived-octavia/package-installs.json' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/package-installs.json' 'elements/keepalived-octavia/pkg-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/pkg-map' 'elements/keepalived-octavia/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/README.rst' 'elements/keepalived-octavia/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/svc-map' 'elements/keepalived-octavia/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/element-deps' 'elements/keepalived-octavia/pre-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/pre-install.d' 'elements/keepalived-octavia/pre-install.d/00-backports' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/pre-install.d/00-backports' 'elements/certs-ramfs' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs' 'elements/certs-ramfs/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/post-install.d' 'elements/certs-ramfs/post-install.d/30-enable-certs-ramfs-service' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/post-install.d/30-enable-certs-ramfs-service' 'elements/certs-ramfs/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/README.rst' 'elements/certs-ramfs/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/svc-map' 'elements/certs-ramfs/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/element-deps' 'elements/certs-ramfs/package-installs.yaml' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/package-installs.yaml' 'elements/certs-ramfs/init-scripts' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/init-scripts' 'elements/certs-ramfs/init-scripts/sysv' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/init-scripts/sysv' 'elements/certs-ramfs/init-scripts/sysv/certs-ramfs' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/init-scripts/sysv/certs-ramfs' 'elements/certs-ramfs/init-scripts/upstart' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/init-scripts/upstart' 'elements/certs-ramfs/init-scripts/upstart/certs-ramfs.conf' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/init-scripts/upstart/certs-ramfs.conf' 'elements/certs-ramfs/init-scripts/systemd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/init-scripts/systemd' 'elements/certs-ramfs/init-scripts/systemd/certs-ramfs.service' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/init-scripts/systemd/certs-ramfs.service' 'elements/amphora-agent' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent' 'elements/amphora-agent/source-repository-amphora-agent' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/source-repository-amphora-agent' 'elements/amphora-agent/install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d' 'elements/amphora-agent/install.d/amphora-agent-source-install' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install' 'elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.logrotate' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.logrotate' 'elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.init' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.init' 'elements/amphora-agent/install.d/amphora-agent-source-install/cap-pip.txt' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/cap-pip.txt' 'elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.conf' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.conf' 'elements/amphora-agent/install.d/amphora-agent-source-install/75-amphora-agent-install' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/75-amphora-agent-install' 'elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.service' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.service' 'elements/amphora-agent/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/post-install.d' 'elements/amphora-agent/post-install.d/11-enable-amphora-agent-systemd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/post-install.d/11-enable-amphora-agent-systemd' 'elements/amphora-agent/pkg-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/pkg-map' 'elements/amphora-agent/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/README.rst' 'elements/amphora-agent/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/svc-map' 'elements/amphora-agent/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/element-deps' 'elements/amphora-agent/package-installs.yaml' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/package-installs.yaml' 'elements/root-passwd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/root-passwd' 'elements/root-passwd/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/root-passwd/post-install.d' 'elements/root-passwd/post-install.d/99-setup' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/root-passwd/post-install.d/99-setup' 'elements/root-passwd/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/root-passwd/README.rst' 'elements/no-resolvconf' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/no-resolvconf' 'elements/no-resolvconf/finalise.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/no-resolvconf/finalise.d' 'elements/no-resolvconf/finalise.d/99-disable-resolv-conf' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/no-resolvconf/finalise.d/99-disable-resolv-conf' 'elements/no-resolvconf/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/no-resolvconf/README.rst' 'elements/remove-sshd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/remove-sshd' 'elements/remove-sshd/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/remove-sshd/README.rst' 'elements/remove-sshd/package-installs.yaml' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia-image-elements/remove-sshd/package-installs.yaml' + install -m 755 diskimage-create/diskimage-create.sh /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin/octavia-diskimage-create.sh + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia/diskimage-create + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia/LICENSE + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/octavia/README.rst + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/octavia-2.1.1 extracting debug info from /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin/octavia-tests-httpd nm: /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin/octavia-tests-httpd: no symbols dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.JVvP1d + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.1 + export OS_TEST_PATH=./octavia/tests/functional + OS_TEST_PATH=./octavia/tests/functional + export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin + PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/bin + stestr run Exception on /0.5/listeners/amp_123/123/haproxy [PUT] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/server.py", line 114, in upload_haproxy_config return self._listener.upload_haproxy_config(amphora_id, listener_id) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/listener.py", line 133, in upload_haproxy_config with os.fdopen(os.open(name, flags, mode), 'w') as file: File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect IOError Failed to stop haproxy-123 service: Command 'test' returned non-zero exit status 7 random error Failed to verify haproxy file: Command 'test' returned non-zero exit status 7 random error Exception on /0.5/listeners/amp_123/123/haproxy [PUT] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/server.py", line 114, in upload_haproxy_config return self._listener.upload_haproxy_config(amphora_id, listener_id) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/listener.py", line 133, in upload_haproxy_config with os.fdopen(os.open(name, flags, mode), 'w') as file: File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect IOError Exception on /0.5/listeners/amp_123/123/haproxy [PUT] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/server.py", line 114, in upload_haproxy_config return self._listener.upload_haproxy_config(amphora_id, listener_id) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/listener.py", line 142, in upload_haproxy_config subprocess.check_output(cmd.split(), stderr=subprocess.STDOUT) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1121, in _mock_call result = next(effect) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 109, in next return _next(obj) StopIteration Failed to verify haproxy file: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth1 due to error: Command 'test' returned non-zero exit status 7 random error Failed to stop haproxy-123 service: Command 'test' returned non-zero exit status 7 random error Exception on /0.5/listeners/amp_123/123/haproxy [PUT] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/server.py", line 114, in upload_haproxy_config return self._listener.upload_haproxy_config(amphora_id, listener_id) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/listener.py", line 142, in upload_haproxy_config subprocess.check_output(cmd.split(), stderr=subprocess.STDOUT) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1121, in _mock_call result = next(effect) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 109, in next return _next(obj) StopIteration Exception on /0.5/listeners/amp_123/123/haproxy [PUT] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/server.py", line 114, in upload_haproxy_config return self._listener.upload_haproxy_config(amphora_id, listener_id) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/listener.py", line 133, in upload_haproxy_config with os.fdopen(os.open(name, flags, mode), 'w') as file: File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect IOError Failed to verify haproxy file: Command 'test' returned non-zero exit status 7 random error Exception on /0.5/listeners/amp_123/123/haproxy [PUT] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/server.py", line 114, in upload_haproxy_config return self._listener.upload_haproxy_config(amphora_id, listener_id) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/listener.py", line 142, in upload_haproxy_config subprocess.check_output(cmd.split(), stderr=subprocess.STDOUT) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1121, in _mock_call result = next(effect) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 109, in next return _next(obj) StopIteration Failed to stop haproxy-123 service: Command 'test' returned non-zero exit status 7 random error Exception on /0.5/listeners/amp_123/123/haproxy [PUT] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/server.py", line 114, in upload_haproxy_config return self._listener.upload_haproxy_config(amphora_id, listener_id) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/listener.py", line 133, in upload_haproxy_config with os.fdopen(os.open(name, flags, mode), 'w') as file: File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect IOError Failed to ifup eth2648 due to error: Command 'test' returned non-zero exit status 7 random error Failed to verify haproxy file: Command 'test' returned non-zero exit status 7 random error Exception on /0.5/listeners/amp_123/123/haproxy [PUT] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/server.py", line 114, in upload_haproxy_config return self._listener.upload_haproxy_config(amphora_id, listener_id) File "/builddir/build/BUILD/octavia-2.1.1/octavia/amphorae/backends/agent/api_server/listener.py", line 142, in upload_haproxy_config subprocess.check_output(cmd.split(), stderr=subprocess.STDOUT) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1121, in _mock_call result = next(effect) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 109, in next return _next(obj) StopIteration Failed to ifup eth1 due to error: Command 'test' returned non-zero exit status 7 random error Failed to stop haproxy-123 service: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth9356 due to error: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth698 due to error: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth9738 due to error: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth1 due to error: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth1 due to error: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth1 due to error: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth1 due to error: Command 'test' returned non-zero exit status 7 random error {10} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_interface [0.035171s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_VIP6 [0.188409s] ... ok 2019-06-07 06:10:30.486 10528 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.487 10528 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_info [0.023222s] ... ok 2019-06-07 06:10:30.292 10534 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.293 10534 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_plug_network_host_routes [0.058120s] ... ok {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_ubuntu_listener_systemd [0.041024s] ... ok {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_all_listeners [0.020582s] ... ok 2019-06-07 06:10:30.345 10529 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.346 10529 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 {18} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_listener [0.029385s] ... ok {11} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_certificate_md5 [0.033306s] ... ok 2019-06-07 06:10:30.475 10546 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.475 10546 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:30.521 10530 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.522 10530 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:30.333 10538 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.334 10538 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 {20} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_interface [0.033574s] ... ok {16} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_details [0.028393s] ... ok {5} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_haproxy [0.039220s] ... ok 2019-06-07 06:10:30.306 10532 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.307 10532 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:30.346 10540 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.347 10540 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.115 10540 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. {30} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_get_all_listeners [0.028042s] ... ok {30} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_VIP4 [0.683946s] ... ok 2019-06-07 06:10:30.356 10537 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.357 10537 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.055 10537 INFO oslo_db.sqlalchemy.provision [req-17e6914b-0043-40d7-bea7-b0b0e1405c9d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.060 10537 INFO oslo_db.sqlalchemy.provision [req-17e6914b-0043-40d7-bea7-b0b0e1405c9d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zyvjahxoyw 2019-06-07 06:10:31.061 10537 INFO oslo_db.sqlalchemy.provision [req-17e6914b-0043-40d7-bea7-b0b0e1405c9d - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_v1_disabled [1.387711s] ... ok 2019-06-07 06:10:31.206 10546 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.248 10530 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.204 10528 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.124 10532 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.184 10532 INFO octavia.api.v1.controllers.load_balancer [req-aade6727-e5d8-45d0-8bd0-ecba19ab0f9d - - - - -] Sending created Load Balancer f3a0dd3c-97e2-4bcc-b93a-ab803e80b790 to the handler {17} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_haproxy_systemd [0.080012s] ... ok 2019-06-07 06:10:30.512 10544 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.513 10544 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.280 10532 INFO octavia.api.v1.controllers.listener [req-c1bca516-cb8e-43ea-9dc0-cf57a6fe600b - - - - -] Sending Creation of Listener 146059e7-b439-428e-80fc-6174a3fb12c5 to handler 2019-06-07 06:10:31.122 10538 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.271 10528 INFO octavia.api.v1.controllers.load_balancer [req-dc6f464b-cd64-4326-b837-b282502533f5 - - - - -] Sending created Load Balancer 5851f840-f9ae-46d9-9e36-8e4d62d84356 to the handler 2019-06-07 06:10:31.291 10528 INFO octavia.api.v1.controllers.load_balancer [req-837697fa-5eab-4039-8e70-215c7cbd27c2 - - - - -] Sending created Load Balancer 9e4a6eb6-262e-48f7-a184-acbcab8054ed to the handler 2019-06-07 06:10:31.310 10528 INFO octavia.api.v1.controllers.load_balancer [req-226b6c63-917d-49eb-b343-104d32efd96d - - - - -] Sending created Load Balancer 9089dc5c-6909-4554-acbe-b56b3a70fdef to the handler 2019-06-07 06:10:31.330 10528 INFO octavia.api.v1.controllers.load_balancer [req-654a99ab-bd9f-4e01-83ed-cff73d0ac206 - - - - -] Sending created Load Balancer 93e44d79-2bfc-4738-b7e5-b0b8b45f5f24 to the handler 2019-06-07 06:10:31.349 10528 INFO octavia.api.v1.controllers.load_balancer [req-43691dc8-878e-455b-a22d-2ee52a83e4b8 - - - - -] Sending created Load Balancer 6bdda262-b60a-4fe9-b396-1e792ccc0265 to the handler 2019-06-07 06:10:30.494 10539 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.495 10539 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.216 10539 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.273 10539 INFO octavia.api.v1.controllers.load_balancer [req-68ebb4b7-3165-4635-b171-92acc6e8670a - - - - -] Sending created Load Balancer 4562aa5e-9a4f-45be-9c56-cbc8b45c408d to the handler 2019-06-07 06:10:31.370 10539 INFO octavia.api.v1.controllers.listener [req-7057531a-2029-4bef-98e0-500b6ccc4e06 - - - - -] Sending Creation of Listener 02671ab1-58d7-4caa-b62d-dcca4963c753 to handler 2019-06-07 06:10:31.253 10544 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.310 10544 INFO octavia.api.v1.controllers.load_balancer [req-00d0a2ae-d907-42a7-b6c6-9d1c12dc5636 - - - - -] Sending created Load Balancer 0f257171-d144-4cb3-a4a5-eb1ca476863a to the handler 2019-06-07 06:10:31.407 10544 INFO octavia.api.v1.controllers.listener [req-119182f3-80ea-44c0-8acc-a080e5dcca62 - - - - -] Sending Creation of Listener 94cc5797-5fa8-48e6-8b31-0d882a0d7fec to handler 2019-06-07 06:10:31.524 10539 INFO octavia.api.v1.controllers.pool [req-58be49de-5209-4903-aa9e-f51a672f91ca - - - - -] Sending Creation of Pool 72fe09e4-c6d7-492c-b0bf-721b36cef8f8 to handler 2019-06-07 06:10:31.126 10529 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. {7} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_details [0.028339s] ... ok {7} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_haproxy [0.021824s] ... ok {17} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_upload_certificate_md5 [0.032216s] ... ok 2019-06-07 06:10:31.309 10530 INFO octavia.api.v1.controllers.load_balancer [req-6bb62d4c-faae-4243-b098-e0766d6cfb82 - - - - -] Sending created Load Balancer a62f0a43-b0a2-4503-86ef-b0137769f0f8 to the handler {7} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_plug_VIP6 [0.147591s] ... ok 2019-06-07 06:10:31.191 10529 INFO octavia.api.v1.controllers.load_balancer [req-cc9ff5aa-5123-4b9a-b4f5-d96c70d7a125 - - - - -] Sending created Load Balancer fb3ecc45-6f50-4c0d-8c34-cf84b6a0ceb3 to the handler 2019-06-07 06:10:31.292 10529 INFO octavia.api.v1.controllers.listener [req-f9d2bc91-5514-4bcc-825c-6541e2f7b037 - - - - -] Sending Creation of Listener 0dd9e464-0f3e-4154-8596-b022635b1bd7 to handler 2019-06-07 06:10:31.451 10529 INFO octavia.api.v1.controllers.pool [req-d4fec681-a635-4789-a057-a7bd85c2f294 - - - - -] Sending Creation of Pool 59f3bfea-5d29-44aa-a7eb-61f1fa8dce60 to handler 2019-06-07 06:10:31.676 10529 INFO octavia.api.v1.controllers.pool [req-ccce69d6-2fcb-4f29-b6ba-95bf15b80a5d - - - - -] Sending Creation of Pool 9df80403-00a2-451e-a859-bb4b1424f17f to handler 2019-06-07 06:10:31.470 10528 INFO oslo_db.sqlalchemy.provision [req-893a0141-47ba-4204-b09a-da4bfef0dfb7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.473 10528 INFO oslo_db.sqlalchemy.provision [req-893a0141-47ba-4204-b09a-da4bfef0dfb7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN auaxrdyyib 2019-06-07 06:10:31.474 10528 INFO oslo_db.sqlalchemy.provision [req-893a0141-47ba-4204-b09a-da4bfef0dfb7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_lb_keysort [1.684062s] ... ok {5} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_haproxy_systemd [0.085627s] ... ok 2019-06-07 06:10:31.265 10546 INFO octavia.api.v1.controllers.load_balancer [req-346e5374-6ea0-4d31-8402-4b53b93e5b28 - - - - -] Sending created Load Balancer e11ad891-e9df-4848-aa00-2f270f9391d3 to the handler 2019-06-07 06:10:31.069 10537 INFO oslo_db.sqlalchemy.provision [req-17e6914b-0043-40d7-bea7-b0b0e1405c9d - - - - -] CREATE BACKEND sqlite:// TOKEN ylucdznraj 2019-06-07 06:10:31.125 10534 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:30.641 10545 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.642 10545 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.238 10545 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are disabled -- is this intentional? 2019-06-07 06:10:31.408 10545 INFO oslo_db.sqlalchemy.provision [req-97f5db60-ab43-4115-9f83-f4532b39c17d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.412 10545 INFO oslo_db.sqlalchemy.provision [req-97f5db60-ab43-4115-9f83-f4532b39c17d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN maygtitemr 2019-06-07 06:10:31.412 10545 INFO oslo_db.sqlalchemy.provision [req-97f5db60-ab43-4115-9f83-f4532b39c17d - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_both_disabled [1.440141s] ... ok 2019-06-07 06:10:31.439 10532 INFO octavia.api.v1.controllers.pool [req-b2b9b9c2-610e-4846-9630-188040a5464b - - - - -] Sending Creation of Pool 1b3ac63e-d465-4999-bfa3-1b98d852beb8 to handler 2019-06-07 06:10:31.552 10544 INFO octavia.api.v1.controllers.pool [req-c33694a7-47d9-4d99-af86-1bd4802e78e0 - - - - -] Sending Creation of Pool 78a1df2e-c886-4449-8a6f-9794101d6d89 to handler {30} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_keepalived_config_sysvinit [0.037638s] ... ok {30} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_server_certificate [0.018295s] ... ok 2019-06-07 06:10:31.481 10528 INFO oslo_db.sqlalchemy.provision [req-893a0141-47ba-4204-b09a-da4bfef0dfb7 - - - - -] CREATE BACKEND sqlite:// TOKEN sdpitmcscs 2019-06-07 06:10:31.654 10528 INFO octavia.common.config [req-893a0141-47ba-4204-b09a-da4bfef0dfb7 - - - - -] Logging enabled! 2019-06-07 06:10:31.655 10528 INFO octavia.common.config [req-893a0141-47ba-4204-b09a-da4bfef0dfb7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.702 10528 WARNING octavia.api.root_controller [req-893a0141-47ba-4204-b09a-da4bfef0dfb7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.722 10528 INFO octavia.api.v1.controllers.load_balancer [req-1bb5bc2d-a3a3-4a6b-a863-32b9c780f2b6 - - - - -] Sending created Load Balancer fe4d5115-4569-4deb-89d3-86f48d7bf97e to the handler 2019-06-07 06:10:31.814 10528 INFO octavia.api.v1.controllers.listener [req-3e9af39a-51e2-492a-84c4-4c6647f8839b - - - - -] Sending Creation of Listener 6fd10777-e0bf-457a-8066-be30a3efceb7 to handler 2019-06-07 06:10:32.002 10528 INFO octavia.api.v1.controllers.pool [req-e7175de7-2001-4c0e-bae9-6e435e7136bd - - - - -] Sending Creation of Pool 5cd40c11-1f7f-4dcb-8b76-6c69aec85dce to handler 2019-06-07 06:10:31.403 10530 INFO octavia.api.v1.controllers.listener [req-2be63c3d-67a2-4401-8128-b58049fbb9c6 - - - - -] Sending Creation of Listener 2427d54f-0216-4b6c-b95f-fec8533263c0 to handler 2019-06-07 06:10:31.555 10530 INFO octavia.api.v1.controllers.pool [req-39e57339-b2bb-463e-b6c0-58854b78ad43 - - - - -] Sending Creation of Pool 2112429f-50ce-41a8-ad47-4e7408765cb4 to handler 2019-06-07 06:10:31.801 10530 INFO octavia.api.v1.controllers.l7policy [req-2b12a8af-335a-4edb-b3d2-9adb4ee865b6 - - - - -] Sending Creation of L7Policy 018080e6-37f1-4b44-9693-14741b900e47 to handler 2019-06-07 06:10:31.183 10540 INFO octavia.api.v1.controllers.load_balancer [req-764f95e2-8949-40a3-b1eb-336ee78f5ea5 - - - - -] Sending created Load Balancer 92603d33-1839-4c28-8729-1ef2be481990 to the handler {7} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_centos_listener_systemd [0.045828s] ... ok {7} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_keepalived_config_systemd [0.042388s] ... ok 2019-06-07 06:10:31.362 10546 INFO octavia.api.v1.controllers.listener [req-17693747-0631-4acf-835a-7d8c17f5efeb - - - - -] Sending Creation of Listener fe1da335-3abd-4f83-a1eb-e081ac404258 to handler 2019-06-07 06:10:31.496 10546 INFO octavia.api.v1.controllers.pool [req-5d179b37-1e3c-4201-813d-35fe0fd86bfc - - - - -] Sending Creation of Pool 189df093-b25f-42e9-9fb2-6a62164d56e5 to handler 2019-06-07 06:10:31.644 10546 ERROR octavia.api.v1.controllers.base [req-d965df6b-10bb-4fa5-aef5-ece1ffa75f0b - - - - -] L7 Policy 3311ad02-0cdd-4626-8010-a97f20d35eda not found: None 2019-06-07 06:10:31.644 10546 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:31.644 10546 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:31.670 10546 INFO oslo_db.sqlalchemy.provision [req-d965df6b-10bb-4fa5-aef5-ece1ffa75f0b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.674 10546 INFO oslo_db.sqlalchemy.provision [req-d965df6b-10bb-4fa5-aef5-ece1ffa75f0b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vluajftycs 2019-06-07 06:10:31.674 10546 INFO oslo_db.sqlalchemy.provision [req-d965df6b-10bb-4fa5-aef5-ece1ffa75f0b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_delete [1.884206s] ... ok 2019-06-07 06:10:30.504 10548 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.505 10548 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.228 10548 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.282 10548 INFO octavia.api.v1.controllers.load_balancer [req-9bf848ba-d6c0-4d09-a127-4ee863559146 - - - - -] Sending created Load Balancer 9c1a229f-0fc5-4e90-a87a-9148d47893ae to the handler 2019-06-07 06:10:31.377 10548 INFO octavia.api.v1.controllers.listener [req-9651286a-6aa1-4f13-a389-ef1b33dd1c4d - - - - -] Sending Creation of Listener 6dac1057-7def-4214-b27b-2fade3de5bba to handler 2019-06-07 06:10:31.516 10548 INFO octavia.api.v1.controllers.pool [req-60f1532f-096e-4b86-97e0-9bb49d3c15ab - - - - -] Sending Creation of Pool 17163af8-c723-4043-9dd2-bc6d6eaa428f to handler 2019-06-07 06:10:31.989 10529 INFO octavia.api.v1.controllers.health_monitor [req-ba73dcc5-dfae-497e-aa8b-ed719bb148df - - - - -] Sending Creation of Health Monitor for Pool 9df80403-00a2-451e-a859-bb4b1424f17f to handler {14} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_haproxy_sysvinit [0.068073s] ... ok {14} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_keepalived_config_upstart [0.031629s] ... ok 2019-06-07 06:10:31.733 10539 INFO octavia.api.v1.controllers.pool [req-e9303706-3486-43f2-987c-ebc4d4e68172 - - - - -] Sending Creation of Pool bce88dbe-0460-4b30-bdef-225ed10444e0 to handler 2019-06-07 06:10:32.229 10528 INFO octavia.api.v1.controllers.pool [req-1da0744d-8c71-4e77-a891-f3f678ab1cf6 - - - - -] Sending Creation of Pool 2123c24e-dca9-44dc-b761-e6bd8a651ff3 to handler 2019-06-07 06:10:31.659 10532 INFO octavia.api.v1.controllers.pool [req-856c2cce-f419-4497-b4da-35415c58d7ba - - - - -] Sending Creation of Pool 75f9ecca-7642-412d-957c-96d574a0eaad to handler 2019-06-07 06:10:31.891 10532 INFO octavia.api.v1.controllers.health_monitor [req-e2dd2eb5-fdf0-4f7c-a04d-1602c2349ccb - - - - -] Sending Creation of Health Monitor for Pool 1b3ac63e-d465-4999-bfa3-1b98d852beb8 to handler 2019-06-07 06:10:32.031 10532 INFO octavia.api.v1.controllers.load_balancer [req-16c3cc36-92d5-4e6c-9bcb-cbed75c377bf - - - - -] Sending deleted Load Balancer f3a0dd3c-97e2-4bcc-b93a-ab803e80b790 to the handler 2019-06-07 06:10:32.092 10532 INFO octavia.api.v1.controllers.health_monitor [req-ddab0339-f750-432b-890b-3ec6dd3f881b - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:32.151 10532 INFO oslo_db.sqlalchemy.provision [req-ddab0339-f750-432b-890b-3ec6dd3f881b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.155 10532 INFO oslo_db.sqlalchemy.provision [req-ddab0339-f750-432b-890b-3ec6dd3f881b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wbxlotzaep 2019-06-07 06:10:32.155 10532 INFO oslo_db.sqlalchemy.provision [req-ddab0339-f750-432b-890b-3ec6dd3f881b - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_delete [2.532345s] ... ok 2019-06-07 06:10:31.350 10558 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:31.351 10558 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.996 10558 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.039 10558 INFO oslo_db.sqlalchemy.provision [req-a2f88283-f8b0-4551-9c01-6fff6c6ac18b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.043 10558 INFO oslo_db.sqlalchemy.provision [req-a2f88283-f8b0-4551-9c01-6fff6c6ac18b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tvbwyntxtt 2019-06-07 06:10:32.043 10558 INFO oslo_db.sqlalchemy.provision [req-a2f88283-f8b0-4551-9c01-6fff6c6ac18b - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_versions [1.329962s] ... ok {26} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_network_host_routes [0.086190s] ... ok 2019-06-07 06:10:31.187 10534 INFO octavia.api.v1.controllers.load_balancer [req-52be8d51-5ee3-457a-a7e2-4961d137f7aa - - - - -] Sending created Load Balancer 1292e63c-2a12-4c8a-a426-2ad491d84878 to the handler 2019-06-07 06:10:31.289 10534 INFO octavia.api.v1.controllers.listener [req-47f91e62-d542-4bdd-af16-aeee52572a00 - - - - -] Sending Creation of Listener 19a631ca-096d-4f6c-b54e-5d07ce118af2 to handler 2019-06-07 06:10:31.445 10534 INFO octavia.api.v1.controllers.pool [req-c1a1c3ef-c270-4568-ba2c-3df034c029c1 - - - - -] Sending Creation of Pool 213f8646-4f4d-46ff-9110-25177f193803 to handler 2019-06-07 06:10:31.666 10534 INFO octavia.api.v1.controllers.pool [req-6b305d3f-f36c-4fcb-ba8e-2e422fd9cb62 - - - - -] Sending Creation of Pool dcf38dd8-474a-401e-aed5-9e424302a1e8 to handler 2019-06-07 06:10:31.841 10534 INFO octavia.api.v1.controllers.health_monitor [req-1707e28e-0298-42a3-9389-12eeeef23ec0 - - - - -] Health Monitor for Pool 213f8646-4f4d-46ff-9110-25177f193803 was not found 2019-06-07 06:10:31.867 10534 INFO oslo_db.sqlalchemy.provision [req-1707e28e-0298-42a3-9389-12eeeef23ec0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.870 10534 INFO oslo_db.sqlalchemy.provision [req-1707e28e-0298-42a3-9389-12eeeef23ec0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ucbtgomaso 2019-06-07 06:10:31.871 10534 INFO oslo_db.sqlalchemy.provision [req-1707e28e-0298-42a3-9389-12eeeef23ec0 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:31.667 10548 INFO oslo_db.sqlalchemy.provision [req-a1936a1c-a2a5-40cb-b6fc-8bcb73bdd27b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.671 10548 INFO oslo_db.sqlalchemy.provision [req-a1936a1c-a2a5-40cb-b6fc-8bcb73bdd27b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN idykedguev 2019-06-07 06:10:31.671 10548 INFO oslo_db.sqlalchemy.provision [req-a1936a1c-a2a5-40cb-b6fc-8bcb73bdd27b - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_create [1.842424s] ... ok 2019-06-07 06:10:31.189 10538 INFO octavia.api.v1.controllers.load_balancer [req-63432d32-b431-4b34-bcb2-9a5e7b269b07 - - - - -] Sending created Load Balancer c4a8c8b6-ee07-49db-8db4-1e5f9ce16767 to the handler 2019-06-07 06:10:31.294 10538 INFO octavia.api.v1.controllers.listener [req-6e894097-201b-4548-9ef8-b9781492aeff - - - - -] Sending Creation of Listener 9e403e20-cb30-41fd-b3a5-cb44ac70be24 to handler 2019-06-07 06:10:31.439 10538 INFO octavia.api.v1.controllers.pool [req-8e1e9d69-78cd-4828-9396-a3cc52f0002e - - - - -] Sending Creation of Pool f95225e0-825b-4630-b5c0-b18541c7a550 to handler {31} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_certificate_md5 [0.048150s] ... ok 2019-06-07 06:10:31.940 10530 INFO oslo_db.sqlalchemy.provision [req-b01d49c0-6e1e-410a-ac65-52a1628c4651 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.944 10530 INFO oslo_db.sqlalchemy.provision [req-b01d49c0-6e1e-410a-ac65-52a1628c4651 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mglpcxqdmj 2019-06-07 06:10:31.944 10530 INFO oslo_db.sqlalchemy.provision [req-b01d49c0-6e1e-410a-ac65-52a1628c4651 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_with_bad_handler [2.129853s] ... ok 2019-06-07 06:10:31.360 10537 INFO octavia.common.config [req-17e6914b-0043-40d7-bea7-b0b0e1405c9d - - - - -] Logging enabled! 2019-06-07 06:10:31.361 10537 INFO octavia.common.config [req-17e6914b-0043-40d7-bea7-b0b0e1405c9d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.407 10537 WARNING octavia.api.root_controller [req-17e6914b-0043-40d7-bea7-b0b0e1405c9d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.454 10537 INFO octavia.api.v1.controllers.load_balancer [req-abf7078e-ffaf-4a08-9c32-16385a7dd027 - - - - -] Sending created Load Balancer 69c051f3-9249-471f-882a-0b2cf2e4eb5a to the handler 2019-06-07 06:10:31.553 10537 INFO octavia.api.v1.controllers.listener [req-69d52b24-45b9-47f8-bba0-ef5a2e2d1cf5 - - - - -] Sending Creation of Listener 74fe825c-5881-474e-ab41-15283ef67d81 to handler 2019-06-07 06:10:31.717 10537 INFO octavia.api.v1.controllers.pool [req-1081f96d-42a3-484e-bde7-83c44389b711 - - - - -] Sending Creation of Pool 339e9876-7811-43f1-a08c-4b5a8cad5e3a to handler 2019-06-07 06:10:31.936 10537 INFO octavia.api.v1.controllers.pool [req-5e680bfc-8e8b-4c10-86d3-76d9727460cf - - - - -] Sending Creation of Pool c90bcfb9-8b5c-4c47-8841-e11fe6a419a4 to handler 2019-06-07 06:10:31.420 10545 INFO oslo_db.sqlalchemy.provision [req-97f5db60-ab43-4115-9f83-f4532b39c17d - - - - -] CREATE BACKEND sqlite:// TOKEN wfddaewoyb 2019-06-07 06:10:31.582 10545 INFO octavia.common.config [req-97f5db60-ab43-4115-9f83-f4532b39c17d - - - - -] Logging enabled! 2019-06-07 06:10:31.583 10545 INFO octavia.common.config [req-97f5db60-ab43-4115-9f83-f4532b39c17d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.670 10545 WARNING octavia.api.root_controller [req-97f5db60-ab43-4115-9f83-f4532b39c17d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.718 10545 INFO octavia.api.v1.controllers.load_balancer [req-9cb7b774-d91e-4061-8493-9a994ea61ea4 - - - - -] Sending created Load Balancer 551e73e5-2597-4ba8-bd9c-477ab9b6f12d to the handler 2019-06-07 06:10:31.814 10545 INFO octavia.api.v1.controllers.listener [req-a37e638c-b17a-4b53-8bda-fb06c12e3dcc - - - - -] Sending Creation of Listener 1f05241b-63fc-492a-a795-346e4363c2f3 to handler 2019-06-07 06:10:31.980 10545 INFO octavia.api.v1.controllers.pool [req-2ff7b1be-b9d0-420e-9c40-364a90a0b2e7 - - - - -] Sending Creation of Pool 80f01665-b199-4886-bff7-7e9dfda24e91 to handler 2019-06-07 06:10:32.149 10529 INFO oslo_db.sqlalchemy.provision [req-e2e37cfa-9613-4824-8fea-a9fbe5d5bf4f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.152 10529 INFO oslo_db.sqlalchemy.provision [req-e2e37cfa-9613-4824-8fea-a9fbe5d5bf4f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eepsldimhz 2019-06-07 06:10:32.153 10529 INFO oslo_db.sqlalchemy.provision [req-e2e37cfa-9613-4824-8fea-a9fbe5d5bf4f - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:32.026 10539 INFO oslo_db.sqlalchemy.provision [req-1388ff1c-3113-40d3-bdb1-fc20034449c6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.030 10539 INFO oslo_db.sqlalchemy.provision [req-1388ff1c-3113-40d3-bdb1-fc20034449c6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN udbqrvezli 2019-06-07 06:10:32.031 10539 INFO oslo_db.sqlalchemy.provision [req-1388ff1c-3113-40d3-bdb1-fc20034449c6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_create [2.222769s] ... ok 2019-06-07 06:10:31.681 10546 INFO oslo_db.sqlalchemy.provision [req-d965df6b-10bb-4fa5-aef5-ece1ffa75f0b - - - - -] CREATE BACKEND sqlite:// TOKEN wgwhbtuiqp 2019-06-07 06:10:31.841 10546 INFO octavia.common.config [req-d965df6b-10bb-4fa5-aef5-ece1ffa75f0b - - - - -] Logging enabled! 2019-06-07 06:10:31.842 10546 INFO octavia.common.config [req-d965df6b-10bb-4fa5-aef5-ece1ffa75f0b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.908 10546 WARNING octavia.api.root_controller [req-d965df6b-10bb-4fa5-aef5-ece1ffa75f0b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.929 10546 INFO octavia.api.v1.controllers.load_balancer [req-452c05ee-3285-4e29-a07f-150913e84c2b - - - - -] Sending created Load Balancer 87a8d32b-a9a9-4e6c-850b-9550834cbc44 to the handler 2019-06-07 06:10:32.000 10546 INFO octavia.api.v1.controllers.listener [req-43caf744-f9af-4dd4-a791-e74240353d44 - - - - -] Sending Creation of Listener 360a782d-55d5-465d-83e4-44f2b80f2d3d to handler 2019-06-07 06:10:32.113 10546 INFO octavia.api.v1.controllers.pool [req-502690d4-3484-4d97-82a4-e62f8c08e093 - - - - -] Sending Creation of Pool 9af11332-a6bc-4593-8117-6daddf8ca0ac to handler 2019-06-07 06:10:32.322 10546 INFO octavia.api.v1.controllers.l7policy [req-ebd5324e-eca2-4a15-8b7a-d7763af46055 - - - - -] Sending Creation of L7Policy e9ea0d76-c7a9-40bc-bbf0-127f803469bd to handler 2019-06-07 06:10:32.486 10546 INFO octavia.api.v1.controllers.l7policy [req-900f90ac-1371-4b72-9c7a-531a9b68f5f6 - - - - -] Sending Update of L7Policy e9ea0d76-c7a9-40bc-bbf0-127f803469bd to handler 2019-06-07 06:10:32.548 10546 INFO oslo_db.sqlalchemy.provision [req-900f90ac-1371-4b72-9c7a-531a9b68f5f6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.551 10546 INFO oslo_db.sqlalchemy.provision [req-900f90ac-1371-4b72-9c7a-531a9b68f5f6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wgwhbtuiqp 2019-06-07 06:10:32.552 10546 INFO oslo_db.sqlalchemy.provision [req-900f90ac-1371-4b72-9c7a-531a9b68f5f6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_url_minimal [0.876993s] ... ok 2019-06-07 06:10:30.571 10542 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.571 10542 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.281 10542 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.337 10542 INFO octavia.api.v1.controllers.load_balancer [req-a0e37f69-dc58-488a-a7d1-e033aecb4a58 - - - - -] Sending created Load Balancer d3b3e90f-2f26-4296-baad-c07fc8642818 to the handler 2019-06-07 06:10:31.436 10542 INFO octavia.api.v1.controllers.listener [req-42a830ee-9a2d-4fce-ab8d-ed2c0b6c893d - - - - -] Sending Creation of Listener 0fa109c9-83df-4548-9374-4954d4813610 to handler 2019-06-07 06:10:31.581 10542 INFO octavia.api.v1.controllers.pool [req-6c3de4b6-7fd7-4c65-b0fa-73feb0a26f93 - - - - -] Sending Creation of Pool 178fed38-8a5d-4407-8a7d-d56b6af0e467 to handler 2019-06-07 06:10:31.825 10542 INFO octavia.api.v1.controllers.l7policy [req-3c10c68b-32a1-4c76-8c49-525b341fa7d2 - - - - -] Sending Creation of L7Policy 0eae1d70-cc0e-43eb-bf6d-a5d2cbeefd93 to handler 2019-06-07 06:10:31.929 10542 INFO oslo_db.sqlalchemy.provision [req-c68e78e4-dbdd-486f-a0e5-8c9f69370748 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.933 10542 INFO oslo_db.sqlalchemy.provision [req-c68e78e4-dbdd-486f-a0e5-8c9f69370748 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hhurqkxpfn 2019-06-07 06:10:31.934 10542 INFO oslo_db.sqlalchemy.provision [req-c68e78e4-dbdd-486f-a0e5-8c9f69370748 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_get [2.043528s] ... ok {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_with_bad_handler [2.478503s] ... ok 2019-06-07 06:10:32.051 10558 INFO oslo_db.sqlalchemy.provision [req-a2f88283-f8b0-4551-9c01-6fff6c6ac18b - - - - -] CREATE BACKEND sqlite:// TOKEN ccnjripxiu 2019-06-07 06:10:32.241 10558 INFO octavia.common.config [req-a2f88283-f8b0-4551-9c01-6fff6c6ac18b - - - - -] Logging enabled! 2019-06-07 06:10:32.242 10558 INFO octavia.common.config [req-a2f88283-f8b0-4551-9c01-6fff6c6ac18b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.287 10558 WARNING octavia.api.root_controller [req-a2f88283-f8b0-4551-9c01-6fff6c6ac18b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.337 10558 INFO octavia.api.v1.controllers.load_balancer [req-d27c5af6-9aa1-4d8a-a402-00bcf88b751a - - - - -] Sending created Load Balancer b52637b8-2542-4c03-ac08-402d217fe8ad to the handler 2019-06-07 06:10:32.437 10558 INFO octavia.api.v1.controllers.listener [req-f78acb1f-d9c9-42b4-b5d9-02ab399ba204 - - - - -] Sending Creation of Listener 64859cfb-446d-4c03-ae52-8178a40cccaa to handler 2019-06-07 06:10:32.616 10558 INFO octavia.api.v1.controllers.pool [req-6b3397ea-b845-4ef2-ac86-59a3dcdb7379 - - - - -] Sending Creation of Pool 06ab5c2c-356b-4a19-9f93-7972d8a56e4d to handler {6} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_get [2.271028s] ... ok {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_delete_cert [0.029435s] ... ok {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_upload_server_certificate [0.019303s] ... ok 2019-06-07 06:10:31.764 10544 INFO octavia.api.v1.controllers.pool [req-8a1002fd-6ae9-47d1-a2d4-4dcfdda71449 - - - - -] Sending Creation of Pool cade9029-2f0c-4ed6-b9b8-7de0b6128ba1 to handler 2019-06-07 06:10:31.997 10544 INFO oslo_db.sqlalchemy.provision [req-5377e010-2dbe-40ca-9bc4-b8c1c5193746 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.000 10544 INFO oslo_db.sqlalchemy.provision [req-5377e010-2dbe-40ca-9bc4-b8c1c5193746 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aobyktrxpn 2019-06-07 06:10:32.001 10544 INFO oslo_db.sqlalchemy.provision [req-5377e010-2dbe-40ca-9bc4-b8c1c5193746 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_over_quota [2.179028s] ... ok 2019-06-07 06:10:32.205 10537 INFO octavia.api.v1.controllers.health_monitor [req-dd9f4eb3-e7ea-4789-a6de-5aad834d3b63 - - - - -] Sending Creation of Health Monitor for Pool c90bcfb9-8b5c-4c47-8841-e11fe6a419a4 to handler 2019-06-07 06:10:32.440 10537 INFO octavia.api.v1.controllers.health_monitor [req-82ed7aa9-0c19-4feb-b63b-f0f53fbe9e6f - - - - -] Sending Deletion of Health Monitor for Pool c90bcfb9-8b5c-4c47-8841-e11fe6a419a4 to handler 2019-06-07 06:10:32.598 10537 INFO oslo_db.sqlalchemy.provision [req-de0a4c2e-894b-46b7-a35e-1bf1ba313522 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.602 10537 INFO oslo_db.sqlalchemy.provision [req-de0a4c2e-894b-46b7-a35e-1bf1ba313522 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ylucdznraj 2019-06-07 06:10:32.603 10537 INFO oslo_db.sqlalchemy.provision [req-de0a4c2e-894b-46b7-a35e-1bf1ba313522 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete_with_bad_handler [1.540748s] ... ok 2019-06-07 06:10:31.678 10548 INFO oslo_db.sqlalchemy.provision [req-a1936a1c-a2a5-40cb-b6fc-8bcb73bdd27b - - - - -] CREATE BACKEND sqlite:// TOKEN jxlccyzhig 2019-06-07 06:10:31.822 10548 INFO octavia.common.config [req-a1936a1c-a2a5-40cb-b6fc-8bcb73bdd27b - - - - -] Logging enabled! 2019-06-07 06:10:31.823 10548 INFO octavia.common.config [req-a1936a1c-a2a5-40cb-b6fc-8bcb73bdd27b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.868 10548 WARNING octavia.api.root_controller [req-a1936a1c-a2a5-40cb-b6fc-8bcb73bdd27b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.889 10548 INFO octavia.api.v1.controllers.load_balancer [req-1f1acfae-d8a1-4eb3-956f-3260f636b2de - - - - -] Sending created Load Balancer a5d286e6-be54-4942-a973-339324e9723a to the handler 2019-06-07 06:10:31.960 10548 INFO octavia.api.v1.controllers.listener [req-6358f1e8-39be-42b3-a06a-f45fc6144e3c - - - - -] Sending Creation of Listener a94ed4d1-c28f-42bf-ba1a-da978f20d71c to handler 2019-06-07 06:10:32.072 10548 INFO octavia.api.v1.controllers.pool [req-3857dfde-910b-4ff6-ac15-aa4ab18f576f - - - - -] Sending Creation of Pool fdebe5f1-4925-4b30-bd63-57cbe10c174c to handler 2019-06-07 06:10:32.223 10548 INFO oslo_db.sqlalchemy.provision [req-d8204312-5ed0-489e-a08f-b68a8747b145 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.227 10548 INFO oslo_db.sqlalchemy.provision [req-d8204312-5ed0-489e-a08f-b68a8747b145 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jxlccyzhig 2019-06-07 06:10:32.228 10548 INFO oslo_db.sqlalchemy.provision [req-d8204312-5ed0-489e-a08f-b68a8747b145 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_create_redirect_to_url [0.555862s] ... ok {19} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_network [0.249461s] ... ok 2019-06-07 06:10:32.231 10545 INFO octavia.api.v1.controllers.pool [req-4793c261-f8d3-4842-b1aa-7cafdcf070d0 - - - - -] Sending Creation of Pool 3bd0c0aa-c896-4554-b5a5-17f20a716d22 to handler 2019-06-07 06:10:32.522 10545 INFO octavia.api.v1.controllers.health_monitor [req-03aa85ce-710e-4ea1-b7bb-787fe2db0e9d - - - - -] Sending Creation of Health Monitor for Pool 80f01665-b199-4886-bff7-7e9dfda24e91 to handler 2019-06-07 06:10:32.680 10545 INFO octavia.api.v1.controllers.load_balancer [req-f058edbc-7159-42d6-8e59-f019122d8ba5 - - - - -] Sending deleted Load Balancer 551e73e5-2597-4ba8-bd9c-477ab9b6f12d to the handler 2019-06-07 06:10:32.742 10545 INFO octavia.api.v1.controllers.health_monitor [req-c09678cf-9b6d-43e8-ab04-25742f39d53c - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_ubuntu_listener_upstart [0.039528s] ... ok 2019-06-07 06:10:31.306 10540 INFO octavia.api.v1.controllers.pool [req-cf4c3d20-5d16-492b-b728-ebce43580863 - - - - -] Sending Creation of Pool d9a77034-f325-4347-b92e-536130207fbd to handler 2019-06-07 06:10:31.432 10540 INFO octavia.api.v1.controllers.listener [req-09e47d2d-bf15-4737-848d-62e3260e1633 - - - - -] Sending Creation of Listener c4a3bb5b-987e-484e-9e6c-81e250ff37e1 to handler 2019-06-07 06:10:31.581 10540 INFO oslo_db.sqlalchemy.provision [req-1b2c2cf0-eeed-43e1-bc90-02d601dc167c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.584 10540 INFO oslo_db.sqlalchemy.provision [req-1b2c2cf0-eeed-43e1-bc90-02d601dc167c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tyoxpwcvco 2019-06-07 06:10:31.585 10540 INFO oslo_db.sqlalchemy.provision [req-1b2c2cf0-eeed-43e1-bc90-02d601dc167c - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:30.558 10554 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.559 10554 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.273 10554 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.331 10554 INFO octavia.api.v1.controllers.load_balancer [req-f289c708-482e-4bce-948f-5b2e080d66b8 - - - - -] Sending created Load Balancer 153bb3e9-23a6-4521-9b81-b3928ae86ff6 to the handler 2019-06-07 06:10:31.422 10554 INFO octavia.api.v1.controllers.listener [req-109d6c9b-a33a-4ad3-8f9b-d8cc352f82cf - - - - -] Sending Creation of Listener 50ba049f-9053-4436-8797-ef41f1b7f540 to handler 2019-06-07 06:10:31.570 10554 INFO octavia.api.v1.controllers.pool [req-b008c947-ed21-45a8-89f5-bf39400bc5b8 - - - - -] Sending Creation of Pool 82a69242-c49b-4f66-9437-689bc108798f to handler 2019-06-07 06:10:31.770 10554 INFO octavia.api.v1.controllers.pool [req-cf50fe9a-a622-4f62-a788-660e9b2f3ccd - - - - -] Sending Creation of Pool 1143e2e7-dd4d-4dbe-98eb-27ca65fd061a to handler 2019-06-07 06:10:31.918 10554 INFO octavia.api.v1.controllers.load_balancer [req-90edbe3f-5218-47be-89ad-0e10ba1852fb - - - - -] Sending updated Load Balancer 153bb3e9-23a6-4521-9b81-b3928ae86ff6 to the handler 2019-06-07 06:10:32.037 10554 INFO octavia.api.v1.controllers.health_monitor [req-38f0849d-bb2f-4438-a825-e7ef7c32f87e - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:32.067 10554 INFO oslo_db.sqlalchemy.provision [req-38f0849d-bb2f-4438-a825-e7ef7c32f87e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.071 10554 INFO oslo_db.sqlalchemy.provision [req-38f0849d-bb2f-4438-a825-e7ef7c32f87e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cpibapohvj 2019-06-07 06:10:32.072 10554 INFO oslo_db.sqlalchemy.provision [req-38f0849d-bb2f-4438-a825-e7ef7c32f87e - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_update [2.180859s] ... ok 2019-06-07 06:10:32.392 10528 INFO octavia.api.v1.controllers.health_monitor [req-8df0bfc1-14ba-46c0-97b2-06ea9e4e53b3 - - - - -] Health Monitor for Pool 5cd40c11-1f7f-4dcb-8b76-6c69aec85dce was not found 2019-06-07 06:10:32.417 10528 INFO oslo_db.sqlalchemy.provision [req-8df0bfc1-14ba-46c0-97b2-06ea9e4e53b3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.421 10528 INFO oslo_db.sqlalchemy.provision [req-8df0bfc1-14ba-46c0-97b2-06ea9e4e53b3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sdpitmcscs 2019-06-07 06:10:32.422 10528 INFO oslo_db.sqlalchemy.provision [req-8df0bfc1-14ba-46c0-97b2-06ea9e4e53b3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_delete [0.947193s] ... ok 2019-06-07 06:10:32.866 10558 INFO octavia.api.v1.controllers.pool [req-e2c8c0c9-9662-44a8-827d-f6c8ec808b89 - - - - -] Sending Creation of Pool a0ab49ad-adb6-4fe1-aa86-33951652f22d to handler 2019-06-07 06:10:32.163 10532 INFO oslo_db.sqlalchemy.provision [req-ddab0339-f750-432b-890b-3ec6dd3f881b - - - - -] CREATE BACKEND sqlite:// TOKEN hxpkreirto 2019-06-07 06:10:32.364 10532 INFO octavia.common.config [req-ddab0339-f750-432b-890b-3ec6dd3f881b - - - - -] Logging enabled! 2019-06-07 06:10:32.365 10532 INFO octavia.common.config [req-ddab0339-f750-432b-890b-3ec6dd3f881b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.424 10532 WARNING octavia.api.root_controller [req-ddab0339-f750-432b-890b-3ec6dd3f881b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.460 10532 INFO octavia.api.v1.controllers.load_balancer [req-a294b769-0e08-4d0c-9f99-b1e7af0a808e - - - - -] Sending created Load Balancer 8ceb6f31-94b8-4c25-84b6-f2bd4cb9e0ef to the handler 2019-06-07 06:10:32.546 10532 INFO octavia.api.v1.controllers.listener [req-df8b2168-5b9d-4323-b50a-f96d69bc57c5 - - - - -] Sending Creation of Listener 19e790cc-08cf-4f29-9ae7-67bc3f9fe678 to handler {12} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_listeners_same_port [1.905388s] ... ok 2019-06-07 06:10:30.835 10535 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.836 10535 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.441 10535 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.501 10535 INFO octavia.api.v1.controllers.load_balancer [req-c29dcab9-a1d3-4697-b5d5-31367ff483a6 - - - - -] Sending created Load Balancer ecdfe6d4-ab0e-46df-9c4c-cf58f53d1033 to the handler 2019-06-07 06:10:31.603 10535 INFO octavia.api.v1.controllers.listener [req-609f1ba0-5b87-4423-a321-c05c46059f1b - - - - -] Sending Creation of Listener af0aeb1d-620a-4465-b4f2-7a84e1d4c024 to handler 2019-06-07 06:10:31.754 10535 INFO octavia.api.v1.controllers.pool [req-22380959-5f7b-4892-a2c9-5e540a3d93ff - - - - -] Sending Creation of Pool ea10facb-af41-4185-963a-3372b41bdbbb to handler 2019-06-07 06:10:32.012 10535 INFO octavia.api.v1.controllers.l7policy [req-b5ea6297-1d78-4fcf-ad8b-ed1a960bb29e - - - - -] Sending Creation of L7Policy ae210656-37a1-4173-bd4f-fa315f6fa410 to handler 2019-06-07 06:10:32.316 10535 INFO oslo_db.sqlalchemy.provision [req-e0643a23-5cfa-4e4c-84c6-77b866d0bd25 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.321 10535 INFO oslo_db.sqlalchemy.provision [req-e0643a23-5cfa-4e4c-84c6-77b866d0bd25 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ynuxnxavjv 2019-06-07 06:10:32.321 10535 INFO oslo_db.sqlalchemy.provision [req-e0643a23-5cfa-4e4c-84c6-77b866d0bd25 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_redirect_to_pool [2.268078s] ... ok 2019-06-07 06:10:31.649 10538 INFO octavia.api.v1.controllers.pool [req-e9305f49-5a09-4fdb-b00a-af801666e523 - - - - -] Sending Creation of Pool 35e41555-39dc-431f-9d68-1440c95188d8 to handler 2019-06-07 06:10:31.865 10538 INFO octavia.api.v1.controllers.health_monitor [req-874bdc47-e755-4328-a1d9-cd9fbb365564 - - - - -] Sending Creation of Health Monitor for Pool 35e41555-39dc-431f-9d68-1440c95188d8 to handler 2019-06-07 06:10:32.091 10538 INFO octavia.api.v1.controllers.health_monitor [req-589b219a-51f0-4858-b899-6b8749a75358 - - - - -] Sending Update of Health Monitor for Pool 35e41555-39dc-431f-9d68-1440c95188d8 to handler 2019-06-07 06:10:32.414 10538 INFO oslo_db.sqlalchemy.provision [req-607b0bcb-d9fd-4f7b-84e3-c0e80089ece0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.417 10538 INFO oslo_db.sqlalchemy.provision [req-607b0bcb-d9fd-4f7b-84e3-c0e80089ece0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eeonldmclv 2019-06-07 06:10:32.418 10538 INFO oslo_db.sqlalchemy.provision [req-607b0bcb-d9fd-4f7b-84e3-c0e80089ece0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update [2.765801s] ... ok 2019-06-07 06:10:30.575 10559 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.575 10559 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.288 10559 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.347 10559 INFO octavia.api.v1.controllers.load_balancer [req-107eed7d-7c33-4b6b-8171-1db02f7ad606 - - - - -] Sending created Load Balancer f22e5448-c2df-4e75-9824-5d1d6bf3b661 to the handler 2019-06-07 06:10:31.437 10559 INFO octavia.api.v1.controllers.listener [req-12f681bc-6992-4764-8de8-de61259a0732 - - - - -] Sending Creation of Listener d4b8ed00-4e15-4ed9-89a6-7881f950d3d7 to handler 2019-06-07 06:10:31.612 10559 INFO octavia.api.v1.controllers.pool [req-0530bad7-9051-4fcd-88d3-03c6070f8c65 - - - - -] Sending Creation of Pool 11210958-70a0-4d83-9d9f-9d7af41f6298 to handler 2019-06-07 06:10:31.826 10559 INFO octavia.api.v1.controllers.pool [req-b2a6b2cc-d35d-46d9-8183-6bf1ddc0f7a9 - - - - -] Sending Creation of Pool 95b6dcad-e476-4275-9a3d-7064e2fa711c to handler 2019-06-07 06:10:31.954 10559 INFO oslo_db.sqlalchemy.provision [req-01d6bbff-aa05-4613-9b33-ce6f557dadae - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.958 10559 INFO oslo_db.sqlalchemy.provision [req-01d6bbff-aa05-4613-9b33-ce6f557dadae - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gomlmevztf 2019-06-07 06:10:31.959 10559 INFO oslo_db.sqlalchemy.provision [req-01d6bbff-aa05-4613-9b33-ce6f557dadae - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:32.038 10539 INFO oslo_db.sqlalchemy.provision [req-1388ff1c-3113-40d3-bdb1-fc20034449c6 - - - - -] CREATE BACKEND sqlite:// TOKEN vtgoupmwjb 2019-06-07 06:10:32.199 10539 INFO octavia.common.config [req-1388ff1c-3113-40d3-bdb1-fc20034449c6 - - - - -] Logging enabled! 2019-06-07 06:10:32.200 10539 INFO octavia.common.config [req-1388ff1c-3113-40d3-bdb1-fc20034449c6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.244 10539 WARNING octavia.api.root_controller [req-1388ff1c-3113-40d3-bdb1-fc20034449c6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.265 10539 INFO octavia.api.v1.controllers.load_balancer [req-1d0e2f13-c861-4f30-81dd-2dd0743c6549 - - - - -] Sending created Load Balancer 46df70bb-915c-4d1a-b517-32f123a3865b to the handler 2019-06-07 06:10:32.340 10539 INFO octavia.api.v1.controllers.listener [req-50c2658e-134c-41fb-8a27-5f98a4b92b93 - - - - -] Sending Creation of Listener 215d6c11-d2dd-4ef9-b7ad-e14b198d9fde to handler 2019-06-07 06:10:32.469 10539 INFO octavia.api.v1.controllers.pool [req-23e86393-e038-43c2-b981-477be73d8ffb - - - - -] Sending Creation of Pool 05ca8e06-2a9e-4f65-b451-297797ef2023 to handler 2019-06-07 06:10:32.604 10539 ERROR octavia.api.v1.controllers.base [req-b8e08512-be3a-4f69-afa1-79fc52f5e925 - - - - -] L7 Policy 3568bab9-d3a1-4d2e-bd72-020b6292464b not found: None 2019-06-07 06:10:32.604 10539 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:32.604 10539 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:32.630 10539 INFO oslo_db.sqlalchemy.provision [req-b8e08512-be3a-4f69-afa1-79fc52f5e925 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.634 10539 INFO oslo_db.sqlalchemy.provision [req-b8e08512-be3a-4f69-afa1-79fc52f5e925 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vtgoupmwjb 2019-06-07 06:10:32.635 10539 INFO oslo_db.sqlalchemy.provision [req-b8e08512-be3a-4f69-afa1-79fc52f5e925 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_get [0.602947s] ... ok 2019-06-07 06:10:32.830 10545 INFO oslo_db.sqlalchemy.provision [req-c09678cf-9b6d-43e8-ab04-25742f39d53c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.834 10545 INFO oslo_db.sqlalchemy.provision [req-c09678cf-9b6d-43e8-ab04-25742f39d53c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wfddaewoyb 2019-06-07 06:10:32.835 10545 INFO oslo_db.sqlalchemy.provision [req-c09678cf-9b6d-43e8-ab04-25742f39d53c - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_delete [1.421755s] ... ok 2019-06-07 06:10:32.009 10544 INFO oslo_db.sqlalchemy.provision [req-5377e010-2dbe-40ca-9bc4-b8c1c5193746 - - - - -] CREATE BACKEND sqlite:// TOKEN larajtpgui 2019-06-07 06:10:32.174 10544 INFO octavia.common.config [req-5377e010-2dbe-40ca-9bc4-b8c1c5193746 - - - - -] Logging enabled! 2019-06-07 06:10:32.175 10544 INFO octavia.common.config [req-5377e010-2dbe-40ca-9bc4-b8c1c5193746 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.224 10544 WARNING octavia.api.root_controller [req-5377e010-2dbe-40ca-9bc4-b8c1c5193746 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.245 10544 INFO octavia.api.v1.controllers.load_balancer [req-9eb4c067-7052-42c3-8710-e629aee94602 - - - - -] Sending created Load Balancer c18bfd8c-9d2f-45ab-949e-3cfc5234d517 to the handler 2019-06-07 06:10:32.319 10544 INFO octavia.api.v1.controllers.listener [req-7b528a7f-5f4f-43ca-a10c-0bb83798aef0 - - - - -] Sending Creation of Listener 9f00c2ef-dea6-4d60-9ce2-382d5e9f691c to handler 2019-06-07 06:10:32.493 10544 INFO octavia.api.v1.controllers.l7policy [req-3c8dfda3-e905-4c20-b5a9-e13f3e5eeffe - - - - -] Sending Creation of L7Policy 92d3b646-a32d-42b0-af0f-cb49b78d7204 to handler 2019-06-07 06:10:32.637 10544 INFO oslo_db.sqlalchemy.provision [req-40fe8d6e-bf28-4124-9a39-0a74a1f9490a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.640 10544 INFO oslo_db.sqlalchemy.provision [req-40fe8d6e-bf28-4124-9a39-0a74a1f9490a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN larajtpgui 2019-06-07 06:10:32.641 10544 INFO oslo_db.sqlalchemy.provision [req-40fe8d6e-bf28-4124-9a39-0a74a1f9490a - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:32.235 10548 INFO oslo_db.sqlalchemy.provision [req-d8204312-5ed0-489e-a08f-b68a8747b145 - - - - -] CREATE BACKEND sqlite:// TOKEN qkhhhgiiwm 2019-06-07 06:10:32.394 10548 INFO octavia.common.config [req-d8204312-5ed0-489e-a08f-b68a8747b145 - - - - -] Logging enabled! 2019-06-07 06:10:32.395 10548 INFO octavia.common.config [req-d8204312-5ed0-489e-a08f-b68a8747b145 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.440 10548 WARNING octavia.api.root_controller [req-d8204312-5ed0-489e-a08f-b68a8747b145 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.462 10548 INFO octavia.api.v1.controllers.load_balancer [req-5b1dc145-720e-49c9-a43e-da70ef3ea142 - - - - -] Sending created Load Balancer f79b6710-f41f-40ed-9d2f-143aee001ce7 to the handler 2019-06-07 06:10:32.539 10548 INFO octavia.api.v1.controllers.listener [req-6aef4509-c566-4e66-9428-d94e6c1224d1 - - - - -] Sending Creation of Listener 8dae98df-038f-428a-bfb3-8776ea754623 to handler 2019-06-07 06:10:32.692 10548 INFO octavia.api.v1.controllers.pool [req-e04fa572-4966-4aa4-9207-512ad1a28aa9 - - - - -] Sending Creation of Pool a0d12c6c-9106-4db0-b640-4a8f9336be5d to handler 2019-06-07 06:10:32.921 10548 INFO octavia.api.v1.controllers.l7policy [req-ed01c68d-7ed0-4f5c-b302-786820388030 - - - - -] Sending Creation of L7Policy 280368e3-b41c-49c8-9c82-4cce06a65911 to handler 2019-06-07 06:10:33.046 10548 INFO octavia.api.v1.controllers.load_balancer [req-135cf593-8979-48a8-9baa-b3f60d6d0a68 - - - - -] Sending deleted Load Balancer f79b6710-f41f-40ed-9d2f-143aee001ce7 to the handler 2019-06-07 06:10:33.096 10548 INFO octavia.api.v1.controllers.l7policy [req-e7c2ab18-a1c9-4216-b226-da264f77e32e - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:33.150 10548 INFO oslo_db.sqlalchemy.provision [req-e7c2ab18-a1c9-4216-b226-da264f77e32e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.154 10548 INFO oslo_db.sqlalchemy.provision [req-e7c2ab18-a1c9-4216-b226-da264f77e32e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qkhhhgiiwm 2019-06-07 06:10:33.155 10548 INFO oslo_db.sqlalchemy.provision [req-e7c2ab18-a1c9-4216-b226-da264f77e32e - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:32.610 10537 INFO oslo_db.sqlalchemy.provision [req-de0a4c2e-894b-46b7-a35e-1bf1ba313522 - - - - -] CREATE BACKEND sqlite:// TOKEN xduznmpcmk 2019-06-07 06:10:32.779 10537 INFO octavia.common.config [req-de0a4c2e-894b-46b7-a35e-1bf1ba313522 - - - - -] Logging enabled! 2019-06-07 06:10:32.780 10537 INFO octavia.common.config [req-de0a4c2e-894b-46b7-a35e-1bf1ba313522 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.831 10537 WARNING octavia.api.root_controller [req-de0a4c2e-894b-46b7-a35e-1bf1ba313522 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.852 10537 INFO octavia.api.v1.controllers.load_balancer [req-accde6dd-8bb7-4fcc-bdce-a31693771c4e - - - - -] Sending created Load Balancer 5152d4a2-4ee3-4633-8636-60dcae90c149 to the handler 2019-06-07 06:10:32.937 10537 INFO octavia.api.v1.controllers.listener [req-52fd35f1-a3df-4f05-aa6f-f709420a736a - - - - -] Sending Creation of Listener 256751d1-6650-45fc-8a8f-73ecb736fbcd to handler 2019-06-07 06:10:33.093 10537 INFO octavia.api.v1.controllers.pool [req-25618da2-aa6a-4700-99c9-561df0c3313a - - - - -] Sending Creation of Pool 84336ab7-086c-465a-b08b-2ed1a311268c to handler 2019-06-07 06:10:33.219 10537 ERROR octavia.api.v1.controllers.base [req-f3342851-54b3-4480-8d98-8c55888a4d5b - - - - -] Pool b0c8bb7c-4e6b-4ba5-bed4-7e6910b3a9d3 not found: None 2019-06-07 06:10:33.219 10537 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:33.219 10537 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:33.252 10537 INFO oslo_db.sqlalchemy.provision [req-f3342851-54b3-4480-8d98-8c55888a4d5b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.258 10537 INFO oslo_db.sqlalchemy.provision [req-f3342851-54b3-4480-8d98-8c55888a4d5b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xduznmpcmk 2019-06-07 06:10:33.259 10537 INFO oslo_db.sqlalchemy.provision [req-f3342851-54b3-4480-8d98-8c55888a4d5b - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_create_redirect_to_pool [0.658454s] ... ok 2019-06-07 06:10:31.879 10534 INFO oslo_db.sqlalchemy.provision [req-1707e28e-0298-42a3-9389-12eeeef23ec0 - - - - -] CREATE BACKEND sqlite:// TOKEN gmquykfncq 2019-06-07 06:10:32.082 10534 INFO octavia.common.config [req-1707e28e-0298-42a3-9389-12eeeef23ec0 - - - - -] Logging enabled! 2019-06-07 06:10:32.083 10534 INFO octavia.common.config [req-1707e28e-0298-42a3-9389-12eeeef23ec0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.137 10534 WARNING octavia.api.root_controller [req-1707e28e-0298-42a3-9389-12eeeef23ec0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.159 10534 INFO octavia.api.v1.controllers.load_balancer [req-d6d917db-97b9-41d2-a421-393b9fc98046 - - - - -] Sending created Load Balancer d2cd42ae-7e3e-47b3-bb8d-4e1df6730a48 to the handler 2019-06-07 06:10:32.248 10534 INFO octavia.api.v1.controllers.listener [req-aa998f42-064b-4ba5-8c62-645bf18cc300 - - - - -] Sending Creation of Listener da7c534e-2b84-4210-92ec-4b9ac2cad3dc to handler 2019-06-07 06:10:32.403 10534 INFO octavia.api.v1.controllers.pool [req-a3a86e77-b598-42bf-98d8-887fb70a7f66 - - - - -] Sending Creation of Pool 058de64f-bf9b-4634-afe9-2a7bd120293d to handler 2019-06-07 06:10:32.614 10534 INFO octavia.api.v1.controllers.l7policy [req-27ce9414-29d3-4372-a8fd-567848c98efc - - - - -] Sending Creation of L7Policy 89c7f0ca-437d-488e-a093-f5040595c9b4 to handler 2019-06-07 06:10:32.686 10534 INFO oslo_db.sqlalchemy.provision [req-be450493-9ebd-4108-b350-f53db8db4533 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.689 10534 INFO oslo_db.sqlalchemy.provision [req-be450493-9ebd-4108-b350-f53db8db4533 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gmquykfncq 2019-06-07 06:10:32.690 10534 INFO oslo_db.sqlalchemy.provision [req-be450493-9ebd-4108-b350-f53db8db4533 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_update ... SKIPPED: This test will need reviewed after a validation layer is built 2019-06-07 06:10:32.080 10554 INFO oslo_db.sqlalchemy.provision [req-38f0849d-bb2f-4438-a825-e7ef7c32f87e - - - - -] CREATE BACKEND sqlite:// TOKEN kshbaavspf 2019-06-07 06:10:32.240 10554 INFO octavia.common.config [req-38f0849d-bb2f-4438-a825-e7ef7c32f87e - - - - -] Logging enabled! 2019-06-07 06:10:32.241 10554 INFO octavia.common.config [req-38f0849d-bb2f-4438-a825-e7ef7c32f87e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.285 10554 WARNING octavia.api.root_controller [req-38f0849d-bb2f-4438-a825-e7ef7c32f87e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.306 10554 INFO octavia.api.v1.controllers.load_balancer [req-bdf2fb8d-9822-47e9-b654-54546c56ca74 - - - - -] Sending created Load Balancer 30c7dd66-ed0d-4550-810b-84bf59d37adb to the handler 2019-06-07 06:10:32.375 10554 INFO oslo_db.sqlalchemy.provision [req-bb4f40f5-a463-4b38-9812-b78a382ab0f1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.379 10554 INFO oslo_db.sqlalchemy.provision [req-bb4f40f5-a463-4b38-9812-b78a382ab0f1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kshbaavspf 2019-06-07 06:10:32.379 10554 INFO oslo_db.sqlalchemy.provision [req-bb4f40f5-a463-4b38-9812-b78a382ab0f1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_listener [0.029588s] ... ok 2019-06-07 06:10:32.560 10546 INFO oslo_db.sqlalchemy.provision [req-900f90ac-1371-4b72-9c7a-531a9b68f5f6 - - - - -] CREATE BACKEND sqlite:// TOKEN atuygriztr 2019-06-07 06:10:32.745 10546 INFO octavia.common.config [req-900f90ac-1371-4b72-9c7a-531a9b68f5f6 - - - - -] Logging enabled! 2019-06-07 06:10:32.746 10546 INFO octavia.common.config [req-900f90ac-1371-4b72-9c7a-531a9b68f5f6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.790 10546 WARNING octavia.api.root_controller [req-900f90ac-1371-4b72-9c7a-531a9b68f5f6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.824 10546 INFO oslo_db.sqlalchemy.provision [req-b713b8be-bc30-4242-ac83-b041bdc5465c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.827 10546 INFO oslo_db.sqlalchemy.provision [req-b713b8be-bc30-4242-ac83-b041bdc5465c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN atuygriztr 2019-06-07 06:10:32.828 10546 INFO oslo_db.sqlalchemy.provision [req-b713b8be-bc30-4242-ac83-b041bdc5465c - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_nonuuid_vip_attributes [0.274423s] ... ok {20} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_when_lb_pending_delete [0.927120s] ... ok 2019-06-07 06:10:32.647 10539 INFO oslo_db.sqlalchemy.provision [req-b8e08512-be3a-4f69-afa1-79fc52f5e925 - - - - -] CREATE BACKEND sqlite:// TOKEN beqcvmvkya 2019-06-07 06:10:32.824 10539 INFO octavia.common.config [req-b8e08512-be3a-4f69-afa1-79fc52f5e925 - - - - -] Logging enabled! 2019-06-07 06:10:32.824 10539 INFO octavia.common.config [req-b8e08512-be3a-4f69-afa1-79fc52f5e925 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.872 10539 WARNING octavia.api.root_controller [req-b8e08512-be3a-4f69-afa1-79fc52f5e925 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.898 10539 INFO octavia.api.v1.controllers.load_balancer [req-cc467406-30a2-4301-99c4-a32db6194010 - - - - -] Sending created Load Balancer 22b68ae5-b04d-4567-8655-a011d7eb3c9f to the handler 2019-06-07 06:10:32.972 10539 INFO octavia.api.v1.controllers.listener [req-ec90a22c-bb02-45f6-be1e-ec14072af235 - - - - -] Sending Creation of Listener ae8bf784-0c81-4b9b-ba20-d40e42fe9830 to handler 2019-06-07 06:10:33.114 10539 INFO octavia.api.v1.controllers.pool [req-f2f38fa3-c88f-4895-9c97-bc2a8b19d423 - - - - -] Sending Creation of Pool 3f6a35db-a637-40d2-b8f2-07f9f126864e to handler 2019-06-07 06:10:33.320 10539 INFO octavia.api.v1.controllers.l7policy [req-2ffaac07-37c0-4843-b7a4-88d427bc5ddc - - - - -] Sending Creation of L7Policy 85047b74-cdd5-4ece-b537-e1b22c7c39de to handler 2019-06-07 06:10:33.463 10539 INFO oslo_db.sqlalchemy.provision [req-ba955c6d-8cff-4277-aee9-f56a30e188f1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.467 10539 INFO oslo_db.sqlalchemy.provision [req-ba955c6d-8cff-4277-aee9-f56a30e188f1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN beqcvmvkya 2019-06-07 06:10:33.467 10539 INFO oslo_db.sqlalchemy.provision [req-ba955c6d-8cff-4277-aee9-f56a30e188f1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_url_bad_url [0.832323s] ... ok 2019-06-07 06:10:32.677 10532 INFO octavia.api.v1.controllers.pool [req-329bf552-9fc0-4651-a6d6-dd4549ea1664 - - - - -] Sending Creation of Pool 2ca702b6-5878-43d7-a403-f57bebcf104b to handler 2019-06-07 06:10:32.888 10532 INFO octavia.api.v1.controllers.l7policy [req-88195783-6812-4546-bcd4-69fdf3bc7092 - - - - -] Sending Creation of L7Policy 24b7b1d1-2829-4fb1-ad6b-b3c9228cc08f to handler 2019-06-07 06:10:33.087 10532 INFO octavia.api.v1.controllers.l7policy [req-35f05829-65e8-4f45-a1cb-2d7c9a87af8b - - - - -] Sending Deletion of L7Policy 24b7b1d1-2829-4fb1-ad6b-b3c9228cc08f to handler 2019-06-07 06:10:33.225 10532 INFO oslo_db.sqlalchemy.provision [req-b4b3775f-9407-4191-9e74-4a893cf53a94 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.229 10532 INFO oslo_db.sqlalchemy.provision [req-b4b3775f-9407-4191-9e74-4a893cf53a94 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hxpkreirto 2019-06-07 06:10:33.230 10532 INFO oslo_db.sqlalchemy.provision [req-b4b3775f-9407-4191-9e74-4a893cf53a94 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete_with_bad_handler [1.073304s] ... ok 2019-06-07 06:10:30.505 10555 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.506 10555 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.232 10555 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.287 10555 INFO octavia.api.v1.controllers.load_balancer [req-4df90d6b-0b88-449f-b56d-6c864e33e1c8 - - - - -] Sending created Load Balancer 288a3910-7026-4c7e-a646-5eed147db526 to the handler 2019-06-07 06:10:31.387 10555 INFO octavia.api.v1.controllers.listener [req-49b99e64-29b3-4996-b868-8a22cfa3e82e - - - - -] Sending Creation of Listener 1e349b2f-af54-4c24-b968-7b7376868b34 to handler 2019-06-07 06:10:31.574 10555 INFO octavia.api.v1.controllers.l7policy [req-63144b90-6c22-4acb-96cf-bc51cba516d0 - - - - -] Sending Creation of L7Policy ccfeaed5-2349-4b3e-971b-45311a0c473a to handler 2019-06-07 06:10:31.694 10555 ERROR octavia.api.v1.controllers.base [req-72a9587b-5729-498f-a137-8a36f5e7a48a - - - - -] L7 Rule 4e4760bd-c107-4264-a313-fcc7711905b9 not found: None 2019-06-07 06:10:31.694 10555 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:31.694 10555 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:31.732 10555 INFO oslo_db.sqlalchemy.provision [req-72a9587b-5729-498f-a137-8a36f5e7a48a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.736 10555 INFO oslo_db.sqlalchemy.provision [req-72a9587b-5729-498f-a137-8a36f5e7a48a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kaqbtvvgbh 2019-06-07 06:10:31.737 10555 INFO oslo_db.sqlalchemy.provision [req-72a9587b-5729-498f-a137-8a36f5e7a48a - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_get [1.911072s] ... ok 2019-06-07 06:10:32.331 10535 INFO oslo_db.sqlalchemy.provision [req-e0643a23-5cfa-4e4c-84c6-77b866d0bd25 - - - - -] CREATE BACKEND sqlite:// TOKEN xggtekpxmh 2019-06-07 06:10:32.498 10535 INFO octavia.common.config [req-e0643a23-5cfa-4e4c-84c6-77b866d0bd25 - - - - -] Logging enabled! 2019-06-07 06:10:32.499 10535 INFO octavia.common.config [req-e0643a23-5cfa-4e4c-84c6-77b866d0bd25 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.545 10535 WARNING octavia.api.root_controller [req-e0643a23-5cfa-4e4c-84c6-77b866d0bd25 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.567 10535 INFO octavia.api.v1.controllers.load_balancer [req-6f687f04-064a-44ef-92b5-c3952245d2b4 - - - - -] Sending created Load Balancer 1040a9ba-2862-48e3-8333-9b4817cf771a to the handler 2019-06-07 06:10:32.648 10535 INFO octavia.api.v1.controllers.pool [req-45b516f9-e63f-43dc-b8f3-f71a67894c0d - - - - -] Sending Creation of Pool 97c34910-22f5-4ae8-9a97-0a2d382d6c19 to handler 2019-06-07 06:10:32.758 10535 INFO oslo_db.sqlalchemy.provision [req-1becf27e-086a-443a-97bc-0f0c72ea0510 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.762 10535 INFO oslo_db.sqlalchemy.provision [req-1becf27e-086a-443a-97bc-0f0c72ea0510 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xggtekpxmh 2019-06-07 06:10:32.763 10535 INFO oslo_db.sqlalchemy.provision [req-1becf27e-086a-443a-97bc-0f0c72ea0510 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:33.100 10558 INFO octavia.api.v1.controllers.health_monitor [req-c01f4883-3219-48d0-8bf3-e6325dd40051 - - - - -] Sending Creation of Health Monitor for Pool 06ab5c2c-356b-4a19-9f93-7972d8a56e4d to handler 2019-06-07 06:10:33.249 10558 INFO octavia.api.v1.controllers.load_balancer [req-0e33198d-f79d-4420-9569-c668abb27da3 - - - - -] Sending updated Load Balancer b52637b8-2542-4c03-ac08-402d217fe8ad to the handler 2019-06-07 06:10:33.364 10558 INFO octavia.api.v1.controllers.health_monitor [req-6a5c735a-2fc0-42ae-8f15-25423791f762 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:33.430 10558 INFO oslo_db.sqlalchemy.provision [req-6a5c735a-2fc0-42ae-8f15-25423791f762 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.434 10558 INFO oslo_db.sqlalchemy.provision [req-6a5c735a-2fc0-42ae-8f15-25423791f762 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ccnjripxiu 2019-06-07 06:10:33.434 10558 INFO oslo_db.sqlalchemy.provision [req-6a5c735a-2fc0-42ae-8f15-25423791f762 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_update [1.390751s] ... ok 2019-06-07 06:10:30.796 10547 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.796 10547 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.405 10547 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.461 10547 INFO octavia.api.v1.controllers.load_balancer [req-6ae9efa3-4a61-48fa-8f08-df0c99a3ae43 - - - - -] Sending created Load Balancer 928f474b-00a4-4b98-ae40-7a55754e0adb to the handler 2019-06-07 06:10:31.560 10547 INFO octavia.api.v1.controllers.listener [req-6cf0b074-4a11-4e73-86e0-589c911ec52a - - - - -] Sending Creation of Listener 2a3aa18f-4439-448c-8b95-21e69ae4ba2f to handler 2019-06-07 06:10:31.703 10547 INFO octavia.api.v1.controllers.pool [req-f5f9fedd-8caf-4039-b035-062976aa4aa6 - - - - -] Sending Creation of Pool 60021f87-d107-4548-bf4b-bd93106d989b to handler 2019-06-07 06:10:31.918 10547 INFO octavia.api.v1.controllers.pool [req-e3321936-239a-4433-90ad-7046d222079f - - - - -] Sending Creation of Pool 55b7854e-a125-48c6-8539-7d0bdf6b4259 to handler 2019-06-07 06:10:32.166 10547 INFO octavia.api.v1.controllers.health_monitor [req-41f52fd0-390a-49f3-8e8a-238dc1fc52f8 - - - - -] Sending Creation of Health Monitor for Pool 60021f87-d107-4548-bf4b-bd93106d989b to handler 2019-06-07 06:10:32.340 10547 INFO oslo_db.sqlalchemy.provision [req-96aa207f-4247-44c1-b2b6-bc2955501fdf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.344 10547 INFO oslo_db.sqlalchemy.provision [req-96aa207f-4247-44c1-b2b6-bc2955501fdf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nnapzkfvbw 2019-06-07 06:10:32.345 10547 INFO oslo_db.sqlalchemy.provision [req-96aa207f-4247-44c1-b2b6-bc2955501fdf - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_get [2.323310s] ... ok 2019-06-07 06:10:31.940 10542 INFO oslo_db.sqlalchemy.provision [req-c68e78e4-dbdd-486f-a0e5-8c9f69370748 - - - - -] CREATE BACKEND sqlite:// TOKEN wvgovptwje 2019-06-07 06:10:32.100 10542 INFO octavia.common.config [req-c68e78e4-dbdd-486f-a0e5-8c9f69370748 - - - - -] Logging enabled! 2019-06-07 06:10:32.101 10542 INFO octavia.common.config [req-c68e78e4-dbdd-486f-a0e5-8c9f69370748 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.147 10542 WARNING octavia.api.root_controller [req-c68e78e4-dbdd-486f-a0e5-8c9f69370748 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.168 10542 INFO octavia.api.v1.controllers.load_balancer [req-0dc8318f-8387-486b-a812-2a3287a67d6f - - - - -] Sending created Load Balancer 622295d1-fd20-4356-9d71-810001f292ca to the handler 2019-06-07 06:10:32.239 10542 INFO octavia.api.v1.controllers.listener [req-e7eaa5f3-d317-4076-9340-47e9fb56ae55 - - - - -] Sending Creation of Listener fc7a1a47-1183-4fd9-9060-2264d57a2be1 to handler 2019-06-07 06:10:32.360 10542 INFO octavia.api.v1.controllers.pool [req-f5f6acc2-9b26-4a61-872f-951622705067 - - - - -] Sending Creation of Pool 3f8f5e78-ddf5-4436-9fc4-7669d75ccdeb to handler 2019-06-07 06:10:32.571 10542 INFO octavia.api.v1.controllers.l7policy [req-e86f6a36-80a2-4aa4-b68e-628ea038eafa - - - - -] Sending Creation of L7Policy 777b65a1-6497-4736-92fd-06b20afdc73c to handler 2019-06-07 06:10:32.708 10542 INFO octavia.api.v1.controllers.l7policy [req-d00f9bc5-d2b8-405f-a613-74be329dc679 - - - - -] Sending Update of L7Policy 777b65a1-6497-4736-92fd-06b20afdc73c to handler 2019-06-07 06:10:32.849 10542 INFO oslo_db.sqlalchemy.provision [req-5c655261-4b05-409a-9b1d-efe64e02bde3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.853 10542 INFO oslo_db.sqlalchemy.provision [req-5c655261-4b05-409a-9b1d-efe64e02bde3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wvgovptwje 2019-06-07 06:10:32.854 10542 INFO oslo_db.sqlalchemy.provision [req-5c655261-4b05-409a-9b1d-efe64e02bde3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_with_bad_handler [0.919866s] ... ok {16} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create [0.638783s] ... ok 2019-06-07 06:10:32.425 10538 INFO oslo_db.sqlalchemy.provision [req-607b0bcb-d9fd-4f7b-84e3-c0e80089ece0 - - - - -] CREATE BACKEND sqlite:// TOKEN lwahebteia 2019-06-07 06:10:32.585 10538 INFO octavia.common.config [req-607b0bcb-d9fd-4f7b-84e3-c0e80089ece0 - - - - -] Logging enabled! 2019-06-07 06:10:32.586 10538 INFO octavia.common.config [req-607b0bcb-d9fd-4f7b-84e3-c0e80089ece0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.634 10538 WARNING octavia.api.root_controller [req-607b0bcb-d9fd-4f7b-84e3-c0e80089ece0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.657 10538 INFO octavia.api.v1.controllers.load_balancer [req-3671253c-16ce-409b-a0fb-5920f956aeaa - - - - -] Sending created Load Balancer 09042cf8-9ab3-4311-883b-5e370a9a6212 to the handler 2019-06-07 06:10:32.743 10538 INFO octavia.api.v1.controllers.listener [req-2ff36eef-5fe3-491d-9eeb-e0492a56d151 - - - - -] Sending Creation of Listener c415ac5f-599d-49c8-ba03-2e56ec3af24e to handler 2019-06-07 06:10:32.866 10538 INFO octavia.api.v1.controllers.pool [req-f8045adc-f12b-47e5-9e73-f56093be5fb1 - - - - -] Sending Creation of Pool 141cfe63-0cda-48bf-a386-e200693f72e2 to handler 2019-06-07 06:10:33.076 10538 INFO octavia.api.v1.controllers.l7policy [req-89dedef8-a8fb-4565-a4e0-74e347395db7 - - - - -] Sending Creation of L7Policy c2634bf3-b75a-4c2a-aca4-520b3cb7b76d to handler 2019-06-07 06:10:33.201 10538 INFO octavia.api.v1.controllers.load_balancer [req-60b34cf4-2d81-42b7-b619-6fc31e605fcb - - - - -] Sending deleted Load Balancer 09042cf8-9ab3-4311-883b-5e370a9a6212 to the handler 2019-06-07 06:10:33.254 10538 INFO octavia.api.v1.controllers.l7policy [req-0fe7bcb2-6fd6-4f89-b931-11ccf23e271e - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:33.306 10538 INFO oslo_db.sqlalchemy.provision [req-0fe7bcb2-6fd6-4f89-b931-11ccf23e271e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.309 10538 INFO oslo_db.sqlalchemy.provision [req-0fe7bcb2-6fd6-4f89-b931-11ccf23e271e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lwahebteia 2019-06-07 06:10:33.310 10538 INFO oslo_db.sqlalchemy.provision [req-0fe7bcb2-6fd6-4f89-b931-11ccf23e271e - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_when_lb_pending_delete [0.891386s] ... ok {26} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create [0.306009s] ... ok 2019-06-07 06:10:32.842 10546 INFO oslo_db.sqlalchemy.provision [req-b713b8be-bc30-4242-ac83-b041bdc5465c - - - - -] CREATE BACKEND sqlite:// TOKEN iidreomggl 2019-06-07 06:10:33.023 10546 INFO octavia.common.config [req-b713b8be-bc30-4242-ac83-b041bdc5465c - - - - -] Logging enabled! 2019-06-07 06:10:33.024 10546 INFO octavia.common.config [req-b713b8be-bc30-4242-ac83-b041bdc5465c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.079 10546 WARNING octavia.api.root_controller [req-b713b8be-bc30-4242-ac83-b041bdc5465c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.184 10546 INFO octavia.api.v1.controllers.load_balancer [req-54d6359e-7626-4b8e-b252-9b1433234fa5 - - - - -] Sending full load balancer configuration b55adc5e-2c67-41f3-8954-30a1e5f23843 to the handler 2019-06-07 06:10:33.228 10546 INFO oslo_db.sqlalchemy.provision [req-54d6359e-7626-4b8e-b252-9b1433234fa5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.231 10546 INFO oslo_db.sqlalchemy.provision [req-54d6359e-7626-4b8e-b252-9b1433234fa5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iidreomggl 2019-06-07 06:10:33.232 10546 INFO oslo_db.sqlalchemy.provision [req-54d6359e-7626-4b8e-b252-9b1433234fa5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_hm [0.403198s] ... ok 2019-06-07 06:10:30.475 10533 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.475 10533 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.201 10533 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.260 10533 INFO octavia.api.v1.controllers.load_balancer [req-d6453c9f-4abc-44fc-b04a-cca6e3890a8f - - - - -] Sending created Load Balancer 0e1df675-1d88-4e30-bd0e-5852cfb22702 to the handler 2019-06-07 06:10:31.281 10533 INFO octavia.api.v1.controllers.load_balancer [req-2dd9c37a-da56-4231-a4cc-f3473b156735 - - - - -] Sending created Load Balancer 9cfa3442-4c91-4b03-9e48-8d3e99dcd38c to the handler 2019-06-07 06:10:31.300 10533 INFO octavia.api.v1.controllers.load_balancer [req-9df36828-8d4e-4a89-b30f-d4b04ad3f9c6 - - - - -] Sending created Load Balancer e7c4e606-bc7f-4e05-976e-cd57660ff59e to the handler 2019-06-07 06:10:31.319 10533 INFO octavia.api.v1.controllers.load_balancer [req-84995612-3606-4fa2-a602-cf4efb157176 - - - - -] Sending created Load Balancer a351d959-4254-4305-89a5-cbd3fe375f32 to the handler 2019-06-07 06:10:31.338 10533 INFO octavia.api.v1.controllers.load_balancer [req-d9cc8987-5466-4b4b-8ae0-00d6130006a0 - - - - -] Sending created Load Balancer f94d1f4c-5cb9-4215-a3a8-885d35bbd251 to the handler 2019-06-07 06:10:31.357 10533 INFO octavia.api.v1.controllers.load_balancer [req-726e4a62-53f5-4ab0-868c-a6295f0fc2c0 - - - - -] Sending created Load Balancer 4bce6268-915c-4a68-a5b8-25867b62e736 to the handler 2019-06-07 06:10:31.375 10533 INFO octavia.api.v1.controllers.load_balancer [req-b4237851-7322-4fe2-b56f-724b5c5270f2 - - - - -] Sending created Load Balancer 86a76230-e8d1-4691-8aa1-5f8f5a441f44 to the handler 2019-06-07 06:10:31.395 10533 INFO octavia.api.v1.controllers.load_balancer [req-4656969e-ead0-43d1-bc8e-740d12d565a7 - - - - -] Sending created Load Balancer 5a1bf737-e776-4c69-b496-80a9dd1acb1c to the handler 2019-06-07 06:10:31.414 10533 INFO octavia.api.v1.controllers.load_balancer [req-2a53933f-5ca4-4eb9-afc7-8f74dc4f26df - - - - -] Sending created Load Balancer a8dd991b-ef91-4a73-8519-9adf9aafb3f4 to the handler 2019-06-07 06:10:31.433 10533 INFO octavia.api.v1.controllers.load_balancer [req-d95e789e-7d68-4a1a-a94a-6289e3fc7822 - - - - -] Sending created Load Balancer 0d92df34-ed3a-4098-b18f-6b7210d0d242 to the handler 2019-06-07 06:10:31.454 10533 INFO octavia.api.v1.controllers.load_balancer [req-e574f2ba-c3a1-4e67-b94d-54b8128d650f - - - - -] Sending created Load Balancer e95866cd-d4e3-4b53-91e1-72bd3fcd375f to the handler 2019-06-07 06:10:31.472 10533 INFO octavia.api.v1.controllers.load_balancer [req-74b988bb-04e7-484a-8bba-86b2d7e2831a - - - - -] Sending created Load Balancer c89ae81b-04b1-4e4f-a09f-8785120d0da3 to the handler 2019-06-07 06:10:31.491 10533 INFO octavia.api.v1.controllers.load_balancer [req-fe637478-5f05-4f4f-8f11-ba831e9cbffd - - - - -] Sending created Load Balancer ffbade7b-afbf-4444-8994-8693387b8e11 to the handler 2019-06-07 06:10:31.511 10533 INFO octavia.api.v1.controllers.load_balancer [req-a9a09ad7-1442-48ee-8e1f-d70dfd56096e - - - - -] Sending created Load Balancer b02df64b-0493-43c5-af0b-62ec8042839e to the handler 2019-06-07 06:10:31.529 10533 INFO octavia.api.v1.controllers.load_balancer [req-36bf9e16-7d1d-4956-9b96-614ee9009023 - - - - -] Sending created Load Balancer 370b9ceb-dc35-4670-9592-777a6e93092e to the handler 2019-06-07 06:10:31.548 10533 INFO octavia.api.v1.controllers.load_balancer [req-80af5bfd-a6d5-4b87-b1a2-858b2db63e53 - - - - -] Sending created Load Balancer 73740fd2-3ca5-4b7a-af17-a0f469a3e4e4 to the handler 2019-06-07 06:10:31.567 10533 INFO octavia.api.v1.controllers.load_balancer [req-c495e371-8de2-4eff-90db-4162ad62783a - - - - -] Sending created Load Balancer f1757806-173c-4d78-a1fe-52e7f63db073 to the handler 2019-06-07 06:10:31.586 10533 INFO octavia.api.v1.controllers.load_balancer [req-315b2b5c-4bbb-4c38-a971-72f19ab77678 - - - - -] Sending created Load Balancer b40fc704-b92e-430e-98d9-98d2df480ab6 to the handler 2019-06-07 06:10:31.604 10533 INFO octavia.api.v1.controllers.load_balancer [req-734fbf45-a0ca-4315-aac5-007f960b7ece - - - - -] Sending created Load Balancer aa011446-5455-4771-a46b-7fa41aa66a38 to the handler 2019-06-07 06:10:31.624 10533 INFO octavia.api.v1.controllers.load_balancer [req-a7223b7b-8140-4eda-93fa-9e057b9a8729 - - - - -] Sending created Load Balancer 6a89f83d-6207-47e9-a255-3516a57305e7 to the handler 2019-06-07 06:10:31.642 10533 INFO octavia.api.v1.controllers.load_balancer [req-ff42cfc8-f86b-486c-a874-750e06172f1a - - - - -] Sending created Load Balancer ed4cdc5a-fead-41c4-8bb8-cc4c6f669399 to the handler 2019-06-07 06:10:31.661 10533 INFO octavia.api.v1.controllers.load_balancer [req-0bbecc47-268a-4bf3-a5da-5a7009a6d6ac - - - - -] Sending created Load Balancer 7271caf8-f7fb-4b86-a8f7-cc4b9bae3f0c to the handler 2019-06-07 06:10:31.680 10533 INFO octavia.api.v1.controllers.load_balancer [req-eb59b050-c9f7-419a-ad27-f80333529eca - - - - -] Sending created Load Balancer 6b2770fa-1184-453f-abc6-26764f2d2d7c to the handler 2019-06-07 06:10:31.699 10533 INFO octavia.api.v1.controllers.load_balancer [req-f7719319-33e4-43bc-9467-6bcd546e8c76 - - - - -] Sending created Load Balancer 0f05044d-3506-409b-baa0-c78198a09f70 to the handler 2019-06-07 06:10:31.718 10533 INFO octavia.api.v1.controllers.load_balancer [req-3bde28b0-e5a6-401a-8775-e32176a87d5f - - - - -] Sending created Load Balancer 6ef0cc9a-a118-4a1f-8696-79b3447a0821 to the handler 2019-06-07 06:10:31.737 10533 INFO octavia.api.v1.controllers.load_balancer [req-e16b0879-6918-43b3-a1ba-c833ccaaee6c - - - - -] Sending created Load Balancer a89904f4-1630-4ad2-80bc-8c0842f7a67f to the handler 2019-06-07 06:10:31.756 10533 INFO octavia.api.v1.controllers.load_balancer [req-86b8aaf0-31e1-4a71-badd-25ce55a2b291 - - - - -] Sending created Load Balancer 06fe3372-0517-4978-bcc3-834440110628 to the handler 2019-06-07 06:10:31.775 10533 INFO octavia.api.v1.controllers.load_balancer [req-09e80562-408d-4fba-b00e-ed37115b414c - - - - -] Sending created Load Balancer 42b2f878-9afd-474c-8c56-6d3730b32552 to the handler 2019-06-07 06:10:31.794 10533 INFO octavia.api.v1.controllers.load_balancer [req-090fe43f-a70f-4b87-8a02-7118eeddf66f - - - - -] Sending created Load Balancer 6dcc232c-0ff1-40e0-afad-2f104786d8ff to the handler 2019-06-07 06:10:31.814 10533 INFO octavia.api.v1.controllers.load_balancer [req-4338690c-a0bb-45c6-8083-34681d2c2792 - - - - -] Sending created Load Balancer f74aeb5d-7601-46f0-865b-9118c887f370 to the handler 2019-06-07 06:10:31.834 10533 INFO octavia.api.v1.controllers.load_balancer [req-06090068-6fa2-4031-9d4b-df13cb60a51e - - - - -] Sending created Load Balancer 35440136-fdac-4f9b-ad53-33dc18e4d801 to the handler 2019-06-07 06:10:31.854 10533 INFO octavia.api.v1.controllers.load_balancer [req-4e4afb28-7b00-45ea-97d5-73ca20d3e799 - - - - -] Sending created Load Balancer 3d0b6575-28d7-40a8-870b-19306286bf47 to the handler 2019-06-07 06:10:31.873 10533 INFO octavia.api.v1.controllers.load_balancer [req-7f6e8da7-9799-4714-8794-26219d92ae37 - - - - -] Sending created Load Balancer 3448fd85-6e77-472b-a1ef-189ffdf414c2 to the handler 2019-06-07 06:10:31.894 10533 INFO octavia.api.v1.controllers.load_balancer [req-1b892ca1-6f7c-4310-93c4-30baf6ea9441 - - - - -] Sending created Load Balancer fc63c0f7-ec37-4d59-9d6c-da9b97ffc584 to the handler 2019-06-07 06:10:31.915 10533 INFO octavia.api.v1.controllers.load_balancer [req-94234923-ace1-445d-8ec0-684a3b26cb20 - - - - -] Sending created Load Balancer a3db4541-b7c9-405b-a773-255d51afe2a3 to the handler 2019-06-07 06:10:31.937 10533 INFO octavia.api.v1.controllers.load_balancer [req-275d8cf7-7792-4b86-b8e6-e925900f6820 - - - - -] Sending created Load Balancer 2e80c30d-b0a1-469c-9482-812361304ac7 to the handler 2019-06-07 06:10:31.966 10533 INFO octavia.api.v1.controllers.load_balancer [req-070a296d-d2d5-4040-be24-d7ae635d2fa4 - - - - -] Sending created Load Balancer 8ec49289-06e3-49ea-b546-40573d6d9737 to the handler 2019-06-07 06:10:32.002 10533 INFO octavia.api.v1.controllers.load_balancer [req-9e06a2ce-b527-4a7d-84cd-c3b906ff5efd - - - - -] Sending created Load Balancer eba416c7-ca3a-46ff-9178-a118872ca760 to the handler 2019-06-07 06:10:32.022 10533 INFO octavia.api.v1.controllers.load_balancer [req-3fb4d535-2d87-4ffe-8527-cd11e7877843 - - - - -] Sending created Load Balancer 1babd2ba-c7ce-4d1f-8d88-07e8e039d658 to the handler 2019-06-07 06:10:32.047 10533 INFO octavia.api.v1.controllers.load_balancer [req-6029c98a-f702-40d5-893a-d60954c9f640 - - - - -] Sending created Load Balancer 9f01855a-4c14-4cd1-bcef-c7f2524d6256 to the handler 2019-06-07 06:10:32.067 10533 INFO octavia.api.v1.controllers.load_balancer [req-7d228ad2-f078-4644-ae3b-77e7d44ede18 - - - - -] Sending created Load Balancer fa24cde2-e5c2-413f-a0de-e30af76b6f0a to the handler 2019-06-07 06:10:32.094 10533 INFO octavia.api.v1.controllers.load_balancer [req-b6033115-102b-4c75-a69e-2c1bee32adfd - - - - -] Sending created Load Balancer 054d00df-9b87-437c-b7ea-557f6be063c1 to the handler 2019-06-07 06:10:32.113 10533 INFO octavia.api.v1.controllers.load_balancer [req-364ab3df-a99b-4c10-88c0-592efb6531bb - - - - -] Sending created Load Balancer 3ec42ece-9b52-4b75-81b7-f4bfc94c834a to the handler 2019-06-07 06:10:32.133 10533 INFO octavia.api.v1.controllers.load_balancer [req-d12411df-59ab-420e-bdd8-61f0846b40c3 - - - - -] Sending created Load Balancer bf981ecc-ccc1-4b37-a979-386151527a95 to the handler 2019-06-07 06:10:32.152 10533 INFO octavia.api.v1.controllers.load_balancer [req-12923084-e943-4240-be56-70c79cf2f323 - - - - -] Sending created Load Balancer 27892f89-f1de-4a35-877c-4b78329e6059 to the handler 2019-06-07 06:10:32.172 10533 INFO octavia.api.v1.controllers.load_balancer [req-1b27cbfc-a7ff-4268-a859-956de785f3ff - - - - -] Sending created Load Balancer aa174572-7c63-45c9-ad6e-efd5a999104d to the handler 2019-06-07 06:10:32.192 10533 INFO octavia.api.v1.controllers.load_balancer [req-71ed1749-e9f8-4904-8a3b-d594092911ea - - - - -] Sending created Load Balancer f430c128-956f-4745-ad2b-09d4b1cf14a3 to the handler 2019-06-07 06:10:32.212 10533 INFO octavia.api.v1.controllers.load_balancer [req-45d58b67-3e15-4819-8807-d8d87f5b0192 - - - - -] Sending created Load Balancer 5a2b77a1-eb61-488c-a7a3-2160f5b52cb6 to the handler 2019-06-07 06:10:32.243 10533 INFO octavia.api.v1.controllers.load_balancer [req-61a7a184-4e1c-4f5d-a249-998d6f36bc90 - - - - -] Sending created Load Balancer 1428a5ce-25bf-4044-83b7-4417f6b69e1a to the handler 2019-06-07 06:10:32.267 10533 INFO octavia.api.v1.controllers.load_balancer [req-6bc86368-9400-475f-a998-4425ea0339b4 - - - - -] Sending created Load Balancer d8a9294a-8392-449b-af3f-cc6299bfcc87 to the handler 2019-06-07 06:10:32.286 10533 INFO octavia.api.v1.controllers.load_balancer [req-0679a4c8-4386-4aed-a47c-5259cd8fd110 - - - - -] Sending created Load Balancer 5f8aefd2-50a8-4cd9-97c7-9d0b927f3599 to the handler 2019-06-07 06:10:32.306 10533 INFO octavia.api.v1.controllers.load_balancer [req-92fbfef6-c32c-430a-9f47-b1f3bbd47a08 - - - - -] Sending created Load Balancer 3dfde0f5-4fa3-43ea-b38c-cfacb8ecf8d3 to the handler 2019-06-07 06:10:32.326 10533 INFO octavia.api.v1.controllers.load_balancer [req-e511e976-ca2f-46f7-b4e5-8aa93834b95e - - - - -] Sending created Load Balancer a2b13d3a-cadd-4d91-8322-801591bca028 to the handler 2019-06-07 06:10:32.346 10533 INFO octavia.api.v1.controllers.load_balancer [req-3ca2fd35-b3b6-47d0-bb9a-b3be5b2bb31f - - - - -] Sending created Load Balancer 26554ad0-d531-4ec7-91be-14f0ffbba2e1 to the handler 2019-06-07 06:10:32.366 10533 INFO octavia.api.v1.controllers.load_balancer [req-734654a6-881a-4edc-b7f1-c40dff1714d7 - - - - -] Sending created Load Balancer b9a06f61-6261-494f-920d-9f6c85d1947e to the handler 2019-06-07 06:10:32.385 10533 INFO octavia.api.v1.controllers.load_balancer [req-bbf9f711-3219-4431-9e2c-c34b881aee23 - - - - -] Sending created Load Balancer 603dc461-7803-49fd-9f5e-99c02a6a163b to the handler 2019-06-07 06:10:32.405 10533 INFO octavia.api.v1.controllers.load_balancer [req-847ba50d-fee2-4bb8-aac7-0aeaff30a1e4 - - - - -] Sending created Load Balancer 8bfa9f81-298b-4061-990d-3fa00b49cf41 to the handler 2019-06-07 06:10:32.424 10533 INFO octavia.api.v1.controllers.load_balancer [req-18c2ef89-f235-44e4-a1aa-7844d025c6a2 - - - - -] Sending created Load Balancer 0fc91b48-7113-4dc8-b6ad-f101656f8921 to the handler 2019-06-07 06:10:32.443 10533 INFO octavia.api.v1.controllers.load_balancer [req-afccecbb-de7d-4303-a7a4-d233e45d4a24 - - - - -] Sending created Load Balancer b02b0fc9-bc38-4746-bf1d-e8a5254c3a15 to the handler 2019-06-07 06:10:32.462 10533 INFO octavia.api.v1.controllers.load_balancer [req-ecbc06a7-1c03-4243-9c15-5e03c7847b20 - - - - -] Sending created Load Balancer bb014e2c-778e-479e-9c53-f53c0ac8f73e to the handler 2019-06-07 06:10:32.482 10533 INFO octavia.api.v1.controllers.load_balancer [req-514518e5-e5ab-4734-840a-52595cfc995e - - - - -] Sending created Load Balancer 05a5d232-8584-4bcc-8a4d-e06d600c86c6 to the handler 2019-06-07 06:10:32.502 10533 INFO octavia.api.v1.controllers.load_balancer [req-dad10530-e9b3-487c-a3da-d2c30dca8a2d - - - - -] Sending created Load Balancer 5e820ad7-b4ef-4f6f-8e1a-8e26c3d975d5 to the handler 2019-06-07 06:10:32.521 10533 INFO octavia.api.v1.controllers.load_balancer [req-78300110-a504-42bf-b26a-3a7e03069106 - - - - -] Sending created Load Balancer 9cb3a153-014a-4e14-ad87-e9d4bb0412b3 to the handler 2019-06-07 06:10:32.540 10533 INFO octavia.api.v1.controllers.load_balancer [req-75722e71-1a60-4cdc-bbbe-6338505af5c9 - - - - -] Sending created Load Balancer 06bcd897-2812-4f87-b19f-2929653f4fab to the handler 2019-06-07 06:10:33.805 10533 INFO oslo_db.sqlalchemy.provision [req-ef9f2835-3d6d-4aff-8cec-dbdbcf5acf05 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.809 10533 INFO oslo_db.sqlalchemy.provision [req-ef9f2835-3d6d-4aff-8cec-dbdbcf5acf05 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hsqksjxgbg 2019-06-07 06:10:33.810 10533 INFO oslo_db.sqlalchemy.provision [req-ef9f2835-3d6d-4aff-8cec-dbdbcf5acf05 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_loadbalancer_sorting_and_pagination [4.032951s] ... ok 2019-06-07 06:10:33.444 10558 INFO oslo_db.sqlalchemy.provision [req-6a5c735a-2fc0-42ae-8f15-25423791f762 - - - - -] CREATE BACKEND sqlite:// TOKEN bvfborlwfz 2019-06-07 06:10:33.621 10558 INFO octavia.common.config [req-6a5c735a-2fc0-42ae-8f15-25423791f762 - - - - -] Logging enabled! 2019-06-07 06:10:33.622 10558 INFO octavia.common.config [req-6a5c735a-2fc0-42ae-8f15-25423791f762 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.670 10558 WARNING octavia.api.root_controller [req-6a5c735a-2fc0-42ae-8f15-25423791f762 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.694 10558 INFO octavia.api.v1.controllers.load_balancer [req-c1662292-d6d0-46b9-b362-808b9331a7dc - - - - -] Sending created Load Balancer 2c66959b-44e7-4a9f-9125-18e6e53f20e9 to the handler 2019-06-07 06:10:33.935 10558 INFO octavia.api.v1.controllers.listener [req-2880c0a6-f53a-4e59-bf75-9348a5fc4606 - - - - -] Sending Creation of Listener 3d15c555-e688-4e94-9a47-ce87a03955f6 to handler 2019-06-07 06:10:34.107 10558 INFO octavia.api.v1.controllers.l7policy [req-347e885e-5792-46a8-87b0-1fa99f5a2fca - - - - -] Sending Creation of L7Policy fbac4123-0db9-49aa-be41-7f0d841f785e to handler 2019-06-07 06:10:34.290 10558 INFO octavia.api.v1.controllers.l7rule [req-86ed31ea-9a96-4380-8b09-05138812faf3 - - - - -] Sending Creation of L7Rule 917ad178-9201-47a7-a10c-3d4ce4e068a8 to handler 2019-06-07 06:10:34.507 10558 INFO oslo_db.sqlalchemy.provision [req-e50d6989-8498-465d-815a-66a104529834 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.510 10558 INFO oslo_db.sqlalchemy.provision [req-e50d6989-8498-465d-815a-66a104529834 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bvfborlwfz 2019-06-07 06:10:34.511 10558 INFO oslo_db.sqlalchemy.provision [req-e50d6989-8498-465d-815a-66a104529834 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_listener_bad_protocol [0.439399s] ... ok 2019-06-07 06:10:32.648 10544 INFO oslo_db.sqlalchemy.provision [req-40fe8d6e-bf28-4124-9a39-0a74a1f9490a - - - - -] CREATE BACKEND sqlite:// TOKEN yxatwfjopt 2019-06-07 06:10:32.808 10544 INFO octavia.common.config [req-40fe8d6e-bf28-4124-9a39-0a74a1f9490a - - - - -] Logging enabled! 2019-06-07 06:10:32.809 10544 INFO octavia.common.config [req-40fe8d6e-bf28-4124-9a39-0a74a1f9490a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.853 10544 WARNING octavia.api.root_controller [req-40fe8d6e-bf28-4124-9a39-0a74a1f9490a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.874 10544 INFO octavia.api.v1.controllers.load_balancer [req-72589eec-a0aa-4872-bf11-04b929222199 - - - - -] Sending created Load Balancer 9ebfb345-d268-4d71-b760-04e3fc2b482e to the handler 2019-06-07 06:10:32.955 10544 INFO octavia.api.v1.controllers.pool [req-9a1efacc-4763-4b73-8c8e-18e5adf93400 - - - - -] Sending Creation of Pool baf77523-f615-435c-b235-d4a3ecfb8cde to handler 2019-06-07 06:10:33.097 10544 INFO octavia.api.v1.controllers.listener [req-9a16e0c1-15bc-4364-b34c-1c15cda117f2 - - - - -] Sending Creation of Listener 91d60668-5d2e-4d46-8f26-a8e9679dcb75 to handler 2019-06-07 06:10:33.318 10544 INFO octavia.api.v1.controllers.listener [req-3b0698ac-f723-443e-8877-aa02d16befe9 - - - - -] Sending Creation of Listener d13c56a8-d9bb-4b80-b121-6a3474b04d01 to handler 2019-06-07 06:10:33.382 10544 INFO oslo_db.sqlalchemy.provision [req-3b0698ac-f723-443e-8877-aa02d16befe9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.386 10544 INFO oslo_db.sqlalchemy.provision [req-3b0698ac-f723-443e-8877-aa02d16befe9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yxatwfjopt 2019-06-07 06:10:33.386 10544 INFO oslo_db.sqlalchemy.provision [req-3b0698ac-f723-443e-8877-aa02d16befe9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_shared_default_pool_id [0.744802s] ... ok 2019-06-07 06:10:33.318 10538 INFO oslo_db.sqlalchemy.provision [req-0fe7bcb2-6fd6-4f89-b931-11ccf23e271e - - - - -] CREATE BACKEND sqlite:// TOKEN tkudcdlnlr 2019-06-07 06:10:33.499 10538 INFO octavia.common.config [req-0fe7bcb2-6fd6-4f89-b931-11ccf23e271e - - - - -] Logging enabled! 2019-06-07 06:10:33.500 10538 INFO octavia.common.config [req-0fe7bcb2-6fd6-4f89-b931-11ccf23e271e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.560 10538 WARNING octavia.api.root_controller [req-0fe7bcb2-6fd6-4f89-b931-11ccf23e271e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.589 10538 INFO octavia.api.v1.controllers.load_balancer [req-58ad5a52-b7ec-463d-80eb-09abb3ac4e66 - - - - -] Sending created Load Balancer 77c337e1-07d9-4abe-8b51-1cbd5c4475d3 to the handler 2019-06-07 06:10:33.666 10538 INFO octavia.api.v1.controllers.listener [req-02899752-7994-409f-a0cc-26aa7501c3cc - - - - -] Sending Creation of Listener a6b0acfd-ad59-4d38-b2f9-ae72720a9ed4 to handler 2019-06-07 06:10:33.854 10538 INFO oslo_db.sqlalchemy.provision [req-8f3a3a21-b180-4d75-aa4a-cb1652d51556 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.857 10538 INFO oslo_db.sqlalchemy.provision [req-8f3a3a21-b180-4d75-aa4a-cb1652d51556 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tkudcdlnlr 2019-06-07 06:10:33.858 10538 INFO oslo_db.sqlalchemy.provision [req-8f3a3a21-b180-4d75-aa4a-cb1652d51556 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_listener_statistics.TestListenerStatistics.test_get [0.546906s] ... ok {6} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_update [0.817941s] ... ok {29} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_ubuntu_listener_sysvinit [0.055124s] ... ok 2019-06-07 06:10:33.819 10533 INFO oslo_db.sqlalchemy.provision [req-ef9f2835-3d6d-4aff-8cec-dbdbcf5acf05 - - - - -] CREATE BACKEND sqlite:// TOKEN drsqbfhfeg 2019-06-07 06:10:33.983 10533 INFO octavia.common.config [req-ef9f2835-3d6d-4aff-8cec-dbdbcf5acf05 - - - - -] Logging enabled! 2019-06-07 06:10:33.984 10533 INFO octavia.common.config [req-ef9f2835-3d6d-4aff-8cec-dbdbcf5acf05 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.029 10533 WARNING octavia.api.root_controller [req-ef9f2835-3d6d-4aff-8cec-dbdbcf5acf05 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.050 10533 INFO octavia.api.v1.controllers.load_balancer [req-de0e082c-2a0c-40b7-97a0-3d1b2b13d641 - - - - -] Sending created Load Balancer f1a63c22-a822-4092-a386-d2db8195c19a to the handler 2019-06-07 06:10:34.131 10533 INFO octavia.api.v1.controllers.listener [req-63e457d9-1da7-4f0f-933d-7763c42c4f28 - - - - -] Sending Creation of Listener b756eb01-74e6-4b7e-9388-70f287440bc5 to handler 2019-06-07 06:10:34.281 10533 INFO octavia.api.v1.controllers.pool [req-b3d51c0f-56f6-4a7e-ba81-e8f413a4ba03 - - - - -] Sending Creation of Pool 00cef58a-3ca8-400f-9fd8-787144516eed to handler 2019-06-07 06:10:34.498 10533 INFO octavia.api.v1.controllers.pool [req-f99e5b1f-b0d5-4482-83cb-8f61223e9320 - - - - -] Sending Creation of Pool 7c71a842-8716-46cf-98af-640bbffb700b to handler 2019-06-07 06:10:33.270 10537 INFO oslo_db.sqlalchemy.provision [req-f3342851-54b3-4480-8d98-8c55888a4d5b - - - - -] CREATE BACKEND sqlite:// TOKEN bgmmzqocnl 2019-06-07 06:10:33.440 10537 INFO octavia.common.config [req-f3342851-54b3-4480-8d98-8c55888a4d5b - - - - -] Logging enabled! 2019-06-07 06:10:33.441 10537 INFO octavia.common.config [req-f3342851-54b3-4480-8d98-8c55888a4d5b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.491 10537 WARNING octavia.api.root_controller [req-f3342851-54b3-4480-8d98-8c55888a4d5b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.516 10537 INFO octavia.api.v1.controllers.load_balancer [req-879fafb7-219f-4e74-94a1-78188f4e7886 - - - - -] Sending created Load Balancer 6d844f66-72f3-4a10-a44d-df1c0b5fad6f to the handler 2019-06-07 06:10:33.594 10537 INFO octavia.api.v1.controllers.listener [req-95cf1ae9-3d05-4de1-95f8-d82179ec34d7 - - - - -] Sending Creation of Listener f71d3100-cac7-489b-84cc-d5af9f579dc5 to handler 2019-06-07 06:10:33.734 10537 INFO octavia.api.v1.controllers.pool [req-0f3f592c-d61c-4252-a806-5d416b9e5606 - - - - -] Sending Creation of Pool a67e7d01-1097-4f30-bd5f-9426c18186e2 to handler 2019-06-07 06:10:33.952 10537 INFO octavia.api.v1.controllers.l7policy [req-a835245d-9320-43e5-ac6b-6b3c8457595c - - - - -] Sending Creation of L7Policy 708c45f8-c2c9-4b5a-9a27-0e66feb8c57e to handler 2019-06-07 06:10:34.027 10537 ERROR octavia.api.v1.controllers.base [req-ee990cf2-8bd1-4ff0-94e1-c86eea69ce82 - - - - -] Pool f3ba20d6-df26-42b7-b27a-8f4cbe283dff not found: None 2019-06-07 06:10:34.027 10537 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:34.027 10537 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:34.053 10537 INFO oslo_db.sqlalchemy.provision [req-ee990cf2-8bd1-4ff0-94e1-c86eea69ce82 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.056 10537 INFO oslo_db.sqlalchemy.provision [req-ee990cf2-8bd1-4ff0-94e1-c86eea69ce82 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bgmmzqocnl 2019-06-07 06:10:34.057 10537 INFO oslo_db.sqlalchemy.provision [req-ee990cf2-8bd1-4ff0-94e1-c86eea69ce82 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_update_redirect_to_pool [0.794483s] ... ok 2019-06-07 06:10:31.744 10555 INFO oslo_db.sqlalchemy.provision [req-72a9587b-5729-498f-a137-8a36f5e7a48a - - - - -] CREATE BACKEND sqlite:// TOKEN ovkdwqmycn 2019-06-07 06:10:31.906 10555 INFO octavia.common.config [req-72a9587b-5729-498f-a137-8a36f5e7a48a - - - - -] Logging enabled! 2019-06-07 06:10:31.907 10555 INFO octavia.common.config [req-72a9587b-5729-498f-a137-8a36f5e7a48a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.951 10555 WARNING octavia.api.root_controller [req-72a9587b-5729-498f-a137-8a36f5e7a48a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.971 10555 INFO octavia.api.v1.controllers.load_balancer [req-8295af42-1077-4502-bbf4-694cec106969 - - - - -] Sending created Load Balancer 3a5b9c79-bf12-40db-8d84-0e79844ad9db to the handler 2019-06-07 06:10:32.048 10555 INFO octavia.api.v1.controllers.listener [req-04818c34-c047-4dc8-ac4c-888f035fbc4e - - - - -] Sending Creation of Listener 39c28042-b78d-430f-9c39-54cff010fec9 to handler 2019-06-07 06:10:32.207 10555 INFO octavia.api.v1.controllers.l7policy [req-a5873309-d15e-415c-8fb2-d596b0987e16 - - - - -] Sending Creation of L7Policy 407595bf-6cf3-4e6a-a6e9-7b157d0ba615 to handler 2019-06-07 06:10:32.381 10555 INFO octavia.api.v1.controllers.l7rule [req-b3213e93-d829-4258-855f-922bd2c41ef6 - - - - -] Sending Creation of L7Rule 10ccca5b-5c9a-4963-aad9-abe85497de82 to handler 2019-06-07 06:10:32.489 10555 INFO oslo_db.sqlalchemy.provision [req-f375819b-6bc9-4a64-bba9-c58307614c3f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.492 10555 INFO oslo_db.sqlalchemy.provision [req-f375819b-6bc9-4a64-bba9-c58307614c3f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ovkdwqmycn 2019-06-07 06:10:32.493 10555 INFO oslo_db.sqlalchemy.provision [req-f375819b-6bc9-4a64-bba9-c58307614c3f - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_get [0.755419s] ... ok 2019-06-07 06:10:31.593 10540 INFO oslo_db.sqlalchemy.provision [req-1b2c2cf0-eeed-43e1-bc90-02d601dc167c - - - - -] CREATE BACKEND sqlite:// TOKEN dkplyxudbw 2019-06-07 06:10:31.753 10540 INFO octavia.common.config [req-1b2c2cf0-eeed-43e1-bc90-02d601dc167c - - - - -] Logging enabled! 2019-06-07 06:10:31.754 10540 INFO octavia.common.config [req-1b2c2cf0-eeed-43e1-bc90-02d601dc167c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.797 10540 WARNING octavia.api.root_controller [req-1b2c2cf0-eeed-43e1-bc90-02d601dc167c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.854 10540 INFO octavia.api.v1.controllers.load_balancer [req-d19f4cbf-ec45-47b8-aa3a-89732da8d1ae - - - - -] Sending full load balancer configuration 6ebba628-456f-40f5-b7b7-94b25714bf8e to the handler 2019-06-07 06:10:31.883 10540 INFO oslo_db.sqlalchemy.provision [req-d19f4cbf-ec45-47b8-aa3a-89732da8d1ae - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.886 10540 INFO oslo_db.sqlalchemy.provision [req-d19f4cbf-ec45-47b8-aa3a-89732da8d1ae - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dkplyxudbw 2019-06-07 06:10:31.887 10540 INFO oslo_db.sqlalchemy.provision [req-d19f4cbf-ec45-47b8-aa3a-89732da8d1ae - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners [0.300592s] ... ok {22} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_manage_service_vrrp [0.029819s] ... ok 2019-06-07 06:10:32.770 10535 INFO oslo_db.sqlalchemy.provision [req-1becf27e-086a-443a-97bc-0f0c72ea0510 - - - - -] CREATE BACKEND sqlite:// TOKEN gwktdggoqm 2019-06-07 06:10:32.949 10535 INFO octavia.common.config [req-1becf27e-086a-443a-97bc-0f0c72ea0510 - - - - -] Logging enabled! 2019-06-07 06:10:32.950 10535 INFO octavia.common.config [req-1becf27e-086a-443a-97bc-0f0c72ea0510 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.996 10535 WARNING octavia.api.root_controller [req-1becf27e-086a-443a-97bc-0f0c72ea0510 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.018 10535 INFO octavia.api.v1.controllers.load_balancer [req-99030509-02f7-4496-b20d-05f2b917e457 - - - - -] Sending created Load Balancer eb4942d9-0e3e-41be-8d5d-c5aa12955be3 to the handler 2019-06-07 06:10:33.094 10535 INFO octavia.api.v1.controllers.pool [req-288ddf7a-ef90-419e-a404-a3063aa91091 - - - - -] Sending Creation of Pool 2a7bc319-5ff8-46db-899a-e9c32337507d to handler 2019-06-07 06:10:33.175 10535 WARNING octavia.api.v1.controllers.load_balancer [req-ac6c7eb7-54ec-4137-88d2-110c3c371ec3 - - - - -] Cannot delete Load Balancer eb4942d9-0e3e-41be-8d5d-c5aa12955be3 - it has children 2019-06-07 06:10:33.200 10535 INFO oslo_db.sqlalchemy.provision [req-ac6c7eb7-54ec-4137-88d2-110c3c371ec3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.204 10535 INFO oslo_db.sqlalchemy.provision [req-ac6c7eb7-54ec-4137-88d2-110c3c371ec3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gwktdggoqm 2019-06-07 06:10:33.205 10535 INFO oslo_db.sqlalchemy.provision [req-ac6c7eb7-54ec-4137-88d2-110c3c371ec3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_upload_keepalived_config_systemd [0.053666s] ... ok {30} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_cookie_rule [1.074847s] ... ok 2019-06-07 06:10:33.400 10544 INFO oslo_db.sqlalchemy.provision [req-3b0698ac-f723-443e-8877-aa02d16befe9 - - - - -] CREATE BACKEND sqlite:// TOKEN jozjdiloqq 2019-06-07 06:10:33.572 10544 INFO octavia.common.config [req-3b0698ac-f723-443e-8877-aa02d16befe9 - - - - -] Logging enabled! 2019-06-07 06:10:33.572 10544 INFO octavia.common.config [req-3b0698ac-f723-443e-8877-aa02d16befe9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.618 10544 WARNING octavia.api.root_controller [req-3b0698ac-f723-443e-8877-aa02d16befe9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.704 10544 INFO octavia.api.v1.controllers.load_balancer [req-feb94b1f-3005-4a01-9eda-1fd7deb26e5f - - - - -] Sending full load balancer configuration 1bc0aa8b-9060-47eb-bc01-da52d8532b09 to the handler 2019-06-07 06:10:33.734 10544 INFO oslo_db.sqlalchemy.provision [req-feb94b1f-3005-4a01-9eda-1fd7deb26e5f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.737 10544 INFO oslo_db.sqlalchemy.provision [req-feb94b1f-3005-4a01-9eda-1fd7deb26e5f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jozjdiloqq 2019-06-07 06:10:33.738 10544 INFO oslo_db.sqlalchemy.provision [req-feb94b1f-3005-4a01-9eda-1fd7deb26e5f - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_pool [0.349584s] ... ok 2019-06-07 06:10:33.475 10539 INFO oslo_db.sqlalchemy.provision [req-ba955c6d-8cff-4277-aee9-f56a30e188f1 - - - - -] CREATE BACKEND sqlite:// TOKEN hauxgjfltz 2019-06-07 06:10:33.654 10539 INFO octavia.common.config [req-ba955c6d-8cff-4277-aee9-f56a30e188f1 - - - - -] Logging enabled! 2019-06-07 06:10:33.655 10539 INFO octavia.common.config [req-ba955c6d-8cff-4277-aee9-f56a30e188f1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.714 10539 WARNING octavia.api.root_controller [req-ba955c6d-8cff-4277-aee9-f56a30e188f1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.736 10539 INFO octavia.api.v1.controllers.load_balancer [req-a64e5eae-0978-4c01-83fa-3fbb2fe33e9d - - - - -] Sending created Load Balancer c2f7f967-f966-4665-a8a7-bc87e050833d to the handler 2019-06-07 06:10:33.814 10539 INFO octavia.api.v1.controllers.listener [req-87e32f4f-823b-48a4-83a1-984a78548e91 - - - - -] Sending Creation of Listener 17e60542-5272-432d-ad51-5d4b15a798a7 to handler 2019-06-07 06:10:33.987 10539 INFO octavia.api.v1.controllers.l7policy [req-bcef4e65-963a-489d-b75e-cb70108b4b75 - - - - -] Sending Creation of L7Policy a22f927a-c876-4b0f-9d17-48b84154c998 to handler 2019-06-07 06:10:34.166 10539 INFO octavia.api.v1.controllers.l7rule [req-028ef35d-012c-4c56-a990-5bcfb81c2f87 - - - - -] Sending Creation of L7Rule 942be0ae-0b5b-4db6-a607-004186463203 to handler 2019-06-07 06:10:34.340 10539 INFO oslo_db.sqlalchemy.provision [req-43c0d9f6-85ab-4166-b712-ccc043414262 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.344 10539 INFO oslo_db.sqlalchemy.provision [req-43c0d9f6-85ab-4166-b712-ccc043414262 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hauxgjfltz 2019-06-07 06:10:34.344 10539 INFO oslo_db.sqlalchemy.provision [req-43c0d9f6-85ab-4166-b712-ccc043414262 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_with_duplicate_id [0.875502s] ... ok {25} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_manage_service_vrrp [0.018141s] ... ok 2019-06-07 06:10:32.160 10529 INFO oslo_db.sqlalchemy.provision [req-e2e37cfa-9613-4824-8fea-a9fbe5d5bf4f - - - - -] CREATE BACKEND sqlite:// TOKEN jbgyjkhnui 2019-06-07 06:10:32.345 10529 INFO octavia.common.config [req-e2e37cfa-9613-4824-8fea-a9fbe5d5bf4f - - - - -] Logging enabled! 2019-06-07 06:10:32.346 10529 INFO octavia.common.config [req-e2e37cfa-9613-4824-8fea-a9fbe5d5bf4f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.393 10529 WARNING octavia.api.root_controller [req-e2e37cfa-9613-4824-8fea-a9fbe5d5bf4f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.421 10529 INFO octavia.api.v1.controllers.load_balancer [req-528d9bdf-1ec2-48fd-b1c3-1e89889f9458 - - - - -] Sending created Load Balancer 6b083bbb-9c84-4af7-a345-b09924456f9e to the handler 2019-06-07 06:10:32.509 10529 INFO octavia.api.v1.controllers.listener [req-6ee49d2c-486c-41e9-b0d7-7f2ebd632b92 - - - - -] Sending Creation of Listener abd11ca4-8396-4c8c-8c2e-2d77caaf4d07 to handler 2019-06-07 06:10:32.649 10529 INFO octavia.api.v1.controllers.pool [req-56a49dab-0b64-40e9-987e-00c71a666702 - - - - -] Sending Creation of Pool b3cd662d-9e14-4cb5-aae4-bd6c010a949d to handler 2019-06-07 06:10:32.851 10529 INFO octavia.api.v1.controllers.pool [req-6ca7d7aa-d0d2-482f-b687-b763c15dabb0 - - - - -] Sending Creation of Pool 1cb30332-5390-4002-9b78-4d01c58b8061 to handler 2019-06-07 06:10:33.064 10529 INFO octavia.api.v1.controllers.health_monitor [req-d039447b-a172-49b9-80ea-02123c0c1e9e - - - - -] Sending Creation of Health Monitor for Pool b3cd662d-9e14-4cb5-aae4-bd6c010a949d to handler 2019-06-07 06:10:33.092 10529 INFO oslo_db.sqlalchemy.provision [req-d039447b-a172-49b9-80ea-02123c0c1e9e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.096 10529 INFO oslo_db.sqlalchemy.provision [req-d039447b-a172-49b9-80ea-02123c0c1e9e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jbgyjkhnui 2019-06-07 06:10:33.097 10529 INFO oslo_db.sqlalchemy.provision [req-d039447b-a172-49b9-80ea-02123c0c1e9e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_with_project_id [0.943250s] ... ok 2019-06-07 06:10:31.895 10540 INFO oslo_db.sqlalchemy.provision [req-d19f4cbf-ec45-47b8-aa3a-89732da8d1ae - - - - -] CREATE BACKEND sqlite:// TOKEN ykdgxdfrns 2019-06-07 06:10:32.055 10540 INFO octavia.common.config [req-d19f4cbf-ec45-47b8-aa3a-89732da8d1ae - - - - -] Logging enabled! 2019-06-07 06:10:32.056 10540 INFO octavia.common.config [req-d19f4cbf-ec45-47b8-aa3a-89732da8d1ae - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.100 10540 WARNING octavia.api.root_controller [req-d19f4cbf-ec45-47b8-aa3a-89732da8d1ae - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.121 10540 INFO octavia.api.v1.controllers.load_balancer [req-309ea9fe-9af3-45ea-a0ef-c3132db0daa2 - - - - -] Sending created Load Balancer 0942e722-6b44-430b-9207-b4fde893263f to the handler 2019-06-07 06:10:32.200 10540 INFO octavia.api.v1.controllers.listener [req-daf12961-ffb8-441e-98a1-3f65c803ae4f - - - - -] Sending Creation of Listener 13dea4ee-6d04-4bda-bf98-998e1e8d72ff to handler 2019-06-07 06:10:32.424 10540 INFO octavia.api.v1.controllers.pool [req-31216f17-45b6-401b-b4aa-8348bde71c73 - - - - -] Sending Creation of Pool 46f1f25e-a02c-4f67-867d-1e0e4a65cffc to handler 2019-06-07 06:10:32.475 10540 INFO oslo_db.sqlalchemy.provision [req-31216f17-45b6-401b-b4aa-8348bde71c73 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.478 10540 INFO oslo_db.sqlalchemy.provision [req-31216f17-45b6-401b-b4aa-8348bde71c73 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ykdgxdfrns 2019-06-07 06:10:32.479 10540 INFO oslo_db.sqlalchemy.provision [req-31216f17-45b6-401b-b4aa-8348bde71c73 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_id [0.591057s] ... ok {29} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_reload [0.020735s] ... ok 2019-06-07 06:10:33.239 10546 INFO oslo_db.sqlalchemy.provision [req-54d6359e-7626-4b8e-b252-9b1433234fa5 - - - - -] CREATE BACKEND sqlite:// TOKEN xwtlwnbnmi 2019-06-07 06:10:33.435 10546 INFO octavia.common.config [req-54d6359e-7626-4b8e-b252-9b1433234fa5 - - - - -] Logging enabled! 2019-06-07 06:10:33.436 10546 INFO octavia.common.config [req-54d6359e-7626-4b8e-b252-9b1433234fa5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.485 10546 WARNING octavia.api.root_controller [req-54d6359e-7626-4b8e-b252-9b1433234fa5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.512 10546 INFO octavia.api.v1.controllers.load_balancer [req-5e95861c-ee5e-4659-b513-d1387092a4eb - - - - -] Sending created Load Balancer 707d33a2-2763-4f8c-8a5b-1b7b9dfc3351 to the handler 2019-06-07 06:10:33.595 10546 INFO octavia.api.v1.controllers.listener [req-d7da85e2-3c78-442c-8e01-f1c01a7a376e - - - - -] Sending Creation of Listener 5786069b-2900-4b44-a252-a751694c8289 to handler 2019-06-07 06:10:33.741 10546 INFO octavia.api.v1.controllers.pool [req-dec16263-60e4-4e3a-b79d-d19ee7d840da - - - - -] Sending Creation of Pool 58f17442-57cd-4e0f-9d73-b0d167fe95b8 to handler 2019-06-07 06:10:33.956 10546 INFO octavia.api.v1.controllers.pool [req-4bb0f86f-d972-4125-96a6-2a37e2b67c28 - - - - -] Sending Creation of Pool e411cb37-dbe6-463c-8f04-e53fc86dfa3f to handler 2019-06-07 06:10:34.129 10546 ERROR octavia.api.v1.controllers.base [req-5a580bcb-f45d-4d11-a4e8-54c5b7cd8803 - - - - -] Member d525f6d6-0ab8-4d52-b0a9-82d25e9bde75 not found: None 2019-06-07 06:10:34.129 10546 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:34.129 10546 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:34.156 10546 INFO oslo_db.sqlalchemy.provision [req-5a580bcb-f45d-4d11-a4e8-54c5b7cd8803 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.160 10546 INFO oslo_db.sqlalchemy.provision [req-5a580bcb-f45d-4d11-a4e8-54c5b7cd8803 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xwtlwnbnmi 2019-06-07 06:10:34.160 10546 INFO oslo_db.sqlalchemy.provision [req-5a580bcb-f45d-4d11-a4e8-54c5b7cd8803 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_get [0.928043s] ... ok 2019-06-07 06:10:32.501 10555 INFO oslo_db.sqlalchemy.provision [req-f375819b-6bc9-4a64-bba9-c58307614c3f - - - - -] CREATE BACKEND sqlite:// TOKEN bdvixxsukl 2019-06-07 06:10:32.675 10555 INFO octavia.common.config [req-f375819b-6bc9-4a64-bba9-c58307614c3f - - - - -] Logging enabled! 2019-06-07 06:10:32.676 10555 INFO octavia.common.config [req-f375819b-6bc9-4a64-bba9-c58307614c3f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.722 10555 WARNING octavia.api.root_controller [req-f375819b-6bc9-4a64-bba9-c58307614c3f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.750 10555 INFO octavia.api.v1.controllers.load_balancer [req-ef78f810-85e2-427f-b2ea-66b68432db45 - - - - -] Sending created Load Balancer a824b0b9-a351-4e39-be78-4c5a07c4a5f5 to the handler 2019-06-07 06:10:32.834 10555 INFO octavia.api.v1.controllers.listener [req-cffd451d-a5b2-4312-9fc7-ea048fe87a41 - - - - -] Sending Creation of Listener 92c8c02a-57cb-48eb-b3d8-202e847b434b to handler 2019-06-07 06:10:33.024 10555 INFO oslo_db.sqlalchemy.provision [req-5227bf02-adfb-4cd1-8fb1-ebd319b78c89 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.028 10555 INFO oslo_db.sqlalchemy.provision [req-5227bf02-adfb-4cd1-8fb1-ebd319b78c89 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bdvixxsukl 2019-06-07 06:10:33.028 10555 INFO oslo_db.sqlalchemy.provision [req-5227bf02-adfb-4cd1-8fb1-ebd319b78c89 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v1.test_load_balancer_statistics.TestLoadBlancerStatistics.test_get [0.533614s] ... ok 2019-06-07 06:10:30.433 10531 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.434 10531 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.153 10531 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.211 10531 INFO octavia.api.v1.controllers.load_balancer [req-6d2577d9-f94b-4a01-87e6-2b454a259ace - - - - -] Sending created Load Balancer b6ce2713-69af-4fb2-a37c-aa4615449c54 to the handler 2019-06-07 06:10:31.315 10531 INFO octavia.api.v1.controllers.listener [req-d6e95530-f2ff-46cd-9968-cfaea4cae31a - - - - -] Sending Creation of Listener 406bc423-43c2-42f9-8240-8b5149cecce9 to handler 2019-06-07 06:10:31.462 10531 INFO octavia.api.v1.controllers.pool [req-a8dab1e6-e617-433e-a194-b38e2d0a7958 - - - - -] Sending Creation of Pool fb01403f-ffc7-4585-b0ac-0e64e09d6882 to handler 2019-06-07 06:10:31.666 10531 INFO octavia.api.v1.controllers.l7policy [req-de740c79-f7cd-49be-8f48-23e612cdb444 - - - - -] Sending Creation of L7Policy 68524dab-ead2-4d80-8964-d1ea2481a96e to handler 2019-06-07 06:10:31.699 10531 INFO oslo_db.sqlalchemy.provision [req-de740c79-f7cd-49be-8f48-23e612cdb444 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.702 10531 INFO oslo_db.sqlalchemy.provision [req-de740c79-f7cd-49be-8f48-23e612cdb444 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cepxkvdgms 2019-06-07 06:10:31.703 10531 INFO oslo_db.sqlalchemy.provision [req-de740c79-f7cd-49be-8f48-23e612cdb444 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_with_id [1.965786s] ... ok 2019-06-07 06:10:34.064 10537 INFO oslo_db.sqlalchemy.provision [req-ee990cf2-8bd1-4ff0-94e1-c86eea69ce82 - - - - -] CREATE BACKEND sqlite:// TOKEN buoilmgxzv 2019-06-07 06:10:34.224 10537 INFO octavia.common.config [req-ee990cf2-8bd1-4ff0-94e1-c86eea69ce82 - - - - -] Logging enabled! 2019-06-07 06:10:34.225 10537 INFO octavia.common.config [req-ee990cf2-8bd1-4ff0-94e1-c86eea69ce82 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.269 10537 WARNING octavia.api.root_controller [req-ee990cf2-8bd1-4ff0-94e1-c86eea69ce82 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.290 10537 INFO octavia.api.v1.controllers.load_balancer [req-586f7534-617a-46d3-87d3-c9040a80bebd - - - - -] Sending created Load Balancer a8411a70-cdbe-42da-91be-fc300e281d80 to the handler 2019-06-07 06:10:34.363 10537 INFO octavia.api.v1.controllers.listener [req-1a9d8456-875f-4b0a-a02c-9cb1125c0032 - - - - -] Sending Creation of Listener c6ffa3f0-f3d4-480d-99d9-4e4aacce4f4a to handler 2019-06-07 06:10:34.491 10537 INFO octavia.api.v1.controllers.pool [req-0ea4e696-b971-4e32-a3e0-2e9a8c8bd3fd - - - - -] Sending Creation of Pool 51743272-8ea4-4e72-b112-69480ffce3fd to handler 2019-06-07 06:10:34.682 10537 INFO octavia.api.v1.controllers.l7policy [req-1a30da96-1027-4827-830e-90cd36f5d5fb - - - - -] Sending Creation of L7Policy 9e2602b1-383b-40a5-82ec-c3130b889481 to handler 2019-06-07 06:10:34.808 10537 INFO octavia.api.v1.controllers.load_balancer [req-109888f2-673d-433f-b897-87439bbeec7f - - - - -] Sending deleted Load Balancer a8411a70-cdbe-42da-91be-fc300e281d80 to the handler 2019-06-07 06:10:34.884 10537 INFO octavia.api.v1.controllers.l7policy [req-a94e0fbe-9908-497b-910e-472cf10fcb14 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:34.935 10537 INFO oslo_db.sqlalchemy.provision [req-a94e0fbe-9908-497b-910e-472cf10fcb14 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.939 10537 INFO oslo_db.sqlalchemy.provision [req-a94e0fbe-9908-497b-910e-472cf10fcb14 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN buoilmgxzv 2019-06-07 06:10:34.939 10537 INFO oslo_db.sqlalchemy.provision [req-a94e0fbe-9908-497b-910e-472cf10fcb14 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete_when_lb_pending_delete [0.881649s] ... ok 2019-06-07 06:10:34.735 10533 INFO octavia.api.v1.controllers.health_monitor [req-210fd30e-493e-4972-9e4c-d98c3b5ee2e2 - - - - -] Sending Creation of Health Monitor for Pool 00cef58a-3ca8-400f-9fd8-787144516eed to handler 2019-06-07 06:10:30.580 10553 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.580 10553 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.298 10553 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.343 10553 INFO oslo_db.sqlalchemy.provision [req-3ac6571c-0a26-443f-9d9e-113a73fbe585 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.347 10553 INFO oslo_db.sqlalchemy.provision [req-3ac6571c-0a26-443f-9d9e-113a73fbe585 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wimsbbzfym 2019-06-07 06:10:31.348 10553 INFO oslo_db.sqlalchemy.provision [req-3ac6571c-0a26-443f-9d9e-113a73fbe585 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_invalid_sort_key [1.444262s] ... ok 2019-06-07 06:10:33.164 10548 INFO oslo_db.sqlalchemy.provision [req-e7c2ab18-a1c9-4216-b226-da264f77e32e - - - - -] CREATE BACKEND sqlite:// TOKEN uaxpjiczfa 2019-06-07 06:10:33.327 10548 INFO octavia.common.config [req-e7c2ab18-a1c9-4216-b226-da264f77e32e - - - - -] Logging enabled! 2019-06-07 06:10:33.328 10548 INFO octavia.common.config [req-e7c2ab18-a1c9-4216-b226-da264f77e32e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.379 10548 WARNING octavia.api.root_controller [req-e7c2ab18-a1c9-4216-b226-da264f77e32e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.405 10548 INFO octavia.api.v1.controllers.load_balancer [req-e71869cb-d819-48f2-a27e-e72f089c538a - - - - -] Sending created Load Balancer ff74e345-61f7-44bc-830c-5408cfd973ec to the handler 2019-06-07 06:10:33.482 10548 INFO octavia.api.v1.controllers.listener [req-1692180b-49c7-48c7-bc0c-a984abadfb82 - - - - -] Sending Creation of Listener 6268843a-8cd4-4edb-9af1-f4b184ea12ce to handler 2019-06-07 06:10:33.650 10548 INFO octavia.api.v1.controllers.l7policy [req-6ac4d331-37da-42ae-b8e7-535080c21220 - - - - -] Sending Creation of L7Policy a5a293e5-82fc-4350-a155-486b9bb8ccad to handler 2019-06-07 06:10:33.813 10548 INFO octavia.api.v1.controllers.l7rule [req-15539c4e-c713-4bbf-bff5-6e28084ae022 - - - - -] Sending Creation of L7Rule e66e98c0-bea1-485e-a8b0-094349abe66f to handler 2019-06-07 06:10:33.906 10548 INFO octavia.api.v1.controllers.load_balancer [req-e9890913-86eb-498d-aa79-08504699e280 - - - - -] Sending updated Load Balancer ff74e345-61f7-44bc-830c-5408cfd973ec to the handler 2019-06-07 06:10:33.991 10548 INFO octavia.api.v1.controllers.l7rule [req-a3e507c6-5780-4b71-9ba7-a94ab4322ab8 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:34.037 10548 INFO oslo_db.sqlalchemy.provision [req-a3e507c6-5780-4b71-9ba7-a94ab4322ab8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.040 10548 INFO oslo_db.sqlalchemy.provision [req-a3e507c6-5780-4b71-9ba7-a94ab4322ab8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uaxpjiczfa 2019-06-07 06:10:34.041 10548 INFO oslo_db.sqlalchemy.provision [req-a3e507c6-5780-4b71-9ba7-a94ab4322ab8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_when_lb_pending_update [0.883880s] ... ok 2019-06-07 06:10:32.353 10547 INFO oslo_db.sqlalchemy.provision [req-96aa207f-4247-44c1-b2b6-bc2955501fdf - - - - -] CREATE BACKEND sqlite:// TOKEN voaskmcomf 2019-06-07 06:10:32.537 10547 INFO octavia.common.config [req-96aa207f-4247-44c1-b2b6-bc2955501fdf - - - - -] Logging enabled! 2019-06-07 06:10:32.538 10547 INFO octavia.common.config [req-96aa207f-4247-44c1-b2b6-bc2955501fdf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.598 10547 WARNING octavia.api.root_controller [req-96aa207f-4247-44c1-b2b6-bc2955501fdf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.618 10547 INFO octavia.api.v1.controllers.load_balancer [req-9ac459b6-663c-49e2-87e4-db782f2a7b15 - - - - -] Sending created Load Balancer fee62cf6-dfa7-423d-9a7c-da893d19dc4a to the handler 2019-06-07 06:10:32.697 10547 INFO octavia.api.v1.controllers.listener [req-0724b717-2d85-4a88-88a3-e1edacede7ee - - - - -] Sending Creation of Listener b18e29a1-aaa3-42ac-99d3-43afbca721fc to handler 2019-06-07 06:10:32.841 10547 INFO octavia.api.v1.controllers.pool [req-e24f3b74-f612-44d3-82a3-6a74529ac12f - - - - -] Sending Creation of Pool 733d3dd7-346a-40bf-9911-82282d937d4a to handler 2019-06-07 06:10:33.052 10547 INFO octavia.api.v1.controllers.l7policy [req-712d133a-fb28-402a-96dd-b0046f7c0230 - - - - -] Sending Creation of L7Policy c49c4b8e-40d5-420e-a73f-d00f66ea6dd9 to handler 2019-06-07 06:10:33.188 10547 ERROR octavia.api.v1.controllers.base [req-f1067b31-08ab-497d-857f-662cbd8ca398 - - - - -] Pool 11720259-a7e6-49b8-bead-4d35623f22e6 not found: None 2019-06-07 06:10:33.188 10547 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:33.188 10547 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:33.217 10547 INFO oslo_db.sqlalchemy.provision [req-f1067b31-08ab-497d-857f-662cbd8ca398 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.221 10547 INFO oslo_db.sqlalchemy.provision [req-f1067b31-08ab-497d-857f-662cbd8ca398 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN voaskmcomf 2019-06-07 06:10:33.222 10547 INFO oslo_db.sqlalchemy.provision [req-f1067b31-08ab-497d-857f-662cbd8ca398 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_pool_bad_pool_id [0.875930s] ... ok {7} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_with_pool [0.440650s] ... ok 2019-06-07 06:10:32.386 10554 INFO oslo_db.sqlalchemy.provision [req-bb4f40f5-a463-4b38-9812-b78a382ab0f1 - - - - -] CREATE BACKEND sqlite:// TOKEN oprjxrpjtm 2019-06-07 06:10:32.553 10554 INFO octavia.common.config [req-bb4f40f5-a463-4b38-9812-b78a382ab0f1 - - - - -] Logging enabled! 2019-06-07 06:10:32.554 10554 INFO octavia.common.config [req-bb4f40f5-a463-4b38-9812-b78a382ab0f1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.598 10554 WARNING octavia.api.root_controller [req-bb4f40f5-a463-4b38-9812-b78a382ab0f1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.633 10554 INFO oslo_db.sqlalchemy.provision [req-ef4d3403-a16c-436d-9756-11db8a996734 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.637 10554 INFO oslo_db.sqlalchemy.provision [req-ef4d3403-a16c-436d-9756-11db8a996734 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oprjxrpjtm 2019-06-07 06:10:32.637 10554 INFO oslo_db.sqlalchemy.provision [req-ef4d3403-a16c-436d-9756-11db8a996734 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_over_quota [0.257795s] ... ok 2019-06-07 06:10:32.697 10534 INFO oslo_db.sqlalchemy.provision [req-be450493-9ebd-4108-b350-f53db8db4533 - - - - -] CREATE BACKEND sqlite:// TOKEN tzzkpywjti 2019-06-07 06:10:32.860 10534 INFO octavia.common.config [req-be450493-9ebd-4108-b350-f53db8db4533 - - - - -] Logging enabled! 2019-06-07 06:10:32.861 10534 INFO octavia.common.config [req-be450493-9ebd-4108-b350-f53db8db4533 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.908 10534 WARNING octavia.api.root_controller [req-be450493-9ebd-4108-b350-f53db8db4533 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.936 10534 INFO octavia.api.v1.controllers.load_balancer [req-8a7e0a96-14ec-47b2-92f0-c01addc2aedb - - - - -] Sending created Load Balancer d3add71b-bfba-487a-ba00-a6f1af0436a6 to the handler 2019-06-07 06:10:33.018 10534 INFO octavia.api.v1.controllers.listener [req-1c1351b8-ef78-4ccf-88bf-124ba0aa0736 - - - - -] Sending Creation of Listener 88e0f434-0868-4275-95e0-478d02980ce4 to handler 2019-06-07 06:10:33.159 10534 INFO octavia.api.v1.controllers.pool [req-6e0bcd98-49f1-42f7-a4a5-29162685dca7 - - - - -] Sending Creation of Pool b4a0f744-744e-41a1-9fb7-36259404fb0b to handler 2019-06-07 06:10:33.383 10534 INFO octavia.api.v1.controllers.l7policy [req-d58e7340-2cea-4df1-93d7-1861e00990fe - - - - -] Sending Creation of L7Policy a90d8d69-6be8-4b28-b408-c691e754e1dd to handler 2019-06-07 06:10:33.631 10534 INFO oslo_db.sqlalchemy.provision [req-db1c73da-3246-4b00-889b-e62a2d28197e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.635 10534 INFO oslo_db.sqlalchemy.provision [req-db1c73da-3246-4b00-889b-e62a2d28197e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tzzkpywjti 2019-06-07 06:10:33.636 10534 INFO oslo_db.sqlalchemy.provision [req-db1c73da-3246-4b00-889b-e62a2d28197e - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_redirect_to_url [0.945752s] ... ok {28} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_delete_cert [0.028292s] ... ok 2019-06-07 06:10:35.039 10533 INFO oslo_db.sqlalchemy.provision [req-d621144b-842d-4db7-b110-534f880256a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.043 10533 INFO oslo_db.sqlalchemy.provision [req-d621144b-842d-4db7-b110-534f880256a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN drsqbfhfeg 2019-06-07 06:10:35.044 10533 INFO oslo_db.sqlalchemy.provision [req-d621144b-842d-4db7-b110-534f880256a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_sans_listener [1.232470s] ... ok 2019-06-07 06:10:32.487 10540 INFO oslo_db.sqlalchemy.provision [req-31216f17-45b6-401b-b4aa-8348bde71c73 - - - - -] CREATE BACKEND sqlite:// TOKEN flxszpqkrj 2019-06-07 06:10:32.681 10540 INFO octavia.common.config [req-31216f17-45b6-401b-b4aa-8348bde71c73 - - - - -] Logging enabled! 2019-06-07 06:10:32.682 10540 INFO octavia.common.config [req-31216f17-45b6-401b-b4aa-8348bde71c73 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.732 10540 WARNING octavia.api.root_controller [req-31216f17-45b6-401b-b4aa-8348bde71c73 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.768 10540 INFO octavia.api.v2.controllers.load_balancer [req-0043c5d4-729f-4d87-b173-d2a80f3dbac2 - - - - -] Sending created Load Balancer 455a88bf-498a-4d5e-8bc3-b061fb36516a to the handler 2019-06-07 06:10:32.861 10540 INFO octavia.api.v2.controllers.listener [req-9e9128df-60e3-4c5b-91e3-ffadbf998f12 - - - - -] Sending Creation of Listener 39d78383-d616-48e1-b82b-8701c3305b66 to handler 2019-06-07 06:10:32.994 10540 INFO octavia.api.v2.controllers.pool [req-32ff3dd4-185e-4301-8ca3-51080b66e9a9 - - - - -] Sending Creation of Pool eb25e7a1-9149-4f31-ba8d-93868e5e539b to handler 2019-06-07 06:10:33.242 10540 INFO octavia.api.v2.controllers.pool [req-68ee1373-5ddf-491b-8c5c-27613dc5b7f5 - - - - -] Sending Creation of Pool 371d8572-bff5-4e38-9b5a-a7cee0850ba4 to handler 2019-06-07 06:10:33.504 10540 INFO octavia.api.v2.controllers.health_monitor [req-30f011b1-db4c-4445-8d8d-3cd778087b54 - - - - -] Sending Creation of Health Monitor f16c91d2-028d-4399-9521-e676406a035b to handler 2019-06-07 06:10:33.732 10540 INFO oslo_db.sqlalchemy.provision [req-552b661a-f573-40ba-87a9-6e175f111b36 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.736 10540 INFO oslo_db.sqlalchemy.provision [req-552b661a-f573-40ba-87a9-6e175f111b36 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN flxszpqkrj 2019-06-07 06:10:33.737 10540 INFO oslo_db.sqlalchemy.provision [req-552b661a-f573-40ba-87a9-6e175f111b36 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:32.644 10554 INFO oslo_db.sqlalchemy.provision [req-ef4d3403-a16c-436d-9756-11db8a996734 - - - - -] CREATE BACKEND sqlite:// TOKEN dlgwjhwexr 2019-06-07 06:10:32.808 10554 INFO octavia.common.config [req-ef4d3403-a16c-436d-9756-11db8a996734 - - - - -] Logging enabled! 2019-06-07 06:10:32.809 10554 INFO octavia.common.config [req-ef4d3403-a16c-436d-9756-11db8a996734 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.855 10554 WARNING octavia.api.root_controller [req-ef4d3403-a16c-436d-9756-11db8a996734 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.887 10554 INFO oslo_db.sqlalchemy.provision [req-9b79629b-1e61-477b-b1e3-004e56fb2cca - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.891 10554 INFO oslo_db.sqlalchemy.provision [req-9b79629b-1e61-477b-b1e3-004e56fb2cca - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dlgwjhwexr 2019-06-07 06:10:32.891 10554 INFO oslo_db.sqlalchemy.provision [req-9b79629b-1e61-477b-b1e3-004e56fb2cca - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_long_description [0.253466s] ... ok 2019-06-07 06:10:34.048 10548 INFO oslo_db.sqlalchemy.provision [req-a3e507c6-5780-4b71-9ba7-a94ab4322ab8 - - - - -] CREATE BACKEND sqlite:// TOKEN fxibrrnzyp 2019-06-07 06:10:34.212 10548 INFO octavia.common.config [req-a3e507c6-5780-4b71-9ba7-a94ab4322ab8 - - - - -] Logging enabled! 2019-06-07 06:10:34.213 10548 INFO octavia.common.config [req-a3e507c6-5780-4b71-9ba7-a94ab4322ab8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.258 10548 WARNING octavia.api.root_controller [req-a3e507c6-5780-4b71-9ba7-a94ab4322ab8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.280 10548 INFO octavia.api.v1.controllers.load_balancer [req-d27dbaca-8118-4dd0-9b86-bf4dbbcc0057 - - - - -] Sending created Load Balancer c4da64de-8c01-426b-9d0f-1217779d7228 to the handler 2019-06-07 06:10:34.355 10548 INFO octavia.api.v1.controllers.pool [req-e000322c-7eb0-4ac7-a752-0161c7806170 - - - - -] Sending Creation of Pool 98ef4a14-89e1-4c3d-a313-64d1988885a0 to handler 2019-06-07 06:10:34.428 10548 INFO octavia.api.v1.controllers.load_balancer [req-e741c6a0-a1f4-4a4d-b04c-3432e1afde3c - - - - -] Sending created Load Balancer d612ca0b-3561-4691-83e3-952029bd1093 to the handler 2019-06-07 06:10:34.504 10548 INFO octavia.api.v1.controllers.listener [req-657a17a1-a83e-4929-acfc-806c2fe12aea - - - - -] Sending Creation of Listener 00731c96-2d11-4caa-b5c4-5d29b7190ed1 to handler 2019-06-07 06:10:34.605 10548 INFO octavia.api.v1.controllers.load_balancer [req-600bb1e1-d5b8-4cd5-9e08-dddd1e011c0d - - - - -] Sending deleted Load Balancer d612ca0b-3561-4691-83e3-952029bd1093 to the handler 2019-06-07 06:10:34.650 10548 INFO octavia.api.v1.controllers.listener [req-0ce5c0db-b1fa-4ceb-bfc4-daff337fd140 - - - - -] Load Balancer d612ca0b-3561-4691-83e3-952029bd1093 is immutable. 2019-06-07 06:10:34.690 10548 INFO oslo_db.sqlalchemy.provision [req-0ce5c0db-b1fa-4ceb-bfc4-daff337fd140 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.694 10548 INFO oslo_db.sqlalchemy.provision [req-0ce5c0db-b1fa-4ceb-bfc4-daff337fd140 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fxibrrnzyp 2019-06-07 06:10:34.695 10548 INFO oslo_db.sqlalchemy.provision [req-0ce5c0db-b1fa-4ceb-bfc4-daff337fd140 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete_pending_delete [0.653124s] ... ok 2019-06-07 06:10:33.644 10534 INFO oslo_db.sqlalchemy.provision [req-db1c73da-3246-4b00-889b-e62a2d28197e - - - - -] CREATE BACKEND sqlite:// TOKEN bqixjuortj 2019-06-07 06:10:33.811 10534 INFO octavia.common.config [req-db1c73da-3246-4b00-889b-e62a2d28197e - - - - -] Logging enabled! 2019-06-07 06:10:33.812 10534 INFO octavia.common.config [req-db1c73da-3246-4b00-889b-e62a2d28197e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.861 10534 WARNING octavia.api.root_controller [req-db1c73da-3246-4b00-889b-e62a2d28197e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.883 10534 INFO octavia.api.v1.controllers.load_balancer [req-843e6def-cf8e-466d-9d61-bb7a8cdb3b85 - - - - -] Sending created Load Balancer 4589c75b-8a1d-49d1-8a7f-250802839c1e to the handler 2019-06-07 06:10:33.962 10534 INFO octavia.api.v1.controllers.listener [req-d7fa6570-d3be-40d8-aa30-bcbc801fea28 - - - - -] Sending Creation of Listener d3665ad4-15fb-46be-8971-ed752f1cfe1b to handler 2019-06-07 06:10:34.094 10534 INFO octavia.api.v1.controllers.pool [req-5ac1c52c-18de-4271-8478-1d98402c76ff - - - - -] Sending Creation of Pool 4316d2d2-d6c7-42c6-92d6-736819cee830 to handler 2019-06-07 06:10:34.294 10534 INFO octavia.api.v1.controllers.l7policy [req-1d4d93a2-b84e-42c5-8970-36ead51098ff - - - - -] Sending Creation of L7Policy cc4b4e6f-b33c-4a7b-a78c-56c7564112ed to handler 2019-06-07 06:10:34.479 10534 INFO octavia.api.v1.controllers.l7policy [req-972134fc-73f5-46e1-a360-a602349779d4 - - - - -] Sending Update of L7Policy cc4b4e6f-b33c-4a7b-a78c-56c7564112ed to handler 2019-06-07 06:10:34.746 10534 INFO oslo_db.sqlalchemy.provision [req-4f625a0e-def0-401b-afa8-9ee19d3fc7d6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.750 10534 INFO oslo_db.sqlalchemy.provision [req-4f625a0e-def0-401b-afa8-9ee19d3fc7d6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bqixjuortj 2019-06-07 06:10:34.751 10534 INFO oslo_db.sqlalchemy.provision [req-4f625a0e-def0-401b-afa8-9ee19d3fc7d6 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:33.211 10535 INFO oslo_db.sqlalchemy.provision [req-ac6c7eb7-54ec-4137-88d2-110c3c371ec3 - - - - -] CREATE BACKEND sqlite:// TOKEN crpsitxndv 2019-06-07 06:10:33.374 10535 INFO octavia.common.config [req-ac6c7eb7-54ec-4137-88d2-110c3c371ec3 - - - - -] Logging enabled! 2019-06-07 06:10:33.375 10535 INFO octavia.common.config [req-ac6c7eb7-54ec-4137-88d2-110c3c371ec3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.420 10535 WARNING octavia.api.root_controller [req-ac6c7eb7-54ec-4137-88d2-110c3c371ec3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.441 10535 INFO octavia.api.v1.controllers.load_balancer [req-80a40471-ef42-44a0-a7a2-776b38e25036 - - - - -] Sending created Load Balancer f4744729-58fa-4278-87db-43005f7d8422 to the handler 2019-06-07 06:10:33.461 10535 INFO octavia.api.v1.controllers.load_balancer [req-bb2a4eb1-02a3-4b72-8022-dbfff08ec8b1 - - - - -] Sending created Load Balancer ded2f630-b7bd-4b4e-b9c9-af900f72c164 to the handler 2019-06-07 06:10:33.480 10535 INFO octavia.api.v1.controllers.load_balancer [req-c5f73508-d159-4539-afe3-23c1b9de246d - - - - -] Sending created Load Balancer bb14a6c6-3823-4dcf-8aa0-2ec8a7996a26 to the handler 2019-06-07 06:10:33.545 10535 INFO oslo_db.sqlalchemy.provision [req-c4e5c8a6-d8f7-421b-bde1-7d4d58b08197 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.549 10535 INFO oslo_db.sqlalchemy.provision [req-c4e5c8a6-d8f7-421b-bde1-7d4d58b08197 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN crpsitxndv 2019-06-07 06:10:33.549 10535 INFO oslo_db.sqlalchemy.provision [req-c4e5c8a6-d8f7-421b-bde1-7d4d58b08197 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get [1.256756s] ... ok 2019-06-07 06:10:33.745 10544 INFO oslo_db.sqlalchemy.provision [req-feb94b1f-3005-4a01-9eda-1fd7deb26e5f - - - - -] CREATE BACKEND sqlite:// TOKEN xjxrabxvqj 2019-06-07 06:10:33.908 10544 INFO octavia.common.config [req-feb94b1f-3005-4a01-9eda-1fd7deb26e5f - - - - -] Logging enabled! 2019-06-07 06:10:33.909 10544 INFO octavia.common.config [req-feb94b1f-3005-4a01-9eda-1fd7deb26e5f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.953 10544 WARNING octavia.api.root_controller [req-feb94b1f-3005-4a01-9eda-1fd7deb26e5f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.974 10544 INFO octavia.api.v1.controllers.load_balancer [req-4054b921-9434-46aa-9598-3fc954c579fd - - - - -] Sending created Load Balancer 07932f35-8147-4009-aee7-7fa49a1c5a38 to the handler 2019-06-07 06:10:34.044 10544 INFO octavia.api.v1.controllers.listener [req-f7c12897-3b46-422c-8c94-60513cd29343 - - - - -] Sending Creation of Listener 4af5b236-c5e3-4831-9caf-a01f128b9d00 to handler 2019-06-07 06:10:34.165 10544 INFO octavia.api.v1.controllers.pool [req-51ae1305-2238-433a-a2c8-d0e295cb45f3 - - - - -] Sending Creation of Pool c3b6bcde-170d-4d49-9fda-c1db56305e22 to handler 2019-06-07 06:10:34.358 10544 INFO octavia.api.v1.controllers.pool [req-44b8e39b-71b0-4d15-b216-f1da1296d505 - - - - -] Sending Creation of Pool 2f10ff5d-4ddb-496a-9aa0-d612f9d64428 to handler 2019-06-07 06:10:34.540 10544 INFO oslo_db.sqlalchemy.provision [req-a57ca76c-aa27-4d02-abdf-b4597fd723cd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.544 10544 INFO oslo_db.sqlalchemy.provision [req-a57ca76c-aa27-4d02-abdf-b4597fd723cd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xjxrabxvqj 2019-06-07 06:10:34.545 10544 INFO oslo_db.sqlalchemy.provision [req-a57ca76c-aa27-4d02-abdf-b4597fd723cd - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_bad_subnet [0.806042s] ... ok 2019-06-07 06:10:34.948 10537 INFO oslo_db.sqlalchemy.provision [req-a94e0fbe-9908-497b-910e-472cf10fcb14 - - - - -] CREATE BACKEND sqlite:// TOKEN pihocazlux 2019-06-07 06:10:35.110 10537 INFO octavia.common.config [req-a94e0fbe-9908-497b-910e-472cf10fcb14 - - - - -] Logging enabled! 2019-06-07 06:10:35.111 10537 INFO octavia.common.config [req-a94e0fbe-9908-497b-910e-472cf10fcb14 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.156 10537 WARNING octavia.api.root_controller [req-a94e0fbe-9908-497b-910e-472cf10fcb14 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.216 10537 INFO octavia.api.v1.controllers.load_balancer [req-3e4072c5-bfff-4622-ae72-7ea286fc0db5 - - - - -] Sending full load balancer configuration ab15314b-58ce-4b42-8790-cff2e8cd83fe to the handler 2019-06-07 06:10:35.246 10537 INFO oslo_db.sqlalchemy.provision [req-3e4072c5-bfff-4622-ae72-7ea286fc0db5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.249 10537 INFO oslo_db.sqlalchemy.provision [req-3e4072c5-bfff-4622-ae72-7ea286fc0db5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pihocazlux 2019-06-07 06:10:35.250 10537 INFO oslo_db.sqlalchemy.provision [req-3e4072c5-bfff-4622-ae72-7ea286fc0db5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_sni_containers [0.308858s] ... ok {7} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get_all [0.344384s] ... ok 2019-06-07 06:10:35.050 10533 INFO oslo_db.sqlalchemy.provision [req-d621144b-842d-4db7-b110-534f880256a2 - - - - -] CREATE BACKEND sqlite:// TOKEN rbfbqnmbyv 2019-06-07 06:10:35.210 10533 INFO octavia.common.config [req-d621144b-842d-4db7-b110-534f880256a2 - - - - -] Logging enabled! 2019-06-07 06:10:35.211 10533 INFO octavia.common.config [req-d621144b-842d-4db7-b110-534f880256a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.256 10533 WARNING octavia.api.root_controller [req-d621144b-842d-4db7-b110-534f880256a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.277 10533 INFO octavia.api.v1.controllers.load_balancer [req-33442163-fdbb-4574-979f-c757311dd046 - - - - -] Sending created Load Balancer 6cb1765d-f22a-49d5-a5e3-aef9bf5db30d to the handler 2019-06-07 06:10:35.348 10533 INFO octavia.api.v1.controllers.listener [req-ac9ab865-7869-4b03-a7b1-c28ab21161eb - - - - -] Sending Creation of Listener 864f466e-2fe6-43f7-ab84-6e071a87f8a6 to handler 2019-06-07 06:10:35.469 10533 INFO octavia.api.v1.controllers.pool [req-aee967bc-5a14-45ff-8b93-97f5b5065ea5 - - - - -] Sending Creation of Pool b3e179f0-f29a-41ea-bed1-a1dcc3a62942 to handler 2019-06-07 06:10:35.665 10533 INFO octavia.api.v1.controllers.pool [req-cf9d2379-3fdd-4ac1-a385-300a73febb99 - - - - -] Sending Creation of Pool 33c2dd28-e75d-4832-b493-1062fbbd8bbb to handler 2019-06-07 06:10:35.830 10533 INFO octavia.api.v1.controllers.load_balancer [req-40226730-d5f4-4e82-a8e3-748bb3f69b7c - - - - -] Sending deleted Load Balancer 6cb1765d-f22a-49d5-a5e3-aef9bf5db30d to the handler 2019-06-07 06:10:35.934 10533 INFO octavia.api.v1.controllers.health_monitor [req-16813a72-7345-4e90-968c-478091d066d4 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:35.970 10533 INFO oslo_db.sqlalchemy.provision [req-16813a72-7345-4e90-968c-478091d066d4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.974 10533 INFO oslo_db.sqlalchemy.provision [req-16813a72-7345-4e90-968c-478091d066d4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rbfbqnmbyv 2019-06-07 06:10:35.975 10533 INFO oslo_db.sqlalchemy.provision [req-16813a72-7345-4e90-968c-478091d066d4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_delete [0.931088s] ... ok {6} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update [1.113837s] ... ok 2019-06-07 06:10:33.237 10547 INFO oslo_db.sqlalchemy.provision [req-f1067b31-08ab-497d-857f-662cbd8ca398 - - - - -] CREATE BACKEND sqlite:// TOKEN hfjqwcofqk 2019-06-07 06:10:33.444 10547 INFO octavia.common.config [req-f1067b31-08ab-497d-857f-662cbd8ca398 - - - - -] Logging enabled! 2019-06-07 06:10:33.445 10547 INFO octavia.common.config [req-f1067b31-08ab-497d-857f-662cbd8ca398 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.512 10547 WARNING octavia.api.root_controller [req-f1067b31-08ab-497d-857f-662cbd8ca398 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.539 10547 INFO octavia.api.v1.controllers.load_balancer [req-27649d75-51a6-4604-8e63-12768c2bda0b - - - - -] Sending created Load Balancer f36f4046-d04a-4549-ade5-ab001f029be4 to the handler 2019-06-07 06:10:33.619 10547 INFO octavia.api.v1.controllers.listener [req-d391f458-cfbd-4cc9-9935-590113dfa65f - - - - -] Sending Creation of Listener bb7d9804-b3ce-43bb-8e1a-d2412b336aa9 to handler 2019-06-07 06:10:33.789 10547 INFO octavia.api.v1.controllers.l7policy [req-a0fc98f4-7f79-4b00-a775-10a3e3f6c450 - - - - -] Sending Creation of L7Policy 91268428-fabc-4789-8c28-a3e6af7d1f7a to handler 2019-06-07 06:10:33.970 10547 INFO octavia.api.v1.controllers.l7rule [req-1dbbbc21-0740-4a83-b29a-4773349a4be0 - - - - -] Sending Creation of L7Rule f7aff775-2ac8-4e2e-8786-2971a0b6ac51 to handler 2019-06-07 06:10:34.170 10547 INFO oslo_db.sqlalchemy.provision [req-1282889c-a291-49e8-8239-b1f695b59a7e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.174 10547 INFO oslo_db.sqlalchemy.provision [req-1282889c-a291-49e8-8239-b1f695b59a7e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hfjqwcofqk 2019-06-07 06:10:34.174 10547 INFO oslo_db.sqlalchemy.provision [req-1282889c-a291-49e8-8239-b1f695b59a7e - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:33.746 10540 INFO oslo_db.sqlalchemy.provision [req-552b661a-f573-40ba-87a9-6e175f111b36 - - - - -] CREATE BACKEND sqlite:// TOKEN txmdrjmoix 2019-06-07 06:10:33.914 10540 INFO octavia.common.config [req-552b661a-f573-40ba-87a9-6e175f111b36 - - - - -] Logging enabled! 2019-06-07 06:10:33.915 10540 INFO octavia.common.config [req-552b661a-f573-40ba-87a9-6e175f111b36 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.963 10540 WARNING octavia.api.root_controller [req-552b661a-f573-40ba-87a9-6e175f111b36 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.989 10540 INFO octavia.api.v2.controllers.load_balancer [req-5530b0c4-6409-4efc-92ac-bc82a3515ed3 - - - - -] Sending created Load Balancer 9a32ab04-ba12-49e3-b666-e951a6e3dcbf to the handler 2019-06-07 06:10:34.074 10540 INFO octavia.api.v2.controllers.listener [req-0d7e1378-3b0b-4f0d-bc47-7ac7f29da9b4 - - - - -] Sending Creation of Listener 864d3c0d-ddf8-49b4-9c3d-917a7f96d0f5 to handler 2019-06-07 06:10:34.208 10540 INFO octavia.api.v2.controllers.pool [req-35c96932-923f-4809-bd19-7bfb9a8c4dbb - - - - -] Sending Creation of Pool a88963b6-79e5-4e78-836f-33f9c658304c to handler 2019-06-07 06:10:34.392 10540 INFO oslo_db.sqlalchemy.provision [req-ab5b4666-22f5-480f-8d8b-ca23a73345d1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.396 10540 INFO oslo_db.sqlalchemy.provision [req-ab5b4666-22f5-480f-8d8b-ca23a73345d1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN txmdrjmoix 2019-06-07 06:10:34.396 10540 INFO oslo_db.sqlalchemy.provision [req-ab5b4666-22f5-480f-8d8b-ca23a73345d1 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:33.247 10532 INFO oslo_db.sqlalchemy.provision [req-b4b3775f-9407-4191-9e74-4a893cf53a94 - - - - -] CREATE BACKEND sqlite:// TOKEN kliyjfmxlf 2019-06-07 06:10:33.444 10532 INFO octavia.common.config [req-b4b3775f-9407-4191-9e74-4a893cf53a94 - - - - -] Logging enabled! 2019-06-07 06:10:33.445 10532 INFO octavia.common.config [req-b4b3775f-9407-4191-9e74-4a893cf53a94 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.491 10532 WARNING octavia.api.root_controller [req-b4b3775f-9407-4191-9e74-4a893cf53a94 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.517 10532 INFO octavia.api.v1.controllers.load_balancer [req-eac18334-4a4d-4a5d-b0e7-c446808b1711 - - - - -] Sending created Load Balancer f7eb9afa-db9b-4f57-907e-d30965187fd9 to the handler 2019-06-07 06:10:33.605 10532 INFO octavia.api.v1.controllers.pool [req-2410ce0e-cda3-4725-b1f2-5487415bebe0 - - - - -] Sending Creation of Pool 07dab84a-729b-43ea-a80e-1dd9542d0514 to handler 2019-06-07 06:10:33.683 10532 INFO octavia.api.v1.controllers.load_balancer [req-54985b17-11df-41c7-91a5-296aa338bb4c - - - - -] Sending created Load Balancer 303061d8-7207-449b-8861-a05e0e8f5085 to the handler 2019-06-07 06:10:33.772 10532 INFO octavia.api.v1.controllers.listener [req-3f73f6b3-c76c-4190-8294-629c2b6ab34d - - - - -] Sending Creation of Listener 03b89fa2-8f17-497d-904f-fa9a82add090 to handler 2019-06-07 06:10:33.895 10532 INFO octavia.api.v1.controllers.load_balancer [req-a426fb32-e6fd-465d-b395-5504fb47cd56 - - - - -] Sending updated Load Balancer 303061d8-7207-449b-8861-a05e0e8f5085 to the handler 2019-06-07 06:10:33.949 10532 INFO octavia.api.v1.controllers.listener [req-23572247-0d21-4a96-8767-b91317228d8f - - - - -] Load Balancer 303061d8-7207-449b-8861-a05e0e8f5085 is immutable. 2019-06-07 06:10:33.997 10532 INFO oslo_db.sqlalchemy.provision [req-23572247-0d21-4a96-8767-b91317228d8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.002 10532 INFO oslo_db.sqlalchemy.provision [req-23572247-0d21-4a96-8767-b91317228d8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kliyjfmxlf 2019-06-07 06:10:34.002 10532 INFO oslo_db.sqlalchemy.provision [req-23572247-0d21-4a96-8767-b91317228d8f - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:34.759 10534 INFO oslo_db.sqlalchemy.provision [req-4f625a0e-def0-401b-afa8-9ee19d3fc7d6 - - - - -] CREATE BACKEND sqlite:// TOKEN awezkdnmdr 2019-06-07 06:10:34.924 10534 INFO octavia.common.config [req-4f625a0e-def0-401b-afa8-9ee19d3fc7d6 - - - - -] Logging enabled! 2019-06-07 06:10:34.925 10534 INFO octavia.common.config [req-4f625a0e-def0-401b-afa8-9ee19d3fc7d6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.970 10534 WARNING octavia.api.root_controller [req-4f625a0e-def0-401b-afa8-9ee19d3fc7d6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.991 10534 INFO octavia.api.v1.controllers.load_balancer [req-be1e475e-9da4-41b9-aec3-e1fd6d394ac4 - - - - -] Sending created Load Balancer a543f135-0361-4bb6-b8a6-14367a00347a to the handler 2019-06-07 06:10:35.064 10534 INFO octavia.api.v1.controllers.listener [req-d16fcf8f-a684-47a2-ac31-7f5bf12eacce - - - - -] Sending Creation of Listener 08988815-aa8e-48c2-8954-09cf6f99f385 to handler 2019-06-07 06:10:35.227 10534 INFO octavia.api.v1.controllers.l7policy [req-a3767370-d6fc-4dab-8243-699a7529ffa0 - - - - -] Sending Creation of L7Policy 53d7600a-29e0-455e-b76a-e113da64f619 to handler 2019-06-07 06:10:35.389 10534 INFO octavia.api.v1.controllers.l7rule [req-8e725a82-6667-4ddd-802f-1a3af3d9ea60 - - - - -] Sending Creation of L7Rule 59ca266d-2a73-4c96-bb70-3b423b278faf to handler 2019-06-07 06:10:35.507 10534 INFO octavia.api.v1.controllers.l7rule [req-ee3988eb-571e-427f-89b8-6952bc413bf9 - - - - -] Sending Update of L7Rule 59ca266d-2a73-4c96-bb70-3b423b278faf to handler 2019-06-07 06:10:35.737 10534 INFO oslo_db.sqlalchemy.provision [req-229c105c-84bc-4f3f-b33e-d7af0d03ee22 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.741 10534 INFO oslo_db.sqlalchemy.provision [req-229c105c-84bc-4f3f-b33e-d7af0d03ee22 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN awezkdnmdr 2019-06-07 06:10:35.741 10534 INFO oslo_db.sqlalchemy.provision [req-229c105c-84bc-4f3f-b33e-d7af0d03ee22 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update [0.989695s] ... ok {19} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_with_invalid_rule [0.952233s] ... ok 2019-06-07 06:10:35.258 10537 INFO oslo_db.sqlalchemy.provision [req-3e4072c5-bfff-4622-ae72-7ea286fc0db5 - - - - -] CREATE BACKEND sqlite:// TOKEN nctqlpiayr 2019-06-07 06:10:35.420 10537 INFO octavia.common.config [req-3e4072c5-bfff-4622-ae72-7ea286fc0db5 - - - - -] Logging enabled! 2019-06-07 06:10:35.420 10537 INFO octavia.common.config [req-3e4072c5-bfff-4622-ae72-7ea286fc0db5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.466 10537 WARNING octavia.api.root_controller [req-3e4072c5-bfff-4622-ae72-7ea286fc0db5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.488 10537 INFO octavia.api.v1.controllers.load_balancer [req-4d499f07-0f8c-4e1b-925d-07db3d024753 - - - - -] Sending created Load Balancer 6e690f69-e689-4826-b8a8-6ea2422d42e2 to the handler 2019-06-07 06:10:35.567 10537 INFO octavia.api.v1.controllers.listener [req-c1fca4d5-60ce-4a50-bc00-613467092f69 - - - - -] Sending Creation of Listener 5acf8c2a-ff69-4053-9932-5487912c0c5d to handler 2019-06-07 06:10:35.722 10537 INFO oslo_db.sqlalchemy.provision [req-3e1bee48-830b-445d-8c83-0f9f69e357fd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.726 10537 INFO oslo_db.sqlalchemy.provision [req-3e1bee48-830b-445d-8c83-0f9f69e357fd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nctqlpiayr 2019-06-07 06:10:35.727 10537 INFO oslo_db.sqlalchemy.provision [req-3e1bee48-830b-445d-8c83-0f9f69e357fd - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v1.test_pool.TestPool.test_empty_get_all [0.475341s] ... ok 2019-06-07 06:10:32.899 10554 INFO oslo_db.sqlalchemy.provision [req-9b79629b-1e61-477b-b1e3-004e56fb2cca - - - - -] CREATE BACKEND sqlite:// TOKEN hdcplaotvj 2019-06-07 06:10:33.060 10554 INFO octavia.common.config [req-9b79629b-1e61-477b-b1e3-004e56fb2cca - - - - -] Logging enabled! 2019-06-07 06:10:33.061 10554 INFO octavia.common.config [req-9b79629b-1e61-477b-b1e3-004e56fb2cca - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.105 10554 WARNING octavia.api.root_controller [req-9b79629b-1e61-477b-b1e3-004e56fb2cca - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.126 10554 INFO octavia.api.v1.controllers.load_balancer [req-29973eb0-d009-4e48-bad6-56fb20d3e1cb - - - - -] Sending created Load Balancer d724a8a6-4eb3-4dd5-bcd9-09426af53014 to the handler 2019-06-07 06:10:33.196 10554 INFO octavia.api.v1.controllers.listener [req-713ad79e-4abf-41d0-8f7d-b494dc56861b - - - - -] Sending Creation of Listener 87f20014-6176-4aeb-b346-a0da498f7a35 to handler 2019-06-07 06:10:33.318 10554 INFO octavia.api.v1.controllers.pool [req-f6d2718e-6b6f-4deb-8151-4a654da24580 - - - - -] Sending Creation of Pool 382614b2-b653-4929-8a91-6a7437885acb to handler 2019-06-07 06:10:33.522 10554 INFO octavia.api.v1.controllers.pool [req-754d8300-6bbc-4420-8a95-53d2f5ab379b - - - - -] Sending Creation of Pool 1eb9edad-2279-41dc-9e5f-146243015362 to handler 2019-06-07 06:10:33.715 10554 INFO oslo_db.sqlalchemy.provision [req-77eb41ea-67ba-43f5-8243-34366cfee03c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.719 10554 INFO oslo_db.sqlalchemy.provision [req-77eb41ea-67ba-43f5-8243-34366cfee03c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hdcplaotvj 2019-06-07 06:10:33.720 10554 INFO oslo_db.sqlalchemy.provision [req-77eb41ea-67ba-43f5-8243-34366cfee03c - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v1.test_member.TestMember.test_create_over_quota [0.844694s] ... ok 2019-06-07 06:10:30.485 10556 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.486 10556 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.211 10556 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.263 10556 INFO octavia.api.v1.controllers.load_balancer [req-d2bd7213-c999-42e0-a054-f95256316852 - - - - -] Sending created Load Balancer 385c96fd-6032-4d4a-872d-6b78361bfb6b to the handler 2019-06-07 06:10:31.354 10556 INFO octavia.api.v1.controllers.listener [req-c83871d1-1967-4ee5-a140-46425390b545 - - - - -] Sending Creation of Listener 2d5c1f5b-acaf-45b9-8713-a9c0ab446b06 to handler 2019-06-07 06:10:31.487 10556 INFO octavia.api.v1.controllers.pool [req-edfcdc20-b550-443a-8050-7cc922577a76 - - - - -] Sending Creation of Pool b72b44b4-19b8-41bc-b7dc-e180d2cae81b to handler 2019-06-07 06:10:31.699 10556 INFO octavia.api.v1.controllers.pool [req-a20bec4f-b01c-46cb-8a61-bc13ce155f9e - - - - -] Sending Creation of Pool 8299d7bb-142b-48a8-9a0c-1f3bf850f8ed to handler 2019-06-07 06:10:31.919 10556 INFO octavia.api.v1.controllers.health_monitor [req-b2d64734-4542-4101-a415-2193be59985a - - - - -] Sending Creation of Health Monitor for Pool b72b44b4-19b8-41bc-b7dc-e180d2cae81b to handler 2019-06-07 06:10:32.056 10556 INFO octavia.api.v1.controllers.load_balancer [req-14219b49-e5b9-4f37-8360-d3bb0523844f - - - - -] Sending updated Load Balancer 385c96fd-6032-4d4a-872d-6b78361bfb6b to the handler 2019-06-07 06:10:32.153 10556 INFO octavia.api.v1.controllers.health_monitor [req-3130d4f1-31ff-4b5b-ade7-97c0a7b5d8eb - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:32.213 10556 INFO oslo_db.sqlalchemy.provision [req-3130d4f1-31ff-4b5b-ade7-97c0a7b5d8eb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.216 10556 INFO oslo_db.sqlalchemy.provision [req-3130d4f1-31ff-4b5b-ade7-97c0a7b5d8eb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gjpdcyifnh 2019-06-07 06:10:32.217 10556 INFO oslo_db.sqlalchemy.provision [req-3130d4f1-31ff-4b5b-ade7-97c0a7b5d8eb - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:31.966 10559 INFO oslo_db.sqlalchemy.provision [req-01d6bbff-aa05-4613-9b33-ce6f557dadae - - - - -] CREATE BACKEND sqlite:// TOKEN qqxpvnixbm 2019-06-07 06:10:32.127 10559 INFO octavia.common.config [req-01d6bbff-aa05-4613-9b33-ce6f557dadae - - - - -] Logging enabled! 2019-06-07 06:10:32.128 10559 INFO octavia.common.config [req-01d6bbff-aa05-4613-9b33-ce6f557dadae - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.175 10559 WARNING octavia.api.root_controller [req-01d6bbff-aa05-4613-9b33-ce6f557dadae - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.197 10559 INFO octavia.api.v1.controllers.load_balancer [req-06ade89c-cc81-4d25-b985-d1f97790388d - - - - -] Sending created Load Balancer 3939d4d1-2241-44e3-a65c-eef913fcc72a to the handler 2019-06-07 06:10:32.282 10559 INFO octavia.api.v1.controllers.listener [req-646a1bdf-7223-4f20-9631-f6863eca343c - - - - -] Sending Creation of Listener 1c6669f3-046a-4410-8dd7-79cb26836386 to handler 2019-06-07 06:10:32.411 10559 INFO octavia.api.v1.controllers.pool [req-d9c651fb-5d8b-4e7c-af1a-8c7724f13c58 - - - - -] Sending Creation of Pool e8c76e1a-66d2-4103-9648-e95ee3ec409d to handler 2019-06-07 06:10:32.615 10559 INFO octavia.api.v1.controllers.l7policy [req-ead9967b-b8b0-47a6-9443-6cbd6004a0a1 - - - - -] Sending Creation of L7Policy 0b4cafbc-cfa2-4c7e-8a77-6af10187905e to handler 2019-06-07 06:10:32.689 10559 INFO oslo_db.sqlalchemy.provision [req-6def0d51-dd3e-445e-ae61-ca8fbf25e31c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.692 10559 INFO oslo_db.sqlalchemy.provision [req-6def0d51-dd3e-445e-ae61-ca8fbf25e31c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qqxpvnixbm 2019-06-07 06:10:32.693 10559 INFO oslo_db.sqlalchemy.provision [req-6def0d51-dd3e-445e-ae61-ca8fbf25e31c - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_update_redirect_to_url [0.733373s] ... ok 2019-06-07 06:10:33.558 10535 INFO oslo_db.sqlalchemy.provision [req-c4e5c8a6-d8f7-421b-bde1-7d4d58b08197 - - - - -] CREATE BACKEND sqlite:// TOKEN ovfjlhqkmu 2019-06-07 06:10:33.725 10535 INFO octavia.common.config [req-c4e5c8a6-d8f7-421b-bde1-7d4d58b08197 - - - - -] Logging enabled! 2019-06-07 06:10:33.726 10535 INFO octavia.common.config [req-c4e5c8a6-d8f7-421b-bde1-7d4d58b08197 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.774 10535 WARNING octavia.api.root_controller [req-c4e5c8a6-d8f7-421b-bde1-7d4d58b08197 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.795 10535 INFO octavia.api.v1.controllers.load_balancer [req-fe623d22-95fe-4a2d-b728-75c52e74af4d - - - - -] Sending created Load Balancer 1295bfca-7c8a-48b9-92a4-a2ddb2cbf441 to the handler 2019-06-07 06:10:33.866 10535 INFO octavia.api.v1.controllers.listener [req-7d5e9618-cfea-4b47-8f35-cce7f9b7fd6c - - - - -] Sending Creation of Listener 595a0cac-f96a-4d23-bbbc-fb8d75535380 to handler 2019-06-07 06:10:34.076 10535 INFO octavia.api.v1.controllers.pool [req-c9b6361a-ed80-4388-82b1-72a46f9a52ee - - - - -] Sending Creation of Pool deddd2b7-fac1-4a59-9138-381f260f492c to handler 2019-06-07 06:10:34.230 10535 INFO oslo_db.sqlalchemy.provision [req-07e1b74e-ad30-4c8b-969a-399196ab4c7d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.233 10535 INFO oslo_db.sqlalchemy.provision [req-07e1b74e-ad30-4c8b-969a-399196ab4c7d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ovfjlhqkmu 2019-06-07 06:10:34.234 10535 INFO oslo_db.sqlalchemy.provision [req-07e1b74e-ad30-4c8b-969a-399196ab4c7d - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_bad_handler [0.683420s] ... ok 2019-06-07 06:10:35.985 10533 INFO oslo_db.sqlalchemy.provision [req-16813a72-7345-4e90-968c-478091d066d4 - - - - -] CREATE BACKEND sqlite:// TOKEN myvfnhjybo 2019-06-07 06:10:36.156 10533 INFO octavia.common.config [req-16813a72-7345-4e90-968c-478091d066d4 - - - - -] Logging enabled! 2019-06-07 06:10:36.157 10533 INFO octavia.common.config [req-16813a72-7345-4e90-968c-478091d066d4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.204 10533 WARNING octavia.api.root_controller [req-16813a72-7345-4e90-968c-478091d066d4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.227 10533 INFO octavia.api.v1.controllers.load_balancer [req-dc30b370-a472-481a-8874-169e9d8490c6 - - - - -] Sending created Load Balancer 883aaa9e-7466-46bb-8b4d-06aaa306afab to the handler 2019-06-07 06:10:36.480 10533 INFO octavia.api.v1.controllers.pool [req-191c3962-68cc-4478-b00a-07eb8aa7e789 - - - - -] Sending Creation of Pool b38bb2a8-49fb-482f-a409-2a69e2ab4716 to handler 2019-06-07 06:10:33.867 10538 INFO oslo_db.sqlalchemy.provision [req-8f3a3a21-b180-4d75-aa4a-cb1652d51556 - - - - -] CREATE BACKEND sqlite:// TOKEN bqgeudnueb 2019-06-07 06:10:34.035 10538 INFO octavia.common.config [req-8f3a3a21-b180-4d75-aa4a-cb1652d51556 - - - - -] Logging enabled! 2019-06-07 06:10:34.036 10538 INFO octavia.common.config [req-8f3a3a21-b180-4d75-aa4a-cb1652d51556 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.082 10538 WARNING octavia.api.root_controller [req-8f3a3a21-b180-4d75-aa4a-cb1652d51556 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.103 10538 INFO octavia.api.v1.controllers.load_balancer [req-d565db5d-46c9-4288-962b-2e6998919b35 - - - - -] Sending created Load Balancer 3c1144e3-a142-4d83-a1cd-e0a40fc6e137 to the handler 2019-06-07 06:10:34.182 10538 INFO octavia.api.v1.controllers.listener [req-d1e45988-3684-430e-8f90-fadd1b7fb959 - - - - -] Sending Creation of Listener dd0a04e5-b365-46c5-b3d4-9f99cf3555a9 to handler 2019-06-07 06:10:34.315 10538 INFO octavia.api.v1.controllers.pool [req-442106ee-6352-4e5c-a265-eb004e41b315 - - - - -] Sending Creation of Pool b2d66dd4-3c43-4535-8849-f8ee4f227cac to handler 2019-06-07 06:10:34.530 10538 INFO octavia.api.v1.controllers.pool [req-76f618c2-b71a-48d9-bacc-76cb8773ce77 - - - - -] Sending Creation of Pool 3b661a3d-1f42-47cf-978b-47ea3ad7f1c0 to handler 2019-06-07 06:10:34.750 10538 INFO octavia.api.v1.controllers.member [req-8120da49-bc24-463e-95ae-311d6dc13d0c - - - - -] Sending Creation of Member 880003b1-48b0-42ce-9a53-575057918591 to handler 2019-06-07 06:10:35.044 10538 INFO oslo_db.sqlalchemy.provision [req-fa509789-0a1a-4d0f-82dd-53c2767ce88e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.048 10538 INFO oslo_db.sqlalchemy.provision [req-fa509789-0a1a-4d0f-82dd-53c2767ce88e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bqgeudnueb 2019-06-07 06:10:35.048 10538 INFO oslo_db.sqlalchemy.provision [req-fa509789-0a1a-4d0f-82dd-53c2767ce88e - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_member.TestMember.test_create_sans_listener [1.188454s] ... ok 2019-06-07 06:10:33.035 10555 INFO oslo_db.sqlalchemy.provision [req-5227bf02-adfb-4cd1-8fb1-ebd319b78c89 - - - - -] CREATE BACKEND sqlite:// TOKEN qbvxqfufts 2019-06-07 06:10:33.198 10555 INFO octavia.common.config [req-5227bf02-adfb-4cd1-8fb1-ebd319b78c89 - - - - -] Logging enabled! 2019-06-07 06:10:33.199 10555 INFO octavia.common.config [req-5227bf02-adfb-4cd1-8fb1-ebd319b78c89 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.244 10555 WARNING octavia.api.root_controller [req-5227bf02-adfb-4cd1-8fb1-ebd319b78c89 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.267 10555 INFO octavia.api.v1.controllers.load_balancer [req-2492e5ff-3992-4884-a947-1a88818abd3e - - - - -] Sending created Load Balancer 15ef4924-0208-48d9-a229-d30533a2524f to the handler 2019-06-07 06:10:33.339 10555 INFO octavia.api.v1.controllers.listener [req-0c1a279a-c41b-4108-b1a3-f8a3974b3b1b - - - - -] Sending Creation of Listener a5de28f8-5ef4-457b-b27f-3a742def399b to handler 2019-06-07 06:10:33.513 10555 INFO octavia.api.v1.controllers.pool [req-fdd20eb7-4b5c-4997-8ee9-a6f88dd330f2 - - - - -] Sending Creation of Pool d63d2b85-9038-464d-80bf-5c39028fc959 to handler 2019-06-07 06:10:33.722 10555 INFO octavia.api.v1.controllers.pool [req-ef964735-c691-4c0e-99cb-9c57698d9a55 - - - - -] Sending Creation of Pool 092133e3-3fa8-4591-b37b-77bcfe974fbc to handler 2019-06-07 06:10:33.945 10555 INFO octavia.api.v1.controllers.member [req-8f1fd6a9-0f27-43a1-80ed-8d30968ba12c - - - - -] Sending Creation of Member 74eb29b0-f649-4ea7-b30d-3916f3e87bd5 to handler 2019-06-07 06:10:34.127 10555 ERROR wsme.api [req-22248c95-4ea9-4ccb-b5a2-db132cfc6112 - - - - -] Server-side error: "New instance with identity key (, (u'74eb29b0-f649-4ea7-b30d-3916f3e87bd5',), None) conflicts with persistent instance ". Detail: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/wsmeext/pecan.py", line 85, in callfunction result = f(self, *args, **kwargs) File "/builddir/build/BUILD/octavia-2.1.1/octavia/api/v1/controllers/member.py", line 137, in post lock_session.rollback() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/builddir/build/BUILD/octavia-2.1.1/octavia/api/v1/controllers/member.py", line 124, in post **member_dict) File "/builddir/build/BUILD/octavia-2.1.1/octavia/db/repositories.py", line 65, in create session.add(model) File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 572, in __exit__ self.rollback() File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 66, in __exit__ compat.reraise(exc_type, exc_value, exc_tb) File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 569, in __exit__ self.commit() File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 467, in commit self._prepare_impl() File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 447, in _prepare_impl self.session.flush() File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 2243, in flush self._flush(objects) File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 2369, in _flush transaction.rollback(_capture_exception=True) File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 66, in __exit__ compat.reraise(exc_type, exc_value, exc_tb) File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 2333, in _flush flush_context.execute() File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 391, in execute rec.execute(self) File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 556, in execute uow File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 156, in save_obj base_mapper, states, uowtransaction File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 319, in _organize_states_for_save state_str(existing))) FlushError: New instance with identity key (, (u'74eb29b0-f649-4ea7-b30d-3916f3e87bd5',), None) conflicts with persistent instance : FlushError: New instance with identity key (, (u'74eb29b0-f649-4ea7-b30d-3916f3e87bd5',), None) conflicts with persistent instance 2019-06-07 06:10:34.154 10555 INFO oslo_db.sqlalchemy.provision [req-22248c95-4ea9-4ccb-b5a2-db132cfc6112 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.158 10555 INFO oslo_db.sqlalchemy.provision [req-22248c95-4ea9-4ccb-b5a2-db132cfc6112 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qbvxqfufts 2019-06-07 06:10:34.159 10555 INFO oslo_db.sqlalchemy.provision [req-22248c95-4ea9-4ccb-b5a2-db132cfc6112 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_duplicate_id [1.130509s] ... ok {4} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_pending_update [0.771722s] ... ok 2019-06-07 06:10:34.701 10548 INFO oslo_db.sqlalchemy.provision [req-0ce5c0db-b1fa-4ceb-bfc4-daff337fd140 - - - - -] CREATE BACKEND sqlite:// TOKEN lgonhhpbuk 2019-06-07 06:10:34.861 10548 INFO octavia.common.config [req-0ce5c0db-b1fa-4ceb-bfc4-daff337fd140 - - - - -] Logging enabled! 2019-06-07 06:10:34.862 10548 INFO octavia.common.config [req-0ce5c0db-b1fa-4ceb-bfc4-daff337fd140 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.912 10548 WARNING octavia.api.root_controller [req-0ce5c0db-b1fa-4ceb-bfc4-daff337fd140 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.932 10548 INFO octavia.api.v1.controllers.load_balancer [req-b390f01f-f14d-43c1-989f-e43444d71a75 - - - - -] Sending created Load Balancer e6bf27e6-1d3d-4164-bd72-936ef69fca16 to the handler 2019-06-07 06:10:35.013 10548 INFO octavia.api.v1.controllers.pool [req-a683947d-a04b-4964-8c08-2f32574eb99f - - - - -] Sending Creation of Pool 1fdc5849-a82b-4384-bcee-467a8cd677e6 to handler 2019-06-07 06:10:35.091 10548 INFO octavia.api.v1.controllers.load_balancer [req-f60a1dbe-afd9-4df3-8e91-ecd8c34030f7 - - - - -] Sending created Load Balancer 56d33e92-cf25-4b2c-8976-62dce8901f08 to the handler 2019-06-07 06:10:35.161 10548 INFO octavia.api.v1.controllers.listener [req-e92a11d7-7696-4de2-bc5f-bb8781ae3d2d - - - - -] Sending Creation of Listener f985e9af-3b9d-4b1c-a929-f6455ba3c261 to handler 2019-06-07 06:10:35.254 10548 INFO octavia.api.v1.controllers.load_balancer [req-5d6c27c5-d0fb-4f8b-9398-67fe74fc5af1 - - - - -] Sending deleted Load Balancer 56d33e92-cf25-4b2c-8976-62dce8901f08 to the handler 2019-06-07 06:10:35.300 10548 INFO octavia.api.v1.controllers.listener [req-211a0dae-a75d-49ff-96b9-2180462491be - - - - -] Load Balancer 56d33e92-cf25-4b2c-8976-62dce8901f08 is immutable. 2019-06-07 06:10:35.340 10548 INFO oslo_db.sqlalchemy.provision [req-211a0dae-a75d-49ff-96b9-2180462491be - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.344 10548 INFO oslo_db.sqlalchemy.provision [req-211a0dae-a75d-49ff-96b9-2180462491be - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lgonhhpbuk 2019-06-07 06:10:35.345 10548 INFO oslo_db.sqlalchemy.provision [req-211a0dae-a75d-49ff-96b9-2180462491be - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_update [2.403685s] ... ok {8} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_reload [0.027676s] ... ok 2019-06-07 06:10:34.518 10558 INFO oslo_db.sqlalchemy.provision [req-e50d6989-8498-465d-815a-66a104529834 - - - - -] CREATE BACKEND sqlite:// TOKEN pqkskmvyos 2019-06-07 06:10:34.679 10558 INFO octavia.common.config [req-e50d6989-8498-465d-815a-66a104529834 - - - - -] Logging enabled! 2019-06-07 06:10:34.679 10558 INFO octavia.common.config [req-e50d6989-8498-465d-815a-66a104529834 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.723 10558 WARNING octavia.api.root_controller [req-e50d6989-8498-465d-815a-66a104529834 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.744 10558 INFO octavia.api.v1.controllers.load_balancer [req-0c28c84d-9c71-458a-85c0-15c080917dce - - - - -] Sending created Load Balancer fbfc4dcc-8cda-4979-a81a-34c932bf9c96 to the handler 2019-06-07 06:10:34.826 10558 INFO octavia.api.v1.controllers.listener [req-21a442b7-1cc5-41ce-b83c-f18b9f86a347 - - - - -] Sending Creation of Listener 65ab4fba-f4ae-49a3-9cf3-308b63565f95 to handler 2019-06-07 06:10:35.008 10558 INFO octavia.api.v1.controllers.l7policy [req-db8620d7-aa4e-4c62-a8e4-515512e4fa7e - - - - -] Sending Creation of L7Policy 630384ea-5d6f-4513-adb0-fb0dabafdb6c to handler 2019-06-07 06:10:35.169 10558 INFO octavia.api.v1.controllers.l7rule [req-5d3a7ed8-3975-479d-8d18-42e2e8c2e2cd - - - - -] Sending Creation of L7Rule dda3e310-7a66-420c-b16a-c1d29dc49b95 to handler 2019-06-07 06:10:35.356 10558 INFO octavia.api.v1.controllers.l7rule [req-23a96331-f55a-43c8-a190-de8ac02ae0f3 - - - - -] Sending Deletion of L7Rule dda3e310-7a66-420c-b16a-c1d29dc49b95 to handler 2019-06-07 06:10:35.575 10558 INFO oslo_db.sqlalchemy.provision [req-b7c7100a-ee04-4632-9510-2cd3da611f7d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.578 10558 INFO oslo_db.sqlalchemy.provision [req-b7c7100a-ee04-4632-9510-2cd3da611f7d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pqkskmvyos 2019-06-07 06:10:35.579 10558 INFO oslo_db.sqlalchemy.provision [req-b7c7100a-ee04-4632-9510-2cd3da611f7d - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete [1.067356s] ... ok 2019-06-07 06:10:33.746 10554 INFO oslo_db.sqlalchemy.provision [req-77eb41ea-67ba-43f5-8243-34366cfee03c - - - - -] CREATE BACKEND sqlite:// TOKEN csmiofijof 2019-06-07 06:10:33.912 10554 INFO octavia.common.config [req-77eb41ea-67ba-43f5-8243-34366cfee03c - - - - -] Logging enabled! 2019-06-07 06:10:33.913 10554 INFO octavia.common.config [req-77eb41ea-67ba-43f5-8243-34366cfee03c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.960 10554 WARNING octavia.api.root_controller [req-77eb41ea-67ba-43f5-8243-34366cfee03c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.982 10554 INFO octavia.api.v1.controllers.load_balancer [req-79fc1e3a-3a58-4fdf-b3fb-af9532584412 - - - - -] Sending created Load Balancer 41a88dc6-7050-4f97-82fe-4ddb707b76b9 to the handler 2019-06-07 06:10:34.063 10554 INFO octavia.api.v1.controllers.listener [req-06da97f7-5c35-439d-b251-e60b3a1d10bb - - - - -] Sending Creation of Listener 88c1c3e8-9dce-4c27-ab51-fa6081b31823 to handler 2019-06-07 06:10:34.195 10554 ERROR octavia.api.v1.controllers.base [req-851fe09d-500a-412f-9c64-b086684e5594 - - - - -] Listener bad_id not found: None 2019-06-07 06:10:34.195 10554 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:34.195 10554 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:34.221 10554 INFO oslo_db.sqlalchemy.provision [req-851fe09d-500a-412f-9c64-b086684e5594 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.224 10554 INFO oslo_db.sqlalchemy.provision [req-851fe09d-500a-412f-9c64-b086684e5594 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN csmiofijof 2019-06-07 06:10:34.225 10554 INFO oslo_db.sqlalchemy.provision [req-851fe09d-500a-412f-9c64-b086684e5594 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_over_quota [0.658026s] ... ok 2019-06-07 06:10:35.734 10537 INFO oslo_db.sqlalchemy.provision [req-3e1bee48-830b-445d-8c83-0f9f69e357fd - - - - -] CREATE BACKEND sqlite:// TOKEN huafyvsarm 2019-06-07 06:10:35.896 10537 INFO octavia.common.config [req-3e1bee48-830b-445d-8c83-0f9f69e357fd - - - - -] Logging enabled! 2019-06-07 06:10:35.897 10537 INFO octavia.common.config [req-3e1bee48-830b-445d-8c83-0f9f69e357fd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.943 10537 WARNING octavia.api.root_controller [req-3e1bee48-830b-445d-8c83-0f9f69e357fd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.965 10537 INFO octavia.api.v1.controllers.load_balancer [req-cf632927-6b77-488a-b98d-3592b19cd20c - - - - -] Sending created Load Balancer 926b9963-68c5-472e-82ea-4fa345c81321 to the handler 2019-06-07 06:10:36.039 10537 INFO octavia.api.v1.controllers.listener [req-bffc1fb9-c6ea-4b13-893d-f174fb5dae04 - - - - -] Sending Creation of Listener 7a5ac16a-d89b-41b1-8e98-d8d304afa3e9 to handler 2019-06-07 06:10:36.263 10537 INFO octavia.api.v1.controllers.pool [req-5d2f0211-d081-40d2-a7c3-0d1a24d7fae5 - - - - -] Sending Creation of Pool 50993ea7-fd06-4174-9865-1b7fb4b26bde to handler 2019-06-07 06:10:36.450 10537 INFO octavia.api.v1.controllers.pool [req-85d070a1-af0c-47bb-96cd-2620c43cac4f - - - - -] Sending Update of Pool 50993ea7-fd06-4174-9865-1b7fb4b26bde to handler 2019-06-07 06:10:36.890 10537 INFO oslo_db.sqlalchemy.provision [req-0b08cd8f-b1ce-417e-8918-8ce68bf5c592 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.894 10537 INFO oslo_db.sqlalchemy.provision [req-0b08cd8f-b1ce-417e-8918-8ce68bf5c592 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN huafyvsarm 2019-06-07 06:10:36.894 10537 INFO oslo_db.sqlalchemy.provision [req-0b08cd8f-b1ce-417e-8918-8ce68bf5c592 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_start [0.035031s] ... ok {26} octavia.tests.functional.api.v1.test_pool.TestPool.test_get_all_with_bad_listener [0.486065s] ... ok {13} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_haproxy_upstart [0.075306s] ... ok {20} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_pending_delete [0.649655s] ... ok 2019-06-07 06:10:32.428 10528 INFO oslo_db.sqlalchemy.provision [req-8df0bfc1-14ba-46c0-97b2-06ea9e4e53b3 - - - - -] CREATE BACKEND sqlite:// TOKEN ggrseoftcq 2019-06-07 06:10:32.590 10528 INFO octavia.common.config [req-8df0bfc1-14ba-46c0-97b2-06ea9e4e53b3 - - - - -] Logging enabled! 2019-06-07 06:10:32.591 10528 INFO octavia.common.config [req-8df0bfc1-14ba-46c0-97b2-06ea9e4e53b3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.635 10528 WARNING octavia.api.root_controller [req-8df0bfc1-14ba-46c0-97b2-06ea9e4e53b3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.656 10528 INFO octavia.api.v1.controllers.load_balancer [req-d35559cd-7698-425c-8b33-23d61b783734 - - - - -] Sending created Load Balancer 99ae4c6a-a282-4310-92da-fe519cd93fba to the handler 2019-06-07 06:10:32.727 10528 INFO octavia.api.v1.controllers.listener [req-6ddf07f2-15ed-4b7f-94f7-264def0c66b0 - - - - -] Sending Creation of Listener f41e9812-c849-4569-9e09-d9f1b7f30767 to handler 2019-06-07 06:10:32.858 10528 INFO octavia.api.v1.controllers.pool [req-14286d2a-9423-4872-9ae3-a5856ee3084b - - - - -] Sending Creation of Pool f753d5c0-aab8-45b4-9cc9-4db35dc63202 to handler 2019-06-07 06:10:33.063 10528 INFO octavia.api.v1.controllers.pool [req-24af6017-391c-40cf-91df-987217f260de - - - - -] Sending Creation of Pool f2e647d8-ac58-4c1a-adc7-ebb3ba7c3f71 to handler 2019-06-07 06:10:33.298 10528 INFO octavia.api.v1.controllers.health_monitor [req-7f1a7b42-449e-41d5-b373-01527b87fe73 - - - - -] Sending Creation of Health Monitor for Pool f2e647d8-ac58-4c1a-adc7-ebb3ba7c3f71 to handler 2019-06-07 06:10:33.538 10528 INFO octavia.api.v1.controllers.health_monitor [req-03d44df9-3610-4350-a8bc-5478b54340ea - - - - -] Sending Deletion of Health Monitor for Pool f2e647d8-ac58-4c1a-adc7-ebb3ba7c3f71 to handler 2019-06-07 06:10:33.887 10528 INFO oslo_db.sqlalchemy.provision [req-1c305720-564a-46a1-ab1e-8c8fa22e92e5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.891 10528 INFO oslo_db.sqlalchemy.provision [req-1c305720-564a-46a1-ab1e-8c8fa22e92e5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ggrseoftcq 2019-06-07 06:10:33.892 10528 INFO oslo_db.sqlalchemy.provision [req-1c305720-564a-46a1-ab1e-8c8fa22e92e5 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:35.055 10538 INFO oslo_db.sqlalchemy.provision [req-fa509789-0a1a-4d0f-82dd-53c2767ce88e - - - - -] CREATE BACKEND sqlite:// TOKEN kbwbrqixxd 2019-06-07 06:10:35.218 10538 INFO octavia.common.config [req-fa509789-0a1a-4d0f-82dd-53c2767ce88e - - - - -] Logging enabled! 2019-06-07 06:10:35.219 10538 INFO octavia.common.config [req-fa509789-0a1a-4d0f-82dd-53c2767ce88e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.262 10538 WARNING octavia.api.root_controller [req-fa509789-0a1a-4d0f-82dd-53c2767ce88e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.283 10538 INFO octavia.api.v1.controllers.load_balancer [req-7cd09142-5420-4df0-899e-34820bba6f3b - - - - -] Sending created Load Balancer 64c4107b-6d9d-4641-8edb-ee3a1ca96201 to the handler 2019-06-07 06:10:35.362 10538 INFO octavia.api.v1.controllers.listener [req-99b65cc1-c59d-4071-bdaf-6cff5942da4a - - - - -] Sending Creation of Listener ae01e126-17eb-4a97-a4c4-7ae2d6e7545d to handler 2019-06-07 06:10:35.481 10538 INFO octavia.api.v1.controllers.pool [req-a4b2201c-20c3-4732-b643-203db3511a53 - - - - -] Sending Creation of Pool 6274ad16-b677-4645-b365-384bb77ecf9f to handler 2019-06-07 06:10:35.677 10538 INFO octavia.api.v1.controllers.pool [req-0858e435-eed9-4cf4-bcf4-972c8f724607 - - - - -] Sending Creation of Pool 021ea527-e626-4cf3-a977-f37bbeb0d441 to handler 2019-06-07 06:10:35.804 10538 INFO oslo_db.sqlalchemy.provision [req-bf0e395e-eff3-4d73-8d41-80b8decb59a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.808 10538 INFO oslo_db.sqlalchemy.provision [req-bf0e395e-eff3-4d73-8d41-80b8decb59a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kbwbrqixxd 2019-06-07 06:10:35.809 10538 INFO oslo_db.sqlalchemy.provision [req-bf0e395e-eff3-4d73-8d41-80b8decb59a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_member.TestMember.test_duplicate_update ... SKIPPED: This test should pass after a validation layer. {9} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_session_persistence [1.167228s] ... ok {15} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_plug_network [0.271465s] ... ok {15} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_start [0.025663s] ... ok {15} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_info [0.016424s] ... ok 2019-06-07 06:10:31.355 10553 INFO oslo_db.sqlalchemy.provision [req-3ac6571c-0a26-443f-9d9e-113a73fbe585 - - - - -] CREATE BACKEND sqlite:// TOKEN eoxedhllbh 2019-06-07 06:10:31.514 10553 INFO octavia.common.config [req-3ac6571c-0a26-443f-9d9e-113a73fbe585 - - - - -] Logging enabled! 2019-06-07 06:10:31.515 10553 INFO octavia.common.config [req-3ac6571c-0a26-443f-9d9e-113a73fbe585 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.561 10553 WARNING octavia.api.root_controller [req-3ac6571c-0a26-443f-9d9e-113a73fbe585 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.603 10553 INFO octavia.api.v1.controllers.load_balancer [req-15bbe104-20bc-4788-b71c-77601644456e - - - - -] Sending created Load Balancer 1c660a5d-a582-4ae1-91eb-b86d588b92e7 to the handler 2019-06-07 06:10:31.694 10553 INFO octavia.api.v1.controllers.listener [req-f7a0d818-40db-4c5b-959a-3d35377baf06 - - - - -] Sending Creation of Listener 3ac109e9-ea93-4d9b-a2cc-fe7594ca4e49 to handler 2019-06-07 06:10:31.849 10553 INFO octavia.api.v1.controllers.pool [req-d9fb84ec-0036-48b6-88e7-4700079d495b - - - - -] Sending Creation of Pool 016625cc-13a7-4ab8-9712-c8c1eb1b9c18 to handler 2019-06-07 06:10:32.091 10553 INFO octavia.api.v1.controllers.pool [req-274d35dc-e6f9-41df-a7f1-15507a5a0208 - - - - -] Sending Creation of Pool 9ab07551-7145-46e0-b91a-5d10f8475070 to handler 2019-06-07 06:10:32.335 10553 INFO octavia.api.v1.controllers.health_monitor [req-6de80819-f034-4ef6-a45e-4ed1c938284a - - - - -] Sending Creation of Health Monitor for Pool 9ab07551-7145-46e0-b91a-5d10f8475070 to handler 2019-06-07 06:10:32.660 10553 INFO oslo_db.sqlalchemy.provision [req-9836e692-8ec4-42d7-aa9b-27c06a8ed632 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.665 10553 INFO oslo_db.sqlalchemy.provision [req-9836e692-8ec4-42d7-aa9b-27c06a8ed632 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eoxedhllbh 2019-06-07 06:10:32.665 10553 INFO oslo_db.sqlalchemy.provision [req-9836e692-8ec4-42d7-aa9b-27c06a8ed632 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_with_listener [1.317492s] ... ok {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete [1.470395s] ... ok 2019-06-07 06:10:34.233 10554 INFO oslo_db.sqlalchemy.provision [req-851fe09d-500a-412f-9c64-b086684e5594 - - - - -] CREATE BACKEND sqlite:// TOKEN fplbvebjcd 2019-06-07 06:10:34.392 10554 INFO octavia.common.config [req-851fe09d-500a-412f-9c64-b086684e5594 - - - - -] Logging enabled! 2019-06-07 06:10:34.393 10554 INFO octavia.common.config [req-851fe09d-500a-412f-9c64-b086684e5594 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.438 10554 WARNING octavia.api.root_controller [req-851fe09d-500a-412f-9c64-b086684e5594 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.471 10554 INFO octavia.api.v2.controllers.load_balancer [req-e22db467-8f9d-405d-ac3f-3e521ffffbe7 - - - - -] Sending created Load Balancer c975480a-6699-4db5-b2df-5f6ca5bd5af2 to the handler 2019-06-07 06:10:34.590 10554 INFO oslo_db.sqlalchemy.provision [req-113cc6e8-3ffa-47dc-870a-035aec18e3ef - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.593 10554 INFO oslo_db.sqlalchemy.provision [req-113cc6e8-3ffa-47dc-870a-035aec18e3ef - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fplbvebjcd 2019-06-07 06:10:34.594 10554 INFO oslo_db.sqlalchemy.provision [req-113cc6e8-3ffa-47dc-870a-035aec18e3ef - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_one_fields_filter [0.368568s] ... ok 2019-06-07 06:10:36.592 10533 INFO octavia.api.v1.controllers.listener [req-1abfbfe0-b4f4-4c61-8109-0b75359ab80e - - - - -] Sending Creation of Listener 329114c8-9cae-43ab-ba01-1accada370d6 to handler 2019-06-07 06:10:36.706 10533 INFO oslo_db.sqlalchemy.provision [req-12d9c11f-498b-458a-afe0-70efd3d554be - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.710 10533 INFO oslo_db.sqlalchemy.provision [req-12d9c11f-498b-458a-afe0-70efd3d554be - - - - -] DROP BACKEND Engine(sqlite://) TOKEN myvfnhjybo 2019-06-07 06:10:36.711 10533 INFO oslo_db.sqlalchemy.provision [req-12d9c11f-498b-458a-afe0-70efd3d554be - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v1.test_listener.TestListener.test_get [0.734079s] ... ok {21} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_certificate_md5 [0.037911s] ... ok 2019-06-07 06:10:34.182 10547 INFO oslo_db.sqlalchemy.provision [req-1282889c-a291-49e8-8239-b1f695b59a7e - - - - -] CREATE BACKEND sqlite:// TOKEN peddzgfknd 2019-06-07 06:10:34.343 10547 INFO octavia.common.config [req-1282889c-a291-49e8-8239-b1f695b59a7e - - - - -] Logging enabled! 2019-06-07 06:10:34.344 10547 INFO octavia.common.config [req-1282889c-a291-49e8-8239-b1f695b59a7e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.390 10547 WARNING octavia.api.root_controller [req-1282889c-a291-49e8-8239-b1f695b59a7e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.410 10547 INFO octavia.api.v1.controllers.load_balancer [req-03e434dd-f9f7-4519-afe0-9b2f89885e2b - - - - -] Sending created Load Balancer 4ba72942-27e1-4318-bcbe-6620295f7913 to the handler 2019-06-07 06:10:34.483 10547 INFO octavia.api.v1.controllers.pool [req-37a21c03-91e5-4330-be00-81c7f7454f96 - - - - -] Sending Creation of Pool 69df5214-c9bc-4b86-b9ee-e44b43a61cdd to handler 2019-06-07 06:10:34.594 10547 INFO octavia.api.v1.controllers.listener [req-f05c9473-b015-4a84-8667-9c58dba95ee0 - - - - -] Sending Creation of Listener 63a57864-a6b1-48bd-82de-eb2194bf4bb6 to handler 2019-06-07 06:10:34.756 10547 INFO oslo_db.sqlalchemy.provision [req-7af27650-e3fa-43e4-9b36-cde086bdbfe5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.760 10547 INFO oslo_db.sqlalchemy.provision [req-7af27650-e3fa-43e4-9b36-cde086bdbfe5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN peddzgfknd 2019-06-07 06:10:34.760 10547 INFO oslo_db.sqlalchemy.provision [req-7af27650-e3fa-43e4-9b36-cde086bdbfe5 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:35.586 10558 INFO oslo_db.sqlalchemy.provision [req-b7c7100a-ee04-4632-9510-2cd3da611f7d - - - - -] CREATE BACKEND sqlite:// TOKEN hmjlimszjj 2019-06-07 06:10:35.749 10558 INFO octavia.common.config [req-b7c7100a-ee04-4632-9510-2cd3da611f7d - - - - -] Logging enabled! 2019-06-07 06:10:35.750 10558 INFO octavia.common.config [req-b7c7100a-ee04-4632-9510-2cd3da611f7d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.796 10558 WARNING octavia.api.root_controller [req-b7c7100a-ee04-4632-9510-2cd3da611f7d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.817 10558 INFO octavia.api.v1.controllers.load_balancer [req-964495c2-5932-4939-9a02-633ddc0ce2c8 - - - - -] Sending created Load Balancer a2fc9e63-c162-4304-bee3-08724227b631 to the handler 2019-06-07 06:10:35.892 10558 INFO octavia.api.v1.controllers.pool [req-19965291-e453-40d5-8611-3124cc1d8a36 - - - - -] Sending Creation of Pool 494e0f2f-4a18-4abe-acfc-b1240c4d610b to handler 2019-06-07 06:10:36.007 10558 INFO octavia.api.v1.controllers.listener [req-d8dee9d2-9acd-4ddb-9e62-d886612435cc - - - - -] Sending Creation of Listener ab997cff-f6dc-43e5-9fa9-de29041d1b7e to handler 2019-06-07 06:10:36.189 10558 INFO octavia.api.v1.controllers.listener [req-507183de-93d4-4aa2-bfee-307ff1bed228 - - - - -] Sending Update of Listener ab997cff-f6dc-43e5-9fa9-de29041d1b7e to handler 2019-06-07 06:10:36.385 10558 INFO oslo_db.sqlalchemy.provision [req-77617366-8a69-4525-bbfc-4d46025192e7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.389 10558 INFO oslo_db.sqlalchemy.provision [req-77617366-8a69-4525-bbfc-4d46025192e7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hmjlimszjj 2019-06-07 06:10:36.389 10558 INFO oslo_db.sqlalchemy.provision [req-77617366-8a69-4525-bbfc-4d46025192e7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v1.test_listener.TestListener.test_update [0.809715s] ... ok {19} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_duplicate_id [0.584929s] ... ok 2019-06-07 06:10:34.167 10555 INFO oslo_db.sqlalchemy.provision [req-22248c95-4ea9-4ccb-b5a2-db132cfc6112 - - - - -] CREATE BACKEND sqlite:// TOKEN alilzyepce 2019-06-07 06:10:34.333 10555 INFO octavia.common.config [req-22248c95-4ea9-4ccb-b5a2-db132cfc6112 - - - - -] Logging enabled! 2019-06-07 06:10:34.334 10555 INFO octavia.common.config [req-22248c95-4ea9-4ccb-b5a2-db132cfc6112 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.380 10555 WARNING octavia.api.root_controller [req-22248c95-4ea9-4ccb-b5a2-db132cfc6112 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.401 10555 INFO octavia.api.v1.controllers.load_balancer [req-ab30611d-2f48-4cdd-a755-3b29e19134d7 - - - - -] Sending created Load Balancer 2b55dadc-da64-4cf6-8b8d-f5c2dfd1359e to the handler 2019-06-07 06:10:34.471 10555 INFO octavia.api.v1.controllers.listener [req-8c73e935-ad55-4f60-a87d-16973d4c6596 - - - - -] Sending Creation of Listener 9cf94742-593f-499a-a8f5-2c6ae7142bf1 to handler 2019-06-07 06:10:34.589 10555 INFO octavia.api.v1.controllers.pool [req-60a78b97-640b-414d-8a0a-86f8a0d1f4e9 - - - - -] Sending Creation of Pool b2445360-2ef5-4977-891d-f3e796608b64 to handler 2019-06-07 06:10:34.807 10555 INFO octavia.api.v1.controllers.pool [req-7ad5c2a6-de14-41cc-b96b-0e3a782b773b - - - - -] Sending Creation of Pool f4b45c6e-7a35-4829-b1ba-029c8e5fc0f8 to handler 2019-06-07 06:10:35.024 10555 INFO octavia.api.v1.controllers.member [req-79e7cf3a-fddf-4261-b27c-0d47ad985037 - - - - -] Sending Creation of Member ac7ff306-74d0-4bf5-98e8-032f141087ba to handler 2019-06-07 06:10:35.107 10555 INFO oslo_db.sqlalchemy.provision [req-ead0d900-84c5-46b7-85d8-5319fe424c36 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.110 10555 INFO oslo_db.sqlalchemy.provision [req-ead0d900-84c5-46b7-85d8-5319fe424c36 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN alilzyepce 2019-06-07 06:10:35.111 10555 INFO oslo_db.sqlalchemy.provision [req-ead0d900-84c5-46b7-85d8-5319fe424c36 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v1.test_member.TestMember.test_get [0.950830s] ... ok 2019-06-07 06:10:32.225 10556 INFO oslo_db.sqlalchemy.provision [req-3130d4f1-31ff-4b5b-ade7-97c0a7b5d8eb - - - - -] CREATE BACKEND sqlite:// TOKEN zcyhnxuqvp 2019-06-07 06:10:32.384 10556 INFO octavia.common.config [req-3130d4f1-31ff-4b5b-ade7-97c0a7b5d8eb - - - - -] Logging enabled! 2019-06-07 06:10:32.385 10556 INFO octavia.common.config [req-3130d4f1-31ff-4b5b-ade7-97c0a7b5d8eb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.429 10556 WARNING octavia.api.root_controller [req-3130d4f1-31ff-4b5b-ade7-97c0a7b5d8eb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.449 10556 INFO octavia.api.v1.controllers.load_balancer [req-fa810be6-595e-4d85-bbca-9cbdb7f07178 - - - - -] Sending created Load Balancer 80765857-e20b-46ee-833e-45a80205759d to the handler 2019-06-07 06:10:32.527 10556 INFO octavia.api.v1.controllers.listener [req-b92e2663-ab35-48c8-a688-c2bbea7df134 - - - - -] Sending Creation of Listener 28012680-fe11-45df-a62d-c99842c8791d to handler 2019-06-07 06:10:32.658 10556 INFO octavia.api.v1.controllers.pool [req-f73561b1-816b-455f-957d-dbbf1f111bd9 - - - - -] Sending Creation of Pool a40ba9af-44ab-496f-bae2-56d4879039e1 to handler 2019-06-07 06:10:32.871 10556 INFO octavia.api.v1.controllers.l7policy [req-7282dfae-1533-44a7-8688-4b537ec09392 - - - - -] Sending Creation of L7Policy cb96bced-c360-4025-b1d1-531b8d41c789 to handler 2019-06-07 06:10:32.988 10556 INFO octavia.api.v1.controllers.load_balancer [req-d4dbf065-95d8-442e-a243-cc8e914813c1 - - - - -] Sending updated Load Balancer 80765857-e20b-46ee-833e-45a80205759d to the handler 2019-06-07 06:10:33.067 10556 INFO octavia.api.v1.controllers.l7policy [req-60b9a790-0c52-4466-b3fc-560fb29afbdf - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:33.128 10556 INFO oslo_db.sqlalchemy.provision [req-60b9a790-0c52-4466-b3fc-560fb29afbdf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.132 10556 INFO oslo_db.sqlalchemy.provision [req-60b9a790-0c52-4466-b3fc-560fb29afbdf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zcyhnxuqvp 2019-06-07 06:10:33.133 10556 INFO oslo_db.sqlalchemy.provision [req-60b9a790-0c52-4466-b3fc-560fb29afbdf - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete_when_lb_pending_update [0.914842s] ... ok 2019-06-07 06:10:30.573 10552 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.573 10552 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.286 10552 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.341 10552 INFO octavia.api.v1.controllers.load_balancer [req-0e454fba-35a2-4fb9-8ab8-485263d6866e - - - - -] Sending created Load Balancer ba1f8b37-ceab-4aec-8ace-4743b433f30e to the handler 2019-06-07 06:10:31.432 10552 INFO octavia.api.v1.controllers.listener [req-568e5224-2209-4618-891f-4c655a5f85e3 - - - - -] Sending Creation of Listener fe2d3763-0c06-4686-91f1-cfc24cfd09b8 to handler 2019-06-07 06:10:31.566 10552 INFO octavia.api.v1.controllers.pool [req-6ee1d3b3-f1bb-4108-8741-7a7c563c7602 - - - - -] Sending Creation of Pool cfcd26bc-1201-4817-a552-bda2889dae86 to handler 2019-06-07 06:10:31.792 10552 INFO octavia.api.v1.controllers.l7policy [req-1ab0a4cb-df3b-4e44-9140-704fb52b8071 - - - - -] Sending Creation of L7Policy 28359ecd-a2ac-42e3-bc11-2bf258a2c62e to handler 2019-06-07 06:10:31.907 10552 INFO octavia.api.v1.controllers.load_balancer [req-9050fa2e-584a-41d7-af42-34c87c00ec94 - - - - -] Sending updated Load Balancer ba1f8b37-ceab-4aec-8ace-4743b433f30e to the handler 2019-06-07 06:10:31.980 10552 INFO octavia.api.v1.controllers.l7policy [req-4083cf8c-08c5-4310-970d-765b8e959dcb - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:32.032 10552 INFO oslo_db.sqlalchemy.provision [req-4083cf8c-08c5-4310-970d-765b8e959dcb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.035 10552 INFO oslo_db.sqlalchemy.provision [req-4083cf8c-08c5-4310-970d-765b8e959dcb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN egjgzkpcny 2019-06-07 06:10:32.036 10552 INFO oslo_db.sqlalchemy.provision [req-4083cf8c-08c5-4310-970d-765b8e959dcb - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_when_lb_pending_update [2.138288s] ... ok 2019-06-07 06:10:30.622 10557 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.623 10557 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.361 10557 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.419 10557 INFO octavia.api.v1.controllers.load_balancer [req-eb6bd492-24d2-498d-a9be-08182afc6a3d - - - - -] Sending created Load Balancer aea54397-5be9-4885-a231-a5c262a690c4 to the handler 2019-06-07 06:10:31.508 10557 INFO octavia.api.v1.controllers.listener [req-723d4d26-a75e-419a-9506-7a158574fa71 - - - - -] Sending Creation of Listener df30217e-71de-4a7c-a81c-839f525d3dee to handler 2019-06-07 06:10:31.622 10557 INFO octavia.api.v1.controllers.listener [req-5af61491-605e-4a21-bf67-7779a4f0d4e6 - - - - -] Sending Creation of Listener 834a72ac-5f60-4939-ba8a-e6252057ac2a to handler 2019-06-07 06:10:31.764 10557 INFO octavia.api.v1.controllers.listener [req-7a77e24a-2924-4fa3-9da7-2fd6db453acd - - - - -] Sending Creation of Listener bb55f665-ab90-43bb-b905-c121fb63041e to handler 2019-06-07 06:10:31.911 10557 INFO octavia.api.v1.controllers.listener [req-94d6ddaa-b291-4510-80ac-f8e65406ff5c - - - - -] Sending Creation of Listener effd74b2-28dd-491b-8ec4-18eaa25c20fc to handler 2019-06-07 06:10:32.083 10557 INFO octavia.api.v1.controllers.listener [req-a30e6f92-b657-4061-aa65-8e5def4546bb - - - - -] Sending Creation of Listener 6cef6e94-93e4-4850-a776-45949acd2980 to handler 2019-06-07 06:10:32.298 10557 INFO octavia.api.v1.controllers.listener [req-07c391bb-931a-47cd-88c0-ba20f7bc6896 - - - - -] Sending Creation of Listener 01314783-515f-449d-b88b-3fdb347702fe to handler 2019-06-07 06:10:32.537 10557 INFO octavia.api.v1.controllers.listener [req-209de224-c415-42c0-9833-bd84b37b2f2d - - - - -] Sending Creation of Listener e8c13b3a-979e-4e38-b187-ab5677693dd7 to handler 2019-06-07 06:10:32.805 10557 INFO octavia.api.v1.controllers.listener [req-5148b89f-d3f3-4598-a688-1ba4a551f19c - - - - -] Sending Creation of Listener 659cfc63-dc1c-4fa8-a790-bbb0de5e8e6b to handler 2019-06-07 06:10:33.101 10557 INFO octavia.api.v1.controllers.listener [req-ea16d2a6-ac97-4742-a17d-30fe9a49a7e5 - - - - -] Sending Creation of Listener de86fd9e-aa20-4dd1-8769-538c3a775dbb to handler 2019-06-07 06:10:33.393 10557 INFO octavia.api.v1.controllers.listener [req-580e2401-f7bf-415d-9693-169a8d1417fd - - - - -] Sending Creation of Listener 2dcc502e-3eca-4549-a4ef-52e18a189ff7 to handler 2019-06-07 06:10:34.032 10557 INFO oslo_db.sqlalchemy.provision [req-fe08762c-eb8f-4060-bbc4-476e1c3686cf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.037 10557 INFO oslo_db.sqlalchemy.provision [req-fe08762c-eb8f-4060-bbc4-476e1c3686cf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hlzfxktizb 2019-06-07 06:10:34.037 10557 INFO oslo_db.sqlalchemy.provision [req-fe08762c-eb8f-4060-bbc4-476e1c3686cf - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_listeners_sorting_and_pagination [4.145782s] ... ok 2019-06-07 06:10:36.396 10558 INFO oslo_db.sqlalchemy.provision [req-77617366-8a69-4525-bbfc-4d46025192e7 - - - - -] CREATE BACKEND sqlite:// TOKEN xdrzagmvdc 2019-06-07 06:10:36.564 10558 INFO octavia.common.config [req-77617366-8a69-4525-bbfc-4d46025192e7 - - - - -] Logging enabled! 2019-06-07 06:10:36.565 10558 INFO octavia.common.config [req-77617366-8a69-4525-bbfc-4d46025192e7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.613 10558 WARNING octavia.api.root_controller [req-77617366-8a69-4525-bbfc-4d46025192e7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.634 10558 INFO octavia.api.v1.controllers.load_balancer [req-ef595f98-8b54-4fb2-8ce1-6bad341bf15a - - - - -] Sending created Load Balancer ab4ad352-da8d-44c9-a4b5-eaed540ca543 to the handler 2019-06-07 06:10:36.719 10558 INFO octavia.api.v1.controllers.pool [req-e3d0fd63-a7d8-46b3-86f3-5ac9ac79fb6a - - - - -] Sending Creation of Pool 14002dab-e59b-4272-94de-9a4e6b7ae981 to handler 2019-06-07 06:10:36.804 10558 INFO oslo_db.sqlalchemy.provision [req-b2918e26-1de8-431d-8f1e-7576eccd5f51 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.807 10558 INFO oslo_db.sqlalchemy.provision [req-b2918e26-1de8-431d-8f1e-7576eccd5f51 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xdrzagmvdc 2019-06-07 06:10:36.808 10558 INFO oslo_db.sqlalchemy.provision [req-b2918e26-1de8-431d-8f1e-7576eccd5f51 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_listener_bad_protocol ... SKIPPED: This test should pass after a validation layer. 2019-06-07 06:10:35.118 10555 INFO oslo_db.sqlalchemy.provision [req-ead0d900-84c5-46b7-85d8-5319fe424c36 - - - - -] CREATE BACKEND sqlite:// TOKEN qirymydlkr 2019-06-07 06:10:35.280 10555 INFO octavia.common.config [req-ead0d900-84c5-46b7-85d8-5319fe424c36 - - - - -] Logging enabled! 2019-06-07 06:10:35.280 10555 INFO octavia.common.config [req-ead0d900-84c5-46b7-85d8-5319fe424c36 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.327 10555 WARNING octavia.api.root_controller [req-ead0d900-84c5-46b7-85d8-5319fe424c36 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.368 10555 INFO oslo_db.sqlalchemy.provision [req-4af722fb-556a-4d2c-bb23-5f929ec7ba93 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.372 10555 INFO oslo_db.sqlalchemy.provision [req-4af722fb-556a-4d2c-bb23-5f929ec7ba93 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qirymydlkr 2019-06-07 06:10:35.372 10555 INFO oslo_db.sqlalchemy.provision [req-4af722fb-556a-4d2c-bb23-5f929ec7ba93 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_get_all_quotas_no_quotas [0.260235s] ... ok 2019-06-07 06:10:32.676 10553 INFO oslo_db.sqlalchemy.provision [req-9836e692-8ec4-42d7-aa9b-27c06a8ed632 - - - - -] CREATE BACKEND sqlite:// TOKEN fwforiqjef 2019-06-07 06:10:32.844 10553 INFO octavia.common.config [req-9836e692-8ec4-42d7-aa9b-27c06a8ed632 - - - - -] Logging enabled! 2019-06-07 06:10:32.845 10553 INFO octavia.common.config [req-9836e692-8ec4-42d7-aa9b-27c06a8ed632 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.890 10553 WARNING octavia.api.root_controller [req-9836e692-8ec4-42d7-aa9b-27c06a8ed632 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.913 10553 INFO octavia.api.v1.controllers.load_balancer [req-489c7926-b819-48c5-9907-28fc6b726bab - - - - -] Sending created Load Balancer 20029d74-f08a-4dae-87bd-c15c269cb92d to the handler 2019-06-07 06:10:32.997 10553 INFO octavia.api.v1.controllers.pool [req-f791eda7-529c-4e0b-be1e-53eb35aee8ea - - - - -] Sending Creation of Pool 56af766d-26d4-43f0-a9b4-2d7b2bc957a6 to handler 2019-06-07 06:10:33.104 10553 INFO octavia.api.v1.controllers.listener [req-a36929c4-4b77-4dcd-9a57-9697d633d5a4 - - - - -] Sending Creation of Listener 521ce4c7-780a-4f32-b3cc-f1c2035f5579 to handler 2019-06-07 06:10:33.198 10553 INFO oslo_db.sqlalchemy.provision [req-f8ceb9af-c017-4dfb-9dc1-f014e29668de - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.202 10553 INFO oslo_db.sqlalchemy.provision [req-f8ceb9af-c017-4dfb-9dc1-f014e29668de - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fwforiqjef 2019-06-07 06:10:33.203 10553 INFO oslo_db.sqlalchemy.provision [req-f8ceb9af-c017-4dfb-9dc1-f014e29668de - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_tls_termination_data [0.534685s] ... ok 2019-06-07 06:10:33.141 10556 INFO oslo_db.sqlalchemy.provision [req-60b9a790-0c52-4466-b3fc-560fb29afbdf - - - - -] CREATE BACKEND sqlite:// TOKEN quxqovkvjx 2019-06-07 06:10:33.304 10556 INFO octavia.common.config [req-60b9a790-0c52-4466-b3fc-560fb29afbdf - - - - -] Logging enabled! 2019-06-07 06:10:33.305 10556 INFO octavia.common.config [req-60b9a790-0c52-4466-b3fc-560fb29afbdf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.350 10556 WARNING octavia.api.root_controller [req-60b9a790-0c52-4466-b3fc-560fb29afbdf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.478 10556 INFO octavia.api.v1.controllers.load_balancer [req-504b0b00-24c5-4bbe-8e28-7618635c3fc3 - - - - -] Sending full load balancer configuration 0d6ffb98-c3a6-411d-bcb0-99c7922b5bbe to the handler 2019-06-07 06:10:33.523 10556 INFO oslo_db.sqlalchemy.provision [req-504b0b00-24c5-4bbe-8e28-7618635c3fc3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.528 10556 INFO oslo_db.sqlalchemy.provision [req-504b0b00-24c5-4bbe-8e28-7618635c3fc3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN quxqovkvjx 2019-06-07 06:10:33.529 10556 INFO oslo_db.sqlalchemy.provision [req-504b0b00-24c5-4bbe-8e28-7618635c3fc3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners_one_pool [0.394643s] ... ok 2019-06-07 06:10:32.701 10559 INFO oslo_db.sqlalchemy.provision [req-6def0d51-dd3e-445e-ae61-ca8fbf25e31c - - - - -] CREATE BACKEND sqlite:// TOKEN hufomckpej 2019-06-07 06:10:32.869 10559 INFO octavia.common.config [req-6def0d51-dd3e-445e-ae61-ca8fbf25e31c - - - - -] Logging enabled! 2019-06-07 06:10:32.870 10559 INFO octavia.common.config [req-6def0d51-dd3e-445e-ae61-ca8fbf25e31c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.916 10559 WARNING octavia.api.root_controller [req-6def0d51-dd3e-445e-ae61-ca8fbf25e31c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.936 10559 INFO octavia.api.v1.controllers.load_balancer [req-12c3f5dc-06ba-4450-a19e-18263d310589 - - - - -] Sending created Load Balancer 82df72cd-f008-411a-8e92-7aafa54c59a4 to the handler 2019-06-07 06:10:33.014 10559 INFO octavia.api.v1.controllers.listener [req-2f96b51e-3abc-4aa0-96d7-0739fd7f15b2 - - - - -] Sending Creation of Listener 481faac8-580e-4af5-b690-9c418286b123 to handler 2019-06-07 06:10:33.194 10559 INFO octavia.api.v1.controllers.l7policy [req-169a9747-ecfd-484a-b277-fe6aea62db21 - - - - -] Sending Creation of L7Policy bdc7f601-ec95-43ec-a7e8-b8abbf0678d0 to handler 2019-06-07 06:10:33.400 10559 INFO octavia.api.v1.controllers.l7rule [req-cbfa068d-5b52-48ac-ac44-a0b9771079b3 - - - - -] Sending Creation of L7Rule a2fba6e9-9906-4337-aeed-be4c1f96cb59 to handler 2019-06-07 06:10:33.539 10559 INFO octavia.api.v1.controllers.load_balancer [req-8a5cfc3b-6856-4fa7-a1d8-c8fd1b33a71c - - - - -] Sending deleted Load Balancer 82df72cd-f008-411a-8e92-7aafa54c59a4 to the handler 2019-06-07 06:10:33.602 10559 INFO octavia.api.v1.controllers.l7rule [req-d7a61261-4fcf-4563-83ad-837108066c53 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:33.649 10559 INFO oslo_db.sqlalchemy.provision [req-d7a61261-4fcf-4563-83ad-837108066c53 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.653 10559 INFO oslo_db.sqlalchemy.provision [req-d7a61261-4fcf-4563-83ad-837108066c53 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hufomckpej 2019-06-07 06:10:33.653 10559 INFO oslo_db.sqlalchemy.provision [req-d7a61261-4fcf-4563-83ad-837108066c53 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_when_lb_pending_delete [0.959427s] ... ok 2019-06-07 06:10:33.901 10528 INFO oslo_db.sqlalchemy.provision [req-1c305720-564a-46a1-ab1e-8c8fa22e92e5 - - - - -] CREATE BACKEND sqlite:// TOKEN ckxlcnqcgu 2019-06-07 06:10:34.065 10528 INFO octavia.common.config [req-1c305720-564a-46a1-ab1e-8c8fa22e92e5 - - - - -] Logging enabled! 2019-06-07 06:10:34.066 10528 INFO octavia.common.config [req-1c305720-564a-46a1-ab1e-8c8fa22e92e5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.113 10528 WARNING octavia.api.root_controller [req-1c305720-564a-46a1-ab1e-8c8fa22e92e5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.136 10528 INFO octavia.api.v1.controllers.load_balancer [req-35fa02bd-e91d-4b92-aa17-35d374f1fdb0 - - - - -] Sending created Load Balancer 0a83b7d0-5f2a-4952-8594-1b9de332abb0 to the handler 2019-06-07 06:10:34.208 10528 INFO octavia.api.v1.controllers.listener [req-f78518f8-d061-4b25-85b8-ce526d5aa320 - - - - -] Sending Creation of Listener 7e4b44de-a5d3-47fb-ba54-c40343d2fb22 to handler 2019-06-07 06:10:34.378 10528 INFO octavia.api.v1.controllers.l7policy [req-c392dcc4-e10d-4f24-b9fa-87ee157c46e3 - - - - -] Sending Creation of L7Policy 5eaf7af4-2c8e-4c7d-b4ff-93f25dc165d1 to handler 2019-06-07 06:10:34.521 10528 INFO oslo_db.sqlalchemy.provision [req-ee17acf3-1ae5-44c8-8c7a-f8bb9a1220f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.525 10528 INFO oslo_db.sqlalchemy.provision [req-ee17acf3-1ae5-44c8-8c7a-f8bb9a1220f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ckxlcnqcgu 2019-06-07 06:10:34.526 10528 INFO oslo_db.sqlalchemy.provision [req-ee17acf3-1ae5-44c8-8c7a-f8bb9a1220f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_cookie_rule [0.631708s] ... ok 2019-06-07 06:10:35.817 10538 INFO oslo_db.sqlalchemy.provision [req-bf0e395e-eff3-4d73-8d41-80b8decb59a2 - - - - -] CREATE BACKEND sqlite:// TOKEN ticxcnfhva 2019-06-07 06:10:35.987 10538 INFO octavia.common.config [req-bf0e395e-eff3-4d73-8d41-80b8decb59a2 - - - - -] Logging enabled! 2019-06-07 06:10:35.988 10538 INFO octavia.common.config [req-bf0e395e-eff3-4d73-8d41-80b8decb59a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.031 10538 WARNING octavia.api.root_controller [req-bf0e395e-eff3-4d73-8d41-80b8decb59a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.050 10538 INFO octavia.api.v1.controllers.load_balancer [req-7e57a95a-65b1-49d1-a28f-18961b75ce43 - - - - -] Sending created Load Balancer dadbeaf2-34bd-40eb-bef8-1e5270b0e23a to the handler 2019-06-07 06:10:36.121 10538 INFO octavia.api.v1.controllers.listener [req-8437b6f6-4771-4abd-b4aa-09d9c0d7c4c7 - - - - -] Sending Creation of Listener 5fecf166-5515-4c9a-96c4-3c66c1435cb7 to handler 2019-06-07 06:10:36.500 10538 INFO octavia.api.v1.controllers.pool [req-523fb566-ae59-4018-abe7-e0d654842e2e - - - - -] Sending Creation of Pool 4ce07230-5ccd-429c-a94e-500cc2c56f9f to handler 2019-06-07 06:10:36.809 10538 INFO oslo_db.sqlalchemy.provision [req-d926125f-c00e-4430-a59a-7383917f07f4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.813 10538 INFO oslo_db.sqlalchemy.provision [req-d926125f-c00e-4430-a59a-7383917f07f4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ticxcnfhva 2019-06-07 06:10:36.813 10538 INFO oslo_db.sqlalchemy.provision [req-d926125f-c00e-4430-a59a-7383917f07f4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_session_persistence [1.003304s] ... ok 2019-06-07 06:10:34.767 10547 INFO oslo_db.sqlalchemy.provision [req-7af27650-e3fa-43e4-9b36-cde086bdbfe5 - - - - -] CREATE BACKEND sqlite:// TOKEN fwdriruifr 2019-06-07 06:10:34.926 10547 INFO octavia.common.config [req-7af27650-e3fa-43e4-9b36-cde086bdbfe5 - - - - -] Logging enabled! 2019-06-07 06:10:34.927 10547 INFO octavia.common.config [req-7af27650-e3fa-43e4-9b36-cde086bdbfe5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.111 10547 WARNING octavia.api.root_controller [req-7af27650-e3fa-43e4-9b36-cde086bdbfe5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.131 10547 INFO octavia.api.v1.controllers.load_balancer [req-147ad896-86ac-4e08-8e45-4ad0b5a97e0c - - - - -] Sending created Load Balancer e4637cd0-3bb4-4d3f-bece-a6cb5314b957 to the handler 2019-06-07 06:10:35.204 10547 INFO octavia.api.v1.controllers.pool [req-2187bf0b-fede-493a-84a3-0e86d6766728 - - - - -] Sending Creation of Pool f56c00e5-ebe3-408b-b9f9-17d35667c629 to handler 2019-06-07 06:10:35.290 10547 INFO octavia.api.v1.controllers.listener [req-53fde562-1a97-4985-85bd-cbd9aa6ae806 - - - - -] Listener SEAN-CONNERY not found. 2019-06-07 06:10:35.315 10547 INFO oslo_db.sqlalchemy.provision [req-53fde562-1a97-4985-85bd-cbd9aa6ae806 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.319 10547 INFO oslo_db.sqlalchemy.provision [req-53fde562-1a97-4985-85bd-cbd9aa6ae806 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fwdriruifr 2019-06-07 06:10:35.320 10547 INFO oslo_db.sqlalchemy.provision [req-53fde562-1a97-4985-85bd-cbd9aa6ae806 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete_bad_listener_id [0.558779s] ... ok 2019-06-07 06:10:33.662 10559 INFO oslo_db.sqlalchemy.provision [req-d7a61261-4fcf-4563-83ad-837108066c53 - - - - -] CREATE BACKEND sqlite:// TOKEN hlagjpmyio 2019-06-07 06:10:33.830 10559 INFO octavia.common.config [req-d7a61261-4fcf-4563-83ad-837108066c53 - - - - -] Logging enabled! 2019-06-07 06:10:33.830 10559 INFO octavia.common.config [req-d7a61261-4fcf-4563-83ad-837108066c53 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.877 10559 WARNING octavia.api.root_controller [req-d7a61261-4fcf-4563-83ad-837108066c53 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.912 10559 INFO oslo_db.sqlalchemy.provision [req-ad6567be-07f0-4941-ba1e-231f34e36fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.916 10559 INFO oslo_db.sqlalchemy.provision [req-ad6567be-07f0-4941-ba1e-231f34e36fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hlagjpmyio 2019-06-07 06:10:33.917 10559 INFO oslo_db.sqlalchemy.provision [req-ad6567be-07f0-4941-ba1e-231f34e36fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:34.011 10532 INFO oslo_db.sqlalchemy.provision [req-23572247-0d21-4a96-8767-b91317228d8f - - - - -] CREATE BACKEND sqlite:// TOKEN wlptzhqlar 2019-06-07 06:10:34.205 10532 INFO octavia.common.config [req-23572247-0d21-4a96-8767-b91317228d8f - - - - -] Logging enabled! 2019-06-07 06:10:34.206 10532 INFO octavia.common.config [req-23572247-0d21-4a96-8767-b91317228d8f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.262 10532 WARNING octavia.api.root_controller [req-23572247-0d21-4a96-8767-b91317228d8f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.287 10532 INFO octavia.api.v1.controllers.load_balancer [req-668d07ae-44c0-4e56-b938-95057815c61d - - - - -] Sending created Load Balancer 48309241-4906-45ae-bb37-e3f1c5641336 to the handler 2019-06-07 06:10:34.373 10532 INFO oslo_db.sqlalchemy.provision [req-21f4b294-9d59-4aa1-bf6d-b29a17f559d5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.377 10532 INFO oslo_db.sqlalchemy.provision [req-21f4b294-9d59-4aa1-bf6d-b29a17f559d5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wlptzhqlar 2019-06-07 06:10:34.377 10532 INFO oslo_db.sqlalchemy.provision [req-21f4b294-9d59-4aa1-bf6d-b29a17f559d5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_subnet [0.261394s] ... ok {4} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_project_id [0.373849s] ... ok 2019-06-07 06:10:33.209 10553 INFO oslo_db.sqlalchemy.provision [req-f8ceb9af-c017-4dfb-9dc1-f014e29668de - - - - -] CREATE BACKEND sqlite:// TOKEN dhqdnhably 2019-06-07 06:10:33.371 10553 INFO octavia.common.config [req-f8ceb9af-c017-4dfb-9dc1-f014e29668de - - - - -] Logging enabled! 2019-06-07 06:10:33.372 10553 INFO octavia.common.config [req-f8ceb9af-c017-4dfb-9dc1-f014e29668de - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.416 10553 WARNING octavia.api.root_controller [req-f8ceb9af-c017-4dfb-9dc1-f014e29668de - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.437 10553 INFO octavia.api.v1.controllers.load_balancer [req-9c721168-55d8-4b5e-95fe-2455cba35bf5 - - - - -] Sending created Load Balancer 662a6386-d5d5-4328-b969-0d7686ae9568 to the handler 2019-06-07 06:10:33.514 10553 INFO octavia.api.v1.controllers.pool [req-ddf0a0e8-d669-464c-aca3-8c475eb4f370 - - - - -] Sending Creation of Pool 860d40bc-0cea-45cb-b338-ab1ec9db4b99 to handler 2019-06-07 06:10:33.633 10553 INFO octavia.api.v1.controllers.listener [req-6e7051d3-b2e3-413b-b45f-b39b7babc653 - - - - -] Sending Creation of Listener e22e2211-1fe5-4b7f-80f8-6aa179152143 to handler 2019-06-07 06:10:33.814 10553 INFO octavia.api.v1.controllers.listener [req-75eff949-ef5c-4409-bc73-037bc5eb891f - - - - -] Sending Creation of Listener acbeaa6f-2cd9-4ba5-b1db-ff4d1b3d35d0 to handler 2019-06-07 06:10:33.999 10553 INFO octavia.api.v1.controllers.listener [req-0438d273-b0d0-417d-87ee-0a4ebd5b610f - - - - -] Sending Creation of Listener 2ce4c192-96f2-425a-97f2-3bba9a25ffb7 to handler 2019-06-07 06:10:34.186 10553 INFO oslo_db.sqlalchemy.provision [req-d561f960-f225-45a2-9c3c-adcc2eebac2b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.190 10553 INFO oslo_db.sqlalchemy.provision [req-d561f960-f225-45a2-9c3c-adcc2eebac2b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dhqdnhably 2019-06-07 06:10:34.190 10553 INFO oslo_db.sqlalchemy.provision [req-d561f960-f225-45a2-9c3c-adcc2eebac2b - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v1.test_listener.TestListener.test_get_all [0.987265s] ... ok 2019-06-07 06:10:34.532 10528 INFO oslo_db.sqlalchemy.provision [req-ee17acf3-1ae5-44c8-8c7a-f8bb9a1220f0 - - - - -] CREATE BACKEND sqlite:// TOKEN gfmuqzhzvl 2019-06-07 06:10:34.693 10528 INFO octavia.common.config [req-ee17acf3-1ae5-44c8-8c7a-f8bb9a1220f0 - - - - -] Logging enabled! 2019-06-07 06:10:34.694 10528 INFO octavia.common.config [req-ee17acf3-1ae5-44c8-8c7a-f8bb9a1220f0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.739 10528 WARNING octavia.api.root_controller [req-ee17acf3-1ae5-44c8-8c7a-f8bb9a1220f0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.759 10528 INFO octavia.api.v1.controllers.load_balancer [req-d96cfd83-6464-4d6c-ad8e-1ae7cff52cdf - - - - -] Sending created Load Balancer e27db4ce-446c-4310-8ad1-12482ffc2e89 to the handler 2019-06-07 06:10:34.837 10528 INFO octavia.api.v1.controllers.listener [req-8693aa18-a660-46b2-b5f4-b12dbc714419 - - - - -] Sending Creation of Listener e6fcabc6-8f30-479d-af1d-5bf7638bbcbf to handler 2019-06-07 06:10:35.000 10528 INFO octavia.api.v1.controllers.l7policy [req-2a5116ef-ea96-4dc2-900c-5f4a3302b471 - - - - -] Sending Creation of L7Policy 22133ed5-03ec-4aaa-b4ab-1b1ad31f7532 to handler 2019-06-07 06:10:35.178 10528 INFO octavia.api.v1.controllers.l7rule [req-6bbaaa14-d63c-4189-b24a-3df9dda27f6d - - - - -] Sending Creation of L7Rule 8bc7e042-188e-4a5e-b094-93db67da9d8f to handler 2019-06-07 06:10:35.393 10528 INFO oslo_db.sqlalchemy.provision [req-8bf79fa1-6e5b-433b-a0cb-9cf922642b2c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.396 10528 INFO oslo_db.sqlalchemy.provision [req-8bf79fa1-6e5b-433b-a0cb-9cf922642b2c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gfmuqzhzvl 2019-06-07 06:10:35.397 10528 INFO oslo_db.sqlalchemy.provision [req-8bf79fa1-6e5b-433b-a0cb-9cf922642b2c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_header_rule [0.870889s] ... ok 2019-06-07 06:10:36.718 10533 INFO oslo_db.sqlalchemy.provision [req-12d9c11f-498b-458a-afe0-70efd3d554be - - - - -] CREATE BACKEND sqlite:// TOKEN wkpomuyqxp 2019-06-07 06:10:36.881 10533 INFO octavia.common.config [req-12d9c11f-498b-458a-afe0-70efd3d554be - - - - -] Logging enabled! 2019-06-07 06:10:36.882 10533 INFO octavia.common.config [req-12d9c11f-498b-458a-afe0-70efd3d554be - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.928 10533 WARNING octavia.api.root_controller [req-12d9c11f-498b-458a-afe0-70efd3d554be - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.950 10533 INFO octavia.api.v1.controllers.load_balancer [req-9c992ead-cc29-4cbc-82d3-8a81cf2818a9 - - - - -] Sending created Load Balancer 3387f22b-a216-473d-9608-98d1e99b600d to the handler 2019-06-07 06:10:36.974 10533 INFO octavia.api.v1.controllers.load_balancer [req-6b84950b-775a-43e9-8456-146cd6fc4e0f - - - - -] Load Balancer 3387f22b-a216-473d-9608-98d1e99b600d is immutable. 2019-06-07 06:10:37.010 10533 INFO oslo_db.sqlalchemy.provision [req-6b84950b-775a-43e9-8456-146cd6fc4e0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.014 10533 INFO oslo_db.sqlalchemy.provision [req-6b84950b-775a-43e9-8456-146cd6fc4e0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wkpomuyqxp 2019-06-07 06:10:37.015 10533 INFO oslo_db.sqlalchemy.provision [req-6b84950b-775a-43e9-8456-146cd6fc4e0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_pending_create [0.302437s] ... ok 2019-06-07 06:10:30.467 10551 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.468 10551 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.197 10551 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.256 10551 INFO octavia.api.v1.controllers.load_balancer [req-181aa042-c786-4f60-9fee-1b4c855b0a8f - - - - -] Sending created Load Balancer 2dc05fa4-f11b-4c14-9733-4a19c772a067 to the handler 2019-06-07 06:10:31.350 10551 INFO octavia.api.v1.controllers.listener [req-eb7b811b-bed1-458c-8a04-c2e476ac755b - - - - -] Sending Creation of Listener 52230be4-6a41-486c-a63a-4973a8e0a34d to handler 2019-06-07 06:10:31.494 10551 INFO octavia.api.v1.controllers.pool [req-cdada018-cbaa-4218-aadd-2699c0d7a788 - - - - -] Sending Creation of Pool 3b804068-a13f-4706-8c7b-30bc241225ee to handler 2019-06-07 06:10:31.708 10551 INFO octavia.api.v1.controllers.l7policy [req-dde5c939-786b-4a4e-9c29-8b7ca76a7355 - - - - -] Sending Creation of L7Policy cfc73cb0-b674-4c9a-970e-d866f7354067 to handler 2019-06-07 06:10:31.823 10551 INFO octavia.api.v1.controllers.load_balancer [req-e4c893ce-81fd-4008-8a68-b101c1465ff1 - - - - -] Sending updated Load Balancer 2dc05fa4-f11b-4c14-9733-4a19c772a067 to the handler 2019-06-07 06:10:31.903 10551 INFO octavia.api.v1.controllers.l7policy [req-2a467f93-9558-4cef-85ac-f408019fa9a3 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:31.954 10551 INFO oslo_db.sqlalchemy.provision [req-2a467f93-9558-4cef-85ac-f408019fa9a3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.957 10551 INFO oslo_db.sqlalchemy.provision [req-2a467f93-9558-4cef-85ac-f408019fa9a3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vwdarbbmnf 2019-06-07 06:10:31.958 10551 INFO oslo_db.sqlalchemy.provision [req-2a467f93-9558-4cef-85ac-f408019fa9a3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_when_lb_pending_update [2.184867s] ... ok 2019-06-07 06:10:36.820 10538 INFO oslo_db.sqlalchemy.provision [req-d926125f-c00e-4430-a59a-7383917f07f4 - - - - -] CREATE BACKEND sqlite:// TOKEN rcvtxkljku 2019-06-07 06:10:36.980 10538 INFO octavia.common.config [req-d926125f-c00e-4430-a59a-7383917f07f4 - - - - -] Logging enabled! 2019-06-07 06:10:36.981 10538 INFO octavia.common.config [req-d926125f-c00e-4430-a59a-7383917f07f4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.025 10538 WARNING octavia.api.root_controller [req-d926125f-c00e-4430-a59a-7383917f07f4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.046 10538 INFO octavia.api.v1.controllers.load_balancer [req-c3a9c2c1-60e8-42cd-ba98-69407fbc985d - - - - -] Sending created Load Balancer 68e89844-d6e3-4da2-894c-b4a9d23e0164 to the handler 2019-06-07 06:10:37.118 10538 INFO octavia.api.v1.controllers.listener [req-e6d36971-95bc-48fc-84b7-e097fc05a78e - - - - -] Sending Creation of Listener 8fa49aff-3018-4772-aa42-d122b2e469d2 to handler 2019-06-07 06:10:37.260 10538 INFO octavia.api.v1.controllers.pool [req-873cc450-9e39-43bb-9365-d1ebae245737 - - - - -] Sending Creation of Pool 9c350a05-69ca-4b9a-9b99-10df2d1faecd to handler 2019-06-07 06:10:37.413 10538 INFO oslo_db.sqlalchemy.provision [req-2b69887d-3ac0-4a4b-bc5b-18e0eb7fc7c5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.416 10538 INFO oslo_db.sqlalchemy.provision [req-2b69887d-3ac0-4a4b-bc5b-18e0eb7fc7c5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rcvtxkljku 2019-06-07 06:10:37.417 10538 INFO oslo_db.sqlalchemy.provision [req-2b69887d-3ac0-4a4b-bc5b-18e0eb7fc7c5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_pool.TestPool.test_get_all [0.603275s] ... ok 2019-06-07 06:10:34.047 10557 INFO oslo_db.sqlalchemy.provision [req-fe08762c-eb8f-4060-bbc4-476e1c3686cf - - - - -] CREATE BACKEND sqlite:// TOKEN bhngfhsanq 2019-06-07 06:10:34.245 10557 INFO octavia.common.config [req-fe08762c-eb8f-4060-bbc4-476e1c3686cf - - - - -] Logging enabled! 2019-06-07 06:10:34.246 10557 INFO octavia.common.config [req-fe08762c-eb8f-4060-bbc4-476e1c3686cf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.308 10557 WARNING octavia.api.root_controller [req-fe08762c-eb8f-4060-bbc4-476e1c3686cf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.340 10557 INFO octavia.api.v1.controllers.load_balancer [req-90250b4d-48ce-41f9-b7c6-85922890b82b - - - - -] Sending created Load Balancer f0e33a3f-8bb3-43e0-8acd-89756dba2461 to the handler 2019-06-07 06:10:34.430 10557 INFO octavia.api.v1.controllers.listener [req-69528e96-6c5a-42c9-bf73-62aade19f30a - - - - -] Sending Creation of Listener 109bf224-4906-439f-abfc-54073c8c224f to handler 2019-06-07 06:10:34.576 10557 INFO octavia.api.v1.controllers.pool [req-2ee7a3a0-542e-4378-b1b6-15a2a43a7523 - - - - -] Sending Creation of Pool 3e8c8511-e84c-4c52-9f92-41b5ff37ecd8 to handler 2019-06-07 06:10:34.821 10557 INFO octavia.api.v1.controllers.l7policy [req-c6b71824-9ef7-429f-9e7f-5f25c7625d45 - - - - -] Sending Creation of L7Policy 9a5dfcd1-42d7-4df9-ad58-c4839f1c2a97 to handler 2019-06-07 06:10:34.994 10557 INFO oslo_db.sqlalchemy.provision [req-a4ad6ec6-b4d7-4b9d-8bad-75ca378fa478 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.998 10557 INFO oslo_db.sqlalchemy.provision [req-a4ad6ec6-b4d7-4b9d-8bad-75ca378fa478 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bhngfhsanq 2019-06-07 06:10:34.999 10557 INFO oslo_db.sqlalchemy.provision [req-a4ad6ec6-b4d7-4b9d-8bad-75ca378fa478 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_with_duplicate_id [0.959251s] ... ok 2019-06-07 06:10:34.198 10553 INFO oslo_db.sqlalchemy.provision [req-d561f960-f225-45a2-9c3c-adcc2eebac2b - - - - -] CREATE BACKEND sqlite:// TOKEN zdtexhfpeh 2019-06-07 06:10:34.357 10553 INFO octavia.common.config [req-d561f960-f225-45a2-9c3c-adcc2eebac2b - - - - -] Logging enabled! 2019-06-07 06:10:34.358 10553 INFO octavia.common.config [req-d561f960-f225-45a2-9c3c-adcc2eebac2b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.403 10553 WARNING octavia.api.root_controller [req-d561f960-f225-45a2-9c3c-adcc2eebac2b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.424 10553 INFO octavia.api.v1.controllers.load_balancer [req-57cc584b-4268-41dd-9ddc-4363bc6b1610 - - - - -] Sending created Load Balancer 1aef62e3-8462-4b68-83b1-3e8cd180c7bf to the handler 2019-06-07 06:10:34.496 10553 INFO octavia.api.v1.controllers.listener [req-608c6b46-f3d2-43c2-8d77-fb6bcaf3edd5 - - - - -] Sending Creation of Listener a05df56f-6317-436b-9cc6-0377d89470a0 to handler 2019-06-07 06:10:34.620 10553 INFO octavia.api.v1.controllers.pool [req-5ec0e263-c257-40db-aa60-b7b1b7026b94 - - - - -] Sending Creation of Pool 1ad1d583-9904-42e6-ba49-373163e28e9c to handler 2019-06-07 06:10:34.810 10553 INFO octavia.api.v1.controllers.pool [req-6142461d-894f-4e93-9cb8-55e47c1584a2 - - - - -] Sending Creation of Pool 3f719620-6e07-4800-8b13-b19526bd7110 to handler 2019-06-07 06:10:35.051 10553 INFO octavia.api.v1.controllers.member [req-639ade16-5312-4ad0-b481-c16c632d33fe - - - - -] Sending Creation of Member 0e70aba3-a5e3-4a67-a5d8-fe6a582fa02d to handler 2019-06-07 06:10:35.216 10553 INFO oslo_db.sqlalchemy.provision [req-715ae158-822c-423d-9e5a-cb976874346f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.220 10553 INFO oslo_db.sqlalchemy.provision [req-715ae158-822c-423d-9e5a-cb976874346f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zdtexhfpeh 2019-06-07 06:10:35.220 10553 INFO oslo_db.sqlalchemy.provision [req-715ae158-822c-423d-9e5a-cb976874346f - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_bad_handler [1.028538s] ... ok 2019-06-07 06:10:30.950 10543 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.950 10543 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.544 10543 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.592 10543 INFO oslo_db.sqlalchemy.provision [req-8770692a-62c5-4780-aa06-89a3ea2de81e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.596 10543 INFO oslo_db.sqlalchemy.provision [req-8770692a-62c5-4780-aa06-89a3ea2de81e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lbqmecaggi 2019-06-07 06:10:31.596 10543 INFO oslo_db.sqlalchemy.provision [req-8770692a-62c5-4780-aa06-89a3ea2de81e - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:36.817 10558 INFO oslo_db.sqlalchemy.provision [req-b2918e26-1de8-431d-8f1e-7576eccd5f51 - - - - -] CREATE BACKEND sqlite:// TOKEN hrbtxmcizi 2019-06-07 06:10:36.980 10558 INFO octavia.common.config [req-b2918e26-1de8-431d-8f1e-7576eccd5f51 - - - - -] Logging enabled! 2019-06-07 06:10:36.981 10558 INFO octavia.common.config [req-b2918e26-1de8-431d-8f1e-7576eccd5f51 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.025 10558 WARNING octavia.api.root_controller [req-b2918e26-1de8-431d-8f1e-7576eccd5f51 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.047 10558 INFO octavia.api.v1.controllers.load_balancer [req-59171056-b57b-4468-be07-53fc8a519ae9 - - - - -] Sending created Load Balancer 24344c99-c967-4b4a-9672-54b9a7df04a3 to the handler 2019-06-07 06:10:37.135 10558 INFO octavia.api.v1.controllers.listener [req-b523708e-9bb9-4e4b-bb6e-e17b7aa4dc3b - - - - -] Sending Creation of Listener 2bdcdf5a-d65e-4de8-8d38-6d6d6f3e728d to handler 2019-06-07 06:10:37.288 10558 INFO octavia.api.v1.controllers.load_balancer [req-b98fa841-543e-4859-941c-bafeb3b12385 - - - - -] Sending deleted Load Balancer 24344c99-c967-4b4a-9672-54b9a7df04a3 to the handler 2019-06-07 06:10:37.322 10558 INFO octavia.api.v1.controllers.pool [req-6f959ca7-8e71-4810-810f-7732952ef06e - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:37.364 10558 INFO oslo_db.sqlalchemy.provision [req-6f959ca7-8e71-4810-810f-7732952ef06e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.368 10558 INFO oslo_db.sqlalchemy.provision [req-6f959ca7-8e71-4810-810f-7732952ef06e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hrbtxmcizi 2019-06-07 06:10:37.369 10558 INFO oslo_db.sqlalchemy.provision [req-6f959ca7-8e71-4810-810f-7732952ef06e - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_when_lb_pending_delete [0.559404s] ... ok {15} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_invalid_limit [1.411650s] ... ok 2019-06-07 06:10:31.965 10551 INFO oslo_db.sqlalchemy.provision [req-2a467f93-9558-4cef-85ac-f408019fa9a3 - - - - -] CREATE BACKEND sqlite:// TOKEN xojmxilsis 2019-06-07 06:10:32.123 10551 INFO octavia.common.config [req-2a467f93-9558-4cef-85ac-f408019fa9a3 - - - - -] Logging enabled! 2019-06-07 06:10:32.124 10551 INFO octavia.common.config [req-2a467f93-9558-4cef-85ac-f408019fa9a3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.168 10551 WARNING octavia.api.root_controller [req-2a467f93-9558-4cef-85ac-f408019fa9a3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.189 10551 INFO octavia.api.v1.controllers.load_balancer [req-fcb715f0-b466-4de0-9ca9-dbfaef5508e1 - - - - -] Sending created Load Balancer 89b7625c-8642-4cff-9fff-4af54403dba5 to the handler 2019-06-07 06:10:32.259 10551 INFO octavia.api.v1.controllers.listener [req-143af2e3-e8ad-45a9-bec4-d69e61285aef - - - - -] Sending Creation of Listener 0fe75540-8606-46a1-8446-f6e7790a8df0 to handler 2019-06-07 06:10:32.419 10551 INFO octavia.api.v1.controllers.l7policy [req-b491c154-86d7-4b8a-aeee-2ac2e494db7d - - - - -] Sending Creation of L7Policy 3a67d83f-babf-4223-a8f5-76f0f02add66 to handler 2019-06-07 06:10:32.594 10551 INFO octavia.api.v1.controllers.l7rule [req-3d2e2688-47e7-484a-b004-57d5b7bc1097 - - - - -] Sending Creation of L7Rule da26d0a7-e36b-484b-bbc7-63963feb79cd to handler 2019-06-07 06:10:32.789 10551 INFO oslo_db.sqlalchemy.provision [req-7bc5dbea-544c-4be1-a2f3-19b1b5ac64c1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.793 10551 INFO oslo_db.sqlalchemy.provision [req-7bc5dbea-544c-4be1-a2f3-19b1b5ac64c1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xojmxilsis 2019-06-07 06:10:32.793 10551 INFO oslo_db.sqlalchemy.provision [req-7bc5dbea-544c-4be1-a2f3-19b1b5ac64c1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_host_name_rule [0.834888s] ... ok 2019-06-07 06:10:35.749 10534 INFO oslo_db.sqlalchemy.provision [req-229c105c-84bc-4f3f-b33e-d7af0d03ee22 - - - - -] CREATE BACKEND sqlite:// TOKEN wospvaxqxi 2019-06-07 06:10:35.920 10534 INFO octavia.common.config [req-229c105c-84bc-4f3f-b33e-d7af0d03ee22 - - - - -] Logging enabled! 2019-06-07 06:10:35.921 10534 INFO octavia.common.config [req-229c105c-84bc-4f3f-b33e-d7af0d03ee22 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.968 10534 WARNING octavia.api.root_controller [req-229c105c-84bc-4f3f-b33e-d7af0d03ee22 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.992 10534 INFO octavia.api.v1.controllers.load_balancer [req-478ad237-0c9e-4854-a1ca-e3ecd1ce323b - - - - -] Sending created Load Balancer 58b97195-407e-4635-a30d-26e66a5dde84 to the handler 2019-06-07 06:10:36.069 10534 INFO octavia.api.v1.controllers.pool [req-c228aa7d-0280-4bf6-9b40-fbd7ad54c20c - - - - -] Sending Creation of Pool 086dece1-b91b-44d4-a9bd-824124f7b512 to handler 2019-06-07 06:10:36.160 10534 INFO octavia.api.v1.controllers.listener [req-6a8c322c-150a-4cb8-b2d9-085d38f9c72a - - - - -] Listener SEAN-CONNERY not found. 2019-06-07 06:10:36.186 10534 INFO oslo_db.sqlalchemy.provision [req-6a8c322c-150a-4cb8-b2d9-085d38f9c72a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.190 10534 INFO oslo_db.sqlalchemy.provision [req-6a8c322c-150a-4cb8-b2d9-085d38f9c72a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wospvaxqxi 2019-06-07 06:10:36.190 10534 INFO oslo_db.sqlalchemy.provision [req-6a8c322c-150a-4cb8-b2d9-085d38f9c72a - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v1.test_listener.TestListener.test_get_bad_listener_id [0.448024s] ... ok 2019-06-07 06:10:34.602 10554 INFO oslo_db.sqlalchemy.provision [req-113cc6e8-3ffa-47dc-870a-035aec18e3ef - - - - -] CREATE BACKEND sqlite:// TOKEN msokwdopjd 2019-06-07 06:10:34.764 10554 INFO octavia.common.config [req-113cc6e8-3ffa-47dc-870a-035aec18e3ef - - - - -] Logging enabled! 2019-06-07 06:10:34.765 10554 INFO octavia.common.config [req-113cc6e8-3ffa-47dc-870a-035aec18e3ef - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.810 10554 WARNING octavia.api.root_controller [req-113cc6e8-3ffa-47dc-870a-035aec18e3ef - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.837 10554 INFO octavia.api.v2.controllers.load_balancer [req-d26e19f3-b68f-46a5-b596-288046b11936 - - - - -] Sending created Load Balancer c9bf1df0-3ec9-44a4-87e9-a70ab5608614 to the handler 2019-06-07 06:10:34.927 10554 INFO octavia.api.v2.controllers.listener [req-2b353dd9-644a-494f-9b7e-47ab4627f58d - - - - -] Sending Creation of Listener 63503468-961d-4014-a23d-290b6dc6ce5a to handler 2019-06-07 06:10:35.063 10554 INFO octavia.api.v2.controllers.pool [req-084ea963-0217-450c-a860-9bc99e3eba53 - - - - -] Sending Creation of Pool 45b87c2d-eefa-4351-8a40-f09d11c65d11 to handler 2019-06-07 06:10:35.282 10554 INFO octavia.api.v2.controllers.pool [req-00d1b8b7-da4d-4618-b1bb-957b3c346853 - - - - -] Sending Creation of Pool 8b18cf28-5377-4374-8a28-de70da2947ee to handler 2019-06-07 06:10:35.532 10554 INFO octavia.api.v2.controllers.health_monitor [req-5451872d-bfa8-4fc3-b4b0-a84aeb23def8 - - - - -] Sending Creation of Health Monitor 4a6e02bd-7354-4205-8b1e-e3e751835e8f to handler 2019-06-07 06:10:35.757 10554 INFO octavia.api.v2.controllers.load_balancer [req-1dfe48a5-568a-4833-8c81-208c3c6b733a - - - - -] Sending updated Load Balancer c9bf1df0-3ec9-44a4-87e9-a70ab5608614 to the handler 2019-06-07 06:10:35.857 10554 INFO octavia.api.v2.controllers.health_monitor [req-a8c64a82-d936-4d21-bef6-80f755d8bcd5 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:35.882 10554 INFO oslo_db.sqlalchemy.provision [req-a8c64a82-d936-4d21-bef6-80f755d8bcd5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.886 10554 INFO oslo_db.sqlalchemy.provision [req-a8c64a82-d936-4d21-bef6-80f755d8bcd5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN msokwdopjd 2019-06-07 06:10:35.886 10554 INFO oslo_db.sqlalchemy.provision [req-a8c64a82-d936-4d21-bef6-80f755d8bcd5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_update [1.291055s] ... ok 2019-06-07 06:10:31.604 10543 INFO oslo_db.sqlalchemy.provision [req-8770692a-62c5-4780-aa06-89a3ea2de81e - - - - -] CREATE BACKEND sqlite:// TOKEN lfdnnktzkj 2019-06-07 06:10:31.764 10543 INFO octavia.common.config [req-8770692a-62c5-4780-aa06-89a3ea2de81e - - - - -] Logging enabled! 2019-06-07 06:10:31.765 10543 INFO octavia.common.config [req-8770692a-62c5-4780-aa06-89a3ea2de81e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.810 10543 WARNING octavia.api.root_controller [req-8770692a-62c5-4780-aa06-89a3ea2de81e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.853 10543 INFO octavia.api.v1.controllers.load_balancer [req-b01bdd6f-4c75-42b6-8d0c-1e2ddf5190b7 - - - - -] Sending created Load Balancer fd5fc4d1-1f8b-462c-8397-df2f38f04c78 to the handler 2019-06-07 06:10:31.955 10543 INFO octavia.api.v1.controllers.listener [req-9e51e339-0138-4bd5-9b98-e4ddf85d7897 - - - - -] Sending Creation of Listener 6b4c7152-1e2f-4e61-8d64-6a372ab2cbdc to handler 2019-06-07 06:10:32.115 10543 INFO octavia.api.v1.controllers.pool [req-d60d8b2f-2161-453d-8463-d22e30e1f385 - - - - -] Sending Creation of Pool 48bab9d5-ca92-4d56-9327-2422089f9f07 to handler 2019-06-07 06:10:32.334 10543 INFO octavia.api.v1.controllers.pool [req-efc128d2-5590-4f1c-a20e-59e86c0ff42d - - - - -] Sending Creation of Pool 48281d78-d058-4ece-a974-ba292cf045a7 to handler 2019-06-07 06:10:32.567 10543 INFO octavia.api.v1.controllers.health_monitor [req-5145fc39-ab3d-4173-8b08-d34dafed3dbb - - - - -] Sending Creation of Health Monitor for Pool 48bab9d5-ca92-4d56-9327-2422089f9f07 to handler 2019-06-07 06:10:32.781 10543 INFO oslo_db.sqlalchemy.provision [req-363223bf-0aaf-4963-8034-64c0e3d1f4a4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.784 10543 INFO oslo_db.sqlalchemy.provision [req-363223bf-0aaf-4963-8034-64c0e3d1f4a4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lfdnnktzkj 2019-06-07 06:10:32.785 10543 INFO oslo_db.sqlalchemy.provision [req-363223bf-0aaf-4963-8034-64c0e3d1f4a4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_duplicate_create [1.188114s] ... ok 2019-06-07 06:10:31.711 10531 INFO oslo_db.sqlalchemy.provision [req-de740c79-f7cd-49be-8f48-23e612cdb444 - - - - -] CREATE BACKEND sqlite:// TOKEN ltnhsvgose 2019-06-07 06:10:31.875 10531 INFO octavia.common.config [req-de740c79-f7cd-49be-8f48-23e612cdb444 - - - - -] Logging enabled! 2019-06-07 06:10:31.876 10531 INFO octavia.common.config [req-de740c79-f7cd-49be-8f48-23e612cdb444 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.920 10531 WARNING octavia.api.root_controller [req-de740c79-f7cd-49be-8f48-23e612cdb444 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.942 10531 INFO octavia.api.v1.controllers.load_balancer [req-471b49b4-7133-443c-81d6-53d745539d73 - - - - -] Sending created Load Balancer 0b601cc7-f754-48e8-b138-88818c6ef622 to the handler 2019-06-07 06:10:32.013 10531 INFO octavia.api.v1.controllers.listener [req-e44db4b4-88e3-4f21-9ef9-cfda51192bf9 - - - - -] Sending Creation of Listener 28e1c987-c973-4f7c-a105-a65be7cb8060 to handler 2019-06-07 06:10:32.175 10531 INFO octavia.api.v1.controllers.l7policy [req-53bf41dc-468e-490d-a406-b6a83fd1d511 - - - - -] Sending Creation of L7Policy 1fe5bd11-c59b-455f-8546-53e165ed3e9c to handler 2019-06-07 06:10:32.321 10531 INFO oslo_db.sqlalchemy.provision [req-adebe393-996a-4348-afa9-d06da1d13607 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.325 10531 INFO oslo_db.sqlalchemy.provision [req-adebe393-996a-4348-afa9-d06da1d13607 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ltnhsvgose 2019-06-07 06:10:32.325 10531 INFO oslo_db.sqlalchemy.provision [req-adebe393-996a-4348-afa9-d06da1d13607 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_path_rule [0.621199s] ... ok 2019-06-07 06:10:36.197 10534 INFO oslo_db.sqlalchemy.provision [req-6a8c322c-150a-4cb8-b2d9-085d38f9c72a - - - - -] CREATE BACKEND sqlite:// TOKEN qehmodjqjp 2019-06-07 06:10:36.366 10534 INFO octavia.common.config [req-6a8c322c-150a-4cb8-b2d9-085d38f9c72a - - - - -] Logging enabled! 2019-06-07 06:10:36.367 10534 INFO octavia.common.config [req-6a8c322c-150a-4cb8-b2d9-085d38f9c72a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.556 10534 WARNING octavia.api.root_controller [req-6a8c322c-150a-4cb8-b2d9-085d38f9c72a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.577 10534 INFO octavia.api.v1.controllers.load_balancer [req-e9a945ec-684f-4753-8b85-2a92bbc4bbf3 - - - - -] Sending created Load Balancer 9cb1114d-f829-4f18-bbc1-0d676a8da8a5 to the handler 2019-06-07 06:10:36.660 10534 INFO octavia.api.v1.controllers.pool [req-25d9c26e-42d2-49ea-baeb-38b83b910b3a - - - - -] Sending Creation of Pool 56a0fd7d-c2b5-49eb-86e8-7c2b1b2542d2 to handler 2019-06-07 06:10:36.761 10534 INFO octavia.api.v1.controllers.listener [req-03ccdecb-1c91-4bb7-bc74-de47d2558b94 - - - - -] Listener SEAN-CONNERY not found. 2019-06-07 06:10:36.786 10534 INFO oslo_db.sqlalchemy.provision [req-03ccdecb-1c91-4bb7-bc74-de47d2558b94 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.790 10534 INFO oslo_db.sqlalchemy.provision [req-03ccdecb-1c91-4bb7-bc74-de47d2558b94 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qehmodjqjp 2019-06-07 06:10:36.791 10534 INFO oslo_db.sqlalchemy.provision [req-03ccdecb-1c91-4bb7-bc74-de47d2558b94 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_bad_listener_id [0.599946s] ... ok 2019-06-07 06:10:32.800 10551 INFO oslo_db.sqlalchemy.provision [req-7bc5dbea-544c-4be1-a2f3-19b1b5ac64c1 - - - - -] CREATE BACKEND sqlite:// TOKEN pycvvbnnla 2019-06-07 06:10:32.958 10551 INFO octavia.common.config [req-7bc5dbea-544c-4be1-a2f3-19b1b5ac64c1 - - - - -] Logging enabled! 2019-06-07 06:10:32.958 10551 INFO octavia.common.config [req-7bc5dbea-544c-4be1-a2f3-19b1b5ac64c1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.002 10551 WARNING octavia.api.root_controller [req-7bc5dbea-544c-4be1-a2f3-19b1b5ac64c1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.023 10551 INFO octavia.api.v1.controllers.load_balancer [req-492e1bbd-4a84-4732-8d80-c2421db6ffdd - - - - -] Sending created Load Balancer 84cad146-d86b-4fe7-bebf-e48a79e5cb5d to the handler 2019-06-07 06:10:33.093 10551 INFO octavia.api.v1.controllers.listener [req-9b2bdc81-f150-48fc-8c89-58e579742493 - - - - -] Sending Creation of Listener 9adede8b-b36e-4a0d-8e3a-cfcae9f5f755 to handler 2019-06-07 06:10:33.252 10551 INFO octavia.api.v1.controllers.l7policy [req-f13a18d5-dde3-4e52-bdc3-3aa2786c2c29 - - - - -] Sending Creation of L7Policy 9c2e1e21-0b59-4d63-b21d-b3b3d213ac34 to handler 2019-06-07 06:10:33.403 10551 INFO octavia.api.v1.controllers.l7rule [req-9674d6e5-a9a0-48dc-a313-642332dded5a - - - - -] Sending Creation of L7Rule f8f33239-01f4-494d-b365-1f8406200548 to handler 2019-06-07 06:10:33.435 10551 INFO oslo_db.sqlalchemy.provision [req-9674d6e5-a9a0-48dc-a313-642332dded5a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.438 10551 INFO oslo_db.sqlalchemy.provision [req-9674d6e5-a9a0-48dc-a313-642332dded5a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pycvvbnnla 2019-06-07 06:10:33.439 10551 INFO oslo_db.sqlalchemy.provision [req-9674d6e5-a9a0-48dc-a313-642332dded5a - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_with_id [0.645118s] ... ok 2019-06-07 06:10:33.538 10556 INFO oslo_db.sqlalchemy.provision [req-504b0b00-24c5-4bbe-8e28-7618635c3fc3 - - - - -] CREATE BACKEND sqlite:// TOKEN lsbqtkawzg 2019-06-07 06:10:33.706 10556 INFO octavia.common.config [req-504b0b00-24c5-4bbe-8e28-7618635c3fc3 - - - - -] Logging enabled! 2019-06-07 06:10:33.707 10556 INFO octavia.common.config [req-504b0b00-24c5-4bbe-8e28-7618635c3fc3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.757 10556 WARNING octavia.api.root_controller [req-504b0b00-24c5-4bbe-8e28-7618635c3fc3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.848 10556 INFO octavia.api.v1.controllers.load_balancer [req-fdff70a2-d823-418b-a074-eba636d136da - - - - -] Sending full load balancer configuration dfeb1ac3-e354-496e-ba19-84cd98724b11 to the handler 2019-06-07 06:10:33.879 10556 INFO oslo_db.sqlalchemy.provision [req-fdff70a2-d823-418b-a074-eba636d136da - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.882 10556 INFO oslo_db.sqlalchemy.provision [req-fdff70a2-d823-418b-a074-eba636d136da - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lsbqtkawzg 2019-06-07 06:10:33.883 10556 INFO oslo_db.sqlalchemy.provision [req-fdff70a2-d823-418b-a074-eba636d136da - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:31.951 10530 INFO oslo_db.sqlalchemy.provision [req-b01d49c0-6e1e-410a-ac65-52a1628c4651 - - - - -] CREATE BACKEND sqlite:// TOKEN qrvqtenrvc 2019-06-07 06:10:32.141 10530 INFO octavia.common.config [req-b01d49c0-6e1e-410a-ac65-52a1628c4651 - - - - -] Logging enabled! 2019-06-07 06:10:32.142 10530 INFO octavia.common.config [req-b01d49c0-6e1e-410a-ac65-52a1628c4651 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.187 10530 WARNING octavia.api.root_controller [req-b01d49c0-6e1e-410a-ac65-52a1628c4651 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.208 10530 INFO octavia.api.v1.controllers.load_balancer [req-9a887759-f0a2-464f-b331-cb9c8610ca99 - - - - -] Sending created Load Balancer e534194e-99ac-435b-95b2-b53d7cc962c9 to the handler 2019-06-07 06:10:32.286 10530 INFO octavia.api.v1.controllers.listener [req-0abac49b-efdb-4990-b10c-45390ddd2e21 - - - - -] Sending Creation of Listener a7ebfa53-30e2-4530-9ba4-d06b26435bc2 to handler 2019-06-07 06:10:32.405 10530 INFO octavia.api.v1.controllers.pool [req-96df9756-ab95-4cf1-941d-d0148312d0f0 - - - - -] Sending Creation of Pool b44fe344-ab11-4d8f-a230-8c3a28ad6dbd to handler 2019-06-07 06:10:32.609 10530 INFO octavia.api.v1.controllers.l7policy [req-2369a1a1-7e32-476b-9689-74b3891d2c60 - - - - -] Sending Creation of L7Policy 22797222-07e5-4962-8f72-7b294993ef9b to handler 2019-06-07 06:10:32.814 10530 INFO octavia.api.v1.controllers.l7policy [req-95d2c357-9565-4a9b-b538-048fe7a5164d - - - - -] Sending Creation of L7Policy fd202cf1-b1b7-4267-ba9e-2da051a8b122 to handler 2019-06-07 06:10:33.034 10530 INFO octavia.api.v1.controllers.l7policy [req-122a1b0a-ee4a-405c-bc62-7037864fa1e5 - - - - -] Sending Creation of L7Policy db165587-6654-42ff-9501-98ada520e9f8 to handler 2019-06-07 06:10:33.204 10530 INFO oslo_db.sqlalchemy.provision [req-507155f6-9fc5-468f-ad47-1d784ba225a5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.208 10530 INFO oslo_db.sqlalchemy.provision [req-507155f6-9fc5-468f-ad47-1d784ba225a5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qrvqtenrvc 2019-06-07 06:10:33.209 10530 INFO oslo_db.sqlalchemy.provision [req-507155f6-9fc5-468f-ad47-1d784ba225a5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_get_all [1.263883s] ... ok 2019-06-07 06:10:35.379 10555 INFO oslo_db.sqlalchemy.provision [req-4af722fb-556a-4d2c-bb23-5f929ec7ba93 - - - - -] CREATE BACKEND sqlite:// TOKEN uwobtxgyqj 2019-06-07 06:10:35.540 10555 INFO octavia.common.config [req-4af722fb-556a-4d2c-bb23-5f929ec7ba93 - - - - -] Logging enabled! 2019-06-07 06:10:35.541 10555 INFO octavia.common.config [req-4af722fb-556a-4d2c-bb23-5f929ec7ba93 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.585 10555 WARNING octavia.api.root_controller [req-4af722fb-556a-4d2c-bb23-5f929ec7ba93 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.621 10555 INFO oslo_db.sqlalchemy.provision [req-7e4a1a2b-63bb-4d73-b12e-20bd2da7a0ef - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.625 10555 INFO oslo_db.sqlalchemy.provision [req-7e4a1a2b-63bb-4d73-b12e-20bd2da7a0ef - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uwobtxgyqj 2019-06-07 06:10:35.626 10555 INFO oslo_db.sqlalchemy.provision [req-7e4a1a2b-63bb-4d73-b12e-20bd2da7a0ef - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_get_default_quotas [0.253237s] ... ok 2019-06-07 06:10:32.844 10545 INFO oslo_db.sqlalchemy.provision [req-c09678cf-9b6d-43e8-ab04-25742f39d53c - - - - -] CREATE BACKEND sqlite:// TOKEN bxmsjlouxe 2019-06-07 06:10:33.026 10545 INFO octavia.common.config [req-c09678cf-9b6d-43e8-ab04-25742f39d53c - - - - -] Logging enabled! 2019-06-07 06:10:33.027 10545 INFO octavia.common.config [req-c09678cf-9b6d-43e8-ab04-25742f39d53c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.075 10545 WARNING octavia.api.root_controller [req-c09678cf-9b6d-43e8-ab04-25742f39d53c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.101 10545 INFO octavia.api.v1.controllers.load_balancer [req-28d93c13-6d6c-424c-b091-ed24818ce6e6 - - - - -] Sending created Load Balancer 1c65b90d-7f21-4cb0-863d-afaffd592406 to the handler 2019-06-07 06:10:33.180 10545 INFO octavia.api.v1.controllers.listener [req-4b3193d4-46a0-4a19-8c89-fc7bef6e5245 - - - - -] Sending Creation of Listener 26947f2c-efaf-42c4-a63e-685ba3ad69c7 to handler 2019-06-07 06:10:33.349 10545 INFO octavia.api.v1.controllers.l7policy [req-cf4f8b72-8e8f-4e71-afdb-25a66fbf4afd - - - - -] Sending Creation of L7Policy 3fa5889c-b9c8-4e06-bd9c-58bdbef4bebc to handler 2019-06-07 06:10:33.559 10545 INFO octavia.api.v1.controllers.l7rule [req-885286f2-ae18-4ea2-9cf4-656f6fdefe0c - - - - -] Sending Creation of L7Rule 4dbb67df-4a9f-4916-bc6f-0ab3acc193fa to handler 2019-06-07 06:10:33.641 10545 INFO oslo_db.sqlalchemy.provision [req-01a0f2a2-37c4-48e5-884b-c3e331c301d6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.644 10545 INFO oslo_db.sqlalchemy.provision [req-01a0f2a2-37c4-48e5-884b-c3e331c301d6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bxmsjlouxe 2019-06-07 06:10:33.645 10545 INFO oslo_db.sqlalchemy.provision [req-01a0f2a2-37c4-48e5-884b-c3e331c301d6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_update [0.808242s] ... ok 2019-06-07 06:10:34.553 10544 INFO oslo_db.sqlalchemy.provision [req-a57ca76c-aa27-4d02-abdf-b4597fd723cd - - - - -] CREATE BACKEND sqlite:// TOKEN tqbpklalat 2019-06-07 06:10:34.715 10544 INFO octavia.common.config [req-a57ca76c-aa27-4d02-abdf-b4597fd723cd - - - - -] Logging enabled! 2019-06-07 06:10:34.716 10544 INFO octavia.common.config [req-a57ca76c-aa27-4d02-abdf-b4597fd723cd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.763 10544 WARNING octavia.api.root_controller [req-a57ca76c-aa27-4d02-abdf-b4597fd723cd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.795 10544 INFO octavia.api.v2.controllers.load_balancer [req-561a1a8e-9177-4161-b2fb-634a9c923c11 - - - - -] Sending created Load Balancer f55e2d6b-bd68-4310-82ed-564dcfae6a7d to the handler 2019-06-07 06:10:34.877 10544 ERROR octavia.api.v2.controllers.base [req-8f4b5660-6a6a-4aca-a9fc-6ee60b497427 - - - - -] Amphora 8339f832-2180-4d75-8a3e-a2de4cd4c7b9 not found: None 2019-06-07 06:10:34.877 10544 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:34.877 10544 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:34.902 10544 INFO oslo_db.sqlalchemy.provision [req-8f4b5660-6a6a-4aca-a9fc-6ee60b497427 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.906 10544 INFO oslo_db.sqlalchemy.provision [req-8f4b5660-6a6a-4aca-a9fc-6ee60b497427 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tqbpklalat 2019-06-07 06:10:34.907 10544 INFO oslo_db.sqlalchemy.provision [req-8f4b5660-6a6a-4aca-a9fc-6ee60b497427 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_member [0.352762s] ... ok 2019-06-07 06:10:30.389 10536 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.390 10536 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.002 10536 INFO oslo_db.sqlalchemy.provision [req-8db06832-eeda-44c0-9641-d05c332836e7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.006 10536 INFO oslo_db.sqlalchemy.provision [req-8db06832-eeda-44c0-9641-d05c332836e7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zyylzswxwv 2019-06-07 06:10:31.007 10536 INFO oslo_db.sqlalchemy.provision [req-8db06832-eeda-44c0-9641-d05c332836e7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_v2_disabled [1.333738s] ... ok 2019-06-07 06:10:34.351 10539 INFO oslo_db.sqlalchemy.provision [req-43c0d9f6-85ab-4166-b712-ccc043414262 - - - - -] CREATE BACKEND sqlite:// TOKEN qodpumcgnk 2019-06-07 06:10:34.510 10539 INFO octavia.common.config [req-43c0d9f6-85ab-4166-b712-ccc043414262 - - - - -] Logging enabled! 2019-06-07 06:10:34.511 10539 INFO octavia.common.config [req-43c0d9f6-85ab-4166-b712-ccc043414262 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.555 10539 WARNING octavia.api.root_controller [req-43c0d9f6-85ab-4166-b712-ccc043414262 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.576 10539 INFO octavia.api.v1.controllers.load_balancer [req-2146cfc9-32a8-468d-88b4-267ba18c67be - - - - -] Sending created Load Balancer af3c5815-3330-4ae2-9e9b-48506eef689d to the handler 2019-06-07 06:10:34.648 10539 INFO octavia.api.v1.controllers.listener [req-477b572b-43c1-4f10-8c88-877842e317b3 - - - - -] Sending Creation of Listener 8a6906ca-0d5d-418c-a828-78e4e16c63a1 to handler 2019-06-07 06:10:34.797 10539 INFO octavia.api.v1.controllers.l7policy [req-11ff34bd-da51-42dc-9459-e4c60323d769 - - - - -] Sending Creation of L7Policy 69c7f3d7-c90b-4e02-bdaf-951f7bf677e4 to handler 2019-06-07 06:10:34.963 10539 INFO octavia.api.v1.controllers.l7rule [req-78433bed-b3bb-406d-9b40-92b872a20f7a - - - - -] Sending Creation of L7Rule 0d04d844-70ed-477e-a20f-b55f3dbda77a to handler 2019-06-07 06:10:35.101 10539 INFO octavia.api.v1.controllers.l7rule [req-5d78df1e-f56b-4b0a-9c57-8c807be67960 - - - - -] Sending Update of L7Rule 0d04d844-70ed-477e-a20f-b55f3dbda77a to handler 2019-06-07 06:10:35.211 10539 INFO oslo_db.sqlalchemy.provision [req-81dcfc41-e347-4fdf-a24c-0d9ae6010b1f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.215 10539 INFO oslo_db.sqlalchemy.provision [req-81dcfc41-e347-4fdf-a24c-0d9ae6010b1f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qodpumcgnk 2019-06-07 06:10:35.215 10539 INFO oslo_db.sqlalchemy.provision [req-81dcfc41-e347-4fdf-a24c-0d9ae6010b1f - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_with_bad_handler [0.870461s] ... ok {16} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_bad_get [0.360671s] ... ok 2019-06-07 06:10:35.404 10528 INFO oslo_db.sqlalchemy.provision [req-8bf79fa1-6e5b-433b-a0cb-9cf922642b2c - - - - -] CREATE BACKEND sqlite:// TOKEN yipqnkarth 2019-06-07 06:10:35.568 10528 INFO octavia.common.config [req-8bf79fa1-6e5b-433b-a0cb-9cf922642b2c - - - - -] Logging enabled! 2019-06-07 06:10:35.569 10528 INFO octavia.common.config [req-8bf79fa1-6e5b-433b-a0cb-9cf922642b2c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.759 10528 WARNING octavia.api.root_controller [req-8bf79fa1-6e5b-433b-a0cb-9cf922642b2c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.779 10528 INFO octavia.api.v1.controllers.load_balancer [req-140c9477-a9d7-49ec-b2f6-9ebf0289ac4d - - - - -] Sending created Load Balancer cec11a99-0bf9-413e-9759-a31154ee3e7c to the handler 2019-06-07 06:10:35.851 10528 INFO octavia.api.v1.controllers.pool [req-dc58139f-3d6c-4508-9a24-ca933bf30844 - - - - -] Sending Creation of Pool 7521a69a-b90b-4752-ad8c-32b01b970259 to handler 2019-06-07 06:10:35.971 10528 INFO oslo_db.sqlalchemy.provision [req-fd6ebc2e-2fe0-4d86-93d5-41e6caf0b91d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.975 10528 INFO oslo_db.sqlalchemy.provision [req-fd6ebc2e-2fe0-4d86-93d5-41e6caf0b91d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yipqnkarth 2019-06-07 06:10:35.976 10528 INFO oslo_db.sqlalchemy.provision [req-fd6ebc2e-2fe0-4d86-93d5-41e6caf0b91d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_over_quota [0.577853s] ... ok 2019-06-07 06:10:30.486 10541 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.487 10541 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.203 10541 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.258 10541 INFO oslo_db.sqlalchemy.provision [req-5cde548a-4372-4444-8590-f173cb59e582 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.262 10541 INFO oslo_db.sqlalchemy.provision [req-5cde548a-4372-4444-8590-f173cb59e582 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iydyjgzhkv 2019-06-07 06:10:31.263 10541 INFO oslo_db.sqlalchemy.provision [req-5cde548a-4372-4444-8590-f173cb59e582 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_invalid_marker [1.468661s] ... ok 2019-06-07 06:10:35.895 10554 INFO oslo_db.sqlalchemy.provision [req-a8c64a82-d936-4d21-bef6-80f755d8bcd5 - - - - -] CREATE BACKEND sqlite:// TOKEN bhquztehau 2019-06-07 06:10:36.212 10554 INFO octavia.common.config [req-a8c64a82-d936-4d21-bef6-80f755d8bcd5 - - - - -] Logging enabled! 2019-06-07 06:10:36.212 10554 INFO octavia.common.config [req-a8c64a82-d936-4d21-bef6-80f755d8bcd5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.253 10554 WARNING octavia.api.root_controller [req-a8c64a82-d936-4d21-bef6-80f755d8bcd5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.279 10554 INFO octavia.api.v2.controllers.load_balancer [req-ba969ae7-1892-4469-aaec-0222f5e3a35e - - - - -] Sending created Load Balancer a930bfa9-9f3e-4fbb-9568-03da2e28c5fa to the handler 2019-06-07 06:10:36.365 10554 INFO octavia.api.v2.controllers.listener [req-117affcf-9c49-4d69-992e-780e2950ecc5 - - - - -] Sending Creation of Listener c78a4289-8a5e-456c-a6ea-8ec2ab3f9f7d to handler 2019-06-07 06:10:36.523 10554 INFO octavia.api.v2.controllers.l7policy [req-0f251b98-dc05-45b1-8d38-b50739d22425 - - - - -] Sending Creation of L7Policy c171dc9f-620b-4fe4-a649-e84fa1725e89 to handler 2019-06-07 06:10:36.807 10554 INFO octavia.api.v2.controllers.l7rule [req-5e129647-063a-4f0c-9365-4c976d310fa8 - - - - -] Sending Creation of L7Rule dd5add9d-3bff-47a0-83f2-b0bc8a32fc9e to handler 2019-06-07 06:10:37.021 10554 INFO octavia.api.v2.controllers.load_balancer [req-a6108441-cc1c-4045-8433-f1f709aeb693 - - - - -] Sending deleted Load Balancer a930bfa9-9f3e-4fbb-9568-03da2e28c5fa to the handler 2019-06-07 06:10:37.081 10554 INFO octavia.api.v2.controllers.l7rule [req-2e9f6435-e1c0-45fb-98e0-977f9cbc8bd6 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:37.106 10554 INFO oslo_db.sqlalchemy.provision [req-2e9f6435-e1c0-45fb-98e0-977f9cbc8bd6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.110 10554 INFO oslo_db.sqlalchemy.provision [req-2e9f6435-e1c0-45fb-98e0-977f9cbc8bd6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bhquztehau 2019-06-07 06:10:37.111 10554 INFO oslo_db.sqlalchemy.provision [req-2e9f6435-e1c0-45fb-98e0-977f9cbc8bd6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_when_lb_pending_delete [1.222908s] ... ok 2019-06-07 06:10:30.665 10549 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.666 10549 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.388 10549 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.445 10549 INFO octavia.api.v1.controllers.load_balancer [req-e3e9616d-3cc3-4f44-a3ae-d33ef0bfb045 - - - - -] Sending created Load Balancer 77f5a489-bcba-475d-b387-25eecbb13cb1 to the handler 2019-06-07 06:10:31.553 10549 INFO octavia.api.v1.controllers.listener [req-fba01959-f531-4d35-a119-89c6c9697876 - - - - -] Sending Creation of Listener 3a9995f4-849e-418d-ae7a-17b37ae4a1b5 to handler 2019-06-07 06:10:31.691 10549 INFO octavia.api.v1.controllers.pool [req-0c420190-d855-4c9d-83bb-6cfab7d29a81 - - - - -] Sending Creation of Pool 8fc70ce6-4b2f-4e16-a279-e4798043dcf8 to handler 2019-06-07 06:10:31.895 10549 INFO octavia.api.v1.controllers.l7policy [req-0f1abad3-f67d-4567-9049-3a5aa39b745c - - - - -] Sending Creation of L7Policy 52691e53-8069-4097-82e8-fcdd00bbdb84 to handler 2019-06-07 06:10:32.154 10549 INFO oslo_db.sqlalchemy.provision [req-a4859cc2-0c70-44d7-8da1-82efd24498a5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.158 10549 INFO oslo_db.sqlalchemy.provision [req-a4859cc2-0c70-44d7-8da1-82efd24498a5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pwqgkzuvzr 2019-06-07 06:10:32.159 10549 INFO oslo_db.sqlalchemy.provision [req-a4859cc2-0c70-44d7-8da1-82efd24498a5 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:30.551 10550 INFO octavia.common.config [-] Logging enabled! 2019-06-07 06:10:30.551 10550 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.274 10550 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.330 10550 INFO octavia.api.v1.controllers.load_balancer [req-b7b1c983-2974-4876-9083-fc9c5c87c66c - - - - -] Sending created Load Balancer 11b9d8d0-76ac-413c-a5f6-d88058dee50b to the handler 2019-06-07 06:10:31.429 10550 INFO octavia.api.v1.controllers.listener [req-f9718f73-dbc2-4960-9a98-96798d4af4ac - - - - -] Sending Creation of Listener 04bea14f-eb3a-423c-a999-cf32cc9d0fce to handler 2019-06-07 06:10:31.572 10550 INFO octavia.api.v1.controllers.pool [req-e96ff0ed-2618-40fb-82dd-6b18a3acf4d7 - - - - -] Sending Creation of Pool b9bf5042-4d35-429d-9df9-af094bed714a to handler 2019-06-07 06:10:31.787 10550 INFO octavia.api.v1.controllers.pool [req-93b43ce8-abce-41e9-8b85-3df781558958 - - - - -] Sending Creation of Pool 58549a92-fc58-4260-92ea-ed959d94945a to handler 2019-06-07 06:10:32.029 10550 INFO octavia.api.v1.controllers.health_monitor [req-524b328e-39ed-4a77-98be-67c00b9f1a74 - - - - -] Sending Creation of Health Monitor for Pool 58549a92-fc58-4260-92ea-ed959d94945a to handler 2019-06-07 06:10:32.261 10550 INFO octavia.api.v1.controllers.health_monitor [req-b1d2b1a2-1f27-4c2b-ab2c-c4c577b32c1a - - - - -] Sending Update of Health Monitor for Pool 58549a92-fc58-4260-92ea-ed959d94945a to handler 2019-06-07 06:10:32.418 10550 INFO oslo_db.sqlalchemy.provision [req-c871cf7f-5596-47bc-af74-2dbc81e9006a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.422 10550 INFO oslo_db.sqlalchemy.provision [req-c871cf7f-5596-47bc-af74-2dbc81e9006a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cxoenqmtsk 2019-06-07 06:10:32.422 10550 INFO oslo_db.sqlalchemy.provision [req-c871cf7f-5596-47bc-af74-2dbc81e9006a - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update_with_bad_handler [2.554275s] ... ok 2019-06-07 06:10:34.168 10546 INFO oslo_db.sqlalchemy.provision [req-5a580bcb-f45d-4d11-a4e8-54c5b7cd8803 - - - - -] CREATE BACKEND sqlite:// TOKEN pzebdnsfqi 2019-06-07 06:10:34.331 10546 INFO octavia.common.config [req-5a580bcb-f45d-4d11-a4e8-54c5b7cd8803 - - - - -] Logging enabled! 2019-06-07 06:10:34.332 10546 INFO octavia.common.config [req-5a580bcb-f45d-4d11-a4e8-54c5b7cd8803 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.378 10546 WARNING octavia.api.root_controller [req-5a580bcb-f45d-4d11-a4e8-54c5b7cd8803 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.399 10546 INFO octavia.api.v1.controllers.load_balancer [req-03a56ed3-25a6-462d-a4ab-9efb619e449e - - - - -] Sending created Load Balancer 9f799e4e-1164-484a-9faa-646c83f425d5 to the handler 2019-06-07 06:10:34.471 10546 INFO octavia.api.v1.controllers.listener [req-255a3cc3-3ba3-461d-8c6b-b445623ebcbd - - - - -] Sending Creation of Listener 68d1ca4c-e89e-4c35-8f09-f8fd79e9b6e3 to handler 2019-06-07 06:10:34.631 10546 INFO octavia.api.v1.controllers.pool [req-f8597f0b-66f5-4aec-80c7-ce84385fbec2 - - - - -] Sending Creation of Pool 30dbfb21-79be-45b4-911f-7e2aac41f767 to handler 2019-06-07 06:10:35.076 10546 INFO octavia.api.v1.controllers.pool [req-db0028b4-034c-41bd-a8be-8ef887a1e2b7 - - - - -] Sending Creation of Pool bd3eec97-1564-4a5e-b459-b00cbc8a9d63 to handler 2019-06-07 06:10:35.471 10546 INFO octavia.api.v1.controllers.member [req-76eb1057-45cf-4dd3-b57b-54d8406c8158 - - - - -] Sending Creation of Member c3f1c42f-82f8-462c-b7ce-b1e1c1e024ea to handler 2019-06-07 06:10:35.546 10546 INFO oslo_db.sqlalchemy.provision [req-7b2958ee-1eb4-4aeb-a65e-747b916bfda7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.550 10546 INFO oslo_db.sqlalchemy.provision [req-7b2958ee-1eb4-4aeb-a65e-747b916bfda7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pzebdnsfqi 2019-06-07 06:10:35.550 10546 INFO oslo_db.sqlalchemy.provision [req-7b2958ee-1eb4-4aeb-a65e-747b916bfda7 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:35.327 10547 INFO oslo_db.sqlalchemy.provision [req-53fde562-1a97-4985-85bd-cbd9aa6ae806 - - - - -] CREATE BACKEND sqlite:// TOKEN hifopouswc 2019-06-07 06:10:35.485 10547 INFO octavia.common.config [req-53fde562-1a97-4985-85bd-cbd9aa6ae806 - - - - -] Logging enabled! 2019-06-07 06:10:35.486 10547 INFO octavia.common.config [req-53fde562-1a97-4985-85bd-cbd9aa6ae806 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.530 10547 WARNING octavia.api.root_controller [req-53fde562-1a97-4985-85bd-cbd9aa6ae806 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.553 10547 INFO octavia.api.v1.controllers.load_balancer [req-37ce755b-f7f1-4fc8-bedf-fa5eb5e109f0 - - - - -] Sending created Load Balancer 33b83ff9-b450-45a6-bec5-888d51e3dc57 to the handler 2019-06-07 06:10:35.604 10547 INFO octavia.api.v1.controllers.load_balancer [req-5bc73d35-fbe0-4be2-94d0-84a380b3697b - - - - -] Sending updated Load Balancer 33b83ff9-b450-45a6-bec5-888d51e3dc57 to the handler 2019-06-07 06:10:35.685 10547 INFO oslo_db.sqlalchemy.provision [req-6b5af092-6acb-46bd-8cc0-6112bdb5c582 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.688 10547 INFO oslo_db.sqlalchemy.provision [req-6b5af092-6acb-46bd-8cc0-6112bdb5c582 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hifopouswc 2019-06-07 06:10:35.689 10547 INFO oslo_db.sqlalchemy.provision [req-6b5af092-6acb-46bd-8cc0-6112bdb5c582 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:33.446 10551 INFO oslo_db.sqlalchemy.provision [req-9674d6e5-a9a0-48dc-a313-642332dded5a - - - - -] CREATE BACKEND sqlite:// TOKEN irxayrcnxz 2019-06-07 06:10:33.626 10551 INFO octavia.common.config [req-9674d6e5-a9a0-48dc-a313-642332dded5a - - - - -] Logging enabled! 2019-06-07 06:10:33.628 10551 INFO octavia.common.config [req-9674d6e5-a9a0-48dc-a313-642332dded5a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.674 10551 WARNING octavia.api.root_controller [req-9674d6e5-a9a0-48dc-a313-642332dded5a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.712 10551 INFO oslo_db.sqlalchemy.provision [req-af9faae5-0307-47c7-a151-9348c819d46e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.715 10551 INFO oslo_db.sqlalchemy.provision [req-af9faae5-0307-47c7-a151-9348c819d46e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN irxayrcnxz 2019-06-07 06:10:33.716 10551 INFO oslo_db.sqlalchemy.provision [req-af9faae5-0307-47c7-a151-9348c819d46e - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_network_subnet [0.276451s] ... ok {21} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_reject_policy [2.180868s] ... ok 2019-06-07 06:10:35.633 10555 INFO oslo_db.sqlalchemy.provision [req-7e4a1a2b-63bb-4d73-b12e-20bd2da7a0ef - - - - -] CREATE BACKEND sqlite:// TOKEN lkcoglcohp 2019-06-07 06:10:35.802 10555 INFO octavia.common.config [req-7e4a1a2b-63bb-4d73-b12e-20bd2da7a0ef - - - - -] Logging enabled! 2019-06-07 06:10:35.803 10555 INFO octavia.common.config [req-7e4a1a2b-63bb-4d73-b12e-20bd2da7a0ef - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.848 10555 WARNING octavia.api.root_controller [req-7e4a1a2b-63bb-4d73-b12e-20bd2da7a0ef - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.880 10555 INFO octavia.api.v2.controllers.load_balancer [req-55493d7e-b3eb-425c-a884-a2788f98ebe1 - - - - -] Sending created Load Balancer 769e7806-cc3c-4453-8ba1-8d2d3a711bee to the handler 2019-06-07 06:10:35.993 10555 INFO oslo_db.sqlalchemy.provision [req-48f87791-7245-45ff-b7b0-77ad7492069d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.997 10555 INFO oslo_db.sqlalchemy.provision [req-48f87791-7245-45ff-b7b0-77ad7492069d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lkcoglcohp 2019-06-07 06:10:35.997 10555 INFO oslo_db.sqlalchemy.provision [req-48f87791-7245-45ff-b7b0-77ad7492069d - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_empty_get_all [0.370984s] ... ok {18} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_update [1.389423s] ... ok 2019-06-07 06:10:33.219 10530 INFO oslo_db.sqlalchemy.provision [req-507155f6-9fc5-468f-ad47-1d784ba225a5 - - - - -] CREATE BACKEND sqlite:// TOKEN xvsierpncf 2019-06-07 06:10:33.389 10530 INFO octavia.common.config [req-507155f6-9fc5-468f-ad47-1d784ba225a5 - - - - -] Logging enabled! 2019-06-07 06:10:33.389 10530 INFO octavia.common.config [req-507155f6-9fc5-468f-ad47-1d784ba225a5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.440 10530 WARNING octavia.api.root_controller [req-507155f6-9fc5-468f-ad47-1d784ba225a5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.460 10530 INFO octavia.api.v1.controllers.load_balancer [req-99a9e82e-8224-4c6a-8e97-02db4209d208 - - - - -] Sending created Load Balancer 250295db-0393-4069-a107-e51c3477b915 to the handler 2019-06-07 06:10:33.530 10530 INFO octavia.api.v1.controllers.listener [req-7807ca77-d6d4-4cc8-9702-6db88d968436 - - - - -] Sending Creation of Listener f24a91a8-0d1f-4149-bab4-6ab3bf9c0f19 to handler 2019-06-07 06:10:33.707 10530 INFO octavia.api.v1.controllers.l7policy [req-a855418a-cc75-4715-a53c-fdc9099603b2 - - - - -] Sending Creation of L7Policy 6db41164-17c2-41bf-84ff-bb8ae99ea8f2 to handler 2019-06-07 06:10:33.884 10530 INFO octavia.api.v1.controllers.l7rule [req-4972920f-c4c9-4e10-9da8-a8b2359b3621 - - - - -] Sending Creation of L7Rule 9da38ab7-9901-4aa8-999f-b9abe5d1fcf4 to handler 2019-06-07 06:10:34.097 10530 INFO oslo_db.sqlalchemy.provision [req-f3a36e1a-d58a-455e-b7a9-9236f1390897 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.101 10530 INFO oslo_db.sqlalchemy.provision [req-f3a36e1a-d58a-455e-b7a9-9236f1390897 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xvsierpncf 2019-06-07 06:10:34.101 10530 INFO oslo_db.sqlalchemy.provision [req-f3a36e1a-d58a-455e-b7a9-9236f1390897 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_file_type_rule [0.891243s] ... ok {19} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update [0.368343s] ... ok 2019-06-07 06:10:32.044 10552 INFO oslo_db.sqlalchemy.provision [req-4083cf8c-08c5-4310-970d-765b8e959dcb - - - - -] CREATE BACKEND sqlite:// TOKEN xrqgxlclob 2019-06-07 06:10:32.207 10552 INFO octavia.common.config [req-4083cf8c-08c5-4310-970d-765b8e959dcb - - - - -] Logging enabled! 2019-06-07 06:10:32.208 10552 INFO octavia.common.config [req-4083cf8c-08c5-4310-970d-765b8e959dcb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.254 10552 WARNING octavia.api.root_controller [req-4083cf8c-08c5-4310-970d-765b8e959dcb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.275 10552 INFO octavia.api.v1.controllers.load_balancer [req-47088852-d47b-4bb0-ab17-b623cce91073 - - - - -] Sending created Load Balancer dba21d02-2874-4add-94dd-d36e9844d866 to the handler 2019-06-07 06:10:32.347 10552 INFO octavia.api.v1.controllers.listener [req-6c67012d-d28d-48ad-ab84-135ef2b2a50f - - - - -] Sending Creation of Listener 42207de0-bb04-4bca-92ff-b9e0288694b9 to handler 2019-06-07 06:10:32.507 10552 INFO octavia.api.v1.controllers.l7policy [req-6ea1f5c5-5e0c-425f-8415-d2b279a2148d - - - - -] Sending Creation of L7Policy d8064767-da3f-476c-9b6f-1f56b965bc65 to handler 2019-06-07 06:10:32.669 10552 INFO octavia.api.v1.controllers.l7rule [req-a3f95d1e-797d-4dbb-8484-a55f1fb5ca22 - - - - -] Sending Creation of L7Rule d91a3bda-aaae-4e60-b9c0-45b1c6f785bb to handler 2019-06-07 06:10:32.885 10552 INFO oslo_db.sqlalchemy.provision [req-11ba4625-74cc-4703-b1db-ca65c43f2443 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:32.889 10552 INFO oslo_db.sqlalchemy.provision [req-11ba4625-74cc-4703-b1db-ca65c43f2443 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xrqgxlclob 2019-06-07 06:10:32.890 10552 INFO oslo_db.sqlalchemy.provision [req-11ba4625-74cc-4703-b1db-ca65c43f2443 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_path_rule [0.853106s] ... ok 2019-06-07 06:10:37.424 10538 INFO oslo_db.sqlalchemy.provision [req-2b69887d-3ac0-4a4b-bc5b-18e0eb7fc7c5 - - - - -] CREATE BACKEND sqlite:// TOKEN rahiaeccsq 2019-06-07 06:10:37.586 10538 INFO octavia.common.config [req-2b69887d-3ac0-4a4b-bc5b-18e0eb7fc7c5 - - - - -] Logging enabled! 2019-06-07 06:10:37.587 10538 INFO octavia.common.config [req-2b69887d-3ac0-4a4b-bc5b-18e0eb7fc7c5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.631 10538 WARNING octavia.api.root_controller [req-2b69887d-3ac0-4a4b-bc5b-18e0eb7fc7c5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.663 10538 INFO octavia.api.v2.controllers.load_balancer [req-ef4ef1c6-ef56-4735-892d-4dd845615d0c - - - - -] Sending created Load Balancer 67aa0d77-edb5-4fbf-954d-6878a0034c4e to the handler 2019-06-07 06:10:37.777 10538 INFO oslo_db.sqlalchemy.provision [req-9014ed6a-4a64-430a-a3e5-a665dbed835a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.781 10538 INFO oslo_db.sqlalchemy.provision [req-9014ed6a-4a64-430a-a3e5-a665dbed835a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rahiaeccsq 2019-06-07 06:10:37.782 10538 INFO oslo_db.sqlalchemy.provision [req-9014ed6a-4a64-430a-a3e5-a665dbed835a - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get [0.363950s] ... ok 2019-06-07 06:10:33.736 10551 INFO oslo_db.sqlalchemy.provision [req-af9faae5-0307-47c7-a151-9348c819d46e - - - - -] CREATE BACKEND sqlite:// TOKEN skvmxrioss 2019-06-07 06:10:33.899 10551 INFO octavia.common.config [req-af9faae5-0307-47c7-a151-9348c819d46e - - - - -] Logging enabled! 2019-06-07 06:10:33.900 10551 INFO octavia.common.config [req-af9faae5-0307-47c7-a151-9348c819d46e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.944 10551 WARNING octavia.api.root_controller [req-af9faae5-0307-47c7-a151-9348c819d46e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.969 10551 INFO octavia.api.v1.controllers.load_balancer [req-39e9e3d7-b92e-4f7e-97aa-13052e832135 - - - - -] Sending created Load Balancer e779d9f8-0fb2-4efc-9d4b-0f4b72a02659 to the handler 2019-06-07 06:10:34.041 10551 INFO oslo_db.sqlalchemy.provision [req-671d71fa-65be-43bc-b888-0a2be57ec1b6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.045 10551 INFO oslo_db.sqlalchemy.provision [req-671d71fa-65be-43bc-b888-0a2be57ec1b6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN skvmxrioss 2019-06-07 06:10:34.046 10551 INFO oslo_db.sqlalchemy.provision [req-671d71fa-65be-43bc-b888-0a2be57ec1b6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_full [0.327424s] ... ok 2019-06-07 06:10:36.006 10555 INFO oslo_db.sqlalchemy.provision [req-48f87791-7245-45ff-b7b0-77ad7492069d - - - - -] CREATE BACKEND sqlite:// TOKEN ajsgvtoitu 2019-06-07 06:10:36.183 10555 INFO octavia.common.config [req-48f87791-7245-45ff-b7b0-77ad7492069d - - - - -] Logging enabled! 2019-06-07 06:10:36.184 10555 INFO octavia.common.config [req-48f87791-7245-45ff-b7b0-77ad7492069d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.377 10555 WARNING octavia.api.root_controller [req-48f87791-7245-45ff-b7b0-77ad7492069d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.404 10555 INFO octavia.api.v2.controllers.load_balancer [req-f350ba6f-4298-4ea9-be8b-304d57ce01e8 - - - - -] Sending created Load Balancer d40d0bdc-be7d-4b72-a331-b5d8b6684e99 to the handler 2019-06-07 06:10:36.492 10555 INFO octavia.api.v2.controllers.listener [req-bad42c74-87d0-4104-bc36-a9238318285a - - - - -] Sending Creation of Listener 3cb58999-66c8-49d5-aa26-190f4b5b6115 to handler 2019-06-07 06:10:36.639 10555 INFO octavia.api.v2.controllers.pool [req-43b079b2-624c-4d35-9576-17363d06af51 - - - - -] Sending Creation of Pool 23934463-7b29-418a-bc5e-5c09f9adad7f to handler 2019-06-07 06:10:36.849 10555 INFO octavia.api.v2.controllers.l7policy [req-65c4184c-ffdd-4ff2-ac91-09a47e9f1503 - - - - -] Sending Creation of L7Policy dd8dd8b6-dbf1-4e66-85b1-37216f9f102f to handler 2019-06-07 06:10:37.098 10555 INFO oslo_db.sqlalchemy.provision [req-c5a368cf-fbc4-4c2c-a33f-770d7fe0cb94 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.101 10555 INFO oslo_db.sqlalchemy.provision [req-c5a368cf-fbc4-4c2c-a33f-770d7fe0cb94 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ajsgvtoitu 2019-06-07 06:10:37.102 10555 INFO oslo_db.sqlalchemy.provision [req-c5a368cf-fbc4-4c2c-a33f-770d7fe0cb94 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_not_authorized [1.102939s] ... ok 2019-06-07 06:10:32.865 10542 INFO oslo_db.sqlalchemy.provision [req-5c655261-4b05-409a-9b1d-efe64e02bde3 - - - - -] CREATE BACKEND sqlite:// TOKEN rfpepksqcj 2019-06-07 06:10:33.049 10542 INFO octavia.common.config [req-5c655261-4b05-409a-9b1d-efe64e02bde3 - - - - -] Logging enabled! 2019-06-07 06:10:33.050 10542 INFO octavia.common.config [req-5c655261-4b05-409a-9b1d-efe64e02bde3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.100 10542 WARNING octavia.api.root_controller [req-5c655261-4b05-409a-9b1d-efe64e02bde3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.122 10542 INFO octavia.api.v1.controllers.load_balancer [req-9569003f-895c-4b48-b9af-ec48d139a49e - - - - -] Sending created Load Balancer 3bcfee46-c1a2-4338-a5f8-09e4cd5a0621 to the handler 2019-06-07 06:10:33.193 10542 INFO octavia.api.v1.controllers.listener [req-2d2bf491-f0c4-4d66-a4fa-8e75301b7fc9 - - - - -] Sending Creation of Listener 5ea11d19-565c-4d57-bc17-681236c63437 to handler 2019-06-07 06:10:33.346 10542 INFO octavia.api.v1.controllers.l7policy [req-df4916e7-4808-4cb8-9fb1-6f9d645d8d03 - - - - -] Sending Creation of L7Policy e2c9256c-0a14-4a3d-8e1a-13efdf53ba8f to handler 2019-06-07 06:10:33.465 10542 ERROR octavia.api.v1.controllers.base [req-7ca215e5-1944-44a3-a035-83765260ee90 - - - - -] L7 Rule e60663e2-3c23-413c-9aa5-4a02b8b1d67b not found: None 2019-06-07 06:10:33.465 10542 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:33.465 10542 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:33.491 10542 INFO oslo_db.sqlalchemy.provision [req-7ca215e5-1944-44a3-a035-83765260ee90 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.494 10542 INFO oslo_db.sqlalchemy.provision [req-7ca215e5-1944-44a3-a035-83765260ee90 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rfpepksqcj 2019-06-07 06:10:33.495 10542 INFO oslo_db.sqlalchemy.provision [req-7ca215e5-1944-44a3-a035-83765260ee90 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:34.386 10532 INFO oslo_db.sqlalchemy.provision [req-21f4b294-9d59-4aa1-bf6d-b29a17f559d5 - - - - -] CREATE BACKEND sqlite:// TOKEN oweuaultir 2019-06-07 06:10:34.583 10532 INFO octavia.common.config [req-21f4b294-9d59-4aa1-bf6d-b29a17f559d5 - - - - -] Logging enabled! 2019-06-07 06:10:34.584 10532 INFO octavia.common.config [req-21f4b294-9d59-4aa1-bf6d-b29a17f559d5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.639 10532 WARNING octavia.api.root_controller [req-21f4b294-9d59-4aa1-bf6d-b29a17f559d5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.664 10532 INFO octavia.api.v1.controllers.load_balancer [req-b8a888d5-f5a4-416c-88a7-db382e59d5ba - - - - -] Sending created Load Balancer b768b72c-8683-4b1b-8e74-7b865f4a42d8 to the handler 2019-06-07 06:10:34.749 10532 INFO octavia.api.v1.controllers.listener [req-695c1173-015b-463c-b829-c65620f602df - - - - -] Sending Creation of Listener e919193b-8bb8-44fa-a605-5d95ce56201a to handler 2019-06-07 06:10:34.895 10532 INFO octavia.api.v1.controllers.pool [req-6714024b-0d0d-4e91-8b3b-9f54623f91a5 - - - - -] Sending Creation of Pool c8abd88e-f192-4a42-8a12-009773e00309 to handler 2019-06-07 06:10:35.121 10532 INFO octavia.api.v1.controllers.pool [req-55183daf-37ff-40be-815b-9c6310e5637b - - - - -] Sending Creation of Pool 9a566eff-8e84-44cd-b677-f0e385591d32 to handler 2019-06-07 06:10:35.413 10532 INFO octavia.api.v1.controllers.member [req-2a744695-8228-41c8-8174-57f9d97b0a2c - - - - -] Sending Creation of Member cee3fdcc-a516-41b6-a4a7-7b094ea58d80 to handler 2019-06-07 06:10:35.772 10532 INFO oslo_db.sqlalchemy.provision [req-0ee56bd7-f929-4d15-83be-ab219fb277c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.776 10532 INFO oslo_db.sqlalchemy.provision [req-0ee56bd7-f929-4d15-83be-ab219fb277c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oweuaultir 2019-06-07 06:10:35.777 10532 INFO oslo_db.sqlalchemy.provision [req-0ee56bd7-f929-4d15-83be-ab219fb277c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_attached_listener [1.398423s] ... ok 2019-06-07 06:10:33.891 10556 INFO oslo_db.sqlalchemy.provision [req-fdff70a2-d823-418b-a074-eba636d136da - - - - -] CREATE BACKEND sqlite:// TOKEN dhuzxamkrb 2019-06-07 06:10:34.053 10556 INFO octavia.common.config [req-fdff70a2-d823-418b-a074-eba636d136da - - - - -] Logging enabled! 2019-06-07 06:10:34.054 10556 INFO octavia.common.config [req-fdff70a2-d823-418b-a074-eba636d136da - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.098 10556 WARNING octavia.api.root_controller [req-fdff70a2-d823-418b-a074-eba636d136da - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.120 10556 INFO octavia.api.v1.controllers.load_balancer [req-0118bdb4-41d1-467e-9fda-913561a9942b - - - - -] Sending created Load Balancer 7ca26447-408d-443e-bc59-bf4835f10b5c to the handler 2019-06-07 06:10:34.233 10556 INFO octavia.api.v1.controllers.listener [req-6934cb4f-1a39-44a2-b8f2-7f17e87a4556 - - - - -] Sending Creation of Listener e47d085d-e863-48f0-aa19-2599bb34c932 to handler 2019-06-07 06:10:34.473 10556 INFO octavia.api.v1.controllers.pool [req-eb03197f-3ed6-409a-893a-2513a57d6058 - - - - -] Sending Creation of Pool 390b385b-5111-4eb5-8b9d-e579b914798b to handler 2019-06-07 06:10:34.731 10556 INFO octavia.api.v1.controllers.pool [req-e57b14e9-c10c-465e-968e-88ce9150371e - - - - -] Sending Creation of Pool 839728d5-4ce0-4706-8de2-e46bb30b4832 to handler 2019-06-07 06:10:35.034 10556 INFO octavia.api.v1.controllers.member [req-7bc577c9-c6ec-4613-af1b-c48b77c0c0cd - - - - -] Sending Creation of Member d2c639fc-5979-4d02-bbb2-f172ee89beb6 to handler 2019-06-07 06:10:35.225 10556 INFO octavia.api.v1.controllers.member [req-ea3b685b-8e9f-4550-b8a1-b29c6ccb949a - - - - -] Sending Update of Member d2c639fc-5979-4d02-bbb2-f172ee89beb6 to handler 2019-06-07 06:10:35.380 10556 INFO oslo_db.sqlalchemy.provision [req-f5e75cf6-fc2b-4508-9a43-b7d2fb84ef5e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.384 10556 INFO oslo_db.sqlalchemy.provision [req-f5e75cf6-fc2b-4508-9a43-b7d2fb84ef5e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dhuzxamkrb 2019-06-07 06:10:35.384 10556 INFO oslo_db.sqlalchemy.provision [req-f5e75cf6-fc2b-4508-9a43-b7d2fb84ef5e - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v1.test_member.TestMember.test_update_with_bad_handler [1.500573s] ... ok 2019-06-07 06:10:35.228 10553 INFO oslo_db.sqlalchemy.provision [req-715ae158-822c-423d-9e5a-cb976874346f - - - - -] CREATE BACKEND sqlite:// TOKEN jicecaxuzh 2019-06-07 06:10:35.390 10553 INFO octavia.common.config [req-715ae158-822c-423d-9e5a-cb976874346f - - - - -] Logging enabled! 2019-06-07 06:10:35.391 10553 INFO octavia.common.config [req-715ae158-822c-423d-9e5a-cb976874346f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.435 10553 WARNING octavia.api.root_controller [req-715ae158-822c-423d-9e5a-cb976874346f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.457 10553 INFO octavia.api.v1.controllers.load_balancer [req-4fc314f5-c65e-4644-8c3e-477515fc19a4 - - - - -] Sending created Load Balancer cc500ea6-d902-4448-b96d-bb85576ef19d to the handler 2019-06-07 06:10:35.533 10553 INFO octavia.api.v1.controllers.listener [req-6cc0e82e-3d87-4a1f-9097-c88eb307ced8 - - - - -] Sending Creation of Listener 28f18d63-3716-410f-b615-f721941671b3 to handler 2019-06-07 06:10:35.725 10553 INFO oslo_db.sqlalchemy.provision [req-81255d4f-f12b-4890-91c2-1747001a71fb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.729 10553 INFO oslo_db.sqlalchemy.provision [req-81255d4f-f12b-4890-91c2-1747001a71fb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jicecaxuzh 2019-06-07 06:10:35.729 10553 INFO oslo_db.sqlalchemy.provision [req-81255d4f-f12b-4890-91c2-1747001a71fb - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_create [0.508474s] ... ok 2019-06-07 06:10:34.243 10535 INFO oslo_db.sqlalchemy.provision [req-07e1b74e-ad30-4c8b-969a-399196ab4c7d - - - - -] CREATE BACKEND sqlite:// TOKEN mtuglugcdd 2019-06-07 06:10:34.408 10535 INFO octavia.common.config [req-07e1b74e-ad30-4c8b-969a-399196ab4c7d - - - - -] Logging enabled! 2019-06-07 06:10:34.409 10535 INFO octavia.common.config [req-07e1b74e-ad30-4c8b-969a-399196ab4c7d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.455 10535 WARNING octavia.api.root_controller [req-07e1b74e-ad30-4c8b-969a-399196ab4c7d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.487 10535 INFO octavia.api.v2.controllers.load_balancer [req-a8b093b1-8724-45d5-aff0-50f88d48f98a - - - - -] Sending created Load Balancer b763dbf1-1850-49df-a875-664303d98d85 to the handler 2019-06-07 06:10:34.577 10535 INFO octavia.api.v2.controllers.listener [req-d483c7bc-8969-4ef5-b40e-7aed76ef6517 - - - - -] Sending Creation of Listener 187a046e-4134-43b3-a45e-ff26c4b40922 to handler 2019-06-07 06:10:34.867 10535 INFO octavia.api.v2.controllers.pool [req-23f30f0e-cd97-4fea-b521-5ec81fdbc22c - - - - -] Sending Creation of Pool 69891543-cfbc-41c2-a711-c6492b46d4dc to handler 2019-06-07 06:10:35.085 10535 INFO octavia.api.v2.controllers.pool [req-5f302028-d2d8-4754-9f11-5d42595a6584 - - - - -] Sending Creation of Pool 864a4d93-e23e-48f8-a45c-add3821616e3 to handler 2019-06-07 06:10:35.344 10535 INFO octavia.api.v2.controllers.health_monitor [req-bd851b50-1ec1-4f2e-b233-e996dc022480 - - - - -] Sending Creation of Health Monitor bc6b5498-1d85-417a-96d7-4ae68a86ed58 to handler 2019-06-07 06:10:35.630 10535 INFO oslo_db.sqlalchemy.provision [req-6646d8ef-e358-448f-95bd-3d76fefc8d08 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.634 10535 INFO oslo_db.sqlalchemy.provision [req-6646d8ef-e358-448f-95bd-3d76fefc8d08 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mtuglugcdd 2019-06-07 06:10:35.634 10535 INFO oslo_db.sqlalchemy.provision [req-6646d8ef-e358-448f-95bd-3d76fefc8d08 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:37.380 10558 INFO oslo_db.sqlalchemy.provision [req-6f959ca7-8e71-4810-810f-7732952ef06e - - - - -] CREATE BACKEND sqlite:// TOKEN paxuuobfog 2019-06-07 06:10:37.545 10558 INFO octavia.common.config [req-6f959ca7-8e71-4810-810f-7732952ef06e - - - - -] Logging enabled! 2019-06-07 06:10:37.546 10558 INFO octavia.common.config [req-6f959ca7-8e71-4810-810f-7732952ef06e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.593 10558 WARNING octavia.api.root_controller [req-6f959ca7-8e71-4810-810f-7732952ef06e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.625 10558 INFO octavia.api.v2.controllers.load_balancer [req-3d11fad5-a34d-4862-b9f2-07678945c7d9 - - - - -] Sending created Load Balancer 7cac7e48-cb8b-48d6-8015-c5410ecf76c7 to the handler 2019-06-07 06:10:37.719 10558 INFO octavia.api.v2.controllers.listener [req-8ee904dc-2162-41aa-9e1f-2baa8363ce21 - - - - -] Sending Creation of Listener 9f48d7b9-5c52-4719-a4cc-3da192b38d8a to handler 2019-06-07 06:10:37.872 10558 INFO octavia.api.v2.controllers.pool [req-dcc765da-1230-4c1b-be50-93d6f04b39b2 - - - - -] Sending Creation of Pool 20456c9e-11f2-4ab1-bebe-9fb7e3afa870 to handler 2019-06-07 06:10:38.038 10558 INFO oslo_db.sqlalchemy.provision [req-727de229-a0c1-4f5b-ba43-757b3f350523 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.042 10558 INFO oslo_db.sqlalchemy.provision [req-727de229-a0c1-4f5b-ba43-757b3f350523 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN paxuuobfog 2019-06-07 06:10:38.043 10558 INFO oslo_db.sqlalchemy.provision [req-727de229-a0c1-4f5b-ba43-757b3f350523 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_create [0.670868s] ... ok 2019-06-07 06:10:35.983 10528 INFO oslo_db.sqlalchemy.provision [req-fd6ebc2e-2fe0-4d86-93d5-41e6caf0b91d - - - - -] CREATE BACKEND sqlite:// TOKEN lmbmneiiiz 2019-06-07 06:10:36.155 10528 INFO octavia.common.config [req-fd6ebc2e-2fe0-4d86-93d5-41e6caf0b91d - - - - -] Logging enabled! 2019-06-07 06:10:36.156 10528 INFO octavia.common.config [req-fd6ebc2e-2fe0-4d86-93d5-41e6caf0b91d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.202 10528 WARNING octavia.api.root_controller [req-fd6ebc2e-2fe0-4d86-93d5-41e6caf0b91d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.224 10528 INFO octavia.api.v1.controllers.load_balancer [req-838c3e22-0e70-4d7f-a3ed-f839467b2604 - - - - -] Sending created Load Balancer efff5ed1-3fff-4a68-a423-df980bf72643 to the handler 2019-06-07 06:10:36.298 10528 INFO octavia.api.v1.controllers.listener [req-547259ef-ce16-4f16-854d-5a203d7b0b97 - - - - -] Sending Creation of Listener 80a13885-cede-419d-a555-0482c2d80d7c to handler 2019-06-07 06:10:36.393 10528 WARNING octavia.api.v1.controllers.load_balancer [req-9f27bfce-4bd0-4498-9080-e3aeb9f03151 - - - - -] Cannot delete Load Balancer efff5ed1-3fff-4a68-a423-df980bf72643 - it has children 2019-06-07 06:10:36.418 10528 INFO oslo_db.sqlalchemy.provision [req-9f27bfce-4bd0-4498-9080-e3aeb9f03151 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.422 10528 INFO oslo_db.sqlalchemy.provision [req-9f27bfce-4bd0-4498-9080-e3aeb9f03151 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lmbmneiiiz 2019-06-07 06:10:36.423 10528 INFO oslo_db.sqlalchemy.provision [req-9f27bfce-4bd0-4498-9080-e3aeb9f03151 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_with_listener [0.445905s] ... ok {14} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_delete [0.640018s] ... ok 2019-06-07 06:10:32.898 10552 INFO oslo_db.sqlalchemy.provision [req-11ba4625-74cc-4703-b1db-ca65c43f2443 - - - - -] CREATE BACKEND sqlite:// TOKEN dbuymtvkbi 2019-06-07 06:10:33.062 10552 INFO octavia.common.config [req-11ba4625-74cc-4703-b1db-ca65c43f2443 - - - - -] Logging enabled! 2019-06-07 06:10:33.063 10552 INFO octavia.common.config [req-11ba4625-74cc-4703-b1db-ca65c43f2443 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.113 10552 WARNING octavia.api.root_controller [req-11ba4625-74cc-4703-b1db-ca65c43f2443 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.141 10552 INFO octavia.api.v1.controllers.load_balancer [req-33e1aebd-97b4-4a02-a6fd-f09fd36825ba - - - - -] Sending created Load Balancer eb53fedd-c6cc-486f-9565-1da05c23ad70 to the handler 2019-06-07 06:10:33.222 10552 INFO octavia.api.v1.controllers.listener [req-3ce69a35-7835-44b0-938a-a1a77d28fe38 - - - - -] Sending Creation of Listener 4915b471-a18e-4994-a78e-07953fb281d8 to handler 2019-06-07 06:10:33.393 10552 INFO octavia.api.v1.controllers.l7policy [req-20dd476e-56e5-4822-b70f-9a336cb25477 - - - - -] Sending Creation of L7Policy c6ad8fd9-3b66-4242-ad02-20dd45578b78 to handler 2019-06-07 06:10:33.590 10552 INFO octavia.api.v1.controllers.l7rule [req-ac1b6fbe-1ee5-42bc-8776-a518818e0b3d - - - - -] Sending Creation of L7Rule e29f4e1c-942d-4512-9aa2-5809950596a5 to handler 2019-06-07 06:10:33.775 10552 INFO octavia.api.v1.controllers.l7rule [req-8de50d45-f4cc-4a45-ba1c-5dfff78ef2b8 - - - - -] Sending Deletion of L7Rule e29f4e1c-942d-4512-9aa2-5809950596a5 to handler 2019-06-07 06:10:33.901 10552 INFO oslo_db.sqlalchemy.provision [req-3ca0613e-b404-49a0-9977-461bda76733a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.905 10552 INFO oslo_db.sqlalchemy.provision [req-3ca0613e-b404-49a0-9977-461bda76733a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dbuymtvkbi 2019-06-07 06:10:33.906 10552 INFO oslo_db.sqlalchemy.provision [req-3ca0613e-b404-49a0-9977-461bda76733a - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete_with_bad_handler [1.014590s] ... ok 2019-06-07 06:10:36.798 10534 INFO oslo_db.sqlalchemy.provision [req-03ccdecb-1c91-4bb7-bc74-de47d2558b94 - - - - -] CREATE BACKEND sqlite:// TOKEN yhnuxhsqzu 2019-06-07 06:10:36.960 10534 INFO octavia.common.config [req-03ccdecb-1c91-4bb7-bc74-de47d2558b94 - - - - -] Logging enabled! 2019-06-07 06:10:36.961 10534 INFO octavia.common.config [req-03ccdecb-1c91-4bb7-bc74-de47d2558b94 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.007 10534 WARNING octavia.api.root_controller [req-03ccdecb-1c91-4bb7-bc74-de47d2558b94 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.030 10534 INFO octavia.api.v1.controllers.load_balancer [req-6daeb202-ccf5-4fdf-a6d7-66f930d48e6a - - - - -] Sending created Load Balancer 6b862fa1-45a9-4a90-adc5-860de23e2923 to the handler 2019-06-07 06:10:37.082 10534 INFO octavia.api.v1.controllers.load_balancer [req-fb18273c-bfb0-456f-aa67-182d7408140b - - - - -] Sending deleted Load Balancer 6b862fa1-45a9-4a90-adc5-860de23e2923 to the handler 2019-06-07 06:10:37.171 10534 INFO oslo_db.sqlalchemy.provision [req-263c5142-ceb3-47de-8122-ca0b3502548c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.174 10534 INFO oslo_db.sqlalchemy.provision [req-263c5142-ceb3-47de-8122-ca0b3502548c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yhnuxhsqzu 2019-06-07 06:10:37.175 10534 INFO oslo_db.sqlalchemy.provision [req-263c5142-ceb3-47de-8122-ca0b3502548c - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete [0.383680s] ... ok 2019-06-07 06:10:33.924 10559 INFO oslo_db.sqlalchemy.provision [req-ad6567be-07f0-4941-ba1e-231f34e36fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN ixqorcdzaq 2019-06-07 06:10:34.083 10559 INFO octavia.common.config [req-ad6567be-07f0-4941-ba1e-231f34e36fb4 - - - - -] Logging enabled! 2019-06-07 06:10:34.084 10559 INFO octavia.common.config [req-ad6567be-07f0-4941-ba1e-231f34e36fb4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.130 10559 WARNING octavia.api.root_controller [req-ad6567be-07f0-4941-ba1e-231f34e36fb4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.143 10559 ERROR wsme.api [req-4ddf6711-6ffe-4cca-b3c9-b7c9c70584de - - - - -] Server-side error: "I am a DB Error". Detail: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/wsmeext/pecan.py", line 85, in callfunction result = f(self, *args, **kwargs) File "/builddir/build/BUILD/octavia-2.1.1/octavia/api/v1/controllers/load_balancer.py", line 177, in post lock_session.rollback() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/builddir/build/BUILD/octavia-2.1.1/octavia/api/v1/controllers/load_balancer.py", line 173, in post load_balancer) File "/builddir/build/BUILD/octavia-2.1.1/octavia/api/v1/controllers/load_balancer.py", line 92, in _create_load_balancer_graph_db session, lock_session, prepped_lb) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect Exception: I am a DB Error : Exception: I am a DB Error 2019-06-07 06:10:34.169 10559 INFO oslo_db.sqlalchemy.provision [req-4ddf6711-6ffe-4cca-b3c9-b7c9c70584de - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.172 10559 INFO oslo_db.sqlalchemy.provision [req-4ddf6711-6ffe-4cca-b3c9-b7c9c70584de - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ixqorcdzaq 2019-06-07 06:10:34.173 10559 INFO oslo_db.sqlalchemy.provision [req-4ddf6711-6ffe-4cca-b3c9-b7c9c70584de - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_db_create_failure [0.255361s] ... ok 2019-06-07 06:10:35.006 10557 INFO oslo_db.sqlalchemy.provision [req-a4ad6ec6-b4d7-4b9d-8bad-75ca378fa478 - - - - -] CREATE BACKEND sqlite:// TOKEN wjculsgusd 2019-06-07 06:10:35.205 10557 INFO octavia.common.config [req-a4ad6ec6-b4d7-4b9d-8bad-75ca378fa478 - - - - -] Logging enabled! 2019-06-07 06:10:35.205 10557 INFO octavia.common.config [req-a4ad6ec6-b4d7-4b9d-8bad-75ca378fa478 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.253 10557 WARNING octavia.api.root_controller [req-a4ad6ec6-b4d7-4b9d-8bad-75ca378fa478 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.282 10557 INFO octavia.api.v1.controllers.load_balancer [req-7f54d4df-0079-42e7-ba7d-e2469a9f6b34 - - - - -] Sending created Load Balancer a47bfd5c-7a5f-42f9-83ee-8d3b787fd670 to the handler 2019-06-07 06:10:35.383 10557 INFO octavia.api.v1.controllers.listener [req-14ae9c8e-8787-4a7f-adb1-883b07e5e8a8 - - - - -] Sending Creation of Listener 2245200d-fb2f-432f-a058-0908eeffdab4 to handler 2019-06-07 06:10:35.545 10557 INFO octavia.api.v1.controllers.l7policy [req-55f62397-4917-48b4-91a5-303d76047b9e - - - - -] Sending Creation of L7Policy 683e6726-5da0-4f36-95b1-b78604afb2ef to handler 2019-06-07 06:10:35.674 10557 INFO oslo_db.sqlalchemy.provision [req-e7acedbd-099e-41e2-aa03-1f739e6b3479 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.678 10557 INFO oslo_db.sqlalchemy.provision [req-e7acedbd-099e-41e2-aa03-1f739e6b3479 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wjculsgusd 2019-06-07 06:10:35.678 10557 INFO oslo_db.sqlalchemy.provision [req-e7acedbd-099e-41e2-aa03-1f739e6b3479 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_file_type_rule [0.679239s] ... ok 2019-06-07 06:10:36.902 10537 INFO oslo_db.sqlalchemy.provision [req-0b08cd8f-b1ce-417e-8918-8ce68bf5c592 - - - - -] CREATE BACKEND sqlite:// TOKEN ugpsvcobsr 2019-06-07 06:10:37.071 10537 INFO octavia.common.config [req-0b08cd8f-b1ce-417e-8918-8ce68bf5c592 - - - - -] Logging enabled! 2019-06-07 06:10:37.072 10537 INFO octavia.common.config [req-0b08cd8f-b1ce-417e-8918-8ce68bf5c592 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.119 10537 WARNING octavia.api.root_controller [req-0b08cd8f-b1ce-417e-8918-8ce68bf5c592 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.150 10537 INFO octavia.api.v2.controllers.load_balancer [req-03198bff-6770-4e2a-8049-11a33c91c51c - - - - -] Sending created Load Balancer 83c7374c-933b-4afc-b632-31d5589ae29c to the handler 2019-06-07 06:10:37.303 10537 INFO oslo_db.sqlalchemy.provision [req-d1e1f2e4-6f56-4e8a-a9a8-c4b6107edab5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.307 10537 INFO oslo_db.sqlalchemy.provision [req-d1e1f2e4-6f56-4e8a-a9a8-c4b6107edab5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ugpsvcobsr 2019-06-07 06:10:37.308 10537 INFO oslo_db.sqlalchemy.provision [req-d1e1f2e4-6f56-4e8a-a9a8-c4b6107edab5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_hides_deleted [0.412529s] ... ok {7} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_http_monitor_with_url_path [1.399096s] ... ok 2019-06-07 06:10:34.404 10540 INFO oslo_db.sqlalchemy.provision [req-ab5b4666-22f5-480f-8d8b-ca23a73345d1 - - - - -] CREATE BACKEND sqlite:// TOKEN qyzituoadc 2019-06-07 06:10:34.564 10540 INFO octavia.common.config [req-ab5b4666-22f5-480f-8d8b-ca23a73345d1 - - - - -] Logging enabled! 2019-06-07 06:10:34.565 10540 INFO octavia.common.config [req-ab5b4666-22f5-480f-8d8b-ca23a73345d1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.613 10540 WARNING octavia.api.root_controller [req-ab5b4666-22f5-480f-8d8b-ca23a73345d1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.639 10540 INFO octavia.api.v2.controllers.load_balancer [req-d669f628-9a32-4ae3-88fa-214ec85dbfce - - - - -] Sending created Load Balancer b512280c-88f1-4ad5-8c77-92e35f4f67e3 to the handler 2019-06-07 06:10:34.723 10540 INFO octavia.api.v2.controllers.listener [req-c193ca31-eb96-4d31-9904-70a41dfe313b - - - - -] Sending Creation of Listener 0969a45c-f4e8-4027-8ab0-685c64a48764 to handler 2019-06-07 06:10:34.876 10540 INFO octavia.api.v2.controllers.l7policy [req-5f2e8a16-7126-4957-9e47-90ecf2608d50 - - - - -] Sending Creation of L7Policy 04d92f4d-2995-4d5a-9ddf-027c5958fdfd to handler 2019-06-07 06:10:35.069 10540 INFO oslo_db.sqlalchemy.provision [req-24fdf034-5a8f-4eb2-8d76-c112a9be76bb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.072 10540 INFO oslo_db.sqlalchemy.provision [req-24fdf034-5a8f-4eb2-8d76-c112a9be76bb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qyzituoadc 2019-06-07 06:10:35.073 10540 INFO oslo_db.sqlalchemy.provision [req-24fdf034-5a8f-4eb2-8d76-c112a9be76bb - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create [0.675927s] ... ok 2019-06-07 06:10:32.793 10543 INFO oslo_db.sqlalchemy.provision [req-363223bf-0aaf-4963-8034-64c0e3d1f4a4 - - - - -] CREATE BACKEND sqlite:// TOKEN wnjesazhmr 2019-06-07 06:10:32.977 10543 INFO octavia.common.config [req-363223bf-0aaf-4963-8034-64c0e3d1f4a4 - - - - -] Logging enabled! 2019-06-07 06:10:32.978 10543 INFO octavia.common.config [req-363223bf-0aaf-4963-8034-64c0e3d1f4a4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.024 10543 WARNING octavia.api.root_controller [req-363223bf-0aaf-4963-8034-64c0e3d1f4a4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.050 10543 INFO octavia.api.v1.controllers.load_balancer [req-0f9d806a-dddd-4c09-9c60-d22f4480c51a - - - - -] Sending created Load Balancer 4a099670-17fa-4958-b431-c172db162683 to the handler 2019-06-07 06:10:33.126 10543 INFO octavia.api.v1.controllers.pool [req-99da223c-a73e-4ba6-9936-f8e8fb9ea6d0 - - - - -] Sending Creation of Pool dca4a195-22f2-431e-827b-17a73ff3d2b9 to handler 2019-06-07 06:10:33.257 10543 INFO octavia.api.v1.controllers.listener [req-477e50b9-5e67-4241-97bf-85587205df86 - - - - -] Sending Creation of Listener efffd4d0-bc10-4c03-9570-6d79e743060f to handler 2019-06-07 06:10:33.553 10543 INFO oslo_db.sqlalchemy.provision [req-0e83a9aa-b08d-426a-9420-73902066f327 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.557 10543 INFO oslo_db.sqlalchemy.provision [req-0e83a9aa-b08d-426a-9420-73902066f327 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wnjesazhmr 2019-06-07 06:10:33.557 10543 INFO oslo_db.sqlalchemy.provision [req-0e83a9aa-b08d-426a-9420-73902066f327 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_project_id [0.770799s] ... ok 2019-06-07 06:10:36.430 10528 INFO oslo_db.sqlalchemy.provision [req-9f27bfce-4bd0-4498-9080-e3aeb9f03151 - - - - -] CREATE BACKEND sqlite:// TOKEN wksjcvciqw 2019-06-07 06:10:36.594 10528 INFO octavia.common.config [req-9f27bfce-4bd0-4498-9080-e3aeb9f03151 - - - - -] Logging enabled! 2019-06-07 06:10:36.595 10528 INFO octavia.common.config [req-9f27bfce-4bd0-4498-9080-e3aeb9f03151 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.641 10528 WARNING octavia.api.root_controller [req-9f27bfce-4bd0-4498-9080-e3aeb9f03151 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.806 10528 INFO octavia.api.v1.controllers.load_balancer [req-ace1597e-730f-4baa-8b94-b35fd9f7fbba - - - - -] Sending full load balancer configuration 173d3caf-7a1d-4086-b97b-9405d4828c3b to the handler 2019-06-07 06:10:36.837 10528 INFO oslo_db.sqlalchemy.provision [req-ace1597e-730f-4baa-8b94-b35fd9f7fbba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.840 10528 INFO oslo_db.sqlalchemy.provision [req-ace1597e-730f-4baa-8b94-b35fd9f7fbba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wksjcvciqw 2019-06-07 06:10:36.841 10528 INFO oslo_db.sqlalchemy.provision [req-ace1597e-730f-4baa-8b94-b35fd9f7fbba - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_one_redirect_pool_one_rule [0.417876s] ... ok 2019-06-07 06:10:34.054 10551 INFO oslo_db.sqlalchemy.provision [req-671d71fa-65be-43bc-b888-0a2be57ec1b6 - - - - -] CREATE BACKEND sqlite:// TOKEN kqxmrfysze 2019-06-07 06:10:34.216 10551 INFO octavia.common.config [req-671d71fa-65be-43bc-b888-0a2be57ec1b6 - - - - -] Logging enabled! 2019-06-07 06:10:34.217 10551 INFO octavia.common.config [req-671d71fa-65be-43bc-b888-0a2be57ec1b6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.264 10551 WARNING octavia.api.root_controller [req-671d71fa-65be-43bc-b888-0a2be57ec1b6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.386 10551 INFO octavia.api.v1.controllers.load_balancer [req-7dc7a11d-077f-416a-af69-44df8f65dfdc - - - - -] Sending full load balancer configuration b9eca6b4-7463-4aac-aa5e-5436c9e69db6 to the handler 2019-06-07 06:10:34.416 10551 INFO oslo_db.sqlalchemy.provision [req-7dc7a11d-077f-416a-af69-44df8f65dfdc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.420 10551 INFO oslo_db.sqlalchemy.provision [req-7dc7a11d-077f-416a-af69-44df8f65dfdc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kqxmrfysze 2019-06-07 06:10:34.420 10551 INFO oslo_db.sqlalchemy.provision [req-7dc7a11d-077f-416a-af69-44df8f65dfdc - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_no_rule [0.373418s] ... ok 2019-06-07 06:10:31.270 10541 INFO oslo_db.sqlalchemy.provision [req-5cde548a-4372-4444-8590-f173cb59e582 - - - - -] CREATE BACKEND sqlite:// TOKEN bnhntrkovi 2019-06-07 06:10:31.427 10541 INFO octavia.common.config [req-5cde548a-4372-4444-8590-f173cb59e582 - - - - -] Logging enabled! 2019-06-07 06:10:31.427 10541 INFO octavia.common.config [req-5cde548a-4372-4444-8590-f173cb59e582 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.471 10541 WARNING octavia.api.root_controller [req-5cde548a-4372-4444-8590-f173cb59e582 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.512 10541 INFO octavia.api.v1.controllers.load_balancer [req-848605fc-0c6f-4397-94cd-0a9076114ea6 - - - - -] Sending created Load Balancer 1e3785fa-8d93-4e91-a221-232ee81beb65 to the handler 2019-06-07 06:10:31.616 10541 INFO octavia.api.v1.controllers.listener [req-f925bdf7-d8ce-4066-8dca-1ef2013812d0 - - - - -] Sending Creation of Listener 4c84dd1e-8806-4a48-80ea-3a984c2b18d5 to handler 2019-06-07 06:10:31.851 10541 INFO octavia.api.v1.controllers.pool [req-a46c3b2e-7b7b-4d3f-810f-cd6a5e54c0d4 - - - - -] Sending Creation of Pool 245eb664-cebd-4a03-a4ce-4232fb1dbc55 to handler 2019-06-07 06:10:32.053 10541 INFO octavia.api.v1.controllers.member [req-84099e93-61ee-4730-a7ee-09775b4023b4 - - - - -] Sending Creation of Member 2901f17e-2c90-4a66-8c5c-d089bfa3fbb7 to handler 2019-06-07 06:10:32.253 10541 INFO octavia.api.v1.controllers.member [req-2229e22b-398b-463d-aa72-b57111d39c7f - - - - -] Sending Creation of Member 3e2849b8-68e8-478b-bce1-b6809ddc3a51 to handler 2019-06-07 06:10:32.424 10541 INFO octavia.api.v1.controllers.member [req-58cae991-aca6-4e65-97b7-79b57a8a98e5 - - - - -] Sending Creation of Member 049b6ae2-81cd-4de2-bcd5-5ca22f3514c2 to handler 2019-06-07 06:10:32.630 10541 INFO octavia.api.v1.controllers.member [req-4aa9dc96-0569-432f-b9fe-a8131a95fd50 - - - - -] Sending Creation of Member 620a12ab-beba-4e28-8a9b-07e813a6a3b0 to handler 2019-06-07 06:10:32.831 10541 INFO octavia.api.v1.controllers.member [req-dde9c082-a633-4956-8ad8-c2f6c35cd109 - - - - -] Sending Creation of Member 2d50965d-3cc8-416c-acc3-19bc7b7603ed to handler 2019-06-07 06:10:33.111 10541 INFO oslo_db.sqlalchemy.provision [req-296f0618-fd1c-4ccd-b58b-38ef2bae5e99 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.115 10541 INFO oslo_db.sqlalchemy.provision [req-296f0618-fd1c-4ccd-b58b-38ef2bae5e99 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bnhntrkovi 2019-06-07 06:10:33.116 10541 INFO oslo_db.sqlalchemy.provision [req-296f0618-fd1c-4ccd-b58b-38ef2bae5e99 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_members_sorting_and_pagination [1.852429s] ... ok 2019-06-07 06:10:35.352 10548 INFO oslo_db.sqlalchemy.provision [req-211a0dae-a75d-49ff-96b9-2180462491be - - - - -] CREATE BACKEND sqlite:// TOKEN spiiylsdgp 2019-06-07 06:10:35.514 10548 INFO octavia.common.config [req-211a0dae-a75d-49ff-96b9-2180462491be - - - - -] Logging enabled! 2019-06-07 06:10:35.515 10548 INFO octavia.common.config [req-211a0dae-a75d-49ff-96b9-2180462491be - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.560 10548 WARNING octavia.api.root_controller [req-211a0dae-a75d-49ff-96b9-2180462491be - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.583 10548 INFO octavia.api.v1.controllers.load_balancer [req-1d38f43d-d6be-471a-88e4-4cd943bc4d46 - - - - -] Sending created Load Balancer 9aaa1e04-8c19-42ed-8d88-3afa28d3f1df to the handler 2019-06-07 06:10:35.616 10548 INFO oslo_db.sqlalchemy.provision [req-90c63d3c-82e4-4755-88a2-aecab11a27c6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.620 10548 INFO oslo_db.sqlalchemy.provision [req-90c63d3c-82e4-4755-88a2-aecab11a27c6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN spiiylsdgp 2019-06-07 06:10:35.620 10548 INFO oslo_db.sqlalchemy.provision [req-90c63d3c-82e4-4755-88a2-aecab11a27c6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_duplicate_id [0.275077s] ... ok 2019-06-07 06:10:38.050 10558 INFO oslo_db.sqlalchemy.provision [req-727de229-a0c1-4f5b-ba43-757b3f350523 - - - - -] CREATE BACKEND sqlite:// TOKEN nosououqef 2019-06-07 06:10:38.217 10558 INFO octavia.common.config [req-727de229-a0c1-4f5b-ba43-757b3f350523 - - - - -] Logging enabled! 2019-06-07 06:10:38.218 10558 INFO octavia.common.config [req-727de229-a0c1-4f5b-ba43-757b3f350523 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.266 10558 WARNING octavia.api.root_controller [req-727de229-a0c1-4f5b-ba43-757b3f350523 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.292 10558 INFO octavia.api.v2.controllers.load_balancer [req-2cf8b6c7-593d-4893-bbe1-727bb23bf0e4 - - - - -] Sending created Load Balancer 4d393864-6200-4300-a453-36b6089d6fce to the handler 2019-06-07 06:10:38.380 10558 INFO octavia.api.v2.controllers.listener [req-2e263ad6-65c2-4f26-a370-b092ca62b829 - - - - -] Sending Creation of Listener c9a2651e-add6-437e-a8c4-696e33308da5 to handler 2019-06-07 06:10:38.529 10558 INFO octavia.api.v2.controllers.pool [req-7a592100-325c-4ee9-9b54-9a3050129a6e - - - - -] Sending Creation of Pool eefb49d2-8c8c-4f2f-8666-e8f0fbee029f to handler 2019-06-07 06:10:38.670 10558 ERROR octavia.api.v2.controllers.base [req-f38e799a-1b79-4e34-b0b7-47cf397efe97 - - - - -] L7 Policy 3feae3a2-b52c-427c-bf5a-fd1f759b28f8 not found: None 2019-06-07 06:10:38.670 10558 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:38.670 10558 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:38.695 10558 INFO oslo_db.sqlalchemy.provision [req-f38e799a-1b79-4e34-b0b7-47cf397efe97 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.699 10558 INFO oslo_db.sqlalchemy.provision [req-f38e799a-1b79-4e34-b0b7-47cf397efe97 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nosououqef 2019-06-07 06:10:38.700 10558 INFO oslo_db.sqlalchemy.provision [req-f38e799a-1b79-4e34-b0b7-47cf397efe97 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_get [0.656633s] ... ok 2019-06-07 06:10:33.913 10552 INFO oslo_db.sqlalchemy.provision [req-3ca0613e-b404-49a0-9977-461bda76733a - - - - -] CREATE BACKEND sqlite:// TOKEN rfiyuvfxgg 2019-06-07 06:10:34.077 10552 INFO octavia.common.config [req-3ca0613e-b404-49a0-9977-461bda76733a - - - - -] Logging enabled! 2019-06-07 06:10:34.077 10552 INFO octavia.common.config [req-3ca0613e-b404-49a0-9977-461bda76733a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.124 10552 WARNING octavia.api.root_controller [req-3ca0613e-b404-49a0-9977-461bda76733a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.146 10552 INFO octavia.api.v1.controllers.load_balancer [req-d5745de4-d50e-41a5-99a2-8d3c8e7b65d6 - - - - -] Sending created Load Balancer 7319f15b-8924-4dfd-985d-674eef844f9d to the handler 2019-06-07 06:10:34.274 10552 INFO octavia.api.v1.controllers.pool [req-c9c5627b-3cc3-45de-9a46-e5f5a01fd7ce - - - - -] Sending Creation of Pool a7b20fbe-d881-4e36-a3ec-0cec9750a76a to handler 2019-06-07 06:10:34.513 10552 INFO oslo_db.sqlalchemy.provision [req-a31b1747-3e72-4df9-8969-0aaadd818595 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.516 10552 INFO oslo_db.sqlalchemy.provision [req-a31b1747-3e72-4df9-8969-0aaadd818595 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rfiyuvfxgg 2019-06-07 06:10:34.517 10552 INFO oslo_db.sqlalchemy.provision [req-a31b1747-3e72-4df9-8969-0aaadd818595 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_bad_default_pool_id [0.623887s] ... ok 2019-06-07 06:10:32.332 10531 INFO oslo_db.sqlalchemy.provision [req-adebe393-996a-4348-afa9-d06da1d13607 - - - - -] CREATE BACKEND sqlite:// TOKEN qeqtseaaly 2019-06-07 06:10:32.498 10531 INFO octavia.common.config [req-adebe393-996a-4348-afa9-d06da1d13607 - - - - -] Logging enabled! 2019-06-07 06:10:32.499 10531 INFO octavia.common.config [req-adebe393-996a-4348-afa9-d06da1d13607 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.544 10531 WARNING octavia.api.root_controller [req-adebe393-996a-4348-afa9-d06da1d13607 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.565 10531 INFO octavia.api.v1.controllers.load_balancer [req-35b1c025-33a9-4453-9730-1583d7089236 - - - - -] Sending created Load Balancer 3f903e49-2064-4604-aecb-d13821efe746 to the handler 2019-06-07 06:10:32.645 10531 INFO octavia.api.v1.controllers.pool [req-220e19bf-463e-4fea-983c-8fdf065f4757 - - - - -] Sending Creation of Pool 4d7df2cc-9806-45ab-87d7-2cf7162598cb to handler 2019-06-07 06:10:32.776 10531 INFO octavia.api.v1.controllers.listener [req-17e0afda-3fe1-4748-ae6b-1fec3d85958a - - - - -] Sending Creation of Listener f4de421c-f689-4975-985c-250c99b37971 to handler 2019-06-07 06:10:33.080 10531 INFO oslo_db.sqlalchemy.provision [req-1fa0641b-a984-4748-b528-855c688d4ac8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.083 10531 INFO oslo_db.sqlalchemy.provision [req-1fa0641b-a984-4748-b528-855c688d4ac8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qeqtseaaly 2019-06-07 06:10:33.084 10531 INFO oslo_db.sqlalchemy.provision [req-1fa0641b-a984-4748-b528-855c688d4ac8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_listener.TestListener.test_create [0.758544s] ... ok 2019-06-07 06:10:37.023 10533 INFO oslo_db.sqlalchemy.provision [req-6b84950b-775a-43e9-8456-146cd6fc4e0f - - - - -] CREATE BACKEND sqlite:// TOKEN mgtdmlltuv 2019-06-07 06:10:37.184 10533 INFO octavia.common.config [req-6b84950b-775a-43e9-8456-146cd6fc4e0f - - - - -] Logging enabled! 2019-06-07 06:10:37.185 10533 INFO octavia.common.config [req-6b84950b-775a-43e9-8456-146cd6fc4e0f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.231 10533 WARNING octavia.api.root_controller [req-6b84950b-775a-43e9-8456-146cd6fc4e0f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.252 10533 INFO octavia.api.v1.controllers.load_balancer [req-5a0b8ed8-83a1-4e35-b805-018d5a3615a3 - - - - -] Sending created Load Balancer 253fa112-a865-4457-a0b5-a717768d5ccb to the handler 2019-06-07 06:10:37.323 10533 INFO octavia.api.v1.controllers.listener [req-5ee9853a-a802-41f5-9c7e-3aaae510dc30 - - - - -] Sending Creation of Listener ece1828b-9683-40a8-a39d-322bbdb69f2a to handler 2019-06-07 06:10:37.531 10533 INFO octavia.api.v1.controllers.pool [req-cafaaa78-d2b6-41ae-b25c-5b271626599d - - - - -] Sending Creation of Pool 47cbdc06-bbcf-4a28-ace2-a57b1d303461 to handler 2019-06-07 06:10:37.673 10533 INFO octavia.api.v1.controllers.pool [req-0932d130-af41-4c7e-836e-15e13dcf873f - - - - -] Sending Update of Pool 47cbdc06-bbcf-4a28-ace2-a57b1d303461 to handler 2019-06-07 06:10:37.797 10533 INFO oslo_db.sqlalchemy.provision [req-965dc248-e250-4224-b093-3fd1afc5efa7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.801 10533 INFO oslo_db.sqlalchemy.provision [req-965dc248-e250-4224-b093-3fd1afc5efa7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mgtdmlltuv 2019-06-07 06:10:37.801 10533 INFO oslo_db.sqlalchemy.provision [req-965dc248-e250-4224-b093-3fd1afc5efa7 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:35.786 10532 INFO oslo_db.sqlalchemy.provision [req-0ee56bd7-f929-4d15-83be-ab219fb277c8 - - - - -] CREATE BACKEND sqlite:// TOKEN lwlwbhvetj 2019-06-07 06:10:35.980 10532 INFO octavia.common.config [req-0ee56bd7-f929-4d15-83be-ab219fb277c8 - - - - -] Logging enabled! 2019-06-07 06:10:35.981 10532 INFO octavia.common.config [req-0ee56bd7-f929-4d15-83be-ab219fb277c8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.037 10532 WARNING octavia.api.root_controller [req-0ee56bd7-f929-4d15-83be-ab219fb277c8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.063 10532 INFO octavia.api.v1.controllers.load_balancer [req-41b3d67a-e37b-45b2-aa7e-bd22455e6120 - - - - -] Sending created Load Balancer 88ffb69d-90b0-495b-81f3-bbf6726888a6 to the handler 2019-06-07 06:10:36.167 10532 INFO octavia.api.v1.controllers.listener [req-14c14205-2376-4c2f-afc0-a4d3f0cb01d0 - - - - -] Sending Creation of Listener f653bbe0-e536-4683-a9fa-71c8bce6bc2c to handler 2019-06-07 06:10:36.340 10532 ERROR octavia.api.v1.controllers.base [req-6be40c81-4f81-4e18-806f-a749e915c669 - - - - -] Pool a8e89b53-d687-4c60-8066-4efe4fdd8098 not found: None 2019-06-07 06:10:36.340 10532 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:36.340 10532 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:36.370 10532 INFO oslo_db.sqlalchemy.provision [req-6be40c81-4f81-4e18-806f-a749e915c669 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.375 10532 INFO oslo_db.sqlalchemy.provision [req-6be40c81-4f81-4e18-806f-a749e915c669 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lwlwbhvetj 2019-06-07 06:10:36.376 10532 INFO oslo_db.sqlalchemy.provision [req-6be40c81-4f81-4e18-806f-a749e915c669 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_delete [0.597386s] ... ok 2019-06-07 06:10:33.105 10529 INFO oslo_db.sqlalchemy.provision [req-d039447b-a172-49b9-80ea-02123c0c1e9e - - - - -] CREATE BACKEND sqlite:// TOKEN rytkwjvlmj 2019-06-07 06:10:33.273 10529 INFO octavia.common.config [req-d039447b-a172-49b9-80ea-02123c0c1e9e - - - - -] Logging enabled! 2019-06-07 06:10:33.274 10529 INFO octavia.common.config [req-d039447b-a172-49b9-80ea-02123c0c1e9e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.325 10529 WARNING octavia.api.root_controller [req-d039447b-a172-49b9-80ea-02123c0c1e9e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.348 10529 INFO octavia.api.v1.controllers.load_balancer [req-40c49d92-8109-4361-a448-c0ca749e47d2 - - - - -] Sending created Load Balancer 5467c86d-c6ae-4cc5-bb23-b53fc9ab3aae to the handler 2019-06-07 06:10:33.423 10529 INFO octavia.api.v1.controllers.listener [req-22166c07-bfc3-4179-b58a-3be8b2c8d917 - - - - -] Sending Creation of Listener a5aed6ce-d39a-444c-8789-1bd3b15b40ab to handler 2019-06-07 06:10:33.552 10529 INFO octavia.api.v1.controllers.pool [req-80519d66-12a1-46c8-9aaf-fbc5b34bd89f - - - - -] Sending Creation of Pool 4611f03d-950f-4a63-804e-80df38a8bc2e to handler 2019-06-07 06:10:33.718 10529 INFO oslo_db.sqlalchemy.provision [req-849b709a-e9ed-4fc0-81d4-a4c64f1e81c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.722 10529 INFO oslo_db.sqlalchemy.provision [req-849b709a-e9ed-4fc0-81d4-a4c64f1e81c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rytkwjvlmj 2019-06-07 06:10:33.723 10529 INFO oslo_db.sqlalchemy.provision [req-849b709a-e9ed-4fc0-81d4-a4c64f1e81c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_empty_get_all [0.640105s] ... ok {5} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_session_persistence [0.785224s] ... ok 2019-06-07 06:10:33.565 10543 INFO oslo_db.sqlalchemy.provision [req-0e83a9aa-b08d-426a-9420-73902066f327 - - - - -] CREATE BACKEND sqlite:// TOKEN hqwkgcuujq 2019-06-07 06:10:33.729 10543 INFO octavia.common.config [req-0e83a9aa-b08d-426a-9420-73902066f327 - - - - -] Logging enabled! 2019-06-07 06:10:33.730 10543 INFO octavia.common.config [req-0e83a9aa-b08d-426a-9420-73902066f327 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.774 10543 WARNING octavia.api.root_controller [req-0e83a9aa-b08d-426a-9420-73902066f327 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.799 10543 INFO octavia.api.v1.controllers.load_balancer [req-3a09cc44-feaf-42df-8010-8d82eda24064 - - - - -] Sending created Load Balancer a7748f3d-ca1d-4c1a-9d79-d581509b42ed to the handler 2019-06-07 06:10:33.870 10543 INFO oslo_db.sqlalchemy.provision [req-f5b3630f-f0f5-4861-a073-5c0cc959c04a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.873 10543 INFO oslo_db.sqlalchemy.provision [req-f5b3630f-f0f5-4861-a073-5c0cc959c04a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hqwkgcuujq 2019-06-07 06:10:33.874 10543 INFO oslo_db.sqlalchemy.provision [req-f5b3630f-f0f5-4861-a073-5c0cc959c04a - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:33.093 10531 INFO oslo_db.sqlalchemy.provision [req-1fa0641b-a984-4748-b528-855c688d4ac8 - - - - -] CREATE BACKEND sqlite:// TOKEN lrdkkczlga 2019-06-07 06:10:33.257 10531 INFO octavia.common.config [req-1fa0641b-a984-4748-b528-855c688d4ac8 - - - - -] Logging enabled! 2019-06-07 06:10:33.258 10531 INFO octavia.common.config [req-1fa0641b-a984-4748-b528-855c688d4ac8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.304 10531 WARNING octavia.api.root_controller [req-1fa0641b-a984-4748-b528-855c688d4ac8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.326 10531 INFO octavia.api.v1.controllers.load_balancer [req-02fe4bb9-c046-4cfc-a44c-f06d6ee3ba2c - - - - -] Sending created Load Balancer cf30ee5c-1f4d-45f7-833b-ee6653cbadf7 to the handler 2019-06-07 06:10:33.401 10531 INFO octavia.api.v1.controllers.pool [req-7265e4a5-87d3-44be-92df-599d97b4d04e - - - - -] Sending Creation of Pool 0579b860-3d88-422e-b41d-c8627ef6d584 to handler 2019-06-07 06:10:33.514 10531 INFO octavia.api.v1.controllers.listener [req-70bec61b-62e8-49c6-bc8d-29ac222972d1 - - - - -] Sending Creation of Listener 98594d53-707a-4401-8e21-67b223f3e86c to handler 2019-06-07 06:10:33.657 10531 INFO octavia.api.v1.controllers.listener [req-3a104356-68a2-4dd4-b04d-a2a4a885475f - - - - -] Sending Deletion of Listener 98594d53-707a-4401-8e21-67b223f3e86c to handler 2019-06-07 06:10:33.971 10531 INFO oslo_db.sqlalchemy.provision [req-a7600005-dc0c-414e-a7bf-dfc8ed6ed824 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.975 10531 INFO oslo_db.sqlalchemy.provision [req-a7600005-dc0c-414e-a7bf-dfc8ed6ed824 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lrdkkczlga 2019-06-07 06:10:33.975 10531 INFO oslo_db.sqlalchemy.provision [req-a7600005-dc0c-414e-a7bf-dfc8ed6ed824 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:35.736 10553 INFO oslo_db.sqlalchemy.provision [req-81255d4f-f12b-4890-91c2-1747001a71fb - - - - -] CREATE BACKEND sqlite:// TOKEN ngrqghaosz 2019-06-07 06:10:35.895 10553 INFO octavia.common.config [req-81255d4f-f12b-4890-91c2-1747001a71fb - - - - -] Logging enabled! 2019-06-07 06:10:35.896 10553 INFO octavia.common.config [req-81255d4f-f12b-4890-91c2-1747001a71fb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.940 10553 WARNING octavia.api.root_controller [req-81255d4f-f12b-4890-91c2-1747001a71fb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.961 10553 INFO octavia.api.v1.controllers.load_balancer [req-ad53b224-5721-4e72-a270-0923501f8d67 - - - - -] Sending created Load Balancer 70834163-c446-4adf-ace5-31b20aba620b to the handler 2019-06-07 06:10:36.037 10553 INFO octavia.api.v1.controllers.listener [req-bc01e3a9-6deb-426f-81fa-1f591cf405cf - - - - -] Sending Creation of Listener 8b36cb7a-3cb1-4882-afe4-3add504511dc to handler 2019-06-07 06:10:36.200 10553 INFO octavia.api.v1.controllers.pool [req-8db9fad4-08fa-4f64-83e8-f30b2369f7aa - - - - -] Sending Creation of Pool eebfa0e0-a1ea-49f1-a5e5-30ee9f845f79 to handler 2019-06-07 06:10:36.314 10553 INFO oslo_db.sqlalchemy.provision [req-41b42540-441a-4719-afdc-90576446d7a4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.318 10553 INFO oslo_db.sqlalchemy.provision [req-41b42540-441a-4719-afdc-90576446d7a4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ngrqghaosz 2019-06-07 06:10:36.319 10553 INFO oslo_db.sqlalchemy.provision [req-41b42540-441a-4719-afdc-90576446d7a4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_sans_listener [0.588786s] ... ok {15} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv4 [0.315225s] ... ok {3} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete [0.889804s] ... ok 2019-06-07 06:10:33.652 10545 INFO oslo_db.sqlalchemy.provision [req-01a0f2a2-37c4-48e5-884b-c3e331c301d6 - - - - -] CREATE BACKEND sqlite:// TOKEN gsbmjrxaru 2019-06-07 06:10:33.820 10545 INFO octavia.common.config [req-01a0f2a2-37c4-48e5-884b-c3e331c301d6 - - - - -] Logging enabled! 2019-06-07 06:10:33.821 10545 INFO octavia.common.config [req-01a0f2a2-37c4-48e5-884b-c3e331c301d6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.860 10545 WARNING octavia.api.root_controller [req-01a0f2a2-37c4-48e5-884b-c3e331c301d6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.880 10545 INFO octavia.api.v1.controllers.load_balancer [req-ec0ea89a-8c96-491c-bf6a-a24ee5723812 - - - - -] Sending created Load Balancer 3ec73e60-4690-4961-9038-dfdbe6d362c1 to the handler 2019-06-07 06:10:33.951 10545 INFO octavia.api.v1.controllers.listener [req-52ea1fcb-e5c7-4921-ac75-38c241e15687 - - - - -] Sending Creation of Listener c41e3b17-84f0-48e9-b964-5094474f77ca to handler 2019-06-07 06:10:34.130 10545 INFO octavia.api.v1.controllers.l7policy [req-df568ef8-bf33-421a-b6d8-6bf032093bba - - - - -] Sending Creation of L7Policy f5453b9f-7964-4109-9cce-828f7c229753 to handler 2019-06-07 06:10:34.301 10545 INFO octavia.api.v1.controllers.l7rule [req-076fff30-195f-4e25-8c2e-c06561a323a5 - - - - -] Sending Creation of L7Rule a9c310b9-0dc7-4373-9c6e-1853b4fff85c to handler 2019-06-07 06:10:34.415 10545 INFO octavia.api.v1.controllers.load_balancer [req-3de66697-9454-49b5-9b79-98b2f1190fe1 - - - - -] Sending deleted Load Balancer 3ec73e60-4690-4961-9038-dfdbe6d362c1 to the handler 2019-06-07 06:10:34.469 10545 INFO octavia.api.v1.controllers.l7rule [req-e3d31863-d777-468f-9689-39ccafdcf939 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:34.513 10545 INFO oslo_db.sqlalchemy.provision [req-e3d31863-d777-468f-9689-39ccafdcf939 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.517 10545 INFO oslo_db.sqlalchemy.provision [req-e3d31863-d777-468f-9689-39ccafdcf939 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gsbmjrxaru 2019-06-07 06:10:34.518 10545 INFO oslo_db.sqlalchemy.provision [req-e3d31863-d777-468f-9689-39ccafdcf939 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:34.538 10552 INFO oslo_db.sqlalchemy.provision [req-a31b1747-3e72-4df9-8969-0aaadd818595 - - - - -] CREATE BACKEND sqlite:// TOKEN fyynoiedks 2019-06-07 06:10:34.878 10552 INFO octavia.common.config [req-a31b1747-3e72-4df9-8969-0aaadd818595 - - - - -] Logging enabled! 2019-06-07 06:10:34.878 10552 INFO octavia.common.config [req-a31b1747-3e72-4df9-8969-0aaadd818595 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.977 10552 WARNING octavia.api.root_controller [req-a31b1747-3e72-4df9-8969-0aaadd818595 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.245 10552 INFO octavia.api.v1.controllers.load_balancer [req-f082afd0-911d-44c4-82ce-47ec2297ffac - - - - -] Sending full load balancer configuration 543e6cfb-3168-4cc1-81c7-f6c7a57a7b61 to the handler 2019-06-07 06:10:35.317 10552 INFO oslo_db.sqlalchemy.provision [req-f082afd0-911d-44c4-82ce-47ec2297ffac - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.320 10552 INFO oslo_db.sqlalchemy.provision [req-f082afd0-911d-44c4-82ce-47ec2297ffac - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fyynoiedks 2019-06-07 06:10:35.321 10552 INFO oslo_db.sqlalchemy.provision [req-f082afd0-911d-44c4-82ce-47ec2297ffac - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:35.557 10546 INFO oslo_db.sqlalchemy.provision [req-7b2958ee-1eb4-4aeb-a65e-747b916bfda7 - - - - -] CREATE BACKEND sqlite:// TOKEN qnjddouzdk 2019-06-07 06:10:35.719 10546 INFO octavia.common.config [req-7b2958ee-1eb4-4aeb-a65e-747b916bfda7 - - - - -] Logging enabled! 2019-06-07 06:10:35.720 10546 INFO octavia.common.config [req-7b2958ee-1eb4-4aeb-a65e-747b916bfda7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.766 10546 WARNING octavia.api.root_controller [req-7b2958ee-1eb4-4aeb-a65e-747b916bfda7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.787 10546 INFO octavia.api.v1.controllers.load_balancer [req-87f9e347-e9c2-4bd7-a57b-7d82d5882d87 - - - - -] Sending created Load Balancer f7f39dc9-2fcf-4d77-8276-45b4262fc56f to the handler 2019-06-07 06:10:35.857 10546 INFO octavia.api.v1.controllers.listener [req-a88fdbb1-1ef6-4fa9-ada4-402840c8e4ca - - - - -] Sending Creation of Listener 9bd5afa9-8d0e-44cf-ae0a-46b696454245 to handler 2019-06-07 06:10:35.972 10546 INFO octavia.api.v1.controllers.pool [req-0d0196eb-8366-468d-9fd7-58107a7fb9d6 - - - - -] Sending Creation of Pool 6dd39cde-3a08-46a9-b760-09157c040185 to handler 2019-06-07 06:10:36.180 10546 INFO octavia.api.v1.controllers.pool [req-aea8a757-0f34-433c-83ca-a2690a98302a - - - - -] Sending Creation of Pool 18aa850e-4be8-47b5-8891-c29bbe568a80 to handler 2019-06-07 06:10:36.398 10546 INFO octavia.api.v1.controllers.member [req-e34c7b5e-a1a3-4a3c-9056-3a899a61394b - - - - -] Sending Creation of Member 3efee573-e0d0-46ce-9913-e640ecd85699 to handler 2019-06-07 06:10:36.533 10546 INFO octavia.api.v1.controllers.load_balancer [req-ea38bd20-ace9-4b5c-8497-ced5fa82065d - - - - -] Sending updated Load Balancer f7f39dc9-2fcf-4d77-8276-45b4262fc56f to the handler 2019-06-07 06:10:36.627 10546 INFO octavia.api.v1.controllers.member [req-bd998ab7-f055-480c-9b53-7e196e336e26 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:36.687 10546 INFO oslo_db.sqlalchemy.provision [req-bd998ab7-f055-480c-9b53-7e196e336e26 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.691 10546 INFO oslo_db.sqlalchemy.provision [req-bd998ab7-f055-480c-9b53-7e196e336e26 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qnjddouzdk 2019-06-07 06:10:36.692 10546 INFO oslo_db.sqlalchemy.provision [req-bd998ab7-f055-480c-9b53-7e196e336e26 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:35.628 10548 INFO oslo_db.sqlalchemy.provision [req-90c63d3c-82e4-4755-88a2-aecab11a27c6 - - - - -] CREATE BACKEND sqlite:// TOKEN usdycqjmwd 2019-06-07 06:10:35.795 10548 INFO octavia.common.config [req-90c63d3c-82e4-4755-88a2-aecab11a27c6 - - - - -] Logging enabled! 2019-06-07 06:10:35.796 10548 INFO octavia.common.config [req-90c63d3c-82e4-4755-88a2-aecab11a27c6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.840 10548 WARNING octavia.api.root_controller [req-90c63d3c-82e4-4755-88a2-aecab11a27c6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.862 10548 INFO octavia.api.v1.controllers.load_balancer [req-f15dba7d-aae9-4a34-9c6d-fb1e04d75ac1 - - - - -] Sending created Load Balancer 8c6b8365-a69b-4af7-8cf2-e8df596ebfd3 to the handler 2019-06-07 06:10:35.933 10548 INFO octavia.api.v1.controllers.listener [req-71a4f3fe-b24b-4c04-83c2-42920cf09745 - - - - -] Sending Creation of Listener dedc46aa-55c2-42e2-9150-59916659bfe9 to handler 2019-06-07 06:10:36.056 10548 INFO octavia.api.v1.controllers.pool [req-ed5eba6f-9283-4b21-99db-870593b34417 - - - - -] Sending Creation of Pool 59beaf01-d23e-4be7-93a7-4da8845d8bc6 to handler 2019-06-07 06:10:36.434 10548 INFO octavia.api.v1.controllers.pool [req-79a6792b-a7bc-4d7f-a841-2c17b5517c40 - - - - -] Sending Creation of Pool ffc47926-c5b7-4c11-9bc2-cf7caa6da041 to handler 2019-06-07 06:10:36.653 10548 INFO octavia.api.v1.controllers.member [req-f61bce9a-3172-4b7f-ae72-aff3280a73dc - - - - -] Sending Creation of Member 3215ed63-bcc7-4e60-a00c-74d499859106 to handler 2019-06-07 06:10:36.682 10548 INFO oslo_db.sqlalchemy.provision [req-f61bce9a-3172-4b7f-ae72-aff3280a73dc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.686 10548 INFO oslo_db.sqlalchemy.provision [req-f61bce9a-3172-4b7f-ae72-aff3280a73dc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN usdycqjmwd 2019-06-07 06:10:36.686 10548 INFO oslo_db.sqlalchemy.provision [req-f61bce9a-3172-4b7f-ae72-aff3280a73dc - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_project_id [1.064884s] ... ok 2019-06-07 06:10:33.502 10542 INFO oslo_db.sqlalchemy.provision [req-7ca215e5-1944-44a3-a035-83765260ee90 - - - - -] CREATE BACKEND sqlite:// TOKEN xnkfrhrdna 2019-06-07 06:10:33.664 10542 INFO octavia.common.config [req-7ca215e5-1944-44a3-a035-83765260ee90 - - - - -] Logging enabled! 2019-06-07 06:10:33.665 10542 INFO octavia.common.config [req-7ca215e5-1944-44a3-a035-83765260ee90 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.708 10542 WARNING octavia.api.root_controller [req-7ca215e5-1944-44a3-a035-83765260ee90 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.730 10542 INFO octavia.api.v1.controllers.load_balancer [req-d2cdffa9-ce77-43f2-978a-1e03108f3c69 - - - - -] Sending created Load Balancer cddeb28d-8c7e-499b-9031-aef347fc661e to the handler 2019-06-07 06:10:33.800 10542 INFO octavia.api.v1.controllers.listener [req-5f92ac91-b867-494d-ba7c-7a1c7ac16085 - - - - -] Sending Creation of Listener 9d0de9c8-12f8-449f-b3da-e647cc15ff0d to handler 2019-06-07 06:10:33.959 10542 INFO octavia.api.v1.controllers.l7policy [req-59b69b20-56aa-46f8-bb7e-125d090c9a07 - - - - -] Sending Creation of L7Policy fec9f091-afcb-4ff8-8baa-e22aecda39c2 to handler 2019-06-07 06:10:34.120 10542 INFO octavia.api.v1.controllers.l7rule [req-a523e79e-984e-48a8-b2a7-d60af13fe355 - - - - -] Sending Creation of L7Rule a77bbe2e-2e66-4a67-b030-799a2dbd095e to handler 2019-06-07 06:10:34.249 10542 INFO octavia.api.v1.controllers.load_balancer [req-60d671d3-8977-49c9-bd02-73e36b512d7b - - - - -] Sending deleted Load Balancer cddeb28d-8c7e-499b-9031-aef347fc661e to the handler 2019-06-07 06:10:34.299 10542 INFO octavia.api.v1.controllers.l7rule [req-95a61c2c-2b25-43a4-ad16-75807a1939c8 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:34.343 10542 INFO oslo_db.sqlalchemy.provision [req-95a61c2c-2b25-43a4-ad16-75807a1939c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.347 10542 INFO oslo_db.sqlalchemy.provision [req-95a61c2c-2b25-43a4-ad16-75807a1939c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xnkfrhrdna 2019-06-07 06:10:34.348 10542 INFO oslo_db.sqlalchemy.provision [req-95a61c2c-2b25-43a4-ad16-75807a1939c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete_when_lb_pending_delete [0.851983s] ... ok 2019-06-07 06:10:35.222 10539 INFO oslo_db.sqlalchemy.provision [req-81dcfc41-e347-4fdf-a24c-0d9ae6010b1f - - - - -] CREATE BACKEND sqlite:// TOKEN zkhirovenx 2019-06-07 06:10:35.384 10539 INFO octavia.common.config [req-81dcfc41-e347-4fdf-a24c-0d9ae6010b1f - - - - -] Logging enabled! 2019-06-07 06:10:35.385 10539 INFO octavia.common.config [req-81dcfc41-e347-4fdf-a24c-0d9ae6010b1f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.430 10539 WARNING octavia.api.root_controller [req-81dcfc41-e347-4fdf-a24c-0d9ae6010b1f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.451 10539 INFO octavia.api.v1.controllers.load_balancer [req-50c1d763-dbf8-430e-bc92-008736ff10f8 - - - - -] Sending created Load Balancer c20eadac-0cc0-4b2a-8440-304f941b4492 to the handler 2019-06-07 06:10:35.531 10539 INFO octavia.api.v1.controllers.pool [req-dcf55a77-f51b-4b7a-983f-a8ef44970084 - - - - -] Sending Creation of Pool 3bdab3e3-ccda-4b42-b09d-021cb31701ab to handler 2019-06-07 06:10:35.644 10539 INFO octavia.api.v1.controllers.listener [req-a3dd80d3-a8e5-4fa3-acb3-f33dcfc390e0 - - - - -] Sending Creation of Listener a526b07d-d46d-4670-8113-681fd5979999 to handler 2019-06-07 06:10:35.698 10539 INFO oslo_db.sqlalchemy.provision [req-a3dd80d3-a8e5-4fa3-acb3-f33dcfc390e0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.701 10539 INFO oslo_db.sqlalchemy.provision [req-a3dd80d3-a8e5-4fa3-acb3-f33dcfc390e0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zkhirovenx 2019-06-07 06:10:35.702 10539 INFO oslo_db.sqlalchemy.provision [req-a3dd80d3-a8e5-4fa3-acb3-f33dcfc390e0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_valid_insert_headers [0.486409s] ... ok 2019-06-07 06:10:36.384 10532 INFO oslo_db.sqlalchemy.provision [req-6be40c81-4f81-4e18-806f-a749e915c669 - - - - -] CREATE BACKEND sqlite:// TOKEN caytjelkia 2019-06-07 06:10:36.582 10532 INFO octavia.common.config [req-6be40c81-4f81-4e18-806f-a749e915c669 - - - - -] Logging enabled! 2019-06-07 06:10:36.584 10532 INFO octavia.common.config [req-6be40c81-4f81-4e18-806f-a749e915c669 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.639 10532 WARNING octavia.api.root_controller [req-6be40c81-4f81-4e18-806f-a749e915c669 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.662 10532 INFO octavia.api.v1.controllers.load_balancer [req-999e9148-a5d7-4e6b-965c-d0d286d6a218 - - - - -] Sending created Load Balancer d01d081e-b520-41e6-be1f-7985a1df7b7c to the handler 2019-06-07 06:10:36.749 10532 INFO octavia.api.v1.controllers.listener [req-82090ced-1404-4344-aed8-2aaa03855655 - - - - -] Sending Creation of Listener 86a5e4fb-f804-420c-9da4-728541b5fae3 to handler 2019-06-07 06:10:36.902 10532 INFO octavia.api.v1.controllers.pool [req-9671924c-b10d-4a0b-ba60-086362e6cdce - - - - -] Sending Creation of Pool c76d059a-7d50-4594-8d72-2e3aaf7d0851 to handler 2019-06-07 06:10:37.288 10532 INFO octavia.api.v1.controllers.l7policy [req-8d4028f6-95f8-46e7-82b0-87233a85c0f7 - - - - -] Sending Creation of L7Policy 744a1525-531a-4ff3-922b-3b8c36d0c40a to handler 2019-06-07 06:10:37.432 10532 INFO oslo_db.sqlalchemy.provision [req-a550197e-c473-4cd7-8964-55f3e6e620e7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.436 10532 INFO oslo_db.sqlalchemy.provision [req-a550197e-c473-4cd7-8964-55f3e6e620e7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN caytjelkia 2019-06-07 06:10:37.437 10532 INFO oslo_db.sqlalchemy.provision [req-a550197e-c473-4cd7-8964-55f3e6e620e7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_with_l7policy [1.060282s] ... ok 2019-06-07 06:10:37.117 10554 INFO oslo_db.sqlalchemy.provision [req-2e9f6435-e1c0-45fb-98e0-977f9cbc8bd6 - - - - -] CREATE BACKEND sqlite:// TOKEN dcnqrweldz 2019-06-07 06:10:37.276 10554 INFO octavia.common.config [req-2e9f6435-e1c0-45fb-98e0-977f9cbc8bd6 - - - - -] Logging enabled! 2019-06-07 06:10:37.277 10554 INFO octavia.common.config [req-2e9f6435-e1c0-45fb-98e0-977f9cbc8bd6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.322 10554 WARNING octavia.api.root_controller [req-2e9f6435-e1c0-45fb-98e0-977f9cbc8bd6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.348 10554 INFO octavia.api.v2.controllers.load_balancer [req-0e0aa2cd-65ce-4da1-925e-a03220e93e29 - - - - -] Sending created Load Balancer e971994e-4d43-4e7d-b3b2-ad1d2206b1f1 to the handler 2019-06-07 06:10:37.435 10554 INFO octavia.api.v2.controllers.listener [req-78ccc956-0bf9-4c75-90dc-f23444672315 - - - - -] Sending Creation of Listener 34ab7dd4-a407-4523-96dd-c0d2722cb428 to handler 2019-06-07 06:10:37.576 10554 INFO octavia.api.v2.controllers.l7policy [req-44ff79ef-0a29-44f2-9a9d-1f3e1f601f4c - - - - -] Sending Creation of L7Policy 955f1f41-c38c-4294-915d-553f016aaf0b to handler 2019-06-07 06:10:37.803 10554 INFO octavia.api.v2.controllers.l7rule [req-81f4d500-a1f3-4138-b459-b7caacd71f2a - - - - -] Sending Creation of L7Rule 41896cca-b681-4cad-9fc8-a835d98552a7 to handler 2019-06-07 06:10:37.892 10554 INFO oslo_db.sqlalchemy.provision [req-1541ac04-3add-40c4-be66-5e4ed280212e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.896 10554 INFO oslo_db.sqlalchemy.provision [req-1541ac04-3add-40c4-be66-5e4ed280212e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dcnqrweldz 2019-06-07 06:10:37.896 10554 INFO oslo_db.sqlalchemy.provision [req-1541ac04-3add-40c4-be66-5e4ed280212e - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:36.697 10548 INFO oslo_db.sqlalchemy.provision [req-f61bce9a-3172-4b7f-ae72-aff3280a73dc - - - - -] CREATE BACKEND sqlite:// TOKEN odljesinrn 2019-06-07 06:10:36.861 10548 INFO octavia.common.config [req-f61bce9a-3172-4b7f-ae72-aff3280a73dc - - - - -] Logging enabled! 2019-06-07 06:10:36.862 10548 INFO octavia.common.config [req-f61bce9a-3172-4b7f-ae72-aff3280a73dc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.914 10548 WARNING octavia.api.root_controller [req-f61bce9a-3172-4b7f-ae72-aff3280a73dc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.993 10548 INFO oslo_db.sqlalchemy.provision [req-bcb22efd-784a-4585-a546-65498f4fbb46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.997 10548 INFO oslo_db.sqlalchemy.provision [req-bcb22efd-784a-4585-a546-65498f4fbb46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN odljesinrn 2019-06-07 06:10:36.998 10548 INFO oslo_db.sqlalchemy.provision [req-bcb22efd-784a-4585-a546-65498f4fbb46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_custom_missing_quotas [0.311073s] ... ok 2019-06-07 06:10:36.848 10528 INFO oslo_db.sqlalchemy.provision [req-ace1597e-730f-4baa-8b94-b35fd9f7fbba - - - - -] CREATE BACKEND sqlite:// TOKEN ntycjjpijz 2019-06-07 06:10:37.011 10528 INFO octavia.common.config [req-ace1597e-730f-4baa-8b94-b35fd9f7fbba - - - - -] Logging enabled! 2019-06-07 06:10:37.012 10528 INFO octavia.common.config [req-ace1597e-730f-4baa-8b94-b35fd9f7fbba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.057 10528 WARNING octavia.api.root_controller [req-ace1597e-730f-4baa-8b94-b35fd9f7fbba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.079 10528 INFO octavia.api.v1.controllers.load_balancer [req-8d6464ad-3843-415d-8612-96addcf852e5 - - - - -] Sending created Load Balancer c631e0d7-efb9-4666-9f19-304df5537725 to the handler 2019-06-07 06:10:37.149 10528 INFO octavia.api.v1.controllers.listener [req-dce3ddd7-73c3-47ed-91d7-04d1b30d959b - - - - -] Sending Creation of Listener 09abbbe4-b18e-4f03-ada4-b0bde0351b3b to handler 2019-06-07 06:10:37.264 10528 INFO octavia.api.v1.controllers.pool [req-82697388-205e-400d-8350-4d5ad97ab10c - - - - -] Sending Creation of Pool d707a8e7-9c9e-4d49-962d-0aecca980321 to handler 2019-06-07 06:10:37.465 10528 INFO octavia.api.v1.controllers.pool [req-366cde73-a71c-433a-8582-a8aefbd39694 - - - - -] Sending Creation of Pool d401fa98-eac3-4d9e-bb6b-eac5b9e3beca to handler 2019-06-07 06:10:37.683 10528 INFO octavia.api.v1.controllers.member [req-bcae9464-c89a-4fb8-94f6-aec5b5554a34 - - - - -] Sending Creation of Member e016d255-7f8e-411a-b389-bb956c95e238 to handler 2019-06-07 06:10:37.906 10528 INFO octavia.api.v1.controllers.member [req-0f770abd-d209-4644-98cf-61dcad5b96d9 - - - - -] Sending Deletion of Member e016d255-7f8e-411a-b389-bb956c95e238 to handler 2019-06-07 06:10:38.275 10528 INFO oslo_db.sqlalchemy.provision [req-21165bdc-1483-487c-9150-7ca00241c307 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.279 10528 INFO oslo_db.sqlalchemy.provision [req-21165bdc-1483-487c-9150-7ca00241c307 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ntycjjpijz 2019-06-07 06:10:38.279 10528 INFO oslo_db.sqlalchemy.provision [req-21165bdc-1483-487c-9150-7ca00241c307 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_delete [1.437656s] ... ok {17} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_when_lb_pending_delete [0.872308s] ... ok 2019-06-07 06:10:37.808 10533 INFO oslo_db.sqlalchemy.provision [req-965dc248-e250-4224-b093-3fd1afc5efa7 - - - - -] CREATE BACKEND sqlite:// TOKEN gnmioxnqmb 2019-06-07 06:10:37.973 10533 INFO octavia.common.config [req-965dc248-e250-4224-b093-3fd1afc5efa7 - - - - -] Logging enabled! 2019-06-07 06:10:37.974 10533 INFO octavia.common.config [req-965dc248-e250-4224-b093-3fd1afc5efa7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.021 10533 WARNING octavia.api.root_controller [req-965dc248-e250-4224-b093-3fd1afc5efa7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.042 10533 INFO octavia.api.v1.controllers.load_balancer [req-4c13d948-2764-4d36-9d59-3e4fe4940e32 - - - - -] Sending created Load Balancer 36882184-50a2-4f2f-a8c8-94be536943da to the handler 2019-06-07 06:10:38.121 10533 INFO octavia.api.v1.controllers.listener [req-33b3b7d6-0602-4412-874d-0c982fd3c244 - - - - -] Sending Creation of Listener 295c4e41-fabe-4f07-9647-7aae6bbf029a to handler 2019-06-07 06:10:38.324 10533 INFO octavia.api.v1.controllers.pool [req-2d093e5a-be47-44d2-91dc-dda6495f189d - - - - -] Sending Creation of Pool 1dffaca0-4c5c-4e94-98bb-3a48b3596b4a to handler 2019-06-07 06:10:38.464 10533 INFO octavia.api.v1.controllers.load_balancer [req-eb70426b-48ee-4c72-8b1b-c0ecf71e0538 - - - - -] Sending updated Load Balancer 36882184-50a2-4f2f-a8c8-94be536943da to the handler 2019-06-07 06:10:38.538 10533 INFO octavia.api.v1.controllers.pool [req-7f04c802-2002-4e8f-8699-a4bb22eace23 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:38.589 10533 INFO oslo_db.sqlalchemy.provision [req-7f04c802-2002-4e8f-8699-a4bb22eace23 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.593 10533 INFO oslo_db.sqlalchemy.provision [req-7f04c802-2002-4e8f-8699-a4bb22eace23 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gnmioxnqmb 2019-06-07 06:10:38.594 10533 INFO oslo_db.sqlalchemy.provision [req-7f04c802-2002-4e8f-8699-a4bb22eace23 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_when_lb_pending_update [0.792070s] ... ok {26} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_authorized [0.785407s] ... ok 2019-06-07 06:10:35.695 10547 INFO oslo_db.sqlalchemy.provision [req-6b5af092-6acb-46bd-8cc0-6112bdb5c582 - - - - -] CREATE BACKEND sqlite:// TOKEN nrqdnwormn 2019-06-07 06:10:35.856 10547 INFO octavia.common.config [req-6b5af092-6acb-46bd-8cc0-6112bdb5c582 - - - - -] Logging enabled! 2019-06-07 06:10:35.857 10547 INFO octavia.common.config [req-6b5af092-6acb-46bd-8cc0-6112bdb5c582 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.900 10547 WARNING octavia.api.root_controller [req-6b5af092-6acb-46bd-8cc0-6112bdb5c582 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.921 10547 INFO octavia.api.v1.controllers.load_balancer [req-928b5af2-646b-43cc-9ad8-134b9280d91a - - - - -] Sending created Load Balancer 91201676-5e88-434c-a6a0-7f7dfd92124c to the handler 2019-06-07 06:10:35.979 10547 INFO oslo_db.sqlalchemy.provision [req-f75a6ac0-7eb9-44e3-a1e0-1a2cde39a56d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.982 10547 INFO oslo_db.sqlalchemy.provision [req-f75a6ac0-7eb9-44e3-a1e0-1a2cde39a56d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nrqdnwormn 2019-06-07 06:10:35.983 10547 INFO oslo_db.sqlalchemy.provision [req-f75a6ac0-7eb9-44e3-a1e0-1a2cde39a56d - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:37.109 10555 INFO oslo_db.sqlalchemy.provision [req-c5a368cf-fbc4-4c2c-a33f-770d7fe0cb94 - - - - -] CREATE BACKEND sqlite:// TOKEN prbypzrquc 2019-06-07 06:10:37.275 10555 INFO octavia.common.config [req-c5a368cf-fbc4-4c2c-a33f-770d7fe0cb94 - - - - -] Logging enabled! 2019-06-07 06:10:37.276 10555 INFO octavia.common.config [req-c5a368cf-fbc4-4c2c-a33f-770d7fe0cb94 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.323 10555 WARNING octavia.api.root_controller [req-c5a368cf-fbc4-4c2c-a33f-770d7fe0cb94 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.349 10555 INFO octavia.api.v2.controllers.load_balancer [req-2aa11c30-ab0b-4128-a223-e86d64b1611f - - - - -] Sending created Load Balancer 1bc2cdca-371f-492d-aaab-30de76d45e63 to the handler 2019-06-07 06:10:37.435 10555 INFO octavia.api.v2.controllers.listener [req-ae90192e-cb82-4dd6-9f80-5ea9bf18a42b - - - - -] Sending Creation of Listener 077827c5-0fa9-4f5c-8ef0-269c335625cb to handler 2019-06-07 06:10:37.570 10555 INFO octavia.api.v2.controllers.pool [req-85c8ee5b-3b62-46b7-acba-0d8687a7a307 - - - - -] Sending Creation of Pool d0e1424e-2024-48c2-bca1-edec72a54c1f to handler 2019-06-07 06:10:37.764 10555 INFO octavia.api.v2.controllers.l7policy [req-6be6a57d-e4eb-4e2b-af67-6216abd196d4 - - - - -] Sending Creation of L7Policy b2e2deb4-f6f9-4d93-a13d-345ce20578a5 to handler 2019-06-07 06:10:38.032 10555 INFO octavia.api.v2.controllers.l7policy [req-898297eb-feaf-4f23-be78-4fe57a6468d6 - - - - -] Sending Update of L7Policy b2e2deb4-f6f9-4d93-a13d-345ce20578a5 to handler 2019-06-07 06:10:38.087 10555 INFO oslo_db.sqlalchemy.provision [req-898297eb-feaf-4f23-be78-4fe57a6468d6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.091 10555 INFO oslo_db.sqlalchemy.provision [req-898297eb-feaf-4f23-be78-4fe57a6468d6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN prbypzrquc 2019-06-07 06:10:38.092 10555 INFO oslo_db.sqlalchemy.provision [req-898297eb-feaf-4f23-be78-4fe57a6468d6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_pool_minimal [0.989364s] ... ok 2019-06-07 06:10:34.108 10530 INFO oslo_db.sqlalchemy.provision [req-f3a36e1a-d58a-455e-b7a9-9236f1390897 - - - - -] CREATE BACKEND sqlite:// TOKEN duwlljuvpz 2019-06-07 06:10:34.269 10530 INFO octavia.common.config [req-f3a36e1a-d58a-455e-b7a9-9236f1390897 - - - - -] Logging enabled! 2019-06-07 06:10:34.270 10530 INFO octavia.common.config [req-f3a36e1a-d58a-455e-b7a9-9236f1390897 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.315 10530 WARNING octavia.api.root_controller [req-f3a36e1a-d58a-455e-b7a9-9236f1390897 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.335 10530 INFO octavia.api.v1.controllers.load_balancer [req-260ca9fe-c4f0-4387-b9d2-5d63881b55f4 - - - - -] Sending created Load Balancer e830cc09-d58e-4fc5-bc0a-f6eae8d4093e to the handler 2019-06-07 06:10:34.405 10530 INFO octavia.api.v1.controllers.listener [req-88c50f52-0113-495f-ad8a-f9a4d4b4f5b3 - - - - -] Sending Creation of Listener 1a7babcf-3e7e-4f12-8e43-c5abaef58a29 to handler 2019-06-07 06:10:34.555 10530 INFO octavia.api.v1.controllers.l7policy [req-f92af729-7cc8-4d8e-9bea-f0a1c1aa674a - - - - -] Sending Creation of L7Policy ef0d7758-8010-4ef9-8ce5-dc876f72b0c0 to handler 2019-06-07 06:10:34.726 10530 INFO octavia.api.v1.controllers.l7rule [req-d931a4b7-7220-4322-ba4b-ebb75094fb68 - - - - -] Sending Creation of L7Rule 447cd862-d433-4159-812c-95f1b3e7f9e9 to handler 2019-06-07 06:10:34.816 10530 INFO octavia.api.v1.controllers.load_balancer [req-c3432e59-d9b2-4ad8-a314-bfbe9feadf11 - - - - -] Sending updated Load Balancer e830cc09-d58e-4fc5-bc0a-f6eae8d4093e to the handler 2019-06-07 06:10:34.897 10530 INFO octavia.api.v1.controllers.l7rule [req-2206d6f4-5886-4b08-88da-4340a55b6268 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:34.940 10530 INFO oslo_db.sqlalchemy.provision [req-2206d6f4-5886-4b08-88da-4340a55b6268 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.944 10530 INFO oslo_db.sqlalchemy.provision [req-2206d6f4-5886-4b08-88da-4340a55b6268 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN duwlljuvpz 2019-06-07 06:10:34.945 10530 INFO oslo_db.sqlalchemy.provision [req-2206d6f4-5886-4b08-88da-4340a55b6268 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:35.687 10557 INFO oslo_db.sqlalchemy.provision [req-e7acedbd-099e-41e2-aa03-1f739e6b3479 - - - - -] CREATE BACKEND sqlite:// TOKEN mhcdtzfocs 2019-06-07 06:10:35.851 10557 INFO octavia.common.config [req-e7acedbd-099e-41e2-aa03-1f739e6b3479 - - - - -] Logging enabled! 2019-06-07 06:10:35.852 10557 INFO octavia.common.config [req-e7acedbd-099e-41e2-aa03-1f739e6b3479 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.902 10557 WARNING octavia.api.root_controller [req-e7acedbd-099e-41e2-aa03-1f739e6b3479 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.923 10557 INFO octavia.api.v1.controllers.load_balancer [req-4108fe48-6b20-4f1f-ad4f-3035adf9403a - - - - -] Sending created Load Balancer 5f45ce1f-8881-476f-9aa1-d75949a408fa to the handler 2019-06-07 06:10:35.995 10557 INFO octavia.api.v1.controllers.pool [req-44fa670f-62dd-49c2-9c20-e05aef5a6d9e - - - - -] Sending Creation of Pool d7f6ac08-071b-4ef1-a5c0-f53e898f8c7f to handler 2019-06-07 06:10:36.063 10557 INFO octavia.api.v1.controllers.load_balancer [req-bcbdb953-0d39-4ee9-9c4f-9f477ce26e9c - - - - -] Load Balancer SEAN-CONNERY was not found. 2019-06-07 06:10:36.068 10557 INFO octavia.api.v1.controllers.load_balancer [req-bcbdb953-0d39-4ee9-9c4f-9f477ce26e9c - - - - -] Load Balancer SEAN-CONNERY was not found. 2019-06-07 06:10:36.100 10557 INFO oslo_db.sqlalchemy.provision [req-bcbdb953-0d39-4ee9-9c4f-9f477ce26e9c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.121 10557 INFO oslo_db.sqlalchemy.provision [req-bcbdb953-0d39-4ee9-9c4f-9f477ce26e9c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mhcdtzfocs 2019-06-07 06:10:36.122 10557 INFO oslo_db.sqlalchemy.provision [req-bcbdb953-0d39-4ee9-9c4f-9f477ce26e9c - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v1.test_listener.TestListener.test_get_all_bad_lb_id [0.441313s] ... ok {19} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_with_vip [0.293508s] ... ok 2019-06-07 06:10:31.015 10536 INFO oslo_db.sqlalchemy.provision [req-8db06832-eeda-44c0-9641-d05c332836e7 - - - - -] CREATE BACKEND sqlite:// TOKEN kbnlqrjkdl 2019-06-07 06:10:31.187 10536 INFO octavia.common.config [req-8db06832-eeda-44c0-9641-d05c332836e7 - - - - -] Logging enabled! 2019-06-07 06:10:31.188 10536 INFO octavia.common.config [req-8db06832-eeda-44c0-9641-d05c332836e7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:31.431 10536 WARNING octavia.api.root_controller [req-8db06832-eeda-44c0-9641-d05c332836e7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:31.479 10536 INFO octavia.api.v1.controllers.load_balancer [req-e9cb57a6-3b76-4302-be13-7e75410dec8b - - - - -] Sending created Load Balancer 7ede41ec-9a6e-46b2-a085-fc4a2827a576 to the handler 2019-06-07 06:10:31.577 10536 INFO octavia.api.v1.controllers.listener [req-00a566be-1a9d-4210-9566-cf435cf4ecdb - - - - -] Sending Creation of Listener fcaabcd0-615a-4e5a-a5b5-0752eaf3caa3 to handler 2019-06-07 06:10:31.771 10536 INFO octavia.api.v1.controllers.l7policy [req-982730f3-770a-4af1-bd1a-8b34892bdc3b - - - - -] Sending Creation of L7Policy 7828cefd-061f-4f4d-924e-b1100702fec0 to handler 2019-06-07 06:10:31.940 10536 INFO oslo_db.sqlalchemy.provision [req-4691ac67-fa16-443a-aa59-49a871b3ac80 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:31.944 10536 INFO oslo_db.sqlalchemy.provision [req-4691ac67-fa16-443a-aa59-49a871b3ac80 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kbnlqrjkdl 2019-06-07 06:10:31.945 10536 INFO oslo_db.sqlalchemy.provision [req-4691ac67-fa16-443a-aa59-49a871b3ac80 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete_when_lb_pending_update [0.842846s] ... ok {18} octavia.tests.functional.api.v1.test_member.TestMember.test_delete_when_lb_pending_update [1.140595s] ... ok {24} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_one_rule [0.789661s] ... ok {8} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_host_name_rule [0.935813s] ... ok 2019-06-07 06:10:34.914 10544 INFO oslo_db.sqlalchemy.provision [req-8f4b5660-6a6a-4aca-a9fc-6ee60b497427 - - - - -] CREATE BACKEND sqlite:// TOKEN acxemyovve 2019-06-07 06:10:35.076 10544 INFO octavia.common.config [req-8f4b5660-6a6a-4aca-a9fc-6ee60b497427 - - - - -] Logging enabled! 2019-06-07 06:10:35.077 10544 INFO octavia.common.config [req-8f4b5660-6a6a-4aca-a9fc-6ee60b497427 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.125 10544 WARNING octavia.api.root_controller [req-8f4b5660-6a6a-4aca-a9fc-6ee60b497427 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.151 10544 INFO octavia.api.v2.controllers.load_balancer [req-9dc76290-c790-4c94-a9ce-bb16c804146d - - - - -] Sending created Load Balancer 86cd4946-301f-4438-9b22-df1730da3edb to the handler 2019-06-07 06:10:35.239 10544 INFO octavia.api.v2.controllers.listener [req-0489ddc3-ed0e-4f3b-9d30-efe162864c74 - - - - -] Sending Creation of Listener d016e35a-9d72-4274-8c9e-1bc3edf893f7 to handler 2019-06-07 06:10:35.372 10544 INFO octavia.api.v2.controllers.pool [req-d5f161f1-15ae-4341-adfb-9b0aa310187f - - - - -] Sending Creation of Pool 9acf8489-b6e2-4317-8f31-62d58fee339d to handler 2019-06-07 06:10:35.602 10544 INFO octavia.api.v2.controllers.pool [req-df9fe346-9306-43e8-a7bd-f2396ce1df27 - - - - -] Sending Creation of Pool ae833f40-1ca8-4500-a304-62fb5e13f0f5 to handler 2019-06-07 06:10:35.765 10544 INFO octavia.api.v2.controllers.health_monitor [req-9df880a8-c1d9-41e8-959c-d54ecc43b2cb - - - - -] Health Monitor 90d41563-0d44-4a5d-a929-0232d208bc31 was not found 2019-06-07 06:10:35.790 10544 INFO oslo_db.sqlalchemy.provision [req-9df880a8-c1d9-41e8-959c-d54ecc43b2cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.794 10544 INFO oslo_db.sqlalchemy.provision [req-9df880a8-c1d9-41e8-959c-d54ecc43b2cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN acxemyovve 2019-06-07 06:10:35.794 10544 INFO oslo_db.sqlalchemy.provision [req-9df880a8-c1d9-41e8-959c-d54ecc43b2cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_delete [0.887025s] ... ok 2019-06-07 06:10:32.166 10549 INFO oslo_db.sqlalchemy.provision [req-a4859cc2-0c70-44d7-8da1-82efd24498a5 - - - - -] CREATE BACKEND sqlite:// TOKEN hplhyonskm 2019-06-07 06:10:32.341 10549 INFO octavia.common.config [req-a4859cc2-0c70-44d7-8da1-82efd24498a5 - - - - -] Logging enabled! 2019-06-07 06:10:32.342 10549 INFO octavia.common.config [req-a4859cc2-0c70-44d7-8da1-82efd24498a5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.389 10549 WARNING octavia.api.root_controller [req-a4859cc2-0c70-44d7-8da1-82efd24498a5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.415 10549 INFO octavia.api.v1.controllers.load_balancer [req-df737e96-59d7-4b24-a7ab-97a85b1b23db - - - - -] Sending created Load Balancer ecb4fd02-f579-4fbb-ac16-887ccdf10722 to the handler 2019-06-07 06:10:32.486 10549 INFO octavia.api.v1.controllers.listener [req-86418140-5dfd-4183-85b5-f9f158f6d7df - - - - -] Sending Creation of Listener 52f1e034-d17a-4c16-abb6-32cca4fbe087 to handler 2019-06-07 06:10:32.598 10549 INFO octavia.api.v1.controllers.pool [req-df138f53-e2d6-45ca-8874-e49321c6a1fa - - - - -] Sending Creation of Pool 16492ef1-b429-4ffa-95bf-c7139d226611 to handler 2019-06-07 06:10:32.803 10549 INFO octavia.api.v1.controllers.l7policy [req-9c3ada56-f321-4622-9514-6df253aa8e84 - - - - -] Sending Creation of L7Policy 84370faf-d654-4324-86e1-f0dac97db64e to handler 2019-06-07 06:10:32.942 10549 INFO octavia.api.v1.controllers.l7policy [req-54850dc7-e2dc-4c46-874e-150f1e1198e4 - - - - -] Sending Update of L7Policy 84370faf-d654-4324-86e1-f0dac97db64e to handler 2019-06-07 06:10:33.002 10549 INFO oslo_db.sqlalchemy.provision [req-54850dc7-e2dc-4c46-874e-150f1e1198e4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.005 10549 INFO oslo_db.sqlalchemy.provision [req-54850dc7-e2dc-4c46-874e-150f1e1198e4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hplhyonskm 2019-06-07 06:10:33.006 10549 INFO oslo_db.sqlalchemy.provision [req-54850dc7-e2dc-4c46-874e-150f1e1198e4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_pool_minimal [0.846987s] ... ok 2019-06-07 06:10:33.125 10541 INFO oslo_db.sqlalchemy.provision [req-296f0618-fd1c-4ccd-b58b-38ef2bae5e99 - - - - -] CREATE BACKEND sqlite:// TOKEN zpihwjbarl 2019-06-07 06:10:33.289 10541 INFO octavia.common.config [req-296f0618-fd1c-4ccd-b58b-38ef2bae5e99 - - - - -] Logging enabled! 2019-06-07 06:10:33.290 10541 INFO octavia.common.config [req-296f0618-fd1c-4ccd-b58b-38ef2bae5e99 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.337 10541 WARNING octavia.api.root_controller [req-296f0618-fd1c-4ccd-b58b-38ef2bae5e99 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.358 10541 INFO octavia.api.v1.controllers.load_balancer [req-4d2b2741-740c-46e2-a01a-ca4660bbcc42 - - - - -] Sending created Load Balancer 439d8c70-dd34-4ef3-894c-2e321e43a4c7 to the handler 2019-06-07 06:10:33.457 10541 INFO octavia.api.v1.controllers.listener [req-c5254b0a-c3ef-4ba7-8711-1b058254e026 - - - - -] Sending Creation of Listener 917590ef-4ebd-4f24-97f0-5e1d2c9698c3 to handler 2019-06-07 06:10:33.645 10541 INFO octavia.api.v1.controllers.l7policy [req-b045863e-b3d3-4931-9fa3-11714d58799e - - - - -] Sending Creation of L7Policy 4963fd6b-2dcf-4997-900b-a1f0da082063 to handler 2019-06-07 06:10:33.860 10541 INFO oslo_db.sqlalchemy.provision [req-f24b75ac-586e-4aaf-bc46-adf98729514e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.873 10541 INFO oslo_db.sqlalchemy.provision [req-f24b75ac-586e-4aaf-bc46-adf98729514e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zpihwjbarl 2019-06-07 06:10:33.874 10541 INFO oslo_db.sqlalchemy.provision [req-f24b75ac-586e-4aaf-bc46-adf98729514e - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_header_rule [0.756135s] ... ok 2019-06-07 06:10:35.392 10556 INFO oslo_db.sqlalchemy.provision [req-f5e75cf6-fc2b-4508-9a43-b7d2fb84ef5e - - - - -] CREATE BACKEND sqlite:// TOKEN pqumouyfhx 2019-06-07 06:10:35.555 10556 INFO octavia.common.config [req-f5e75cf6-fc2b-4508-9a43-b7d2fb84ef5e - - - - -] Logging enabled! 2019-06-07 06:10:35.556 10556 INFO octavia.common.config [req-f5e75cf6-fc2b-4508-9a43-b7d2fb84ef5e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.600 10556 WARNING octavia.api.root_controller [req-f5e75cf6-fc2b-4508-9a43-b7d2fb84ef5e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.622 10556 INFO octavia.api.v1.controllers.load_balancer [req-c3873325-6d2d-4e14-bc69-facb1ae97cbf - - - - -] Sending created Load Balancer 4eda17ea-e99b-4bde-9cc4-20da5a6e7a44 to the handler 2019-06-07 06:10:35.696 10556 INFO octavia.api.v1.controllers.listener [req-2b1a64af-d36c-4ea0-aeed-f6047237c3a1 - - - - -] Sending Creation of Listener a989ac79-2166-4b5d-b3d5-6d63b33a854d to handler 2019-06-07 06:10:35.901 10556 INFO octavia.api.v1.controllers.pool [req-ebfb31a8-8483-404a-9ec8-8c2f6a7c07a1 - - - - -] Sending Creation of Pool 235ed2bc-a90d-4bde-ad47-825effceef43 to handler 2019-06-07 06:10:36.074 10556 INFO octavia.api.v1.controllers.load_balancer [req-a6bf88c9-642c-4524-9ff5-9f493b188078 - - - - -] Sending deleted Load Balancer 4eda17ea-e99b-4bde-9cc4-20da5a6e7a44 to the handler 2019-06-07 06:10:36.117 10556 INFO octavia.api.v1.controllers.pool [req-8468e251-9307-457b-88c7-ec58984d64db - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:36.168 10556 INFO oslo_db.sqlalchemy.provision [req-8468e251-9307-457b-88c7-ec58984d64db - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.172 10556 INFO oslo_db.sqlalchemy.provision [req-8468e251-9307-457b-88c7-ec58984d64db - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pqumouyfhx 2019-06-07 06:10:36.173 10556 INFO oslo_db.sqlalchemy.provision [req-8468e251-9307-457b-88c7-ec58984d64db - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_when_lb_pending_delete [0.787613s] ... ok 2019-06-07 06:10:33.747 10529 INFO oslo_db.sqlalchemy.provision [req-849b709a-e9ed-4fc0-81d4-a4c64f1e81c8 - - - - -] CREATE BACKEND sqlite:// TOKEN uypdhyfgpp 2019-06-07 06:10:34.113 10529 INFO octavia.common.config [req-849b709a-e9ed-4fc0-81d4-a4c64f1e81c8 - - - - -] Logging enabled! 2019-06-07 06:10:34.114 10529 INFO octavia.common.config [req-849b709a-e9ed-4fc0-81d4-a4c64f1e81c8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.189 10529 WARNING octavia.api.root_controller [req-849b709a-e9ed-4fc0-81d4-a4c64f1e81c8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.212 10529 INFO octavia.api.v1.controllers.load_balancer [req-dfe3e89f-6f2a-465c-9c55-4df1a1189731 - - - - -] Sending created Load Balancer 6a2fd9d9-21ec-4cbc-aade-1bed51e416d6 to the handler 2019-06-07 06:10:34.301 10529 INFO octavia.api.v1.controllers.pool [req-404ec832-d415-4576-9329-613048806ba1 - - - - -] Sending Creation of Pool 0eb813a3-fc6d-400a-8a81-82911b7de381 to handler 2019-06-07 06:10:34.435 10529 INFO octavia.api.v1.controllers.listener [req-91cd2c28-7e39-4e34-a458-10b16c3b6489 - - - - -] Sending Creation of Listener a65831ac-aad7-4ae6-b3c8-27077a7445ae to handler 2019-06-07 06:10:34.794 10529 INFO oslo_db.sqlalchemy.provision [req-0575cd2c-5c3e-4fe9-8094-980f2e32c6a4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.798 10529 INFO oslo_db.sqlalchemy.provision [req-0575cd2c-5c3e-4fe9-8094-980f2e32c6a4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uypdhyfgpp 2019-06-07 06:10:34.798 10529 INFO oslo_db.sqlalchemy.provision [req-0575cd2c-5c3e-4fe9-8094-980f2e32c6a4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_with_bad_default_pool_id [1.058783s] ... ok 2019-06-07 06:10:32.429 10550 INFO oslo_db.sqlalchemy.provision [req-c871cf7f-5596-47bc-af74-2dbc81e9006a - - - - -] CREATE BACKEND sqlite:// TOKEN jccwzhswnm 2019-06-07 06:10:32.592 10550 INFO octavia.common.config [req-c871cf7f-5596-47bc-af74-2dbc81e9006a - - - - -] Logging enabled! 2019-06-07 06:10:32.592 10550 INFO octavia.common.config [req-c871cf7f-5596-47bc-af74-2dbc81e9006a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.641 10550 WARNING octavia.api.root_controller [req-c871cf7f-5596-47bc-af74-2dbc81e9006a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.662 10550 INFO octavia.api.v1.controllers.load_balancer [req-450f537c-7b72-4597-bb8e-5f1c74f6129b - - - - -] Sending created Load Balancer c4a6eba0-36df-4554-a2fa-f3436ea83695 to the handler 2019-06-07 06:10:32.744 10550 INFO octavia.api.v1.controllers.listener [req-fc6e12dd-f81a-4854-8c55-8813e14834f8 - - - - -] Sending Creation of Listener c80620f5-da1f-4cdb-b8f9-a18cb1cc9882 to handler 2019-06-07 06:10:32.868 10550 INFO octavia.api.v1.controllers.pool [req-defae88e-eeb7-40fd-8d52-045566cc21c6 - - - - -] Sending Creation of Pool 46c69352-9857-4729-8b03-7aeb04b0fbd0 to handler 2019-06-07 06:10:33.082 10550 INFO octavia.api.v1.controllers.l7policy [req-701f0f9a-24cd-4bac-a92e-582cd84ba71e - - - - -] Sending Creation of L7Policy fb893256-3839-4413-91c5-503ea686ed54 to handler 2019-06-07 06:10:33.284 10550 INFO octavia.api.v1.controllers.l7policy [req-4ea70b36-62e5-4257-a283-e0ab5d49e9da - - - - -] Sending Deletion of L7Policy fb893256-3839-4413-91c5-503ea686ed54 to handler 2019-06-07 06:10:33.613 10550 INFO oslo_db.sqlalchemy.provision [req-87475267-7388-4d16-9027-e5e734678e8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.618 10550 INFO oslo_db.sqlalchemy.provision [req-87475267-7388-4d16-9027-e5e734678e8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jccwzhswnm 2019-06-07 06:10:33.619 10550 INFO oslo_db.sqlalchemy.provision [req-87475267-7388-4d16-9027-e5e734678e8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete [1.196918s] ... ok 2019-06-07 06:10:37.789 10538 INFO oslo_db.sqlalchemy.provision [req-9014ed6a-4a64-430a-a3e5-a665dbed835a - - - - -] CREATE BACKEND sqlite:// TOKEN ekaoetlskr 2019-06-07 06:10:37.950 10538 INFO octavia.common.config [req-9014ed6a-4a64-430a-a3e5-a665dbed835a - - - - -] Logging enabled! 2019-06-07 06:10:37.951 10538 INFO octavia.common.config [req-9014ed6a-4a64-430a-a3e5-a665dbed835a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.997 10538 WARNING octavia.api.root_controller [req-9014ed6a-4a64-430a-a3e5-a665dbed835a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.023 10538 INFO octavia.api.v2.controllers.load_balancer [req-7d79ff7f-29a6-4aea-bf3c-975193c24ab1 - - - - -] Sending created Load Balancer 1bedaa9f-0ec8-493c-9eed-1b596eb859dd to the handler 2019-06-07 06:10:38.114 10538 INFO octavia.api.v2.controllers.listener [req-558000a3-7697-4f9d-9045-03602b77dd06 - - - - -] Sending Creation of Listener 92d2b469-c84d-4d23-9d9b-54996a0989b2 to handler 2019-06-07 06:10:38.246 10538 INFO octavia.api.v2.controllers.pool [req-9b87d109-9f62-4133-a60a-e00aedd22cd3 - - - - -] Sending Creation of Pool 6ab8b440-3ea0-4dd5-8e21-0d9a0a71f6aa to handler 2019-06-07 06:10:38.492 10538 INFO octavia.api.v2.controllers.pool [req-eeed7705-e542-4754-b918-b03a80c32f65 - - - - -] Sending Creation of Pool cee7f9db-a71a-4bc2-8eb0-68304de47540 to handler 2019-06-07 06:10:38.765 10538 INFO octavia.api.v2.controllers.health_monitor [req-53ef7025-c6b1-480b-b2b7-02f8c8ad656c - e5e96b13-d77f-47df-868c-6edef2c3d914 - - -] Sending Creation of Health Monitor 0ca2c075-4c1e-4336-b594-f8d646840854 to handler 2019-06-07 06:10:39.177 10538 INFO oslo_db.sqlalchemy.provision [req-3f4ca3c8-71d3-4252-92ab-6e7c6cd7c5cc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.181 10538 INFO oslo_db.sqlalchemy.provision [req-3f4ca3c8-71d3-4252-92ab-6e7c6cd7c5cc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ekaoetlskr 2019-06-07 06:10:39.182 10538 INFO oslo_db.sqlalchemy.provision [req-3f4ca3c8-71d3-4252-92ab-6e7c6cd7c5cc - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_authorized [1.400419s] ... ok 2019-06-07 06:10:34.181 10559 INFO oslo_db.sqlalchemy.provision [req-4ddf6711-6ffe-4cca-b3c9-b7c9c70584de - - - - -] CREATE BACKEND sqlite:// TOKEN lsksnjtbju 2019-06-07 06:10:34.340 10559 INFO octavia.common.config [req-4ddf6711-6ffe-4cca-b3c9-b7c9c70584de - - - - -] Logging enabled! 2019-06-07 06:10:34.341 10559 INFO octavia.common.config [req-4ddf6711-6ffe-4cca-b3c9-b7c9c70584de - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.387 10559 WARNING octavia.api.root_controller [req-4ddf6711-6ffe-4cca-b3c9-b7c9c70584de - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.420 10559 INFO octavia.api.v2.controllers.load_balancer [req-c6b238ba-d0f3-4759-8092-f7364d6277a7 - - - - -] Sending created Load Balancer 13811135-5bd0-4d66-b4c4-540b832d7795 to the handler 2019-06-07 06:10:34.576 10559 INFO oslo_db.sqlalchemy.provision [req-18dc72ed-75a6-42c0-9dc6-92f05b376099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.580 10559 INFO oslo_db.sqlalchemy.provision [req-18dc72ed-75a6-42c0-9dc6-92f05b376099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lsksnjtbju 2019-06-07 06:10:34.581 10559 INFO oslo_db.sqlalchemy.provision [req-18dc72ed-75a6-42c0-9dc6-92f05b376099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_sorted [0.406074s] ... ok 2019-06-07 06:10:35.641 10535 INFO oslo_db.sqlalchemy.provision [req-6646d8ef-e358-448f-95bd-3d76fefc8d08 - - - - -] CREATE BACKEND sqlite:// TOKEN bhrkifoqop 2019-06-07 06:10:35.809 10535 INFO octavia.common.config [req-6646d8ef-e358-448f-95bd-3d76fefc8d08 - - - - -] Logging enabled! 2019-06-07 06:10:35.811 10535 INFO octavia.common.config [req-6646d8ef-e358-448f-95bd-3d76fefc8d08 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.863 10535 WARNING octavia.api.root_controller [req-6646d8ef-e358-448f-95bd-3d76fefc8d08 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.905 10535 INFO octavia.api.v2.controllers.load_balancer [req-c16a533f-d6fe-40bd-b1ed-9fa5963e9989 - - - - -] Sending created Load Balancer 349c47e4-0b7f-48fb-8ad2-691bb2351567 to the handler 2019-06-07 06:10:35.997 10535 INFO octavia.api.v2.controllers.listener [req-ac7d869c-cde5-4141-b113-4a05a46c425d - - - - -] Sending Creation of Listener 168517c7-c311-48dd-a9f1-d6eabe9b674f to handler 2019-06-07 06:10:36.126 10535 INFO octavia.api.v2.controllers.pool [req-51cb6fe7-841e-4972-843b-f7998eeea7f7 - - - - -] Sending Creation of Pool d314cf3b-574c-46a7-97a8-84b0ebda3adb to handler 2019-06-07 06:10:36.468 10535 INFO octavia.api.v2.controllers.pool [req-ce1b5551-948f-4735-896b-540357859875 - - - - -] Sending Creation of Pool 3b143c88-4ce4-4d1b-a157-edf095373e72 to handler 2019-06-07 06:10:36.705 10535 INFO oslo_db.sqlalchemy.provision [req-1da434d8-6636-4fba-a3f6-f9266e5346c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.709 10535 INFO oslo_db.sqlalchemy.provision [req-1da434d8-6636-4fba-a3f6-f9266e5346c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bhrkifoqop 2019-06-07 06:10:36.709 10535 INFO oslo_db.sqlalchemy.provision [req-1da434d8-6636-4fba-a3f6-f9266e5346c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:33.881 10543 INFO oslo_db.sqlalchemy.provision [req-f5b3630f-f0f5-4861-a073-5c0cc959c04a - - - - -] CREATE BACKEND sqlite:// TOKEN eeqcjitjuf 2019-06-07 06:10:34.041 10543 INFO octavia.common.config [req-f5b3630f-f0f5-4861-a073-5c0cc959c04a - - - - -] Logging enabled! 2019-06-07 06:10:34.042 10543 INFO octavia.common.config [req-f5b3630f-f0f5-4861-a073-5c0cc959c04a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.087 10543 WARNING octavia.api.root_controller [req-f5b3630f-f0f5-4861-a073-5c0cc959c04a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.108 10543 INFO octavia.api.v1.controllers.load_balancer [req-53306620-aaf3-4c54-84c9-c847167703e1 - - - - -] Sending created Load Balancer c213fdee-36aa-4b5e-8e1c-71ff4762863d to the handler 2019-06-07 06:10:34.161 10543 INFO octavia.api.v1.controllers.load_balancer [req-8e0f418c-37f4-43bc-91d3-e2b8f6ca95db - - - - -] Sending updated Load Balancer c213fdee-36aa-4b5e-8e1c-71ff4762863d to the handler 2019-06-07 06:10:34.197 10543 INFO octavia.api.v1.controllers.load_balancer [req-6b21c626-166d-486f-87d4-504f0cc5f823 - - - - -] Load Balancer c213fdee-36aa-4b5e-8e1c-71ff4762863d is immutable. 2019-06-07 06:10:34.236 10543 INFO oslo_db.sqlalchemy.provision [req-6b21c626-166d-486f-87d4-504f0cc5f823 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.239 10543 INFO oslo_db.sqlalchemy.provision [req-6b21c626-166d-486f-87d4-504f0cc5f823 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eeqcjitjuf 2019-06-07 06:10:34.240 10543 INFO oslo_db.sqlalchemy.provision [req-6b21c626-166d-486f-87d4-504f0cc5f823 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_pending_update [0.365841s] ... ok 2019-06-07 06:10:37.443 10532 INFO oslo_db.sqlalchemy.provision [req-a550197e-c473-4cd7-8964-55f3e6e620e7 - - - - -] CREATE BACKEND sqlite:// TOKEN vurfugrilt 2019-06-07 06:10:37.604 10532 INFO octavia.common.config [req-a550197e-c473-4cd7-8964-55f3e6e620e7 - - - - -] Logging enabled! 2019-06-07 06:10:37.605 10532 INFO octavia.common.config [req-a550197e-c473-4cd7-8964-55f3e6e620e7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.648 10532 WARNING octavia.api.root_controller [req-a550197e-c473-4cd7-8964-55f3e6e620e7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.669 10532 INFO octavia.api.v1.controllers.load_balancer [req-a063d0ed-2b94-484d-8014-ea47ff0a5e98 - - - - -] Sending created Load Balancer 543dedeb-c54b-4536-bbe9-b984e58dd4d1 to the handler 2019-06-07 06:10:37.746 10532 INFO octavia.api.v1.controllers.listener [req-ca4c580b-6167-48ed-ba11-2e5f28e09b23 - - - - -] Sending Creation of Listener 8878ed36-614a-4993-acca-1c68078b018f to handler 2019-06-07 06:10:37.969 10532 INFO octavia.api.v1.controllers.pool [req-952ffb6a-b6c0-4b63-b02b-20fba1d84ccd - - - - -] Sending Creation of Pool b4d43b92-72a2-441f-856d-c8385680b57c to handler 2019-06-07 06:10:38.143 10532 INFO octavia.api.v1.controllers.pool [req-d471bb76-4a98-4330-a9c9-76616caaa3be - - - - -] Sending Update of Pool b4d43b92-72a2-441f-856d-c8385680b57c to handler 2019-06-07 06:10:38.325 10532 INFO oslo_db.sqlalchemy.provision [req-7731c1d4-4892-43f7-bd03-54f3a96660d0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.328 10532 INFO oslo_db.sqlalchemy.provision [req-7731c1d4-4892-43f7-bd03-54f3a96660d0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vurfugrilt 2019-06-07 06:10:38.329 10532 INFO oslo_db.sqlalchemy.provision [req-7731c1d4-4892-43f7-bd03-54f3a96660d0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_preserve_session_persistence [0.891694s] ... ok 2019-06-07 06:10:37.182 10534 INFO oslo_db.sqlalchemy.provision [req-263c5142-ceb3-47de-8122-ca0b3502548c - - - - -] CREATE BACKEND sqlite:// TOKEN byrgwxhesc 2019-06-07 06:10:37.344 10534 INFO octavia.common.config [req-263c5142-ceb3-47de-8122-ca0b3502548c - - - - -] Logging enabled! 2019-06-07 06:10:37.345 10534 INFO octavia.common.config [req-263c5142-ceb3-47de-8122-ca0b3502548c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.389 10534 WARNING octavia.api.root_controller [req-263c5142-ceb3-47de-8122-ca0b3502548c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.410 10534 INFO octavia.api.v1.controllers.load_balancer [req-dd091766-3194-4bee-8096-ceed6856459b - - - - -] Sending created Load Balancer 880b3111-b04b-4e4b-b036-624436d4dc85 to the handler 2019-06-07 06:10:37.483 10534 INFO octavia.api.v1.controllers.listener [req-dae2a706-f369-4f4b-a5af-2c8ddb0ee2c2 - - - - -] Sending Creation of Listener 4e2fb1e9-5d8b-4128-9693-4dd26cae8318 to handler 2019-06-07 06:10:37.596 10534 INFO octavia.api.v1.controllers.pool [req-bfa9a74f-5bab-434f-a340-96377a4f2df1 - - - - -] Sending Creation of Pool 5b2f3d08-f144-48ce-bdc8-e5148da82557 to handler 2019-06-07 06:10:37.790 10534 INFO octavia.api.v1.controllers.pool [req-3b59ea79-668f-4ced-a5d4-73a9e1b8909e - - - - -] Sending Creation of Pool 0f2dc9f5-d621-4617-a614-2b4baacfe3f9 to handler 2019-06-07 06:10:37.971 10534 INFO oslo_db.sqlalchemy.provision [req-068504ce-2e5f-461a-a418-1b9eaf3d5b9f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.975 10534 INFO oslo_db.sqlalchemy.provision [req-068504ce-2e5f-461a-a418-1b9eaf3d5b9f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN byrgwxhesc 2019-06-07 06:10:37.975 10534 INFO oslo_db.sqlalchemy.provision [req-068504ce-2e5f-461a-a418-1b9eaf3d5b9f - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_create [0.799693s] ... ok {7} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_empty_get_all [1.074554s] ... ok 2019-06-07 06:10:37.006 10548 INFO oslo_db.sqlalchemy.provision [req-bcb22efd-784a-4585-a546-65498f4fbb46 - - - - -] CREATE BACKEND sqlite:// TOKEN yinbmjrise 2019-06-07 06:10:37.176 10548 INFO octavia.common.config [req-bcb22efd-784a-4585-a546-65498f4fbb46 - - - - -] Logging enabled! 2019-06-07 06:10:37.177 10548 INFO octavia.common.config [req-bcb22efd-784a-4585-a546-65498f4fbb46 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.224 10548 WARNING octavia.api.root_controller [req-bcb22efd-784a-4585-a546-65498f4fbb46 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.281 10548 INFO oslo_db.sqlalchemy.provision [req-737528b6-f6a4-4b07-961a-2d469a5459b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.285 10548 INFO oslo_db.sqlalchemy.provision [req-737528b6-f6a4-4b07-961a-2d469a5459b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yinbmjrise 2019-06-07 06:10:37.286 10548 INFO oslo_db.sqlalchemy.provision [req-737528b6-f6a4-4b07-961a-2d469a5459b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:34.428 10551 INFO oslo_db.sqlalchemy.provision [req-7dc7a11d-077f-416a-af69-44df8f65dfdc - - - - -] CREATE BACKEND sqlite:// TOKEN vlwmpvfnxf 2019-06-07 06:10:34.589 10551 INFO octavia.common.config [req-7dc7a11d-077f-416a-af69-44df8f65dfdc - - - - -] Logging enabled! 2019-06-07 06:10:34.590 10551 INFO octavia.common.config [req-7dc7a11d-077f-416a-af69-44df8f65dfdc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.635 10551 WARNING octavia.api.root_controller [req-7dc7a11d-077f-416a-af69-44df8f65dfdc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.656 10551 INFO octavia.api.v1.controllers.load_balancer [req-7a34151b-fc6b-49bd-8b75-85d55343c28a - - - - -] Sending created Load Balancer 124f7055-dbff-4431-945f-b1ec21235a4f to the handler 2019-06-07 06:10:34.728 10551 INFO octavia.api.v1.controllers.listener [req-b73659f6-fa2e-416b-9c27-204c8dbeab8d - - - - -] Sending Creation of Listener a51c011d-c959-4353-8ece-bbb7a9725048 to handler 2019-06-07 06:10:34.852 10551 INFO octavia.api.v1.controllers.pool [req-ece85e0a-da64-4232-9010-297a8cdd1161 - - - - -] Sending Creation of Pool 656f9e6c-bd6c-4c62-9d96-0e23ad1beb61 to handler 2019-06-07 06:10:35.061 10551 INFO octavia.api.v1.controllers.pool [req-ab731c10-0a48-42e8-b437-d7ecb1e16308 - - - - -] Sending Creation of Pool 11b5f4e2-cac1-4121-8d80-f8870f024ca3 to handler 2019-06-07 06:10:35.298 10551 INFO octavia.api.v1.controllers.member [req-bcb0f08d-d69a-4731-b487-5c58db28ea20 - - - - -] Sending Creation of Member 0ed3bf76-bace-4d1d-bb23-bfe397cef892 to handler 2019-06-07 06:10:35.451 10551 INFO octavia.api.v1.controllers.load_balancer [req-7afb4171-989a-461f-ac1a-f70329edc1eb - - - - -] Sending updated Load Balancer 124f7055-dbff-4431-945f-b1ec21235a4f to the handler 2019-06-07 06:10:35.593 10551 INFO octavia.api.v1.controllers.member [req-9941e631-1b52-4387-8d7c-821aaa654f55 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:35.623 10551 INFO oslo_db.sqlalchemy.provision [req-9941e631-1b52-4387-8d7c-821aaa654f55 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.627 10551 INFO oslo_db.sqlalchemy.provision [req-9941e631-1b52-4387-8d7c-821aaa654f55 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vlwmpvfnxf 2019-06-07 06:10:35.628 10551 INFO oslo_db.sqlalchemy.provision [req-9941e631-1b52-4387-8d7c-821aaa654f55 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:35.080 10540 INFO oslo_db.sqlalchemy.provision [req-24fdf034-5a8f-4eb2-8d76-c112a9be76bb - - - - -] CREATE BACKEND sqlite:// TOKEN wldvfmdxes 2019-06-07 06:10:35.239 10540 INFO octavia.common.config [req-24fdf034-5a8f-4eb2-8d76-c112a9be76bb - - - - -] Logging enabled! 2019-06-07 06:10:35.240 10540 INFO octavia.common.config [req-24fdf034-5a8f-4eb2-8d76-c112a9be76bb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.285 10540 WARNING octavia.api.root_controller [req-24fdf034-5a8f-4eb2-8d76-c112a9be76bb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.311 10540 INFO octavia.api.v2.controllers.load_balancer [req-4e779d5c-bca9-4225-a6ad-e99ca47eefe4 - - - - -] Sending created Load Balancer 2c520775-ef8b-474b-acae-58ef97d33ec0 to the handler 2019-06-07 06:10:35.394 10540 INFO octavia.api.v2.controllers.listener [req-1ffa029d-edf5-4769-9524-816af347a00c - - - - -] Sending Creation of Listener cfb9969d-bba3-495e-bfd1-e4c776d3285a to handler 2019-06-07 06:10:35.550 10540 INFO octavia.api.v2.controllers.l7policy [req-d683f38a-c73b-4095-a1c9-f8871a814ba2 - - - - -] Sending Creation of L7Policy 61b9d49e-cd75-4397-be8c-46b3bc0f9b4d to handler 2019-06-07 06:10:35.832 10540 INFO octavia.api.v2.controllers.l7rule [req-97207e9f-3c31-4b25-93db-eb4610e24213 - - - - -] Sending Creation of L7Rule 92476f1b-cdfd-4bb4-81a3-b13fc9f176ae to handler 2019-06-07 06:10:36.238 10540 INFO oslo_db.sqlalchemy.provision [req-854734b2-73c5-445f-87dd-537ebc1ec4a1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.242 10540 INFO oslo_db.sqlalchemy.provision [req-854734b2-73c5-445f-87dd-537ebc1ec4a1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wldvfmdxes 2019-06-07 06:10:36.243 10540 INFO oslo_db.sqlalchemy.provision [req-854734b2-73c5-445f-87dd-537ebc1ec4a1 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:37.315 10537 INFO oslo_db.sqlalchemy.provision [req-d1e1f2e4-6f56-4e8a-a9a8-c4b6107edab5 - - - - -] CREATE BACKEND sqlite:// TOKEN pieogengxb 2019-06-07 06:10:37.477 10537 INFO octavia.common.config [req-d1e1f2e4-6f56-4e8a-a9a8-c4b6107edab5 - - - - -] Logging enabled! 2019-06-07 06:10:37.478 10537 INFO octavia.common.config [req-d1e1f2e4-6f56-4e8a-a9a8-c4b6107edab5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.526 10537 WARNING octavia.api.root_controller [req-d1e1f2e4-6f56-4e8a-a9a8-c4b6107edab5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.554 10537 INFO octavia.api.v2.controllers.load_balancer [req-f455bff3-5eda-440d-a89a-a7ceb13e6e78 - - - - -] Sending created Load Balancer fa2eaf50-a725-43a7-874f-d2a91c0c4fa0 to the handler 2019-06-07 06:10:37.646 10537 INFO octavia.api.v2.controllers.listener [req-3cbf3a84-dd68-4b82-9d54-cb68ac3ae062 - - - - -] Sending Creation of Listener f33c1515-64b5-439a-a4bd-f683c22653e9 to handler 2019-06-07 06:10:37.786 10537 INFO octavia.api.v2.controllers.pool [req-8adb4c8f-fc69-4a38-a760-815ca625db14 - - - - -] Sending Creation of Pool 1d85ca55-799b-429d-8705-ab801df187ca to handler 2019-06-07 06:10:38.015 10537 INFO octavia.api.v2.controllers.pool [req-7001774c-c691-4eef-bed9-0080e7de2865 - - - - -] Sending Creation of Pool 952d77d6-73d3-4809-8198-e0251e669fe0 to handler 2019-06-07 06:10:38.339 10537 INFO oslo_db.sqlalchemy.provision [req-9993cc6f-2840-4b6d-bc15-d6a02a839080 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.343 10537 INFO oslo_db.sqlalchemy.provision [req-9993cc6f-2840-4b6d-bc15-d6a02a839080 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pieogengxb 2019-06-07 06:10:38.343 10537 INFO oslo_db.sqlalchemy.provision [req-9993cc6f-2840-4b6d-bc15-d6a02a839080 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:34.355 10542 INFO oslo_db.sqlalchemy.provision [req-95a61c2c-2b25-43a4-ad16-75807a1939c8 - - - - -] CREATE BACKEND sqlite:// TOKEN gaigsshitm 2019-06-07 06:10:34.516 10542 INFO octavia.common.config [req-95a61c2c-2b25-43a4-ad16-75807a1939c8 - - - - -] Logging enabled! 2019-06-07 06:10:34.517 10542 INFO octavia.common.config [req-95a61c2c-2b25-43a4-ad16-75807a1939c8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.562 10542 WARNING octavia.api.root_controller [req-95a61c2c-2b25-43a4-ad16-75807a1939c8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.584 10542 INFO octavia.api.v1.controllers.load_balancer [req-b7df9287-a6e6-484c-b848-4b067ba393ed - - - - -] Sending created Load Balancer 051379f7-27b7-4c86-aa97-41b00b4be4ee to the handler 2019-06-07 06:10:34.657 10542 INFO octavia.api.v1.controllers.pool [req-2a1a9af2-9912-479d-9def-4446773fa572 - - - - -] Sending Creation of Pool 6bf1fd3f-33c5-473e-9101-a4bf5d5342f0 to handler 2019-06-07 06:10:34.777 10542 INFO oslo_db.sqlalchemy.provision [req-265e7861-09ee-4952-aa78-793051f34643 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.781 10542 INFO oslo_db.sqlalchemy.provision [req-265e7861-09ee-4952-aa78-793051f34643 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gaigsshitm 2019-06-07 06:10:34.781 10542 INFO oslo_db.sqlalchemy.provision [req-265e7861-09ee-4952-aa78-793051f34643 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:35.990 10547 INFO oslo_db.sqlalchemy.provision [req-f75a6ac0-7eb9-44e3-a1e0-1a2cde39a56d - - - - -] CREATE BACKEND sqlite:// TOKEN etsatvkwkn 2019-06-07 06:10:36.161 10547 INFO octavia.common.config [req-f75a6ac0-7eb9-44e3-a1e0-1a2cde39a56d - - - - -] Logging enabled! 2019-06-07 06:10:36.162 10547 INFO octavia.common.config [req-f75a6ac0-7eb9-44e3-a1e0-1a2cde39a56d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.205 10547 WARNING octavia.api.root_controller [req-f75a6ac0-7eb9-44e3-a1e0-1a2cde39a56d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.242 10547 INFO oslo_db.sqlalchemy.provision [req-19cc974d-240a-4787-a15d-9838ba52c179 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.246 10547 INFO oslo_db.sqlalchemy.provision [req-19cc974d-240a-4787-a15d-9838ba52c179 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN etsatvkwkn 2019-06-07 06:10:36.247 10547 INFO oslo_db.sqlalchemy.provision [req-19cc974d-240a-4787-a15d-9838ba52c179 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_bad_insert_headers [0.433291s] ... ok 2019-06-07 06:10:36.327 10553 INFO oslo_db.sqlalchemy.provision [req-41b42540-441a-4719-afdc-90576446d7a4 - - - - -] CREATE BACKEND sqlite:// TOKEN faufbottlb 2019-06-07 06:10:36.515 10553 INFO octavia.common.config [req-41b42540-441a-4719-afdc-90576446d7a4 - - - - -] Logging enabled! 2019-06-07 06:10:36.517 10553 INFO octavia.common.config [req-41b42540-441a-4719-afdc-90576446d7a4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.567 10553 WARNING octavia.api.root_controller [req-41b42540-441a-4719-afdc-90576446d7a4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.759 10553 INFO octavia.api.v2.controllers.load_balancer [req-a76a768e-42b2-41d6-bf65-f07a5ce18db9 - - - - -] Sending created Load Balancer f40872a2-2d2b-4c05-96f2-ed732135cd80 to the handler 2019-06-07 06:10:36.852 10553 INFO octavia.api.v2.controllers.listener [req-464f0eca-d693-4ab5-9f26-6595a9f14899 - - - - -] Sending Creation of Listener 878f9bdf-9896-4811-be49-e7f8b8797b98 to handler 2019-06-07 06:10:36.991 10553 INFO octavia.api.v2.controllers.pool [req-1426be68-e60e-4039-a62e-1ab5f29f107b - - - - -] Sending Creation of Pool 64e52edd-fda8-426b-afa4-415937edfc18 to handler 2019-06-07 06:10:37.220 10553 INFO octavia.api.v2.controllers.pool [req-f831fc38-34e4-430a-a826-af2b1d322b5a - - - - -] Sending Creation of Pool 65dce52e-b361-48dc-9a68-418d126714eb to handler 2019-06-07 06:10:37.485 10553 INFO octavia.api.v2.controllers.health_monitor [req-db5fd2a3-4c2a-4be1-ac4c-2d17f32196d4 - - - - -] Sending Creation of Health Monitor 49007fa8-e8a5-4a37-b194-043fce3a5ded to handler 2019-06-07 06:10:37.704 10553 INFO oslo_db.sqlalchemy.provision [req-79845991-95a9-49a0-a20c-0fe9db12eca2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.709 10553 INFO oslo_db.sqlalchemy.provision [req-79845991-95a9-49a0-a20c-0fe9db12eca2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN faufbottlb 2019-06-07 06:10:37.709 10553 INFO oslo_db.sqlalchemy.provision [req-79845991-95a9-49a0-a20c-0fe9db12eca2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_custom_partial_quotas [0.286264s] ... ok 2019-06-07 06:10:33.894 10541 INFO oslo_db.sqlalchemy.provision [req-f24b75ac-586e-4aaf-bc46-adf98729514e - - - - -] CREATE BACKEND sqlite:// TOKEN wdsofrufhw 2019-06-07 06:10:34.191 10541 INFO octavia.common.config [req-f24b75ac-586e-4aaf-bc46-adf98729514e - - - - -] Logging enabled! 2019-06-07 06:10:34.192 10541 INFO octavia.common.config [req-f24b75ac-586e-4aaf-bc46-adf98729514e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.238 10541 WARNING octavia.api.root_controller [req-f24b75ac-586e-4aaf-bc46-adf98729514e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.259 10541 INFO octavia.api.v1.controllers.load_balancer [req-a518afd7-9c00-4732-9639-efe268881ee5 - - - - -] Sending created Load Balancer c62e1710-acd2-4266-b64d-4b5bdd8a1ca9 to the handler 2019-06-07 06:10:34.332 10541 INFO octavia.api.v1.controllers.listener [req-baf44216-d301-4f58-9381-1b66a17c6ee8 - - - - -] Sending Creation of Listener 4e7bfe01-0042-4e94-b47e-94ad0c40e5b4 to handler 2019-06-07 06:10:34.486 10541 INFO octavia.api.v1.controllers.l7policy [req-e45f8b39-43a7-481d-9e64-626a13d63100 - - - - -] Sending Creation of L7Policy fefcb394-cc23-4cb1-9277-e5a8bae33f7f to handler 2019-06-07 06:10:34.633 10541 INFO oslo_db.sqlalchemy.provision [req-24786783-9064-4e9c-b4f9-da0ddabcdd3e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.637 10541 INFO oslo_db.sqlalchemy.provision [req-24786783-9064-4e9c-b4f9-da0ddabcdd3e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wdsofrufhw 2019-06-07 06:10:34.637 10541 INFO oslo_db.sqlalchemy.provision [req-24786783-9064-4e9c-b4f9-da0ddabcdd3e - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_member.TestMember.test_create_when_lb_pending_update [1.206634s] ... ok {25} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_update [1.389408s] ... ok 2019-06-07 06:10:38.287 10528 INFO oslo_db.sqlalchemy.provision [req-21165bdc-1483-487c-9150-7ca00241c307 - - - - -] CREATE BACKEND sqlite:// TOKEN wuuwrnlaod 2019-06-07 06:10:38.449 10528 INFO octavia.common.config [req-21165bdc-1483-487c-9150-7ca00241c307 - - - - -] Logging enabled! 2019-06-07 06:10:38.450 10528 INFO octavia.common.config [req-21165bdc-1483-487c-9150-7ca00241c307 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.505 10528 WARNING octavia.api.root_controller [req-21165bdc-1483-487c-9150-7ca00241c307 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.537 10528 INFO octavia.api.v1.controllers.load_balancer [req-ba85af41-9c57-4f70-ba12-069c67610e73 - - - - -] Sending created Load Balancer ccc6a0c7-1bf6-49f6-a3c9-90eb048deb4a to the handler 2019-06-07 06:10:38.610 10528 INFO octavia.api.v1.controllers.listener [req-58205069-d34e-4dfa-bf72-fe88cbdd9df2 - - - - -] Sending Creation of Listener 2213813f-80e6-40de-9fe1-95de0f20e43b to handler 2019-06-07 06:10:38.799 10528 INFO octavia.api.v1.controllers.pool [req-235628ed-a1a1-4aac-aa41-04b00df5348a - - - - -] Sending Creation of Pool 0cc05d11-3ca3-4b7a-ac01-0e6a7776fc45 to handler 2019-06-07 06:10:39.019 10528 INFO oslo_db.sqlalchemy.provision [req-aced1ddf-c35c-497d-90ae-95c55937d314 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.022 10528 INFO oslo_db.sqlalchemy.provision [req-aced1ddf-c35c-497d-90ae-95c55937d314 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wuuwrnlaod 2019-06-07 06:10:39.023 10528 INFO oslo_db.sqlalchemy.provision [req-aced1ddf-c35c-497d-90ae-95c55937d314 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_bad_rule [0.263441s] ... ok {9} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_create [1.035291s] ... ok {13} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_empty_get_all [0.763022s] ... ok {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_listener_with_default_pool_id_set [0.743087s] ... ok {12} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_already_deleted [1.168780s] ... ok 2019-06-07 06:10:38.707 10558 INFO oslo_db.sqlalchemy.provision [req-f38e799a-1b79-4e34-b0b7-47cf397efe97 - - - - -] CREATE BACKEND sqlite:// TOKEN bntsbruagl 2019-06-07 06:10:38.870 10558 INFO octavia.common.config [req-f38e799a-1b79-4e34-b0b7-47cf397efe97 - - - - -] Logging enabled! 2019-06-07 06:10:38.871 10558 INFO octavia.common.config [req-f38e799a-1b79-4e34-b0b7-47cf397efe97 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.918 10558 WARNING octavia.api.root_controller [req-f38e799a-1b79-4e34-b0b7-47cf397efe97 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.945 10558 INFO octavia.api.v2.controllers.load_balancer [req-9b06f94c-5f45-4558-8ecf-3295e73f8e01 - - - - -] Sending created Load Balancer 41e7a2b5-657f-460a-8cce-941ecd67ab33 to the handler 2019-06-07 06:10:39.032 10558 INFO octavia.api.v2.controllers.listener [req-5bf89a5c-ca59-4ac6-b3d3-63cdffb87dbd - - - - -] Sending Creation of Listener 673e006f-1270-4137-abc1-f61530005ce0 to handler 2019-06-07 06:10:39.170 10558 INFO octavia.api.v2.controllers.pool [req-cec91207-217d-4ac3-a7a8-0bfe1330e9c9 - - - - -] Sending Creation of Pool 2d8eb1cb-6e4a-4327-bb97-e8a931e7457a to handler 2019-06-07 06:10:39.540 10558 INFO octavia.api.v2.controllers.l7policy [req-b7174b19-4c83-459d-b134-72f81cb847af - - - - -] Sending Creation of L7Policy eec1ac46-f270-4a71-93de-491fe5fcc014 to handler 2019-06-07 06:10:39.785 10558 INFO octavia.api.v2.controllers.load_balancer [req-64c111cf-eba7-43e4-80cb-38609d07ba3f - - - - -] Sending updated Load Balancer 41e7a2b5-657f-460a-8cce-941ecd67ab33 to the handler 2019-06-07 06:10:39.857 10558 INFO octavia.api.v2.controllers.l7policy [req-10ed0a6a-fe53-472f-a731-c2b04f6da2f6 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:39.882 10558 INFO oslo_db.sqlalchemy.provision [req-10ed0a6a-fe53-472f-a731-c2b04f6da2f6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.886 10558 INFO oslo_db.sqlalchemy.provision [req-10ed0a6a-fe53-472f-a731-c2b04f6da2f6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bntsbruagl 2019-06-07 06:10:39.886 10558 INFO oslo_db.sqlalchemy.provision [req-10ed0a6a-fe53-472f-a731-c2b04f6da2f6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_when_lb_pending_update [1.186096s] ... ok 2019-06-07 06:10:33.983 10531 INFO oslo_db.sqlalchemy.provision [req-a7600005-dc0c-414e-a7bf-dfc8ed6ed824 - - - - -] CREATE BACKEND sqlite:// TOKEN tvmtdpgylx 2019-06-07 06:10:34.144 10531 INFO octavia.common.config [req-a7600005-dc0c-414e-a7bf-dfc8ed6ed824 - - - - -] Logging enabled! 2019-06-07 06:10:34.145 10531 INFO octavia.common.config [req-a7600005-dc0c-414e-a7bf-dfc8ed6ed824 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.189 10531 WARNING octavia.api.root_controller [req-a7600005-dc0c-414e-a7bf-dfc8ed6ed824 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.211 10531 INFO octavia.api.v1.controllers.load_balancer [req-9dcc1856-1f56-4c66-b0d1-0fdece75b49b - - - - -] Sending created Load Balancer 95492d07-d94e-469f-89b8-e17e035c3fb1 to the handler 2019-06-07 06:10:34.263 10531 INFO octavia.api.v1.controllers.load_balancer [req-0784679f-9d17-4602-8142-6a7118bdb690 - - - - -] Sending deleted Load Balancer 95492d07-d94e-469f-89b8-e17e035c3fb1 to the handler 2019-06-07 06:10:34.286 10531 INFO octavia.api.v1.controllers.load_balancer [req-0390af92-4591-4623-ac5e-813dd3d4c98f - - - - -] Load Balancer 95492d07-d94e-469f-89b8-e17e035c3fb1 is immutable. 2019-06-07 06:10:34.323 10531 INFO oslo_db.sqlalchemy.provision [req-0390af92-4591-4623-ac5e-813dd3d4c98f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.327 10531 INFO oslo_db.sqlalchemy.provision [req-0390af92-4591-4623-ac5e-813dd3d4c98f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tvmtdpgylx 2019-06-07 06:10:34.328 10531 INFO oslo_db.sqlalchemy.provision [req-0390af92-4591-4623-ac5e-813dd3d4c98f - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_pending_delete [0.351477s] ... ok 2019-06-07 06:10:33.015 10549 INFO oslo_db.sqlalchemy.provision [req-54850dc7-e2dc-4c46-874e-150f1e1198e4 - - - - -] CREATE BACKEND sqlite:// TOKEN gcdbdmedyi 2019-06-07 06:10:33.180 10549 INFO octavia.common.config [req-54850dc7-e2dc-4c46-874e-150f1e1198e4 - - - - -] Logging enabled! 2019-06-07 06:10:33.180 10549 INFO octavia.common.config [req-54850dc7-e2dc-4c46-874e-150f1e1198e4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.227 10549 WARNING octavia.api.root_controller [req-54850dc7-e2dc-4c46-874e-150f1e1198e4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.252 10549 INFO octavia.api.v1.controllers.load_balancer [req-53634fbb-8f52-4b4a-baed-df53826d3bab - - - - -] Sending created Load Balancer 9488ac40-b89b-4c2d-a7c1-a2d6c1da6c70 to the handler 2019-06-07 06:10:33.339 10549 INFO octavia.api.v1.controllers.pool [req-53ef7ae0-cd44-4373-b879-ee5d05413451 - - - - -] Sending Creation of Pool f65fd9af-f50c-4a39-b9ac-52829363cbb2 to handler 2019-06-07 06:10:33.457 10549 INFO octavia.api.v1.controllers.listener [req-70336e08-5929-4b37-bdd6-0dd1f5fef4c5 - - - - -] Sending Creation of Listener cb0c34ae-4495-4026-a12b-b84a334ae71f to handler 2019-06-07 06:10:33.719 10549 INFO oslo_db.sqlalchemy.provision [req-5a9bb8b0-6af0-4f15-8576-88065644fc85 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:33.723 10549 INFO oslo_db.sqlalchemy.provision [req-5a9bb8b0-6af0-4f15-8576-88065644fc85 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gcdbdmedyi 2019-06-07 06:10:33.723 10549 INFO oslo_db.sqlalchemy.provision [req-5a9bb8b0-6af0-4f15-8576-88065644fc85 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_defaults [0.724327s] ... ok 2019-06-07 06:10:36.129 10557 INFO oslo_db.sqlalchemy.provision [req-bcbdb953-0d39-4ee9-9c4f-9f477ce26e9c - - - - -] CREATE BACKEND sqlite:// TOKEN cpqztfbwjj 2019-06-07 06:10:36.291 10557 INFO octavia.common.config [req-bcbdb953-0d39-4ee9-9c4f-9f477ce26e9c - - - - -] Logging enabled! 2019-06-07 06:10:36.292 10557 INFO octavia.common.config [req-bcbdb953-0d39-4ee9-9c4f-9f477ce26e9c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.336 10557 WARNING octavia.api.root_controller [req-bcbdb953-0d39-4ee9-9c4f-9f477ce26e9c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.358 10557 INFO octavia.api.v1.controllers.load_balancer [req-d19732b5-ff88-43a2-be43-ad22f73b1c7a - - - - -] Sending created Load Balancer 0703ba8b-48e1-4cd1-98c4-65872c2136d6 to the handler 2019-06-07 06:10:36.435 10557 INFO octavia.api.v1.controllers.pool [req-08893b47-ddff-4c24-bdbd-e552f6a5a5c4 - - - - -] Sending Creation of Pool 7897905e-3820-4578-be38-6bbc2e249d57 to handler 2019-06-07 06:10:36.556 10557 INFO octavia.api.v1.controllers.listener [req-c5ab01cf-b821-4a7f-9e40-cdee1c19cdee - - - - -] Sending Creation of Listener 1bfc5f01-179c-4661-b690-5f54f2bec983 to handler 2019-06-07 06:10:36.843 10557 INFO octavia.api.v1.controllers.listener [req-2b2cd8d2-b32c-43b2-ac68-5304b9fb93e6 - - - - -] Sending Update of Listener 1bfc5f01-179c-4661-b690-5f54f2bec983 to handler 2019-06-07 06:10:36.953 10557 INFO oslo_db.sqlalchemy.provision [req-4ca9066d-f07b-4047-bc6d-00b4453d165b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.957 10557 INFO oslo_db.sqlalchemy.provision [req-4ca9066d-f07b-4047-bc6d-00b4453d165b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cpqztfbwjj 2019-06-07 06:10:36.957 10557 INFO oslo_db.sqlalchemy.provision [req-4ca9066d-f07b-4047-bc6d-00b4453d165b - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_with_tls_termination_data [0.835109s] ... ok 2019-06-07 06:10:35.709 10539 INFO oslo_db.sqlalchemy.provision [req-a3dd80d3-a8e5-4fa3-acb3-f33dcfc390e0 - - - - -] CREATE BACKEND sqlite:// TOKEN iocndmyguz 2019-06-07 06:10:35.873 10539 INFO octavia.common.config [req-a3dd80d3-a8e5-4fa3-acb3-f33dcfc390e0 - - - - -] Logging enabled! 2019-06-07 06:10:35.874 10539 INFO octavia.common.config [req-a3dd80d3-a8e5-4fa3-acb3-f33dcfc390e0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.918 10539 WARNING octavia.api.root_controller [req-a3dd80d3-a8e5-4fa3-acb3-f33dcfc390e0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.951 10539 INFO oslo_db.sqlalchemy.provision [req-d53e8cec-66e9-40a4-b2a8-aa4c88ce159a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.955 10539 INFO oslo_db.sqlalchemy.provision [req-d53e8cec-66e9-40a4-b2a8-aa4c88ce159a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iocndmyguz 2019-06-07 06:10:35.955 10539 INFO oslo_db.sqlalchemy.provision [req-d53e8cec-66e9-40a4-b2a8-aa4c88ce159a - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_without_vip [0.252370s] ... ok 2019-06-07 06:10:37.904 10554 INFO oslo_db.sqlalchemy.provision [req-1541ac04-3add-40c4-be66-5e4ed280212e - - - - -] CREATE BACKEND sqlite:// TOKEN ljueoynmjm 2019-06-07 06:10:38.065 10554 INFO octavia.common.config [req-1541ac04-3add-40c4-be66-5e4ed280212e - - - - -] Logging enabled! 2019-06-07 06:10:38.066 10554 INFO octavia.common.config [req-1541ac04-3add-40c4-be66-5e4ed280212e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.110 10554 WARNING octavia.api.root_controller [req-1541ac04-3add-40c4-be66-5e4ed280212e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.137 10554 INFO octavia.api.v2.controllers.load_balancer [req-dcb91892-5a74-4e87-aafe-dc5404f6179b - - - - -] Sending created Load Balancer 94003f32-e685-4f43-bd54-0614b75b0521 to the handler 2019-06-07 06:10:38.222 10554 INFO octavia.api.v2.controllers.pool [req-8ddb3834-8452-46e1-8900-025ed0fc93a2 - - - - -] Sending Creation of Pool cadc2367-dcc3-4e40-89ac-c6e77c5da82c to handler 2019-06-07 06:10:38.350 10554 INFO oslo_db.sqlalchemy.provision [req-1dcb0c25-571c-43c6-ab92-e6b33359404a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.354 10554 INFO oslo_db.sqlalchemy.provision [req-1dcb0c25-571c-43c6-ab92-e6b33359404a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ljueoynmjm 2019-06-07 06:10:38.355 10554 INFO oslo_db.sqlalchemy.provision [req-1dcb0c25-571c-43c6-ab92-e6b33359404a - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_tls_termination_disabled [0.457465s] ... ok 2019-06-07 06:10:38.603 10533 INFO oslo_db.sqlalchemy.provision [req-7f04c802-2002-4e8f-8699-a4bb22eace23 - - - - -] CREATE BACKEND sqlite:// TOKEN sonvrfptjr 2019-06-07 06:10:38.764 10533 INFO octavia.common.config [req-7f04c802-2002-4e8f-8699-a4bb22eace23 - - - - -] Logging enabled! 2019-06-07 06:10:38.765 10533 INFO octavia.common.config [req-7f04c802-2002-4e8f-8699-a4bb22eace23 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.810 10533 WARNING octavia.api.root_controller [req-7f04c802-2002-4e8f-8699-a4bb22eace23 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.843 10533 INFO octavia.api.v2.controllers.load_balancer [req-f37a6192-ad89-4bc1-af31-a26bf17d6fa7 - - - - -] Sending created Load Balancer 5f09105a-5aca-449d-9236-887f5bf7aff4 to the handler 2019-06-07 06:10:38.938 10533 INFO octavia.api.v2.controllers.listener [req-dcf11b3f-b349-4952-af98-d3eb18c48cc6 - - - - -] Sending Creation of Listener 0355da46-e2e0-4362-a1c1-52b0d9347178 to handler 2019-06-07 06:10:39.074 10533 INFO octavia.api.v2.controllers.pool [req-2668d204-615e-4ab3-871e-6c1d36c6e27f - - - - -] Sending Creation of Pool f9d09710-fe58-4247-9d43-a8a68457b67b to handler 2019-06-07 06:10:39.292 10533 INFO octavia.api.v2.controllers.l7policy [req-03d9b1cf-f170-43ea-997a-9f838b7a146c - - - - -] Sending Creation of L7Policy 3afc1ae8-cdda-4529-a9ac-9a58597051a2 to handler 2019-06-07 06:10:39.497 10533 INFO oslo_db.sqlalchemy.provision [req-34aa558d-b35c-40ea-8d0f-3006a6db6937 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.500 10533 INFO oslo_db.sqlalchemy.provision [req-34aa558d-b35c-40ea-8d0f-3006a6db6937 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sonvrfptjr 2019-06-07 06:10:39.501 10533 INFO oslo_db.sqlalchemy.provision [req-34aa558d-b35c-40ea-8d0f-3006a6db6937 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_with_bad_handler [0.905680s] ... ok 2019-06-07 06:10:38.099 10555 INFO oslo_db.sqlalchemy.provision [req-898297eb-feaf-4f23-be78-4fe57a6468d6 - - - - -] CREATE BACKEND sqlite:// TOKEN mkktvpitkr 2019-06-07 06:10:38.261 10555 INFO octavia.common.config [req-898297eb-feaf-4f23-be78-4fe57a6468d6 - - - - -] Logging enabled! 2019-06-07 06:10:38.262 10555 INFO octavia.common.config [req-898297eb-feaf-4f23-be78-4fe57a6468d6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.309 10555 WARNING octavia.api.root_controller [req-898297eb-feaf-4f23-be78-4fe57a6468d6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.335 10555 INFO octavia.api.v2.controllers.load_balancer [req-c781b111-79df-4cc7-89bd-95db0aaca08e - - - - -] Sending created Load Balancer ec95cb6c-1161-4550-a7f9-e0ac0d992e4b to the handler 2019-06-07 06:10:38.419 10555 INFO octavia.api.v2.controllers.listener [req-e0c0d440-59e0-4553-8b15-fe1ffbac77c5 - - - - -] Sending Creation of Listener 8a55ff89-9dad-444b-8c09-47a94ca44f6f to handler 2019-06-07 06:10:38.577 10555 INFO octavia.api.v2.controllers.l7policy [req-f92f111b-5c1f-4a52-a359-98659e337f04 - - - - -] Sending Creation of L7Policy c0e9e3fb-993a-4657-ad36-0a6704ab77f1 to handler 2019-06-07 06:10:38.835 10555 INFO octavia.api.v2.controllers.l7rule [req-568be57e-ef3e-42d3-8a48-787a4c88648f - - - - -] Sending Creation of L7Rule 219d53e9-7cff-4574-8833-f2d6d9fe54ad to handler 2019-06-07 06:10:38.898 10555 INFO oslo_db.sqlalchemy.provision [req-1beb7661-e20c-419f-9189-8720116d487f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.902 10555 INFO oslo_db.sqlalchemy.provision [req-1beb7661-e20c-419f-9189-8720116d487f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mkktvpitkr 2019-06-07 06:10:38.903 10555 INFO oslo_db.sqlalchemy.provision [req-1beb7661-e20c-419f-9189-8720116d487f - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_update [0.810836s] ... ok 2019-06-07 06:10:37.293 10548 INFO oslo_db.sqlalchemy.provision [req-737528b6-f6a4-4b07-961a-2d469a5459b4 - - - - -] CREATE BACKEND sqlite:// TOKEN hjjplnfqrp 2019-06-07 06:10:37.458 10548 INFO octavia.common.config [req-737528b6-f6a4-4b07-961a-2d469a5459b4 - - - - -] Logging enabled! 2019-06-07 06:10:37.459 10548 INFO octavia.common.config [req-737528b6-f6a4-4b07-961a-2d469a5459b4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.505 10548 WARNING octavia.api.root_controller [req-737528b6-f6a4-4b07-961a-2d469a5459b4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.538 10548 INFO octavia.api.v2.controllers.load_balancer [req-39161ff9-4675-4d1e-aead-e798b01947a1 - - - - -] Sending created Load Balancer 9427a30d-37ab-4fa3-bd58-dbe7a09460bf to the handler 2019-06-07 06:10:37.642 10548 INFO oslo_db.sqlalchemy.provision [req-9101b8e7-21a0-4e4c-82f1-b2b7383becf2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.645 10548 INFO oslo_db.sqlalchemy.provision [req-9101b8e7-21a0-4e4c-82f1-b2b7383becf2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hjjplnfqrp 2019-06-07 06:10:37.646 10548 INFO oslo_db.sqlalchemy.provision [req-9101b8e7-21a0-4e4c-82f1-b2b7383becf2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_not_authorized [0.359713s] ... ok 2019-06-07 06:10:35.963 10539 INFO oslo_db.sqlalchemy.provision [req-d53e8cec-66e9-40a4-b2a8-aa4c88ce159a - - - - -] CREATE BACKEND sqlite:// TOKEN klsdbxktgt 2019-06-07 06:10:36.128 10539 INFO octavia.common.config [req-d53e8cec-66e9-40a4-b2a8-aa4c88ce159a - - - - -] Logging enabled! 2019-06-07 06:10:36.129 10539 INFO octavia.common.config [req-d53e8cec-66e9-40a4-b2a8-aa4c88ce159a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.323 10539 WARNING octavia.api.root_controller [req-d53e8cec-66e9-40a4-b2a8-aa4c88ce159a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.369 10539 INFO octavia.api.v1.controllers.load_balancer [req-1da0019c-fc1d-4fbd-8c1b-55e4b2643652 - - - - -] Sending full load balancer configuration 8545b468-be5b-4ba5-bed7-7f34140c4759 to the handler 2019-06-07 06:10:36.399 10539 INFO oslo_db.sqlalchemy.provision [req-1da0019c-fc1d-4fbd-8c1b-55e4b2643652 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.402 10539 INFO oslo_db.sqlalchemy.provision [req-1da0019c-fc1d-4fbd-8c1b-55e4b2643652 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN klsdbxktgt 2019-06-07 06:10:36.403 10539 INFO oslo_db.sqlalchemy.provision [req-1da0019c-fc1d-4fbd-8c1b-55e4b2643652 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener [0.446862s] ... ok 2019-06-07 06:10:34.588 10559 INFO oslo_db.sqlalchemy.provision [req-18dc72ed-75a6-42c0-9dc6-92f05b376099 - - - - -] CREATE BACKEND sqlite:// TOKEN zpwuvtfsme 2019-06-07 06:10:34.747 10559 INFO octavia.common.config [req-18dc72ed-75a6-42c0-9dc6-92f05b376099 - - - - -] Logging enabled! 2019-06-07 06:10:34.748 10559 INFO octavia.common.config [req-18dc72ed-75a6-42c0-9dc6-92f05b376099 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.793 10559 WARNING octavia.api.root_controller [req-18dc72ed-75a6-42c0-9dc6-92f05b376099 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.820 10559 INFO octavia.api.v2.controllers.load_balancer [req-cbd670f7-900b-4fcd-87b4-faf3095502a5 - - - - -] Sending created Load Balancer 800b34ba-b9ef-434c-af01-7bba160f8290 to the handler 2019-06-07 06:10:34.910 10559 INFO octavia.api.v2.controllers.listener [req-10e33a29-f9f1-43dc-8e2f-39507cc01176 - - - - -] Sending Creation of Listener e207afe4-dd56-4983-9f5c-09bdf73a6fc9 to handler 2019-06-07 06:10:35.044 10559 INFO octavia.api.v2.controllers.pool [req-cc453e54-111b-483a-a11b-23d8e6b4ba21 - - - - -] Sending Creation of Pool df12e149-b08e-4489-ade4-bb7798ea001d to handler 2019-06-07 06:10:35.275 10559 INFO octavia.api.v2.controllers.pool [req-e7253776-6d8f-41ce-bf22-81eae4e38955 - - - - -] Sending Creation of Pool 3c22cd55-51c4-4ca1-96ce-ad335cb02d5c to handler 2019-06-07 06:10:35.514 10559 INFO octavia.api.v2.controllers.pool [req-a05733ba-cd0f-4a08-808a-4e8f984f1bfa - - - - -] Sending Creation of Pool 60855538-c729-4a66-9e47-41a947fccc35 to handler 2019-06-07 06:10:35.777 10559 INFO octavia.api.v2.controllers.pool [req-865a9cda-65aa-44f7-a131-6c767ea4ba77 - - - - -] Sending Creation of Pool dc68d30d-afbc-450c-971e-ef010fac4e37 to handler 2019-06-07 06:10:36.300 10559 INFO octavia.api.v2.controllers.pool [req-f007a0d5-2582-4a53-bf54-7a97783fbc26 - - - - -] Sending Creation of Pool 8d402f9e-172e-4f2f-8541-85a32eb26252 to handler 2019-06-07 06:10:36.693 10559 INFO octavia.api.v2.controllers.health_monitor [req-94e361e9-c1a9-425b-88d0-cc181e054179 - - - - -] Sending Creation of Health Monitor ca7b2e93-47c4-42d3-8c77-171dc622cb10 to handler 2019-06-07 06:10:37.055 10559 INFO octavia.api.v2.controllers.health_monitor [req-e7a19a99-256f-45a5-9ee4-01b8197f3ac5 - - - - -] Sending Creation of Health Monitor 42c42299-7683-4446-a33f-39d9462bb2e7 to handler 2019-06-07 06:10:37.423 10559 INFO octavia.api.v2.controllers.health_monitor [req-3e28715e-2bfa-40db-966d-f226f328f372 - - - - -] Sending Creation of Health Monitor effe7511-0f75-4257-b735-9746a4624c47 to handler 2019-06-07 06:10:37.784 10559 INFO oslo_db.sqlalchemy.provision [req-8c0ed42a-a86c-4aaa-ac10-32bd32a6d1c1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.788 10559 INFO oslo_db.sqlalchemy.provision [req-8c0ed42a-a86c-4aaa-ac10-32bd32a6d1c1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zpwuvtfsme 2019-06-07 06:10:37.789 10559 INFO oslo_db.sqlalchemy.provision [req-8c0ed42a-a86c-4aaa-ac10-32bd32a6d1c1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_limited [3.207140s] ... ok 2019-06-07 06:10:35.342 10552 INFO oslo_db.sqlalchemy.provision [req-f082afd0-911d-44c4-82ce-47ec2297ffac - - - - -] CREATE BACKEND sqlite:// TOKEN cyjrzfkkkv 2019-06-07 06:10:35.666 10552 INFO octavia.common.config [req-f082afd0-911d-44c4-82ce-47ec2297ffac - - - - -] Logging enabled! 2019-06-07 06:10:35.667 10552 INFO octavia.common.config [req-f082afd0-911d-44c4-82ce-47ec2297ffac - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.766 10552 WARNING octavia.api.root_controller [req-f082afd0-911d-44c4-82ce-47ec2297ffac - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.801 10552 INFO octavia.api.v1.controllers.load_balancer [req-986008f0-78f9-45c0-926b-dc93ad9af898 - - - - -] Sending created Load Balancer 607235de-d403-493c-a7d1-9baa4fbe0739 to the handler 2019-06-07 06:10:35.967 10552 INFO octavia.api.v1.controllers.listener [req-a2141516-b365-48f7-914e-d0a0c241e1aa - - - - -] Sending Creation of Listener 47c697cc-c687-445c-8e87-7a042ab12ec0 to handler 2019-06-07 06:10:36.237 10552 INFO octavia.api.v1.controllers.pool [req-e7623724-6dca-4da6-ae81-8fdb5c0c0ee2 - - - - -] Sending Creation of Pool 68e752ca-ebb5-4d69-a49d-6340a4b0d967 to handler 2019-06-07 06:10:36.515 10552 INFO octavia.api.v1.controllers.pool [req-622b6b17-6df2-4ec9-9aef-941d63483383 - - - - -] Sending Creation of Pool 6ac70b1c-8bfb-4faa-8143-88eb4c70d83e to handler 2019-06-07 06:10:36.827 10552 INFO octavia.api.v1.controllers.member [req-a78d4122-7296-43ac-8971-ee864ceb583d - - - - -] Sending Creation of Member 1ec65460-f8b4-4d14-a877-552d1b02a6ee to handler 2019-06-07 06:10:37.118 10552 INFO oslo_db.sqlalchemy.provision [req-80710f35-91e6-4fe4-993e-551a20e87dda - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.122 10552 INFO oslo_db.sqlalchemy.provision [req-80710f35-91e6-4fe4-993e-551a20e87dda - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cyjrzfkkkv 2019-06-07 06:10:37.123 10552 INFO oslo_db.sqlalchemy.provision [req-80710f35-91e6-4fe4-993e-551a20e87dda - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_monitor_address_and_port [1.800822s] ... ok 2019-06-07 06:10:39.032 10528 INFO oslo_db.sqlalchemy.provision [req-aced1ddf-c35c-497d-90ae-95c55937d314 - - - - -] CREATE BACKEND sqlite:// TOKEN fhqbduhkzm 2019-06-07 06:10:39.195 10528 INFO octavia.common.config [req-aced1ddf-c35c-497d-90ae-95c55937d314 - - - - -] Logging enabled! 2019-06-07 06:10:39.196 10528 INFO octavia.common.config [req-aced1ddf-c35c-497d-90ae-95c55937d314 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.242 10528 WARNING octavia.api.root_controller [req-aced1ddf-c35c-497d-90ae-95c55937d314 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.283 10528 INFO oslo_db.sqlalchemy.provision [req-60ef7114-f7ac-4116-8958-37abd0be4d18 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.287 10528 INFO oslo_db.sqlalchemy.provision [req-60ef7114-f7ac-4116-8958-37abd0be4d18 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fhqbduhkzm 2019-06-07 06:10:39.288 10528 INFO oslo_db.sqlalchemy.provision [req-60ef7114-f7ac-4116-8958-37abd0be4d18 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_delete_non_existent_custom_quotas [0.263033s] ... ok 2019-06-07 06:10:36.964 10557 INFO oslo_db.sqlalchemy.provision [req-4ca9066d-f07b-4047-bc6d-00b4453d165b - - - - -] CREATE BACKEND sqlite:// TOKEN cyqlrkitze 2019-06-07 06:10:37.129 10557 INFO octavia.common.config [req-4ca9066d-f07b-4047-bc6d-00b4453d165b - - - - -] Logging enabled! 2019-06-07 06:10:37.130 10557 INFO octavia.common.config [req-4ca9066d-f07b-4047-bc6d-00b4453d165b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.175 10557 WARNING octavia.api.root_controller [req-4ca9066d-f07b-4047-bc6d-00b4453d165b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.208 10557 INFO oslo_db.sqlalchemy.provision [req-783a83f0-2980-4d33-9651-089371845595 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.212 10557 INFO oslo_db.sqlalchemy.provision [req-783a83f0-2980-4d33-9651-089371845595 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cyqlrkitze 2019-06-07 06:10:37.213 10557 INFO oslo_db.sqlalchemy.provision [req-783a83f0-2980-4d33-9651-089371845595 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_empty_vip [0.254684s] ... ok 2019-06-07 06:10:36.254 10547 INFO oslo_db.sqlalchemy.provision [req-19cc974d-240a-4787-a15d-9838ba52c179 - - - - -] CREATE BACKEND sqlite:// TOKEN vascxugzac 2019-06-07 06:10:36.418 10547 INFO octavia.common.config [req-19cc974d-240a-4787-a15d-9838ba52c179 - - - - -] Logging enabled! 2019-06-07 06:10:36.419 10547 INFO octavia.common.config [req-19cc974d-240a-4787-a15d-9838ba52c179 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.462 10547 WARNING octavia.api.root_controller [req-19cc974d-240a-4787-a15d-9838ba52c179 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.483 10547 INFO octavia.api.v1.controllers.load_balancer [req-0d2f9275-c9d6-4d9b-8a5a-9c7240acdcdc - - - - -] Sending created Load Balancer 609d09c9-6fee-4c09-ad84-1433ec9f7cc4 to the handler 2019-06-07 06:10:36.557 10547 INFO octavia.api.v1.controllers.listener [req-f4598fa2-bdfa-4551-a3b5-0995346ecdf2 - - - - -] Sending Creation of Listener 7f468783-dc1f-492c-9f22-4c789ab4ca6a to handler 2019-06-07 06:10:36.675 10547 INFO octavia.api.v1.controllers.pool [req-f10a5dc0-a873-4bc6-b141-93be9feeef47 - - - - -] Sending Creation of Pool 43311ec3-cb3b-455f-af20-6e651e845254 to handler 2019-06-07 06:10:36.867 10547 INFO octavia.api.v1.controllers.pool [req-73e05347-866e-444f-a02a-1e5bc802850c - - - - -] Sending Creation of Pool 3ddd3f32-aecf-42c5-a842-cbcdb3424963 to handler 2019-06-07 06:10:37.099 10547 INFO octavia.api.v1.controllers.member [req-6a7a6263-6e80-4fe5-a35e-47d2f6e7c9c4 - - - - -] Sending Creation of Member 609e8f08-e1ec-42fb-8bb7-3fb4bf4e0b60 to handler 2019-06-07 06:10:37.126 10547 INFO oslo_db.sqlalchemy.provision [req-6a7a6263-6e80-4fe5-a35e-47d2f6e7c9c4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.130 10547 INFO oslo_db.sqlalchemy.provision [req-6a7a6263-6e80-4fe5-a35e-47d2f6e7c9c4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vascxugzac 2019-06-07 06:10:37.131 10547 INFO oslo_db.sqlalchemy.provision [req-6a7a6263-6e80-4fe5-a35e-47d2f6e7c9c4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_valid_subnet [0.883302s] ... ok 2019-06-07 06:10:38.350 10537 INFO oslo_db.sqlalchemy.provision [req-9993cc6f-2840-4b6d-bc15-d6a02a839080 - - - - -] CREATE BACKEND sqlite:// TOKEN bpbkacszrj 2019-06-07 06:10:38.528 10537 INFO octavia.common.config [req-9993cc6f-2840-4b6d-bc15-d6a02a839080 - - - - -] Logging enabled! 2019-06-07 06:10:38.529 10537 INFO octavia.common.config [req-9993cc6f-2840-4b6d-bc15-d6a02a839080 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.579 10537 WARNING octavia.api.root_controller [req-9993cc6f-2840-4b6d-bc15-d6a02a839080 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.611 10537 INFO octavia.api.v2.controllers.load_balancer [req-e08b2985-5c71-4a79-98bf-7f15270eecf4 - - - - -] Sending created Load Balancer 01a2bfb2-755d-4470-a9c2-eb909fc82925 to the handler 2019-06-07 06:10:38.702 10537 INFO octavia.api.v2.controllers.listener [req-b9b1c08f-90f8-4362-ad8b-37dbe28c0e87 - - - - -] Sending Creation of Listener 1e6157d4-29a9-473a-b6fc-5c8eda5aba37 to handler 2019-06-07 06:10:38.842 10537 INFO octavia.api.v2.controllers.pool [req-a01c8dce-d95a-46c7-a04a-74bff16ee112 - - - - -] Sending Creation of Pool ec10e1c3-3a11-4d95-aa5f-8b1a3619eb5b to handler 2019-06-07 06:10:39.074 10537 INFO octavia.api.v2.controllers.pool [req-79e34f0f-e217-46c4-bbe3-f546d8fa8c44 - - - - -] Sending Creation of Pool fd3081b0-5000-40ef-b2ec-49370b87cc14 to handler 2019-06-07 06:10:39.356 10537 INFO octavia.api.v2.controllers.health_monitor [req-56c2bdd7-2aea-4663-896e-4adff9bf14be - - - - -] Sending Creation of Health Monitor ffbe717f-da83-45b6-b7de-2672ae864370 to handler 2019-06-07 06:10:39.621 10537 INFO oslo_db.sqlalchemy.provision [req-3274bae3-5ad5-488a-80ad-758ecae4d936 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.626 10537 INFO oslo_db.sqlalchemy.provision [req-3274bae3-5ad5-488a-80ad-758ecae4d936 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bpbkacszrj 2019-06-07 06:10:39.626 10537 INFO oslo_db.sqlalchemy.provision [req-3274bae3-5ad5-488a-80ad-758ecae4d936 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_with_bad_handler [1.282622s] ... ok 2019-06-07 06:10:35.803 10544 INFO oslo_db.sqlalchemy.provision [req-9df880a8-c1d9-41e8-959c-d54ecc43b2cb - - - - -] CREATE BACKEND sqlite:// TOKEN awdxvcixyl 2019-06-07 06:10:35.972 10544 INFO octavia.common.config [req-9df880a8-c1d9-41e8-959c-d54ecc43b2cb - - - - -] Logging enabled! 2019-06-07 06:10:35.973 10544 INFO octavia.common.config [req-9df880a8-c1d9-41e8-959c-d54ecc43b2cb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.177 10544 WARNING octavia.api.root_controller [req-9df880a8-c1d9-41e8-959c-d54ecc43b2cb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.204 10544 INFO octavia.api.v2.controllers.load_balancer [req-39578095-4ca5-4714-b1ba-a4008cdeb3b3 - - - - -] Sending created Load Balancer 41aa4288-40c1-4edc-9b62-d26e863ada9d to the handler 2019-06-07 06:10:36.293 10544 INFO octavia.api.v2.controllers.listener [req-cc631bac-0f9e-44da-b3f5-201b5ae00301 - - - - -] Sending Creation of Listener c366e52d-2a6c-41a2-955a-348ea4969fef to handler 2019-06-07 06:10:36.428 10544 INFO octavia.api.v2.controllers.pool [req-7032c484-fec0-4058-b146-4bc149e3b463 - - - - -] Sending Creation of Pool 3bd65445-3f2b-4f79-b0f4-99d2c3eb9f36 to handler 2019-06-07 06:10:36.634 10544 INFO octavia.api.v2.controllers.l7policy [req-45847355-e799-4e33-9363-d4099ab85403 - - - - -] Sending Creation of L7Policy c2125f07-d4f2-4f4b-afa0-2b6970505590 to handler 2019-06-07 06:10:36.729 10544 INFO oslo_db.sqlalchemy.provision [req-fd50e82d-23b6-43dc-aa97-be205dca1b5a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.733 10544 INFO oslo_db.sqlalchemy.provision [req-fd50e82d-23b6-43dc-aa97-be205dca1b5a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN awdxvcixyl 2019-06-07 06:10:36.734 10544 INFO oslo_db.sqlalchemy.provision [req-fd50e82d-23b6-43dc-aa97-be205dca1b5a - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_not_authorized [0.937819s] ... ok 2019-06-07 06:10:34.952 10530 INFO oslo_db.sqlalchemy.provision [req-2206d6f4-5886-4b08-88da-4340a55b6268 - - - - -] CREATE BACKEND sqlite:// TOKEN vmyswzlqlu 2019-06-07 06:10:35.115 10530 INFO octavia.common.config [req-2206d6f4-5886-4b08-88da-4340a55b6268 - - - - -] Logging enabled! 2019-06-07 06:10:35.116 10530 INFO octavia.common.config [req-2206d6f4-5886-4b08-88da-4340a55b6268 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.160 10530 WARNING octavia.api.root_controller [req-2206d6f4-5886-4b08-88da-4340a55b6268 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.181 10530 INFO octavia.api.v1.controllers.load_balancer [req-4db932da-f0fe-404d-b0b0-0efdb07e23ce - - - - -] Sending created Load Balancer c3eccf8f-a0eb-4090-9d6b-d62e52976a57 to the handler 2019-06-07 06:10:35.255 10530 INFO octavia.api.v1.controllers.pool [req-97056cab-dded-433c-aa91-a1d57a487d76 - - - - -] Sending Creation of Pool 3693f671-2b7e-4471-90ac-85c435253371 to handler 2019-06-07 06:10:35.386 10530 INFO octavia.api.v1.controllers.listener [req-5e7ad525-f26a-4406-86cf-d8c3c03703bc - - - - -] Sending Creation of Listener bb141bd4-2bf9-4875-86af-4e68c42969fc to handler 2019-06-07 06:10:35.444 10530 INFO oslo_db.sqlalchemy.provision [req-5e7ad525-f26a-4406-86cf-d8c3c03703bc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.448 10530 INFO oslo_db.sqlalchemy.provision [req-5e7ad525-f26a-4406-86cf-d8c3c03703bc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vmyswzlqlu 2019-06-07 06:10:35.449 10530 INFO oslo_db.sqlalchemy.provision [req-5e7ad525-f26a-4406-86cf-d8c3c03703bc - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_default_pool_id [0.503355s] ... ok 2019-06-07 06:10:39.893 10558 INFO oslo_db.sqlalchemy.provision [req-10ed0a6a-fe53-472f-a731-c2b04f6da2f6 - - - - -] CREATE BACKEND sqlite:// TOKEN hcvzjrxbsq 2019-06-07 06:10:40.059 10558 INFO octavia.common.config [req-10ed0a6a-fe53-472f-a731-c2b04f6da2f6 - - - - -] Logging enabled! 2019-06-07 06:10:40.060 10558 INFO octavia.common.config [req-10ed0a6a-fe53-472f-a731-c2b04f6da2f6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.106 10558 WARNING octavia.api.root_controller [req-10ed0a6a-fe53-472f-a731-c2b04f6da2f6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.136 10558 INFO octavia.api.v2.controllers.load_balancer [req-6b3014db-1671-499a-af84-ed63b49056a4 - - - - -] Sending created Load Balancer 80a11278-f911-42b9-8154-fa9014b822f9 to the handler 2019-06-07 06:10:40.224 10558 INFO octavia.api.v2.controllers.listener [req-e78a5bda-b339-4e5f-8a61-a7dabb0cb4ff - - - - -] Sending Creation of Listener 102fbdf5-dd44-4992-8d7d-7af2f88f3f14 to handler 2019-06-07 06:10:40.361 10558 INFO octavia.api.v2.controllers.pool [req-de58004c-ee22-443a-976a-1fb98091c993 - - - - -] Sending Creation of Pool df2ff215-9bd1-4ced-8274-0183b38c6171 to handler 2019-06-07 06:10:40.576 10558 INFO octavia.api.v2.controllers.l7policy [req-95563b98-4f3d-4f08-9a26-1fe903c8768b - - - - -] Sending Creation of L7Policy 9875a60a-46d0-452f-b0b2-e8eda7313305 to handler 2019-06-07 06:10:40.913 10558 INFO octavia.api.v2.controllers.l7policy [req-c9b23060-2c69-4b33-a5c0-8ffc649c56e0 - - - - -] Sending Deletion of L7Policy 9875a60a-46d0-452f-b0b2-e8eda7313305 to handler 2019-06-07 06:10:41.126 10558 INFO oslo_db.sqlalchemy.provision [req-f6229c9b-3a1f-49eb-be78-49f35024b6bc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.129 10558 INFO oslo_db.sqlalchemy.provision [req-f6229c9b-3a1f-49eb-be78-49f35024b6bc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hcvzjrxbsq 2019-06-07 06:10:41.130 10558 INFO oslo_db.sqlalchemy.provision [req-f6229c9b-3a1f-49eb-be78-49f35024b6bc - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_with_bad_handler [1.243615s] ... ok 2019-06-07 06:10:39.634 10537 INFO oslo_db.sqlalchemy.provision [req-3274bae3-5ad5-488a-80ad-758ecae4d936 - - - - -] CREATE BACKEND sqlite:// TOKEN etrnlkvhmo 2019-06-07 06:10:39.800 10537 INFO octavia.common.config [req-3274bae3-5ad5-488a-80ad-758ecae4d936 - - - - -] Logging enabled! 2019-06-07 06:10:39.800 10537 INFO octavia.common.config [req-3274bae3-5ad5-488a-80ad-758ecae4d936 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.846 10537 WARNING octavia.api.root_controller [req-3274bae3-5ad5-488a-80ad-758ecae4d936 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.872 10537 INFO octavia.api.v2.controllers.load_balancer [req-2d5ea1e6-4d1c-494d-a415-69dbeee4e4ba - - - - -] Sending created Load Balancer 2ed5ab6d-fddd-40f0-993c-365dc47c4457 to the handler 2019-06-07 06:10:39.959 10537 INFO octavia.api.v2.controllers.listener [req-218d0492-634e-47e1-be4c-d84fbe65cd4d - - - - -] Sending Creation of Listener 1d90d900-40bd-4c28-bd17-b15a47ee4a00 to handler 2019-06-07 06:10:40.096 10537 INFO octavia.api.v2.controllers.pool [req-56d07643-3dd4-4295-9dcb-5735c1a8c43a - - - - -] Sending Creation of Pool 58a51bc2-3b48-4624-a3ba-e05f97169ece to handler 2019-06-07 06:10:40.337 10537 INFO octavia.api.v2.controllers.pool [req-79d184bf-bae2-4b8a-87a0-1bf552b6a192 - - - - -] Sending Creation of Pool 51c5f092-b46f-4d5d-91ea-4cc572f1950e to handler 2019-06-07 06:10:40.578 10537 INFO octavia.api.v2.controllers.health_monitor [req-451024eb-98be-4955-8f3a-ed5207184914 - - - - -] Sending Creation of Health Monitor c10d7771-c744-4f19-a1ef-9322361a436a to handler 2019-06-07 06:10:40.841 10537 INFO oslo_db.sqlalchemy.provision [req-e461e736-4b4f-47ad-8ef9-385b79b09e1f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.844 10537 INFO oslo_db.sqlalchemy.provision [req-e461e736-4b4f-47ad-8ef9-385b79b09e1f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN etrnlkvhmo 2019-06-07 06:10:40.845 10537 INFO oslo_db.sqlalchemy.provision [req-e461e736-4b4f-47ad-8ef9-385b79b09e1f - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_not_authorized [1.217502s] ... ok 2019-06-07 06:10:36.717 10535 INFO oslo_db.sqlalchemy.provision [req-1da434d8-6636-4fba-a3f6-f9266e5346c8 - - - - -] CREATE BACKEND sqlite:// TOKEN obpuhpkari 2019-06-07 06:10:36.883 10535 INFO octavia.common.config [req-1da434d8-6636-4fba-a3f6-f9266e5346c8 - - - - -] Logging enabled! 2019-06-07 06:10:36.884 10535 INFO octavia.common.config [req-1da434d8-6636-4fba-a3f6-f9266e5346c8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.931 10535 WARNING octavia.api.root_controller [req-1da434d8-6636-4fba-a3f6-f9266e5346c8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.958 10535 INFO octavia.api.v2.controllers.load_balancer [req-84e7488b-3440-4305-a4c5-0c95006b319b - - - - -] Sending created Load Balancer e403043a-cd63-4663-9147-a41410cc3080 to the handler 2019-06-07 06:10:37.046 10535 INFO octavia.api.v2.controllers.listener [req-feb0f15f-5703-4588-9af0-0a611537cdc8 - - - - -] Sending Creation of Listener 3adb5a8a-5d78-4d1b-91aa-57a059b0711e to handler 2019-06-07 06:10:37.193 10535 INFO octavia.api.v2.controllers.pool [req-f0bdf4e5-3646-4946-81b1-8529f4d7e82e - - - - -] Sending Creation of Pool af43e006-d76a-4a97-8d98-571cbe6fa952 to handler 2019-06-07 06:10:37.398 10535 INFO octavia.api.v2.controllers.pool [req-16155023-c3f6-46fb-99fb-4828b2cad153 - - - - -] Sending Creation of Pool 317a0f3e-e077-4a1d-be5f-0a0c0ed6b44e to handler 2019-06-07 06:10:37.570 10535 INFO octavia.api.v2.controllers.load_balancer [req-f01a49ef-a36c-4bae-b7d6-39842acc1628 - - - - -] Sending created Load Balancer 24dc49c8-50b7-40ef-84bc-31b117a578a0 to the handler 2019-06-07 06:10:37.657 10535 INFO octavia.api.v2.controllers.pool [req-cb5d3124-5e09-407b-bf45-fcf467f8619c - - - - -] Sending Creation of Pool 15e3e724-1af5-443e-9afa-d3cd2c344a35 to handler 2019-06-07 06:10:37.795 10535 INFO octavia.api.v2.controllers.pool [req-95b2b4ea-7564-491f-9c83-841f3a073ff6 - - - - -] Sending Creation of Pool ded63625-8451-4600-862b-bd89ef24e3ba to handler 2019-06-07 06:10:37.980 10535 INFO octavia.api.v2.controllers.pool [req-3dc062f0-fd0a-45f2-a38c-a5d6688bb171 - - - - -] Sending Creation of Pool 6d9d1cd5-25b0-47fe-acdf-523f7188f77d to handler 2019-06-07 06:10:38.207 10535 INFO octavia.api.v2.controllers.health_monitor [req-e4e92980-cf66-4bde-aff4-11f3ccb76648 - - - - -] Sending Creation of Health Monitor dc901393-6d87-4596-aa51-38ad9803b66e to handler 2019-06-07 06:10:38.415 10535 INFO octavia.api.v2.controllers.health_monitor [req-1408c7ae-cae9-4a89-81fe-892fe0ce307b - - - - -] Sending Creation of Health Monitor 6752ee9f-362a-458b-b522-44a843874a34 to handler 2019-06-07 06:10:38.681 10535 INFO octavia.api.v2.controllers.health_monitor [req-8ef619e5-58f6-47c1-bff2-05c2f019c073 - - - - -] Sending Creation of Health Monitor 3f0036d1-85d1-480e-bac9-8dcd349c4f77 to handler 2019-06-07 06:10:38.862 10535 INFO oslo_db.sqlalchemy.provision [req-16d5cfbb-d863-47f4-a765-2cd68e2bcb2e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.865 10535 INFO oslo_db.sqlalchemy.provision [req-16d5cfbb-d863-47f4-a765-2cd68e2bcb2e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN obpuhpkari 2019-06-07 06:10:38.866 10535 INFO oslo_db.sqlalchemy.provision [req-16d5cfbb-d863-47f4-a765-2cd68e2bcb2e - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_non_admin_global_observer [2.155765s] ... ok 2019-06-07 06:10:36.249 10540 INFO oslo_db.sqlalchemy.provision [req-854734b2-73c5-445f-87dd-537ebc1ec4a1 - - - - -] CREATE BACKEND sqlite:// TOKEN fzgebyllyd 2019-06-07 06:10:36.415 10540 INFO octavia.common.config [req-854734b2-73c5-445f-87dd-537ebc1ec4a1 - - - - -] Logging enabled! 2019-06-07 06:10:36.415 10540 INFO octavia.common.config [req-854734b2-73c5-445f-87dd-537ebc1ec4a1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.460 10540 WARNING octavia.api.root_controller [req-854734b2-73c5-445f-87dd-537ebc1ec4a1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.486 10540 INFO octavia.api.v2.controllers.load_balancer [req-cba8812a-c182-45bb-8a6a-c1bc568f8de1 - - - - -] Sending created Load Balancer aee21585-18d4-495e-9821-9bf7b025f30c to the handler 2019-06-07 06:10:36.572 10540 INFO octavia.api.v2.controllers.listener [req-bd0830f5-6e4d-48d5-a9ba-15fbffd2ff00 - - - - -] Sending Creation of Listener 3fc7ab1f-a15a-4b2c-8f02-74af52ea3abc to handler 2019-06-07 06:10:36.729 10540 INFO octavia.api.v2.controllers.l7policy [req-6a446a28-6233-4ea9-8635-e1a5095940c8 - - - - -] Sending Creation of L7Policy ab06dd7a-963b-4245-989a-3b1c89cfed2f to handler 2019-06-07 06:10:37.003 10540 INFO octavia.api.v2.controllers.l7rule [req-04d4c2a9-bc46-48ce-bf17-a3ed5179b44b - - - - -] Sending Creation of L7Rule 0f513d38-997c-422f-90ce-67b2f1402c55 to handler 2019-06-07 06:10:37.368 10540 INFO octavia.api.v2.controllers.l7rule [req-e111819a-d98c-451c-9b32-a17778ccdfd8 - 9b6072ea-571b-49d9-940e-0881e53e1a62 - - -] Sending Deletion of L7Rule 0f513d38-997c-422f-90ce-67b2f1402c55 to handler 2019-06-07 06:10:37.690 10540 INFO oslo_db.sqlalchemy.provision [req-3abf196a-eb6e-4ab4-802e-023ced5e6a12 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.694 10540 INFO oslo_db.sqlalchemy.provision [req-3abf196a-eb6e-4ab4-802e-023ced5e6a12 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fzgebyllyd 2019-06-07 06:10:37.695 10540 INFO oslo_db.sqlalchemy.provision [req-3abf196a-eb6e-4ab4-802e-023ced5e6a12 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_authorized [1.451835s] ... ok 2019-06-07 06:10:36.741 10544 INFO oslo_db.sqlalchemy.provision [req-fd50e82d-23b6-43dc-aa97-be205dca1b5a - - - - -] CREATE BACKEND sqlite:// TOKEN uyuwylulox 2019-06-07 06:10:36.902 10544 INFO octavia.common.config [req-fd50e82d-23b6-43dc-aa97-be205dca1b5a - - - - -] Logging enabled! 2019-06-07 06:10:36.903 10544 INFO octavia.common.config [req-fd50e82d-23b6-43dc-aa97-be205dca1b5a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.948 10544 WARNING octavia.api.root_controller [req-fd50e82d-23b6-43dc-aa97-be205dca1b5a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.975 10544 INFO octavia.api.v2.controllers.load_balancer [req-0bfaf482-c2c5-4eaa-af75-286a3f2e3372 - - - - -] Sending created Load Balancer afe913da-6aab-4f66-8e32-e7c88f878495 to the handler 2019-06-07 06:10:37.061 10544 INFO octavia.api.v2.controllers.listener [req-24ce54ad-6484-4bd8-a457-903144684d0a - - - - -] Sending Creation of Listener 635ff11f-a376-430b-bb1c-5dab31fe10a4 to handler 2019-06-07 06:10:37.221 10544 INFO octavia.api.v2.controllers.l7policy [req-0cff3d7c-c187-481e-8dda-7aafb18d82c2 - - - - -] Sending Creation of L7Policy 13273169-6d5b-43a0-b2e3-fe04fe462b54 to handler 2019-06-07 06:10:37.488 10544 INFO octavia.api.v2.controllers.l7rule [req-a139fccf-2d54-483d-b940-ad68eda3a8a5 - - - - -] Sending Creation of L7Rule 191ace1a-64b7-491d-b69d-c3913801476f to handler 2019-06-07 06:10:37.647 10544 INFO oslo_db.sqlalchemy.provision [req-778bf57c-14e7-4626-b9bb-d18a660c5ff4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.651 10544 INFO oslo_db.sqlalchemy.provision [req-778bf57c-14e7-4626-b9bb-d18a660c5ff4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uyuwylulox 2019-06-07 06:10:37.652 10544 INFO oslo_db.sqlalchemy.provision [req-778bf57c-14e7-4626-b9bb-d18a660c5ff4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_header_rule [0.917468s] ... ok 2019-06-07 06:10:35.455 10530 INFO oslo_db.sqlalchemy.provision [req-5e7ad525-f26a-4406-86cf-d8c3c03703bc - - - - -] CREATE BACKEND sqlite:// TOKEN cwfqyujdjc 2019-06-07 06:10:35.622 10530 INFO octavia.common.config [req-5e7ad525-f26a-4406-86cf-d8c3c03703bc - - - - -] Logging enabled! 2019-06-07 06:10:35.623 10530 INFO octavia.common.config [req-5e7ad525-f26a-4406-86cf-d8c3c03703bc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.806 10530 WARNING octavia.api.root_controller [req-5e7ad525-f26a-4406-86cf-d8c3c03703bc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.827 10530 INFO octavia.api.v1.controllers.load_balancer [req-a797d2fd-d90d-45e5-831d-470b1a8760fd - - - - -] Sending created Load Balancer 82b6a746-6f1b-4b2c-a550-804d9f55f111 to the handler 2019-06-07 06:10:35.900 10530 INFO octavia.api.v1.controllers.pool [req-2f174443-cdf7-46d1-ab17-fde6e6e5c0ac - - - - -] Sending Creation of Pool 802bdca2-9b6f-42ed-886f-b95047df3e6f to handler 2019-06-07 06:10:36.034 10530 INFO octavia.api.v1.controllers.listener [req-110bf030-995e-4a38-b185-60927a8ba45d - - - - -] Sending Creation of Listener d00f7e80-a0c4-4cd5-8e73-7eb110d1f075 to handler 2019-06-07 06:10:36.314 10530 INFO oslo_db.sqlalchemy.provision [req-c70adbe8-4841-481f-a0c7-45bcd9647ce8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.318 10530 INFO oslo_db.sqlalchemy.provision [req-c70adbe8-4841-481f-a0c7-45bcd9647ce8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cwfqyujdjc 2019-06-07 06:10:36.319 10530 INFO oslo_db.sqlalchemy.provision [req-c70adbe8-4841-481f-a0c7-45bcd9647ce8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_id [0.869856s] ... ok 2019-06-07 06:10:37.795 10559 INFO oslo_db.sqlalchemy.provision [req-8c0ed42a-a86c-4aaa-ac10-32bd32a6d1c1 - - - - -] CREATE BACKEND sqlite:// TOKEN gzihdllbtq 2019-06-07 06:10:37.964 10559 INFO octavia.common.config [req-8c0ed42a-a86c-4aaa-ac10-32bd32a6d1c1 - - - - -] Logging enabled! 2019-06-07 06:10:37.965 10559 INFO octavia.common.config [req-8c0ed42a-a86c-4aaa-ac10-32bd32a6d1c1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.011 10559 WARNING octavia.api.root_controller [req-8c0ed42a-a86c-4aaa-ac10-32bd32a6d1c1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.039 10559 INFO octavia.api.v2.controllers.load_balancer [req-2d421846-2263-4b54-b18c-f8d3bddc03d6 - - - - -] Sending created Load Balancer dc6d60e7-4b1a-49a9-bf67-41796f299b79 to the handler 2019-06-07 06:10:38.123 10559 INFO octavia.api.v2.controllers.listener [req-dfe4937c-baf3-47a4-bb7f-a2b17dd588ad - - - - -] Sending Creation of Listener 07d8e3c2-f34f-4772-903f-a808cabaf47d to handler 2019-06-07 06:10:38.257 10559 INFO octavia.api.v2.controllers.pool [req-0117da49-9e10-4934-b3c4-52f2f3d180f3 - - - - -] Sending Creation of Pool c478d944-e70c-4e0a-992a-9a27c4a04e4d to handler 2019-06-07 06:10:38.480 10559 INFO octavia.api.v2.controllers.pool [req-9c8e7070-b8a2-407c-81ac-847d17c5bc6a - - - - -] Sending Creation of Pool 401c29c7-45c1-465f-81e0-fc144caa562f to handler 2019-06-07 06:10:38.654 10559 INFO octavia.api.v2.controllers.load_balancer [req-190a23b5-a3f1-49a2-b5c1-26c87f9a25dd - - - - -] Sending created Load Balancer 69330f29-3924-4fce-ad5b-0ffd1a768e26 to the handler 2019-06-07 06:10:38.761 10559 INFO octavia.api.v2.controllers.pool [req-385957d0-a721-42ce-874e-6a798f6f0eb2 - - - - -] Sending Creation of Pool 9c0f060b-b4e9-4f26-bd81-b9df824d25e3 to handler 2019-06-07 06:10:38.890 10559 INFO octavia.api.v2.controllers.pool [req-85767b25-706e-43ee-a71a-c159917c5d53 - - - - -] Sending Creation of Pool 4dee1228-dde4-48f6-8452-4183a3de4a1b to handler 2019-06-07 06:10:39.074 10559 INFO octavia.api.v2.controllers.health_monitor [req-d687abc1-100b-44ae-9330-2bbe29b3828f - - - - -] Sending Creation of Health Monitor 5b0e6c41-c49a-4fc2-bd8b-c75110e0159c to handler 2019-06-07 06:10:39.245 10559 INFO octavia.api.v2.controllers.health_monitor [req-9f3968b4-9698-4ca7-a408-5ec9068a64d6 - - - - -] Sending Creation of Health Monitor 35c3ac54-e7e7-4dc0-8f41-f857c0f8f456 to handler 2019-06-07 06:10:39.457 10559 INFO octavia.api.v2.controllers.health_monitor [req-d2d25b86-e7aa-4d4c-9d07-e79c9653b3ae - - - - -] Sending Creation of Health Monitor b48875aa-69fe-4d0b-b6e3-b67d8397f579 to handler 2019-06-07 06:10:39.661 10559 INFO oslo_db.sqlalchemy.provision [req-c6f94ef6-7c1d-4c97-8320-daae29c66821 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.665 10559 INFO oslo_db.sqlalchemy.provision [req-c6f94ef6-7c1d-4c97-8320-daae29c66821 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gzihdllbtq 2019-06-07 06:10:39.668 10559 INFO oslo_db.sqlalchemy.provision [req-c6f94ef6-7c1d-4c97-8320-daae29c66821 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_non_admin [1.879008s] ... ok 2019-06-07 06:10:33.739 10549 INFO oslo_db.sqlalchemy.provision [req-5a9bb8b0-6af0-4f15-8576-88065644fc85 - - - - -] CREATE BACKEND sqlite:// TOKEN cxbavnnier 2019-06-07 06:10:33.904 10549 INFO octavia.common.config [req-5a9bb8b0-6af0-4f15-8576-88065644fc85 - - - - -] Logging enabled! 2019-06-07 06:10:33.905 10549 INFO octavia.common.config [req-5a9bb8b0-6af0-4f15-8576-88065644fc85 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.949 10549 WARNING octavia.api.root_controller [req-5a9bb8b0-6af0-4f15-8576-88065644fc85 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.970 10549 INFO octavia.api.v1.controllers.load_balancer [req-4a2473d4-ca71-4617-b113-eed2a310f3e4 - - - - -] Sending created Load Balancer fb5d594c-d45a-4486-a29b-a57334719c5a to the handler 2019-06-07 06:10:34.043 10549 INFO octavia.api.v1.controllers.pool [req-e435cfbd-b661-4d5f-a621-a5e114ef5ec7 - - - - -] Sending Creation of Pool 0d5dc577-b1f0-4ff8-9e8c-3f6754960aa1 to handler 2019-06-07 06:10:34.117 10549 INFO octavia.api.v1.controllers.load_balancer [req-c31cc0e6-c5ff-46ff-821c-3aed096d4ab4 - - - - -] Sending created Load Balancer c7e45424-0e83-49e9-9386-349749007c80 to the handler 2019-06-07 06:10:34.151 10549 INFO octavia.api.v1.controllers.listener [req-6ea2a394-3223-488e-9359-f56382b5ad9d - - - - -] Load Balancer c7e45424-0e83-49e9-9386-349749007c80 is immutable. 2019-06-07 06:10:34.178 10549 INFO oslo_db.sqlalchemy.provision [req-6ea2a394-3223-488e-9359-f56382b5ad9d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.181 10549 INFO oslo_db.sqlalchemy.provision [req-6ea2a394-3223-488e-9359-f56382b5ad9d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cxbavnnier 2019-06-07 06:10:34.182 10549 INFO oslo_db.sqlalchemy.provision [req-6ea2a394-3223-488e-9359-f56382b5ad9d - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_pending_create [0.449103s] ... ok 2019-06-07 06:10:37.138 10547 INFO oslo_db.sqlalchemy.provision [req-6a7a6263-6e80-4fe5-a35e-47d2f6e7c9c4 - - - - -] CREATE BACKEND sqlite:// TOKEN pzcepfgxcr 2019-06-07 06:10:37.300 10547 INFO octavia.common.config [req-6a7a6263-6e80-4fe5-a35e-47d2f6e7c9c4 - - - - -] Logging enabled! 2019-06-07 06:10:37.301 10547 INFO octavia.common.config [req-6a7a6263-6e80-4fe5-a35e-47d2f6e7c9c4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.344 10547 WARNING octavia.api.root_controller [req-6a7a6263-6e80-4fe5-a35e-47d2f6e7c9c4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.365 10547 INFO octavia.api.v1.controllers.load_balancer [req-2baa53b4-296c-4bc3-94fe-f7f39de215cf - - - - -] Sending created Load Balancer 07401dad-8692-4caa-ae71-684e5cfc5a7b to the handler 2019-06-07 06:10:37.436 10547 INFO octavia.api.v1.controllers.listener [req-20b68f92-b342-4f8b-921b-e5d6dffa540f - - - - -] Sending Creation of Listener 86458d9d-ff76-457d-ab5d-acebcc97803d to handler 2019-06-07 06:10:37.626 10547 INFO octavia.api.v1.controllers.pool [req-73236162-a393-4023-b8c2-4707e2240db8 - - - - -] Sending Creation of Pool 2be3c95f-cbcd-40f6-87e2-b5325cbe7bb6 to handler 2019-06-07 06:10:37.678 10547 INFO oslo_db.sqlalchemy.provision [req-73236162-a393-4023-b8c2-4707e2240db8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.682 10547 INFO oslo_db.sqlalchemy.provision [req-73236162-a393-4023-b8c2-4707e2240db8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pzcepfgxcr 2019-06-07 06:10:37.682 10547 INFO oslo_db.sqlalchemy.provision [req-73236162-a393-4023-b8c2-4707e2240db8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_project_id [0.550893s] ... ok 2019-06-07 06:10:37.220 10557 INFO oslo_db.sqlalchemy.provision [req-783a83f0-2980-4d33-9651-089371845595 - - - - -] CREATE BACKEND sqlite:// TOKEN yxbutthdky 2019-06-07 06:10:37.382 10557 INFO octavia.common.config [req-783a83f0-2980-4d33-9651-089371845595 - - - - -] Logging enabled! 2019-06-07 06:10:37.383 10557 INFO octavia.common.config [req-783a83f0-2980-4d33-9651-089371845595 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.427 10557 WARNING octavia.api.root_controller [req-783a83f0-2980-4d33-9651-089371845595 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.647 10557 INFO octavia.api.v1.controllers.load_balancer [req-2f447de5-ba39-4e27-9681-56684961ce41 - - - - -] Sending full load balancer configuration b4466c92-2ceb-4081-b077-ef5dbeb7eec7 to the handler 2019-06-07 06:10:37.681 10557 INFO oslo_db.sqlalchemy.provision [req-2f447de5-ba39-4e27-9681-56684961ce41 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.685 10557 INFO oslo_db.sqlalchemy.provision [req-2f447de5-ba39-4e27-9681-56684961ce41 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yxbutthdky 2019-06-07 06:10:37.685 10557 INFO oslo_db.sqlalchemy.provision [req-2f447de5-ba39-4e27-9681-56684961ce41 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_of_everything [0.471682s] ... ok 2019-06-07 06:10:34.189 10549 INFO oslo_db.sqlalchemy.provision [req-6ea2a394-3223-488e-9359-f56382b5ad9d - - - - -] CREATE BACKEND sqlite:// TOKEN xrledrinlw 2019-06-07 06:10:34.347 10549 INFO octavia.common.config [req-6ea2a394-3223-488e-9359-f56382b5ad9d - - - - -] Logging enabled! 2019-06-07 06:10:34.348 10549 INFO octavia.common.config [req-6ea2a394-3223-488e-9359-f56382b5ad9d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.394 10549 WARNING octavia.api.root_controller [req-6ea2a394-3223-488e-9359-f56382b5ad9d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.427 10549 INFO oslo_db.sqlalchemy.provision [req-ddd6657a-0877-45b3-94e3-384e823941b6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.431 10549 INFO oslo_db.sqlalchemy.provision [req-ddd6657a-0877-45b3-94e3-384e823941b6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xrledrinlw 2019-06-07 06:10:34.431 10549 INFO oslo_db.sqlalchemy.provision [req-ddd6657a-0877-45b3-94e3-384e823941b6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_long_name [0.248744s] ... ok 2019-06-07 06:10:41.138 10558 INFO oslo_db.sqlalchemy.provision [req-f6229c9b-3a1f-49eb-be78-49f35024b6bc - - - - -] CREATE BACKEND sqlite:// TOKEN oobgivenis 2019-06-07 06:10:41.306 10558 INFO octavia.common.config [req-f6229c9b-3a1f-49eb-be78-49f35024b6bc - - - - -] Logging enabled! 2019-06-07 06:10:41.307 10558 INFO octavia.common.config [req-f6229c9b-3a1f-49eb-be78-49f35024b6bc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.352 10558 WARNING octavia.api.root_controller [req-f6229c9b-3a1f-49eb-be78-49f35024b6bc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.379 10558 INFO octavia.api.v2.controllers.load_balancer [req-17ce66aa-583e-4816-ae26-a6d3c13b998e - - - - -] Sending created Load Balancer 8bd393f7-8948-4df7-9e09-430a2b9fb7fa to the handler 2019-06-07 06:10:41.471 10558 INFO octavia.api.v2.controllers.listener [req-e63e7b0b-f37e-457f-87e0-f8f23d3b14c8 - - - - -] Sending Creation of Listener 8b9afbcb-4899-4efa-ba3b-f36688807c0e to handler 2019-06-07 06:10:41.637 10558 INFO octavia.api.v2.controllers.l7policy [req-8b1e0ae6-9880-4e7e-bac5-41d51fa69221 - - - - -] Sending Creation of L7Policy 97898bcb-6760-4f40-9ee7-8680d417e0a4 to handler 2019-06-07 06:10:41.835 10558 INFO oslo_db.sqlalchemy.provision [req-d5194524-9a8c-4fe5-82e3-af944eb92090 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.839 10558 INFO oslo_db.sqlalchemy.provision [req-d5194524-9a8c-4fe5-82e3-af944eb92090 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oobgivenis 2019-06-07 06:10:41.840 10558 INFO oslo_db.sqlalchemy.provision [req-d5194524-9a8c-4fe5-82e3-af944eb92090 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_file_type_rule [0.708854s] ... ok 2019-06-07 06:10:39.508 10533 INFO oslo_db.sqlalchemy.provision [req-34aa558d-b35c-40ea-8d0f-3006a6db6937 - - - - -] CREATE BACKEND sqlite:// TOKEN tqduzxgqbd 2019-06-07 06:10:39.680 10533 INFO octavia.common.config [req-34aa558d-b35c-40ea-8d0f-3006a6db6937 - - - - -] Logging enabled! 2019-06-07 06:10:39.681 10533 INFO octavia.common.config [req-34aa558d-b35c-40ea-8d0f-3006a6db6937 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.728 10533 WARNING octavia.api.root_controller [req-34aa558d-b35c-40ea-8d0f-3006a6db6937 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.757 10533 INFO octavia.api.v2.controllers.load_balancer [req-4914c664-9de0-4bd1-804f-53ae989c23b6 - - - - -] Sending created Load Balancer c004cf38-f361-4634-8d1a-f645ee76f4fa to the handler 2019-06-07 06:10:39.855 10533 INFO octavia.api.v2.controllers.listener [req-202765fb-06dc-4331-a031-0ae6923950db - - - - -] Sending Creation of Listener 52f801d2-7ba5-441b-b9ca-afeaecb35ef7 to handler 2019-06-07 06:10:40.000 10533 INFO octavia.api.v2.controllers.pool [req-eebc7c49-f4d0-4ffa-9670-10110b4f697a - - - - -] Sending Creation of Pool 492e01c1-4fcd-4cdf-9f87-3c9491793a2a to handler 2019-06-07 06:10:40.207 10533 INFO octavia.api.v2.controllers.l7policy [req-324dc147-97e4-47f1-aa2f-9477ec3ce6af - - - - -] Sending Creation of L7Policy 0f3f5d89-a25d-4b88-9b10-24044defac1f to handler 2019-06-07 06:10:40.512 10533 INFO octavia.api.v2.controllers.l7policy [req-87c9d8bd-ad93-45e5-a7a2-2275fa6f5f03 - - - - -] Sending Deletion of L7Policy 0f3f5d89-a25d-4b88-9b10-24044defac1f to handler 2019-06-07 06:10:40.655 10533 INFO oslo_db.sqlalchemy.provision [req-223f03db-13b4-4750-a7eb-97edb5d001e3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.659 10533 INFO oslo_db.sqlalchemy.provision [req-223f03db-13b4-4750-a7eb-97edb5d001e3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tqduzxgqbd 2019-06-07 06:10:40.659 10533 INFO oslo_db.sqlalchemy.provision [req-223f03db-13b4-4750-a7eb-97edb5d001e3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete [1.158178s] ... ok 2019-06-07 06:10:36.326 10530 INFO oslo_db.sqlalchemy.provision [req-c70adbe8-4841-481f-a0c7-45bcd9647ce8 - - - - -] CREATE BACKEND sqlite:// TOKEN xfpuwhbnhd 2019-06-07 06:10:36.490 10530 INFO octavia.common.config [req-c70adbe8-4841-481f-a0c7-45bcd9647ce8 - - - - -] Logging enabled! 2019-06-07 06:10:36.491 10530 INFO octavia.common.config [req-c70adbe8-4841-481f-a0c7-45bcd9647ce8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.537 10530 WARNING octavia.api.root_controller [req-c70adbe8-4841-481f-a0c7-45bcd9647ce8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.548 10530 ERROR octavia.api.v1.controllers.base [req-15ede0d2-e8a4-4382-bf1b-f221f85b5351 - - - - -] Load Balancer bad_uuid not found: None 2019-06-07 06:10:36.548 10530 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:36.548 10530 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:36.574 10530 INFO oslo_db.sqlalchemy.provision [req-15ede0d2-e8a4-4382-bf1b-f221f85b5351 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.578 10530 INFO oslo_db.sqlalchemy.provision [req-15ede0d2-e8a4-4382-bf1b-f221f85b5351 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xfpuwhbnhd 2019-06-07 06:10:36.579 10530 INFO oslo_db.sqlalchemy.provision [req-15ede0d2-e8a4-4382-bf1b-f221f85b5351 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_bad_lb_id [0.258975s] ... ok 2019-06-07 06:10:37.984 10534 INFO oslo_db.sqlalchemy.provision [req-068504ce-2e5f-461a-a418-1b9eaf3d5b9f - - - - -] CREATE BACKEND sqlite:// TOKEN whfbtvdbjz 2019-06-07 06:10:38.145 10534 INFO octavia.common.config [req-068504ce-2e5f-461a-a418-1b9eaf3d5b9f - - - - -] Logging enabled! 2019-06-07 06:10:38.146 10534 INFO octavia.common.config [req-068504ce-2e5f-461a-a418-1b9eaf3d5b9f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.192 10534 WARNING octavia.api.root_controller [req-068504ce-2e5f-461a-a418-1b9eaf3d5b9f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.222 10534 INFO octavia.api.v2.controllers.load_balancer [req-5e86b60d-c887-4913-acad-5c9ff7c1071e - - - - -] Sending created Load Balancer c9fac37a-f5ad-48c4-a99c-0c0c6b1ab27e to the handler 2019-06-07 06:10:38.313 10534 INFO octavia.api.v2.controllers.listener [req-e09fc285-8074-40d0-9049-e0ff61ceaaab - - - - -] Sending Creation of Listener bd9e9c7c-5df8-4cc8-a6b3-56cd09c9e47e to handler 2019-06-07 06:10:38.446 10534 INFO octavia.api.v2.controllers.pool [req-de0ba95e-5d11-442b-8b23-d931cac02d33 - - - - -] Sending Creation of Pool 0a44ca18-4431-466a-bcf8-6b7b637e9211 to handler 2019-06-07 06:10:38.687 10534 INFO octavia.api.v2.controllers.pool [req-01a71c21-f848-406a-8b9b-d6185f9de9f2 - - - - -] Sending Creation of Pool 2149b9f1-e974-4f98-91e4-596e6de65862 to handler 2019-06-07 06:10:38.877 10534 INFO octavia.api.v2.controllers.health_monitor [req-45f5b421-c71e-42b7-9c49-cf22c6fe5e57 - - - - -] Health Monitor 4dceea3c-47e5-4b10-9a33-64aa944c3113 was not found 2019-06-07 06:10:38.904 10534 INFO oslo_db.sqlalchemy.provision [req-45f5b421-c71e-42b7-9c49-cf22c6fe5e57 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.908 10534 INFO oslo_db.sqlalchemy.provision [req-45f5b421-c71e-42b7-9c49-cf22c6fe5e57 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN whfbtvdbjz 2019-06-07 06:10:38.909 10534 INFO oslo_db.sqlalchemy.provision [req-45f5b421-c71e-42b7-9c49-cf22c6fe5e57 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_get [0.932047s] ... ok 2019-06-07 06:10:37.130 10552 INFO oslo_db.sqlalchemy.provision [req-80710f35-91e6-4fe4-993e-551a20e87dda - - - - -] CREATE BACKEND sqlite:// TOKEN aaedvwznbx 2019-06-07 06:10:37.299 10552 INFO octavia.common.config [req-80710f35-91e6-4fe4-993e-551a20e87dda - - - - -] Logging enabled! 2019-06-07 06:10:37.299 10552 INFO octavia.common.config [req-80710f35-91e6-4fe4-993e-551a20e87dda - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.347 10552 WARNING octavia.api.root_controller [req-80710f35-91e6-4fe4-993e-551a20e87dda - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.368 10552 INFO octavia.api.v1.controllers.load_balancer [req-e3f2a430-2a4d-4ac1-acd6-6bfa1c9b9db8 - - - - -] Sending created Load Balancer 82cfbce0-67ac-4b91-8c7c-72a3bf5b9eeb to the handler 2019-06-07 06:10:37.585 10552 INFO octavia.api.v1.controllers.listener [req-efb028f2-2386-45ad-84b7-1203fc7e16b0 - - - - -] Sending Creation of Listener 1005197e-38a9-488c-865a-d81f67cd4031 to handler 2019-06-07 06:10:37.788 10552 INFO octavia.api.v1.controllers.pool [req-f99bca13-4bf9-4793-bec5-3814a31b7630 - - - - -] Sending Creation of Pool 60f21d37-e4ff-4b74-b6b2-8b357d02cb98 to handler 2019-06-07 06:10:38.050 10552 INFO oslo_db.sqlalchemy.provision [req-54aa8a9a-de0f-48d4-8e68-5a7d8dfa5b9c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.054 10552 INFO oslo_db.sqlalchemy.provision [req-54aa8a9a-de0f-48d4-8e68-5a7d8dfa5b9c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aaedvwznbx 2019-06-07 06:10:38.055 10552 INFO oslo_db.sqlalchemy.provision [req-54aa8a9a-de0f-48d4-8e68-5a7d8dfa5b9c - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_proxy_protocol [0.930982s] ... ok 2019-06-07 06:10:34.788 10542 INFO oslo_db.sqlalchemy.provision [req-265e7861-09ee-4952-aa78-793051f34643 - - - - -] CREATE BACKEND sqlite:// TOKEN vdsxzutqsf 2019-06-07 06:10:34.955 10542 INFO octavia.common.config [req-265e7861-09ee-4952-aa78-793051f34643 - - - - -] Logging enabled! 2019-06-07 06:10:34.956 10542 INFO octavia.common.config [req-265e7861-09ee-4952-aa78-793051f34643 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.001 10542 WARNING octavia.api.root_controller [req-265e7861-09ee-4952-aa78-793051f34643 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.024 10542 INFO octavia.api.v1.controllers.load_balancer [req-ba54b0cd-6026-432f-9900-3ebc330ee6d6 - - - - -] Sending created Load Balancer 4002f1d1-b6bb-4ef6-b4e8-636b43424419 to the handler 2019-06-07 06:10:35.094 10542 INFO oslo_db.sqlalchemy.provision [req-6e23fdfd-de95-4c76-b177-7338eae646c4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.098 10542 INFO oslo_db.sqlalchemy.provision [req-6e23fdfd-de95-4c76-b177-7338eae646c4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vdsxzutqsf 2019-06-07 06:10:35.098 10542 INFO oslo_db.sqlalchemy.provision [req-6e23fdfd-de95-4c76-b177-7338eae646c4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_id [0.316082s] ... ok 2019-06-07 06:10:36.410 10539 INFO oslo_db.sqlalchemy.provision [req-1da0019c-fc1d-4fbd-8c1b-55e4b2643652 - - - - -] CREATE BACKEND sqlite:// TOKEN ybxvzwtboq 2019-06-07 06:10:36.572 10539 INFO octavia.common.config [req-1da0019c-fc1d-4fbd-8c1b-55e4b2643652 - - - - -] Logging enabled! 2019-06-07 06:10:36.573 10539 INFO octavia.common.config [req-1da0019c-fc1d-4fbd-8c1b-55e4b2643652 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.614 10539 WARNING octavia.api.root_controller [req-1da0019c-fc1d-4fbd-8c1b-55e4b2643652 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.635 10539 INFO octavia.api.v1.controllers.load_balancer [req-28552a10-f4ee-4316-b32c-18c4081ccb16 - - - - -] Sending created Load Balancer 659149ca-9c6a-4b04-9803-d7734b06fba3 to the handler 2019-06-07 06:10:36.705 10539 INFO octavia.api.v1.controllers.listener [req-ab3d8770-6b7f-4e9d-b125-384ab20693ac - - - - -] Sending Creation of Listener 8fe53201-dcb5-4895-af9c-8d306b2c61f7 to handler 2019-06-07 06:10:36.828 10539 INFO octavia.api.v1.controllers.pool [req-4cfd3fdb-39d1-4ebc-a2ee-25af7a7b3d19 - - - - -] Sending Creation of Pool f5434d10-9af8-4d15-806a-0e2f73ba1195 to handler 2019-06-07 06:10:37.057 10539 INFO octavia.api.v1.controllers.pool [req-e2c2e53b-f6e0-4bdf-a259-3826c6820929 - - - - -] Sending Creation of Pool ccc67d9b-1cb9-4b34-93cf-560a3e874e51 to handler 2019-06-07 06:10:37.273 10539 INFO octavia.api.v1.controllers.member [req-6d3f890e-0e30-4c78-a4ee-c67f829e0c12 - - - - -] Sending Creation of Member 3875effd-0849-4d37-87fd-d5b727467032 to handler 2019-06-07 06:10:37.422 10539 INFO octavia.api.v1.controllers.load_balancer [req-77d236d9-2c43-48ec-bcb8-2693e34cf6d4 - - - - -] Sending deleted Load Balancer 659149ca-9c6a-4b04-9803-d7734b06fba3 to the handler 2019-06-07 06:10:37.483 10539 INFO octavia.api.v1.controllers.member [req-f476e7e8-83b1-441b-9fe0-2d981a7bf42a - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:37.543 10539 INFO oslo_db.sqlalchemy.provision [req-f476e7e8-83b1-441b-9fe0-2d981a7bf42a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.547 10539 INFO oslo_db.sqlalchemy.provision [req-f476e7e8-83b1-441b-9fe0-2d981a7bf42a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ybxvzwtboq 2019-06-07 06:10:37.548 10539 INFO oslo_db.sqlalchemy.provision [req-f476e7e8-83b1-441b-9fe0-2d981a7bf42a - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_member.TestMember.test_update_when_lb_pending_delete [1.144483s] ... ok 2019-06-07 06:10:40.666 10533 INFO oslo_db.sqlalchemy.provision [req-223f03db-13b4-4750-a7eb-97edb5d001e3 - - - - -] CREATE BACKEND sqlite:// TOKEN wslzfejlhc 2019-06-07 06:10:40.834 10533 INFO octavia.common.config [req-223f03db-13b4-4750-a7eb-97edb5d001e3 - - - - -] Logging enabled! 2019-06-07 06:10:40.835 10533 INFO octavia.common.config [req-223f03db-13b4-4750-a7eb-97edb5d001e3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.885 10533 WARNING octavia.api.root_controller [req-223f03db-13b4-4750-a7eb-97edb5d001e3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.912 10533 INFO octavia.api.v2.controllers.load_balancer [req-f2bc2a5e-b894-411a-93e6-c57ce3f8bff0 - - - - -] Sending created Load Balancer ed8f82ad-7989-49e7-bd99-c08fdfa6bf75 to the handler 2019-06-07 06:10:41.000 10533 INFO octavia.api.v2.controllers.listener [req-3c676b74-35af-45e4-bb30-8a6db89d8f54 - - - - -] Sending Creation of Listener fcb39d46-3423-4000-a43b-e0e9e4ef9be5 to handler 2019-06-07 06:10:41.146 10533 INFO octavia.api.v2.controllers.pool [req-fc79dc4e-48eb-4003-8eed-09fa3161d44c - - - - -] Sending Creation of Pool 705cf6a5-a459-4988-a24e-44b47bce07db to handler 2019-06-07 06:10:41.350 10533 INFO octavia.api.v2.controllers.l7policy [req-a3adc849-2796-454e-9746-92506c540027 - - - - -] Sending Creation of L7Policy 97f37e14-3bbd-41a9-af9b-91c6cf0a8d4a to handler 2019-06-07 06:10:41.607 10533 INFO oslo_db.sqlalchemy.provision [req-c0432a0a-aba2-4b93-9c37-990e4cf8c6a8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.613 10533 INFO oslo_db.sqlalchemy.provision [req-c0432a0a-aba2-4b93-9c37-990e4cf8c6a8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wslzfejlhc 2019-06-07 06:10:41.613 10533 INFO oslo_db.sqlalchemy.provision [req-c0432a0a-aba2-4b93-9c37-990e4cf8c6a8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_already_deleted [0.954441s] ... ok 2019-06-07 06:10:35.105 10542 INFO oslo_db.sqlalchemy.provision [req-6e23fdfd-de95-4c76-b177-7338eae646c4 - - - - -] CREATE BACKEND sqlite:// TOKEN odxtkonxpm 2019-06-07 06:10:35.267 10542 INFO octavia.common.config [req-6e23fdfd-de95-4c76-b177-7338eae646c4 - - - - -] Logging enabled! 2019-06-07 06:10:35.267 10542 INFO octavia.common.config [req-6e23fdfd-de95-4c76-b177-7338eae646c4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.311 10542 WARNING octavia.api.root_controller [req-6e23fdfd-de95-4c76-b177-7338eae646c4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.346 10542 INFO oslo_db.sqlalchemy.provision [req-fca4897a-d4fe-44a1-bba3-a8c574a7dddb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.349 10542 INFO oslo_db.sqlalchemy.provision [req-fca4897a-d4fe-44a1-bba3-a8c574a7dddb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN odxtkonxpm 2019-06-07 06:10:35.350 10542 INFO oslo_db.sqlalchemy.provision [req-fca4897a-d4fe-44a1-bba3-a8c574a7dddb - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_has_no_subnet [0.251279s] ... ok 2019-06-07 06:10:37.659 10544 INFO oslo_db.sqlalchemy.provision [req-778bf57c-14e7-4626-b9bb-d18a660c5ff4 - - - - -] CREATE BACKEND sqlite:// TOKEN vfmibhhebh 2019-06-07 06:10:37.822 10544 INFO octavia.common.config [req-778bf57c-14e7-4626-b9bb-d18a660c5ff4 - - - - -] Logging enabled! 2019-06-07 06:10:37.822 10544 INFO octavia.common.config [req-778bf57c-14e7-4626-b9bb-d18a660c5ff4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.869 10544 WARNING octavia.api.root_controller [req-778bf57c-14e7-4626-b9bb-d18a660c5ff4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.895 10544 INFO octavia.api.v2.controllers.load_balancer [req-fd677ab9-3a19-4d98-aca9-f02be507a243 - - - - -] Sending created Load Balancer 96c67a6b-8751-4288-8af2-003730318bf6 to the handler 2019-06-07 06:10:37.980 10544 INFO octavia.api.v2.controllers.listener [req-f5b10cb9-d27a-4a63-af5f-4955492ed35a - - - - -] Sending Creation of Listener 75e4daee-99f8-488a-a292-917f57764637 to handler 2019-06-07 06:10:38.128 10544 INFO octavia.api.v2.controllers.l7policy [req-714c2edf-cd2c-43e4-988a-fabe67e6350c - - - - -] Sending Creation of L7Policy 0c9cfa33-d275-484e-9ae9-e8786b90dd86 to handler 2019-06-07 06:10:38.368 10544 INFO octavia.api.v2.controllers.l7rule [req-115178d7-99eb-4e06-8d13-13b0249693e1 - - - - -] Sending Creation of L7Rule 846bc53d-9434-48a9-95f1-739e8933aca0 to handler 2019-06-07 06:10:38.698 10544 INFO octavia.api.v2.controllers.l7rule [req-fa51cb13-c2b7-4322-bc63-8e51d2714542 - - - - -] Sending Creation of L7Rule f84dd7f8-af9e-4902-af19-a0de1e48fda2 to handler 2019-06-07 06:10:39.004 10544 INFO oslo_db.sqlalchemy.provision [req-86dd82e3-e769-4f8a-87d2-722e299983e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.007 10544 INFO oslo_db.sqlalchemy.provision [req-86dd82e3-e769-4f8a-87d2-722e299983e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vfmibhhebh 2019-06-07 06:10:39.008 10544 INFO oslo_db.sqlalchemy.provision [req-86dd82e3-e769-4f8a-87d2-722e299983e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_not_authorized [1.356025s] ... ok 2019-06-07 06:10:41.624 10533 INFO oslo_db.sqlalchemy.provision [req-c0432a0a-aba2-4b93-9c37-990e4cf8c6a8 - - - - -] CREATE BACKEND sqlite:// TOKEN fxefuhggfo 2019-06-07 06:10:41.795 10533 INFO octavia.common.config [req-c0432a0a-aba2-4b93-9c37-990e4cf8c6a8 - - - - -] Logging enabled! 2019-06-07 06:10:41.796 10533 INFO octavia.common.config [req-c0432a0a-aba2-4b93-9c37-990e4cf8c6a8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.844 10533 WARNING octavia.api.root_controller [req-c0432a0a-aba2-4b93-9c37-990e4cf8c6a8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.876 10533 INFO octavia.api.v2.controllers.load_balancer [req-b6a71fea-33d5-4ff4-9e48-3de526ee682d - - - - -] Sending created Load Balancer cbddac63-9499-4a00-af9d-30d65f4ce868 to the handler 2019-06-07 06:10:41.972 10533 INFO octavia.api.v2.controllers.listener [req-ec8bccb2-0776-44f7-a3f3-bea3222bf9c8 - - - - -] Sending Creation of Listener 6fb8e52c-1bd9-41d4-8135-6787fbb4eec4 to handler 2019-06-07 06:10:42.291 10533 INFO octavia.api.v2.controllers.l7policy [req-89b824ab-044d-42a9-8899-77b74ab869c1 - - - - -] Sending Creation of L7Policy f09fee5a-9907-40f6-9112-f0b1b4d4b936 to handler 2019-06-07 06:10:42.511 10533 INFO oslo_db.sqlalchemy.provision [req-cfc12361-d78e-480e-8695-0bbf7a54ec1c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.515 10533 INFO oslo_db.sqlalchemy.provision [req-cfc12361-d78e-480e-8695-0bbf7a54ec1c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fxefuhggfo 2019-06-07 06:10:42.516 10533 INFO oslo_db.sqlalchemy.provision [req-cfc12361-d78e-480e-8695-0bbf7a54ec1c - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_rule_not_authorized [0.899848s] ... ok 2019-06-07 06:10:35.357 10542 INFO oslo_db.sqlalchemy.provision [req-fca4897a-d4fe-44a1-bba3-a8c574a7dddb - - - - -] CREATE BACKEND sqlite:// TOKEN hqssghvmrc 2019-06-07 06:10:35.518 10542 INFO octavia.common.config [req-fca4897a-d4fe-44a1-bba3-a8c574a7dddb - - - - -] Logging enabled! 2019-06-07 06:10:35.519 10542 INFO octavia.common.config [req-fca4897a-d4fe-44a1-bba3-a8c574a7dddb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.565 10542 WARNING octavia.api.root_controller [req-fca4897a-d4fe-44a1-bba3-a8c574a7dddb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.735 10542 INFO octavia.api.v1.controllers.load_balancer [req-7f844abb-5846-4eb1-9ea8-136a9ffe6ce5 - - - - -] Sending created Load Balancer b5bb6629-848a-45e5-862c-063341b1011e to the handler 2019-06-07 06:10:35.806 10542 INFO oslo_db.sqlalchemy.provision [req-b93b6f12-39a8-4d77-8414-1dae7562bd34 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.810 10542 INFO oslo_db.sqlalchemy.provision [req-b93b6f12-39a8-4d77-8414-1dae7562bd34 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hqssghvmrc 2019-06-07 06:10:35.811 10542 INFO oslo_db.sqlalchemy.provision [req-b93b6f12-39a8-4d77-8414-1dae7562bd34 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv6 [0.460180s] ... ok 2019-06-07 06:10:34.644 10541 INFO oslo_db.sqlalchemy.provision [req-24786783-9064-4e9c-b4f9-da0ddabcdd3e - - - - -] CREATE BACKEND sqlite:// TOKEN zsczrgqgbs 2019-06-07 06:10:34.810 10541 INFO octavia.common.config [req-24786783-9064-4e9c-b4f9-da0ddabcdd3e - - - - -] Logging enabled! 2019-06-07 06:10:34.811 10541 INFO octavia.common.config [req-24786783-9064-4e9c-b4f9-da0ddabcdd3e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.856 10541 WARNING octavia.api.root_controller [req-24786783-9064-4e9c-b4f9-da0ddabcdd3e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.877 10541 INFO octavia.api.v1.controllers.load_balancer [req-ffab7854-3cd4-4fd5-bdac-b4f7f2485655 - - - - -] Sending created Load Balancer 78d8ee47-d9e3-442d-bdc0-2967ac7c7ee2 to the handler 2019-06-07 06:10:34.951 10541 INFO octavia.api.v1.controllers.listener [req-bafc2bb3-c1f5-47a1-91d8-76185a20fb69 - - - - -] Sending Creation of Listener 22d85e0e-2432-4bd0-88d0-2605c1a0f16b to handler 2019-06-07 06:10:35.117 10541 INFO octavia.api.v1.controllers.l7policy [req-2419d4f0-e93f-40b0-a455-530ba85c22aa - - - - -] Sending Creation of L7Policy 12d9a449-f793-4be4-83dc-88e9d0be8023 to handler 2019-06-07 06:10:35.299 10541 INFO octavia.api.v1.controllers.l7rule [req-0c75d9e5-e418-47cf-98da-7a8f150320e0 - - - - -] Sending Creation of L7Rule 33936fd4-d0e9-481b-961e-fd72f7e46a98 to handler 2019-06-07 06:10:35.476 10541 INFO octavia.api.v1.controllers.l7rule [req-6c7ab0e7-14ec-4748-b9cd-3e757a2eb0de - - - - -] Sending Creation of L7Rule 6bf5e6bd-a68c-4c44-85f9-8f089acd42f6 to handler 2019-06-07 06:10:35.616 10541 INFO oslo_db.sqlalchemy.provision [req-1cb74d71-000c-41b5-b9e2-9c7b9fe120fd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.619 10541 INFO oslo_db.sqlalchemy.provision [req-1cb74d71-000c-41b5-b9e2-9c7b9fe120fd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zsczrgqgbs 2019-06-07 06:10:35.620 10541 INFO oslo_db.sqlalchemy.provision [req-1cb74d71-000c-41b5-b9e2-9c7b9fe120fd - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_get_all [0.982189s] ... ok 2019-06-07 06:10:37.691 10547 INFO oslo_db.sqlalchemy.provision [req-73236162-a393-4023-b8c2-4707e2240db8 - - - - -] CREATE BACKEND sqlite:// TOKEN vxegcyzxhw 2019-06-07 06:10:37.851 10547 INFO octavia.common.config [req-73236162-a393-4023-b8c2-4707e2240db8 - - - - -] Logging enabled! 2019-06-07 06:10:37.852 10547 INFO octavia.common.config [req-73236162-a393-4023-b8c2-4707e2240db8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.897 10547 WARNING octavia.api.root_controller [req-73236162-a393-4023-b8c2-4707e2240db8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.929 10547 INFO octavia.api.v2.controllers.load_balancer [req-d58360c1-dfd7-4d60-8aad-c0cff9f15600 - - - - -] Sending created Load Balancer 11d773a4-b4f4-4808-a4d1-73cb8e33fd40 to the handler 2019-06-07 06:10:38.020 10547 INFO octavia.api.v2.controllers.listener [req-82f6a9be-f16f-4fae-ac2a-62ed2d13ceb4 - - - - -] Sending Creation of Listener 20c5dd19-cf4f-4c0b-843c-b262673b3e3e to handler 2019-06-07 06:10:38.153 10547 INFO octavia.api.v2.controllers.pool [req-550a0fcb-3443-438f-889d-94ed411a0e7e - - - - -] Sending Creation of Pool 6b7b9adf-285d-4314-b546-1e1f87781093 to handler 2019-06-07 06:10:38.383 10547 INFO octavia.api.v2.controllers.pool [req-b17239e0-36a4-41ae-ad50-6603b1438c70 - - - - -] Sending Creation of Pool c7fd3e88-eb5f-42c3-8adc-93deef156962 to handler 2019-06-07 06:10:38.654 10547 INFO octavia.api.v2.controllers.health_monitor [req-0df6d7f0-df3f-4f24-82cb-7a2dcccf7419 - - - - -] Sending Creation of Health Monitor ee31f580-4c64-4ba6-923d-0c8c247e97fa to handler 2019-06-07 06:10:38.872 10547 INFO oslo_db.sqlalchemy.provision [req-c2d5baeb-bd73-4528-8e01-5bfbf0e76359 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.877 10547 INFO oslo_db.sqlalchemy.provision [req-c2d5baeb-bd73-4528-8e01-5bfbf0e76359 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vxegcyzxhw 2019-06-07 06:10:38.878 10547 INFO oslo_db.sqlalchemy.provision [req-c2d5baeb-bd73-4528-8e01-5bfbf0e76359 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_pool_returns_hm_id [1.194062s] ... ok 2019-06-07 06:10:35.817 10542 INFO oslo_db.sqlalchemy.provision [req-b93b6f12-39a8-4d77-8414-1dae7562bd34 - - - - -] CREATE BACKEND sqlite:// TOKEN yunaivotjj 2019-06-07 06:10:35.985 10542 INFO octavia.common.config [req-b93b6f12-39a8-4d77-8414-1dae7562bd34 - - - - -] Logging enabled! 2019-06-07 06:10:35.986 10542 INFO octavia.common.config [req-b93b6f12-39a8-4d77-8414-1dae7562bd34 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.027 10542 WARNING octavia.api.root_controller [req-b93b6f12-39a8-4d77-8414-1dae7562bd34 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.063 10542 INFO oslo_db.sqlalchemy.provision [req-474a6ac2-dbd9-4fdc-a5c5-dcda3001d591 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.067 10542 INFO oslo_db.sqlalchemy.provision [req-474a6ac2-dbd9-4fdc-a5c5-dcda3001d591 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yunaivotjj 2019-06-07 06:10:36.068 10542 INFO oslo_db.sqlalchemy.provision [req-474a6ac2-dbd9-4fdc-a5c5-dcda3001d591 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_empty_list [0.256655s] ... ok 2019-06-07 06:10:38.917 10534 INFO oslo_db.sqlalchemy.provision [req-45f5b421-c71e-42b7-9c49-cf22c6fe5e57 - - - - -] CREATE BACKEND sqlite:// TOKEN kelcmshnqx 2019-06-07 06:10:39.082 10534 INFO octavia.common.config [req-45f5b421-c71e-42b7-9c49-cf22c6fe5e57 - - - - -] Logging enabled! 2019-06-07 06:10:39.083 10534 INFO octavia.common.config [req-45f5b421-c71e-42b7-9c49-cf22c6fe5e57 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.130 10534 WARNING octavia.api.root_controller [req-45f5b421-c71e-42b7-9c49-cf22c6fe5e57 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.157 10534 INFO octavia.api.v2.controllers.load_balancer [req-eac290bb-0e29-4651-b656-fdb32a2a6960 - - - - -] Sending created Load Balancer d7f6a858-960e-492d-bb5d-b7f3ed2636b4 to the handler 2019-06-07 06:10:39.242 10534 INFO octavia.api.v2.controllers.listener [req-3aea1f2f-bd37-4931-9abc-0e43c41d90cb - - - - -] Sending Creation of Listener 5def0c74-589b-4c52-9c4c-69fdecf3a98f to handler 2019-06-07 06:10:39.369 10534 INFO octavia.api.v2.controllers.pool [req-5bbec43e-f35e-4f92-8fc8-96ad2244b075 - - - - -] Sending Creation of Pool f34b2514-58c2-4457-827a-55d072ab08c9 to handler 2019-06-07 06:10:39.575 10534 INFO octavia.api.v2.controllers.pool [req-af7e6bbe-42ee-4047-9e53-7b1461dc4c3b - - - - -] Sending Creation of Pool 66844465-60c4-4da1-a2a1-8d23303a4554 to handler 2019-06-07 06:10:39.865 10534 INFO octavia.api.v2.controllers.health_monitor [req-63c3191b-3229-4231-8c31-08b6eec6a6af - - - - -] Sending Creation of Health Monitor 29e35f4c-5fc9-4e96-8ba6-7f66a75d5136 to handler 2019-06-07 06:10:39.952 10534 INFO oslo_db.sqlalchemy.provision [req-7906feda-6d1f-4fe6-9b3a-1a3fc8543edd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.955 10534 INFO oslo_db.sqlalchemy.provision [req-7906feda-6d1f-4fe6-9b3a-1a3fc8543edd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kelcmshnqx 2019-06-07 06:10:39.956 10534 INFO oslo_db.sqlalchemy.provision [req-7906feda-6d1f-4fe6-9b3a-1a3fc8543edd - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_hides_deleted [1.045724s] ... ok 2019-06-07 06:10:35.634 10551 INFO oslo_db.sqlalchemy.provision [req-9941e631-1b52-4387-8d7c-821aaa654f55 - - - - -] CREATE BACKEND sqlite:// TOKEN smsmiuliav 2019-06-07 06:10:35.799 10551 INFO octavia.common.config [req-9941e631-1b52-4387-8d7c-821aaa654f55 - - - - -] Logging enabled! 2019-06-07 06:10:35.800 10551 INFO octavia.common.config [req-9941e631-1b52-4387-8d7c-821aaa654f55 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.847 10551 WARNING octavia.api.root_controller [req-9941e631-1b52-4387-8d7c-821aaa654f55 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.019 10551 INFO octavia.api.v1.controllers.load_balancer [req-765c1aa8-9569-45df-b785-3bda5ae531fb - - - - -] Sending created Load Balancer e19626b7-4dc7-4e5d-8a71-90eb57b7bb04 to the handler 2019-06-07 06:10:36.091 10551 INFO octavia.api.v1.controllers.listener [req-6884a9bc-569f-43cd-baa3-b4e7a468bc98 - - - - -] Sending Creation of Listener 3abb57eb-c359-46a8-a568-f0804d87a38c to handler 2019-06-07 06:10:36.215 10551 INFO octavia.api.v1.controllers.pool [req-1031dc9c-a1fd-4937-9f40-3ba0decc6e23 - - - - -] Sending Creation of Pool 146b6d06-279a-4df7-9d8f-b512a391cffa to handler 2019-06-07 06:10:36.412 10551 INFO octavia.api.v1.controllers.pool [req-e97e5723-77a4-47c2-bea7-29af7a3a3269 - - - - -] Sending Creation of Pool a4bd6607-ad7e-4927-8cd7-983e9d5aa539 to handler 2019-06-07 06:10:36.629 10551 INFO octavia.api.v1.controllers.member [req-8c859570-467d-4555-9e92-c70fbc533841 - - - - -] Sending Creation of Member 2fb597cc-7e02-4b9e-a3ce-79c90e7d4e4e to handler 2019-06-07 06:10:36.840 10551 INFO octavia.api.v1.controllers.member [req-9caf45c2-7302-48cf-bab0-5420903e70fe - - - - -] Sending Deletion of Member 2fb597cc-7e02-4b9e-a3ce-79c90e7d4e4e to handler 2019-06-07 06:10:36.996 10551 INFO oslo_db.sqlalchemy.provision [req-ad7f178b-47c3-4168-a393-c2d1c69aac69 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.000 10551 INFO oslo_db.sqlalchemy.provision [req-ad7f178b-47c3-4168-a393-c2d1c69aac69 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN smsmiuliav 2019-06-07 06:10:37.001 10551 INFO oslo_db.sqlalchemy.provision [req-ad7f178b-47c3-4168-a393-c2d1c69aac69 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_member.TestMember.test_delete_with_bad_handler [1.372900s] ... ok 2019-06-07 06:10:42.523 10533 INFO oslo_db.sqlalchemy.provision [req-cfc12361-d78e-480e-8695-0bbf7a54ec1c - - - - -] CREATE BACKEND sqlite:// TOKEN mqfokipirj 2019-06-07 06:10:42.694 10533 INFO octavia.common.config [req-cfc12361-d78e-480e-8695-0bbf7a54ec1c - - - - -] Logging enabled! 2019-06-07 06:10:42.695 10533 INFO octavia.common.config [req-cfc12361-d78e-480e-8695-0bbf7a54ec1c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.740 10533 WARNING octavia.api.root_controller [req-cfc12361-d78e-480e-8695-0bbf7a54ec1c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.766 10533 INFO octavia.api.v2.controllers.load_balancer [req-1b10a01a-f532-4601-9668-db3f605f9601 - - - - -] Sending created Load Balancer ddeb360f-caff-4c78-94ba-72676aea0308 to the handler 2019-06-07 06:10:42.852 10533 INFO octavia.api.v2.controllers.listener [req-8cdb4c82-c1e8-4909-ab02-1ae3436127e5 - - - - -] Sending Creation of Listener 917b0818-1eab-46cd-850b-18e5b777181e to handler 2019-06-07 06:10:43.011 10533 INFO octavia.api.v2.controllers.l7policy [req-b6148980-7d4e-44cd-8d0b-5ef104478b07 - - - - -] Sending Creation of L7Policy 7a710e08-664f-4216-9053-a8a7b6337bb7 to handler 2019-06-07 06:10:43.242 10533 INFO oslo_db.sqlalchemy.provision [req-328a3f95-32dd-45a0-af6c-1953819a8294 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.246 10533 INFO oslo_db.sqlalchemy.provision [req-328a3f95-32dd-45a0-af6c-1953819a8294 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mqfokipirj 2019-06-07 06:10:43.246 10533 INFO oslo_db.sqlalchemy.provision [req-328a3f95-32dd-45a0-af6c-1953819a8294 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_empty_get_all [0.730057s] ... ok 2019-06-07 06:10:39.965 10534 INFO oslo_db.sqlalchemy.provision [req-7906feda-6d1f-4fe6-9b3a-1a3fc8543edd - - - - -] CREATE BACKEND sqlite:// TOKEN xxegmeueyn 2019-06-07 06:10:40.138 10534 INFO octavia.common.config [req-7906feda-6d1f-4fe6-9b3a-1a3fc8543edd - - - - -] Logging enabled! 2019-06-07 06:10:40.139 10534 INFO octavia.common.config [req-7906feda-6d1f-4fe6-9b3a-1a3fc8543edd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.184 10534 WARNING octavia.api.root_controller [req-7906feda-6d1f-4fe6-9b3a-1a3fc8543edd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.211 10534 INFO octavia.api.v2.controllers.load_balancer [req-c4cd37df-972f-4639-b0af-9281870dc3bf - - - - -] Sending created Load Balancer 2dc69e4f-3080-406d-a847-ed735f734e38 to the handler 2019-06-07 06:10:40.298 10534 INFO octavia.api.v2.controllers.pool [req-eb61d32f-b6eb-4909-a528-d7ffe9680744 - - - - -] Sending Creation of Pool d7094e33-5d96-4219-8354-df721b820447 to handler 2019-06-07 06:10:40.435 10534 INFO octavia.api.v2.controllers.listener [req-968620aa-f87b-42f9-bf23-eb486a2200a2 - - - - -] Sending Creation of Listener 9ac8b281-b033-43f4-90fe-8adf42a16230 to handler 2019-06-07 06:10:40.539 10534 INFO oslo_db.sqlalchemy.provision [req-80a6aedc-bd43-42dd-8c09-cdde4f61bd04 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.542 10534 INFO oslo_db.sqlalchemy.provision [req-80a6aedc-bd43-42dd-8c09-cdde4f61bd04 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xxegmeueyn 2019-06-07 06:10:40.543 10534 INFO oslo_db.sqlalchemy.provision [req-80a6aedc-bd43-42dd-8c09-cdde4f61bd04 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_listener.TestListener.test_get [0.584951s] ... ok 2019-06-07 06:10:37.654 10548 INFO oslo_db.sqlalchemy.provision [req-9101b8e7-21a0-4e4c-82f1-b2b7383becf2 - - - - -] CREATE BACKEND sqlite:// TOKEN jcugowcqfe 2019-06-07 06:10:37.817 10548 INFO octavia.common.config [req-9101b8e7-21a0-4e4c-82f1-b2b7383becf2 - - - - -] Logging enabled! 2019-06-07 06:10:37.818 10548 INFO octavia.common.config [req-9101b8e7-21a0-4e4c-82f1-b2b7383becf2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.864 10548 WARNING octavia.api.root_controller [req-9101b8e7-21a0-4e4c-82f1-b2b7383becf2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.891 10548 INFO octavia.api.v2.controllers.load_balancer [req-8ee29fd9-8efc-4f6d-ae8a-6d3ccd87180a - - - - -] Sending created Load Balancer 10231f3b-fbf6-44f3-8af7-94a5f05e9723 to the handler 2019-06-07 06:10:37.980 10548 INFO octavia.api.v2.controllers.listener [req-e8f683c3-f383-4b65-8db1-37502797e74d - - - - -] Sending Creation of Listener bd5f750a-1c54-4577-9779-6f177a74782d to handler 2019-06-07 06:10:38.119 10548 INFO octavia.api.v2.controllers.pool [req-e4ce5577-bf00-4689-bbf6-fcf3c0ebd91b - - - - -] Sending Creation of Pool a475968f-378e-4689-82f4-f01c0c37decf to handler 2019-06-07 06:10:38.351 10548 INFO octavia.api.v2.controllers.pool [req-eb0182c3-618d-4eea-8ec6-824f4e354221 - - - - -] Sending Creation of Pool 8787ac9e-7b7b-4d64-b23f-79ae74da43c9 to handler 2019-06-07 06:10:38.540 10548 INFO octavia.api.v2.controllers.load_balancer [req-f5e846c2-4f1f-4113-9bc0-5106f015cb0d - - - - -] Sending created Load Balancer 94d249fd-2768-4167-955a-63eca64c48df to the handler 2019-06-07 06:10:38.631 10548 INFO octavia.api.v2.controllers.pool [req-c6aa9fa4-595d-4752-9a7c-d46bb63143f1 - - - - -] Sending Creation of Pool 122d468b-1bad-4988-b6e5-3ac8c1302167 to handler 2019-06-07 06:10:38.773 10548 INFO octavia.api.v2.controllers.pool [req-212e81a1-78d1-42f7-a431-c1b0e83e2133 - - - - -] Sending Creation of Pool f0494970-ac4b-4287-98dd-f52e5a1a4495 to handler 2019-06-07 06:10:38.937 10548 INFO octavia.api.v2.controllers.pool [req-29884a1e-6c64-476c-8469-f081cd38d1a6 - - - - -] Sending Creation of Pool 701360fd-2211-4a65-995e-fc3beb34ac97 to handler 2019-06-07 06:10:39.147 10548 INFO octavia.api.v2.controllers.health_monitor [req-2ea9f475-519e-47b2-bf88-f8a7c7f219b9 - - - - -] Sending Creation of Health Monitor 9b84d602-49b4-4531-bcb8-587273e104a7 to handler 2019-06-07 06:10:39.390 10548 INFO octavia.api.v2.controllers.health_monitor [req-1a41b59f-90bc-4fbf-a059-8ffdab5cdb9c - - - - -] Sending Creation of Health Monitor ccd091b1-7d7f-494a-abdf-3bae17273a7f to handler 2019-06-07 06:10:39.603 10548 INFO octavia.api.v2.controllers.health_monitor [req-47650bdb-612b-44dc-a6e6-94d2007c555f - - - - -] Sending Creation of Health Monitor cc728764-5443-41ae-bce8-434aac4a3cbc to handler 2019-06-07 06:10:39.796 10548 INFO oslo_db.sqlalchemy.provision [req-e5d068f5-8c1c-4f1c-b33e-5d2075f73b1f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.799 10548 INFO oslo_db.sqlalchemy.provision [req-e5d068f5-8c1c-4f1c-b33e-5d2075f73b1f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jcugowcqfe 2019-06-07 06:10:39.800 10548 INFO oslo_db.sqlalchemy.provision [req-e5d068f5-8c1c-4f1c-b33e-5d2075f73b1f - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_admin [2.153172s] ... ok 2019-06-07 06:10:40.550 10534 INFO oslo_db.sqlalchemy.provision [req-80a6aedc-bd43-42dd-8c09-cdde4f61bd04 - - - - -] CREATE BACKEND sqlite:// TOKEN zmtaaxmtrs 2019-06-07 06:10:40.719 10534 INFO octavia.common.config [req-80a6aedc-bd43-42dd-8c09-cdde4f61bd04 - - - - -] Logging enabled! 2019-06-07 06:10:40.720 10534 INFO octavia.common.config [req-80a6aedc-bd43-42dd-8c09-cdde4f61bd04 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.767 10534 WARNING octavia.api.root_controller [req-80a6aedc-bd43-42dd-8c09-cdde4f61bd04 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.800 10534 INFO octavia.api.v2.controllers.load_balancer [req-c2694e71-a831-4865-a82e-2c327e408a9d - - - - -] Sending created Load Balancer 866fe6e6-4611-408b-ba46-6f6b59fb3d5c to the handler 2019-06-07 06:10:40.902 10534 INFO octavia.api.v2.controllers.pool [req-d58ecca3-f765-42f5-954e-a4225fba3eeb - - - - -] Sending Creation of Pool 2c3bd875-6531-4bcc-9583-7e1e12bd270e to handler 2019-06-07 06:10:41.011 10534 INFO octavia.api.v2.controllers.load_balancer [req-1545d84d-55cb-4eb5-8389-e4105e596a3a - - - - -] Sending created Load Balancer 3a1fef32-26ca-4bea-a197-b4cb44bf68ec to the handler 2019-06-07 06:10:41.096 10534 INFO octavia.api.v2.controllers.listener [req-8e2c4eaf-a871-448b-86f6-73a32c0e0d83 - - - - -] Sending Creation of Listener d92bbfd6-f65b-4c7d-a384-fe5d6b6bf2ed to handler 2019-06-07 06:10:41.219 10534 INFO octavia.api.v2.controllers.listener [req-1df769d1-7b78-4bd6-b919-cd5665d4d6ee - - - - -] Sending Creation of Listener 2bfd368c-b43c-4136-8a36-193e5d041ca6 to handler 2019-06-07 06:10:41.366 10534 INFO octavia.api.v2.controllers.listener [req-1b2bc326-15a6-492a-ba43-43fea6541db6 - - - - -] Sending Creation of Listener 779b23fd-75f1-422f-9ddf-182c927f59fe to handler 2019-06-07 06:10:41.563 10534 INFO oslo_db.sqlalchemy.provision [req-d4edaa35-3bf9-4aaa-a64f-b87955c04250 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.567 10534 INFO oslo_db.sqlalchemy.provision [req-d4edaa35-3bf9-4aaa-a64f-b87955c04250 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zmtaaxmtrs 2019-06-07 06:10:41.568 10534 INFO oslo_db.sqlalchemy.provision [req-d4edaa35-3bf9-4aaa-a64f-b87955c04250 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_non_admin_global_observer [1.024006s] ... ok 2019-06-07 06:10:36.075 10542 INFO oslo_db.sqlalchemy.provision [req-474a6ac2-dbd9-4fdc-a5c5-dcda3001d591 - - - - -] CREATE BACKEND sqlite:// TOKEN zrheaxutuk 2019-06-07 06:10:36.238 10542 INFO octavia.common.config [req-474a6ac2-dbd9-4fdc-a5c5-dcda3001d591 - - - - -] Logging enabled! 2019-06-07 06:10:36.239 10542 INFO octavia.common.config [req-474a6ac2-dbd9-4fdc-a5c5-dcda3001d591 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.286 10542 WARNING octavia.api.root_controller [req-474a6ac2-dbd9-4fdc-a5c5-dcda3001d591 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.307 10542 INFO octavia.api.v1.controllers.load_balancer [req-9128236c-1586-43d4-ba00-6bc75d8c0ce3 - - - - -] Sending created Load Balancer a380080e-e61f-4277-ab37-f9a0736c985c to the handler 2019-06-07 06:10:36.398 10542 INFO octavia.api.v1.controllers.listener [req-d9543a9a-3ddd-412a-b6c1-36834a183f06 - - - - -] Sending Creation of Listener 067adae4-ef99-464b-bdda-052f001db7ff to handler 2019-06-07 06:10:36.520 10542 INFO octavia.api.v1.controllers.pool [req-64e477a9-3f66-46c6-94ba-6f31201eb968 - - - - -] Sending Creation of Pool ef90b2a4-0b05-4976-8f38-89fbaf8b5559 to handler 2019-06-07 06:10:36.748 10542 INFO octavia.api.v1.controllers.pool [req-5aaf99ed-7900-43d3-87f5-b3e532d420e9 - - - - -] Sending Creation of Pool e34e6615-0a00-4b82-a503-7367e9d72b94 to handler 2019-06-07 06:10:37.306 10542 INFO octavia.api.v1.controllers.member [req-fc7b85b5-f418-47da-80c4-fc4c8763b0fa - - - - -] Sending Creation of Member 9ce39188-dbd2-4c1c-920f-c877dbd15982 to handler 2019-06-07 06:10:37.681 10542 INFO octavia.api.v1.controllers.load_balancer [req-78fb8d21-9f0b-40a9-8124-8ae5c149b0d0 - - - - -] Sending deleted Load Balancer a380080e-e61f-4277-ab37-f9a0736c985c to the handler 2019-06-07 06:10:37.884 10542 INFO octavia.api.v1.controllers.member [req-3318a4e3-f9cd-4d9d-9de9-43330ce57b83 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:37.964 10542 INFO oslo_db.sqlalchemy.provision [req-3318a4e3-f9cd-4d9d-9de9-43330ce57b83 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.968 10542 INFO oslo_db.sqlalchemy.provision [req-3318a4e3-f9cd-4d9d-9de9-43330ce57b83 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zrheaxutuk 2019-06-07 06:10:37.969 10542 INFO oslo_db.sqlalchemy.provision [req-3318a4e3-f9cd-4d9d-9de9-43330ce57b83 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_member.TestMember.test_create_when_lb_pending_delete [1.913612s] ... ok 2019-06-07 06:10:39.191 10538 INFO oslo_db.sqlalchemy.provision [req-3f4ca3c8-71d3-4252-92ab-6e7c6cd7c5cc - - - - -] CREATE BACKEND sqlite:// TOKEN fjpinafswp 2019-06-07 06:10:39.360 10538 INFO octavia.common.config [req-3f4ca3c8-71d3-4252-92ab-6e7c6cd7c5cc - - - - -] Logging enabled! 2019-06-07 06:10:39.361 10538 INFO octavia.common.config [req-3f4ca3c8-71d3-4252-92ab-6e7c6cd7c5cc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.407 10538 WARNING octavia.api.root_controller [req-3f4ca3c8-71d3-4252-92ab-6e7c6cd7c5cc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.435 10538 INFO octavia.api.v2.controllers.load_balancer [req-5e51a3c6-dcf7-442e-a33e-3dd6c2e190a0 - - - - -] Sending created Load Balancer ba3db5b0-ef65-4a56-857f-4da634f726b0 to the handler 2019-06-07 06:10:39.519 10538 INFO octavia.api.v2.controllers.listener [req-39010ce5-6b2b-431d-8cee-9749740151ab - - - - -] Sending Creation of Listener 627d911e-33f1-4137-92af-6ac30fd91931 to handler 2019-06-07 06:10:39.655 10538 INFO octavia.api.v2.controllers.pool [req-e79185e8-bb8a-41ca-9714-2ff57f6bf1c7 - - - - -] Sending Creation of Pool 5a18d091-b856-40d8-988e-2a659c7c0a1a to handler 2019-06-07 06:10:39.890 10538 INFO octavia.api.v2.controllers.pool [req-3bcfba6d-b038-4709-8701-df5bf12d8ab7 - - - - -] Sending Creation of Pool 59815483-75ab-4f37-8941-3ff3d23fadc1 to handler 2019-06-07 06:10:40.167 10538 INFO octavia.api.v2.controllers.health_monitor [req-cf8f1f38-ddf4-4fb5-9698-ad532605b489 - - - - -] Sending Creation of Health Monitor 15c72ba8-60f4-48c7-bc63-fb2a10215767 to handler 2019-06-07 06:10:40.515 10538 INFO oslo_db.sqlalchemy.provision [req-55cc00e0-0473-4207-9f78-410f94dcfc87 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.519 10538 INFO oslo_db.sqlalchemy.provision [req-55cc00e0-0473-4207-9f78-410f94dcfc87 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fjpinafswp 2019-06-07 06:10:40.520 10538 INFO oslo_db.sqlalchemy.provision [req-55cc00e0-0473-4207-9f78-410f94dcfc87 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_sans_listener [1.336135s] ... ok 2019-06-07 06:10:41.574 10534 INFO oslo_db.sqlalchemy.provision [req-d4edaa35-3bf9-4aaa-a64f-b87955c04250 - - - - -] CREATE BACKEND sqlite:// TOKEN jscklzqdpa 2019-06-07 06:10:41.747 10534 INFO octavia.common.config [req-d4edaa35-3bf9-4aaa-a64f-b87955c04250 - - - - -] Logging enabled! 2019-06-07 06:10:41.748 10534 INFO octavia.common.config [req-d4edaa35-3bf9-4aaa-a64f-b87955c04250 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.796 10534 WARNING octavia.api.root_controller [req-d4edaa35-3bf9-4aaa-a64f-b87955c04250 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.822 10534 INFO octavia.api.v2.controllers.load_balancer [req-fab6f873-835b-49af-9608-9789a1450e51 - - - - -] Sending created Load Balancer 2bdbdfe8-2c90-4c45-aeaa-a9332cec7ff0 to the handler 2019-06-07 06:10:41.864 10534 INFO oslo_db.sqlalchemy.provision [req-fab6f873-835b-49af-9608-9789a1450e51 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.868 10534 INFO oslo_db.sqlalchemy.provision [req-fab6f873-835b-49af-9608-9789a1450e51 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jscklzqdpa 2019-06-07 06:10:41.868 10534 INFO oslo_db.sqlalchemy.provision [req-fab6f873-835b-49af-9608-9789a1450e51 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create [0.299987s] ... ok 2019-06-07 06:10:38.337 10532 INFO oslo_db.sqlalchemy.provision [req-7731c1d4-4892-43f7-bd03-54f3a96660d0 - - - - -] CREATE BACKEND sqlite:// TOKEN oidifhzyxz 2019-06-07 06:10:38.505 10532 INFO octavia.common.config [req-7731c1d4-4892-43f7-bd03-54f3a96660d0 - - - - -] Logging enabled! 2019-06-07 06:10:38.507 10532 INFO octavia.common.config [req-7731c1d4-4892-43f7-bd03-54f3a96660d0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.559 10532 WARNING octavia.api.root_controller [req-7731c1d4-4892-43f7-bd03-54f3a96660d0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.599 10532 INFO octavia.api.v2.controllers.load_balancer [req-12b38234-2295-4b27-95fd-3fac6bbc6d9a - - - - -] Sending created Load Balancer 5ab3c8c7-0739-495c-9726-9e7907e5e25a to the handler 2019-06-07 06:10:38.690 10532 INFO octavia.api.v2.controllers.listener [req-bdc68928-66d4-45a0-a10f-35dce33b4778 - - - - -] Sending Creation of Listener 93b2d287-f5ea-4993-9d29-c51cf966c0ad to handler 2019-06-07 06:10:38.824 10532 INFO octavia.api.v2.controllers.pool [req-9c8097b0-1b60-4127-a8dd-0bc528df2f4a - - - - -] Sending Creation of Pool 8dc24dd2-3167-47e3-a78d-803161876af8 to handler 2019-06-07 06:10:39.030 10532 INFO octavia.api.v2.controllers.pool [req-17e7a9bf-3107-48d7-b3e4-431c65a61af8 - - - - -] Sending Creation of Pool 5208b9c0-3576-49d7-8a50-832c6a74a8d3 to handler 2019-06-07 06:10:39.283 10532 INFO octavia.api.v2.controllers.health_monitor [req-35aa8c4e-f6db-493d-a9c1-fad8dc8f39e1 - - - - -] Sending Creation of Health Monitor d868404d-e5e6-43ff-9682-b5effae472af to handler 2019-06-07 06:10:39.479 10532 INFO octavia.api.v2.controllers.load_balancer [req-9f79a5de-11ac-4689-a98d-5b3784b2ee82 - - - - -] Sending deleted Load Balancer 5ab3c8c7-0739-495c-9726-9e7907e5e25a to the handler 2019-06-07 06:10:39.541 10532 INFO octavia.api.v2.controllers.health_monitor [req-d4fdbfa8-027e-416d-9767-d83c2a987cf1 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:39.567 10532 INFO oslo_db.sqlalchemy.provision [req-d4fdbfa8-027e-416d-9767-d83c2a987cf1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.571 10532 INFO oslo_db.sqlalchemy.provision [req-d4fdbfa8-027e-416d-9767-d83c2a987cf1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oidifhzyxz 2019-06-07 06:10:39.571 10532 INFO oslo_db.sqlalchemy.provision [req-d4fdbfa8-027e-416d-9767-d83c2a987cf1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_delete [1.241660s] ... ok 2019-06-07 06:10:37.716 10553 INFO oslo_db.sqlalchemy.provision [req-79845991-95a9-49a0-a20c-0fe9db12eca2 - - - - -] CREATE BACKEND sqlite:// TOKEN cpqbuqgtwa 2019-06-07 06:10:37.878 10553 INFO octavia.common.config [req-79845991-95a9-49a0-a20c-0fe9db12eca2 - - - - -] Logging enabled! 2019-06-07 06:10:37.879 10553 INFO octavia.common.config [req-79845991-95a9-49a0-a20c-0fe9db12eca2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.925 10553 WARNING octavia.api.root_controller [req-79845991-95a9-49a0-a20c-0fe9db12eca2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.951 10553 INFO octavia.api.v2.controllers.load_balancer [req-33c8937a-02e2-467e-8025-ba4efd561407 - - - - -] Sending created Load Balancer b3eab882-ee74-4707-8068-9e7a60731669 to the handler 2019-06-07 06:10:38.037 10553 INFO octavia.api.v2.controllers.listener [req-7150174a-9d5a-449a-abeb-cd9d22561777 - - - - -] Sending Creation of Listener 48e6fa89-7201-4d61-aa40-0d7d9a0dd28e to handler 2019-06-07 06:10:38.187 10553 INFO octavia.api.v2.controllers.pool [req-dad18ba5-408b-412f-a11c-7f5edcfab60a - - - - -] Sending Creation of Pool ef118ffa-b2d0-41f1-b82d-10863ac9ff38 to handler 2019-06-07 06:10:38.433 10553 INFO octavia.api.v2.controllers.pool [req-80dfb2ce-9b51-435a-a3ee-cd86c0ec2a2a - - - - -] Sending Creation of Pool 25958337-9679-426e-a67d-4b2ead301d98 to handler 2019-06-07 06:10:38.624 10553 INFO octavia.api.v2.controllers.load_balancer [req-5f403b49-880a-46b5-af69-121483770926 - - - - -] Sending created Load Balancer d73e399c-b536-44ac-953b-785a2e2dcd91 to the handler 2019-06-07 06:10:38.712 10553 INFO octavia.api.v2.controllers.pool [req-5fdf3695-0117-48de-ba60-8e90214e3d7c - - - - -] Sending Creation of Pool eb41d104-60a9-49ee-be41-6b2de0635f64 to handler 2019-06-07 06:10:38.865 10553 INFO oslo_db.sqlalchemy.provision [req-21b89363-ab39-4544-b973-34fa07c13cc4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.869 10553 INFO oslo_db.sqlalchemy.provision [req-21b89363-ab39-4544-b973-34fa07c13cc4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cpqbuqgtwa 2019-06-07 06:10:38.870 10553 INFO oslo_db.sqlalchemy.provision [req-21b89363-ab39-4544-b973-34fa07c13cc4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_pool_in_error [1.159745s] ... ok 2019-06-07 06:10:41.878 10534 INFO oslo_db.sqlalchemy.provision [req-fab6f873-835b-49af-9608-9789a1450e51 - - - - -] CREATE BACKEND sqlite:// TOKEN gumrgphius 2019-06-07 06:10:42.226 10534 INFO octavia.common.config [req-fab6f873-835b-49af-9608-9789a1450e51 - - - - -] Logging enabled! 2019-06-07 06:10:42.227 10534 INFO octavia.common.config [req-fab6f873-835b-49af-9608-9789a1450e51 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.276 10534 WARNING octavia.api.root_controller [req-fab6f873-835b-49af-9608-9789a1450e51 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.303 10534 INFO octavia.api.v2.controllers.load_balancer [req-39618d79-deb7-49dc-af0b-346396cddabf - - - - -] Sending created Load Balancer 4b3de1e4-30c4-4281-9668-42d22fe22326 to the handler 2019-06-07 06:10:42.396 10534 INFO octavia.api.v2.controllers.listener [req-1a64aa65-63cf-497f-89e4-61b8b7966bdb - - - - -] Sending Creation of Listener 4513621b-78f0-4690-af95-44c4b067737b to handler 2019-06-07 06:10:42.542 10534 INFO octavia.api.v2.controllers.pool [req-cc381a56-e267-4d4d-a7a2-a2aa5e3b840f - - - - -] Sending Creation of Pool 7ac19b69-41cc-416a-aea7-c95e00d5c442 to handler 2019-06-07 06:10:42.758 10534 INFO octavia.api.v2.controllers.pool [req-580a039f-7a33-45e8-9c0a-8c18d445ddd0 - - - - -] Sending Creation of Pool 4e5b85a1-e1ff-4abb-83c1-98dcbff2e4bb to handler 2019-06-07 06:10:43.032 10534 INFO octavia.api.v2.controllers.member [req-2518f044-af27-4530-862b-a8d47c7d4083 - - - - -] Sending Full Member Update to handler 2019-06-07 06:10:43.136 10534 INFO oslo_db.sqlalchemy.provision [req-1be215e5-a28c-4616-aa94-b6481b1b8bbc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.140 10534 INFO oslo_db.sqlalchemy.provision [req-1be215e5-a28c-4616-aa94-b6481b1b8bbc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gumrgphius 2019-06-07 06:10:43.141 10534 INFO oslo_db.sqlalchemy.provision [req-1be215e5-a28c-4616-aa94-b6481b1b8bbc - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_member.TestMember.test_create_batch_members [1.270365s] ... ok 2019-06-07 06:10:39.579 10532 INFO oslo_db.sqlalchemy.provision [req-d4fdbfa8-027e-416d-9767-d83c2a987cf1 - - - - -] CREATE BACKEND sqlite:// TOKEN wmadvephnj 2019-06-07 06:10:39.746 10532 INFO octavia.common.config [req-d4fdbfa8-027e-416d-9767-d83c2a987cf1 - - - - -] Logging enabled! 2019-06-07 06:10:39.747 10532 INFO octavia.common.config [req-d4fdbfa8-027e-416d-9767-d83c2a987cf1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.792 10532 WARNING octavia.api.root_controller [req-d4fdbfa8-027e-416d-9767-d83c2a987cf1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.820 10532 INFO octavia.api.v2.controllers.load_balancer [req-0f78dbcd-be03-4410-b080-30759f8adc81 - - - - -] Sending created Load Balancer 42d4e521-bcbd-4918-b707-89da03b2bc3d to the handler 2019-06-07 06:10:39.905 10532 INFO octavia.api.v2.controllers.listener [req-cf9e2f50-b090-499e-b8ce-49b74a5524e7 - - - - -] Sending Creation of Listener 82c4048c-e8e5-4fdc-b01c-ad220882a20c to handler 2019-06-07 06:10:40.040 10532 INFO octavia.api.v2.controllers.pool [req-eec3fd0a-0ed4-4070-b0f5-c190a09db9fc - - - - -] Sending Creation of Pool d89e754e-079a-47c4-bb98-9b12e6e9a6ec to handler 2019-06-07 06:10:40.260 10532 INFO octavia.api.v2.controllers.pool [req-7fb84ff2-3eee-4b55-9873-cd1d23ebef5f - - - - -] Sending Creation of Pool ed3f8172-2c50-4f67-b3a1-038a9840edd1 to handler 2019-06-07 06:10:40.517 10532 INFO octavia.api.v2.controllers.health_monitor [req-0aadd805-1bc8-44fc-83b0-f5ce955d38b1 - - - - -] Sending Creation of Health Monitor e7fb6eb6-fa09-4a60-8362-0dad452de738 to handler 2019-06-07 06:10:40.816 10532 INFO octavia.api.v2.controllers.health_monitor [req-5a897299-a58a-4332-8e2c-aecf51d04898 - - - - -] Sending Deletion of Health Monitor for Pool e7fb6eb6-fa09-4a60-8362-0dad452de738 to handler 2019-06-07 06:10:41.070 10532 INFO oslo_db.sqlalchemy.provision [req-770721bc-cc51-437b-ba6c-9dd65fb44ae4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.073 10532 INFO oslo_db.sqlalchemy.provision [req-770721bc-cc51-437b-ba6c-9dd65fb44ae4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wmadvephnj 2019-06-07 06:10:41.074 10532 INFO oslo_db.sqlalchemy.provision [req-770721bc-cc51-437b-ba6c-9dd65fb44ae4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_with_bad_handler [1.501728s] ... ok 2019-06-07 06:10:40.852 10537 INFO oslo_db.sqlalchemy.provision [req-e461e736-4b4f-47ad-8ef9-385b79b09e1f - - - - -] CREATE BACKEND sqlite:// TOKEN molvltzjbv 2019-06-07 06:10:41.015 10537 INFO octavia.common.config [req-e461e736-4b4f-47ad-8ef9-385b79b09e1f - - - - -] Logging enabled! 2019-06-07 06:10:41.016 10537 INFO octavia.common.config [req-e461e736-4b4f-47ad-8ef9-385b79b09e1f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.062 10537 WARNING octavia.api.root_controller [req-e461e736-4b4f-47ad-8ef9-385b79b09e1f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.088 10537 INFO octavia.api.v2.controllers.load_balancer [req-a8ab71d5-0500-41f1-a3cd-b281ac15da76 - - - - -] Sending created Load Balancer d64a6601-e5bd-4cb8-a9ad-6b8e83189713 to the handler 2019-06-07 06:10:41.176 10537 INFO octavia.api.v2.controllers.listener [req-ac33ad09-bc69-4dba-b759-6eef9650391e - - - - -] Sending Creation of Listener f0fc4a51-8063-4096-8d2f-c4330d2dcc1b to handler 2019-06-07 06:10:41.317 10537 INFO octavia.api.v2.controllers.pool [req-e138d290-ebf9-4d3c-ae4f-902c6805ac66 - - - - -] Sending Creation of Pool 80a6e55d-a40b-44e9-ad4e-71010e8e1edc to handler 2019-06-07 06:10:41.556 10537 INFO octavia.api.v2.controllers.pool [req-947d34dd-e4b4-49a4-9996-2df4d91dc45e - - - - -] Sending Creation of Pool fc115c7b-94db-4512-9499-8bf92814fb5c to handler 2019-06-07 06:10:41.823 10537 INFO octavia.api.v2.controllers.health_monitor [req-2250ca99-92a8-4617-b9a9-c55af01730ef - - - - -] Sending Creation of Health Monitor 973d7b36-5960-4048-8229-b679b3e643f3 to handler 2019-06-07 06:10:42.020 10537 INFO octavia.api.v2.controllers.load_balancer [req-55bfa52f-1822-4283-be6c-9d8123e9d324 - - - - -] Sending deleted Load Balancer d64a6601-e5bd-4cb8-a9ad-6b8e83189713 to the handler 2019-06-07 06:10:42.085 10537 INFO octavia.api.v2.controllers.health_monitor [req-74a3f878-1d1e-478e-8af9-2da3e0d669eb - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:42.110 10537 INFO oslo_db.sqlalchemy.provision [req-74a3f878-1d1e-478e-8af9-2da3e0d669eb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.114 10537 INFO oslo_db.sqlalchemy.provision [req-74a3f878-1d1e-478e-8af9-2da3e0d669eb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN molvltzjbv 2019-06-07 06:10:42.114 10537 INFO oslo_db.sqlalchemy.provision [req-74a3f878-1d1e-478e-8af9-2da3e0d669eb - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_delete [1.268931s] ... ok 2019-06-07 06:10:36.698 10546 INFO oslo_db.sqlalchemy.provision [req-bd998ab7-f055-480c-9b53-7e196e336e26 - - - - -] CREATE BACKEND sqlite:// TOKEN fifxcfdagg 2019-06-07 06:10:36.860 10546 INFO octavia.common.config [req-bd998ab7-f055-480c-9b53-7e196e336e26 - - - - -] Logging enabled! 2019-06-07 06:10:36.861 10546 INFO octavia.common.config [req-bd998ab7-f055-480c-9b53-7e196e336e26 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.055 10546 WARNING octavia.api.root_controller [req-bd998ab7-f055-480c-9b53-7e196e336e26 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.077 10546 INFO octavia.api.v1.controllers.load_balancer [req-161efdcc-521e-4d8e-aed4-9113e583a07e - - - - -] Sending created Load Balancer 0e185fe2-0364-4f74-90f2-d29358f5bf87 to the handler 2019-06-07 06:10:37.149 10546 INFO octavia.api.v1.controllers.listener [req-2fd9c920-77ca-4d8e-a25c-98d7a4452434 - - - - -] Sending Creation of Listener f0252255-6b69-4269-ab10-fce78ae42713 to handler 2019-06-07 06:10:37.280 10546 INFO octavia.api.v1.controllers.pool [req-8c9c092e-e33a-4866-adec-dc0de2e3036a - - - - -] Sending Creation of Pool 06a0452b-ac2b-4fa0-8a05-987d136b2ae8 to handler 2019-06-07 06:10:37.487 10546 INFO octavia.api.v1.controllers.pool [req-c03e830a-4018-4918-b0e0-19135aa48b29 - - - - -] Sending Creation of Pool aecd8867-3fd6-4830-90e5-f2bc51816e16 to handler 2019-06-07 06:10:37.686 10546 INFO oslo_db.sqlalchemy.provision [req-8680a6e6-a102-4b59-934f-e8be226f1807 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.689 10546 INFO oslo_db.sqlalchemy.provision [req-8680a6e6-a102-4b59-934f-e8be226f1807 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fifxcfdagg 2019-06-07 06:10:37.690 10546 INFO oslo_db.sqlalchemy.provision [req-8680a6e6-a102-4b59-934f-e8be226f1807 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v1.test_member.TestMember.test_empty_get_all [0.997964s] ... ok 2019-06-07 06:10:33.629 10550 INFO oslo_db.sqlalchemy.provision [req-87475267-7388-4d16-9027-e5e734678e8f - - - - -] CREATE BACKEND sqlite:// TOKEN exnmikigda 2019-06-07 06:10:33.794 10550 INFO octavia.common.config [req-87475267-7388-4d16-9027-e5e734678e8f - - - - -] Logging enabled! 2019-06-07 06:10:33.795 10550 INFO octavia.common.config [req-87475267-7388-4d16-9027-e5e734678e8f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:33.843 10550 WARNING octavia.api.root_controller [req-87475267-7388-4d16-9027-e5e734678e8f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:33.864 10550 INFO octavia.api.v1.controllers.load_balancer [req-45f119dd-65b6-4d5a-8cb4-13b48b70563f - - - - -] Sending created Load Balancer 8c3c0fad-9cd3-4519-855f-c28c20fae41a to the handler 2019-06-07 06:10:33.935 10550 INFO octavia.api.v1.controllers.listener [req-d321cfda-28a0-4996-bdfd-d93a90f4fe4d - - - - -] Sending Creation of Listener 69e3ca47-dd09-43a0-bdbe-33802f630b2b to handler 2019-06-07 06:10:34.086 10550 INFO octavia.api.v1.controllers.l7policy [req-4edc29e9-1ee2-4a43-b1f0-eacdce3a2b23 - - - - -] Sending Creation of L7Policy 28030edd-3862-4e77-a6cf-25087cebf01d to handler 2019-06-07 06:10:34.183 10550 INFO octavia.api.v1.controllers.l7policy [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] L7Policy 61f91bdd-2e89-4042-bfca-d3de062e03f6 not found. 2019-06-07 06:10:34.188 10550 INFO octavia.api.v1.controllers.l7policy [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] L7Policy 61f91bdd-2e89-4042-bfca-d3de062e03f6 not found. 2019-06-07 06:10:34.213 10550 INFO octavia.api.v1.controllers.l7policy [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] L7Policy 61f91bdd-2e89-4042-bfca-d3de062e03f6 not found. 2019-06-07 06:10:34.217 10550 INFO octavia.api.v1.controllers.l7policy [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] L7Policy 61f91bdd-2e89-4042-bfca-d3de062e03f6 not found. 2019-06-07 06:10:34.248 10550 INFO octavia.api.v1.controllers.l7policy [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] L7Policy 61f91bdd-2e89-4042-bfca-d3de062e03f6 not found. 2019-06-07 06:10:34.252 10550 INFO octavia.api.v1.controllers.l7policy [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] L7Policy 61f91bdd-2e89-4042-bfca-d3de062e03f6 not found. 2019-06-07 06:10:34.265 10550 INFO octavia.api.v1.controllers.l7policy [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] L7Policy 61f91bdd-2e89-4042-bfca-d3de062e03f6 not found. 2019-06-07 06:10:34.269 10550 INFO octavia.api.v1.controllers.l7policy [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] L7Policy 61f91bdd-2e89-4042-bfca-d3de062e03f6 not found. 2019-06-07 06:10:34.295 10550 INFO oslo_db.sqlalchemy.provision [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.299 10550 INFO oslo_db.sqlalchemy.provision [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN exnmikigda 2019-06-07 06:10:34.300 10550 INFO oslo_db.sqlalchemy.provision [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_get_bad_parent_policy [0.678363s] ... ok 2019-06-07 06:10:43.255 10533 INFO oslo_db.sqlalchemy.provision [req-328a3f95-32dd-45a0-af6c-1953819a8294 - - - - -] CREATE BACKEND sqlite:// TOKEN qlgynjkuoo 2019-06-07 06:10:43.435 10533 INFO octavia.common.config [req-328a3f95-32dd-45a0-af6c-1953819a8294 - - - - -] Logging enabled! 2019-06-07 06:10:43.436 10533 INFO octavia.common.config [req-328a3f95-32dd-45a0-af6c-1953819a8294 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.485 10533 WARNING octavia.api.root_controller [req-328a3f95-32dd-45a0-af6c-1953819a8294 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.512 10533 INFO octavia.api.v2.controllers.load_balancer [req-335b528d-c0f3-4633-8951-fcb6837a15d8 - - - - -] Sending created Load Balancer 30cbd2e8-3ada-4285-bf05-38ec5ea498cb to the handler 2019-06-07 06:10:43.616 10533 INFO octavia.api.v2.controllers.pool [req-49e54215-4c48-4c14-9259-2555e909f395 - - - - -] Sending Creation of Pool 4e13f393-d316-4c79-88bd-13282ffd5e6e to handler 2019-06-07 06:10:43.760 10533 INFO octavia.api.v2.controllers.listener [req-37541732-6024-424f-ae82-fd81be4f1c7e - - - - -] Sending Creation of Listener a4d2ecc6-8c52-44a1-a8c4-0a21c526f55e to handler 2019-06-07 06:10:43.844 10533 INFO oslo_db.sqlalchemy.provision [req-82c41c56-4842-4cd4-8ca8-c1ea08d4afd5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.848 10533 INFO oslo_db.sqlalchemy.provision [req-82c41c56-4842-4cd4-8ca8-c1ea08d4afd5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qlgynjkuoo 2019-06-07 06:10:43.849 10533 INFO oslo_db.sqlalchemy.provision [req-82c41c56-4842-4cd4-8ca8-c1ea08d4afd5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_not_authorized [0.664787s] ... ok 2019-06-07 06:10:38.361 10554 INFO oslo_db.sqlalchemy.provision [req-1dcb0c25-571c-43c6-ab92-e6b33359404a - - - - -] CREATE BACKEND sqlite:// TOKEN irtpokzfgz 2019-06-07 06:10:38.570 10554 INFO octavia.common.config [req-1dcb0c25-571c-43c6-ab92-e6b33359404a - - - - -] Logging enabled! 2019-06-07 06:10:38.571 10554 INFO octavia.common.config [req-1dcb0c25-571c-43c6-ab92-e6b33359404a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.617 10554 WARNING octavia.api.root_controller [req-1dcb0c25-571c-43c6-ab92-e6b33359404a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.643 10554 INFO octavia.api.v2.controllers.load_balancer [req-6ab10c49-7e7d-40c7-b498-f28b6102d949 - - - - -] Sending created Load Balancer fcaca639-4dfc-415e-992c-efc0d3ab67e2 to the handler 2019-06-07 06:10:38.732 10554 INFO octavia.api.v2.controllers.pool [req-9547fd78-82d4-4098-a1e8-b61ac2193c02 - - - - -] Sending Creation of Pool 67574a44-a752-45ac-a6d6-0b17fdefbcc3 to handler 2019-06-07 06:10:38.838 10554 INFO octavia.api.v2.controllers.load_balancer [req-e4430b8e-1058-4aee-8f23-cdf9c6183954 - - - - -] Sending created Load Balancer 54c43890-95e4-425c-a7b2-9d745605217f to the handler 2019-06-07 06:10:38.921 10554 INFO octavia.api.v2.controllers.listener [req-3bff497b-1684-4b37-b00b-3458721402f4 - - - - -] Sending Creation of Listener baa382c6-91a2-4d19-a3ce-af1bd7ddd7d0 to handler 2019-06-07 06:10:39.062 10554 INFO oslo_db.sqlalchemy.provision [req-e6ddc461-7ebf-4101-bed5-cc07296fef2b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.065 10554 INFO oslo_db.sqlalchemy.provision [req-e6ddc461-7ebf-4101-bed5-cc07296fef2b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN irtpokzfgz 2019-06-07 06:10:39.066 10554 INFO oslo_db.sqlalchemy.provision [req-e6ddc461-7ebf-4101-bed5-cc07296fef2b - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_already_deleted [0.711145s] ... ok 2019-06-07 06:10:43.919 10533 INFO oslo_db.sqlalchemy.provision [req-82c41c56-4842-4cd4-8ca8-c1ea08d4afd5 - - - - -] CREATE BACKEND sqlite:// TOKEN llvqbeqdrg 2019-06-07 06:10:44.081 10533 INFO octavia.common.config [req-82c41c56-4842-4cd4-8ca8-c1ea08d4afd5 - - - - -] Logging enabled! 2019-06-07 06:10:44.082 10533 INFO octavia.common.config [req-82c41c56-4842-4cd4-8ca8-c1ea08d4afd5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.130 10533 WARNING octavia.api.root_controller [req-82c41c56-4842-4cd4-8ca8-c1ea08d4afd5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.157 10533 INFO octavia.api.v2.controllers.load_balancer [req-9f7265c0-3df1-4702-96de-9be16155addc - - - - -] Sending created Load Balancer 6b2efa6e-e32c-40fd-9453-17f621a06f8b to the handler 2019-06-07 06:10:44.248 10533 INFO octavia.api.v2.controllers.pool [req-fa4ae733-13c0-4daa-a14c-260a8eddd721 - - - - -] Sending Creation of Pool 888d9b20-369c-490b-873c-207755d882f6 to handler 2019-06-07 06:10:44.389 10533 INFO octavia.api.v2.controllers.listener [req-ad19d1bf-ceb0-4bf5-bbf5-b84094c9fbbd - - - - -] Sending Creation of Listener 70740ec7-30d4-4528-bf6f-d4e0024cedbb to handler 2019-06-07 06:10:44.589 10533 INFO octavia.api.v2.controllers.listener [req-de77ff08-a9ef-4533-96ce-8ad64fa73024 - - - - -] Sending Update of Listener 70740ec7-30d4-4528-bf6f-d4e0024cedbb to handler 2019-06-07 06:10:44.827 10533 INFO oslo_db.sqlalchemy.provision [req-a9edc97a-8318-4740-93b2-afaca716b054 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.830 10533 INFO oslo_db.sqlalchemy.provision [req-a9edc97a-8318-4740-93b2-afaca716b054 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN llvqbeqdrg 2019-06-07 06:10:44.831 10533 INFO oslo_db.sqlalchemy.provision [req-a9edc97a-8318-4740-93b2-afaca716b054 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_listener.TestListener.test_update [0.918243s] ... ok 2019-06-07 06:10:37.699 10546 INFO oslo_db.sqlalchemy.provision [req-8680a6e6-a102-4b59-934f-e8be226f1807 - - - - -] CREATE BACKEND sqlite:// TOKEN vuntzktyyr 2019-06-07 06:10:37.859 10546 INFO octavia.common.config [req-8680a6e6-a102-4b59-934f-e8be226f1807 - - - - -] Logging enabled! 2019-06-07 06:10:37.860 10546 INFO octavia.common.config [req-8680a6e6-a102-4b59-934f-e8be226f1807 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.905 10546 WARNING octavia.api.root_controller [req-8680a6e6-a102-4b59-934f-e8be226f1807 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.936 10546 INFO octavia.api.v2.controllers.load_balancer [req-c143bede-ea60-43f0-9f80-b88c23b0b3e1 - - - - -] Sending created Load Balancer 392e6160-4a60-4409-bb74-bf7fb5d43c86 to the handler 2019-06-07 06:10:38.026 10546 INFO octavia.api.v2.controllers.listener [req-5214cc6e-7f82-4cc1-b5a2-3f0e414fca83 - - - - -] Sending Creation of Listener c277204f-e6d9-4262-90b6-d993acde2b1d to handler 2019-06-07 06:10:38.159 10546 INFO octavia.api.v2.controllers.pool [req-b2e4ce54-74a5-470d-82e0-7eb59b9afc5e - - - - -] Sending Creation of Pool f15709ab-e42f-4f08-9504-ea74981e4020 to handler 2019-06-07 06:10:38.386 10546 INFO octavia.api.v2.controllers.pool [req-8cc9f4c3-71d7-4568-8983-b7b3ca832708 - - - - -] Sending Creation of Pool b441dba8-8d3d-43f8-b05d-3018f9d59ef1 to handler 2019-06-07 06:10:38.645 10546 INFO octavia.api.v2.controllers.health_monitor [req-c9e47c1c-f273-418b-bd3c-7b6211882618 - - - - -] Sending Creation of Health Monitor f6bb0b78-4882-47b9-9e94-3b22bece348e to handler 2019-06-07 06:10:38.680 10546 INFO oslo_db.sqlalchemy.provision [req-c9e47c1c-f273-418b-bd3c-7b6211882618 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.683 10546 INFO oslo_db.sqlalchemy.provision [req-c9e47c1c-f273-418b-bd3c-7b6211882618 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vuntzktyyr 2019-06-07 06:10:38.684 10546 INFO oslo_db.sqlalchemy.provision [req-c9e47c1c-f273-418b-bd3c-7b6211882618 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_with_project_id_is_ignored [0.992306s] ... ok 2019-06-07 06:10:37.008 10551 INFO oslo_db.sqlalchemy.provision [req-ad7f178b-47c3-4168-a393-c2d1c69aac69 - - - - -] CREATE BACKEND sqlite:// TOKEN fnpettseyu 2019-06-07 06:10:37.173 10551 INFO octavia.common.config [req-ad7f178b-47c3-4168-a393-c2d1c69aac69 - - - - -] Logging enabled! 2019-06-07 06:10:37.174 10551 INFO octavia.common.config [req-ad7f178b-47c3-4168-a393-c2d1c69aac69 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.219 10551 WARNING octavia.api.root_controller [req-ad7f178b-47c3-4168-a393-c2d1c69aac69 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.240 10551 INFO octavia.api.v1.controllers.load_balancer [req-f064e348-ea3e-4f2f-ac63-2b509ee07b94 - - - - -] Sending created Load Balancer bebc53f8-426e-4736-9026-aed61fd5a957 to the handler 2019-06-07 06:10:37.311 10551 INFO octavia.api.v1.controllers.listener [req-20913d92-aa2f-4389-ac5e-4fafe7a9fde4 - - - - -] Sending Creation of Listener 2f2232c1-7f1e-4c84-94e1-47b57ee9dd23 to handler 2019-06-07 06:10:37.516 10551 INFO octavia.api.v1.controllers.pool [req-95fc19ac-95ae-4ea7-86b1-cf8acbb2cb7c - - - - -] Sending Creation of Pool e34f5153-f151-411f-bc52-9210c169404b to handler 2019-06-07 06:10:37.685 10551 INFO oslo_db.sqlalchemy.provision [req-3c00fc0b-591c-45ac-a504-023a844c6cc1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.688 10551 INFO oslo_db.sqlalchemy.provision [req-3c00fc0b-591c-45ac-a504-023a844c6cc1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fnpettseyu 2019-06-07 06:10:37.689 10551 INFO oslo_db.sqlalchemy.provision [req-3c00fc0b-591c-45ac-a504-023a844c6cc1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_duplicate_id [0.687535s] ... ok 2019-06-07 06:10:39.073 10554 INFO oslo_db.sqlalchemy.provision [req-e6ddc461-7ebf-4101-bed5-cc07296fef2b - - - - -] CREATE BACKEND sqlite:// TOKEN nfmqzvlsgj 2019-06-07 06:10:39.259 10554 INFO octavia.common.config [req-e6ddc461-7ebf-4101-bed5-cc07296fef2b - - - - -] Logging enabled! 2019-06-07 06:10:39.260 10554 INFO octavia.common.config [req-e6ddc461-7ebf-4101-bed5-cc07296fef2b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.308 10554 WARNING octavia.api.root_controller [req-e6ddc461-7ebf-4101-bed5-cc07296fef2b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.340 10554 INFO octavia.api.v2.controllers.load_balancer [req-bb5907a7-8e84-4e83-8b50-d0771efbf214 - - - - -] Sending created Load Balancer 71d79c63-c06c-4a6f-bdbc-5d9dcb2947dd to the handler 2019-06-07 06:10:39.432 10554 INFO octavia.api.v2.controllers.pool [req-236f272e-7074-4e61-9dd0-b6dd66b05f6f - - - - -] Sending Creation of Pool c1423cdc-5dba-48d6-8bfb-e5110d3b6e4d to handler 2019-06-07 06:10:39.515 10554 ERROR octavia.api.v2.controllers.base [req-f11a8234-1fba-4708-a596-497a32fa3763 - - - - -] Listener SEAN-CONNERY not found: None 2019-06-07 06:10:39.515 10554 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:39.515 10554 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:39.540 10554 INFO oslo_db.sqlalchemy.provision [req-f11a8234-1fba-4708-a596-497a32fa3763 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.544 10554 INFO oslo_db.sqlalchemy.provision [req-f11a8234-1fba-4708-a596-497a32fa3763 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nfmqzvlsgj 2019-06-07 06:10:39.545 10554 INFO oslo_db.sqlalchemy.provision [req-f11a8234-1fba-4708-a596-497a32fa3763 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_bad_listener_id [0.478320s] ... ok 2019-06-07 06:10:38.692 10546 INFO oslo_db.sqlalchemy.provision [req-c9e47c1c-f273-418b-bd3c-7b6211882618 - - - - -] CREATE BACKEND sqlite:// TOKEN zbnmefphfd 2019-06-07 06:10:38.854 10546 INFO octavia.common.config [req-c9e47c1c-f273-418b-bd3c-7b6211882618 - - - - -] Logging enabled! 2019-06-07 06:10:38.855 10546 INFO octavia.common.config [req-c9e47c1c-f273-418b-bd3c-7b6211882618 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.902 10546 WARNING octavia.api.root_controller [req-c9e47c1c-f273-418b-bd3c-7b6211882618 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.928 10546 INFO octavia.api.v2.controllers.load_balancer [req-9c434ed1-9544-4584-8bfc-f1c89ecf5834 - - - - -] Sending created Load Balancer e3aa103b-c0fa-4d81-99ec-c96b39a7e142 to the handler 2019-06-07 06:10:39.030 10546 INFO octavia.api.v2.controllers.listener [req-6cd8ca13-6798-40b4-972e-a940fffc9795 - - - - -] Sending Creation of Listener 9d2fff11-0814-4385-b23d-df9494bd38ad to handler 2019-06-07 06:10:39.165 10546 INFO octavia.api.v2.controllers.pool [req-efc55eff-b363-40ee-b553-9390f705b5d2 - - - - -] Sending Creation of Pool 33d91690-88e1-4bc0-8b42-1d395141b0a7 to handler 2019-06-07 06:10:39.372 10546 INFO octavia.api.v2.controllers.l7policy [req-923cfb87-1191-47fa-b581-71be47c1d68d - - - - -] Sending Creation of L7Policy e72f0577-97e0-4d7e-9ba2-8c22c17b2d99 to handler 2019-06-07 06:10:39.439 10546 INFO oslo_db.sqlalchemy.provision [req-e4cde041-20f9-4ae5-b2b4-bca2274f9cb1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.443 10546 INFO oslo_db.sqlalchemy.provision [req-e4cde041-20f9-4ae5-b2b4-bca2274f9cb1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zbnmefphfd 2019-06-07 06:10:39.443 10546 INFO oslo_db.sqlalchemy.provision [req-e4cde041-20f9-4ae5-b2b4-bca2274f9cb1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_update_redirect_to_url [0.759078s] ... ok 2019-06-07 06:10:37.697 10551 INFO oslo_db.sqlalchemy.provision [req-3c00fc0b-591c-45ac-a504-023a844c6cc1 - - - - -] CREATE BACKEND sqlite:// TOKEN zfhjlzpxyt 2019-06-07 06:10:37.857 10551 INFO octavia.common.config [req-3c00fc0b-591c-45ac-a504-023a844c6cc1 - - - - -] Logging enabled! 2019-06-07 06:10:37.858 10551 INFO octavia.common.config [req-3c00fc0b-591c-45ac-a504-023a844c6cc1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.902 10551 WARNING octavia.api.root_controller [req-3c00fc0b-591c-45ac-a504-023a844c6cc1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.933 10551 INFO octavia.api.v2.controllers.load_balancer [req-60234369-319c-40f6-8015-0315c7d24870 - - - - -] Sending created Load Balancer eb0f31b3-53a3-4f82-9a4d-93f990df0af1 to the handler 2019-06-07 06:10:38.066 10551 INFO oslo_db.sqlalchemy.provision [req-8e420446-3c7f-463b-b2d0-cd92c63a4b73 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.070 10551 INFO oslo_db.sqlalchemy.provision [req-8e420446-3c7f-463b-b2d0-cd92c63a4b73 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zfhjlzpxyt 2019-06-07 06:10:38.071 10551 INFO oslo_db.sqlalchemy.provision [req-8e420446-3c7f-463b-b2d0-cd92c63a4b73 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_by_loadbalancer_id [0.380468s] ... ok 2019-06-07 06:10:42.122 10537 INFO oslo_db.sqlalchemy.provision [req-74a3f878-1d1e-478e-8af9-2da3e0d669eb - - - - -] CREATE BACKEND sqlite:// TOKEN sraxceprhi 2019-06-07 06:10:42.285 10537 INFO octavia.common.config [req-74a3f878-1d1e-478e-8af9-2da3e0d669eb - - - - -] Logging enabled! 2019-06-07 06:10:42.286 10537 INFO octavia.common.config [req-74a3f878-1d1e-478e-8af9-2da3e0d669eb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.335 10537 WARNING octavia.api.root_controller [req-74a3f878-1d1e-478e-8af9-2da3e0d669eb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.361 10537 INFO octavia.api.v2.controllers.load_balancer [req-4830dda1-205f-4414-ac58-a47ea1d5fc7f - - - - -] Sending created Load Balancer 2ef6f078-73fb-43cd-a202-2e7145b8f561 to the handler 2019-06-07 06:10:42.450 10537 INFO octavia.api.v2.controllers.listener [req-4676a2a3-b6c6-4a12-a9e0-871e01fe09bb - - - - -] Sending Creation of Listener 8b220d26-1201-4cd3-9381-692d106498fc to handler 2019-06-07 06:10:42.586 10537 INFO octavia.api.v2.controllers.pool [req-0fa83038-07d6-4cfb-80ff-af511ecf662b - - - - -] Sending Creation of Pool c14af67a-04f4-4b10-a6da-088520aa71f8 to handler 2019-06-07 06:10:42.785 10537 INFO octavia.api.v2.controllers.l7policy [req-0a6bd483-9470-4e9c-8696-6596883d7492 - - - - -] Sending Creation of L7Policy 24b01e67-8f73-42e8-ad78-c28087bccc1f to handler 2019-06-07 06:10:43.260 10537 INFO octavia.api.v2.controllers.l7policy [req-47e9ed3c-e8d2-4a88-99b2-7f745da772e0 - - - - -] Sending Creation of L7Policy 1d788891-1e06-4770-8ba6-7c5224372def to handler 2019-06-07 06:10:43.603 10537 INFO octavia.api.v2.controllers.l7policy [req-4d9ae158-b5a1-4c42-8a3e-9784a873b9d7 - - - - -] Sending Creation of L7Policy 84ad24e5-5d8b-404a-9943-f44cc37bcef4 to handler 2019-06-07 06:10:43.994 10537 INFO oslo_db.sqlalchemy.provision [req-baaa7673-e5d3-4a2d-b1a1-d51af28ccec5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.998 10537 INFO oslo_db.sqlalchemy.provision [req-baaa7673-e5d3-4a2d-b1a1-d51af28ccec5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sraxceprhi 2019-06-07 06:10:43.999 10537 INFO oslo_db.sqlalchemy.provision [req-baaa7673-e5d3-4a2d-b1a1-d51af28ccec5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_filter [1.883353s] ... ok 2019-06-07 06:10:38.886 10547 INFO oslo_db.sqlalchemy.provision [req-c2d5baeb-bd73-4528-8e01-5bfbf0e76359 - - - - -] CREATE BACKEND sqlite:// TOKEN nmjwfbejsz 2019-06-07 06:10:39.052 10547 INFO octavia.common.config [req-c2d5baeb-bd73-4528-8e01-5bfbf0e76359 - - - - -] Logging enabled! 2019-06-07 06:10:39.053 10547 INFO octavia.common.config [req-c2d5baeb-bd73-4528-8e01-5bfbf0e76359 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.098 10547 WARNING octavia.api.root_controller [req-c2d5baeb-bd73-4528-8e01-5bfbf0e76359 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.125 10547 INFO octavia.api.v2.controllers.load_balancer [req-79abe6c3-22a8-4746-ad2d-0a7cda0ef68f - - - - -] Sending created Load Balancer 538edf92-04e9-44b3-819d-d50cb375bcdd to the handler 2019-06-07 06:10:39.210 10547 INFO octavia.api.v2.controllers.listener [req-55df6e5a-15d4-4f42-a0c4-a81f0147222c - - - - -] Sending Creation of Listener 0171b808-35c5-462e-9a61-ceea77e9a427 to handler 2019-06-07 06:10:39.355 10547 INFO octavia.api.v2.controllers.pool [req-12aee166-ea34-4e6f-8354-6c055e3db4d8 - - - - -] Sending Creation of Pool 75c60bd9-a5f1-4f3d-b8b5-16743574de75 to handler 2019-06-07 06:10:39.584 10547 INFO octavia.api.v2.controllers.pool [req-bfd68bc1-3579-408a-9477-62719b2aae98 - - - - -] Sending Creation of Pool ed6f3fb1-e405-47fd-900b-a6d720f360f2 to handler 2019-06-07 06:10:39.846 10547 INFO octavia.api.v2.controllers.health_monitor [req-5f329ff9-d2f8-4c3a-ad74-87d127154642 - - - - -] Sending Creation of Health Monitor 11f8ebf7-d366-4ad8-8d93-e80074a1cfe7 to handler 2019-06-07 06:10:40.104 10547 INFO octavia.api.v2.controllers.health_monitor [req-1a7ba686-0126-4611-a901-41ac4dbb3c12 - - - - -] Sending Update of Health Monitor for Pool 11f8ebf7-d366-4ad8-8d93-e80074a1cfe7 to handler 2019-06-07 06:10:40.385 10547 INFO oslo_db.sqlalchemy.provision [req-606be052-172e-489e-976e-81d2ae22cad9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.388 10547 INFO oslo_db.sqlalchemy.provision [req-606be052-172e-489e-976e-81d2ae22cad9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nmjwfbejsz 2019-06-07 06:10:40.389 10547 INFO oslo_db.sqlalchemy.provision [req-606be052-172e-489e-976e-81d2ae22cad9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_with_bad_handler [1.510297s] ... ok 2019-06-07 06:10:34.248 10543 INFO oslo_db.sqlalchemy.provision [req-6b21c626-166d-486f-87d4-504f0cc5f823 - - - - -] CREATE BACKEND sqlite:// TOKEN xwqlpvkbgb 2019-06-07 06:10:34.412 10543 INFO octavia.common.config [req-6b21c626-166d-486f-87d4-504f0cc5f823 - - - - -] Logging enabled! 2019-06-07 06:10:34.413 10543 INFO octavia.common.config [req-6b21c626-166d-486f-87d4-504f0cc5f823 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.458 10543 WARNING octavia.api.root_controller [req-6b21c626-166d-486f-87d4-504f0cc5f823 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.479 10543 INFO octavia.api.v1.controllers.load_balancer [req-0e0bed78-b053-43d9-becd-50900d9da9d2 - - - - -] Sending created Load Balancer 7b1e4c1a-e00a-4cb5-beac-80cf921c99a1 to the handler 2019-06-07 06:10:34.552 10543 INFO octavia.api.v1.controllers.listener [req-0861d217-e16e-4f29-ba96-b282a20abbf8 - - - - -] Sending Creation of Listener 5c55cca5-92b0-4810-84a3-8e85378ea5c2 to handler 2019-06-07 06:10:34.757 10543 INFO octavia.api.v1.controllers.pool [req-423270c5-e2d3-4aaf-96ea-1dfb6310d2a8 - - - - -] Sending Creation of Pool 1cc2468e-b5ae-44e1-bb29-b2e26f41ac66 to handler 2019-06-07 06:10:35.035 10543 INFO octavia.api.v1.controllers.pool [req-a1af5e5c-ec80-4642-850d-b1efa908c697 - - - - -] Sending Update of Pool 1cc2468e-b5ae-44e1-bb29-b2e26f41ac66 to handler 2019-06-07 06:10:35.184 10543 INFO oslo_db.sqlalchemy.provision [req-705ce26b-3b3b-4705-b387-6f60a9afa014 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.188 10543 INFO oslo_db.sqlalchemy.provision [req-705ce26b-3b3b-4705-b387-6f60a9afa014 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xwqlpvkbgb 2019-06-07 06:10:35.188 10543 INFO oslo_db.sqlalchemy.provision [req-705ce26b-3b3b-4705-b387-6f60a9afa014 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v1.test_pool.TestPool.test_add_session_persistence [0.946833s] ... ok 2019-06-07 06:10:39.296 10528 INFO oslo_db.sqlalchemy.provision [req-60ef7114-f7ac-4116-8958-37abd0be4d18 - - - - -] CREATE BACKEND sqlite:// TOKEN qkgpaemefy 2019-06-07 06:10:39.461 10528 INFO octavia.common.config [req-60ef7114-f7ac-4116-8958-37abd0be4d18 - - - - -] Logging enabled! 2019-06-07 06:10:39.462 10528 INFO octavia.common.config [req-60ef7114-f7ac-4116-8958-37abd0be4d18 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.508 10528 WARNING octavia.api.root_controller [req-60ef7114-f7ac-4116-8958-37abd0be4d18 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.540 10528 INFO octavia.api.v2.controllers.load_balancer [req-25ec77ae-d340-4d75-9e74-ad34061fc4e4 - - - - -] Sending created Load Balancer 30d482b4-bfbc-4f1a-960c-7d2255bb7742 to the handler 2019-06-07 06:10:39.631 10528 INFO octavia.api.v2.controllers.listener [req-6b96b5ac-2e00-49be-aa66-286d818c2904 - - - - -] Sending Creation of Listener 7b0c00d8-73bd-42ee-bb20-37227c9bf4e1 to handler 2019-06-07 06:10:39.766 10528 INFO octavia.api.v2.controllers.pool [req-c20888c1-aa4d-4afa-9b15-3f3e349517ca - - - - -] Sending Creation of Pool 15afb3d6-6d71-4164-ae65-ab889cc1bbcc to handler 2019-06-07 06:10:39.991 10528 INFO octavia.api.v2.controllers.pool [req-67aa5e31-d6ff-4db8-ba3a-3f5126ecc9e4 - - - - -] Sending Creation of Pool 0596ac86-b90e-4ea4-965d-34c14d48b9ac to handler 2019-06-07 06:10:40.263 10528 INFO octavia.api.v2.controllers.health_monitor [req-4bef73b6-69c2-481d-949f-7225b36a1d2f - - - - -] Sending Creation of Health Monitor 00105d84-c8ae-4213-b547-9f479ee56a4b to handler 2019-06-07 06:10:40.496 10528 INFO oslo_db.sqlalchemy.provision [req-9c7bc186-dde8-43b6-bd48-7102a6cff661 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.500 10528 INFO oslo_db.sqlalchemy.provision [req-9c7bc186-dde8-43b6-bd48-7102a6cff661 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qkgpaemefy 2019-06-07 06:10:40.500 10528 INFO oslo_db.sqlalchemy.provision [req-9c7bc186-dde8-43b6-bd48-7102a6cff661 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all [1.211754s] ... ok 2019-06-07 06:10:41.848 10558 INFO oslo_db.sqlalchemy.provision [req-d5194524-9a8c-4fe5-82e3-af944eb92090 - - - - -] CREATE BACKEND sqlite:// TOKEN ftqrjvcnnu 2019-06-07 06:10:42.015 10558 INFO octavia.common.config [req-d5194524-9a8c-4fe5-82e3-af944eb92090 - - - - -] Logging enabled! 2019-06-07 06:10:42.016 10558 INFO octavia.common.config [req-d5194524-9a8c-4fe5-82e3-af944eb92090 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.071 10558 WARNING octavia.api.root_controller [req-d5194524-9a8c-4fe5-82e3-af944eb92090 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.097 10558 INFO octavia.api.v2.controllers.load_balancer [req-a76f4211-e8d7-4147-8f1f-bb4aa66ed723 - - - - -] Sending created Load Balancer 67517eb8-5cb5-4cb4-b5b2-78074c8f0425 to the handler 2019-06-07 06:10:42.196 10558 INFO octavia.api.v2.controllers.pool [req-92a645bb-39c9-4397-851c-b8ead785e374 - - - - -] Sending Creation of Pool bd12b242-9d0b-4d8a-9f48-b9d9f5e61104 to handler 2019-06-07 06:10:42.345 10558 INFO octavia.api.v2.controllers.listener [req-47ac62fe-e569-4f84-b3d8-4ceb75dd4970 - - - - -] Sending Creation of Listener 73f4e5dd-3a1b-481d-bfd7-5ba6f898fd81 to handler 2019-06-07 06:10:42.545 10558 INFO octavia.api.v2.controllers.listener [req-8fc908d2-6508-40c8-9137-a47bd11c06be - 588ecb95-6a3d-4dde-93aa-db2c303ea493 - - -] Sending Deletion of Listener 73f4e5dd-3a1b-481d-bfd7-5ba6f898fd81 to handler 2019-06-07 06:10:42.822 10558 INFO oslo_db.sqlalchemy.provision [req-ee585074-2458-4698-a90c-1e4d2d770709 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.826 10558 INFO oslo_db.sqlalchemy.provision [req-ee585074-2458-4698-a90c-1e4d2d770709 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ftqrjvcnnu 2019-06-07 06:10:42.826 10558 INFO oslo_db.sqlalchemy.provision [req-ee585074-2458-4698-a90c-1e4d2d770709 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_authorized [0.985139s] ... ok 2019-06-07 06:10:36.181 10556 INFO oslo_db.sqlalchemy.provision [req-8468e251-9307-457b-88c7-ec58984d64db - - - - -] CREATE BACKEND sqlite:// TOKEN ehtgzzrsvn 2019-06-07 06:10:36.345 10556 INFO octavia.common.config [req-8468e251-9307-457b-88c7-ec58984d64db - - - - -] Logging enabled! 2019-06-07 06:10:36.346 10556 INFO octavia.common.config [req-8468e251-9307-457b-88c7-ec58984d64db - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.387 10556 WARNING octavia.api.root_controller [req-8468e251-9307-457b-88c7-ec58984d64db - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.571 10556 INFO octavia.api.v2.controllers.load_balancer [req-048a1fba-8c45-4d99-9c42-523747a25524 - - - - -] Sending created Load Balancer 4cc9c577-0622-4d93-b279-7f4e13d02a96 to the handler 2019-06-07 06:10:36.754 10556 INFO oslo_db.sqlalchemy.provision [req-98a3c871-ca89-4dc9-9fc6-dc2e1e48e849 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.758 10556 INFO oslo_db.sqlalchemy.provision [req-98a3c871-ca89-4dc9-9fc6-dc2e1e48e849 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ehtgzzrsvn 2019-06-07 06:10:36.759 10556 INFO oslo_db.sqlalchemy.provision [req-98a3c871-ca89-4dc9-9fc6-dc2e1e48e849 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_authorized [0.585491s] ... ok 2019-06-07 06:10:43.148 10534 INFO oslo_db.sqlalchemy.provision [req-1be215e5-a28c-4616-aa94-b6481b1b8bbc - - - - -] CREATE BACKEND sqlite:// TOKEN ljbksisguh 2019-06-07 06:10:43.319 10534 INFO octavia.common.config [req-1be215e5-a28c-4616-aa94-b6481b1b8bbc - - - - -] Logging enabled! 2019-06-07 06:10:43.319 10534 INFO octavia.common.config [req-1be215e5-a28c-4616-aa94-b6481b1b8bbc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.367 10534 WARNING octavia.api.root_controller [req-1be215e5-a28c-4616-aa94-b6481b1b8bbc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.398 10534 INFO octavia.api.v2.controllers.load_balancer [req-8eda9740-4b2f-452a-9c83-d053414afef5 - - - - -] Sending created Load Balancer cfee79aa-cbaa-43c3-b2cf-505bda5c9b9d to the handler 2019-06-07 06:10:43.495 10534 INFO octavia.api.v2.controllers.listener [req-0ee80aaf-9c92-4a32-b705-8fafc8b05f52 - - - - -] Sending Creation of Listener 483136f6-51d8-4c31-82f8-9868200fcfdc to handler 2019-06-07 06:10:43.632 10534 INFO octavia.api.v2.controllers.pool [req-cf7c8c58-866d-4713-86fd-362153b1d719 - - - - -] Sending Creation of Pool a4cfe95e-e3aa-4ee2-a1b7-435fb007b052 to handler 2019-06-07 06:10:43.860 10534 INFO octavia.api.v2.controllers.pool [req-9d241fb9-8b62-4cf1-8612-9cc4c06fd9fa - - - - -] Sending Creation of Pool bdf3755d-82ca-4890-8279-9f4ca24da4ae to handler 2019-06-07 06:10:44.087 10534 INFO oslo_db.sqlalchemy.provision [req-67b9fd06-cd5a-4858-addb-07efcdd6df81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.091 10534 INFO oslo_db.sqlalchemy.provision [req-67b9fd06-cd5a-4858-addb-07efcdd6df81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ljbksisguh 2019-06-07 06:10:44.091 10534 INFO oslo_db.sqlalchemy.provision [req-67b9fd06-cd5a-4858-addb-07efcdd6df81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_member.TestMember.test_create_over_quota [0.950225s] ... ok 2019-06-07 06:10:38.078 10551 INFO oslo_db.sqlalchemy.provision [req-8e420446-3c7f-463b-b2d0-cd92c63a4b73 - - - - -] CREATE BACKEND sqlite:// TOKEN tsqeaagaiv 2019-06-07 06:10:38.238 10551 INFO octavia.common.config [req-8e420446-3c7f-463b-b2d0-cd92c63a4b73 - - - - -] Logging enabled! 2019-06-07 06:10:38.239 10551 INFO octavia.common.config [req-8e420446-3c7f-463b-b2d0-cd92c63a4b73 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.283 10551 WARNING octavia.api.root_controller [req-8e420446-3c7f-463b-b2d0-cd92c63a4b73 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.309 10551 INFO octavia.api.v2.controllers.load_balancer [req-0ab661ab-a348-47eb-9b64-904aba5fa273 - - - - -] Sending created Load Balancer ed4ca90d-27c0-41d0-9a36-3b2a60724231 to the handler 2019-06-07 06:10:38.399 10551 INFO octavia.api.v2.controllers.listener [req-8223c309-69a5-4fa0-bc56-934a32c55955 - - - - -] Sending Creation of Listener 56343505-d6b7-4cfe-be97-8c7a11b23e1b to handler 2019-06-07 06:10:38.532 10551 INFO octavia.api.v2.controllers.pool [req-ccc92dd9-9516-4cb6-874e-408399aca080 - - - - -] Sending Creation of Pool c36638b3-5ec7-4d2b-b8e3-4bb6dd9e8630 to handler 2019-06-07 06:10:38.748 10551 INFO octavia.api.v2.controllers.pool [req-1669902d-e3ba-4374-bb63-916264a196db - - - - -] Sending Creation of Pool c8755dfc-c437-49ab-81b8-75218ad966bf to handler 2019-06-07 06:10:39.001 10551 INFO octavia.api.v2.controllers.health_monitor [req-157a7aee-f008-471d-9a11-f0eff043726b - - - - -] Sending Creation of Health Monitor 7115276f-eff4-4f50-988d-4fe9694c980d to handler 2019-06-07 06:10:39.270 10551 INFO oslo_db.sqlalchemy.provision [req-20d7a048-15fb-4047-b149-7cde4bd9a7d2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.275 10551 INFO oslo_db.sqlalchemy.provision [req-20d7a048-15fb-4047-b149-7cde4bd9a7d2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tsqeaagaiv 2019-06-07 06:10:39.275 10551 INFO oslo_db.sqlalchemy.provision [req-20d7a048-15fb-4047-b149-7cde4bd9a7d2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_http_monitor_with_relative_path [1.204464s] ... ok 2019-06-07 06:10:37.557 10539 INFO oslo_db.sqlalchemy.provision [req-f476e7e8-83b1-441b-9fe0-2d981a7bf42a - - - - -] CREATE BACKEND sqlite:// TOKEN ifkrwftipm 2019-06-07 06:10:37.720 10539 INFO octavia.common.config [req-f476e7e8-83b1-441b-9fe0-2d981a7bf42a - - - - -] Logging enabled! 2019-06-07 06:10:37.721 10539 INFO octavia.common.config [req-f476e7e8-83b1-441b-9fe0-2d981a7bf42a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.767 10539 WARNING octavia.api.root_controller [req-f476e7e8-83b1-441b-9fe0-2d981a7bf42a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.788 10539 INFO octavia.api.v1.controllers.load_balancer [req-41c378c2-d660-4ec0-8fc5-118a345fd440 - - - - -] Sending created Load Balancer 39212446-54c4-4fdf-ac4d-19dd378bcaa8 to the handler 2019-06-07 06:10:37.861 10539 INFO octavia.api.v1.controllers.listener [req-f6c82df5-84be-4f7c-935f-4b5935a21967 - - - - -] Sending Creation of Listener a4768654-25de-4513-a450-4edcbf8db293 to handler 2019-06-07 06:10:38.064 10539 INFO octavia.api.v1.controllers.pool [req-6f4fbda1-e351-4506-9db6-3b701dcddb50 - - - - -] Sending Creation of Pool caae339f-cfe9-4859-a581-36d1de5a01a8 to handler 2019-06-07 06:10:38.346 10539 INFO oslo_db.sqlalchemy.provision [req-ebc49f0b-347f-4c96-bbe8-7611bc1f89b9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.350 10539 INFO oslo_db.sqlalchemy.provision [req-ebc49f0b-347f-4c96-bbe8-7611bc1f89b9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ifkrwftipm 2019-06-07 06:10:38.351 10539 INFO oslo_db.sqlalchemy.provision [req-ebc49f0b-347f-4c96-bbe8-7611bc1f89b9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_pool.TestPool.test_create [0.801433s] ... ok 2019-06-07 06:10:39.452 10546 INFO oslo_db.sqlalchemy.provision [req-e4cde041-20f9-4ae5-b2b4-bca2274f9cb1 - - - - -] CREATE BACKEND sqlite:// TOKEN jjmzsdncao 2019-06-07 06:10:39.619 10546 INFO octavia.common.config [req-e4cde041-20f9-4ae5-b2b4-bca2274f9cb1 - - - - -] Logging enabled! 2019-06-07 06:10:39.620 10546 INFO octavia.common.config [req-e4cde041-20f9-4ae5-b2b4-bca2274f9cb1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.669 10546 WARNING octavia.api.root_controller [req-e4cde041-20f9-4ae5-b2b4-bca2274f9cb1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.696 10546 INFO octavia.api.v2.controllers.load_balancer [req-f1a11dff-584d-495f-9565-a6e89f9f53ba - - - - -] Sending created Load Balancer 77b9c590-3b2f-48ed-aac7-aa6caeec6cbf to the handler 2019-06-07 06:10:39.782 10546 INFO octavia.api.v2.controllers.listener [req-cbc75401-4238-4f72-aa7c-ab44dee6ca13 - - - - -] Sending Creation of Listener d60fec23-0cbd-429e-9f58-bf601a492005 to handler 2019-06-07 06:10:39.919 10546 INFO octavia.api.v2.controllers.pool [req-3b378abd-21ff-445e-8def-22779899962a - - - - -] Sending Creation of Pool 205c7190-5e00-4546-a9c4-2832c475253e to handler 2019-06-07 06:10:40.132 10546 INFO octavia.api.v2.controllers.l7policy [req-d47afafc-5c76-4e1e-9460-ac6f8937b7ef - - - - -] Sending Creation of L7Policy be278172-4a54-45a3-a553-b3d9c298cb55 to handler 2019-06-07 06:10:40.409 10546 INFO octavia.api.v2.controllers.l7policy [req-7c7e413e-f682-4609-8e06-b07d8a89b923 - - - - -] Sending Creation of L7Policy 41356110-6df7-45db-a134-788b7b55a79a to handler 2019-06-07 06:10:40.742 10546 INFO octavia.api.v2.controllers.l7policy [req-5cfb6b7a-087a-4e5a-81f9-b6abc27f6d21 - - - - -] Sending Creation of L7Policy 9ef3bc0c-8a6d-4a78-9417-da2f3b863870 to handler 2019-06-07 06:10:41.146 10546 INFO oslo_db.sqlalchemy.provision [req-89940928-fa90-4dc0-bae3-bde1b14cb979 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.149 10546 INFO oslo_db.sqlalchemy.provision [req-89940928-fa90-4dc0-bae3-bde1b14cb979 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jjmzsdncao 2019-06-07 06:10:41.150 10546 INFO oslo_db.sqlalchemy.provision [req-89940928-fa90-4dc0-bae3-bde1b14cb979 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_fields_filter [1.705202s] ... ok 2019-06-07 06:10:38.061 10552 INFO oslo_db.sqlalchemy.provision [req-54aa8a9a-de0f-48d4-8e68-5a7d8dfa5b9c - - - - -] CREATE BACKEND sqlite:// TOKEN wdphkqilan 2019-06-07 06:10:38.242 10552 INFO octavia.common.config [req-54aa8a9a-de0f-48d4-8e68-5a7d8dfa5b9c - - - - -] Logging enabled! 2019-06-07 06:10:38.243 10552 INFO octavia.common.config [req-54aa8a9a-de0f-48d4-8e68-5a7d8dfa5b9c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.290 10552 WARNING octavia.api.root_controller [req-54aa8a9a-de0f-48d4-8e68-5a7d8dfa5b9c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.316 10552 INFO octavia.api.v1.controllers.load_balancer [req-b22c9934-8e88-446b-9bff-23bb7df35360 - - - - -] Sending created Load Balancer dc50a4e3-8c1a-400c-a6cd-1d9acd901d6f to the handler 2019-06-07 06:10:38.396 10552 INFO octavia.api.v1.controllers.listener [req-e23748fd-562e-41b5-b918-199a3865f7e2 - - - - -] Sending Creation of Listener 9fe44d15-c2aa-49fc-b6bf-067144c48095 to handler 2019-06-07 06:10:38.621 10552 INFO octavia.api.v1.controllers.pool [req-0b0933ac-faa4-41c1-82ff-ee9500014977 - - - - -] Sending Creation of Pool a0ff32fa-b156-4240-9712-61247024769b to handler 2019-06-07 06:10:38.770 10552 INFO octavia.api.v1.controllers.pool [req-9005c1a7-319d-40bc-a8dc-7877a12675fe - - - - -] Sending Deletion of Pool a0ff32fa-b156-4240-9712-61247024769b to handler 2019-06-07 06:10:39.032 10552 INFO oslo_db.sqlalchemy.provision [req-02cb639e-e10a-44d6-a91a-b0965c556414 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.036 10552 INFO oslo_db.sqlalchemy.provision [req-02cb639e-e10a-44d6-a91a-b0965c556414 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wdphkqilan 2019-06-07 06:10:39.036 10552 INFO oslo_db.sqlalchemy.provision [req-02cb639e-e10a-44d6-a91a-b0965c556414 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_with_session_persistence [0.981484s] ... ok 2019-06-07 06:10:44.006 10537 INFO oslo_db.sqlalchemy.provision [req-baaa7673-e5d3-4a2d-b1a1-d51af28ccec5 - - - - -] CREATE BACKEND sqlite:// TOKEN vjfohnwyse 2019-06-07 06:10:44.173 10537 INFO octavia.common.config [req-baaa7673-e5d3-4a2d-b1a1-d51af28ccec5 - - - - -] Logging enabled! 2019-06-07 06:10:44.174 10537 INFO octavia.common.config [req-baaa7673-e5d3-4a2d-b1a1-d51af28ccec5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.219 10537 WARNING octavia.api.root_controller [req-baaa7673-e5d3-4a2d-b1a1-d51af28ccec5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.245 10537 INFO octavia.api.v2.controllers.load_balancer [req-a354961a-9f14-4fb9-bd2e-5ef9c567c1a4 - - - - -] Sending created Load Balancer 54de9ae8-dcd6-4662-9f95-2c5fd505456c to the handler 2019-06-07 06:10:44.333 10537 INFO octavia.api.v2.controllers.listener [req-8bbb9045-3418-40d7-9171-85171d05f3f3 - - - - -] Sending Creation of Listener 63970305-823d-4f96-aa8b-bc665744749f to handler 2019-06-07 06:10:44.494 10537 INFO octavia.api.v2.controllers.l7policy [req-cf930956-fbb7-4547-912e-4175d2edc5f5 - - - - -] Sending Creation of L7Policy 42bd9b56-447d-4c87-91de-4d2c5f02b66b to handler 2019-06-07 06:10:44.741 10537 INFO octavia.api.v2.controllers.l7rule [req-104aa647-6706-4f92-9cb1-7fa2ae2e7f99 - 206b24ec-33b7-4221-9cdb-958715d52180 - - -] Sending Creation of L7Rule 679ecb0d-3bf5-480e-a492-227d51247ab9 to handler 2019-06-07 06:10:44.904 10537 INFO oslo_db.sqlalchemy.provision [req-72cb0271-a72d-4f62-a97b-408860311c0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.907 10537 INFO oslo_db.sqlalchemy.provision [req-72cb0271-a72d-4f62-a97b-408860311c0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vjfohnwyse 2019-06-07 06:10:44.908 10537 INFO oslo_db.sqlalchemy.provision [req-72cb0271-a72d-4f62-a97b-408860311c0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_rule_authorized [0.908709s] ... ok 2019-06-07 06:10:39.552 10554 INFO oslo_db.sqlalchemy.provision [req-f11a8234-1fba-4708-a596-497a32fa3763 - - - - -] CREATE BACKEND sqlite:// TOKEN uvdngjzxcy 2019-06-07 06:10:39.718 10554 INFO octavia.common.config [req-f11a8234-1fba-4708-a596-497a32fa3763 - - - - -] Logging enabled! 2019-06-07 06:10:39.719 10554 INFO octavia.common.config [req-f11a8234-1fba-4708-a596-497a32fa3763 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.766 10554 WARNING octavia.api.root_controller [req-f11a8234-1fba-4708-a596-497a32fa3763 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.793 10554 INFO octavia.api.v2.controllers.load_balancer [req-603bc232-deca-44a5-a985-e196a377f3a6 - - - - -] Sending created Load Balancer 6202e039-9a0d-4d3a-8985-f334249f8e00 to the handler 2019-06-07 06:10:39.885 10554 INFO octavia.api.v2.controllers.pool [req-6cf792a8-e025-427d-a65b-8fcb0cee6fc3 - - - - -] Sending Creation of Pool 695384b2-7d44-4def-b399-f278a806052a to handler 2019-06-07 06:10:40.021 10554 INFO octavia.api.v2.controllers.listener [req-0c683c67-8dda-4867-b2cb-b50434ab90e0 - - - - -] Sending Creation of Listener 0139819c-22a8-4d81-b313-c14c3d437c20 to handler 2019-06-07 06:10:40.200 10554 INFO octavia.api.v2.controllers.listener [req-13841338-f174-42d1-bf9b-f0d8d306e76f - - - - -] Sending Creation of Listener f1cff4b4-093a-4399-936e-7870bd7fc56c to handler 2019-06-07 06:10:40.401 10554 INFO octavia.api.v2.controllers.listener [req-db9afe5b-0a0b-4219-8f77-c678f02d2ad0 - - - - -] Sending Creation of Listener 2febb192-ca35-4720-8de5-1cc3954bc008 to handler 2019-06-07 06:10:40.650 10554 INFO oslo_db.sqlalchemy.provision [req-c84c1f60-e9dd-4a8a-83f7-7c2323875a54 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.654 10554 INFO oslo_db.sqlalchemy.provision [req-c84c1f60-e9dd-4a8a-83f7-7c2323875a54 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uvdngjzxcy 2019-06-07 06:10:40.655 10554 INFO oslo_db.sqlalchemy.provision [req-c84c1f60-e9dd-4a8a-83f7-7c2323875a54 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_filter [1.108985s] ... ok 2019-06-07 06:10:35.195 10543 INFO oslo_db.sqlalchemy.provision [req-705ce26b-3b3b-4705-b387-6f60a9afa014 - - - - -] CREATE BACKEND sqlite:// TOKEN adlrgmgdux 2019-06-07 06:10:35.356 10543 INFO octavia.common.config [req-705ce26b-3b3b-4705-b387-6f60a9afa014 - - - - -] Logging enabled! 2019-06-07 06:10:35.357 10543 INFO octavia.common.config [req-705ce26b-3b3b-4705-b387-6f60a9afa014 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.441 10543 WARNING octavia.api.root_controller [req-705ce26b-3b3b-4705-b387-6f60a9afa014 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.461 10543 INFO octavia.api.v1.controllers.load_balancer [req-5442cc9f-0b3f-4f08-bced-1609e0fd6a7d - - - - -] Sending created Load Balancer 2c0d04f4-5f84-4d9e-8241-e0b10d8d4147 to the handler 2019-06-07 06:10:35.553 10543 INFO octavia.api.v1.controllers.listener [req-0c9b54e9-c5f0-47a4-a8e6-d68e17aa6d2e - - - - -] Sending Creation of Listener 93114b76-47ab-45e7-8476-b8388e474611 to handler 2019-06-07 06:10:35.880 10543 INFO oslo_db.sqlalchemy.provision [req-1e82a82d-9e35-4c98-b45f-418789ed63ec - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.884 10543 INFO oslo_db.sqlalchemy.provision [req-1e82a82d-9e35-4c98-b45f-418789ed63ec - - - - -] DROP BACKEND Engine(sqlite://) TOKEN adlrgmgdux 2019-06-07 06:10:35.885 10543 INFO oslo_db.sqlalchemy.provision [req-1e82a82d-9e35-4c98-b45f-418789ed63ec - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_bad_session_persistence [0.695959s] ... ok 2019-06-07 06:10:40.508 10528 INFO oslo_db.sqlalchemy.provision [req-9c7bc186-dde8-43b6-bd48-7102a6cff661 - - - - -] CREATE BACKEND sqlite:// TOKEN gwkvaodwxk 2019-06-07 06:10:40.679 10528 INFO octavia.common.config [req-9c7bc186-dde8-43b6-bd48-7102a6cff661 - - - - -] Logging enabled! 2019-06-07 06:10:40.680 10528 INFO octavia.common.config [req-9c7bc186-dde8-43b6-bd48-7102a6cff661 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.734 10528 WARNING octavia.api.root_controller [req-9c7bc186-dde8-43b6-bd48-7102a6cff661 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.765 10528 INFO octavia.api.v2.controllers.load_balancer [req-b6cdcfea-ad3e-4959-a81a-869b627476a9 - - - - -] Sending created Load Balancer 8ecd8f7d-3b30-4833-825e-b13a77238b18 to the handler 2019-06-07 06:10:40.859 10528 INFO octavia.api.v2.controllers.listener [req-ed05ddb5-1f5f-45cd-9caa-77f7af262f80 - - - - -] Sending Creation of Listener 73b025c4-8820-46d9-b6e4-e284b7527dc4 to handler 2019-06-07 06:10:40.995 10528 INFO octavia.api.v2.controllers.pool [req-58045a6a-8980-4814-9b75-548b520c1e02 - - - - -] Sending Creation of Pool ec30921e-4df6-4d61-b481-ff03402d6f82 to handler 2019-06-07 06:10:41.217 10528 INFO octavia.api.v2.controllers.l7policy [req-4207fddb-65f9-426f-86c7-05224814c396 - - - - -] Sending Creation of L7Policy e53357dd-78ff-4936-bcf4-723979af621f to handler 2019-06-07 06:10:41.309 10528 INFO oslo_db.sqlalchemy.provision [req-1f656694-fe81-446c-b3f1-fb4fdc0c9285 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.313 10528 INFO oslo_db.sqlalchemy.provision [req-1f656694-fe81-446c-b3f1-fb4fdc0c9285 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gwkvaodwxk 2019-06-07 06:10:41.313 10528 INFO oslo_db.sqlalchemy.provision [req-1f656694-fe81-446c-b3f1-fb4fdc0c9285 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_authorized [0.811880s] ... ok 2019-06-07 06:10:34.438 10549 INFO oslo_db.sqlalchemy.provision [req-ddd6657a-0877-45b3-94e3-384e823941b6 - - - - -] CREATE BACKEND sqlite:// TOKEN hppvyluqim 2019-06-07 06:10:34.599 10549 INFO octavia.common.config [req-ddd6657a-0877-45b3-94e3-384e823941b6 - - - - -] Logging enabled! 2019-06-07 06:10:34.600 10549 INFO octavia.common.config [req-ddd6657a-0877-45b3-94e3-384e823941b6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.645 10549 WARNING octavia.api.root_controller [req-ddd6657a-0877-45b3-94e3-384e823941b6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.666 10549 INFO octavia.api.v1.controllers.load_balancer [req-05d17e3e-aea2-4101-a79d-563ca939a0f4 - - - - -] Sending created Load Balancer 9796c0c1-aa33-48ad-9cf4-265a8b34148d to the handler 2019-06-07 06:10:34.691 10549 INFO octavia.api.v1.controllers.load_balancer [req-f6051b35-2b41-4b3c-a4eb-f633c08d8706 - - - - -] Load Balancer 9796c0c1-aa33-48ad-9cf4-265a8b34148d is immutable. 2019-06-07 06:10:34.727 10549 INFO oslo_db.sqlalchemy.provision [req-f6051b35-2b41-4b3c-a4eb-f633c08d8706 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.731 10549 INFO oslo_db.sqlalchemy.provision [req-f6051b35-2b41-4b3c-a4eb-f633c08d8706 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hppvyluqim 2019-06-07 06:10:34.732 10549 INFO oslo_db.sqlalchemy.provision [req-f6051b35-2b41-4b3c-a4eb-f633c08d8706 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_pending_create [0.299783s] ... ok 2019-06-07 06:10:40.527 10538 INFO oslo_db.sqlalchemy.provision [req-55cc00e0-0473-4207-9f78-410f94dcfc87 - - - - -] CREATE BACKEND sqlite:// TOKEN rijfdqydej 2019-06-07 06:10:40.695 10538 INFO octavia.common.config [req-55cc00e0-0473-4207-9f78-410f94dcfc87 - - - - -] Logging enabled! 2019-06-07 06:10:40.696 10538 INFO octavia.common.config [req-55cc00e0-0473-4207-9f78-410f94dcfc87 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.744 10538 WARNING octavia.api.root_controller [req-55cc00e0-0473-4207-9f78-410f94dcfc87 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.770 10538 INFO octavia.api.v2.controllers.load_balancer [req-0a0eab1f-83ba-4bfc-b0e7-5795ee385675 - - - - -] Sending created Load Balancer 96c045b3-1775-4b83-84f4-0881bae3164a to the handler 2019-06-07 06:10:40.856 10538 INFO octavia.api.v2.controllers.listener [req-d6f2eab4-a165-4c62-b6c5-3ab04922a0db - - - - -] Sending Creation of Listener 77b5f416-c5f8-4450-be3c-46f3aacb999c to handler 2019-06-07 06:10:40.988 10538 INFO octavia.api.v2.controllers.pool [req-e30b1729-5257-4fa8-bee0-025569c55f53 - - - - -] Sending Creation of Pool b8cdc6ae-d7ab-40dd-8514-3c58443da2a3 to handler 2019-06-07 06:10:41.224 10538 INFO octavia.api.v2.controllers.pool [req-853a834e-8a7b-4b38-9f56-6282dd8b6f36 - - - - -] Sending Creation of Pool c5af2b9c-7a2d-4312-8051-b4796bfd1a68 to handler 2019-06-07 06:10:41.463 10538 INFO octavia.api.v2.controllers.health_monitor [req-d535303d-dc26-411e-a445-72e423c9745c - - - - -] Sending Creation of Health Monitor 71c13025-aa07-46d0-8de3-9fea72965aaa to handler 2019-06-07 06:10:41.674 10538 INFO oslo_db.sqlalchemy.provision [req-e8480ac2-2190-44fc-a831-f7274a7f19aa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.678 10538 INFO oslo_db.sqlalchemy.provision [req-e8480ac2-2190-44fc-a831-f7274a7f19aa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rijfdqydej 2019-06-07 06:10:41.679 10538 INFO oslo_db.sqlalchemy.provision [req-e8480ac2-2190-44fc-a831-f7274a7f19aa - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_authorized [1.158269s] ... ok 2019-06-07 06:10:42.833 10558 INFO oslo_db.sqlalchemy.provision [req-ee585074-2458-4698-a90c-1e4d2d770709 - - - - -] CREATE BACKEND sqlite:// TOKEN pxfmoiokxa 2019-06-07 06:10:43.003 10558 INFO octavia.common.config [req-ee585074-2458-4698-a90c-1e4d2d770709 - - - - -] Logging enabled! 2019-06-07 06:10:43.004 10558 INFO octavia.common.config [req-ee585074-2458-4698-a90c-1e4d2d770709 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.053 10558 WARNING octavia.api.root_controller [req-ee585074-2458-4698-a90c-1e4d2d770709 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.082 10558 INFO octavia.api.v2.controllers.load_balancer [req-03d3124f-1922-45d1-85d7-c0d144ffdd2b - - - - -] Sending created Load Balancer db56c90a-527e-4a04-a319-ab20d9022903 to the handler 2019-06-07 06:10:43.179 10558 INFO octavia.api.v2.controllers.pool [req-f1fd9aca-4708-4bb6-a706-720e860c80cf - - - - -] Sending Creation of Pool 4049d8c3-46e1-473b-9617-16334fc8a5a1 to handler 2019-06-07 06:10:43.298 10558 INFO octavia.api.v2.controllers.load_balancer [req-eecca3c3-eeb7-45a9-bfe1-b2f63f700185 - - - - -] Sending created Load Balancer 79395091-1676-4d3b-81e4-11d34aae25e0 to the handler 2019-06-07 06:10:43.391 10558 INFO octavia.api.v2.controllers.listener [req-cc070d87-bdfc-487b-bdf8-28dfdc8c582b - - - - -] Sending Creation of Listener 9407eb82-cdb1-4e4d-8f82-5db65c7d5670 to handler 2019-06-07 06:10:43.535 10558 INFO octavia.api.v2.controllers.listener [req-031004aa-89fa-403d-9d0a-452783bb93e9 - - - - -] Sending Creation of Listener ccadd27c-6aaa-4d51-8e2d-f27fa7af9a48 to handler 2019-06-07 06:10:43.701 10558 INFO octavia.api.v2.controllers.listener [req-1e7a53d9-e4cb-4f25-9b9e-0c45d490ed79 - - - - -] Sending Creation of Listener d1df0cc6-b40d-4a6e-a1ee-406fb97aae2e to handler 2019-06-07 06:10:43.897 10558 INFO oslo_db.sqlalchemy.provision [req-75f280fa-168d-4fff-a025-53fcc8a9c295 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.900 10558 INFO oslo_db.sqlalchemy.provision [req-75f280fa-168d-4fff-a025-53fcc8a9c295 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pxfmoiokxa 2019-06-07 06:10:43.901 10558 INFO oslo_db.sqlalchemy.provision [req-75f280fa-168d-4fff-a025-53fcc8a9c295 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_non_admin [1.085680s] ... ok 2019-06-07 06:10:38.873 10535 INFO oslo_db.sqlalchemy.provision [req-16d5cfbb-d863-47f4-a765-2cd68e2bcb2e - - - - -] CREATE BACKEND sqlite:// TOKEN xvelsboybh 2019-06-07 06:10:39.036 10535 INFO octavia.common.config [req-16d5cfbb-d863-47f4-a765-2cd68e2bcb2e - - - - -] Logging enabled! 2019-06-07 06:10:39.037 10535 INFO octavia.common.config [req-16d5cfbb-d863-47f4-a765-2cd68e2bcb2e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.083 10535 WARNING octavia.api.root_controller [req-16d5cfbb-d863-47f4-a765-2cd68e2bcb2e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.110 10535 INFO octavia.api.v2.controllers.load_balancer [req-fcd3362e-0685-49b4-aa8f-74765dfd1dc7 - - - - -] Sending created Load Balancer 330f2560-1844-4291-9121-c0a8d85e4a82 to the handler 2019-06-07 06:10:39.194 10535 INFO octavia.api.v2.controllers.listener [req-c8431c74-7bd7-4cc9-b506-e36b74a8fffe - - - - -] Sending Creation of Listener f2216f08-d77b-45f6-83e6-5eb800d546cb to handler 2019-06-07 06:10:39.325 10535 INFO octavia.api.v2.controllers.pool [req-0c43ee0a-98b4-4627-81a2-ee1e81fb22aa - - - - -] Sending Creation of Pool b797bd09-1be7-450a-a6c7-8c8b2840697c to handler 2019-06-07 06:10:39.532 10535 INFO octavia.api.v2.controllers.pool [req-e99a0ecc-f18b-450e-8665-12dc25e6b3b1 - - - - -] Sending Creation of Pool 5ea23d22-75da-4a31-ae30-0df1ac7b994f to handler 2019-06-07 06:10:39.731 10535 INFO octavia.api.v2.controllers.load_balancer [req-dabfde0a-41dc-41d1-b43c-bf2f476ea04a - - - - -] Sending created Load Balancer fd5de319-4730-4eef-baa5-e8b57fe5889b to the handler 2019-06-07 06:10:39.800 10535 INFO octavia.api.v2.controllers.load_balancer [req-8099c2d1-a91c-4f60-b7d5-31ca64b160c4 - - - - -] Sending created Load Balancer 063c2283-04eb-4ccd-a4bf-b9c86521bdf6 to the handler 2019-06-07 06:10:39.886 10535 INFO octavia.api.v2.controllers.pool [req-97b519ad-3951-43b0-9da3-dde500edcec9 - - - - -] Sending Creation of Pool b26762c8-9aab-40f2-bc64-0bc895e6623f to handler 2019-06-07 06:10:40.046 10535 INFO octavia.api.v2.controllers.pool [req-fe134f68-0917-4aca-8e1a-bb85ad8b1273 - - - - -] Sending Creation of Pool 51df4bed-ff26-4a60-877f-0bdf97c325e9 to handler 2019-06-07 06:10:40.190 10535 INFO octavia.api.v2.controllers.pool [req-9d84721c-37b7-4686-abe8-0fbe8b3c4237 - - - - -] Sending Creation of Pool 36671ed7-d8ea-427b-ad49-a7fcf28a0fc4 to handler 2019-06-07 06:10:40.337 10535 INFO octavia.api.v2.controllers.health_monitor [req-4840f7e9-4f59-4b3f-bffc-f2f8995958d2 - - - - -] Sending Creation of Health Monitor 1386a1f4-4bd5-4864-b3f5-1de843cc7d0e to handler 2019-06-07 06:10:40.531 10535 INFO octavia.api.v2.controllers.health_monitor [req-1d9208fe-058a-440a-bbfc-db0e8b9487b4 - - - - -] Sending Creation of Health Monitor aea61d5d-607d-462c-98f2-ef9021b6334b to handler 2019-06-07 06:10:40.698 10535 INFO octavia.api.v2.controllers.health_monitor [req-0c6f70a7-06a9-4c20-b7da-ab57a35ab9e1 - - - - -] Sending Creation of Health Monitor 7cf4a748-a497-44d2-8970-739bb9519003 to handler 2019-06-07 06:10:40.853 10535 INFO oslo_db.sqlalchemy.provision [req-11fa4dfe-051d-47c6-a670-fefa34db3b07 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.857 10535 INFO oslo_db.sqlalchemy.provision [req-11fa4dfe-051d-47c6-a670-fefa34db3b07 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xvelsboybh 2019-06-07 06:10:40.857 10535 INFO oslo_db.sqlalchemy.provision [req-11fa4dfe-051d-47c6-a670-fefa34db3b07 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_by_project_id [1.990732s] ... ok 2019-06-07 06:10:39.016 10544 INFO oslo_db.sqlalchemy.provision [req-86dd82e3-e769-4f8a-87d2-722e299983e2 - - - - -] CREATE BACKEND sqlite:// TOKEN pegddvwdja 2019-06-07 06:10:39.183 10544 INFO octavia.common.config [req-86dd82e3-e769-4f8a-87d2-722e299983e2 - - - - -] Logging enabled! 2019-06-07 06:10:39.184 10544 INFO octavia.common.config [req-86dd82e3-e769-4f8a-87d2-722e299983e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.232 10544 WARNING octavia.api.root_controller [req-86dd82e3-e769-4f8a-87d2-722e299983e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.260 10544 INFO octavia.api.v2.controllers.load_balancer [req-3efb101f-22fb-41a4-a926-c00d5afab05b - - - - -] Sending created Load Balancer 89a9bb3c-7aa1-455d-b49d-e2f28829d143 to the handler 2019-06-07 06:10:39.347 10544 INFO octavia.api.v2.controllers.listener [req-e8d94c6c-919b-4674-a272-ca3bca266852 - - - - -] Sending Creation of Listener 41e6d9cd-2ea3-46ff-a7ba-9506f99e8678 to handler 2019-06-07 06:10:39.493 10544 INFO octavia.api.v2.controllers.l7policy [req-32b60c9c-6c94-4092-a629-74c43b3a7421 - - - - -] Sending Creation of L7Policy 00f40894-afd9-46a3-ab5b-b26b702fecd2 to handler 2019-06-07 06:10:39.753 10544 INFO octavia.api.v2.controllers.l7rule [req-b55785b9-99f4-4c6a-92d5-a3d05fea67d7 - - - - -] Sending Creation of L7Rule b89acdc5-f725-42bf-9ad3-1e54afcfdcf4 to handler 2019-06-07 06:10:40.046 10544 INFO octavia.api.v2.controllers.l7rule [req-7e4b562f-1594-41f5-8295-2aceba0ab799 - - - - -] Sending Creation of L7Rule cad73627-e742-4224-9c6f-7fae090a0644 to handler 2019-06-07 06:10:40.399 10544 INFO octavia.api.v2.controllers.l7rule [req-90d54958-af23-4064-a7ab-4d9517c24501 - - - - -] Sending Creation of L7Rule 1c3cffa1-704e-4c4f-9a68-26ad7ab70513 to handler 2019-06-07 06:10:40.818 10544 INFO oslo_db.sqlalchemy.provision [req-7fb6e26e-a843-4a16-a346-cadb41e7c760 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.822 10544 INFO oslo_db.sqlalchemy.provision [req-7fb6e26e-a843-4a16-a346-cadb41e7c760 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pegddvwdja 2019-06-07 06:10:40.822 10544 INFO oslo_db.sqlalchemy.provision [req-7fb6e26e-a843-4a16-a346-cadb41e7c760 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_sorted [1.813093s] ... ok 2019-06-07 06:10:34.309 10550 INFO oslo_db.sqlalchemy.provision [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] CREATE BACKEND sqlite:// TOKEN foxqxwgphg 2019-06-07 06:10:34.469 10550 INFO octavia.common.config [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] Logging enabled! 2019-06-07 06:10:34.470 10550 INFO octavia.common.config [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.515 10550 WARNING octavia.api.root_controller [req-ea0666bb-8877-483e-9b27-f220cf369fd4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.536 10550 INFO octavia.api.v1.controllers.load_balancer [req-002bdc43-ff7f-4d7c-a63f-642b666c4e54 - - - - -] Sending created Load Balancer a1f7c8bc-60ff-4515-a6d5-9c9d627e0c40 to the handler 2019-06-07 06:10:34.615 10550 INFO octavia.api.v1.controllers.listener [req-d5bca8be-09cd-4cb3-b1e0-f30df826f862 - - - - -] Sending Creation of Listener d63e4778-966f-4a14-b8bc-1020d1d1f0b3 to handler 2019-06-07 06:10:34.830 10550 INFO octavia.api.v1.controllers.pool [req-d387e8e0-714a-4d80-b7b0-ae87b6eab5e0 - - - - -] Sending Creation of Pool 4fe31503-4281-4780-9dc8-0db4bfd64bf1 to handler 2019-06-07 06:10:35.018 10550 INFO octavia.api.v1.controllers.pool [req-5c441d37-6e89-43df-bb2d-969417d15a2e - - - - -] Sending Deletion of Pool 4fe31503-4281-4780-9dc8-0db4bfd64bf1 to handler 2019-06-07 06:10:35.279 10550 INFO oslo_db.sqlalchemy.provision [req-6931615a-28f4-4d27-b27d-d39871530df2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.282 10550 INFO oslo_db.sqlalchemy.provision [req-6931615a-28f4-4d27-b27d-d39871530df2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN foxqxwgphg 2019-06-07 06:10:35.283 10550 INFO oslo_db.sqlalchemy.provision [req-6931615a-28f4-4d27-b27d-d39871530df2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete [0.980972s] ... ok 2019-06-07 06:10:39.045 10552 INFO oslo_db.sqlalchemy.provision [req-02cb639e-e10a-44d6-a91a-b0965c556414 - - - - -] CREATE BACKEND sqlite:// TOKEN aursygbpah 2019-06-07 06:10:39.209 10552 INFO octavia.common.config [req-02cb639e-e10a-44d6-a91a-b0965c556414 - - - - -] Logging enabled! 2019-06-07 06:10:39.210 10552 INFO octavia.common.config [req-02cb639e-e10a-44d6-a91a-b0965c556414 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.255 10552 WARNING octavia.api.root_controller [req-02cb639e-e10a-44d6-a91a-b0965c556414 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.287 10552 INFO octavia.api.v2.controllers.load_balancer [req-ac7edced-6c49-446a-8694-b0166445a3dd - - - - -] Sending created Load Balancer 02aa2340-2c98-49a8-b762-51a183d71dba to the handler 2019-06-07 06:10:39.370 10552 ERROR octavia.api.v2.controllers.base [req-0a6d7a23-f014-4216-8897-0faa59276a03 - - - - -] Amphora asdf not found: None 2019-06-07 06:10:39.370 10552 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:39.370 10552 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:39.396 10552 INFO oslo_db.sqlalchemy.provision [req-0a6d7a23-f014-4216-8897-0faa59276a03 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.399 10552 INFO oslo_db.sqlalchemy.provision [req-0a6d7a23-f014-4216-8897-0faa59276a03 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aursygbpah 2019-06-07 06:10:39.400 10552 INFO oslo_db.sqlalchemy.provision [req-0a6d7a23-f014-4216-8897-0faa59276a03 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_failover_bad_amp_id [0.362332s] ... ok 2019-06-07 06:10:35.627 10541 INFO oslo_db.sqlalchemy.provision [req-1cb74d71-000c-41b5-b9e2-9c7b9fe120fd - - - - -] CREATE BACKEND sqlite:// TOKEN lpxxyhrnwm 2019-06-07 06:10:35.792 10541 INFO octavia.common.config [req-1cb74d71-000c-41b5-b9e2-9c7b9fe120fd - - - - -] Logging enabled! 2019-06-07 06:10:35.793 10541 INFO octavia.common.config [req-1cb74d71-000c-41b5-b9e2-9c7b9fe120fd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.837 10541 WARNING octavia.api.root_controller [req-1cb74d71-000c-41b5-b9e2-9c7b9fe120fd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.858 10541 INFO octavia.api.v1.controllers.load_balancer [req-b0ae0b8f-dd77-4e62-99de-fba0a1c43a78 - - - - -] Sending created Load Balancer d6ea72fe-7720-4880-a260-a6632e57a121 to the handler 2019-06-07 06:10:35.935 10541 INFO octavia.api.v1.controllers.pool [req-0dfbff04-dcc3-499d-8f7b-95e260dd054d - - - - -] Sending Creation of Pool d9f34003-94b4-4bd2-91b4-eed03eb520fe to handler 2019-06-07 06:10:36.012 10541 INFO oslo_db.sqlalchemy.provision [req-24f731b2-a7f6-4d0d-82e6-bd56e7a1c8d1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.016 10541 INFO oslo_db.sqlalchemy.provision [req-24f731b2-a7f6-4d0d-82e6-bd56e7a1c8d1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lpxxyhrnwm 2019-06-07 06:10:36.016 10541 INFO oslo_db.sqlalchemy.provision [req-24f731b2-a7f6-4d0d-82e6-bd56e7a1c8d1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_listeners_same_port ... SKIPPED: This test should pass with a validation layer. 2019-06-07 06:10:40.663 10554 INFO oslo_db.sqlalchemy.provision [req-c84c1f60-e9dd-4a8a-83f7-7c2323875a54 - - - - -] CREATE BACKEND sqlite:// TOKEN suggphfihy 2019-06-07 06:10:40.827 10554 INFO octavia.common.config [req-c84c1f60-e9dd-4a8a-83f7-7c2323875a54 - - - - -] Logging enabled! 2019-06-07 06:10:40.827 10554 INFO octavia.common.config [req-c84c1f60-e9dd-4a8a-83f7-7c2323875a54 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.873 10554 WARNING octavia.api.root_controller [req-c84c1f60-e9dd-4a8a-83f7-7c2323875a54 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.904 10554 INFO octavia.api.v2.controllers.load_balancer [req-24bbc4f3-ca7a-4d40-bf49-8d07c6b745a6 - - - - -] Sending created Load Balancer cd025363-6bac-4e77-b40b-33786acd2227 to the handler 2019-06-07 06:10:40.966 10554 INFO oslo_db.sqlalchemy.provision [req-e5517493-2254-4c31-867c-98f1db4707c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.970 10554 INFO oslo_db.sqlalchemy.provision [req-e5517493-2254-4c31-867c-98f1db4707c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN suggphfihy 2019-06-07 06:10:40.971 10554 INFO oslo_db.sqlalchemy.provision [req-e5517493-2254-4c31-867c-98f1db4707c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_authorized [0.314328s] ... ok 2019-06-07 06:10:44.916 10537 INFO oslo_db.sqlalchemy.provision [req-72cb0271-a72d-4f62-a97b-408860311c0f - - - - -] CREATE BACKEND sqlite:// TOKEN cpkmosjvdz 2019-06-07 06:10:45.078 10537 INFO octavia.common.config [req-72cb0271-a72d-4f62-a97b-408860311c0f - - - - -] Logging enabled! 2019-06-07 06:10:45.079 10537 INFO octavia.common.config [req-72cb0271-a72d-4f62-a97b-408860311c0f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.126 10537 WARNING octavia.api.root_controller [req-72cb0271-a72d-4f62-a97b-408860311c0f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.152 10537 INFO octavia.api.v2.controllers.load_balancer [req-b08538f2-2634-4d50-b4c5-ec4e18574fca - - - - -] Sending created Load Balancer acdd2245-baa1-434b-9d8e-18020196546b to the handler 2019-06-07 06:10:45.192 10537 INFO octavia.api.v2.controllers.load_balancer [req-a605e016-5f86-442d-b613-100c2be0abba - - - - -] Sending created Load Balancer b71ee3f7-ec04-407e-afc4-e3668aa41ccc to the handler 2019-06-07 06:10:45.229 10537 INFO octavia.api.v2.controllers.load_balancer [req-a2076225-ff15-474b-8271-4638b49c1e8c - - - - -] Sending created Load Balancer 29b3f5f6-bdf6-42ef-93e1-23cf426e3ecc to the handler 2019-06-07 06:10:45.315 10537 INFO oslo_db.sqlalchemy.provision [req-4da39c81-bed0-4922-a64c-cf5531516f66 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.318 10537 INFO oslo_db.sqlalchemy.provision [req-4da39c81-bed0-4922-a64c-cf5531516f66 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cpkmosjvdz 2019-06-07 06:10:45.319 10537 INFO oslo_db.sqlalchemy.provision [req-4da39c81-bed0-4922-a64c-cf5531516f66 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_admin [0.408739s] ... ok 2019-06-07 06:10:35.905 10543 INFO oslo_db.sqlalchemy.provision [req-1e82a82d-9e35-4c98-b45f-418789ed63ec - - - - -] CREATE BACKEND sqlite:// TOKEN oyebhmbdom 2019-06-07 06:10:36.233 10543 INFO octavia.common.config [req-1e82a82d-9e35-4c98-b45f-418789ed63ec - - - - -] Logging enabled! 2019-06-07 06:10:36.234 10543 INFO octavia.common.config [req-1e82a82d-9e35-4c98-b45f-418789ed63ec - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.278 10543 WARNING octavia.api.root_controller [req-1e82a82d-9e35-4c98-b45f-418789ed63ec - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.299 10543 INFO octavia.api.v1.controllers.load_balancer [req-62978912-0707-417e-81ec-5d7dbddf3fb7 - - - - -] Sending created Load Balancer 843ec7fd-ea91-4640-9b13-84ce4ce3ed85 to the handler 2019-06-07 06:10:36.423 10543 INFO octavia.api.v1.controllers.listener [req-b7590bd1-f3ac-4b0f-b17d-5c342b44b651 - - - - -] Sending Creation of Listener ea8d9ea5-8c65-40ed-94dd-411e13fbfefe to handler 2019-06-07 06:10:36.716 10543 INFO octavia.api.v1.controllers.pool [req-e24d382f-815e-49eb-a65b-9ea2fd025173 - - - - -] Sending Creation of Pool 24044a72-452d-4ff4-a476-a190c5f02717 to handler 2019-06-07 06:10:36.885 10543 INFO oslo_db.sqlalchemy.provision [req-bea22bed-f412-4eaf-8923-cd3e24687ba1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.888 10543 INFO oslo_db.sqlalchemy.provision [req-bea22bed-f412-4eaf-8923-cd3e24687ba1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oyebhmbdom 2019-06-07 06:10:36.889 10543 INFO oslo_db.sqlalchemy.provision [req-bea22bed-f412-4eaf-8923-cd3e24687ba1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v1.test_pool.TestPool.test_get_all_with_listener [1.003618s] ... ok 2019-06-07 06:10:41.081 10532 INFO oslo_db.sqlalchemy.provision [req-770721bc-cc51-437b-ba6c-9dd65fb44ae4 - - - - -] CREATE BACKEND sqlite:// TOKEN liwcjgxhdx 2019-06-07 06:10:41.247 10532 INFO octavia.common.config [req-770721bc-cc51-437b-ba6c-9dd65fb44ae4 - - - - -] Logging enabled! 2019-06-07 06:10:41.248 10532 INFO octavia.common.config [req-770721bc-cc51-437b-ba6c-9dd65fb44ae4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.293 10532 WARNING octavia.api.root_controller [req-770721bc-cc51-437b-ba6c-9dd65fb44ae4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.319 10532 INFO octavia.api.v2.controllers.load_balancer [req-01fde3e6-2c19-4cf5-a01e-9b311e314c46 - - - - -] Sending created Load Balancer 95ef17c7-cf55-43da-a2ff-b993b16e15d7 to the handler 2019-06-07 06:10:41.404 10532 INFO octavia.api.v2.controllers.listener [req-e9c70228-978c-4d90-94b2-181f758ad3c2 - - - - -] Sending Creation of Listener 81c369c9-b9f6-47eb-8cab-e85082da07cf to handler 2019-06-07 06:10:41.536 10532 INFO octavia.api.v2.controllers.pool [req-4caaf6dc-5e3e-42ac-8963-8b82765f9c54 - - - - -] Sending Creation of Pool f9408603-b601-4c77-914a-959a4ef43bf8 to handler 2019-06-07 06:10:41.753 10532 INFO octavia.api.v2.controllers.pool [req-03006531-fb86-4a9a-a337-850387edd9a1 - - - - -] Sending Creation of Pool cb3f8720-a3a9-4ad9-aedd-23d916d9cda2 to handler 2019-06-07 06:10:41.978 10532 INFO octavia.api.v2.controllers.pool [req-902f4266-b20f-40b8-a468-61a1ec9b0d52 - - - - -] Sending Creation of Pool 896066aa-2463-4c63-aee8-320e332c0901 to handler 2019-06-07 06:10:42.269 10532 INFO octavia.api.v2.controllers.pool [req-0d391d2d-d77a-4593-a7df-df16069a2b22 - - - - -] Sending Creation of Pool a3fe77ec-d755-42c2-acc8-662adc8019c5 to handler 2019-06-07 06:10:42.578 10532 INFO octavia.api.v2.controllers.pool [req-e2356ed7-04fd-4042-a2d5-042744f326ba - - - - -] Sending Creation of Pool f8aebdd0-8c64-4509-a9c4-d021adbd6fa0 to handler 2019-06-07 06:10:42.955 10532 INFO octavia.api.v2.controllers.health_monitor [req-a3ee4701-f7e4-4ff3-9db8-dc99fcb73a86 - - - - -] Sending Creation of Health Monitor 4fa84667-6d04-4176-8a5a-53a507db4b39 to handler 2019-06-07 06:10:43.309 10532 INFO octavia.api.v2.controllers.health_monitor [req-91e52833-de95-4d19-85fc-627aa98ae7bb - - - - -] Sending Creation of Health Monitor 7776f0a7-75ed-46c2-a230-9f20ad368421 to handler 2019-06-07 06:10:43.678 10532 INFO octavia.api.v2.controllers.health_monitor [req-5c434788-a1e7-4fe0-82ba-6c0a0c62b6b8 - - - - -] Sending Creation of Health Monitor 362688d6-e790-46c1-a65d-f05b2df36a0b to handler 2019-06-07 06:10:43.975 10532 INFO oslo_db.sqlalchemy.provision [req-005417b6-644e-4c34-8c6e-36fccf669dd3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.979 10532 INFO oslo_db.sqlalchemy.provision [req-005417b6-644e-4c34-8c6e-36fccf669dd3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN liwcjgxhdx 2019-06-07 06:10:43.979 10532 INFO oslo_db.sqlalchemy.provision [req-005417b6-644e-4c34-8c6e-36fccf669dd3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_filter [2.905148s] ... ok 2019-06-07 06:10:41.319 10528 INFO oslo_db.sqlalchemy.provision [req-1f656694-fe81-446c-b3f1-fb4fdc0c9285 - - - - -] CREATE BACKEND sqlite:// TOKEN hfcuyreqsh 2019-06-07 06:10:41.636 10528 INFO octavia.common.config [req-1f656694-fe81-446c-b3f1-fb4fdc0c9285 - - - - -] Logging enabled! 2019-06-07 06:10:41.637 10528 INFO octavia.common.config [req-1f656694-fe81-446c-b3f1-fb4fdc0c9285 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.683 10528 WARNING octavia.api.root_controller [req-1f656694-fe81-446c-b3f1-fb4fdc0c9285 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.710 10528 INFO octavia.api.v2.controllers.load_balancer [req-631c047d-c1e3-4710-aab4-283e0b12b4d3 - - - - -] Sending created Load Balancer 9a8e507c-beb5-4f70-a037-7e6bac02d441 to the handler 2019-06-07 06:10:41.797 10528 INFO octavia.api.v2.controllers.listener [req-f1017aee-b005-453e-ac00-2e27c2b9cbdd - - - - -] Sending Creation of Listener 1f64a1cb-242b-4b8a-bb92-9d4dd57c43bb to handler 2019-06-07 06:10:41.931 10528 INFO octavia.api.v2.controllers.pool [req-4084d151-d7e7-4e16-9494-b68c4a68a80b - - - - -] Sending Creation of Pool 21ff20e8-056a-4dc8-956a-fb19be6f0e5d to handler 2019-06-07 06:10:42.134 10528 INFO octavia.api.v2.controllers.l7policy [req-6129c427-33c1-4380-8d4e-f4f8af413ba0 - - - - -] Sending Creation of L7Policy 7f672aaa-461f-4d9b-b37e-3d3a7f731ede to handler 2019-06-07 06:10:42.275 10528 INFO oslo_db.sqlalchemy.provision [req-dac57239-42d7-4a18-ba6d-4fa34630f360 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.279 10528 INFO oslo_db.sqlalchemy.provision [req-dac57239-42d7-4a18-ba6d-4fa34630f360 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hfcuyreqsh 2019-06-07 06:10:42.280 10528 INFO oslo_db.sqlalchemy.provision [req-dac57239-42d7-4a18-ba6d-4fa34630f360 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_hides_deleted [0.966202s] ... ok 2019-06-07 06:10:39.807 10548 INFO oslo_db.sqlalchemy.provision [req-e5d068f5-8c1c-4f1c-b33e-5d2075f73b1f - - - - -] CREATE BACKEND sqlite:// TOKEN gozgkjlfec 2019-06-07 06:10:39.987 10548 INFO octavia.common.config [req-e5d068f5-8c1c-4f1c-b33e-5d2075f73b1f - - - - -] Logging enabled! 2019-06-07 06:10:39.988 10548 INFO octavia.common.config [req-e5d068f5-8c1c-4f1c-b33e-5d2075f73b1f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.037 10548 WARNING octavia.api.root_controller [req-e5d068f5-8c1c-4f1c-b33e-5d2075f73b1f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.063 10548 INFO octavia.api.v2.controllers.load_balancer [req-b9f8d7c5-f47b-40f3-bb71-b87904657265 - - - - -] Sending created Load Balancer c97bf074-aabb-4505-915e-cd5f019f0f65 to the handler 2019-06-07 06:10:40.151 10548 INFO octavia.api.v2.controllers.listener [req-aba7c610-2395-4fca-8b3a-a6d2d5051358 - - - - -] Sending Creation of Listener 45fb04f3-ba78-43e3-a2b6-6135d6f0a44d to handler 2019-06-07 06:10:40.295 10548 INFO octavia.api.v2.controllers.pool [req-e30f0f48-1c22-4e6b-bd84-3839ce466330 - - - - -] Sending Creation of Pool 08d7f0cf-f162-433b-ae09-d4add5885aa7 to handler 2019-06-07 06:10:40.504 10548 INFO octavia.api.v2.controllers.pool [req-0e6de8da-de94-467c-9983-dcf97b443f78 - - - - -] Sending Creation of Pool d72c9314-8abb-4a94-a8d8-c6f11f7515b4 to handler 2019-06-07 06:10:40.763 10548 INFO octavia.api.v2.controllers.health_monitor [req-16ec045f-e091-4bfe-b7cb-ed03870b0d57 - - - - -] Sending Creation of Health Monitor 0c1f9c51-8429-4e74-ab89-339051045bfe to handler 2019-06-07 06:10:41.036 10548 INFO octavia.api.v2.controllers.health_monitor [req-b9d32813-b9ba-453b-b0c0-d086ca3b5910 - - - - -] Sending Update of Health Monitor for Pool 0c1f9c51-8429-4e74-ab89-339051045bfe to handler 2019-06-07 06:10:41.284 10548 INFO oslo_db.sqlalchemy.provision [req-398a67f3-d600-43a7-a625-342802d73913 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.288 10548 INFO oslo_db.sqlalchemy.provision [req-398a67f3-d600-43a7-a625-342802d73913 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gozgkjlfec 2019-06-07 06:10:41.289 10548 INFO oslo_db.sqlalchemy.provision [req-398a67f3-d600-43a7-a625-342802d73913 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update [1.488187s] ... ok 2019-06-07 06:10:41.158 10546 INFO oslo_db.sqlalchemy.provision [req-89940928-fa90-4dc0-bae3-bde1b14cb979 - - - - -] CREATE BACKEND sqlite:// TOKEN zfoccmzuda 2019-06-07 06:10:41.321 10546 INFO octavia.common.config [req-89940928-fa90-4dc0-bae3-bde1b14cb979 - - - - -] Logging enabled! 2019-06-07 06:10:41.322 10546 INFO octavia.common.config [req-89940928-fa90-4dc0-bae3-bde1b14cb979 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.369 10546 WARNING octavia.api.root_controller [req-89940928-fa90-4dc0-bae3-bde1b14cb979 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.396 10546 INFO octavia.api.v2.controllers.load_balancer [req-ddc45737-f6c2-4214-aaff-a9abe9b96d25 - - - - -] Sending created Load Balancer e822fab5-dcae-4e17-b123-bc02bc464128 to the handler 2019-06-07 06:10:41.485 10546 INFO octavia.api.v2.controllers.listener [req-e35841c6-9157-4147-bd40-93a6ff62b30f - - - - -] Sending Creation of Listener 32bc0b93-6714-42ec-ac24-8a1c8b306e7f to handler 2019-06-07 06:10:41.619 10546 INFO octavia.api.v2.controllers.pool [req-f5798748-2353-4129-907c-a38761540ec4 - - - - -] Sending Creation of Pool fc5b9bdd-d51a-46f6-80cd-c92de7c0e11c to handler 2019-06-07 06:10:41.755 10546 INFO octavia.api.v2.controllers.load_balancer [req-01bda958-0551-4cff-bfd9-facaa4980310 - - - - -] Sending created Load Balancer 542b2fed-4d09-40ea-9c3e-c1038447768d to the handler 2019-06-07 06:10:41.837 10546 INFO octavia.api.v2.controllers.listener [req-3c4b6644-a73b-49ba-a200-c5c01c3af7c3 - - - - -] Sending Creation of Listener 8276df56-adc8-47ad-ac9e-cabbf0d4bd9d to handler 2019-06-07 06:10:41.971 10546 INFO octavia.api.v2.controllers.pool [req-bf4d92ec-0c88-4c5b-9e6e-4f3fbc229fa7 - - - - -] Sending Creation of Pool 6bb15f5d-aaf4-438d-8522-8c5805db31ca to handler 2019-06-07 06:10:42.185 10546 INFO octavia.api.v2.controllers.l7policy [req-97d954de-d9a3-407a-8faa-1870d9903ce0 - - - - -] Sending Creation of L7Policy 31551c9d-92dd-40cc-bd13-1093d53ae12d to handler 2019-06-07 06:10:42.472 10546 INFO octavia.api.v2.controllers.l7policy [req-a542bc09-b2f2-43d4-a8f0-43c6332b1d26 - - - - -] Sending Creation of L7Policy b91e60e7-4181-487f-80ea-e2f9c9d96cbc to handler 2019-06-07 06:10:42.805 10546 INFO octavia.api.v2.controllers.l7policy [req-ce1de577-5332-4366-94bb-a5303c7d9f65 - - - - -] Sending Creation of L7Policy ae41e5c5-8adc-467c-80c4-1ee69c56562b to handler 2019-06-07 06:10:43.120 10546 INFO oslo_db.sqlalchemy.provision [req-c40f42b6-821c-4ebc-b997-72d30acd5c2d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.124 10546 INFO oslo_db.sqlalchemy.provision [req-c40f42b6-821c-4ebc-b997-72d30acd5c2d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zfoccmzuda 2019-06-07 06:10:43.124 10546 INFO oslo_db.sqlalchemy.provision [req-c40f42b6-821c-4ebc-b997-72d30acd5c2d - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_non_admin_global_observer [1.973827s] ... ok 2019-06-07 06:10:34.739 10549 INFO oslo_db.sqlalchemy.provision [req-f6051b35-2b41-4b3c-a4eb-f633c08d8706 - - - - -] CREATE BACKEND sqlite:// TOKEN onoiygfvmd 2019-06-07 06:10:34.901 10549 INFO octavia.common.config [req-f6051b35-2b41-4b3c-a4eb-f633c08d8706 - - - - -] Logging enabled! 2019-06-07 06:10:34.902 10549 INFO octavia.common.config [req-f6051b35-2b41-4b3c-a4eb-f633c08d8706 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.947 10549 WARNING octavia.api.root_controller [req-f6051b35-2b41-4b3c-a4eb-f633c08d8706 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.969 10549 INFO octavia.api.v1.controllers.load_balancer [req-f8cbc990-6ef6-4aaa-a9f9-45b91e472446 - - - - -] Sending created Load Balancer 93cf6792-4479-4cac-9f19-41d8af80b81b to the handler 2019-06-07 06:10:35.041 10549 INFO octavia.api.v1.controllers.listener [req-316c88d9-4f49-4406-b8df-80aae4fc7f33 - - - - -] Sending Creation of Listener 76596c13-cb46-4c6f-bfdc-a7f566dd15f6 to handler 2019-06-07 06:10:35.162 10549 INFO octavia.api.v1.controllers.pool [req-7cc649e5-b2d6-4249-9a2c-d926bd9330a9 - - - - -] Sending Creation of Pool 5763f268-c4c7-41a6-9cf0-91e487516819 to handler 2019-06-07 06:10:35.377 10549 INFO octavia.api.v1.controllers.pool [req-2be854d5-7af2-41b9-a11d-7a1399e6f6c0 - - - - -] Sending Creation of Pool 4154a501-9385-40f7-be4c-bde6f327ff52 to handler 2019-06-07 06:10:35.551 10549 ERROR octavia.api.v1.controllers.base [req-677d0f2f-063c-43f4-afcf-64ca463a8153 - - - - -] Member e44d6d9d-f83b-481b-ba6c-457406f49cd2 not found: None 2019-06-07 06:10:35.551 10549 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:35.551 10549 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:35.577 10549 INFO oslo_db.sqlalchemy.provision [req-677d0f2f-063c-43f4-afcf-64ca463a8153 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.580 10549 INFO oslo_db.sqlalchemy.provision [req-677d0f2f-063c-43f4-afcf-64ca463a8153 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN onoiygfvmd 2019-06-07 06:10:35.581 10549 INFO oslo_db.sqlalchemy.provision [req-677d0f2f-063c-43f4-afcf-64ca463a8153 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_delete [0.848710s] ... ok 2019-06-07 06:10:44.838 10533 INFO oslo_db.sqlalchemy.provision [req-a9edc97a-8318-4740-93b2-afaca716b054 - - - - -] CREATE BACKEND sqlite:// TOKEN uljupnnftr 2019-06-07 06:10:45.077 10533 INFO octavia.common.config [req-a9edc97a-8318-4740-93b2-afaca716b054 - - - - -] Logging enabled! 2019-06-07 06:10:45.078 10533 INFO octavia.common.config [req-a9edc97a-8318-4740-93b2-afaca716b054 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.174 10533 WARNING octavia.api.root_controller [req-a9edc97a-8318-4740-93b2-afaca716b054 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.228 10533 INFO octavia.api.v2.controllers.load_balancer [req-6e07c689-72ef-4ef9-98b5-66f3b7812d6c - - - - -] Sending created Load Balancer b7086157-5d20-4eb6-b6b5-c4a9f7796d51 to the handler 2019-06-07 06:10:45.405 10533 INFO octavia.api.v2.controllers.pool [req-d9ede318-7124-4bb5-bfdf-9b8d8dd18d86 - - - - -] Sending Creation of Pool c4d83841-90ff-45c5-a97d-318b5198a7f2 to handler 2019-06-07 06:10:45.582 10533 ERROR octavia.api.v2.controllers.base [req-a24bfbdf-bcf9-4ece-9087-2622b4796f74 - - - - -] Listener SEAN-CONNERY not found: None 2019-06-07 06:10:45.582 10533 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:45.582 10533 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:45.607 10533 INFO oslo_db.sqlalchemy.provision [req-a24bfbdf-bcf9-4ece-9087-2622b4796f74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.611 10533 INFO oslo_db.sqlalchemy.provision [req-a24bfbdf-bcf9-4ece-9087-2622b4796f74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uljupnnftr 2019-06-07 06:10:45.612 10533 INFO oslo_db.sqlalchemy.provision [req-a24bfbdf-bcf9-4ece-9087-2622b4796f74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_bad_listener_id [0.780482s] ... ok 2019-06-07 06:10:43.920 10558 INFO oslo_db.sqlalchemy.provision [req-75f280fa-168d-4fff-a025-53fcc8a9c295 - - - - -] CREATE BACKEND sqlite:// TOKEN ltqfkbewwq 2019-06-07 06:10:44.118 10558 INFO octavia.common.config [req-75f280fa-168d-4fff-a025-53fcc8a9c295 - - - - -] Logging enabled! 2019-06-07 06:10:44.120 10558 INFO octavia.common.config [req-75f280fa-168d-4fff-a025-53fcc8a9c295 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.168 10558 WARNING octavia.api.root_controller [req-75f280fa-168d-4fff-a025-53fcc8a9c295 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.206 10558 INFO octavia.api.v2.controllers.load_balancer [req-cd8873c7-178a-4792-acda-73e4ee60af99 - - - - -] Sending created Load Balancer 738d39ff-8a8c-47d0-ad99-7445a5b4df3c to the handler 2019-06-07 06:10:44.250 10558 INFO oslo_db.sqlalchemy.provision [req-cd8873c7-178a-4792-acda-73e4ee60af99 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.254 10558 INFO oslo_db.sqlalchemy.provision [req-cd8873c7-178a-4792-acda-73e4ee60af99 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ltqfkbewwq 2019-06-07 06:10:44.254 10558 INFO oslo_db.sqlalchemy.provision [req-cd8873c7-178a-4792-acda-73e4ee60af99 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_allowed_network_id [0.341221s] ... ok 2019-06-07 06:10:38.911 10555 INFO oslo_db.sqlalchemy.provision [req-1beb7661-e20c-419f-9189-8720116d487f - - - - -] CREATE BACKEND sqlite:// TOKEN rvwyaufngt 2019-06-07 06:10:39.076 10555 INFO octavia.common.config [req-1beb7661-e20c-419f-9189-8720116d487f - - - - -] Logging enabled! 2019-06-07 06:10:39.077 10555 INFO octavia.common.config [req-1beb7661-e20c-419f-9189-8720116d487f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.124 10555 WARNING octavia.api.root_controller [req-1beb7661-e20c-419f-9189-8720116d487f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.153 10555 INFO octavia.api.v2.controllers.load_balancer [req-59435225-e472-4abf-aade-e061eb16f8d8 - - - - -] Sending created Load Balancer e1ba418d-9917-407c-89e7-a6a9cf587343 to the handler 2019-06-07 06:10:39.238 10555 INFO octavia.api.v2.controllers.listener [req-3d8111ae-ac7b-4dd5-b786-359c79b582b1 - - - - -] Sending Creation of Listener 6f2acb1e-ca43-425c-9cd9-b02079c086fe to handler 2019-06-07 06:10:39.386 10555 INFO octavia.api.v2.controllers.l7policy [req-585cad2d-394d-4c88-a1ee-34aa58247add - - - - -] Sending Creation of L7Policy 15125eeb-f5d9-4d8d-b5c2-1af601c5de8d to handler 2019-06-07 06:10:39.568 10555 INFO octavia.api.v2.controllers.l7policy [req-d23de133-0cd8-4ce6-ac3d-395b4b6fb53a - - - - -] Sending Creation of L7Policy ec7a11a6-426c-467c-84e0-f549c7bc3eb8 to handler 2019-06-07 06:10:39.921 10555 INFO oslo_db.sqlalchemy.provision [req-e721f97f-0593-48e4-ba24-3add0b4c0a44 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.926 10555 INFO oslo_db.sqlalchemy.provision [req-e721f97f-0593-48e4-ba24-3add0b4c0a44 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rvwyaufngt 2019-06-07 06:10:39.927 10555 INFO oslo_db.sqlalchemy.provision [req-e721f97f-0593-48e4-ba24-3add0b4c0a44 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_l7policy_in_error [1.022811s] ... ok 2019-06-07 06:10:39.676 10559 INFO oslo_db.sqlalchemy.provision [req-c6f94ef6-7c1d-4c97-8320-daae29c66821 - - - - -] CREATE BACKEND sqlite:// TOKEN yzjatpeosi 2019-06-07 06:10:39.847 10559 INFO octavia.common.config [req-c6f94ef6-7c1d-4c97-8320-daae29c66821 - - - - -] Logging enabled! 2019-06-07 06:10:39.848 10559 INFO octavia.common.config [req-c6f94ef6-7c1d-4c97-8320-daae29c66821 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.899 10559 WARNING octavia.api.root_controller [req-c6f94ef6-7c1d-4c97-8320-daae29c66821 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.931 10559 INFO octavia.api.v2.controllers.load_balancer [req-6cdb4c7e-9e48-44d5-b768-28cd4c7d8e50 - - - - -] Sending created Load Balancer 8895b69d-0c1c-421a-bf52-65cde9f7f793 to the handler 2019-06-07 06:10:40.020 10559 INFO octavia.api.v2.controllers.listener [req-9261624c-ccda-41d7-918f-92b14e28d844 - - - - -] Sending Creation of Listener df3e1049-66ce-42ef-8878-63827eeef92a to handler 2019-06-07 06:10:40.163 10559 INFO octavia.api.v2.controllers.pool [req-30e8eac9-0af0-4015-8e82-b942181d925c - - - - -] Sending Creation of Pool 9bab911d-adcf-47b4-b4c0-40c0b7cfd6d1 to handler 2019-06-07 06:10:40.396 10559 INFO octavia.api.v2.controllers.pool [req-4f8023dd-aa4f-4451-88fa-daa3879dcbff - - - - -] Sending Creation of Pool 833e849e-df8a-40ed-a388-cfb005bc765d to handler 2019-06-07 06:10:40.642 10559 INFO octavia.api.v2.controllers.pool [req-fa7991eb-fb4e-4913-96b0-af204c190652 - - - - -] Sending Creation of Pool 28736ff4-b6fc-4388-857e-0a52bf1a8b90 to handler 2019-06-07 06:10:41.117 10559 INFO octavia.api.v2.controllers.health_monitor [req-9993f08e-83d8-4dec-beea-b7dfd2713159 - - - - -] Sending Creation of Health Monitor 1967a3d7-2132-4eaa-a4b7-60bd0d012b83 to handler 2019-06-07 06:10:41.376 10559 INFO oslo_db.sqlalchemy.provision [req-3c0ddc17-27a1-4e62-bcfb-396d4233fad5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.380 10559 INFO oslo_db.sqlalchemy.provision [req-3c0ddc17-27a1-4e62-bcfb-396d4233fad5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yzjatpeosi 2019-06-07 06:10:41.381 10559 INFO oslo_db.sqlalchemy.provision [req-3c0ddc17-27a1-4e62-bcfb-396d4233fad5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_one_fields_filter [1.711776s] ... ok 2019-06-07 06:10:34.525 10545 INFO oslo_db.sqlalchemy.provision [req-e3d31863-d777-468f-9689-39ccafdcf939 - - - - -] CREATE BACKEND sqlite:// TOKEN ixctmgbphs 2019-06-07 06:10:34.686 10545 INFO octavia.common.config [req-e3d31863-d777-468f-9689-39ccafdcf939 - - - - -] Logging enabled! 2019-06-07 06:10:34.687 10545 INFO octavia.common.config [req-e3d31863-d777-468f-9689-39ccafdcf939 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.730 10545 WARNING octavia.api.root_controller [req-e3d31863-d777-468f-9689-39ccafdcf939 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.751 10545 INFO octavia.api.v1.controllers.load_balancer [req-963caebd-02da-4195-a530-cc5ab51c7b81 - - - - -] Sending created Load Balancer 95e35e13-494a-4471-bf0e-50c781c978c6 to the handler 2019-06-07 06:10:34.815 10545 INFO octavia.api.v1.controllers.load_balancer [req-277fe8b1-374b-439f-a06b-1b53ee974d86 - - - - -] Sending deleted Load Balancer 95e35e13-494a-4471-bf0e-50c781c978c6 to the handler 2019-06-07 06:10:34.842 10545 INFO oslo_db.sqlalchemy.provision [req-277fe8b1-374b-439f-a06b-1b53ee974d86 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.846 10545 INFO oslo_db.sqlalchemy.provision [req-277fe8b1-374b-439f-a06b-1b53ee974d86 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ixctmgbphs 2019-06-07 06:10:34.846 10545 INFO oslo_db.sqlalchemy.provision [req-277fe8b1-374b-439f-a06b-1b53ee974d86 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_with_error_status [0.327136s] ... ok 2019-06-07 06:10:40.397 10547 INFO oslo_db.sqlalchemy.provision [req-606be052-172e-489e-976e-81d2ae22cad9 - - - - -] CREATE BACKEND sqlite:// TOKEN ikyfjmjxog 2019-06-07 06:10:40.558 10547 INFO octavia.common.config [req-606be052-172e-489e-976e-81d2ae22cad9 - - - - -] Logging enabled! 2019-06-07 06:10:40.559 10547 INFO octavia.common.config [req-606be052-172e-489e-976e-81d2ae22cad9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.778 10547 WARNING octavia.api.root_controller [req-606be052-172e-489e-976e-81d2ae22cad9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.805 10547 INFO octavia.api.v2.controllers.load_balancer [req-d700e633-5e8d-4090-bbbe-50f3d28f4004 - - - - -] Sending created Load Balancer e226bab7-5fab-4736-b19d-4c7225247e91 to the handler 2019-06-07 06:10:40.892 10547 INFO octavia.api.v2.controllers.listener [req-23e35e47-218c-456b-a00e-a4a5f05d8d3e - - - - -] Sending Creation of Listener d0a2526f-04eb-4120-b172-cb30c55092df to handler 2019-06-07 06:10:41.019 10547 INFO octavia.api.v2.controllers.pool [req-34da84a2-0e0d-4d45-80fc-c97c91fae379 - - - - -] Sending Creation of Pool eec03743-5830-4526-82da-e4954abfcec0 to handler 2019-06-07 06:10:41.227 10547 INFO octavia.api.v2.controllers.l7policy [req-868d3290-d9cd-41cc-a2c9-f905d8414015 - - - - -] Sending Creation of L7Policy ae53a36a-c653-4d2e-85a0-d9ddc60eaf1a to handler 2019-06-07 06:10:41.518 10547 INFO octavia.api.v2.controllers.l7policy [req-a2e3fd1c-8663-424f-a6e0-7400540e54ff - 965f57f7-f01f-4933-8520-3015e2a77ef6 - - -] Sending Update of L7Policy ae53a36a-c653-4d2e-85a0-d9ddc60eaf1a to handler 2019-06-07 06:10:41.664 10547 INFO oslo_db.sqlalchemy.provision [req-a7b87563-206d-4e7c-ab37-1daf6c3c1da7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.668 10547 INFO oslo_db.sqlalchemy.provision [req-a7b87563-206d-4e7c-ab37-1daf6c3c1da7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ikyfjmjxog 2019-06-07 06:10:41.669 10547 INFO oslo_db.sqlalchemy.provision [req-a7b87563-206d-4e7c-ab37-1daf6c3c1da7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_authorized [1.278627s] ... ok 2019-06-07 06:10:40.865 10535 INFO oslo_db.sqlalchemy.provision [req-11fa4dfe-051d-47c6-a670-fefa34db3b07 - - - - -] CREATE BACKEND sqlite:// TOKEN ollzhqgzao 2019-06-07 06:10:41.036 10535 INFO octavia.common.config [req-11fa4dfe-051d-47c6-a670-fefa34db3b07 - - - - -] Logging enabled! 2019-06-07 06:10:41.037 10535 INFO octavia.common.config [req-11fa4dfe-051d-47c6-a670-fefa34db3b07 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.090 10535 WARNING octavia.api.root_controller [req-11fa4dfe-051d-47c6-a670-fefa34db3b07 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.118 10535 INFO octavia.api.v2.controllers.load_balancer [req-87ee4e95-52f0-4291-9c3a-52f5e057816b - - - - -] Sending created Load Balancer 8c39d2fd-d301-4152-9eda-97a4442d64b1 to the handler 2019-06-07 06:10:41.208 10535 INFO octavia.api.v2.controllers.listener [req-c9e04182-b71d-456d-9fa7-744d1f25ebee - - - - -] Sending Creation of Listener c79cb91f-bc84-4961-bebc-08b71a969635 to handler 2019-06-07 06:10:41.345 10535 INFO octavia.api.v2.controllers.pool [req-7147e318-1cc8-4542-865c-a9f22218af11 - - - - -] Sending Creation of Pool c31fb804-a959-4818-94f1-19647972ea3f to handler 2019-06-07 06:10:41.547 10535 INFO octavia.api.v2.controllers.l7policy [req-b8aec6b1-b546-4475-b71d-d5927bd4c5f7 - - - - -] Sending Creation of L7Policy 63138607-8b8b-4f38-95e2-6e3cc0243652 to handler 2019-06-07 06:10:41.589 10535 INFO oslo_db.sqlalchemy.provision [req-e39b0e6b-41d9-4a2d-bc5c-ebf4693c8d4f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.592 10535 INFO oslo_db.sqlalchemy.provision [req-e39b0e6b-41d9-4a2d-bc5c-ebf4693c8d4f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ollzhqgzao 2019-06-07 06:10:41.593 10535 INFO oslo_db.sqlalchemy.provision [req-e39b0e6b-41d9-4a2d-bc5c-ebf4693c8d4f - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_update [0.734990s] ... ok 2019-06-07 06:10:38.357 10539 INFO oslo_db.sqlalchemy.provision [req-ebc49f0b-347f-4c96-bbe8-7611bc1f89b9 - - - - -] CREATE BACKEND sqlite:// TOKEN mrlbuywavn 2019-06-07 06:10:38.524 10539 INFO octavia.common.config [req-ebc49f0b-347f-4c96-bbe8-7611bc1f89b9 - - - - -] Logging enabled! 2019-06-07 06:10:38.525 10539 INFO octavia.common.config [req-ebc49f0b-347f-4c96-bbe8-7611bc1f89b9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.570 10539 WARNING octavia.api.root_controller [req-ebc49f0b-347f-4c96-bbe8-7611bc1f89b9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.592 10539 INFO octavia.api.v1.controllers.load_balancer [req-229e7bd6-34c0-4dc4-855d-01d06366959b - - - - -] Sending created Load Balancer 98df7df7-c45c-47ef-b2db-8d840699a04a to the handler 2019-06-07 06:10:38.673 10539 INFO octavia.api.v1.controllers.listener [req-944a2d46-f437-4e0e-afc6-0497e2c2d00b - - - - -] Sending Creation of Listener f0e7819c-869e-4faa-a4f3-2a8a1b05314c to handler 2019-06-07 06:10:38.831 10539 INFO oslo_db.sqlalchemy.provision [req-7a71795b-4666-40f8-8ed0-a599bd824249 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.835 10539 INFO oslo_db.sqlalchemy.provision [req-7a71795b-4666-40f8-8ed0-a599bd824249 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mrlbuywavn 2019-06-07 06:10:38.835 10539 INFO oslo_db.sqlalchemy.provision [req-7a71795b-4666-40f8-8ed0-a599bd824249 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_bad_protocol [0.484376s] ... ok 2019-06-07 06:10:44.098 10534 INFO oslo_db.sqlalchemy.provision [req-67b9fd06-cd5a-4858-addb-07efcdd6df81 - - - - -] CREATE BACKEND sqlite:// TOKEN rsearjqxpr 2019-06-07 06:10:44.263 10534 INFO octavia.common.config [req-67b9fd06-cd5a-4858-addb-07efcdd6df81 - - - - -] Logging enabled! 2019-06-07 06:10:44.264 10534 INFO octavia.common.config [req-67b9fd06-cd5a-4858-addb-07efcdd6df81 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.310 10534 WARNING octavia.api.root_controller [req-67b9fd06-cd5a-4858-addb-07efcdd6df81 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.336 10534 INFO octavia.api.v2.controllers.load_balancer [req-196d3b0f-f4a3-45de-b6d1-07804a4772bb - - - - -] Sending created Load Balancer 185e48d9-2932-471d-8751-a7b01d8a3e86 to the handler 2019-06-07 06:10:44.420 10534 INFO octavia.api.v2.controllers.listener [req-b6a5e0b5-9062-4004-ab13-f35d0d3af01f - - - - -] Sending Creation of Listener 287df5d1-3ba3-4aba-9443-904c45b670a0 to handler 2019-06-07 06:10:44.564 10534 INFO octavia.api.v2.controllers.pool [req-a2d6da35-1f01-40f3-8195-9921087fba5d - - - - -] Sending Creation of Pool 46b2d4dc-f7cb-4cb9-8dea-e43b2a435e0b to handler 2019-06-07 06:10:44.783 10534 INFO octavia.api.v2.controllers.pool [req-1b7279d1-83fd-4bc8-9007-bffe198a7beb - - - - -] Sending Creation of Pool 8fa05c15-1307-4d9a-a414-028415539126 to handler 2019-06-07 06:10:45.036 10534 INFO octavia.api.v2.controllers.member [req-701a4c48-2b6b-4b9e-85b0-d894b428a433 - - - - -] Sending Creation of Member 9219c70b-71f6-47cb-a93a-91b011d88d98 to handler 2019-06-07 06:10:45.247 10534 INFO octavia.api.v2.controllers.load_balancer [req-81575e9d-baaa-48e1-af2c-d56b795307b9 - - - - -] Sending deleted Load Balancer 185e48d9-2932-471d-8751-a7b01d8a3e86 to the handler 2019-06-07 06:10:45.374 10534 INFO octavia.api.v2.controllers.member [req-d1613c2b-c64a-4975-ab3d-7148e10b38a4 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:45.401 10534 INFO oslo_db.sqlalchemy.provision [req-d1613c2b-c64a-4975-ab3d-7148e10b38a4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.405 10534 INFO oslo_db.sqlalchemy.provision [req-d1613c2b-c64a-4975-ab3d-7148e10b38a4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rsearjqxpr 2019-06-07 06:10:45.406 10534 INFO oslo_db.sqlalchemy.provision [req-d1613c2b-c64a-4975-ab3d-7148e10b38a4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_member.TestMember.test_create_when_lb_pending_delete [1.313742s] ... ok 2019-06-07 06:10:38.877 10553 INFO oslo_db.sqlalchemy.provision [req-21b89363-ab39-4544-b973-34fa07c13cc4 - - - - -] CREATE BACKEND sqlite:// TOKEN wnuftagwwb 2019-06-07 06:10:39.036 10553 INFO octavia.common.config [req-21b89363-ab39-4544-b973-34fa07c13cc4 - - - - -] Logging enabled! 2019-06-07 06:10:39.037 10553 INFO octavia.common.config [req-21b89363-ab39-4544-b973-34fa07c13cc4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.081 10553 WARNING octavia.api.root_controller [req-21b89363-ab39-4544-b973-34fa07c13cc4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.107 10553 INFO octavia.api.v2.controllers.load_balancer [req-f7168c0d-a2e3-4029-a6a7-3cc539973f45 - - - - -] Sending created Load Balancer 348d72bc-016c-4541-b253-2ff98aba03e5 to the handler 2019-06-07 06:10:39.193 10553 INFO octavia.api.v2.controllers.listener [req-cb0c6b46-b97e-4a51-b9b1-0cad9d923f05 - - - - -] Sending Creation of Listener a2583eb2-12b5-456b-ad73-352f8061c433 to handler 2019-06-07 06:10:39.331 10553 INFO octavia.api.v2.controllers.pool [req-30550e60-fc17-4d8b-8ec0-3ca601ef4f2e - - - - -] Sending Creation of Pool b64ce834-fcd2-4678-8f71-1a7234b0468f to handler 2019-06-07 06:10:39.474 10553 ERROR octavia.api.v2.controllers.base [req-e18fab35-357c-4138-86a7-a5f1afbcb91e - - - - -] Pool c3105952-e586-45c5-a1c2-09a14c878840 not found: None 2019-06-07 06:10:39.474 10553 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:39.474 10553 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:39.500 10553 INFO oslo_db.sqlalchemy.provision [req-e18fab35-357c-4138-86a7-a5f1afbcb91e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.504 10553 INFO oslo_db.sqlalchemy.provision [req-e18fab35-357c-4138-86a7-a5f1afbcb91e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wnuftagwwb 2019-06-07 06:10:39.504 10553 INFO oslo_db.sqlalchemy.provision [req-e18fab35-357c-4138-86a7-a5f1afbcb91e - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_create_redirect_to_pool [0.633750s] ... ok 2019-06-07 06:10:40.977 10554 INFO oslo_db.sqlalchemy.provision [req-e5517493-2254-4c31-867c-98f1db4707c8 - - - - -] CREATE BACKEND sqlite:// TOKEN znnkowviqd 2019-06-07 06:10:41.139 10554 INFO octavia.common.config [req-e5517493-2254-4c31-867c-98f1db4707c8 - - - - -] Logging enabled! 2019-06-07 06:10:41.140 10554 INFO octavia.common.config [req-e5517493-2254-4c31-867c-98f1db4707c8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.185 10554 WARNING octavia.api.root_controller [req-e5517493-2254-4c31-867c-98f1db4707c8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.198 10554 ERROR octavia.api.v2.controllers.base [req-ca120635-ac71-47b3-ba31-d66fcd4ef06d - - - - -] Load Balancer SEAN-CONNERY not found: None 2019-06-07 06:10:41.198 10554 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:41.198 10554 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:41.223 10554 INFO oslo_db.sqlalchemy.provision [req-ca120635-ac71-47b3-ba31-d66fcd4ef06d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.227 10554 INFO oslo_db.sqlalchemy.provision [req-ca120635-ac71-47b3-ba31-d66fcd4ef06d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN znnkowviqd 2019-06-07 06:10:41.227 10554 INFO oslo_db.sqlalchemy.provision [req-ca120635-ac71-47b3-ba31-d66fcd4ef06d - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_bad_lb_id [0.256371s] ... ok 2019-06-07 06:10:36.024 10541 INFO oslo_db.sqlalchemy.provision [req-24f731b2-a7f6-4d0d-82e6-bd56e7a1c8d1 - - - - -] CREATE BACKEND sqlite:// TOKEN baynkheycv 2019-06-07 06:10:36.188 10541 INFO octavia.common.config [req-24f731b2-a7f6-4d0d-82e6-bd56e7a1c8d1 - - - - -] Logging enabled! 2019-06-07 06:10:36.189 10541 INFO octavia.common.config [req-24f731b2-a7f6-4d0d-82e6-bd56e7a1c8d1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.385 10541 WARNING octavia.api.root_controller [req-24f731b2-a7f6-4d0d-82e6-bd56e7a1c8d1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.409 10541 INFO octavia.api.v1.controllers.load_balancer [req-da72db29-5533-46da-ae98-43c168de33a1 - - - - -] Sending created Load Balancer 181e99c8-a018-4250-a844-9695b4461173 to the handler 2019-06-07 06:10:36.461 10541 INFO oslo_db.sqlalchemy.provision [req-f0d6f5fc-afda-4efe-989a-c53756fa52e0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.465 10541 INFO oslo_db.sqlalchemy.provision [req-f0d6f5fc-afda-4efe-989a-c53756fa52e0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN baynkheycv 2019-06-07 06:10:36.466 10541 INFO oslo_db.sqlalchemy.provision [req-f0d6f5fc-afda-4efe-989a-c53756fa52e0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get [0.447966s] ... ok 2019-06-07 06:10:34.806 10529 INFO oslo_db.sqlalchemy.provision [req-0575cd2c-5c3e-4fe9-8094-980f2e32c6a4 - - - - -] CREATE BACKEND sqlite:// TOKEN xsqnnuawgs 2019-06-07 06:10:34.978 10529 INFO octavia.common.config [req-0575cd2c-5c3e-4fe9-8094-980f2e32c6a4 - - - - -] Logging enabled! 2019-06-07 06:10:34.979 10529 INFO octavia.common.config [req-0575cd2c-5c3e-4fe9-8094-980f2e32c6a4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.025 10529 WARNING octavia.api.root_controller [req-0575cd2c-5c3e-4fe9-8094-980f2e32c6a4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.048 10529 INFO octavia.api.v1.controllers.load_balancer [req-498b6759-7620-4433-a58d-60ba20601250 - - - - -] Sending created Load Balancer 23fb3c91-d42b-4c3d-86b6-0d364ff4c6f5 to the handler 2019-06-07 06:10:35.070 10529 INFO octavia.api.v1.controllers.load_balancer [req-b915173d-ebc5-4330-aef6-4b3ec9ddb623 - - - - -] Sending created Load Balancer a73543cb-73cd-40ab-a1ca-5d2f37369de9 to the handler 2019-06-07 06:10:35.091 10529 INFO octavia.api.v1.controllers.load_balancer [req-f857b294-ada4-4976-99e7-6bceb6365adf - - - - -] Sending created Load Balancer 7b0baad2-c29c-495f-901b-2e557aca70e5 to the handler 2019-06-07 06:10:35.171 10529 INFO oslo_db.sqlalchemy.provision [req-efa62a58-5fea-4217-8b17-280ce4d9c4a0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.175 10529 INFO oslo_db.sqlalchemy.provision [req-efa62a58-5fea-4217-8b17-280ce4d9c4a0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xsqnnuawgs 2019-06-07 06:10:35.175 10529 INFO oslo_db.sqlalchemy.provision [req-efa62a58-5fea-4217-8b17-280ce4d9c4a0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get_all_by_project_id [0.376219s] ... ok 2019-06-07 06:10:37.703 10540 INFO oslo_db.sqlalchemy.provision [req-3abf196a-eb6e-4ab4-802e-023ced5e6a12 - - - - -] CREATE BACKEND sqlite:// TOKEN zaehwopkap 2019-06-07 06:10:37.865 10540 INFO octavia.common.config [req-3abf196a-eb6e-4ab4-802e-023ced5e6a12 - - - - -] Logging enabled! 2019-06-07 06:10:37.866 10540 INFO octavia.common.config [req-3abf196a-eb6e-4ab4-802e-023ced5e6a12 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.911 10540 WARNING octavia.api.root_controller [req-3abf196a-eb6e-4ab4-802e-023ced5e6a12 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.943 10540 INFO octavia.api.v2.controllers.load_balancer [req-70bd2ded-8a37-4088-95ec-a5c6afcb42fc - - - - -] Sending created Load Balancer 15f705e5-1469-4eef-81fc-246c640b2718 to the handler 2019-06-07 06:10:38.045 10540 INFO octavia.api.v2.controllers.pool [req-7134c2b1-85ab-4ca5-a672-56681736d7d8 - - - - -] Sending Creation of Pool e3c742ba-fa39-4388-9b82-06fba85cb85d to handler 2019-06-07 06:10:38.154 10540 INFO octavia.api.v2.controllers.load_balancer [req-9a3941bf-36ef-450c-823f-c3ee9072ae37 - - - - -] Sending created Load Balancer e253241d-9bfd-4d58-a0d6-e40e44be4820 to the handler 2019-06-07 06:10:38.237 10540 INFO octavia.api.v2.controllers.listener [req-a43b453c-0e93-40fc-88a2-7ea4b0f83f84 - - - - -] Sending Creation of Listener 1e8ac16e-3395-4c87-ad0c-14436529015e to handler 2019-06-07 06:10:38.296 10540 INFO octavia.api.v2.controllers.listener [req-a1acc4fe-7846-4d73-836d-8362a7e6a7d4 - - - - -] Load Balancer e253241d-9bfd-4d58-a0d6-e40e44be4820 is immutable. 2019-06-07 06:10:38.337 10540 INFO oslo_db.sqlalchemy.provision [req-a1acc4fe-7846-4d73-836d-8362a7e6a7d4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.341 10540 INFO oslo_db.sqlalchemy.provision [req-a1acc4fe-7846-4d73-836d-8362a7e6a7d4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zaehwopkap 2019-06-07 06:10:38.342 10540 INFO oslo_db.sqlalchemy.provision [req-a1acc4fe-7846-4d73-836d-8362a7e6a7d4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_pending_update [0.646173s] ... ok 2019-06-07 06:10:36.766 10556 INFO oslo_db.sqlalchemy.provision [req-98a3c871-ca89-4dc9-9fc6-dc2e1e48e849 - - - - -] CREATE BACKEND sqlite:// TOKEN rwwjzdvtqs 2019-06-07 06:10:36.941 10556 INFO octavia.common.config [req-98a3c871-ca89-4dc9-9fc6-dc2e1e48e849 - - - - -] Logging enabled! 2019-06-07 06:10:36.942 10556 INFO octavia.common.config [req-98a3c871-ca89-4dc9-9fc6-dc2e1e48e849 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.990 10556 WARNING octavia.api.root_controller [req-98a3c871-ca89-4dc9-9fc6-dc2e1e48e849 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.017 10556 INFO octavia.api.v2.controllers.load_balancer [req-d69909fc-a89d-4df6-8050-cc939fd44348 - - - - -] Sending created Load Balancer 78b095fe-bf9b-4683-9f2c-1210d5fcd540 to the handler 2019-06-07 06:10:37.141 10556 INFO oslo_db.sqlalchemy.provision [req-c2f71102-87a9-4667-91cc-b4454562951b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.145 10556 INFO oslo_db.sqlalchemy.provision [req-c2f71102-87a9-4667-91cc-b4454562951b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rwwjzdvtqs 2019-06-07 06:10:37.146 10556 INFO oslo_db.sqlalchemy.provision [req-c2f71102-87a9-4667-91cc-b4454562951b - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_authorized [0.387188s] ... ok 2019-06-07 06:10:37.992 10542 INFO oslo_db.sqlalchemy.provision [req-3318a4e3-f9cd-4d9d-9de9-43330ce57b83 - - - - -] CREATE BACKEND sqlite:// TOKEN mnhziwrlup 2019-06-07 06:10:38.406 10542 INFO octavia.common.config [req-3318a4e3-f9cd-4d9d-9de9-43330ce57b83 - - - - -] Logging enabled! 2019-06-07 06:10:38.407 10542 INFO octavia.common.config [req-3318a4e3-f9cd-4d9d-9de9-43330ce57b83 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.527 10542 WARNING octavia.api.root_controller [req-3318a4e3-f9cd-4d9d-9de9-43330ce57b83 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.581 10542 INFO octavia.api.v1.controllers.load_balancer [req-0b0b293b-97f2-49e4-a83d-27100fa5fc8b - - - - -] Sending created Load Balancer 96a0f17d-c248-43cd-995f-f4520797b6b3 to the handler 2019-06-07 06:10:38.750 10542 INFO octavia.api.v1.controllers.listener [req-16a6571b-d36f-4b1e-b2bb-c8f362b4af43 - - - - -] Sending Creation of Listener 55068232-575b-42d6-9b3f-483d7f49e9f6 to handler 2019-06-07 06:10:39.074 10542 INFO octavia.api.v1.controllers.load_balancer [req-e9d25cce-0187-4eeb-8c76-51e55aa1a013 - - - - -] Sending updated Load Balancer 96a0f17d-c248-43cd-995f-f4520797b6b3 to the handler 2019-06-07 06:10:39.203 10542 INFO octavia.api.v1.controllers.pool [req-cba160e8-962e-4d91-ad00-ea8ef1d8ec0d - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:39.283 10542 INFO oslo_db.sqlalchemy.provision [req-cba160e8-962e-4d91-ad00-ea8ef1d8ec0d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.296 10542 INFO oslo_db.sqlalchemy.provision [req-cba160e8-962e-4d91-ad00-ea8ef1d8ec0d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mnhziwrlup 2019-06-07 06:10:39.297 10542 INFO oslo_db.sqlalchemy.provision [req-cba160e8-962e-4d91-ad00-ea8ef1d8ec0d - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_when_lb_pending_update [1.313479s] ... ok 2019-06-07 06:10:39.409 10552 INFO oslo_db.sqlalchemy.provision [req-0a6d7a23-f014-4216-8897-0faa59276a03 - - - - -] CREATE BACKEND sqlite:// TOKEN haznmxqtpp 2019-06-07 06:10:39.571 10552 INFO octavia.common.config [req-0a6d7a23-f014-4216-8897-0faa59276a03 - - - - -] Logging enabled! 2019-06-07 06:10:39.572 10552 INFO octavia.common.config [req-0a6d7a23-f014-4216-8897-0faa59276a03 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.617 10552 WARNING octavia.api.root_controller [req-0a6d7a23-f014-4216-8897-0faa59276a03 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.644 10552 INFO octavia.api.v2.controllers.load_balancer [req-ededfc73-27a2-41d3-912d-b91291ca6bf7 - - - - -] Sending created Load Balancer dfb3234a-f8a7-4a25-af3f-7319906b18e6 to the handler 2019-06-07 06:10:39.736 10552 INFO octavia.api.v2.controllers.listener [req-8fe490f4-4868-4abe-b821-603a9fffa6ad - - - - -] Sending Creation of Listener a6b00fe9-d688-457b-bb1c-d089e2500e51 to handler 2019-06-07 06:10:39.878 10552 INFO octavia.api.v2.controllers.pool [req-e7eca11a-6d20-4a25-a424-d6b23ff434ec - - - - -] Sending Creation of Pool 57aa3bfe-0cfb-47fd-b07f-7d4d3f4f2ad6 to handler 2019-06-07 06:10:40.078 10552 INFO oslo_db.sqlalchemy.provision [req-90b0a286-68ce-44ac-961b-9f4de59e9056 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.083 10552 INFO oslo_db.sqlalchemy.provision [req-90b0a286-68ce-44ac-961b-9f4de59e9056 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN haznmxqtpp 2019-06-07 06:10:40.084 10552 INFO oslo_db.sqlalchemy.provision [req-90b0a286-68ce-44ac-961b-9f4de59e9056 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_policy_not_authorized [0.682356s] ... ok 2019-06-07 06:10:35.589 10549 INFO oslo_db.sqlalchemy.provision [req-677d0f2f-063c-43f4-afcf-64ca463a8153 - - - - -] CREATE BACKEND sqlite:// TOKEN dbisumvtzb 2019-06-07 06:10:35.751 10549 INFO octavia.common.config [req-677d0f2f-063c-43f4-afcf-64ca463a8153 - - - - -] Logging enabled! 2019-06-07 06:10:35.752 10549 INFO octavia.common.config [req-677d0f2f-063c-43f4-afcf-64ca463a8153 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.797 10549 WARNING octavia.api.root_controller [req-677d0f2f-063c-43f4-afcf-64ca463a8153 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.882 10549 INFO oslo_db.sqlalchemy.provision [req-3c0fe8e6-0ca2-4197-9924-27316ac63aa2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.885 10549 INFO oslo_db.sqlalchemy.provision [req-3c0fe8e6-0ca2-4197-9924-27316ac63aa2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dbisumvtzb 2019-06-07 06:10:35.886 10549 INFO oslo_db.sqlalchemy.provision [req-3c0fe8e6-0ca2-4197-9924-27316ac63aa2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_get_all_quotas_with_quotas [0.308297s] ... ok 2019-06-07 06:10:45.325 10537 INFO oslo_db.sqlalchemy.provision [req-4da39c81-bed0-4922-a64c-cf5531516f66 - - - - -] CREATE BACKEND sqlite:// TOKEN kftubitssc 2019-06-07 06:10:45.489 10537 INFO octavia.common.config [req-4da39c81-bed0-4922-a64c-cf5531516f66 - - - - -] Logging enabled! 2019-06-07 06:10:45.489 10537 INFO octavia.common.config [req-4da39c81-bed0-4922-a64c-cf5531516f66 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.537 10537 WARNING octavia.api.root_controller [req-4da39c81-bed0-4922-a64c-cf5531516f66 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.563 10537 INFO octavia.api.v2.controllers.load_balancer [req-7f3079fb-3554-4a14-8db7-c59ccaf32f5a - - - - -] Sending created Load Balancer 00caa216-8438-4aca-adb7-14a0cf140d87 to the handler 2019-06-07 06:10:45.603 10537 INFO octavia.api.v2.controllers.load_balancer [req-d35d1560-c8d0-4942-a8b7-762dd920f1a8 - - - - -] Sending created Load Balancer c1b2be49-0dfa-45b8-a340-1646f0841256 to the handler 2019-06-07 06:10:45.640 10537 INFO octavia.api.v2.controllers.load_balancer [req-16973cbf-932b-4463-a7c6-6c298a637c5a - - - - -] Sending created Load Balancer 95ea395b-4256-43f8-a8ab-2b2f040ec694 to the handler 2019-06-07 06:10:45.723 10537 INFO oslo_db.sqlalchemy.provision [req-152b6878-cc06-4757-8e77-f23579313107 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.727 10537 INFO oslo_db.sqlalchemy.provision [req-152b6878-cc06-4757-8e77-f23579313107 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kftubitssc 2019-06-07 06:10:45.727 10537 INFO oslo_db.sqlalchemy.provision [req-152b6878-cc06-4757-8e77-f23579313107 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_filter [0.408104s] ... ok 2019-06-07 06:10:41.685 10538 INFO oslo_db.sqlalchemy.provision [req-e8480ac2-2190-44fc-a831-f7274a7f19aa - - - - -] CREATE BACKEND sqlite:// TOKEN thoirtrwmy 2019-06-07 06:10:41.846 10538 INFO octavia.common.config [req-e8480ac2-2190-44fc-a831-f7274a7f19aa - - - - -] Logging enabled! 2019-06-07 06:10:41.847 10538 INFO octavia.common.config [req-e8480ac2-2190-44fc-a831-f7274a7f19aa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.896 10538 WARNING octavia.api.root_controller [req-e8480ac2-2190-44fc-a831-f7274a7f19aa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.929 10538 INFO octavia.api.v2.controllers.load_balancer [req-643d8845-103b-4d9a-b45b-1f3ad86f5bd5 - - - - -] Sending created Load Balancer 5c61191e-6128-4e47-8782-504a2d44d679 to the handler 2019-06-07 06:10:42.020 10538 INFO octavia.api.v2.controllers.listener [req-137cd001-d558-407e-bc1b-e2d964d53c03 - - - - -] Sending Creation of Listener b16174a7-a1fa-4557-b6af-42a6fe08671b to handler 2019-06-07 06:10:42.155 10538 INFO octavia.api.v2.controllers.pool [req-fe8b7bf2-4f16-4e69-a805-79c611da8672 - - - - -] Sending Creation of Pool ed28418b-9026-4c1f-9f9e-5c17e2bf297a to handler 2019-06-07 06:10:42.450 10538 INFO octavia.api.v2.controllers.pool [req-eda70936-6bf0-4751-a2a0-3a57f9a5509e - - - - -] Sending Creation of Pool 35db1c26-a653-4462-8745-85eb0e25a3f8 to handler 2019-06-07 06:10:42.699 10538 INFO octavia.api.v2.controllers.health_monitor [req-7deb66be-75b2-423f-9855-c65c1bda4185 - - - - -] Sending Creation of Health Monitor af0cd391-0077-4cb1-9a36-aa0fcc3f716d to handler 2019-06-07 06:10:43.303 10538 INFO oslo_db.sqlalchemy.provision [req-febbb7e3-ab5a-4d53-bace-8e191701e7fa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.307 10538 INFO oslo_db.sqlalchemy.provision [req-febbb7e3-ab5a-4d53-bace-8e191701e7fa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN thoirtrwmy 2019-06-07 06:10:43.307 10538 INFO oslo_db.sqlalchemy.provision [req-febbb7e3-ab5a-4d53-bace-8e191701e7fa - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_not_authorized [1.628589s] ... ok 2019-06-07 06:10:34.336 10531 INFO oslo_db.sqlalchemy.provision [req-0390af92-4591-4623-ac5e-813dd3d4c98f - - - - -] CREATE BACKEND sqlite:// TOKEN gncmtrzwww 2019-06-07 06:10:34.499 10531 INFO octavia.common.config [req-0390af92-4591-4623-ac5e-813dd3d4c98f - - - - -] Logging enabled! 2019-06-07 06:10:34.500 10531 INFO octavia.common.config [req-0390af92-4591-4623-ac5e-813dd3d4c98f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:34.544 10531 WARNING octavia.api.root_controller [req-0390af92-4591-4623-ac5e-813dd3d4c98f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:34.565 10531 INFO octavia.api.v1.controllers.load_balancer [req-c365128e-9880-4de6-9bb9-4d8c6110e782 - - - - -] Sending created Load Balancer a93d8f3f-3270-42f0-8e29-51f37e0ea15d to the handler 2019-06-07 06:10:34.643 10531 INFO octavia.api.v1.controllers.listener [req-793e8469-6fab-4d1b-b7da-dcaf4ca9bdf1 - - - - -] Sending Creation of Listener d63b2cf1-e747-4fe4-af38-50b10ab5ae25 to handler 2019-06-07 06:10:34.782 10531 ERROR octavia.api.v1.controllers.base [req-294a9f81-acb2-48a0-98c0-32d1eeb7839c - - - - -] Pool fbac5d6e-ae0a-4479-b65f-cfd9ca4aabea not found: None 2019-06-07 06:10:34.782 10531 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:34.782 10531 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:34.809 10531 INFO oslo_db.sqlalchemy.provision [req-294a9f81-acb2-48a0-98c0-32d1eeb7839c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:34.813 10531 INFO oslo_db.sqlalchemy.provision [req-294a9f81-acb2-48a0-98c0-32d1eeb7839c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gncmtrzwww 2019-06-07 06:10:34.813 10531 INFO oslo_db.sqlalchemy.provision [req-294a9f81-acb2-48a0-98c0-32d1eeb7839c - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_get [0.484451s] ... ok 2019-06-07 06:10:36.585 10530 INFO oslo_db.sqlalchemy.provision [req-15ede0d2-e8a4-4382-bf1b-f221f85b5351 - - - - -] CREATE BACKEND sqlite:// TOKEN ufapybgpnm 2019-06-07 06:10:36.745 10530 INFO octavia.common.config [req-15ede0d2-e8a4-4382-bf1b-f221f85b5351 - - - - -] Logging enabled! 2019-06-07 06:10:36.746 10530 INFO octavia.common.config [req-15ede0d2-e8a4-4382-bf1b-f221f85b5351 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.791 10530 WARNING octavia.api.root_controller [req-15ede0d2-e8a4-4382-bf1b-f221f85b5351 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.813 10530 INFO octavia.api.v1.controllers.load_balancer [req-224f3f15-bcf6-4d17-939b-415b3d13cc6d - - - - -] Sending created Load Balancer 7299bfea-20fd-49c2-a62c-192895ca249c to the handler 2019-06-07 06:10:36.865 10530 INFO octavia.api.v1.controllers.load_balancer [req-d7426c87-db2f-454f-83ef-1d6ed19b234e - - - - -] Sending deleted Load Balancer 7299bfea-20fd-49c2-a62c-192895ca249c to the handler 2019-06-07 06:10:36.888 10530 INFO octavia.api.v1.controllers.load_balancer [req-ac0417ab-9444-47d6-835a-62a8653568cb - - - - -] Load Balancer 7299bfea-20fd-49c2-a62c-192895ca249c is immutable. 2019-06-07 06:10:36.925 10530 INFO oslo_db.sqlalchemy.provision [req-ac0417ab-9444-47d6-835a-62a8653568cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.929 10530 INFO oslo_db.sqlalchemy.provision [req-ac0417ab-9444-47d6-835a-62a8653568cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ufapybgpnm 2019-06-07 06:10:36.930 10530 INFO oslo_db.sqlalchemy.provision [req-ac0417ab-9444-47d6-835a-62a8653568cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_pending_delete [0.350508s] ... ok 2019-06-07 06:10:40.829 10544 INFO oslo_db.sqlalchemy.provision [req-7fb6e26e-a843-4a16-a346-cadb41e7c760 - - - - -] CREATE BACKEND sqlite:// TOKEN zqeexhgnys 2019-06-07 06:10:40.992 10544 INFO octavia.common.config [req-7fb6e26e-a843-4a16-a346-cadb41e7c760 - - - - -] Logging enabled! 2019-06-07 06:10:40.993 10544 INFO octavia.common.config [req-7fb6e26e-a843-4a16-a346-cadb41e7c760 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.039 10544 WARNING octavia.api.root_controller [req-7fb6e26e-a843-4a16-a346-cadb41e7c760 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.067 10544 INFO octavia.api.v2.controllers.load_balancer [req-77366da7-b5a4-4f08-b16f-d61f4dc04440 - - - - -] Sending created Load Balancer 06e6a230-1ae5-44d7-8ac7-e9a991648757 to the handler 2019-06-07 06:10:41.152 10544 INFO octavia.api.v2.controllers.listener [req-1d6ee95b-551b-46c4-a2c5-bc060d65b81e - - - - -] Sending Creation of Listener 82003019-326f-4425-8831-5528d8552f96 to handler 2019-06-07 06:10:41.299 10544 INFO octavia.api.v2.controllers.l7policy [req-0648774a-e4ec-462c-a4db-ee3572328d3d - - - - -] Sending Creation of L7Policy efcdd49d-7848-4d64-9a0d-45387773ea30 to handler 2019-06-07 06:10:41.583 10544 INFO octavia.api.v2.controllers.l7rule [req-b8e3823a-bb2a-495e-897a-424ade76e921 - - - - -] Sending Creation of L7Rule e18cad31-1ef3-4300-95f7-a0f0a618e690 to handler 2019-06-07 06:10:41.901 10544 INFO octavia.api.v2.controllers.l7rule [req-eb013d06-55f8-4174-8e6e-17e9c258554c - - - - -] Sending Update of L7Rule e18cad31-1ef3-4300-95f7-a0f0a618e690 to handler 2019-06-07 06:10:42.077 10544 INFO oslo_db.sqlalchemy.provision [req-963d7719-eb5e-4e1c-b83f-91d8002fdafe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.081 10544 INFO oslo_db.sqlalchemy.provision [req-963d7719-eb5e-4e1c-b83f-91d8002fdafe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zqeexhgnys 2019-06-07 06:10:42.082 10544 INFO oslo_db.sqlalchemy.provision [req-963d7719-eb5e-4e1c-b83f-91d8002fdafe - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update [1.258796s] ... ok 2019-06-07 06:10:35.290 10550 INFO oslo_db.sqlalchemy.provision [req-6931615a-28f4-4d27-b27d-d39871530df2 - - - - -] CREATE BACKEND sqlite:// TOKEN zidhbabzbg 2019-06-07 06:10:35.453 10550 INFO octavia.common.config [req-6931615a-28f4-4d27-b27d-d39871530df2 - - - - -] Logging enabled! 2019-06-07 06:10:35.454 10550 INFO octavia.common.config [req-6931615a-28f4-4d27-b27d-d39871530df2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.499 10550 WARNING octavia.api.root_controller [req-6931615a-28f4-4d27-b27d-d39871530df2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.520 10550 INFO octavia.api.v1.controllers.load_balancer [req-7d20dc1d-6eee-4f01-bb5f-bb2e3f554faf - - - - -] Sending created Load Balancer 8dbbf974-51c8-40e2-9e9a-2de444eac8b8 to the handler 2019-06-07 06:10:35.593 10550 INFO octavia.api.v1.controllers.listener [req-c21d18eb-8551-4f14-9f2b-9f800ea4bf68 - - - - -] Sending Creation of Listener 4f0bbe52-7aa9-4e28-9fea-fd7882bb4d3d to handler 2019-06-07 06:10:35.788 10550 INFO octavia.api.v1.controllers.pool [req-29b7dfa3-e11b-456f-acae-a9941f98a46d - - - - -] Sending Creation of Pool a7ae0cd6-7794-4834-be26-f96aac446477 to handler 2019-06-07 06:10:35.925 10550 INFO octavia.api.v1.controllers.load_balancer [req-55967a35-8b16-4c4f-a729-dedab35f256f - - - - -] Sending updated Load Balancer 8dbbf974-51c8-40e2-9e9a-2de444eac8b8 to the handler 2019-06-07 06:10:35.997 10550 INFO octavia.api.v1.controllers.pool [req-df0adaeb-1883-4e85-b2bd-0ad92680c2ff - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:36.048 10550 INFO oslo_db.sqlalchemy.provision [req-df0adaeb-1883-4e85-b2bd-0ad92680c2ff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.052 10550 INFO oslo_db.sqlalchemy.provision [req-df0adaeb-1883-4e85-b2bd-0ad92680c2ff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zidhbabzbg 2019-06-07 06:10:36.052 10550 INFO oslo_db.sqlalchemy.provision [req-df0adaeb-1883-4e85-b2bd-0ad92680c2ff - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_when_lb_pending_update [0.769014s] ... ok 2019-06-07 06:10:44.262 10558 INFO oslo_db.sqlalchemy.provision [req-cd8873c7-178a-4792-acda-73e4ee60af99 - - - - -] CREATE BACKEND sqlite:// TOKEN hgnyhayyli 2019-06-07 06:10:44.486 10558 INFO octavia.common.config [req-cd8873c7-178a-4792-acda-73e4ee60af99 - - - - -] Logging enabled! 2019-06-07 06:10:44.487 10558 INFO octavia.common.config [req-cd8873c7-178a-4792-acda-73e4ee60af99 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.532 10558 WARNING octavia.api.root_controller [req-cd8873c7-178a-4792-acda-73e4ee60af99 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.558 10558 INFO octavia.api.v2.controllers.load_balancer [req-43325a1f-303a-4ba6-985a-ddbfab7f5edb - - - - -] Sending created Load Balancer 02dd01fb-254a-443b-af03-2923fb7a5f75 to the handler 2019-06-07 06:10:44.630 10558 INFO octavia.api.v2.controllers.load_balancer [req-f272a469-c4c5-41e1-a1ef-99b85d356728 - - - - -] Sending deleted Load Balancer 02dd01fb-254a-443b-af03-2923fb7a5f75 to the handler 2019-06-07 06:10:44.697 10558 INFO oslo_db.sqlalchemy.provision [req-e510122d-0900-4051-aff3-5958ed52d74e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.701 10558 INFO oslo_db.sqlalchemy.provision [req-e510122d-0900-4051-aff3-5958ed52d74e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hgnyhayyli 2019-06-07 06:10:44.702 10558 INFO oslo_db.sqlalchemy.provision [req-e510122d-0900-4051-aff3-5958ed52d74e - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete [0.446023s] ... ok 2019-06-07 06:10:38.350 10540 INFO oslo_db.sqlalchemy.provision [req-a1acc4fe-7846-4d73-836d-8362a7e6a7d4 - - - - -] CREATE BACKEND sqlite:// TOKEN ozrohzbctn 2019-06-07 06:10:38.514 10540 INFO octavia.common.config [req-a1acc4fe-7846-4d73-836d-8362a7e6a7d4 - - - - -] Logging enabled! 2019-06-07 06:10:38.515 10540 INFO octavia.common.config [req-a1acc4fe-7846-4d73-836d-8362a7e6a7d4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.561 10540 WARNING octavia.api.root_controller [req-a1acc4fe-7846-4d73-836d-8362a7e6a7d4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.610 10540 INFO oslo_db.sqlalchemy.provision [req-29901d96-a30c-4b0c-aa7a-c7646ec338b9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.613 10540 INFO oslo_db.sqlalchemy.provision [req-29901d96-a30c-4b0c-aa7a-c7646ec338b9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ozrohzbctn 2019-06-07 06:10:38.614 10540 INFO oslo_db.sqlalchemy.provision [req-29901d96-a30c-4b0c-aa7a-c7646ec338b9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_disallowed_vip_objects [0.270590s] ... ok 2019-06-07 06:10:37.693 10557 INFO oslo_db.sqlalchemy.provision [req-2f447de5-ba39-4e27-9681-56684961ce41 - - - - -] CREATE BACKEND sqlite:// TOKEN tkvpyhczuz 2019-06-07 06:10:37.856 10557 INFO octavia.common.config [req-2f447de5-ba39-4e27-9681-56684961ce41 - - - - -] Logging enabled! 2019-06-07 06:10:37.857 10557 INFO octavia.common.config [req-2f447de5-ba39-4e27-9681-56684961ce41 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.900 10557 WARNING octavia.api.root_controller [req-2f447de5-ba39-4e27-9681-56684961ce41 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.921 10557 INFO octavia.api.v1.controllers.load_balancer [req-946b16b9-5541-4817-846a-220874f0ee3c - - - - -] Sending created Load Balancer 547490c8-00c1-4dcb-b706-81845d1ec831 to the handler 2019-06-07 06:10:37.998 10557 INFO octavia.api.v1.controllers.listener [req-57d801f9-2e56-4e62-85cd-764a85cf5d97 - - - - -] Sending Creation of Listener 40d70f45-62b5-433a-8152-8c4cab44ab38 to handler 2019-06-07 06:10:38.120 10557 INFO octavia.api.v1.controllers.pool [req-8d12201c-d7c5-4822-9804-2cac5dbed6f0 - - - - -] Sending Creation of Pool d01a7953-8871-4433-9482-15b4fd30e2b2 to handler 2019-06-07 06:10:38.319 10557 INFO octavia.api.v1.controllers.pool [req-34d5bbc2-8dbd-4f94-8add-f874dce5b169 - - - - -] Sending Creation of Pool 45ea5a18-c63f-4158-b446-f84f43931121 to handler 2019-06-07 06:10:38.586 10557 INFO octavia.api.v1.controllers.member [req-f8395ee8-0fe0-45ea-adf3-b99d0b683d03 - - - - -] Sending Creation of Member 73d4b1d2-2121-48ee-8438-5958b15c98b9 to handler 2019-06-07 06:10:38.772 10557 INFO octavia.api.v1.controllers.member [req-e12d6913-9513-496f-9838-6e4b3450ba76 - - - - -] Sending Creation of Member 06d23f45-6f79-43ef-ba75-298d86fbbf89 to handler 2019-06-07 06:10:38.950 10557 INFO oslo_db.sqlalchemy.provision [req-03e1558f-a7f0-448a-bef8-422b8af099eb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.954 10557 INFO oslo_db.sqlalchemy.provision [req-03e1558f-a7f0-448a-bef8-422b8af099eb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tkvpyhczuz 2019-06-07 06:10:38.955 10557 INFO oslo_db.sqlalchemy.provision [req-03e1558f-a7f0-448a-bef8-422b8af099eb - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:38.843 10539 INFO oslo_db.sqlalchemy.provision [req-7a71795b-4666-40f8-8ed0-a599bd824249 - - - - -] CREATE BACKEND sqlite:// TOKEN qhqtlduwlu 2019-06-07 06:10:39.007 10539 INFO octavia.common.config [req-7a71795b-4666-40f8-8ed0-a599bd824249 - - - - -] Logging enabled! 2019-06-07 06:10:39.008 10539 INFO octavia.common.config [req-7a71795b-4666-40f8-8ed0-a599bd824249 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.053 10539 WARNING octavia.api.root_controller [req-7a71795b-4666-40f8-8ed0-a599bd824249 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.085 10539 INFO octavia.api.v2.controllers.load_balancer [req-f852e456-9ac9-4fbc-8d28-4753cd867c4c - - - - -] Sending created Load Balancer ff210824-6256-4bc5-8709-73d52cbf0886 to the handler 2019-06-07 06:10:39.212 10539 INFO oslo_db.sqlalchemy.provision [req-25409611-89d4-4534-a585-2a860ca1b240 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.216 10539 INFO oslo_db.sqlalchemy.provision [req-25409611-89d4-4534-a585-2a860ca1b240 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qhqtlduwlu 2019-06-07 06:10:39.216 10539 INFO oslo_db.sqlalchemy.provision [req-25409611-89d4-4534-a585-2a860ca1b240 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_filter [0.379853s] ... ok {29} octavia.tests.functional.api.v1.test_member.TestMember.test_get_all [1.268651s] ... ok 2019-06-07 06:10:36.898 10543 INFO oslo_db.sqlalchemy.provision [req-bea22bed-f412-4eaf-8923-cd3e24687ba1 - - - - -] CREATE BACKEND sqlite:// TOKEN beawfbfaje 2019-06-07 06:10:37.060 10543 INFO octavia.common.config [req-bea22bed-f412-4eaf-8923-cd3e24687ba1 - - - - -] Logging enabled! 2019-06-07 06:10:37.061 10543 INFO octavia.common.config [req-bea22bed-f412-4eaf-8923-cd3e24687ba1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.108 10543 WARNING octavia.api.root_controller [req-bea22bed-f412-4eaf-8923-cd3e24687ba1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.140 10543 INFO octavia.api.v2.controllers.load_balancer [req-998fc548-9678-4298-85ea-f6b339fa9401 - - - - -] Sending created Load Balancer c0e780dc-4129-49a8-bfdd-0b173629df3b to the handler 2019-06-07 06:10:37.231 10543 INFO octavia.api.v2.controllers.listener [req-159078fa-6477-4b38-8706-f46bf9b213b5 - - - - -] Sending Creation of Listener 7a45c777-ff7b-429b-a7d3-78ea9b1b2040 to handler 2019-06-07 06:10:37.382 10543 INFO octavia.api.v2.controllers.pool [req-12a760aa-79d6-4c7b-a450-e3f708cd8e04 - - - - -] Sending Creation of Pool 527e463a-cbac-4f13-aae3-6b81f30dfa45 to handler 2019-06-07 06:10:37.612 10543 INFO octavia.api.v2.controllers.pool [req-7a4894c3-64b1-4bb7-bcf8-fb5cde0a1e3e - - - - -] Sending Creation of Pool 65ade4b1-5694-45c0-a29b-5bed7e6f864a to handler 2019-06-07 06:10:37.867 10543 INFO octavia.api.v2.controllers.health_monitor [req-1335b746-4c4e-47cb-a28d-0fd6898a3d63 - - - - -] Sending Creation of Health Monitor 6e9c3865-9bce-49c7-8fc5-2b860912c6d4 to handler 2019-06-07 06:10:38.144 10543 INFO octavia.api.v2.controllers.health_monitor [req-a1f28bc5-cbf6-4b45-95ba-d264af75285c - 5133b1f9-295e-4400-a2c2-07c986066016 - - -] Sending Update of Health Monitor for Pool 6e9c3865-9bce-49c7-8fc5-2b860912c6d4 to handler 2019-06-07 06:10:38.401 10543 INFO oslo_db.sqlalchemy.provision [req-a6cb30b9-b321-4206-ba1a-be5fec4050c1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.404 10543 INFO oslo_db.sqlalchemy.provision [req-a6cb30b9-b321-4206-ba1a-be5fec4050c1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN beawfbfaje 2019-06-07 06:10:38.405 10543 INFO oslo_db.sqlalchemy.provision [req-a6cb30b9-b321-4206-ba1a-be5fec4050c1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_authorized [1.514981s] ... ok 2019-06-07 06:10:41.296 10548 INFO oslo_db.sqlalchemy.provision [req-398a67f3-d600-43a7-a625-342802d73913 - - - - -] CREATE BACKEND sqlite:// TOKEN ahvppejaaj 2019-06-07 06:10:41.464 10548 INFO octavia.common.config [req-398a67f3-d600-43a7-a625-342802d73913 - - - - -] Logging enabled! 2019-06-07 06:10:41.465 10548 INFO octavia.common.config [req-398a67f3-d600-43a7-a625-342802d73913 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.514 10548 WARNING octavia.api.root_controller [req-398a67f3-d600-43a7-a625-342802d73913 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.541 10548 INFO octavia.api.v2.controllers.load_balancer [req-5155e054-dc49-4df1-aeb2-005966291d14 - - - - -] Sending created Load Balancer b1a7599a-cb1e-4f1c-b911-9c101a4c3ecf to the handler 2019-06-07 06:10:41.627 10548 INFO octavia.api.v2.controllers.listener [req-a4e8beaf-6ff1-4411-9737-403eb9787da5 - - - - -] Sending Creation of Listener e7e45c10-6b7a-4238-9a54-bb5dae444fd5 to handler 2019-06-07 06:10:41.759 10548 INFO octavia.api.v2.controllers.pool [req-4d0bab09-0b2f-41ab-98f9-17e7c81c442d - - - - -] Sending Creation of Pool d3eabd44-71bf-422b-b2ef-50619496d090 to handler 2019-06-07 06:10:41.959 10548 INFO octavia.api.v2.controllers.l7policy [req-6710223b-0021-48e3-af35-5ccff490ee59 - - - - -] Sending Creation of L7Policy 2ad6d83c-9579-4a95-9e09-4f672f4788d1 to handler 2019-06-07 06:10:42.293 10548 INFO octavia.api.v2.controllers.l7policy [req-5f223d4d-bf3d-468b-8a36-ed337820a660 - c5635c33-3238-4816-912b-7a9cca50ba43 - - -] Sending Deletion of L7Policy 2ad6d83c-9579-4a95-9e09-4f672f4788d1 to handler 2019-06-07 06:10:42.437 10548 INFO oslo_db.sqlalchemy.provision [req-2fb8be64-cda4-4776-8c20-5b53755036b8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.441 10548 INFO oslo_db.sqlalchemy.provision [req-2fb8be64-cda4-4776-8c20-5b53755036b8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ahvppejaaj 2019-06-07 06:10:42.441 10548 INFO oslo_db.sqlalchemy.provision [req-2fb8be64-cda4-4776-8c20-5b53755036b8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_authorized [1.151908s] ... ok 2019-06-07 06:10:42.287 10528 INFO oslo_db.sqlalchemy.provision [req-dac57239-42d7-4a18-ba6d-4fa34630f360 - - - - -] CREATE BACKEND sqlite:// TOKEN xezfdtsfje 2019-06-07 06:10:42.451 10528 INFO octavia.common.config [req-dac57239-42d7-4a18-ba6d-4fa34630f360 - - - - -] Logging enabled! 2019-06-07 06:10:42.452 10528 INFO octavia.common.config [req-dac57239-42d7-4a18-ba6d-4fa34630f360 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.501 10528 WARNING octavia.api.root_controller [req-dac57239-42d7-4a18-ba6d-4fa34630f360 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.527 10528 INFO octavia.api.v2.controllers.load_balancer [req-c6d374f0-e701-4863-a20b-a9beba2b3ef2 - - - - -] Sending created Load Balancer ef66bb2b-9b5c-41ea-ae58-21977da0c8f5 to the handler 2019-06-07 06:10:42.612 10528 INFO octavia.api.v2.controllers.listener [req-1e045d1d-d670-4782-bab5-350196e664dd - - - - -] Sending Creation of Listener c0f0c679-b0fd-48d8-a706-5d4a4f209196 to handler 2019-06-07 06:10:42.747 10528 INFO octavia.api.v2.controllers.pool [req-b6df5b4e-d6d3-41cc-a2b9-6f0bd0c1f16c - - - - -] Sending Creation of Pool 456c53a1-40df-4699-bc59-e726df755b73 to handler 2019-06-07 06:10:42.974 10528 INFO octavia.api.v2.controllers.l7policy [req-e933fff1-ce7a-4f16-9a3f-db6b5a704a04 - - - - -] Sending Creation of L7Policy 32518b2c-809a-4990-b8b7-1118ce6c13d3 to handler 2019-06-07 06:10:43.295 10528 INFO octavia.api.v2.controllers.l7policy [req-1e2d74bd-f5b6-446d-be79-fb625d1cd4ce - - - - -] Sending Update of L7Policy 32518b2c-809a-4990-b8b7-1118ce6c13d3 to handler 2019-06-07 06:10:43.454 10528 INFO oslo_db.sqlalchemy.provision [req-63bd5be1-2e03-43d1-861c-9e642bbb9d63 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.458 10528 INFO oslo_db.sqlalchemy.provision [req-63bd5be1-2e03-43d1-861c-9e642bbb9d63 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xezfdtsfje 2019-06-07 06:10:43.458 10528 INFO oslo_db.sqlalchemy.provision [req-63bd5be1-2e03-43d1-861c-9e642bbb9d63 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update [1.178138s] ... ok 2019-06-07 06:10:34.853 10545 INFO oslo_db.sqlalchemy.provision [req-277fe8b1-374b-439f-a06b-1b53ee974d86 - - - - -] CREATE BACKEND sqlite:// TOKEN jgyoyxcevu 2019-06-07 06:10:35.015 10545 INFO octavia.common.config [req-277fe8b1-374b-439f-a06b-1b53ee974d86 - - - - -] Logging enabled! 2019-06-07 06:10:35.016 10545 INFO octavia.common.config [req-277fe8b1-374b-439f-a06b-1b53ee974d86 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.060 10545 WARNING octavia.api.root_controller [req-277fe8b1-374b-439f-a06b-1b53ee974d86 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.082 10545 INFO octavia.api.v1.controllers.load_balancer [req-bf92e757-75da-43c3-9cd2-fa1d76272af0 - - - - -] Sending created Load Balancer 75819fe6-f889-4c94-8a7e-46f9ae0fbcb5 to the handler 2019-06-07 06:10:35.135 10545 INFO octavia.api.v1.controllers.load_balancer [req-54c04825-b334-4829-bc3d-998bfc5df547 - - - - -] Sending updated Load Balancer 75819fe6-f889-4c94-8a7e-46f9ae0fbcb5 to the handler 2019-06-07 06:10:35.172 10545 INFO octavia.api.v1.controllers.load_balancer [req-feeb5880-5179-4f0c-b3d2-b3e880c0d262 - - - - -] Load Balancer 75819fe6-f889-4c94-8a7e-46f9ae0fbcb5 is immutable. 2019-06-07 06:10:35.209 10545 INFO oslo_db.sqlalchemy.provision [req-feeb5880-5179-4f0c-b3d2-b3e880c0d262 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.213 10545 INFO oslo_db.sqlalchemy.provision [req-feeb5880-5179-4f0c-b3d2-b3e880c0d262 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jgyoyxcevu 2019-06-07 06:10:35.214 10545 INFO oslo_db.sqlalchemy.provision [req-feeb5880-5179-4f0c-b3d2-b3e880c0d262 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_pending_update [0.366666s] ... ok 2019-06-07 06:10:39.284 10551 INFO oslo_db.sqlalchemy.provision [req-20d7a048-15fb-4047-b149-7cde4bd9a7d2 - - - - -] CREATE BACKEND sqlite:// TOKEN uwhzegoeqi 2019-06-07 06:10:39.455 10551 INFO octavia.common.config [req-20d7a048-15fb-4047-b149-7cde4bd9a7d2 - - - - -] Logging enabled! 2019-06-07 06:10:39.456 10551 INFO octavia.common.config [req-20d7a048-15fb-4047-b149-7cde4bd9a7d2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.505 10551 WARNING octavia.api.root_controller [req-20d7a048-15fb-4047-b149-7cde4bd9a7d2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.532 10551 INFO octavia.api.v2.controllers.load_balancer [req-9c754976-38aa-40d0-aca2-e16c63ca167d - - - - -] Sending created Load Balancer 1b03a0cc-b4ac-475d-b4c9-75ace80d6852 to the handler 2019-06-07 06:10:39.616 10551 INFO octavia.api.v2.controllers.listener [req-c53407ee-9a21-425f-a95f-4887a525448a - - - - -] Sending Creation of Listener b7427895-496d-48f6-bb4e-7926852e2991 to handler 2019-06-07 06:10:39.756 10551 INFO octavia.api.v2.controllers.pool [req-57f39b52-89db-4864-9ae5-8285529453e5 - - - - -] Sending Creation of Pool 27f9aa32-7b49-40eb-bd4b-ed84548325bc to handler 2019-06-07 06:10:39.966 10551 INFO octavia.api.v2.controllers.pool [req-09c2c8c6-52b3-4504-861c-861a027bb878 - - - - -] Sending Creation of Pool 705de921-4b3a-424d-af64-e85afda00c99 to handler 2019-06-07 06:10:40.206 10551 INFO octavia.api.v2.controllers.health_monitor [req-0814b140-a4b0-4790-a6b7-f5a0070b9a6e - - - - -] Sending Creation of Health Monitor 33f25be5-0d04-4c94-ab8f-be72737a6174 to handler 2019-06-07 06:10:40.471 10551 INFO octavia.api.v2.controllers.health_monitor [req-fca5bd34-27a9-4e5d-8070-294cd2853969 - - - - -] Sending Deletion of Health Monitor for Pool 33f25be5-0d04-4c94-ab8f-be72737a6174 to handler 2019-06-07 06:10:40.687 10551 INFO oslo_db.sqlalchemy.provision [req-5fbe683a-1e49-4178-b4ff-fe52ce4b8447 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.690 10551 INFO oslo_db.sqlalchemy.provision [req-5fbe683a-1e49-4178-b4ff-fe52ce4b8447 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uwhzegoeqi 2019-06-07 06:10:40.691 10551 INFO oslo_db.sqlalchemy.provision [req-5fbe683a-1e49-4178-b4ff-fe52ce4b8447 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:41.236 10554 INFO oslo_db.sqlalchemy.provision [req-ca120635-ac71-47b3-ba31-d66fcd4ef06d - - - - -] CREATE BACKEND sqlite:// TOKEN onrlpxhwkm 2019-06-07 06:10:41.398 10554 INFO octavia.common.config [req-ca120635-ac71-47b3-ba31-d66fcd4ef06d - - - - -] Logging enabled! 2019-06-07 06:10:41.399 10554 INFO octavia.common.config [req-ca120635-ac71-47b3-ba31-d66fcd4ef06d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.601 10554 WARNING octavia.api.root_controller [req-ca120635-ac71-47b3-ba31-d66fcd4ef06d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.627 10554 INFO octavia.api.v2.controllers.load_balancer [req-38050bbc-50e6-4ffc-9190-518ba145b097 - - - - -] Sending created Load Balancer 6e0a4a95-4665-4786-a848-6a2645cb7eeb to the handler 2019-06-07 06:10:41.713 10554 INFO octavia.api.v2.controllers.listener [req-8cf31a1c-2a5a-4a80-ae7b-28bfef8d2313 - - - - -] Sending Creation of Listener 4c3a30df-d693-457d-8f2c-be09b332ed8e to handler 2019-06-07 06:10:41.822 10554 INFO oslo_db.sqlalchemy.provision [req-e523808c-da8f-4501-a748-de62016cd7fb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.825 10554 INFO oslo_db.sqlalchemy.provision [req-e523808c-da8f-4501-a748-de62016cd7fb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN onrlpxhwkm 2019-06-07 06:10:41.826 10554 INFO oslo_db.sqlalchemy.provision [req-e523808c-da8f-4501-a748-de62016cd7fb - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete [1.414455s] ... ok {26} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statistics_not_authorized [0.597999s] ... ok 2019-06-07 06:10:41.388 10559 INFO oslo_db.sqlalchemy.provision [req-3c0ddc17-27a1-4e62-bcfb-396d4233fad5 - - - - -] CREATE BACKEND sqlite:// TOKEN rmcgumunhs 2019-06-07 06:10:41.552 10559 INFO octavia.common.config [req-3c0ddc17-27a1-4e62-bcfb-396d4233fad5 - - - - -] Logging enabled! 2019-06-07 06:10:41.553 10559 INFO octavia.common.config [req-3c0ddc17-27a1-4e62-bcfb-396d4233fad5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.598 10559 WARNING octavia.api.root_controller [req-3c0ddc17-27a1-4e62-bcfb-396d4233fad5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.625 10559 INFO octavia.api.v2.controllers.load_balancer [req-12c5ad49-5ccb-40c6-b871-4915512cb96f - - - - -] Sending created Load Balancer 507b4524-1828-46c9-b7cd-9309eb85ae83 to the handler 2019-06-07 06:10:41.711 10559 INFO octavia.api.v2.controllers.listener [req-74ed26d6-5b40-40da-993e-2c59ef9642bf - - - - -] Sending Creation of Listener 39edd912-d9d1-4574-a23b-3d7c4d407d8c to handler 2019-06-07 06:10:41.845 10559 INFO octavia.api.v2.controllers.pool [req-aa92af99-57ec-491c-9fc9-083398514672 - - - - -] Sending Creation of Pool 2ebfa226-8ae1-4bca-826d-834cc756caa5 to handler 2019-06-07 06:10:42.050 10559 INFO octavia.api.v2.controllers.l7policy [req-c4d2a3a6-8288-4349-b773-ba3331aeb5fe - - - - -] Sending Creation of L7Policy bbc416cd-b2ff-4072-9e27-4c077279c62e to handler 2019-06-07 06:10:42.321 10559 INFO oslo_db.sqlalchemy.provision [req-b65a5db6-82bb-43b1-98fd-816797d7c310 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.324 10559 INFO oslo_db.sqlalchemy.provision [req-b65a5db6-82bb-43b1-98fd-816797d7c310 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rmcgumunhs 2019-06-07 06:10:42.325 10559 INFO oslo_db.sqlalchemy.provision [req-b65a5db6-82bb-43b1-98fd-816797d7c310 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all [0.943376s] ... ok 2019-06-07 06:10:36.472 10541 INFO oslo_db.sqlalchemy.provision [req-f0d6f5fc-afda-4efe-989a-c53756fa52e0 - - - - -] CREATE BACKEND sqlite:// TOKEN gtasnvxgan 2019-06-07 06:10:36.629 10541 INFO octavia.common.config [req-f0d6f5fc-afda-4efe-989a-c53756fa52e0 - - - - -] Logging enabled! 2019-06-07 06:10:36.630 10541 INFO octavia.common.config [req-f0d6f5fc-afda-4efe-989a-c53756fa52e0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.674 10541 WARNING octavia.api.root_controller [req-f0d6f5fc-afda-4efe-989a-c53756fa52e0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.687 10541 ERROR octavia.api.v1.controllers.base [req-a4dd8bd7-bf57-4f48-9f2c-edb4593488f7 - - - - -] Load Balancer SEAN-CONNERY not found: None 2019-06-07 06:10:36.687 10541 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:36.687 10541 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:36.713 10541 INFO oslo_db.sqlalchemy.provision [req-a4dd8bd7-bf57-4f48-9f2c-edb4593488f7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.717 10541 INFO oslo_db.sqlalchemy.provision [req-a4dd8bd7-bf57-4f48-9f2c-edb4593488f7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gtasnvxgan 2019-06-07 06:10:36.717 10541 INFO oslo_db.sqlalchemy.provision [req-a4dd8bd7-bf57-4f48-9f2c-edb4593488f7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_bad_lb_id [0.251274s] ... ok 2019-06-07 06:10:35.182 10529 INFO oslo_db.sqlalchemy.provision [req-efa62a58-5fea-4217-8b17-280ce4d9c4a0 - - - - -] CREATE BACKEND sqlite:// TOKEN mwxfmwkdiy 2019-06-07 06:10:35.355 10529 INFO octavia.common.config [req-efa62a58-5fea-4217-8b17-280ce4d9c4a0 - - - - -] Logging enabled! 2019-06-07 06:10:35.356 10529 INFO octavia.common.config [req-efa62a58-5fea-4217-8b17-280ce4d9c4a0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.402 10529 WARNING octavia.api.root_controller [req-efa62a58-5fea-4217-8b17-280ce4d9c4a0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.415 10529 ERROR octavia.api.v1.controllers.base [req-437b4a72-9c1d-4ab1-9fc9-78b0593db14e - - - - -] Load Balancer SEAN-CONNERY not found: None 2019-06-07 06:10:35.415 10529 ERROR octavia.api.v1.controllers.base None 2019-06-07 06:10:35.415 10529 ERROR octavia.api.v1.controllers.base 2019-06-07 06:10:35.441 10529 INFO oslo_db.sqlalchemy.provision [req-437b4a72-9c1d-4ab1-9fc9-78b0593db14e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.445 10529 INFO oslo_db.sqlalchemy.provision [req-437b4a72-9c1d-4ab1-9fc9-78b0593db14e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mwxfmwkdiy 2019-06-07 06:10:35.446 10529 INFO oslo_db.sqlalchemy.provision [req-437b4a72-9c1d-4ab1-9fc9-78b0593db14e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get_bad_lb_id [0.270182s] ... ok 2019-06-07 06:10:43.133 10546 INFO oslo_db.sqlalchemy.provision [req-c40f42b6-821c-4ebc-b997-72d30acd5c2d - - - - -] CREATE BACKEND sqlite:// TOKEN ffahekpcfm 2019-06-07 06:10:43.309 10546 INFO octavia.common.config [req-c40f42b6-821c-4ebc-b997-72d30acd5c2d - - - - -] Logging enabled! 2019-06-07 06:10:43.310 10546 INFO octavia.common.config [req-c40f42b6-821c-4ebc-b997-72d30acd5c2d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.356 10546 WARNING octavia.api.root_controller [req-c40f42b6-821c-4ebc-b997-72d30acd5c2d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.382 10546 INFO octavia.api.v2.controllers.load_balancer [req-4775b1c5-1e41-430b-a2be-4c1ea20d9aac - - - - -] Sending created Load Balancer 6a611402-7931-46ce-81c8-a079d941b946 to the handler 2019-06-07 06:10:43.482 10546 INFO octavia.api.v2.controllers.pool [req-7ffb89af-97a9-4a35-bf67-8dea38d1221e - - - - -] Sending Creation of Pool 2b6fec39-ca55-4b68-aaac-34df5f0ea220 to handler 2019-06-07 06:10:43.592 10546 INFO octavia.api.v2.controllers.load_balancer [req-d3615af1-71b2-4712-9fb1-5f9f35ccb463 - - - - -] Sending created Load Balancer 9d0f0e79-a13c-4b5e-b6a2-5c4332ad2833 to the handler 2019-06-07 06:10:43.678 10546 INFO octavia.api.v2.controllers.listener [req-b831e125-655b-4f3f-b690-6925e05f81cc - - - - -] Sending Creation of Listener 255e8c46-0747-468c-9e4b-095476bafb19 to handler 2019-06-07 06:10:43.789 10546 INFO octavia.api.v2.controllers.load_balancer [req-5b34f7c5-97a4-43fa-b9d9-f92e75c2bc84 - - - - -] Sending deleted Load Balancer 9d0f0e79-a13c-4b5e-b6a2-5c4332ad2833 to the handler 2019-06-07 06:10:43.824 10546 INFO octavia.api.v2.controllers.listener [req-fa6a5f1d-8a92-4ee1-80c8-ef4f3db509af - - - - -] Load Balancer 9d0f0e79-a13c-4b5e-b6a2-5c4332ad2833 is immutable. 2019-06-07 06:10:43.864 10546 INFO oslo_db.sqlalchemy.provision [req-fa6a5f1d-8a92-4ee1-80c8-ef4f3db509af - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.867 10546 INFO oslo_db.sqlalchemy.provision [req-fa6a5f1d-8a92-4ee1-80c8-ef4f3db509af - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ffahekpcfm 2019-06-07 06:10:43.868 10546 INFO oslo_db.sqlalchemy.provision [req-fa6a5f1d-8a92-4ee1-80c8-ef4f3db509af - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:39.934 10555 INFO oslo_db.sqlalchemy.provision [req-e721f97f-0593-48e4-ba24-3add0b4c0a44 - - - - -] CREATE BACKEND sqlite:// TOKEN ttykpsexin 2019-06-07 06:10:40.103 10555 INFO octavia.common.config [req-e721f97f-0593-48e4-ba24-3add0b4c0a44 - - - - -] Logging enabled! 2019-06-07 06:10:40.104 10555 INFO octavia.common.config [req-e721f97f-0593-48e4-ba24-3add0b4c0a44 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.152 10555 WARNING octavia.api.root_controller [req-e721f97f-0593-48e4-ba24-3add0b4c0a44 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.180 10555 INFO octavia.api.v2.controllers.load_balancer [req-3ad2427c-e15e-47ab-bb6f-c035edb0881f - - - - -] Sending created Load Balancer 8e511545-c11f-4fd9-bc19-2e79fa0bdd08 to the handler 2019-06-07 06:10:40.265 10555 INFO octavia.api.v2.controllers.listener [req-db796647-5164-4972-b3bb-e7001bba1a0e - - - - -] Sending Creation of Listener c33c3730-d285-4d06-bb73-3f25e4924e61 to handler 2019-06-07 06:10:40.410 10555 INFO octavia.api.v2.controllers.l7policy [req-43304c3a-c4a9-4d7d-8ecc-8fc374b5e1f5 - - - - -] Sending Creation of L7Policy 8c926951-d4ff-4fe3-9106-429f4017ddfe to handler 2019-06-07 06:10:40.662 10555 INFO octavia.api.v2.controllers.l7rule [req-dc185757-4859-47ec-b0ac-11652473679d - - - - -] Sending Creation of L7Rule 2125cbed-6a72-4afd-9f4d-7615dccaca43 to handler 2019-06-07 06:10:41.027 10555 INFO octavia.api.v2.controllers.l7rule [req-b0079ec5-3631-4abb-b82c-d09a07cde619 - - - - -] Sending Deletion of L7Rule 2125cbed-6a72-4afd-9f4d-7615dccaca43 to handler 2019-06-07 06:10:41.372 10555 INFO oslo_db.sqlalchemy.provision [req-933c3fe4-7dac-4d2b-bed3-43051498b46d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.376 10555 INFO oslo_db.sqlalchemy.provision [req-933c3fe4-7dac-4d2b-bed3-43051498b46d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ttykpsexin 2019-06-07 06:10:41.376 10555 INFO oslo_db.sqlalchemy.provision [req-933c3fe4-7dac-4d2b-bed3-43051498b46d - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_pending_delete [0.786287s] ... ok {27} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete [1.449140s] ... ok 2019-06-07 06:10:45.618 10533 INFO oslo_db.sqlalchemy.provision [req-a24bfbdf-bcf9-4ece-9087-2622b4796f74 - - - - -] CREATE BACKEND sqlite:// TOKEN fmrshwkngy 2019-06-07 06:10:45.786 10533 INFO octavia.common.config [req-a24bfbdf-bcf9-4ece-9087-2622b4796f74 - - - - -] Logging enabled! 2019-06-07 06:10:45.787 10533 INFO octavia.common.config [req-a24bfbdf-bcf9-4ece-9087-2622b4796f74 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.835 10533 WARNING octavia.api.root_controller [req-a24bfbdf-bcf9-4ece-9087-2622b4796f74 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.862 10533 INFO octavia.api.v2.controllers.load_balancer [req-e5899344-bab4-44f3-90a9-6434f6b29287 - - - - -] Sending created Load Balancer 4f0b5dfe-2799-4db1-a1fe-ee060406a7d5 to the handler 2019-06-07 06:10:45.959 10533 INFO octavia.api.v2.controllers.pool [req-11b66cbe-55ec-4002-bd07-00ee32651c8f - - - - -] Sending Creation of Pool 16d0d1e6-ba11-44aa-9029-f5a1d02915b8 to handler 2019-06-07 06:10:46.062 10533 INFO octavia.api.v2.controllers.load_balancer [req-7ead869a-d27a-453d-b963-3325d0de8040 - - - - -] Sending created Load Balancer d35f0781-0d38-47e2-9c06-d4bbd2c2b95c to the handler 2019-06-07 06:10:46.155 10533 INFO octavia.api.v2.controllers.listener [req-a4df3e58-23e7-4168-a849-015fa96efad8 - - - - -] Sending Creation of Listener 5377be85-7cea-4a2f-a280-0706ca8fa6b4 to handler 2019-06-07 06:10:46.274 10533 INFO octavia.api.v2.controllers.load_balancer [req-68ee8320-bd3f-4577-8bb2-0cc1ef9443d7 - - - - -] Sending deleted Load Balancer d35f0781-0d38-47e2-9c06-d4bbd2c2b95c to the handler 2019-06-07 06:10:46.312 10533 INFO octavia.api.v2.controllers.listener [req-6a403711-865d-42c8-99f6-b1608013c9d2 - - - - -] Load Balancer d35f0781-0d38-47e2-9c06-d4bbd2c2b95c is immutable. 2019-06-07 06:10:46.355 10533 INFO oslo_db.sqlalchemy.provision [req-6a403711-865d-42c8-99f6-b1608013c9d2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.359 10533 INFO oslo_db.sqlalchemy.provision [req-6a403711-865d-42c8-99f6-b1608013c9d2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fmrshwkngy 2019-06-07 06:10:46.359 10533 INFO oslo_db.sqlalchemy.provision [req-6a403711-865d-42c8-99f6-b1608013c9d2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_pending_delete [0.749546s] ... ok 2019-06-07 06:10:41.676 10547 INFO oslo_db.sqlalchemy.provision [req-a7b87563-206d-4e7c-ab37-1daf6c3c1da7 - - - - -] CREATE BACKEND sqlite:// TOKEN vvqssybunk 2019-06-07 06:10:41.842 10547 INFO octavia.common.config [req-a7b87563-206d-4e7c-ab37-1daf6c3c1da7 - - - - -] Logging enabled! 2019-06-07 06:10:41.843 10547 INFO octavia.common.config [req-a7b87563-206d-4e7c-ab37-1daf6c3c1da7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.888 10547 WARNING octavia.api.root_controller [req-a7b87563-206d-4e7c-ab37-1daf6c3c1da7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.916 10547 INFO octavia.api.v2.controllers.load_balancer [req-70f8950a-8337-4f38-afca-ea4d483050c2 - - - - -] Sending created Load Balancer 0782c8ed-b29b-49ea-9f25-0b7bc1a4081f to the handler 2019-06-07 06:10:42.001 10547 INFO octavia.api.v2.controllers.listener [req-48c89849-8c44-41e6-a267-328a2ee4e789 - - - - -] Sending Creation of Listener 524fee8e-271f-46e4-a958-c8f2825895c1 to handler 2019-06-07 06:10:42.150 10547 INFO octavia.api.v2.controllers.l7policy [req-39feeef9-7da1-42cb-b05e-3698811c4c6d - - - - -] Sending Creation of L7Policy ceb6bd50-c116-4f01-b40c-2d10e4c54856 to handler 2019-06-07 06:10:42.401 10547 INFO octavia.api.v2.controllers.l7rule [req-5d3a7ac8-30c4-407c-a11b-093173c78daa - - - - -] Sending Creation of L7Rule 6ac40ce9-17c3-45db-9e64-74f9a211c277 to handler 2019-06-07 06:10:42.792 10547 INFO oslo_db.sqlalchemy.provision [req-dd27f593-ac34-485e-9b99-982b7919bfc1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.796 10547 INFO oslo_db.sqlalchemy.provision [req-dd27f593-ac34-485e-9b99-982b7919bfc1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vvqssybunk 2019-06-07 06:10:42.797 10547 INFO oslo_db.sqlalchemy.provision [req-dd27f593-ac34-485e-9b99-982b7919bfc1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_not_authorized [1.127062s] ... ok 2019-06-07 06:10:41.600 10535 INFO oslo_db.sqlalchemy.provision [req-e39b0e6b-41d9-4a2d-bc5c-ebf4693c8d4f - - - - -] CREATE BACKEND sqlite:// TOKEN jhpgnjcyhp 2019-06-07 06:10:41.777 10535 INFO octavia.common.config [req-e39b0e6b-41d9-4a2d-bc5c-ebf4693c8d4f - - - - -] Logging enabled! 2019-06-07 06:10:41.778 10535 INFO octavia.common.config [req-e39b0e6b-41d9-4a2d-bc5c-ebf4693c8d4f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.827 10535 WARNING octavia.api.root_controller [req-e39b0e6b-41d9-4a2d-bc5c-ebf4693c8d4f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.860 10535 INFO octavia.api.v2.controllers.load_balancer [req-9fc40ede-5151-49b7-94b6-2d105bf80189 - - - - -] Sending created Load Balancer 5de3bb75-a4ad-4ebc-ab8e-f95b6f0aff85 to the handler 2019-06-07 06:10:41.951 10535 INFO octavia.api.v2.controllers.listener [req-27fc9e32-0d87-4ec9-b7e7-af64f7cc0917 - - - - -] Sending Creation of Listener 726b1a3c-a5d9-4b30-9aee-508b47e5a245 to handler 2019-06-07 06:10:42.092 10535 INFO octavia.api.v2.controllers.pool [req-b712ad00-f3b8-47a4-a6d1-c20a1e42b94b - - - - -] Sending Creation of Pool 52f1c685-3d3a-40d4-bdc8-d447cd3eb8d3 to handler 2019-06-07 06:10:42.306 10535 INFO octavia.api.v2.controllers.l7policy [req-1d0ad30e-3e97-4b01-bea9-4d25f024e88c - - - - -] Sending Creation of L7Policy e830cd74-ce7e-482a-811d-0056419f7544 to handler 2019-06-07 06:10:42.386 10535 INFO oslo_db.sqlalchemy.provision [req-5552d3f3-587c-47db-abd9-915a5a4c4edc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.390 10535 INFO oslo_db.sqlalchemy.provision [req-5552d3f3-587c-47db-abd9-915a5a4c4edc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jhpgnjcyhp 2019-06-07 06:10:42.391 10535 INFO oslo_db.sqlalchemy.provision [req-5552d3f3-587c-47db-abd9-915a5a4c4edc - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get [0.797578s] ... ok 2019-06-07 06:10:45.734 10537 INFO oslo_db.sqlalchemy.provision [req-152b6878-cc06-4757-8e77-f23579313107 - - - - -] CREATE BACKEND sqlite:// TOKEN nzphflniih 2019-06-07 06:10:45.896 10537 INFO octavia.common.config [req-152b6878-cc06-4757-8e77-f23579313107 - - - - -] Logging enabled! 2019-06-07 06:10:45.896 10537 INFO octavia.common.config [req-152b6878-cc06-4757-8e77-f23579313107 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.941 10537 WARNING octavia.api.root_controller [req-152b6878-cc06-4757-8e77-f23579313107 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.968 10537 INFO octavia.api.v2.controllers.load_balancer [req-0a51e5a5-1412-4433-854d-7277a1a422dd - - - - -] Sending created Load Balancer 6ebf2aad-8eaa-4a11-bb1f-0c6eeae52ffe to the handler 2019-06-07 06:10:46.048 10537 INFO oslo_db.sqlalchemy.provision [req-6b2dcdc9-e3e6-49dc-957a-783606ace6d8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.052 10537 INFO oslo_db.sqlalchemy.provision [req-6b2dcdc9-e3e6-49dc-957a-783606ace6d8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nzphflniih 2019-06-07 06:10:46.052 10537 INFO oslo_db.sqlalchemy.provision [req-6b2dcdc9-e3e6-49dc-957a-783606ace6d8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_bad_qos [0.324361s] ... ok 2019-06-07 06:10:35.902 10549 INFO oslo_db.sqlalchemy.provision [req-3c0fe8e6-0ca2-4197-9924-27316ac63aa2 - - - - -] CREATE BACKEND sqlite:// TOKEN ggpopbpjor 2019-06-07 06:10:36.084 10549 INFO octavia.common.config [req-3c0fe8e6-0ca2-4197-9924-27316ac63aa2 - - - - -] Logging enabled! 2019-06-07 06:10:36.085 10549 INFO octavia.common.config [req-3c0fe8e6-0ca2-4197-9924-27316ac63aa2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.127 10549 WARNING octavia.api.root_controller [req-3c0fe8e6-0ca2-4197-9924-27316ac63aa2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.162 10549 INFO octavia.api.v2.controllers.load_balancer [req-3c9ae330-e7ca-495e-8947-894635c0d300 - - - - -] Sending created Load Balancer 037f6b1a-6a9c-4aee-b1ca-94c4094322a3 to the handler 2019-06-07 06:10:36.285 10549 INFO oslo_db.sqlalchemy.provision [req-fa6c2c44-dba2-4376-9ed1-78561b46695a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.289 10549 INFO oslo_db.sqlalchemy.provision [req-fa6c2c44-dba2-4376-9ed1-78561b46695a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ggpopbpjor 2019-06-07 06:10:36.290 10549 INFO oslo_db.sqlalchemy.provision [req-fa6c2c44-dba2-4376-9ed1-78561b46695a - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_not_authorized [0.397481s] ... ok 2019-06-07 06:10:40.093 10552 INFO oslo_db.sqlalchemy.provision [req-90b0a286-68ce-44ac-961b-9f4de59e9056 - - - - -] CREATE BACKEND sqlite:// TOKEN vrxjlcwabu 2019-06-07 06:10:40.258 10552 INFO octavia.common.config [req-90b0a286-68ce-44ac-961b-9f4de59e9056 - - - - -] Logging enabled! 2019-06-07 06:10:40.259 10552 INFO octavia.common.config [req-90b0a286-68ce-44ac-961b-9f4de59e9056 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.305 10552 WARNING octavia.api.root_controller [req-90b0a286-68ce-44ac-961b-9f4de59e9056 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.331 10552 INFO octavia.api.v2.controllers.load_balancer [req-fb04bbd8-6f99-43ff-96f1-572642114529 - - - - -] Sending created Load Balancer 8007d186-b1a0-4950-8d70-459c47e0155a to the handler 2019-06-07 06:10:40.417 10552 INFO octavia.api.v2.controllers.listener [req-ed03c5ac-1139-4e0e-b11e-51a9acb39941 - - - - -] Sending Creation of Listener edb5f8ba-87a7-4e3c-8e01-a8eb57c8a7a5 to handler 2019-06-07 06:10:40.563 10552 INFO octavia.api.v2.controllers.l7policy [req-c8f7cc63-ef9f-42b2-816b-00ba261cc3ac - - - - -] Sending Creation of L7Policy 1fc8f2af-c245-46c0-b67e-4182a17ed903 to handler 2019-06-07 06:10:40.747 10552 INFO oslo_db.sqlalchemy.provision [req-db7a118a-2cc6-4933-be6c-d28ef6ddba78 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.751 10552 INFO oslo_db.sqlalchemy.provision [req-db7a118a-2cc6-4933-be6c-d28ef6ddba78 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vrxjlcwabu 2019-06-07 06:10:40.752 10552 INFO oslo_db.sqlalchemy.provision [req-db7a118a-2cc6-4933-be6c-d28ef6ddba78 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_path_rule [0.666994s] ... ok 2019-06-07 06:10:43.987 10532 INFO oslo_db.sqlalchemy.provision [req-005417b6-644e-4c34-8c6e-36fccf669dd3 - - - - -] CREATE BACKEND sqlite:// TOKEN lkwyfwhpvq 2019-06-07 06:10:44.150 10532 INFO octavia.common.config [req-005417b6-644e-4c34-8c6e-36fccf669dd3 - - - - -] Logging enabled! 2019-06-07 06:10:44.151 10532 INFO octavia.common.config [req-005417b6-644e-4c34-8c6e-36fccf669dd3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.196 10532 WARNING octavia.api.root_controller [req-005417b6-644e-4c34-8c6e-36fccf669dd3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.222 10532 INFO octavia.api.v2.controllers.load_balancer [req-4fbf1ed2-6045-4a2b-96e6-098f860909cd - - - - -] Sending created Load Balancer 24c7b678-fc0c-4a57-b832-2dc5cf272798 to the handler 2019-06-07 06:10:44.305 10532 INFO octavia.api.v2.controllers.listener [req-bee2de9f-1479-4238-a028-b0ee733e5927 - - - - -] Sending Creation of Listener bd22cd90-85c5-41a6-9ef2-1f85fa63b73d to handler 2019-06-07 06:10:44.440 10532 INFO octavia.api.v2.controllers.pool [req-c35ca1d4-f0ba-4bc4-b93b-11bd97d837f7 - - - - -] Sending Creation of Pool 719daf44-f7cf-4eba-8208-737b946baf80 to handler 2019-06-07 06:10:44.588 10532 INFO octavia.api.v2.controllers.load_balancer [req-8949e7fa-bf03-4ecb-9861-f294642aaea1 - - - - -] Sending created Load Balancer 89fffc8d-274f-4b97-aecd-79e0f4b0809a to the handler 2019-06-07 06:10:44.668 10532 INFO octavia.api.v2.controllers.listener [req-9008a303-5ce7-43f7-bfc2-6be5879f688f - - - - -] Sending Creation of Listener c0e81c52-bb56-41ef-9e5b-9f5d434ab5b8 to handler 2019-06-07 06:10:44.790 10532 INFO octavia.api.v2.controllers.pool [req-bc175539-2604-475a-83e8-da59e274ddd7 - - - - -] Sending Creation of Pool a0d601da-cbad-4a98-85c3-9203bd5b96d5 to handler 2019-06-07 06:10:44.989 10532 INFO octavia.api.v2.controllers.l7policy [req-561d337e-36e1-4426-b6f4-de5e46339b68 - - - - -] Sending Creation of L7Policy a6387b97-a351-49d8-bcb1-d6648ff7c73f to handler 2019-06-07 06:10:45.286 10532 INFO octavia.api.v2.controllers.l7policy [req-a4de0977-c287-4f34-a241-2258bcdad989 - - - - -] Sending Creation of L7Policy 396f65f0-7a3c-4677-b1b9-7d0b6644b4aa to handler 2019-06-07 06:10:45.637 10532 INFO octavia.api.v2.controllers.l7policy [req-55080934-976e-4c32-9364-53aa2592003e - - - - -] Sending Creation of L7Policy ab8476c3-399a-418c-81e3-8e245bbf3cda to handler 2019-06-07 06:10:46.027 10532 INFO oslo_db.sqlalchemy.provision [req-f64e6c27-9d2d-44ef-854c-81afe6025254 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.030 10532 INFO oslo_db.sqlalchemy.provision [req-f64e6c27-9d2d-44ef-854c-81afe6025254 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lkwyfwhpvq 2019-06-07 06:10:46.031 10532 INFO oslo_db.sqlalchemy.provision [req-f64e6c27-9d2d-44ef-854c-81afe6025254 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_admin [2.050585s] ... ok 2019-06-07 06:10:37.155 10556 INFO oslo_db.sqlalchemy.provision [req-c2f71102-87a9-4667-91cc-b4454562951b - - - - -] CREATE BACKEND sqlite:// TOKEN hmhqfyvejb 2019-06-07 06:10:37.326 10556 INFO octavia.common.config [req-c2f71102-87a9-4667-91cc-b4454562951b - - - - -] Logging enabled! 2019-06-07 06:10:37.326 10556 INFO octavia.common.config [req-c2f71102-87a9-4667-91cc-b4454562951b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.373 10556 WARNING octavia.api.root_controller [req-c2f71102-87a9-4667-91cc-b4454562951b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.402 10556 INFO octavia.api.v2.controllers.load_balancer [req-054b5157-b984-4c7f-bfb9-cf37adde3364 - - - - -] Sending created Load Balancer fd1a6547-56fe-4221-9b43-f22ab8d7253b to the handler 2019-06-07 06:10:37.504 10556 INFO octavia.api.v2.controllers.listener [req-30659854-a1fb-4465-aa19-1207fc0e2e4a - - - - -] Sending Creation of Listener 51f5bd1b-a1c4-4ebf-b5ca-79b1b925bc5f to handler 2019-06-07 06:10:37.652 10556 INFO octavia.api.v2.controllers.pool [req-55611a55-55a3-4145-aa06-9acf6a6e9fe2 - - - - -] Sending Creation of Pool 0128ebc0-df08-4242-bf85-495076f813e2 to handler 2019-06-07 06:10:37.891 10556 INFO octavia.api.v2.controllers.l7policy [req-48984ddc-9d75-4823-afeb-9327aee0b364 - 3eeb9c5a-6d22-4c1b-a7d1-0dc20eb27dcb - - -] Sending Creation of L7Policy 8020d3dc-f13c-43a5-b07b-446e58ec57ad to handler 2019-06-07 06:10:38.081 10556 INFO oslo_db.sqlalchemy.provision [req-9206859b-91d5-4322-b1a0-b8aaf30396cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.085 10556 INFO oslo_db.sqlalchemy.provision [req-9206859b-91d5-4322-b1a0-b8aaf30396cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hmhqfyvejb 2019-06-07 06:10:38.086 10556 INFO oslo_db.sqlalchemy.provision [req-9206859b-91d5-4322-b1a0-b8aaf30396cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_policy_authorized [0.937879s] ... ok 2019-06-07 06:10:45.413 10534 INFO oslo_db.sqlalchemy.provision [req-d1613c2b-c64a-4975-ab3d-7148e10b38a4 - - - - -] CREATE BACKEND sqlite:// TOKEN iciotlkjmi 2019-06-07 06:10:45.586 10534 INFO octavia.common.config [req-d1613c2b-c64a-4975-ab3d-7148e10b38a4 - - - - -] Logging enabled! 2019-06-07 06:10:45.587 10534 INFO octavia.common.config [req-d1613c2b-c64a-4975-ab3d-7148e10b38a4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.634 10534 WARNING octavia.api.root_controller [req-d1613c2b-c64a-4975-ab3d-7148e10b38a4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.661 10534 INFO octavia.api.v2.controllers.load_balancer [req-86f62c33-8d32-4e11-8857-54c23fafde4a - - - - -] Sending created Load Balancer 81c5a0ae-a3ee-4bd3-adfa-723d413c8278 to the handler 2019-06-07 06:10:45.749 10534 INFO octavia.api.v2.controllers.listener [req-55f7e295-101e-4edd-80bf-c2b9d6881d59 - - - - -] Sending Creation of Listener 2808d20e-b2d6-4282-a94d-1e144e29d6c6 to handler 2019-06-07 06:10:45.884 10534 INFO octavia.api.v2.controllers.pool [req-4c622c02-d128-45ac-a46a-1f0cce1561a8 - - - - -] Sending Creation of Pool 0a9b8f3e-57e2-48fe-8358-e86b686a7d00 to handler 2019-06-07 06:10:46.100 10534 INFO octavia.api.v2.controllers.pool [req-81dcf73f-9be0-4cc0-b857-26c317af8a72 - - - - -] Sending Creation of Pool 61b3cd1f-89cb-4136-a019-116171107048 to handler 2019-06-07 06:10:46.348 10534 INFO octavia.api.v2.controllers.member [req-55216efd-f2e7-4cd5-8532-4d5a9998136d - - - - -] Sending Creation of Member c5af7dd9-224b-48a6-b2d9-885406386c7d to handler 2019-06-07 06:10:46.620 10534 INFO octavia.api.v2.controllers.member [req-ed1bccb3-180b-4dff-b421-e9671f3d9377 - 0443e555-f4ae-40c1-8076-3834609d18f1 - - -] Sending Deletion of Member c5af7dd9-224b-48a6-b2d9-885406386c7d to handler 2019-06-07 06:10:47.188 10534 INFO oslo_db.sqlalchemy.provision [req-0df5b960-f7a6-4d3f-b41c-8a4115e389fe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.192 10534 INFO oslo_db.sqlalchemy.provision [req-0df5b960-f7a6-4d3f-b41c-8a4115e389fe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iciotlkjmi 2019-06-07 06:10:47.193 10534 INFO oslo_db.sqlalchemy.provision [req-0df5b960-f7a6-4d3f-b41c-8a4115e389fe - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_authorized [1.786903s] ... ok 2019-06-07 06:10:39.318 10542 INFO oslo_db.sqlalchemy.provision [req-cba160e8-962e-4d91-ad00-ea8ef1d8ec0d - - - - -] CREATE BACKEND sqlite:// TOKEN btickxxacp 2019-06-07 06:10:39.635 10542 INFO octavia.common.config [req-cba160e8-962e-4d91-ad00-ea8ef1d8ec0d - - - - -] Logging enabled! 2019-06-07 06:10:39.636 10542 INFO octavia.common.config [req-cba160e8-962e-4d91-ad00-ea8ef1d8ec0d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.680 10542 WARNING octavia.api.root_controller [req-cba160e8-962e-4d91-ad00-ea8ef1d8ec0d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.702 10542 INFO octavia.api.v1.controllers.load_balancer [req-023138a8-4e0a-4f88-9f23-f90e77b61679 - - - - -] Sending created Load Balancer 18c3eaa2-c3a5-44f6-a092-bd92a5878590 to the handler 2019-06-07 06:10:39.777 10542 INFO octavia.api.v1.controllers.listener [req-76ae5468-d8fb-485b-86b0-9f2523842579 - - - - -] Sending Creation of Listener e8945cf6-e800-466c-8747-ddbcaef07c4b to handler 2019-06-07 06:10:39.987 10542 INFO octavia.api.v1.controllers.pool [req-ce1e5eb7-26df-47ee-9b62-dc200f83b515 - - - - -] Sending Creation of Pool 1a761f9d-75b2-49bf-82e8-77bca942ef1e to handler 2019-06-07 06:10:40.213 10542 INFO octavia.api.v1.controllers.pool [req-ae8d0ca0-8598-4a99-8664-2a1adc6aa035 - - - - -] Sending Update of Pool 1a761f9d-75b2-49bf-82e8-77bca942ef1e to handler 2019-06-07 06:10:40.735 10542 INFO oslo_db.sqlalchemy.provision [req-fb8b4776-48c2-4151-8b55-2013035093b7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.739 10542 INFO oslo_db.sqlalchemy.provision [req-fb8b4776-48c2-4151-8b55-2013035093b7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN btickxxacp 2019-06-07 06:10:40.740 10542 INFO oslo_db.sqlalchemy.provision [req-fb8b4776-48c2-4151-8b55-2013035093b7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_pool.TestPool.test_update [1.441702s] ... ok 2019-06-07 06:10:36.938 10530 INFO oslo_db.sqlalchemy.provision [req-ac0417ab-9444-47d6-835a-62a8653568cb - - - - -] CREATE BACKEND sqlite:// TOKEN qxeyslaibz 2019-06-07 06:10:37.101 10530 INFO octavia.common.config [req-ac0417ab-9444-47d6-835a-62a8653568cb - - - - -] Logging enabled! 2019-06-07 06:10:37.101 10530 INFO octavia.common.config [req-ac0417ab-9444-47d6-835a-62a8653568cb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.145 10530 WARNING octavia.api.root_controller [req-ac0417ab-9444-47d6-835a-62a8653568cb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.166 10530 INFO octavia.api.v1.controllers.load_balancer [req-5cbb5e90-3e1c-4d18-b42e-89038981b903 - - - - -] Sending created Load Balancer c5d568ac-0882-4b52-9a66-ee3db8804270 to the handler 2019-06-07 06:10:37.239 10530 INFO octavia.api.v1.controllers.listener [req-fc80c9d5-6ea6-4460-a4a1-f74242051012 - - - - -] Sending Creation of Listener f1e01604-6687-4da7-8ba0-10bfccd1113e to handler 2019-06-07 06:10:37.386 10530 INFO octavia.api.v1.controllers.pool [req-2e6bfe8f-629e-4495-9641-ffbef083f3a5 - - - - -] Sending Creation of Pool aba4f6d6-244b-46bd-b8b3-fc463ddf870c to handler 2019-06-07 06:10:37.578 10530 INFO oslo_db.sqlalchemy.provision [req-ca68f1da-6372-40f2-9b2a-3a909f7c5fdf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.582 10530 INFO oslo_db.sqlalchemy.provision [req-ca68f1da-6372-40f2-9b2a-3a909f7c5fdf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qxeyslaibz 2019-06-07 06:10:37.583 10530 INFO oslo_db.sqlalchemy.provision [req-ca68f1da-6372-40f2-9b2a-3a909f7c5fdf - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_get [0.652321s] ... ok 2019-06-07 06:10:44.708 10558 INFO oslo_db.sqlalchemy.provision [req-e510122d-0900-4051-aff3-5958ed52d74e - - - - -] CREATE BACKEND sqlite:// TOKEN aagddkeyba 2019-06-07 06:10:44.872 10558 INFO octavia.common.config [req-e510122d-0900-4051-aff3-5958ed52d74e - - - - -] Logging enabled! 2019-06-07 06:10:44.873 10558 INFO octavia.common.config [req-e510122d-0900-4051-aff3-5958ed52d74e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.921 10558 WARNING octavia.api.root_controller [req-e510122d-0900-4051-aff3-5958ed52d74e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.948 10558 INFO octavia.api.v2.controllers.load_balancer [req-26e77339-0289-4673-8887-7a2f51e51229 - - - - -] Sending created Load Balancer b3b96789-ae87-43e0-9673-d5a79c96f612 to the handler 2019-06-07 06:10:45.026 10558 INFO octavia.api.v2.controllers.load_balancer [req-4fa11e5f-eed3-4db1-baab-43f10ea2df02 - 624032fa-0435-4c70-9836-88aed1f20961 - - -] Sending failover request for lb b3b96789-ae87-43e0-9673-d5a79c96f612 to the handler 2019-06-07 06:10:45.053 10558 INFO oslo_db.sqlalchemy.provision [req-4fa11e5f-eed3-4db1-baab-43f10ea2df02 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.056 10558 INFO oslo_db.sqlalchemy.provision [req-4fa11e5f-eed3-4db1-baab-43f10ea2df02 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aagddkeyba 2019-06-07 06:10:45.057 10558 INFO oslo_db.sqlalchemy.provision [req-4fa11e5f-eed3-4db1-baab-43f10ea2df02 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_authorized_lb_admin [0.354887s] ... ok 2019-06-07 06:10:34.820 10531 INFO oslo_db.sqlalchemy.provision [req-294a9f81-acb2-48a0-98c0-32d1eeb7839c - - - - -] CREATE BACKEND sqlite:// TOKEN mjkgmndayu 2019-06-07 06:10:34.986 10531 INFO octavia.common.config [req-294a9f81-acb2-48a0-98c0-32d1eeb7839c - - - - -] Logging enabled! 2019-06-07 06:10:34.987 10531 INFO octavia.common.config [req-294a9f81-acb2-48a0-98c0-32d1eeb7839c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.031 10531 WARNING octavia.api.root_controller [req-294a9f81-acb2-48a0-98c0-32d1eeb7839c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.052 10531 INFO octavia.api.v1.controllers.load_balancer [req-436352a8-b2cb-40ea-8013-e2f9b1192b81 - - - - -] Sending created Load Balancer d9064e74-b128-4cd7-8f87-b28ce5614af7 to the handler 2019-06-07 06:10:35.125 10531 INFO octavia.api.v1.controllers.listener [req-9a5039a4-979f-4213-9f91-8b5b708802f2 - - - - -] Sending Creation of Listener aeb54c89-b144-4497-8209-bb3f0090a0ba to handler 2019-06-07 06:10:35.321 10531 INFO octavia.api.v1.controllers.pool [req-a0395988-62c9-43d8-adaa-887f77bd9157 - - - - -] Sending Creation of Pool 69a19886-c348-405b-9a2a-1d7b436d90b5 to handler 2019-06-07 06:10:35.515 10531 INFO octavia.api.v1.controllers.pool [req-a8b87a85-db3d-4761-b8e1-a66d53ca522b - - - - -] Sending Deletion of Pool 69a19886-c348-405b-9a2a-1d7b436d90b5 to handler 2019-06-07 06:10:35.650 10531 INFO oslo_db.sqlalchemy.provision [req-05034dde-c230-430a-a4a3-8aa91cb56af1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:35.654 10531 INFO oslo_db.sqlalchemy.provision [req-05034dde-c230-430a-a4a3-8aa91cb56af1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mjkgmndayu 2019-06-07 06:10:35.655 10531 INFO oslo_db.sqlalchemy.provision [req-05034dde-c230-430a-a4a3-8aa91cb56af1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_with_bad_handler [0.840667s] ... ok 2019-06-07 06:10:38.621 10540 INFO oslo_db.sqlalchemy.provision [req-29901d96-a30c-4b0c-aa7a-c7646ec338b9 - - - - -] CREATE BACKEND sqlite:// TOKEN gmmfvtsmcb 2019-06-07 06:10:38.792 10540 INFO octavia.common.config [req-29901d96-a30c-4b0c-aa7a-c7646ec338b9 - - - - -] Logging enabled! 2019-06-07 06:10:38.793 10540 INFO octavia.common.config [req-29901d96-a30c-4b0c-aa7a-c7646ec338b9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.838 10540 WARNING octavia.api.root_controller [req-29901d96-a30c-4b0c-aa7a-c7646ec338b9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.865 10540 INFO octavia.api.v2.controllers.load_balancer [req-12b77443-6bf1-479f-b64d-1a1b6a09859e - - - - -] Sending created Load Balancer 584b71e1-92a9-43ae-b81b-2ae7d06b763e to the handler 2019-06-07 06:10:38.951 10540 INFO octavia.api.v2.controllers.pool [req-499fc038-1aad-4126-a458-ddad23e22798 - - - - -] Sending Creation of Pool f33d0e3b-7bc1-42c1-99aa-e0afe417c369 to handler 2019-06-07 06:10:39.052 10540 WARNING octavia.api.v2.controllers.load_balancer [req-47ea2a8d-ef95-4307-9498-631bcd6329da - - - - -] Cannot delete Load Balancer 584b71e1-92a9-43ae-b81b-2ae7d06b763e - it has children 2019-06-07 06:10:39.104 10540 INFO oslo_db.sqlalchemy.provision [req-bab1d9ed-d29f-46e0-b8a3-0818cffa7697 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.107 10540 INFO oslo_db.sqlalchemy.provision [req-bab1d9ed-d29f-46e0-b8a3-0818cffa7697 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gmmfvtsmcb 2019-06-07 06:10:39.108 10540 INFO oslo_db.sqlalchemy.provision [req-bab1d9ed-d29f-46e0-b8a3-0818cffa7697 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_fails_with_pool [0.493331s] ... ok 2019-06-07 06:10:42.090 10544 INFO oslo_db.sqlalchemy.provision [req-963d7719-eb5e-4e1c-b83f-91d8002fdafe - - - - -] CREATE BACKEND sqlite:// TOKEN snqjlfnslv 2019-06-07 06:10:42.253 10544 INFO octavia.common.config [req-963d7719-eb5e-4e1c-b83f-91d8002fdafe - - - - -] Logging enabled! 2019-06-07 06:10:42.254 10544 INFO octavia.common.config [req-963d7719-eb5e-4e1c-b83f-91d8002fdafe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.300 10544 WARNING octavia.api.root_controller [req-963d7719-eb5e-4e1c-b83f-91d8002fdafe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.326 10544 INFO octavia.api.v2.controllers.load_balancer [req-75662b3e-38d8-4624-a473-8cc643ad922b - - - - -] Sending created Load Balancer abbe4d01-a1fd-481f-b04a-2b6d63b7c566 to the handler 2019-06-07 06:10:42.427 10544 INFO octavia.api.v2.controllers.pool [req-346fcfdc-c5aa-4c64-8f0d-5f88c0019e15 - - - - -] Sending Creation of Pool 1adcc990-4480-479b-ad42-05da481c8b87 to handler 2019-06-07 06:10:42.560 10544 INFO octavia.api.v2.controllers.listener [req-5ff3a0c4-1829-4a03-9e40-b0e59e721222 - - - - -] Sending Creation of Listener 7a28b651-1eb5-46a2-af17-6ab07c1ab783 to handler 2019-06-07 06:10:42.794 10544 INFO octavia.api.v2.controllers.listener [req-7fde54e0-2b15-430f-a301-9fa272aa731d - - - - -] Sending Deletion of Listener 7a28b651-1eb5-46a2-af17-6ab07c1ab783 to handler 2019-06-07 06:10:42.899 10544 INFO oslo_db.sqlalchemy.provision [req-99c89235-facd-4e07-82e9-02c244d89af8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.903 10544 INFO oslo_db.sqlalchemy.provision [req-99c89235-facd-4e07-82e9-02c244d89af8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN snqjlfnslv 2019-06-07 06:10:42.903 10544 INFO oslo_db.sqlalchemy.provision [req-99c89235-facd-4e07-82e9-02c244d89af8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_with_bad_handler [0.820890s] ... ok 2019-06-07 06:10:36.059 10550 INFO oslo_db.sqlalchemy.provision [req-df0adaeb-1883-4e85-b2bd-0ad92680c2ff - - - - -] CREATE BACKEND sqlite:// TOKEN gvqabvpcko 2019-06-07 06:10:36.221 10550 INFO octavia.common.config [req-df0adaeb-1883-4e85-b2bd-0ad92680c2ff - - - - -] Logging enabled! 2019-06-07 06:10:36.222 10550 INFO octavia.common.config [req-df0adaeb-1883-4e85-b2bd-0ad92680c2ff - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.267 10550 WARNING octavia.api.root_controller [req-df0adaeb-1883-4e85-b2bd-0ad92680c2ff - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.289 10550 INFO octavia.api.v1.controllers.load_balancer [req-2954bcc0-fb4b-4e9c-a80d-f26cd6a71c4a - - - - -] Sending created Load Balancer 0b320b1b-0bde-4e2b-bae6-942c6576345b to the handler 2019-06-07 06:10:36.511 10550 INFO octavia.api.v1.controllers.listener [req-3424da43-a4e4-4b07-88b9-a6fff00eeb20 - - - - -] Sending Creation of Listener 105fd105-3c78-4f0a-a513-c51c18688dfd to handler 2019-06-07 06:10:36.717 10550 INFO octavia.api.v1.controllers.pool [req-b37f5c1a-0ce1-45b7-8267-09741ae871f3 - - - - -] Sending Creation of Pool 5d573729-6174-4593-8798-1c23015d4b86 to handler 2019-06-07 06:10:36.855 10550 INFO octavia.api.v1.controllers.pool [req-b1c4d146-ea19-467f-8930-96aaf69a506c - - - - -] Sending Update of Pool 5d573729-6174-4593-8798-1c23015d4b86 to handler 2019-06-07 06:10:36.987 10550 INFO oslo_db.sqlalchemy.provision [req-1e9b1961-f262-439e-b25f-4d4757aea759 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.990 10550 INFO oslo_db.sqlalchemy.provision [req-1e9b1961-f262-439e-b25f-4d4757aea759 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gvqabvpcko 2019-06-07 06:10:36.991 10550 INFO oslo_db.sqlalchemy.provision [req-1e9b1961-f262-439e-b25f-4d4757aea759 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_with_bad_handler [0.938110s] ... ok 2019-06-07 06:10:36.725 10541 INFO oslo_db.sqlalchemy.provision [req-a4dd8bd7-bf57-4f48-9f2c-edb4593488f7 - - - - -] CREATE BACKEND sqlite:// TOKEN vjvvrfuwem 2019-06-07 06:10:36.885 10541 INFO octavia.common.config [req-a4dd8bd7-bf57-4f48-9f2c-edb4593488f7 - - - - -] Logging enabled! 2019-06-07 06:10:36.886 10541 INFO octavia.common.config [req-a4dd8bd7-bf57-4f48-9f2c-edb4593488f7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.932 10541 WARNING octavia.api.root_controller [req-a4dd8bd7-bf57-4f48-9f2c-edb4593488f7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.142 10541 INFO octavia.api.v1.controllers.load_balancer [req-986c7a8a-6acd-4994-ac68-26622f2b4447 - - - - -] Sending full load balancer configuration 593f8838-0489-4267-9413-18664401022a to the handler 2019-06-07 06:10:37.184 10541 INFO oslo_db.sqlalchemy.provision [req-986c7a8a-6acd-4994-ac68-26622f2b4447 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.188 10541 INFO oslo_db.sqlalchemy.provision [req-986c7a8a-6acd-4994-ac68-26622f2b4447 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vjvvrfuwem 2019-06-07 06:10:37.188 10541 INFO oslo_db.sqlalchemy.provision [req-986c7a8a-6acd-4994-ac68-26622f2b4447 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_redirect_pools_no_rules [0.470944s] ... ok 2019-06-07 06:10:43.920 10546 INFO oslo_db.sqlalchemy.provision [req-fa6a5f1d-8a92-4ee1-80c8-ef4f3db509af - - - - -] CREATE BACKEND sqlite:// TOKEN denmzwdkty 2019-06-07 06:10:44.340 10546 INFO octavia.common.config [req-fa6a5f1d-8a92-4ee1-80c8-ef4f3db509af - - - - -] Logging enabled! 2019-06-07 06:10:44.341 10546 INFO octavia.common.config [req-fa6a5f1d-8a92-4ee1-80c8-ef4f3db509af - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.456 10546 WARNING octavia.api.root_controller [req-fa6a5f1d-8a92-4ee1-80c8-ef4f3db509af - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.540 10546 INFO octavia.api.v2.controllers.load_balancer [req-19acf9ea-9ef9-462d-97d1-80bf9e5fde90 - - - - -] Sending created Load Balancer 58d05758-13ae-46af-9069-1b6976e6168c to the handler 2019-06-07 06:10:44.642 10546 INFO oslo_db.sqlalchemy.provision [req-19acf9ea-9ef9-462d-97d1-80bf9e5fde90 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.656 10546 INFO oslo_db.sqlalchemy.provision [req-19acf9ea-9ef9-462d-97d1-80bf9e5fde90 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN denmzwdkty 2019-06-07 06:10:44.657 10546 INFO oslo_db.sqlalchemy.provision [req-19acf9ea-9ef9-462d-97d1-80bf9e5fde90 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_and_address_ipv6 [0.743364s] ... ok 2019-06-07 06:10:46.369 10533 INFO oslo_db.sqlalchemy.provision [req-6a403711-865d-42c8-99f6-b1608013c9d2 - - - - -] CREATE BACKEND sqlite:// TOKEN igouqaasnr 2019-06-07 06:10:46.534 10533 INFO octavia.common.config [req-6a403711-865d-42c8-99f6-b1608013c9d2 - - - - -] Logging enabled! 2019-06-07 06:10:46.534 10533 INFO octavia.common.config [req-6a403711-865d-42c8-99f6-b1608013c9d2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.579 10533 WARNING octavia.api.root_controller [req-6a403711-865d-42c8-99f6-b1608013c9d2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.608 10533 INFO octavia.api.v2.controllers.load_balancer [req-79b51dbd-82db-4dad-b0df-74eb328e9b2a - - - - -] Sending created Load Balancer 8ec3a6d1-cb97-4274-8bb2-21eff1ad0f02 to the handler 2019-06-07 06:10:46.647 10533 INFO oslo_db.sqlalchemy.provision [req-79b51dbd-82db-4dad-b0df-74eb328e9b2a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.650 10533 INFO oslo_db.sqlalchemy.provision [req-79b51dbd-82db-4dad-b0df-74eb328e9b2a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN igouqaasnr 2019-06-07 06:10:46.651 10533 INFO oslo_db.sqlalchemy.provision [req-79b51dbd-82db-4dad-b0df-74eb328e9b2a - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_qos_vip_port_and_vip_qos [0.288493s] ... ok 2019-06-07 06:10:42.450 10548 INFO oslo_db.sqlalchemy.provision [req-2fb8be64-cda4-4776-8c20-5b53755036b8 - - - - -] CREATE BACKEND sqlite:// TOKEN qfehjjbbom 2019-06-07 06:10:42.616 10548 INFO octavia.common.config [req-2fb8be64-cda4-4776-8c20-5b53755036b8 - - - - -] Logging enabled! 2019-06-07 06:10:42.617 10548 INFO octavia.common.config [req-2fb8be64-cda4-4776-8c20-5b53755036b8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.666 10548 WARNING octavia.api.root_controller [req-2fb8be64-cda4-4776-8c20-5b53755036b8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.698 10548 INFO octavia.api.v2.controllers.load_balancer [req-775a3881-ca63-4b96-b7d5-ff8833b7b17b - - - - -] Sending created Load Balancer da3a97bc-1e52-4f67-a8b4-cfec157d1eb3 to the handler 2019-06-07 06:10:42.788 10548 INFO octavia.api.v2.controllers.listener [req-02fafdff-b62e-46fc-93bd-02772993d1ad - - - - -] Sending Creation of Listener b3ef61b8-7f5b-446d-a479-9e126ff6fd4c to handler 2019-06-07 06:10:42.955 10548 INFO octavia.api.v2.controllers.l7policy [req-2adf2e82-52f5-40fd-8fca-ba2e7ba24cf8 - - - - -] Sending Creation of L7Policy aca5a2fb-ef94-42ab-a9cb-bab1b74e49bd to handler 2019-06-07 06:10:43.380 10548 INFO octavia.api.v2.controllers.l7rule [req-3d7b9d37-0554-454e-a216-e4032bb26ac4 - - - - -] Sending Creation of L7Rule 2c04a80f-4a11-46ed-a459-9e58a15dbbf3 to handler 2019-06-07 06:10:43.564 10548 INFO oslo_db.sqlalchemy.provision [req-26d912f9-f4ff-4134-a684-2706b2058550 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.568 10548 INFO oslo_db.sqlalchemy.provision [req-26d912f9-f4ff-4134-a684-2706b2058550 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qfehjjbbom 2019-06-07 06:10:43.569 10548 INFO oslo_db.sqlalchemy.provision [req-26d912f9-f4ff-4134-a684-2706b2058550 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_path_rule [1.126129s] ... ok 2019-06-07 06:10:39.511 10553 INFO oslo_db.sqlalchemy.provision [req-e18fab35-357c-4138-86a7-a5f1afbcb91e - - - - -] CREATE BACKEND sqlite:// TOKEN itktrfbmwa 2019-06-07 06:10:39.671 10553 INFO octavia.common.config [req-e18fab35-357c-4138-86a7-a5f1afbcb91e - - - - -] Logging enabled! 2019-06-07 06:10:39.672 10553 INFO octavia.common.config [req-e18fab35-357c-4138-86a7-a5f1afbcb91e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.719 10553 WARNING octavia.api.root_controller [req-e18fab35-357c-4138-86a7-a5f1afbcb91e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.745 10553 INFO octavia.api.v2.controllers.load_balancer [req-3279c86a-bf56-4586-b35a-646ba64dd16b - - - - -] Sending created Load Balancer 8d5c3e05-6fa8-4d99-b3ea-3abb04152975 to the handler 2019-06-07 06:10:39.842 10553 INFO octavia.api.v2.controllers.listener [req-d9069268-5e03-4159-bada-9fdd9692f819 - - - - -] Sending Creation of Listener 085f34c8-1fa9-4b79-8eaa-6386ae0f1097 to handler 2019-06-07 06:10:39.984 10553 INFO octavia.api.v2.controllers.pool [req-72b81665-1d6c-4fdb-9f5d-c98b50dd7bce - - - - -] Sending Creation of Pool b1e5aca8-4d8e-4586-832b-1515cf97f10b to handler 2019-06-07 06:10:40.130 10553 INFO octavia.api.v2.controllers.load_balancer [req-e10bb3ad-ce97-4641-a516-48c820b84fe6 - - - - -] Sending created Load Balancer 59f99a7f-766f-4fb3-b9f5-5f61b8d8c914 to the handler 2019-06-07 06:10:40.198 10553 INFO octavia.api.v2.controllers.load_balancer [req-81f310ce-ebab-470c-b2c6-415ff0922965 - - - - -] Sending created Load Balancer ac950b7d-15da-4831-b1d9-215d7869aed2 to the handler 2019-06-07 06:10:40.285 10553 INFO octavia.api.v2.controllers.listener [req-278c2970-7764-47a2-aa10-46df00a33e20 - - - - -] Sending Creation of Listener 82be8a9d-85ad-471a-bc98-961cbfb35ad6 to handler 2019-06-07 06:10:40.404 10553 INFO octavia.api.v2.controllers.listener [req-ba0a8160-ebcf-4b5e-a818-fd68d41832cc - - - - -] Sending Creation of Listener db822cdd-5026-4064-aa92-455d132db318 to handler 2019-06-07 06:10:40.539 10553 INFO octavia.api.v2.controllers.pool [req-3ea55c2d-28ce-44d7-897a-87fccd2b2720 - - - - -] Sending Creation of Pool ef441a65-f276-4192-9fa3-32ff9a329738 to handler 2019-06-07 06:10:40.740 10553 INFO octavia.api.v2.controllers.l7policy [req-5351a8df-0ca3-4d47-9a17-828ced987f64 - - - - -] Sending Creation of L7Policy 399208c2-e8f5-48d4-8a40-08e9eaa8dc08 to handler 2019-06-07 06:10:41.054 10553 INFO octavia.api.v2.controllers.l7policy [req-5696e294-d770-42c3-a431-8d83ccf7af3d - - - - -] Sending Creation of L7Policy 626e3b97-419a-4f35-9d36-4304534ec663 to handler 2019-06-07 06:10:41.785 10553 INFO octavia.api.v2.controllers.l7policy [req-1dbeba8a-c9d0-4ad9-958d-53033f2fabc8 - - - - -] Sending Creation of L7Policy cf85f885-d70b-490b-9b9a-09c742a60211 to handler 2019-06-07 06:10:42.084 10553 INFO oslo_db.sqlalchemy.provision [req-5c20b72f-2dc4-4d83-bec3-c7fdfad8198d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.087 10553 INFO oslo_db.sqlalchemy.provision [req-5c20b72f-2dc4-4d83-bec3-c7fdfad8198d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN itktrfbmwa 2019-06-07 06:10:42.088 10553 INFO oslo_db.sqlalchemy.provision [req-5c20b72f-2dc4-4d83-bec3-c7fdfad8198d - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_by_project_id [2.583222s] ... ok 2019-06-07 06:10:43.315 10538 INFO oslo_db.sqlalchemy.provision [req-febbb7e3-ab5a-4d53-bace-8e191701e7fa - - - - -] CREATE BACKEND sqlite:// TOKEN mckcunlrkj 2019-06-07 06:10:43.487 10538 INFO octavia.common.config [req-febbb7e3-ab5a-4d53-bace-8e191701e7fa - - - - -] Logging enabled! 2019-06-07 06:10:43.488 10538 INFO octavia.common.config [req-febbb7e3-ab5a-4d53-bace-8e191701e7fa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.558 10538 WARNING octavia.api.root_controller [req-febbb7e3-ab5a-4d53-bace-8e191701e7fa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.589 10538 INFO octavia.api.v2.controllers.load_balancer [req-6fc1b2ab-0ddb-44c6-8b36-9922b0ef3060 - - - - -] Sending created Load Balancer 0864e6e8-c39f-4a7a-b676-b480344941b3 to the handler 2019-06-07 06:10:43.695 10538 INFO octavia.api.v2.controllers.listener [req-537143c9-087c-4d17-965d-990a92122e62 - - - - -] Sending Creation of Listener d9b914f2-4402-400a-8cb3-4e72c21e604c to handler 2019-06-07 06:10:43.848 10538 INFO octavia.api.v2.controllers.pool [req-ea6c9a2a-6045-403e-85d5-0c2a29a04149 - - - - -] Sending Creation of Pool 4ce35103-e420-4814-8721-68a341723de0 to handler 2019-06-07 06:10:44.030 10538 INFO octavia.api.v2.controllers.l7policy [req-de9bc7fc-dfea-42c7-af47-91f76f865ed0 - - - - -] Sending Creation of L7Policy e9160ebd-5a33-4eab-a902-a8bbb4a6d145 to handler 2019-06-07 06:10:44.448 10538 INFO oslo_db.sqlalchemy.provision [req-f72374bc-1e92-4baf-8ace-16c22e23e421 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.452 10538 INFO oslo_db.sqlalchemy.provision [req-f72374bc-1e92-4baf-8ace-16c22e23e421 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mckcunlrkj 2019-06-07 06:10:44.452 10538 INFO oslo_db.sqlalchemy.provision [req-f72374bc-1e92-4baf-8ace-16c22e23e421 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_not_authorized [1.144218s] ... ok 2019-06-07 06:10:38.416 10543 INFO oslo_db.sqlalchemy.provision [req-a6cb30b9-b321-4206-ba1a-be5fec4050c1 - - - - -] CREATE BACKEND sqlite:// TOKEN jkndavmmpy 2019-06-07 06:10:38.582 10543 INFO octavia.common.config [req-a6cb30b9-b321-4206-ba1a-be5fec4050c1 - - - - -] Logging enabled! 2019-06-07 06:10:38.583 10543 INFO octavia.common.config [req-a6cb30b9-b321-4206-ba1a-be5fec4050c1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.632 10543 WARNING octavia.api.root_controller [req-a6cb30b9-b321-4206-ba1a-be5fec4050c1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.659 10543 INFO octavia.api.v2.controllers.load_balancer [req-e2955cd6-5038-4a7e-b6f7-d8c6b38bc64f - - - - -] Sending created Load Balancer a88c4a46-7bdb-4e65-a1b5-c8189f9b6f7d to the handler 2019-06-07 06:10:38.751 10543 INFO octavia.api.v2.controllers.pool [req-113ec6b1-57d6-44ee-bc17-d1761844ca5e - - - - -] Sending Creation of Pool 27ded45e-c151-4248-abc1-d17375328785 to handler 2019-06-07 06:10:38.894 10543 INFO octavia.api.v2.controllers.listener [req-ba190b60-fddc-44f1-bded-609e2e384e59 - - - - -] Sending Creation of Listener 3d20679d-6217-4a4d-9a99-c35264cce7b0 to handler 2019-06-07 06:10:39.094 10543 INFO octavia.api.v2.controllers.listener [req-c2dc6eb7-6597-4750-b73f-17ae04322776 - - - - -] Sending Creation of Listener f0bb3eaa-3ef0-4d2a-a240-cfd24c59f13c to handler 2019-06-07 06:10:39.304 10543 INFO octavia.api.v2.controllers.listener [req-96c145c7-157e-4905-bc75-73c6e7644fb3 - - - - -] Sending Creation of Listener 90c0e696-d365-435f-bd20-12fa23e2a7ab to handler 2019-06-07 06:10:39.559 10543 INFO oslo_db.sqlalchemy.provision [req-c508284c-cdc7-43fa-8f7f-26574e63f3ff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.563 10543 INFO oslo_db.sqlalchemy.provision [req-c508284c-cdc7-43fa-8f7f-26574e63f3ff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jkndavmmpy 2019-06-07 06:10:39.563 10543 INFO oslo_db.sqlalchemy.provision [req-c508284c-cdc7-43fa-8f7f-26574e63f3ff - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_fields_filter [1.155284s] ... ok 2019-06-07 06:10:43.465 10528 INFO oslo_db.sqlalchemy.provision [req-63bd5be1-2e03-43d1-861c-9e642bbb9d63 - - - - -] CREATE BACKEND sqlite:// TOKEN lgsuiisxbt 2019-06-07 06:10:43.628 10528 INFO octavia.common.config [req-63bd5be1-2e03-43d1-861c-9e642bbb9d63 - - - - -] Logging enabled! 2019-06-07 06:10:43.629 10528 INFO octavia.common.config [req-63bd5be1-2e03-43d1-861c-9e642bbb9d63 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.674 10528 WARNING octavia.api.root_controller [req-63bd5be1-2e03-43d1-861c-9e642bbb9d63 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.701 10528 INFO octavia.api.v2.controllers.load_balancer [req-93589f4b-1064-4a36-a6b0-ba5e467109ef - - - - -] Sending created Load Balancer 4efa22ee-12c4-4a9c-9745-e472686af063 to the handler 2019-06-07 06:10:43.785 10528 INFO octavia.api.v2.controllers.listener [req-c5264382-f62e-4545-a0cc-7b2f52663f2a - - - - -] Sending Creation of Listener 7f65ebab-be8a-4fa0-a3f9-cbaa5166d0a2 to handler 2019-06-07 06:10:43.931 10528 INFO octavia.api.v2.controllers.pool [req-2b5314fd-99ce-47dd-a52b-8979ac1fe686 - - - - -] Sending Creation of Pool 5c578c94-68cb-4fa7-8ad9-ae1322017bf7 to handler 2019-06-07 06:10:44.139 10528 INFO octavia.api.v2.controllers.l7policy [req-47716ed7-f4aa-4da7-9af3-fa125bc53d21 - - - - -] Sending Creation of L7Policy 2d5c6917-b719-4f0f-a911-99dac451ad51 to handler 2019-06-07 06:10:44.329 10528 ERROR octavia.api.v2.controllers.base [req-516f6790-ed41-4326-a21f-db2e3aae215e - - - - -] Pool b5560510-357f-41e5-b81e-8c7685ea486e not found: None 2019-06-07 06:10:44.329 10528 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:44.329 10528 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:44.355 10528 INFO oslo_db.sqlalchemy.provision [req-516f6790-ed41-4326-a21f-db2e3aae215e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.358 10528 INFO oslo_db.sqlalchemy.provision [req-516f6790-ed41-4326-a21f-db2e3aae215e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lgsuiisxbt 2019-06-07 06:10:44.359 10528 INFO oslo_db.sqlalchemy.provision [req-516f6790-ed41-4326-a21f-db2e3aae215e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_pool_bad_pool_id [0.900154s] ... ok 2019-06-07 06:10:39.224 10539 INFO oslo_db.sqlalchemy.provision [req-25409611-89d4-4534-a585-2a860ca1b240 - - - - -] CREATE BACKEND sqlite:// TOKEN vhhmxfocah 2019-06-07 06:10:39.391 10539 INFO octavia.common.config [req-25409611-89d4-4534-a585-2a860ca1b240 - - - - -] Logging enabled! 2019-06-07 06:10:39.391 10539 INFO octavia.common.config [req-25409611-89d4-4534-a585-2a860ca1b240 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.437 10539 WARNING octavia.api.root_controller [req-25409611-89d4-4534-a585-2a860ca1b240 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.463 10539 INFO octavia.api.v2.controllers.load_balancer [req-196ffb2c-7611-434a-a2a4-6eaa6563d261 - - - - -] Sending created Load Balancer 12f9577c-927a-41ac-9505-61349cccbc4b to the handler 2019-06-07 06:10:39.552 10539 INFO octavia.api.v2.controllers.listener [req-2f807dad-bf5c-4f2d-a1a7-17c26272cae8 - - - - -] Sending Creation of Listener 6bd3280b-9c81-4121-b450-39a08cdfb5f6 to handler 2019-06-07 06:10:39.696 10539 INFO octavia.api.v2.controllers.pool [req-bd5f5893-8e3c-4e4c-a15c-ab51c97098b6 - - - - -] Sending Creation of Pool fc87d792-a810-428a-a365-2f0eb013dfa1 to handler 2019-06-07 06:10:39.914 10539 INFO octavia.api.v2.controllers.pool [req-54db2d9a-1488-4cdb-8099-8d56242d3744 - - - - -] Sending Creation of Pool 945a2fcd-0566-4fd5-9271-be5befaddb7e to handler 2019-06-07 06:10:40.191 10539 INFO octavia.api.v2.controllers.health_monitor [req-66567efe-53bf-41c9-96d5-d3a0ec3e197f - - - - -] Sending Creation of Health Monitor 55edb7da-d3e5-4fab-ade8-1fcc37c528b7 to handler 2019-06-07 06:10:40.387 10539 INFO octavia.api.v2.controllers.load_balancer [req-997ae513-490d-44ee-9af4-d80e455d7696 - - - - -] Sending updated Load Balancer 12f9577c-927a-41ac-9505-61349cccbc4b to the handler 2019-06-07 06:10:40.484 10539 INFO octavia.api.v2.controllers.health_monitor [req-43885302-1a3c-4983-80b2-070b25b7d0be - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:40.509 10539 INFO oslo_db.sqlalchemy.provision [req-43885302-1a3c-4983-80b2-070b25b7d0be - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.513 10539 INFO oslo_db.sqlalchemy.provision [req-43885302-1a3c-4983-80b2-070b25b7d0be - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vhhmxfocah 2019-06-07 06:10:40.514 10539 INFO oslo_db.sqlalchemy.provision [req-43885302-1a3c-4983-80b2-070b25b7d0be - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_update [1.296512s] ... ok 2019-06-07 06:10:42.332 10559 INFO oslo_db.sqlalchemy.provision [req-b65a5db6-82bb-43b1-98fd-816797d7c310 - - - - -] CREATE BACKEND sqlite:// TOKEN poyxajwsoj 2019-06-07 06:10:42.497 10559 INFO octavia.common.config [req-b65a5db6-82bb-43b1-98fd-816797d7c310 - - - - -] Logging enabled! 2019-06-07 06:10:42.498 10559 INFO octavia.common.config [req-b65a5db6-82bb-43b1-98fd-816797d7c310 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.544 10559 WARNING octavia.api.root_controller [req-b65a5db6-82bb-43b1-98fd-816797d7c310 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.570 10559 INFO octavia.api.v2.controllers.load_balancer [req-8e3d30f8-cc6c-4127-9240-9dcbb8354efa - - - - -] Sending created Load Balancer a486bdd8-bff8-4a83-a316-6fa6c2c16c13 to the handler 2019-06-07 06:10:42.656 10559 INFO octavia.api.v2.controllers.listener [req-d3f7bdd0-701a-4851-a356-7e3f0fa520ce - - - - -] Sending Creation of Listener 33014369-66f0-4ebe-89d2-77158854e771 to handler 2019-06-07 06:10:42.799 10559 INFO octavia.api.v2.controllers.pool [req-57e47935-8a67-4c57-ac69-daab7c702f24 - - - - -] Sending Creation of Pool 28c05fa4-8efc-4421-b526-fe9085301f93 to handler 2019-06-07 06:10:43.004 10559 INFO octavia.api.v2.controllers.l7policy [req-e3af395d-413c-4015-bad7-ecee96e436b0 - - - - -] Sending Creation of L7Policy da9fa4c6-0df7-4ba0-9fa6-898662ddd8c4 to handler 2019-06-07 06:10:43.287 10559 INFO octavia.api.v2.controllers.l7policy [req-cf995501-8994-4cce-8dee-fedb0ab2aecf - - - - -] Sending Creation of L7Policy f531cbf4-8f03-4c52-9edc-1b1bda51fd84 to handler 2019-06-07 06:10:43.609 10559 INFO octavia.api.v2.controllers.l7policy [req-8779c422-7734-422c-938e-eb0170091ee8 - - - - -] Sending Creation of L7Policy 24e74610-e9bf-4eda-8d0d-977e65945c12 to handler 2019-06-07 06:10:44.023 10559 INFO oslo_db.sqlalchemy.provision [req-853ae5e2-cb48-4284-93ce-7f1be69ab3f6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.027 10559 INFO oslo_db.sqlalchemy.provision [req-853ae5e2-cb48-4284-93ce-7f1be69ab3f6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN poyxajwsoj 2019-06-07 06:10:44.028 10559 INFO oslo_db.sqlalchemy.provision [req-853ae5e2-cb48-4284-93ce-7f1be69ab3f6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_sorted [1.702395s] ... ok 2019-06-07 06:10:41.835 10554 INFO oslo_db.sqlalchemy.provision [req-e523808c-da8f-4501-a748-de62016cd7fb - - - - -] CREATE BACKEND sqlite:// TOKEN ytgyvhxbom 2019-06-07 06:10:42.008 10554 INFO octavia.common.config [req-e523808c-da8f-4501-a748-de62016cd7fb - - - - -] Logging enabled! 2019-06-07 06:10:42.009 10554 INFO octavia.common.config [req-e523808c-da8f-4501-a748-de62016cd7fb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.056 10554 WARNING octavia.api.root_controller [req-e523808c-da8f-4501-a748-de62016cd7fb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.083 10554 INFO octavia.api.v2.controllers.load_balancer [req-44b8b8ed-cadb-4499-88bc-4a3f88a40d13 - - - - -] Sending created Load Balancer e651169d-a498-40ab-8c54-da25d409d52a to the handler 2019-06-07 06:10:42.177 10554 INFO octavia.api.v2.controllers.listener [req-edc1dec6-457f-4a27-afa4-5535b0e4fab1 - - - - -] Sending Creation of Listener 5e01d02b-4c61-40ca-b795-0b98e0ee0dcc to handler 2019-06-07 06:10:42.312 10554 INFO octavia.api.v2.controllers.pool [req-4eab15db-de9c-4715-84d1-b269917af931 - - - - -] Sending Creation of Pool 40243817-7db8-44e9-8c5d-1f63687e94a7 to handler 2019-06-07 06:10:42.663 10554 INFO octavia.api.v2.controllers.pool [req-8d3414cb-0b49-4062-acbe-6b92d1d11fc1 - - - - -] Sending Creation of Pool 5a8031ad-1365-49c9-9b44-e713e8578f88 to handler 2019-06-07 06:10:42.938 10554 INFO octavia.api.v2.controllers.member [req-2353fd99-d22b-46bc-a12f-4439b4c1953c - - - - -] Sending Creation of Member c50a39ce-b266-478c-8825-8dc05f62739e to handler 2019-06-07 06:10:43.223 10554 INFO octavia.api.v2.controllers.member [req-509080cb-9fb1-4c11-9675-d48c4d077b61 - - - - -] Sending Update of Member c50a39ce-b266-478c-8825-8dc05f62739e to handler 2019-06-07 06:10:43.581 10554 INFO oslo_db.sqlalchemy.provision [req-f4eeb368-a233-4979-9372-1b9d48b1be8e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.585 10554 INFO oslo_db.sqlalchemy.provision [req-f4eeb368-a233-4979-9372-1b9d48b1be8e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ytgyvhxbom 2019-06-07 06:10:43.586 10554 INFO oslo_db.sqlalchemy.provision [req-f4eeb368-a233-4979-9372-1b9d48b1be8e - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_member.TestMember.test_update_with_bad_handler [1.758902s] ... ok 2019-06-07 06:10:40.703 10551 INFO oslo_db.sqlalchemy.provision [req-5fbe683a-1e49-4178-b4ff-fe52ce4b8447 - - - - -] CREATE BACKEND sqlite:// TOKEN ryveijvlhx 2019-06-07 06:10:40.873 10551 INFO octavia.common.config [req-5fbe683a-1e49-4178-b4ff-fe52ce4b8447 - - - - -] Logging enabled! 2019-06-07 06:10:40.873 10551 INFO octavia.common.config [req-5fbe683a-1e49-4178-b4ff-fe52ce4b8447 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.922 10551 WARNING octavia.api.root_controller [req-5fbe683a-1e49-4178-b4ff-fe52ce4b8447 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.948 10551 INFO octavia.api.v2.controllers.load_balancer [req-83143f04-d5f0-4ee8-87cf-ce5074dbb811 - - - - -] Sending created Load Balancer d89f870b-5aae-4be8-9f17-ff7e03277860 to the handler 2019-06-07 06:10:41.047 10551 INFO octavia.api.v2.controllers.listener [req-ffc0ef61-904d-4ca3-8863-19a7c287e53f - - - - -] Sending Creation of Listener 767b07e3-35b6-4b91-9f09-77991113fcfd to handler 2019-06-07 06:10:41.185 10551 INFO octavia.api.v2.controllers.pool [req-e84c11df-c966-465e-8f0f-806b0ace803e - - - - -] Sending Creation of Pool 9da30061-2870-48b7-840a-3474bbedb7e1 to handler 2019-06-07 06:10:41.388 10551 INFO octavia.api.v2.controllers.l7policy [req-4def6a11-8c5c-408b-bcbf-0c0669dc90d8 - - - - -] Sending Creation of L7Policy eb6d63d1-abe2-4d2c-adb7-cb010a342dda to handler 2019-06-07 06:10:41.692 10551 INFO octavia.api.v2.controllers.l7policy [req-45202366-f170-4699-a276-2d9cac347a1e - - - - -] Sending Creation of L7Policy 4b815bb7-c11a-4121-a996-8e9eaf9642c1 to handler 2019-06-07 06:10:42.023 10551 INFO octavia.api.v2.controllers.l7policy [req-52071392-fcb3-4ee6-85c4-b24e4226fcfa - - - - -] Sending Creation of L7Policy 518d196a-27e5-40ce-9872-b703948cf993 to handler 2019-06-07 06:10:42.502 10551 INFO oslo_db.sqlalchemy.provision [req-8bd61220-983a-49c6-b53c-c5a83c1f768a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.505 10551 INFO oslo_db.sqlalchemy.provision [req-8bd61220-983a-49c6-b53c-c5a83c1f768a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ryveijvlhx 2019-06-07 06:10:42.506 10551 INFO oslo_db.sqlalchemy.provision [req-8bd61220-983a-49c6-b53c-c5a83c1f768a - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_limited [1.813644s] ... ok 2019-06-07 06:10:35.221 10545 INFO oslo_db.sqlalchemy.provision [req-feeb5880-5179-4f0c-b3d2-b3e880c0d262 - - - - -] CREATE BACKEND sqlite:// TOKEN sboxmtbjzx 2019-06-07 06:10:35.380 10545 INFO octavia.common.config [req-feeb5880-5179-4f0c-b3d2-b3e880c0d262 - - - - -] Logging enabled! 2019-06-07 06:10:35.381 10545 INFO octavia.common.config [req-feeb5880-5179-4f0c-b3d2-b3e880c0d262 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.425 10545 WARNING octavia.api.root_controller [req-feeb5880-5179-4f0c-b3d2-b3e880c0d262 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.448 10545 INFO octavia.api.v1.controllers.load_balancer [req-f0a56a50-0069-4625-9a30-34b643fa22bf - - - - -] Sending created Load Balancer 88df0511-6d71-4be7-ae36-5b8cf4d5cb1f to the handler 2019-06-07 06:10:35.521 10545 INFO octavia.api.v1.controllers.listener [req-d79ef6e9-b0fc-4061-af44-bc1b61e7995a - - - - -] Sending Creation of Listener 85db1289-6eea-40c8-b7e2-39c2da0b2bc8 to handler 2019-06-07 06:10:35.647 10545 INFO octavia.api.v1.controllers.pool [req-c5c6c786-c29e-4de6-b2d0-42f404ab41e6 - - - - -] Sending Creation of Pool e477aa7f-78e7-468a-897f-f73778c45292 to handler 2019-06-07 06:10:35.852 10545 INFO octavia.api.v1.controllers.pool [req-528f89f7-6793-451e-ae79-c2041d02553f - - - - -] Sending Creation of Pool 831a63c2-05c2-445d-877a-f2a9264393df to handler 2019-06-07 06:10:36.254 10545 INFO octavia.api.v1.controllers.member [req-fa838415-22b4-4eb0-8109-b39e34954fa5 - - - - -] Sending Creation of Member c34bb7c2-f91d-4aa4-a257-0bcfe48836f3 to handler 2019-06-07 06:10:36.409 10545 INFO octavia.api.v1.controllers.load_balancer [req-b0aba71c-2030-44a0-9c5c-fa03874f4f4c - - - - -] Sending deleted Load Balancer 88df0511-6d71-4be7-ae36-5b8cf4d5cb1f to the handler 2019-06-07 06:10:36.521 10545 INFO octavia.api.v1.controllers.member [req-ccb27115-d993-44c9-ac65-e0be0049e7b3 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:36.588 10545 INFO oslo_db.sqlalchemy.provision [req-ccb27115-d993-44c9-ac65-e0be0049e7b3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.592 10545 INFO oslo_db.sqlalchemy.provision [req-ccb27115-d993-44c9-ac65-e0be0049e7b3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sboxmtbjzx 2019-06-07 06:10:36.593 10545 INFO oslo_db.sqlalchemy.provision [req-ccb27115-d993-44c9-ac65-e0be0049e7b3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v1.test_member.TestMember.test_delete_when_lb_pending_delete [1.379246s] ... ok 2019-06-07 06:10:40.761 10552 INFO oslo_db.sqlalchemy.provision [req-db7a118a-2cc6-4933-be6c-d28ef6ddba78 - - - - -] CREATE BACKEND sqlite:// TOKEN ouroktvuja 2019-06-07 06:10:40.925 10552 INFO octavia.common.config [req-db7a118a-2cc6-4933-be6c-d28ef6ddba78 - - - - -] Logging enabled! 2019-06-07 06:10:40.926 10552 INFO octavia.common.config [req-db7a118a-2cc6-4933-be6c-d28ef6ddba78 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.978 10552 WARNING octavia.api.root_controller [req-db7a118a-2cc6-4933-be6c-d28ef6ddba78 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.005 10552 INFO octavia.api.v2.controllers.load_balancer [req-acb7fd12-3cdd-4ed3-8e7d-24a9ff5c232e - - - - -] Sending created Load Balancer 920a9109-72f1-4647-b02c-70af71058f3f to the handler 2019-06-07 06:10:41.091 10552 INFO octavia.api.v2.controllers.listener [req-563731d6-dfe2-4a59-8204-891de0113a3b - - - - -] Sending Creation of Listener 897036f4-5d74-4972-a0d4-fa4ced8a6f9c to handler 2019-06-07 06:10:41.230 10552 INFO octavia.api.v2.controllers.l7policy [req-0a5b68dd-00ac-477f-9ffb-5d854d11462a - - - - -] Sending Creation of L7Policy 20e140be-e7b9-44ec-aaa9-54c245f015c6 to handler 2019-06-07 06:10:41.509 10552 INFO octavia.api.v2.controllers.l7rule [req-50277740-5114-428a-a09d-09b455dfa248 - - - - -] Sending Creation of L7Rule bc4a0222-f7b5-4174-9a1f-ae19ce34c663 to handler 2019-06-07 06:10:41.750 10552 INFO oslo_db.sqlalchemy.provision [req-74ef78a8-a941-4276-9648-b0c1dfe9070c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.753 10552 INFO oslo_db.sqlalchemy.provision [req-74ef78a8-a941-4276-9648-b0c1dfe9070c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ouroktvuja 2019-06-07 06:10:41.754 10552 INFO oslo_db.sqlalchemy.provision [req-74ef78a8-a941-4276-9648-b0c1dfe9070c - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_one_fields_filter [1.001759s] ... ok 2019-06-07 06:10:46.061 10537 INFO oslo_db.sqlalchemy.provision [req-6b2dcdc9-e3e6-49dc-957a-783606ace6d8 - - - - -] CREATE BACKEND sqlite:// TOKEN xgwvosnpqg 2019-06-07 06:10:46.224 10537 INFO octavia.common.config [req-6b2dcdc9-e3e6-49dc-957a-783606ace6d8 - - - - -] Logging enabled! 2019-06-07 06:10:46.225 10537 INFO octavia.common.config [req-6b2dcdc9-e3e6-49dc-957a-783606ace6d8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.270 10537 WARNING octavia.api.root_controller [req-6b2dcdc9-e3e6-49dc-957a-783606ace6d8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.297 10537 INFO octavia.api.v2.controllers.load_balancer [req-9714f988-bf37-4e80-af1a-a69c2068dbcb - - - - -] Sending created Load Balancer b7cc2134-c882-4015-bf37-41ad594091f8 to the handler 2019-06-07 06:10:46.386 10537 INFO octavia.api.v2.controllers.listener [req-339acc3e-3fa4-4b15-b57d-eec8d15055a1 - - - - -] Sending Creation of Listener 6ca7675e-000f-4a74-ad8d-5244283d6995 to handler 2019-06-07 06:10:46.556 10537 INFO octavia.api.v2.controllers.pool [req-f091387f-6fad-4894-a107-10fbe8875c09 - - - - -] Sending Creation of Pool 8eab6ec5-4008-41cb-923e-eac6e3b9f56e to handler 2019-06-07 06:10:46.796 10537 INFO octavia.api.v2.controllers.member [req-71703a34-e057-478e-a124-fc809ec0a138 - - - - -] Sending Creation of Member 6da5f3c5-f915-477b-b384-11f77c60dd61 to handler 2019-06-07 06:10:47.025 10537 INFO octavia.api.v2.controllers.member [req-6348fdb3-a08e-4596-ab41-e8a376ab1ad9 - - - - -] Sending Creation of Member 2db683c6-848b-4b8e-8446-fde6070c04fe to handler 2019-06-07 06:10:47.103 10537 INFO oslo_db.sqlalchemy.provision [req-6651a6fa-a543-4532-b4fb-16861251c1a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.107 10537 INFO oslo_db.sqlalchemy.provision [req-6651a6fa-a543-4532-b4fb-16861251c1a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xgwvosnpqg 2019-06-07 06:10:47.108 10537 INFO oslo_db.sqlalchemy.provision [req-6651a6fa-a543-4532-b4fb-16861251c1a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_members [1.055339s] ... ok 2019-06-07 06:10:36.997 10550 INFO oslo_db.sqlalchemy.provision [req-1e9b1961-f262-439e-b25f-4d4757aea759 - - - - -] CREATE BACKEND sqlite:// TOKEN moxpkgckhg 2019-06-07 06:10:37.154 10550 INFO octavia.common.config [req-1e9b1961-f262-439e-b25f-4d4757aea759 - - - - -] Logging enabled! 2019-06-07 06:10:37.155 10550 INFO octavia.common.config [req-1e9b1961-f262-439e-b25f-4d4757aea759 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.200 10550 WARNING octavia.api.root_controller [req-1e9b1961-f262-439e-b25f-4d4757aea759 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.262 10550 INFO oslo_db.sqlalchemy.provision [req-f796b212-e210-479a-9b6b-4eeec4508afd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.265 10550 INFO oslo_db.sqlalchemy.provision [req-f796b212-e210-479a-9b6b-4eeec4508afd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN moxpkgckhg 2019-06-07 06:10:37.266 10550 INFO oslo_db.sqlalchemy.provision [req-f796b212-e210-479a-9b6b-4eeec4508afd - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_custom_quotas [0.274705s] ... ok 2019-06-07 06:10:46.038 10532 INFO oslo_db.sqlalchemy.provision [req-f64e6c27-9d2d-44ef-854c-81afe6025254 - - - - -] CREATE BACKEND sqlite:// TOKEN zehiagyptm 2019-06-07 06:10:46.351 10532 INFO octavia.common.config [req-f64e6c27-9d2d-44ef-854c-81afe6025254 - - - - -] Logging enabled! 2019-06-07 06:10:46.352 10532 INFO octavia.common.config [req-f64e6c27-9d2d-44ef-854c-81afe6025254 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.396 10532 WARNING octavia.api.root_controller [req-f64e6c27-9d2d-44ef-854c-81afe6025254 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.423 10532 INFO octavia.api.v2.controllers.load_balancer [req-d75298db-bf01-4866-b838-6c6045397fef - - - - -] Sending created Load Balancer c54f37c1-b6c1-41d6-965f-6fac0d4e5eff to the handler 2019-06-07 06:10:46.510 10532 INFO octavia.api.v2.controllers.listener [req-60f9d263-adb5-459c-a2be-c35b2d105c3e - - - - -] Sending Creation of Listener 6f5fbb10-bc39-4cb9-97dc-0b5c00c4c02d to handler 2019-06-07 06:10:46.643 10532 INFO octavia.api.v2.controllers.pool [req-3b2599a9-b183-4af2-8bc7-5a51415053b1 - - - - -] Sending Creation of Pool 5b59174d-85ab-4523-8415-8e50fd484d7d to handler 2019-06-07 06:10:46.841 10532 INFO octavia.api.v2.controllers.l7policy [req-32539353-b1a0-468a-8fae-2d25d2e594c7 - - - - -] Sending Creation of L7Policy 9a72775a-7845-4789-a58f-c25f9da1798b to handler 2019-06-07 06:10:47.094 10532 INFO oslo_db.sqlalchemy.provision [req-3c23eed1-c1d6-4ff6-a067-01415ddc3021 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.098 10532 INFO oslo_db.sqlalchemy.provision [req-3c23eed1-c1d6-4ff6-a067-01415ddc3021 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zehiagyptm 2019-06-07 06:10:47.099 10532 INFO oslo_db.sqlalchemy.provision [req-3c23eed1-c1d6-4ff6-a067-01415ddc3021 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_one_fields_filter [1.067442s] ... ok 2019-06-07 06:10:40.748 10542 INFO oslo_db.sqlalchemy.provision [req-fb8b4776-48c2-4151-8b55-2013035093b7 - - - - -] CREATE BACKEND sqlite:// TOKEN xyeadpkfhe 2019-06-07 06:10:40.922 10542 INFO octavia.common.config [req-fb8b4776-48c2-4151-8b55-2013035093b7 - - - - -] Logging enabled! 2019-06-07 06:10:40.923 10542 INFO octavia.common.config [req-fb8b4776-48c2-4151-8b55-2013035093b7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.974 10542 WARNING octavia.api.root_controller [req-fb8b4776-48c2-4151-8b55-2013035093b7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.007 10542 INFO octavia.api.v2.controllers.load_balancer [req-4f3496a6-a2b2-4d6e-b6b9-103ca5ebf6df - - - - -] Sending created Load Balancer d6c94433-1514-403b-b0d4-e44de6662c22 to the handler 2019-06-07 06:10:41.108 10542 INFO octavia.api.v2.controllers.listener [req-c8019f07-ba6c-467b-ab90-66005e55544f - - - - -] Sending Creation of Listener 811d60dd-01ba-4b07-bf7a-a531692d69ce to handler 2019-06-07 06:10:41.249 10542 INFO octavia.api.v2.controllers.pool [req-5d945302-cdfa-4e04-85d6-67b67c37afb2 - - - - -] Sending Creation of Pool c9515420-bf43-4a14-8060-078be8af98f7 to handler 2019-06-07 06:10:41.472 10542 INFO octavia.api.v2.controllers.pool [req-96c3f66e-8258-4348-97f0-ec61e01a5664 - - - - -] Sending Creation of Pool 1f33d76e-0306-4216-a1f2-c7a81d22364c to handler 2019-06-07 06:10:41.714 10542 INFO oslo_db.sqlalchemy.provision [req-d903f766-6cc2-43d8-ac39-2179129a75db - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.718 10542 INFO oslo_db.sqlalchemy.provision [req-d903f766-6cc2-43d8-ac39-2179129a75db - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xyeadpkfhe 2019-06-07 06:10:41.718 10542 INFO oslo_db.sqlalchemy.provision [req-d903f766-6cc2-43d8-ac39-2179129a75db - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_over_quota [0.977406s] ... ok 2019-06-07 06:10:41.383 10555 INFO oslo_db.sqlalchemy.provision [req-933c3fe4-7dac-4d2b-bed3-43051498b46d - - - - -] CREATE BACKEND sqlite:// TOKEN znkfxxwipk 2019-06-07 06:10:41.549 10555 INFO octavia.common.config [req-933c3fe4-7dac-4d2b-bed3-43051498b46d - - - - -] Logging enabled! 2019-06-07 06:10:41.550 10555 INFO octavia.common.config [req-933c3fe4-7dac-4d2b-bed3-43051498b46d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.595 10555 WARNING octavia.api.root_controller [req-933c3fe4-7dac-4d2b-bed3-43051498b46d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.621 10555 INFO octavia.api.v2.controllers.load_balancer [req-22cc2fdb-2d9f-475e-82ab-10653db7fc87 - - - - -] Sending created Load Balancer 357adb53-26f3-47f8-89ca-c926b7944bee to the handler 2019-06-07 06:10:41.708 10555 INFO octavia.api.v2.controllers.listener [req-d4eae496-5c3d-4d48-82f7-ff7667575706 - - - - -] Sending Creation of Listener dde83bf9-e684-456b-abbd-9ba3dc29c824 to handler 2019-06-07 06:10:41.869 10555 INFO octavia.api.v2.controllers.l7policy [req-70889790-e963-4932-8b44-827a27bbaa2a - - - - -] Sending Creation of L7Policy a3751cb4-d77c-4618-b071-72bab8662761 to handler 2019-06-07 06:10:42.118 10555 INFO octavia.api.v2.controllers.l7rule [req-f97b532f-7293-4405-bb77-e70d44eedd84 - - - - -] Sending Creation of L7Rule a811a796-8e80-4bc9-9745-38fb49075b5f to handler 2019-06-07 06:10:42.357 10555 INFO octavia.api.v2.controllers.load_balancer [req-ccf16979-e535-4143-a018-3390da606525 - - - - -] Sending deleted Load Balancer 357adb53-26f3-47f8-89ca-c926b7944bee to the handler 2019-06-07 06:10:42.405 10555 INFO octavia.api.v2.controllers.l7rule [req-bef0e3ee-2697-4f47-b8dd-8c170eaed75f - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:42.430 10555 INFO oslo_db.sqlalchemy.provision [req-bef0e3ee-2697-4f47-b8dd-8c170eaed75f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.434 10555 INFO oslo_db.sqlalchemy.provision [req-bef0e3ee-2697-4f47-b8dd-8c170eaed75f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN znkfxxwipk 2019-06-07 06:10:42.435 10555 INFO oslo_db.sqlalchemy.provision [req-bef0e3ee-2697-4f47-b8dd-8c170eaed75f - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_when_lb_pending_delete [1.057783s] ... ok 2019-06-07 06:10:36.297 10549 INFO oslo_db.sqlalchemy.provision [req-fa6c2c44-dba2-4376-9ed1-78561b46695a - - - - -] CREATE BACKEND sqlite:// TOKEN xfhrfbnurh 2019-06-07 06:10:36.614 10549 INFO octavia.common.config [req-fa6c2c44-dba2-4376-9ed1-78561b46695a - - - - -] Logging enabled! 2019-06-07 06:10:36.615 10549 INFO octavia.common.config [req-fa6c2c44-dba2-4376-9ed1-78561b46695a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.660 10549 WARNING octavia.api.root_controller [req-fa6c2c44-dba2-4376-9ed1-78561b46695a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.687 10549 INFO octavia.api.v2.controllers.load_balancer [req-5f4d19e5-7228-4a91-b5c9-dcd315518cb6 - - - - -] Sending created Load Balancer e4617b1b-ef0d-4794-94dd-6a5526146999 to the handler 2019-06-07 06:10:36.777 10549 INFO octavia.api.v2.controllers.listener [req-b2fccc00-ce27-41d5-b790-215844eab909 - - - - -] Sending Creation of Listener 4772f4a8-2e05-45bb-8af8-89abfe224b2c to handler 2019-06-07 06:10:36.914 10549 INFO octavia.api.v2.controllers.pool [req-7c9395b8-bda3-4849-ab00-ffb2230b4547 - - - - -] Sending Creation of Pool 0c2f3cf1-c22d-4d3b-bc82-af92c81b8c47 to handler 2019-06-07 06:10:37.140 10549 INFO octavia.api.v2.controllers.pool [req-1ceaea4f-a9b9-4753-8feb-8f79154337f1 - - - - -] Sending Creation of Pool 37486e18-2848-4830-adca-df4d423ee086 to handler 2019-06-07 06:10:37.394 10549 INFO octavia.api.v2.controllers.health_monitor [req-328c57bb-56b7-4ab2-8f1c-4c3beea7432c - - - - -] Sending Creation of Health Monitor a52c3020-4a55-4992-91c6-c4b438857edb to handler 2019-06-07 06:10:37.776 10549 INFO oslo_db.sqlalchemy.provision [req-8cc8dcaa-fd07-434b-85c5-e0d4d217a664 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.780 10549 INFO oslo_db.sqlalchemy.provision [req-8cc8dcaa-fd07-434b-85c5-e0d4d217a664 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xfhrfbnurh 2019-06-07 06:10:37.781 10549 INFO oslo_db.sqlalchemy.provision [req-8cc8dcaa-fd07-434b-85c5-e0d4d217a664 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_with_listener [1.490351s] ... ok 2019-06-07 06:10:35.454 10529 INFO oslo_db.sqlalchemy.provision [req-437b4a72-9c1d-4ab1-9fc9-78b0593db14e - - - - -] CREATE BACKEND sqlite:// TOKEN ecikslmtss 2019-06-07 06:10:35.623 10529 INFO octavia.common.config [req-437b4a72-9c1d-4ab1-9fc9-78b0593db14e - - - - -] Logging enabled! 2019-06-07 06:10:35.624 10529 INFO octavia.common.config [req-437b4a72-9c1d-4ab1-9fc9-78b0593db14e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:35.670 10529 WARNING octavia.api.root_controller [req-437b4a72-9c1d-4ab1-9fc9-78b0593db14e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:35.693 10529 INFO octavia.api.v1.controllers.load_balancer [req-a4d49bcf-1f7b-4250-9ba3-a3ed1ab2cc5a - - - - -] Sending created Load Balancer 27930536-9b06-45fd-afa2-fc4bed6cad9b to the handler 2019-06-07 06:10:35.776 10529 INFO octavia.api.v1.controllers.listener [req-b33d1cf2-c541-4c38-ad7c-5502db72d662 - - - - -] Sending Creation of Listener 92a32be9-3d92-406e-8f00-3e49e7d3eed2 to handler 2019-06-07 06:10:35.983 10529 INFO octavia.api.v1.controllers.pool [req-d490725d-debb-4055-984b-215066fa0400 - - - - -] Sending Creation of Pool 06673627-fb9f-444d-84d6-2377b10af54e to handler 2019-06-07 06:10:36.256 10529 INFO oslo_db.sqlalchemy.provision [req-3a5549a8-7511-4fdb-8b52-0712b3da272b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.261 10529 INFO oslo_db.sqlalchemy.provision [req-3a5549a8-7511-4fdb-8b52-0712b3da272b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ecikslmtss 2019-06-07 06:10:36.262 10529 INFO oslo_db.sqlalchemy.provision [req-3a5549a8-7511-4fdb-8b52-0712b3da272b - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:42.400 10535 INFO oslo_db.sqlalchemy.provision [req-5552d3f3-587c-47db-abd9-915a5a4c4edc - - - - -] CREATE BACKEND sqlite:// TOKEN ktrypohpuj 2019-06-07 06:10:42.567 10535 INFO octavia.common.config [req-5552d3f3-587c-47db-abd9-915a5a4c4edc - - - - -] Logging enabled! 2019-06-07 06:10:42.568 10535 INFO octavia.common.config [req-5552d3f3-587c-47db-abd9-915a5a4c4edc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.614 10535 WARNING octavia.api.root_controller [req-5552d3f3-587c-47db-abd9-915a5a4c4edc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.643 10535 INFO octavia.api.v2.controllers.load_balancer [req-4118418a-7912-4d8a-ba51-071307e8f4f1 - - - - -] Sending created Load Balancer b6ff98b0-9362-4bc5-9908-34fcf8dbf791 to the handler 2019-06-07 06:10:42.732 10535 INFO octavia.api.v2.controllers.listener [req-e825f213-827b-4242-92f4-3fc05cefe096 - - - - -] Sending Creation of Listener 1623c373-5878-412b-a555-24d0069c756c to handler 2019-06-07 06:10:42.882 10535 INFO octavia.api.v2.controllers.l7policy [req-351143cb-995e-4e3c-9351-a8f0dc2e868c - - - - -] Sending Creation of L7Policy ae062d43-12ad-47bd-8f5c-ed59cd0cceaf to handler 2019-06-07 06:10:43.322 10535 INFO octavia.api.v2.controllers.l7rule [req-7cb7c880-4672-4d13-8169-d32205d8f6a8 - - - - -] Sending Creation of L7Rule b0f2d809-d818-4c1c-9c38-8e9959a1ee1a to handler 2019-06-07 06:10:43.547 10535 INFO octavia.api.v2.controllers.load_balancer [req-55267b7d-d25c-467f-b374-dc3f2e22b637 - - - - -] Sending updated Load Balancer b6ff98b0-9362-4bc5-9908-34fcf8dbf791 to the handler 2019-06-07 06:10:43.633 10535 INFO octavia.api.v2.controllers.l7rule [req-903004fe-a304-41b4-9d39-b305eb229281 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:43.660 10535 INFO oslo_db.sqlalchemy.provision [req-903004fe-a304-41b4-9d39-b305eb229281 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.664 10535 INFO oslo_db.sqlalchemy.provision [req-903004fe-a304-41b4-9d39-b305eb229281 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ktrypohpuj 2019-06-07 06:10:43.664 10535 INFO oslo_db.sqlalchemy.provision [req-903004fe-a304-41b4-9d39-b305eb229281 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_update [0.814900s] ... ok {7} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_when_lb_pending_update [1.271886s] ... ok 2019-06-07 06:10:47.200 10534 INFO oslo_db.sqlalchemy.provision [req-0df5b960-f7a6-4d3f-b41c-8a4115e389fe - - - - -] CREATE BACKEND sqlite:// TOKEN vqwvtorqmg 2019-06-07 06:10:47.364 10534 INFO octavia.common.config [req-0df5b960-f7a6-4d3f-b41c-8a4115e389fe - - - - -] Logging enabled! 2019-06-07 06:10:47.365 10534 INFO octavia.common.config [req-0df5b960-f7a6-4d3f-b41c-8a4115e389fe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.423 10534 WARNING octavia.api.root_controller [req-0df5b960-f7a6-4d3f-b41c-8a4115e389fe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.461 10534 INFO octavia.api.v2.controllers.load_balancer [req-49a8cecb-396e-4541-8df6-25168282858b - - - - -] Sending created Load Balancer a51a8487-e031-4989-b35f-4fbc5e3af3ff to the handler 2019-06-07 06:10:47.549 10534 INFO octavia.api.v2.controllers.listener [req-fe7a9d8f-f5b4-4750-8209-34f65122b964 - - - - -] Sending Creation of Listener f4616585-b03b-4414-8c26-958031e0e021 to handler 2019-06-07 06:10:47.683 10534 INFO octavia.api.v2.controllers.pool [req-d2572c54-0f5c-4775-922a-a2877e847e60 - - - - -] Sending Creation of Pool b664a38d-6b7b-4120-a392-465296109dfc to handler 2019-06-07 06:10:47.905 10534 INFO octavia.api.v2.controllers.pool [req-c5f4ca42-42af-4160-89bf-a3a7a8a1f5dc - - - - -] Sending Creation of Pool e19c2940-e4b7-4d86-b40c-bf113365d016 to handler 2019-06-07 06:10:48.146 10534 INFO octavia.api.v2.controllers.member [req-6270d876-321a-4190-b167-7ba9c078c643 - - - - -] Sending Creation of Member 3534422c-5402-473b-a270-179839719085 to handler 2019-06-07 06:10:48.370 10534 INFO oslo_db.sqlalchemy.provision [req-e45ee3b0-d62b-43cd-a1e7-1f4a4ab56d1d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.374 10534 INFO oslo_db.sqlalchemy.provision [req-e45ee3b0-d62b-43cd-a1e7-1f4a4ab56d1d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vqwvtorqmg 2019-06-07 06:10:48.374 10534 INFO oslo_db.sqlalchemy.provision [req-e45ee3b0-d62b-43cd-a1e7-1f4a4ab56d1d - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_member.TestMember.test_get_one_fields_filter [1.181178s] ... ok 2019-06-07 06:10:44.682 10546 INFO oslo_db.sqlalchemy.provision [req-19acf9ea-9ef9-462d-97d1-80bf9e5fde90 - - - - -] CREATE BACKEND sqlite:// TOKEN mpcarmprcf 2019-06-07 06:10:45.410 10546 INFO octavia.common.config [req-19acf9ea-9ef9-462d-97d1-80bf9e5fde90 - - - - -] Logging enabled! 2019-06-07 06:10:45.421 10546 INFO octavia.common.config [req-19acf9ea-9ef9-462d-97d1-80bf9e5fde90 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.535 10546 WARNING octavia.api.root_controller [req-19acf9ea-9ef9-462d-97d1-80bf9e5fde90 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.595 10546 INFO oslo_db.sqlalchemy.provision [req-65c050a9-e15c-462e-a6e4-38ceaea5a1fa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.599 10546 INFO oslo_db.sqlalchemy.provision [req-65c050a9-e15c-462e-a6e4-38ceaea5a1fa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mpcarmprcf 2019-06-07 06:10:45.600 10546 INFO oslo_db.sqlalchemy.provision [req-65c050a9-e15c-462e-a6e4-38ceaea5a1fa - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_2_fixed_ip [0.942090s] ... ok 2019-06-07 06:10:42.805 10547 INFO oslo_db.sqlalchemy.provision [req-dd27f593-ac34-485e-9b99-982b7919bfc1 - - - - -] CREATE BACKEND sqlite:// TOKEN neocvqsezz 2019-06-07 06:10:42.968 10547 INFO octavia.common.config [req-dd27f593-ac34-485e-9b99-982b7919bfc1 - - - - -] Logging enabled! 2019-06-07 06:10:42.969 10547 INFO octavia.common.config [req-dd27f593-ac34-485e-9b99-982b7919bfc1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.016 10547 WARNING octavia.api.root_controller [req-dd27f593-ac34-485e-9b99-982b7919bfc1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.042 10547 INFO octavia.api.v2.controllers.load_balancer [req-55ebc5d0-32ec-44fb-ba07-edfa00057d0d - - - - -] Sending created Load Balancer 64663e28-a21f-47dc-b4ff-940b81d0e13d to the handler 2019-06-07 06:10:43.137 10547 INFO octavia.api.v2.controllers.pool [req-e885d1e1-1107-48db-b619-ca6670c9d01a - - - - -] Sending Creation of Pool 6eb68a70-e0a5-43d2-9ed4-9b078b28cf8d to handler 2019-06-07 06:10:43.247 10547 INFO octavia.api.v2.controllers.load_balancer [req-83e98cf4-3daa-43d7-bb50-5956f989a878 - - - - -] Sending created Load Balancer 1a847ce1-a194-4909-990c-2526d2f15e08 to the handler 2019-06-07 06:10:43.333 10547 INFO octavia.api.v2.controllers.listener [req-2e0e4b7e-dbb9-4fc7-8d8f-8e1a954155fe - - - - -] Sending Creation of Listener 1c330708-8651-4dcd-ba23-149965df3440 to handler 2019-06-07 06:10:43.448 10547 INFO octavia.api.v2.controllers.load_balancer [req-480b7e67-96cb-41ed-8eb7-6e3ced67ecf0 - - - - -] Sending updated Load Balancer 1a847ce1-a194-4909-990c-2526d2f15e08 to the handler 2019-06-07 06:10:43.499 10547 INFO octavia.api.v2.controllers.listener [req-7b0d28d1-3d90-460e-a6da-937e72430b86 - - - - -] Load Balancer 1a847ce1-a194-4909-990c-2526d2f15e08 is immutable. 2019-06-07 06:10:43.539 10547 INFO oslo_db.sqlalchemy.provision [req-7b0d28d1-3d90-460e-a6da-937e72430b86 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.543 10547 INFO oslo_db.sqlalchemy.provision [req-7b0d28d1-3d90-460e-a6da-937e72430b86 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN neocvqsezz 2019-06-07 06:10:43.543 10547 INFO oslo_db.sqlalchemy.provision [req-7b0d28d1-3d90-460e-a6da-937e72430b86 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_pending_update [0.745533s] ... ok 2019-06-07 06:10:46.658 10533 INFO oslo_db.sqlalchemy.provision [req-79b51dbd-82db-4dad-b0df-74eb328e9b2a - - - - -] CREATE BACKEND sqlite:// TOKEN iqivcjvyer 2019-06-07 06:10:46.821 10533 INFO octavia.common.config [req-79b51dbd-82db-4dad-b0df-74eb328e9b2a - - - - -] Logging enabled! 2019-06-07 06:10:46.822 10533 INFO octavia.common.config [req-79b51dbd-82db-4dad-b0df-74eb328e9b2a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.866 10533 WARNING octavia.api.root_controller [req-79b51dbd-82db-4dad-b0df-74eb328e9b2a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.896 10533 INFO octavia.api.v2.controllers.load_balancer [req-1063dc01-a0da-436c-af51-f29f870c3489 - - - - -] Sending created Load Balancer a6838eb2-ac92-45ae-a166-bc6ad07b5a5b to the handler 2019-06-07 06:10:46.935 10533 INFO oslo_db.sqlalchemy.provision [req-1063dc01-a0da-436c-af51-f29f870c3489 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.939 10533 INFO oslo_db.sqlalchemy.provision [req-1063dc01-a0da-436c-af51-f29f870c3489 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iqivcjvyer 2019-06-07 06:10:46.940 10533 INFO oslo_db.sqlalchemy.provision [req-1063dc01-a0da-436c-af51-f29f870c3489 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv6 [0.288326s] ... ok 2019-06-07 06:10:35.661 10531 INFO oslo_db.sqlalchemy.provision [req-05034dde-c230-430a-a4a3-8aa91cb56af1 - - - - -] CREATE BACKEND sqlite:// TOKEN raosjetphc 2019-06-07 06:10:35.819 10531 INFO octavia.common.config [req-05034dde-c230-430a-a4a3-8aa91cb56af1 - - - - -] Logging enabled! 2019-06-07 06:10:35.820 10531 INFO octavia.common.config [req-05034dde-c230-430a-a4a3-8aa91cb56af1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.017 10531 WARNING octavia.api.root_controller [req-05034dde-c230-430a-a4a3-8aa91cb56af1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.038 10531 INFO octavia.api.v1.controllers.load_balancer [req-5aea99ec-e029-48ec-b217-304c19ceb731 - - - - -] Sending created Load Balancer a812965c-2c25-483c-adb1-75baf071deb8 to the handler 2019-06-07 06:10:36.113 10531 INFO octavia.api.v1.controllers.listener [req-7ee82de0-9fbb-40ed-9ac4-a9c065611349 - - - - -] Sending Creation of Listener bb5c032f-6cec-4834-a17d-d663ee1ff0e8 to handler 2019-06-07 06:10:36.237 10531 INFO oslo_db.sqlalchemy.provision [req-ceb8197f-1d54-47dc-8d5e-93bff85aeff7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.240 10531 INFO oslo_db.sqlalchemy.provision [req-ceb8197f-1d54-47dc-8d5e-93bff85aeff7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN raosjetphc 2019-06-07 06:10:36.241 10531 INFO oslo_db.sqlalchemy.provision [req-ceb8197f-1d54-47dc-8d5e-93bff85aeff7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_bad_session_persistence ... SKIPPED: This test should pass after a validation layer. 2019-06-07 06:10:39.115 10540 INFO oslo_db.sqlalchemy.provision [req-bab1d9ed-d29f-46e0-b8a3-0818cffa7697 - - - - -] CREATE BACKEND sqlite:// TOKEN zownhgkgqm 2019-06-07 06:10:39.278 10540 INFO octavia.common.config [req-bab1d9ed-d29f-46e0-b8a3-0818cffa7697 - - - - -] Logging enabled! 2019-06-07 06:10:39.279 10540 INFO octavia.common.config [req-bab1d9ed-d29f-46e0-b8a3-0818cffa7697 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.324 10540 WARNING octavia.api.root_controller [req-bab1d9ed-d29f-46e0-b8a3-0818cffa7697 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.351 10540 INFO octavia.api.v2.controllers.load_balancer [req-056a82bd-0419-44d9-bb95-90e169cceef4 - - - - -] Sending created Load Balancer 1baaba9c-8c17-47f3-a06e-e78b5a42607d to the handler 2019-06-07 06:10:39.388 10540 INFO octavia.api.v2.controllers.load_balancer [req-f78877d5-d799-4604-bc59-3484eb4042e0 - - - - -] Sending created Load Balancer 61c4f016-cd5f-4588-9c8c-a77151edc92d to the handler 2019-06-07 06:10:39.424 10540 INFO octavia.api.v2.controllers.load_balancer [req-d229eecd-bae1-4d0b-b76f-7d1cb8b9025b - - - - -] Sending created Load Balancer 4f9de006-c011-42e2-a18a-d2271930dd2b to the handler 2019-06-07 06:10:39.471 10540 INFO oslo_db.sqlalchemy.provision [req-8766968d-10f3-4c5d-90a7-e976ba07d98b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.474 10540 INFO oslo_db.sqlalchemy.provision [req-8766968d-10f3-4c5d-90a7-e976ba07d98b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zownhgkgqm 2019-06-07 06:10:39.475 10540 INFO oslo_db.sqlalchemy.provision [req-8766968d-10f3-4c5d-90a7-e976ba07d98b - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_not_authorized [0.366412s] ... ok 2019-06-07 06:10:42.911 10544 INFO oslo_db.sqlalchemy.provision [req-99c89235-facd-4e07-82e9-02c244d89af8 - - - - -] CREATE BACKEND sqlite:// TOKEN aecbvunsxv 2019-06-07 06:10:43.074 10544 INFO octavia.common.config [req-99c89235-facd-4e07-82e9-02c244d89af8 - - - - -] Logging enabled! 2019-06-07 06:10:43.075 10544 INFO octavia.common.config [req-99c89235-facd-4e07-82e9-02c244d89af8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.123 10544 WARNING octavia.api.root_controller [req-99c89235-facd-4e07-82e9-02c244d89af8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.304 10544 INFO octavia.api.v2.controllers.load_balancer [req-d62928d1-f1fa-499e-8c29-b040a18e2768 - - - - -] Sending created Load Balancer 46969010-d2a6-41b6-a61a-0c3c5dcf2a76 to the handler 2019-06-07 06:10:43.379 10544 INFO octavia.api.v2.controllers.load_balancer [req-5d5c77b8-59e6-4750-ac07-fadf123bbdae - 3acf8606-061b-4e03-876e-cfcd91460b4a - - -] Sending failover request for lb 46969010-d2a6-41b6-a61a-0c3c5dcf2a76 to the handler 2019-06-07 06:10:43.406 10544 INFO oslo_db.sqlalchemy.provision [req-5d5c77b8-59e6-4750-ac07-fadf123bbdae - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.410 10544 INFO oslo_db.sqlalchemy.provision [req-5d5c77b8-59e6-4750-ac07-fadf123bbdae - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aecbvunsxv 2019-06-07 06:10:43.411 10544 INFO oslo_db.sqlalchemy.provision [req-5d5c77b8-59e6-4750-ac07-fadf123bbdae - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_authorized_no_auth [0.505875s] ... ok 2019-06-07 06:10:38.961 10557 INFO oslo_db.sqlalchemy.provision [req-03e1558f-a7f0-448a-bef8-422b8af099eb - - - - -] CREATE BACKEND sqlite:// TOKEN xrzwcdfouj 2019-06-07 06:10:39.128 10557 INFO octavia.common.config [req-03e1558f-a7f0-448a-bef8-422b8af099eb - - - - -] Logging enabled! 2019-06-07 06:10:39.129 10557 INFO octavia.common.config [req-03e1558f-a7f0-448a-bef8-422b8af099eb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.174 10557 WARNING octavia.api.root_controller [req-03e1558f-a7f0-448a-bef8-422b8af099eb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.194 10557 INFO octavia.api.v1.controllers.load_balancer [req-2aa46b6a-a6e0-48af-9447-4ff6c95849a4 - - - - -] Sending created Load Balancer 6794a7dd-0aca-4d23-b27b-6fd3e58f9b83 to the handler 2019-06-07 06:10:39.266 10557 INFO octavia.api.v1.controllers.listener [req-a90044c6-4cfe-42b7-a293-78dc125ca1d1 - - - - -] Sending Creation of Listener 82a4d1f8-e31e-470a-bf29-c1ca35b23757 to handler 2019-06-07 06:10:39.413 10557 INFO octavia.api.v1.controllers.pool [req-4b531ee2-87dc-43fe-9bfb-9dad0974e013 - - - - -] Sending Creation of Pool a503220d-06d6-46da-a025-6a24a9a3b390 to handler 2019-06-07 06:10:39.634 10557 INFO octavia.api.v1.controllers.pool [req-59a310a6-0644-4d22-998d-0408cf77bab4 - - - - -] Sending Creation of Pool 967bdaf1-8deb-4882-9f83-d0108d95b126 to handler 2019-06-07 06:10:39.865 10557 INFO octavia.api.v1.controllers.member [req-cdf02c23-1bc6-4caa-9718-1c9454db5842 - - - - -] Sending Creation of Member 6f012bbb-bda3-4984-b413-3f4bf1fd4e33 to handler 2019-06-07 06:10:40.008 10557 INFO octavia.api.v1.controllers.load_balancer [req-b483f9cd-9ea7-44bf-9d85-fac855ca11cd - - - - -] Sending updated Load Balancer 6794a7dd-0aca-4d23-b27b-6fd3e58f9b83 to the handler 2019-06-07 06:10:40.109 10557 INFO octavia.api.v1.controllers.member [req-5fb4ea32-f0bf-400a-81f1-c8ea80082f7d - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:40.170 10557 INFO oslo_db.sqlalchemy.provision [req-5fb4ea32-f0bf-400a-81f1-c8ea80082f7d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.174 10557 INFO oslo_db.sqlalchemy.provision [req-5fb4ea32-f0bf-400a-81f1-c8ea80082f7d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xrzwcdfouj 2019-06-07 06:10:40.175 10557 INFO oslo_db.sqlalchemy.provision [req-5fb4ea32-f0bf-400a-81f1-c8ea80082f7d - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v1.test_member.TestMember.test_update_when_lb_pending_update [1.220222s] ... ok 2019-06-07 06:10:45.066 10558 INFO oslo_db.sqlalchemy.provision [req-4fa11e5f-eed3-4db1-baab-43f10ea2df02 - - - - -] CREATE BACKEND sqlite:// TOKEN poogsyzrgg 2019-06-07 06:10:45.228 10558 INFO octavia.common.config [req-4fa11e5f-eed3-4db1-baab-43f10ea2df02 - - - - -] Logging enabled! 2019-06-07 06:10:45.229 10558 INFO octavia.common.config [req-4fa11e5f-eed3-4db1-baab-43f10ea2df02 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.430 10558 WARNING octavia.api.root_controller [req-4fa11e5f-eed3-4db1-baab-43f10ea2df02 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.457 10558 INFO octavia.api.v2.controllers.load_balancer [req-55e61e3b-850a-496c-8afd-6e0101995626 - - - - -] Sending created Load Balancer 20ad6283-5954-4295-bad4-887593ef23ad to the handler 2019-06-07 06:10:45.544 10558 INFO octavia.api.v2.controllers.listener [req-bac65f0c-5423-4793-af15-ca3c5171b15c - - - - -] Sending Creation of Listener 98c6d14f-a240-40e8-b920-e387647af74f to handler 2019-06-07 06:10:45.680 10558 INFO octavia.api.v2.controllers.pool [req-ce667667-e50e-4a20-9465-900126bbbdb1 - - - - -] Sending Creation of Pool 5a98812f-a4ff-4a2c-9cd6-3f9a7375128b to handler 2019-06-07 06:10:45.933 10558 INFO octavia.api.v2.controllers.pool [req-d9851ebd-d3dc-467f-9913-81d4e8b6d8ba - - - - -] Sending Creation of Pool 9c4c9b8e-1eff-4395-9ee2-3bc8c44b1406 to handler 2019-06-07 06:10:46.218 10558 INFO octavia.api.v2.controllers.member [req-fc7c9a7c-ab2c-4256-99da-b425269ae11e - - - - -] Sending Creation of Member ad072b42-8820-4b68-bf6f-438dc391d3ae to handler 2019-06-07 06:10:46.485 10558 INFO oslo_db.sqlalchemy.provision [req-bdfaa7a5-5942-406f-bdfc-8a3d13943b9d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.489 10558 INFO oslo_db.sqlalchemy.provision [req-bdfaa7a5-5942-406f-bdfc-8a3d13943b9d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN poogsyzrgg 2019-06-07 06:10:46.489 10558 INFO oslo_db.sqlalchemy.provision [req-bdfaa7a5-5942-406f-bdfc-8a3d13943b9d - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_bad_handler [1.430522s] ... ok 2019-06-07 06:10:37.593 10530 INFO oslo_db.sqlalchemy.provision [req-ca68f1da-6372-40f2-9b2a-3a909f7c5fdf - - - - -] CREATE BACKEND sqlite:// TOKEN urfopylzyc 2019-06-07 06:10:37.758 10530 INFO octavia.common.config [req-ca68f1da-6372-40f2-9b2a-3a909f7c5fdf - - - - -] Logging enabled! 2019-06-07 06:10:37.758 10530 INFO octavia.common.config [req-ca68f1da-6372-40f2-9b2a-3a909f7c5fdf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.807 10530 WARNING octavia.api.root_controller [req-ca68f1da-6372-40f2-9b2a-3a909f7c5fdf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.840 10530 INFO octavia.api.v2.controllers.load_balancer [req-56af1e21-2aad-4156-b211-3615a280fd69 - - - - -] Sending created Load Balancer 3967611d-9649-4db5-80c5-363f6c2bb6ba to the handler 2019-06-07 06:10:37.929 10530 INFO octavia.api.v2.controllers.listener [req-eb00a03b-a32a-48c3-9c4d-4af267c7924c - - - - -] Sending Creation of Listener 90dedad8-31d4-4814-a7d0-51ccad78fd2d to handler 2019-06-07 06:10:38.075 10530 INFO octavia.api.v2.controllers.pool [req-68f3701b-7d63-48b0-9361-a8f40a6fd78d - - - - -] Sending Creation of Pool 9350da60-8215-4e9a-8c58-0a4e08776357 to handler 2019-06-07 06:10:38.309 10530 INFO octavia.api.v2.controllers.pool [req-66fd44ec-3781-46f1-94ad-1a3e8abf3992 - - - - -] Sending Creation of Pool cc116b21-02e0-41f5-bc35-c11394e4288f to handler 2019-06-07 06:10:38.551 10530 INFO octavia.api.v2.controllers.health_monitor [req-9507501d-5b71-4733-b735-92a8c3e58304 - - - - -] Sending Creation of Health Monitor bd486bf3-9c13-49ec-939d-983fad24acb4 to handler 2019-06-07 06:10:38.801 10530 INFO oslo_db.sqlalchemy.provision [req-e84a3c5c-71bc-44fb-bc7f-338ae54a6b5a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.805 10530 INFO oslo_db.sqlalchemy.provision [req-e84a3c5c-71bc-44fb-bc7f-338ae54a6b5a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN urfopylzyc 2019-06-07 06:10:38.806 10530 INFO oslo_db.sqlalchemy.provision [req-e84a3c5c-71bc-44fb-bc7f-338ae54a6b5a - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_already_deleted [1.220437s] ... ok 2019-06-07 06:10:42.097 10553 INFO oslo_db.sqlalchemy.provision [req-5c20b72f-2dc4-4d83-bec3-c7fdfad8198d - - - - -] CREATE BACKEND sqlite:// TOKEN ycliiezltt 2019-06-07 06:10:42.284 10553 INFO octavia.common.config [req-5c20b72f-2dc4-4d83-bec3-c7fdfad8198d - - - - -] Logging enabled! 2019-06-07 06:10:42.285 10553 INFO octavia.common.config [req-5c20b72f-2dc4-4d83-bec3-c7fdfad8198d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.352 10553 WARNING octavia.api.root_controller [req-5c20b72f-2dc4-4d83-bec3-c7fdfad8198d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.380 10553 INFO octavia.api.v2.controllers.load_balancer [req-60f9ea0a-a56c-4581-96b9-e114fd29c586 - - - - -] Sending created Load Balancer 1f9f6b59-b45e-4f04-ad63-64a0a8264bac to the handler 2019-06-07 06:10:42.495 10553 INFO octavia.api.v2.controllers.pool [req-90ca7a40-6e2c-4bec-9fe9-92383473b642 - - - - -] Sending Creation of Pool cd901623-637f-47c1-9a20-74bb652c776c to handler 2019-06-07 06:10:42.706 10553 INFO octavia.api.v2.controllers.listener [req-0e7f3590-da60-40fe-8b1e-b8d6c0b0f78d - - - - -] Sending Creation of Listener d67081e3-c823-4885-b445-ea66fdea9b86 to handler 2019-06-07 06:10:42.968 10553 INFO oslo_db.sqlalchemy.provision [req-318a34e7-874f-4c13-8f1e-26f7c1ce1164 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.972 10553 INFO oslo_db.sqlalchemy.provision [req-318a34e7-874f-4c13-8f1e-26f7c1ce1164 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ycliiezltt 2019-06-07 06:10:42.972 10553 INFO oslo_db.sqlalchemy.provision [req-318a34e7-874f-4c13-8f1e-26f7c1ce1164 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_listener.TestListener.test_create [0.882986s] ... ok 2019-06-07 06:10:37.198 10541 INFO oslo_db.sqlalchemy.provision [req-986c7a8a-6acd-4994-ac68-26622f2b4447 - - - - -] CREATE BACKEND sqlite:// TOKEN yoekqefdxa 2019-06-07 06:10:37.365 10541 INFO octavia.common.config [req-986c7a8a-6acd-4994-ac68-26622f2b4447 - - - - -] Logging enabled! 2019-06-07 06:10:37.366 10541 INFO octavia.common.config [req-986c7a8a-6acd-4994-ac68-26622f2b4447 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.416 10541 WARNING octavia.api.root_controller [req-986c7a8a-6acd-4994-ac68-26622f2b4447 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.442 10541 INFO octavia.api.v1.controllers.load_balancer [req-b62e512f-d0f7-4e33-ad00-a47ca34bbe99 - - - - -] Sending created Load Balancer e884edbb-c604-4422-a80c-5fa297c7446e to the handler 2019-06-07 06:10:37.521 10541 INFO octavia.api.v1.controllers.listener [req-51898043-dd1c-46fb-b48f-d34059003a04 - - - - -] Sending Creation of Listener 6182c562-9df5-4755-b559-9a0ac89cd4a0 to handler 2019-06-07 06:10:37.721 10541 INFO octavia.api.v1.controllers.pool [req-203e772b-f94f-4873-b9db-1ebe9fb89492 - - - - -] Sending Creation of Pool 2bc249cf-51f9-4e40-9550-0b58cfe9062c to handler 2019-06-07 06:10:37.868 10541 INFO octavia.api.v1.controllers.load_balancer [req-44ac93fc-89e0-48f7-9862-0a9acae86528 - - - - -] Sending deleted Load Balancer e884edbb-c604-4422-a80c-5fa297c7446e to the handler 2019-06-07 06:10:37.913 10541 INFO octavia.api.v1.controllers.pool [req-104a6452-9e7c-423a-9702-3058cf64d776 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:37.965 10541 INFO oslo_db.sqlalchemy.provision [req-104a6452-9e7c-423a-9702-3058cf64d776 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.969 10541 INFO oslo_db.sqlalchemy.provision [req-104a6452-9e7c-423a-9702-3058cf64d776 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yoekqefdxa 2019-06-07 06:10:37.969 10541 INFO oslo_db.sqlalchemy.provision [req-104a6452-9e7c-423a-9702-3058cf64d776 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_when_lb_pending_delete [0.778478s] ... ok 2019-06-07 06:10:38.093 10556 INFO oslo_db.sqlalchemy.provision [req-9206859b-91d5-4322-b1a0-b8aaf30396cb - - - - -] CREATE BACKEND sqlite:// TOKEN izqqqfdffh 2019-06-07 06:10:38.264 10556 INFO octavia.common.config [req-9206859b-91d5-4322-b1a0-b8aaf30396cb - - - - -] Logging enabled! 2019-06-07 06:10:38.265 10556 INFO octavia.common.config [req-9206859b-91d5-4322-b1a0-b8aaf30396cb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.311 10556 WARNING octavia.api.root_controller [req-9206859b-91d5-4322-b1a0-b8aaf30396cb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.341 10556 INFO octavia.api.v2.controllers.load_balancer [req-afa283ab-9ed9-4c4c-a443-a7e20e2c4f15 - - - - -] Sending created Load Balancer 1ad4adc4-dfa6-49ab-8fb4-585050204660 to the handler 2019-06-07 06:10:38.439 10556 INFO octavia.api.v2.controllers.listener [req-9b66d007-da0f-4443-b607-37c85949aff0 - - - - -] Sending Creation of Listener 756a3d5e-1a16-4963-8e67-393ff209d76f to handler 2019-06-07 06:10:38.604 10556 INFO octavia.api.v2.controllers.pool [req-a51ebbcf-e908-4327-b18c-e677ef7738e0 - - - - -] Sending Creation of Pool 4f8482ff-2597-4794-839a-f68a3292c4f5 to handler 2019-06-07 06:10:38.758 10556 INFO octavia.api.v2.controllers.load_balancer [req-22b763eb-a447-403d-aba7-6d500ced078a - - - - -] Sending created Load Balancer 1cc33247-9a54-4d30-a3ae-eb261e8e839e to the handler 2019-06-07 06:10:38.849 10556 INFO octavia.api.v2.controllers.listener [req-8895c145-b43e-4016-9f9c-e7211f4fdeed - - - - -] Sending Creation of Listener c6e3c6a2-7d24-4d60-b539-cd3ce1258a0d to handler 2019-06-07 06:10:38.995 10556 INFO octavia.api.v2.controllers.pool [req-5a1460a3-b3e1-43c0-bb1e-a2447d35f160 - - - - -] Sending Creation of Pool 4bfe0b7f-b3bd-45c2-b049-d9dcc5b84ac6 to handler 2019-06-07 06:10:39.200 10556 INFO octavia.api.v2.controllers.l7policy [req-6d9c57ff-d097-4106-91d9-37fc364d1603 - - - - -] Sending Creation of L7Policy 1889f3c5-f614-420e-bc35-74943123ad36 to handler 2019-06-07 06:10:39.559 10556 INFO octavia.api.v2.controllers.l7policy [req-b270eff3-3d26-4ecc-8386-523dae8ec4d4 - - - - -] Sending Creation of L7Policy d7d9f43e-68f4-4d20-862c-3184398912ea to handler 2019-06-07 06:10:39.945 10556 INFO octavia.api.v2.controllers.l7policy [req-256bb473-6f7c-4431-8a0b-3ff4250ce610 - - - - -] Sending Creation of L7Policy 53e141dc-b7a6-4f45-b080-cdb34cbd3cf2 to handler 2019-06-07 06:10:40.307 10556 INFO oslo_db.sqlalchemy.provision [req-de532408-5cb5-475e-8636-dd50251dfd9a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.311 10556 INFO oslo_db.sqlalchemy.provision [req-de532408-5cb5-475e-8636-dd50251dfd9a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN izqqqfdffh 2019-06-07 06:10:40.312 10556 INFO oslo_db.sqlalchemy.provision [req-de532408-5cb5-475e-8636-dd50251dfd9a - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_non_admin [2.226331s] ... ok 2019-06-07 06:10:43.575 10548 INFO oslo_db.sqlalchemy.provision [req-26d912f9-f4ff-4134-a684-2706b2058550 - - - - -] CREATE BACKEND sqlite:// TOKEN xenfrxrpwr 2019-06-07 06:10:43.765 10548 INFO octavia.common.config [req-26d912f9-f4ff-4134-a684-2706b2058550 - - - - -] Logging enabled! 2019-06-07 06:10:43.766 10548 INFO octavia.common.config [req-26d912f9-f4ff-4134-a684-2706b2058550 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.815 10548 WARNING octavia.api.root_controller [req-26d912f9-f4ff-4134-a684-2706b2058550 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.849 10548 INFO octavia.api.v2.controllers.load_balancer [req-ea5f12d6-029b-4758-b51b-07a4771d1a76 - - - - -] Sending created Load Balancer 1bff3e77-540c-4bcc-91be-4cbba1bcf6b2 to the handler 2019-06-07 06:10:43.938 10548 INFO octavia.api.v2.controllers.listener [req-d4f8f49c-8fb3-4905-9bf0-7db65bfc00c6 - - - - -] Sending Creation of Listener ae1d96c6-c9b9-499f-94e2-d9a5225ee76e to handler 2019-06-07 06:10:44.081 10548 INFO octavia.api.v2.controllers.l7policy [req-715f5ae5-354a-4940-88ea-adb7768247de - - - - -] Sending Creation of L7Policy 32cd170e-7bbe-4747-9fba-7f0b0942bd1f to handler 2019-06-07 06:10:44.349 10548 INFO octavia.api.v2.controllers.l7rule [req-9a718d77-bb9c-4cd0-9b09-59329e6d9dd7 - - - - -] Sending Creation of L7Rule d41c033d-f2ad-4f2b-8d16-2e0b8a8f9dd0 to handler 2019-06-07 06:10:44.681 10548 INFO octavia.api.v2.controllers.l7rule [req-5829bbe0-45cd-42bb-abfc-edfc17123b1d - - - - -] Sending Creation of L7Rule a61b9b9b-d18e-4ab7-a1f6-47b9571a17fd to handler 2019-06-07 06:10:45.025 10548 INFO octavia.api.v2.controllers.l7rule [req-744fcdba-657e-4196-b95b-2d80595e553c - - - - -] Sending Creation of L7Rule 82339d32-8382-481d-8332-3582ec0b0152 to handler 2019-06-07 06:10:45.548 10548 INFO oslo_db.sqlalchemy.provision [req-8110cee8-8393-4411-bd27-f87b0610aa3d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.552 10548 INFO oslo_db.sqlalchemy.provision [req-8110cee8-8393-4411-bd27-f87b0610aa3d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xenfrxrpwr 2019-06-07 06:10:45.552 10548 INFO oslo_db.sqlalchemy.provision [req-8110cee8-8393-4411-bd27-f87b0610aa3d - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_limited [1.985045s] ... ok 2019-06-07 06:10:39.570 10543 INFO oslo_db.sqlalchemy.provision [req-c508284c-cdc7-43fa-8f7f-26574e63f3ff - - - - -] CREATE BACKEND sqlite:// TOKEN fzgtqnvpqf 2019-06-07 06:10:39.738 10543 INFO octavia.common.config [req-c508284c-cdc7-43fa-8f7f-26574e63f3ff - - - - -] Logging enabled! 2019-06-07 06:10:39.739 10543 INFO octavia.common.config [req-c508284c-cdc7-43fa-8f7f-26574e63f3ff - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.785 10543 WARNING octavia.api.root_controller [req-c508284c-cdc7-43fa-8f7f-26574e63f3ff - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.812 10543 INFO octavia.api.v2.controllers.load_balancer [req-ba42dc35-d749-48bd-b8a9-c36f3bf00eaf - - - - -] Sending created Load Balancer cc047e5b-7c80-4100-b733-2a41fef02a0b to the handler 2019-06-07 06:10:39.902 10543 INFO octavia.api.v2.controllers.pool [req-2d8820fe-fd6a-4366-ac61-b18bf90a12d9 - - - - -] Sending Creation of Pool 29376178-70d9-47ec-9cc8-48ea9ac37e67 to handler 2019-06-07 06:10:40.017 10543 INFO octavia.api.v2.controllers.load_balancer [req-9684a714-9acd-4c2a-bbb0-3f2d6f9e8c7a - - - - -] Sending created Load Balancer 61615845-ee86-4a38-b0c5-f95c9aa2f7d4 to the handler 2019-06-07 06:10:40.108 10543 INFO octavia.api.v2.controllers.listener [req-ea00e0c3-132c-4cda-946f-8d0534371c00 - - - - -] Sending Creation of Listener bfc47b1d-622b-40f7-9830-dcae6e8b44a7 to handler 2019-06-07 06:10:40.237 10543 INFO oslo_db.sqlalchemy.provision [req-9b280f90-d031-47cc-89ca-41db8b362ecb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.241 10543 INFO oslo_db.sqlalchemy.provision [req-9b280f90-d031-47cc-89ca-41db8b362ecb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fzgtqnvpqf 2019-06-07 06:10:40.241 10543 INFO oslo_db.sqlalchemy.provision [req-9b280f90-d031-47cc-89ca-41db8b362ecb - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_listener.TestListener.test_statistics [0.677554s] ... ok 2019-06-07 06:10:47.116 10537 INFO oslo_db.sqlalchemy.provision [req-6651a6fa-a543-4532-b4fb-16861251c1a2 - - - - -] CREATE BACKEND sqlite:// TOKEN wnymcnglac 2019-06-07 06:10:47.282 10537 INFO octavia.common.config [req-6651a6fa-a543-4532-b4fb-16861251c1a2 - - - - -] Logging enabled! 2019-06-07 06:10:47.283 10537 INFO octavia.common.config [req-6651a6fa-a543-4532-b4fb-16861251c1a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.330 10537 WARNING octavia.api.root_controller [req-6651a6fa-a543-4532-b4fb-16861251c1a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.492 10537 INFO octavia.api.v2.controllers.load_balancer [req-aba9f831-f872-4648-986d-0804b75f4e27 - - - - -] Sending created Load Balancer cdc1039e-a694-4f47-869c-dde4a5b7aa88 to the handler 2019-06-07 06:10:47.567 10537 INFO oslo_db.sqlalchemy.provision [req-aba9f831-f872-4648-986d-0804b75f4e27 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.571 10537 INFO oslo_db.sqlalchemy.provision [req-aba9f831-f872-4648-986d-0804b75f4e27 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wnymcnglac 2019-06-07 06:10:47.572 10537 INFO oslo_db.sqlalchemy.provision [req-aba9f831-f872-4648-986d-0804b75f4e27 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_redirect_pools_no_rules [0.462614s] ... ok 2019-06-07 06:10:43.595 10554 INFO oslo_db.sqlalchemy.provision [req-f4eeb368-a233-4979-9372-1b9d48b1be8e - - - - -] CREATE BACKEND sqlite:// TOKEN kenlonsfkg 2019-06-07 06:10:43.762 10554 INFO octavia.common.config [req-f4eeb368-a233-4979-9372-1b9d48b1be8e - - - - -] Logging enabled! 2019-06-07 06:10:43.763 10554 INFO octavia.common.config [req-f4eeb368-a233-4979-9372-1b9d48b1be8e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.810 10554 WARNING octavia.api.root_controller [req-f4eeb368-a233-4979-9372-1b9d48b1be8e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.837 10554 INFO octavia.api.v2.controllers.load_balancer [req-63fbf289-72fe-493a-93aa-6d910a330969 - - - - -] Sending created Load Balancer b1b94d0d-4a42-440e-8dc8-9a2a1655753f to the handler 2019-06-07 06:10:43.920 10554 INFO octavia.api.v2.controllers.listener [req-f4d5b6f4-0e3d-41c6-b396-b8a64ac9fe80 - - - - -] Sending Creation of Listener dfe2eb35-ce69-49da-b7e6-99c9f595c29b to handler 2019-06-07 06:10:44.012 10554 ERROR octavia.api.v2.controllers.base [req-f741e6c1-f7db-4561-bb59-73ca474f1a3a - - - - -] Pool 4433ecce-db59-4519-a71c-39aa67cc8243 not found: None 2019-06-07 06:10:44.012 10554 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:44.012 10554 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:44.037 10554 INFO oslo_db.sqlalchemy.provision [req-f741e6c1-f7db-4561-bb59-73ca474f1a3a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.040 10554 INFO oslo_db.sqlalchemy.provision [req-f741e6c1-f7db-4561-bb59-73ca474f1a3a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kenlonsfkg 2019-06-07 06:10:44.041 10554 INFO oslo_db.sqlalchemy.provision [req-f741e6c1-f7db-4561-bb59-73ca474f1a3a - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_delete [0.454139s] ... ok 2019-06-07 06:10:46.946 10533 INFO oslo_db.sqlalchemy.provision [req-1063dc01-a0da-436c-af51-f29f870c3489 - - - - -] CREATE BACKEND sqlite:// TOKEN csejtjrujc 2019-06-07 06:10:47.106 10533 INFO octavia.common.config [req-1063dc01-a0da-436c-af51-f29f870c3489 - - - - -] Logging enabled! 2019-06-07 06:10:47.107 10533 INFO octavia.common.config [req-1063dc01-a0da-436c-af51-f29f870c3489 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.152 10533 WARNING octavia.api.root_controller [req-1063dc01-a0da-436c-af51-f29f870c3489 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.203 10533 INFO oslo_db.sqlalchemy.provision [req-9eb57121-6169-4817-a207-85c4561019e5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.207 10533 INFO oslo_db.sqlalchemy.provision [req-9eb57121-6169-4817-a207-85c4561019e5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN csejtjrujc 2019-06-07 06:10:47.207 10533 INFO oslo_db.sqlalchemy.provision [req-9eb57121-6169-4817-a207-85c4561019e5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_empty_list [0.266972s] ... ok 2019-06-07 06:10:39.484 10540 INFO oslo_db.sqlalchemy.provision [req-8766968d-10f3-4c5d-90a7-e976ba07d98b - - - - -] CREATE BACKEND sqlite:// TOKEN lzmwompcdl 2019-06-07 06:10:39.650 10540 INFO octavia.common.config [req-8766968d-10f3-4c5d-90a7-e976ba07d98b - - - - -] Logging enabled! 2019-06-07 06:10:39.651 10540 INFO octavia.common.config [req-8766968d-10f3-4c5d-90a7-e976ba07d98b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.706 10540 WARNING octavia.api.root_controller [req-8766968d-10f3-4c5d-90a7-e976ba07d98b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.750 10540 INFO oslo_db.sqlalchemy.provision [req-5a237f6e-f72c-4da3-bf6f-8f406c27901c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.754 10540 INFO oslo_db.sqlalchemy.provision [req-5a237f6e-f72c-4da3-bf6f-8f406c27901c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lzmwompcdl 2019-06-07 06:10:39.755 10540 INFO oslo_db.sqlalchemy.provision [req-5a237f6e-f72c-4da3-bf6f-8f406c27901c - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_lb [0.278943s] ... ok 2019-06-07 06:10:47.109 10532 INFO oslo_db.sqlalchemy.provision [req-3c23eed1-c1d6-4ff6-a067-01415ddc3021 - - - - -] CREATE BACKEND sqlite:// TOKEN pnltxrtcuk 2019-06-07 06:10:47.282 10532 INFO octavia.common.config [req-3c23eed1-c1d6-4ff6-a067-01415ddc3021 - - - - -] Logging enabled! 2019-06-07 06:10:47.283 10532 INFO octavia.common.config [req-3c23eed1-c1d6-4ff6-a067-01415ddc3021 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.331 10532 WARNING octavia.api.root_controller [req-3c23eed1-c1d6-4ff6-a067-01415ddc3021 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.362 10532 INFO octavia.api.v2.controllers.load_balancer [req-01ed2039-ce8b-412b-9a1f-9f5ac10b8453 - - - - -] Sending created Load Balancer 57ec6807-c1e3-4c3c-b3e7-80e48730c435 to the handler 2019-06-07 06:10:47.452 10532 INFO octavia.api.v2.controllers.load_balancer [req-ed23fce4-0b86-4965-9a4a-82e36f330c28 - - - - -] Sending failover request for lb 57ec6807-c1e3-4c3c-b3e7-80e48730c435 to the handler 2019-06-07 06:10:47.478 10532 INFO oslo_db.sqlalchemy.provision [req-ed23fce4-0b86-4965-9a4a-82e36f330c28 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.482 10532 INFO oslo_db.sqlalchemy.provision [req-ed23fce4-0b86-4965-9a4a-82e36f330c28 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pnltxrtcuk 2019-06-07 06:10:47.483 10532 INFO oslo_db.sqlalchemy.provision [req-ed23fce4-0b86-4965-9a4a-82e36f330c28 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_error [0.380752s] ... ok 2019-06-07 06:10:36.249 10531 INFO oslo_db.sqlalchemy.provision [req-ceb8197f-1d54-47dc-8d5e-93bff85aeff7 - - - - -] CREATE BACKEND sqlite:// TOKEN tahhdlelia 2019-06-07 06:10:36.423 10531 INFO octavia.common.config [req-ceb8197f-1d54-47dc-8d5e-93bff85aeff7 - - - - -] Logging enabled! 2019-06-07 06:10:36.424 10531 INFO octavia.common.config [req-ceb8197f-1d54-47dc-8d5e-93bff85aeff7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.468 10531 WARNING octavia.api.root_controller [req-ceb8197f-1d54-47dc-8d5e-93bff85aeff7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.559 10531 INFO oslo_db.sqlalchemy.provision [req-618ff1b2-87ba-4a4b-a3bb-efa2c8fc1532 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.562 10531 INFO oslo_db.sqlalchemy.provision [req-618ff1b2-87ba-4a4b-a3bb-efa2c8fc1532 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tahhdlelia 2019-06-07 06:10:36.563 10531 INFO oslo_db.sqlalchemy.provision [req-618ff1b2-87ba-4a4b-a3bb-efa2c8fc1532 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_delete_custom_quotas [0.321150s] ... ok 2019-06-07 06:10:45.608 10546 INFO oslo_db.sqlalchemy.provision [req-65c050a9-e15c-462e-a6e4-38ceaea5a1fa - - - - -] CREATE BACKEND sqlite:// TOKEN qyrxrgqqzk 2019-06-07 06:10:45.773 10546 INFO octavia.common.config [req-65c050a9-e15c-462e-a6e4-38ceaea5a1fa - - - - -] Logging enabled! 2019-06-07 06:10:45.774 10546 INFO octavia.common.config [req-65c050a9-e15c-462e-a6e4-38ceaea5a1fa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.823 10546 WARNING octavia.api.root_controller [req-65c050a9-e15c-462e-a6e4-38ceaea5a1fa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.849 10546 INFO octavia.api.v2.controllers.load_balancer [req-54452e48-bb4a-44b8-a2e6-66d12f9b3222 - - - - -] Sending created Load Balancer 55121a14-1298-4c7b-8e88-808580dd999f to the handler 2019-06-07 06:10:45.913 10546 INFO oslo_db.sqlalchemy.provision [req-e1aa4de4-66dd-4587-9cb7-85c00cf36d94 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.916 10546 INFO oslo_db.sqlalchemy.provision [req-e1aa4de4-66dd-4587-9cb7-85c00cf36d94 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qyrxrgqqzk 2019-06-07 06:10:45.917 10546 INFO oslo_db.sqlalchemy.provision [req-e1aa4de4-66dd-4587-9cb7-85c00cf36d94 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:41.727 10542 INFO oslo_db.sqlalchemy.provision [req-d903f766-6cc2-43d8-ac39-2179129a75db - - - - -] CREATE BACKEND sqlite:// TOKEN mmlznjbalu 2019-06-07 06:10:41.888 10542 INFO octavia.common.config [req-d903f766-6cc2-43d8-ac39-2179129a75db - - - - -] Logging enabled! 2019-06-07 06:10:41.889 10542 INFO octavia.common.config [req-d903f766-6cc2-43d8-ac39-2179129a75db - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.940 10542 WARNING octavia.api.root_controller [req-d903f766-6cc2-43d8-ac39-2179129a75db - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.966 10542 INFO octavia.api.v2.controllers.load_balancer [req-213c1305-4f1a-4512-a0c9-b047bb729025 - - - - -] Sending created Load Balancer f63717d7-50fa-4746-bfbf-745c6f61c002 to the handler 2019-06-07 06:10:42.059 10542 INFO octavia.api.v2.controllers.listener [req-990b44d3-e1fe-4277-96f5-039310b8d105 - - - - -] Sending Creation of Listener 8235acad-a5e9-4daa-b894-876f7d95de1e to handler 2019-06-07 06:10:42.230 10542 INFO octavia.api.v2.controllers.l7policy [req-576f0101-68de-4928-bed0-6654b8db7b81 - - - - -] Sending Creation of L7Policy 7467481f-b8b6-4c79-8422-7614a29c203e to handler 2019-06-07 06:10:42.425 10542 INFO oslo_db.sqlalchemy.provision [req-3dc2d597-5006-4946-a586-b293d4cc5ae4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.429 10542 INFO oslo_db.sqlalchemy.provision [req-3dc2d597-5006-4946-a586-b293d4cc5ae4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mmlznjbalu 2019-06-07 06:10:42.430 10542 INFO oslo_db.sqlalchemy.provision [req-3dc2d597-5006-4946-a586-b293d4cc5ae4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_authorized [0.316445s] ... ok {14} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_cookie_rule [0.709967s] ... ok 2019-06-07 06:10:43.673 10535 INFO oslo_db.sqlalchemy.provision [req-903004fe-a304-41b4-9d39-b305eb229281 - - - - -] CREATE BACKEND sqlite:// TOKEN fchovxxjza 2019-06-07 06:10:43.839 10535 INFO octavia.common.config [req-903004fe-a304-41b4-9d39-b305eb229281 - - - - -] Logging enabled! 2019-06-07 06:10:43.840 10535 INFO octavia.common.config [req-903004fe-a304-41b4-9d39-b305eb229281 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.885 10535 WARNING octavia.api.root_controller [req-903004fe-a304-41b4-9d39-b305eb229281 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.912 10535 INFO octavia.api.v2.controllers.load_balancer [req-22a32b9a-26dd-4f72-b774-6ffa2e3cea16 - - - - -] Sending created Load Balancer 16676666-e524-4ae0-8c88-c260babca860 to the handler 2019-06-07 06:10:43.998 10535 INFO octavia.api.v2.controllers.pool [req-34cc1d7f-ee4b-4d22-a261-8db4578ceba7 - - - - -] Sending Creation of Pool 15181620-a230-4583-998b-32e2281c7fba to handler 2019-06-07 06:10:44.103 10535 INFO oslo_db.sqlalchemy.provision [req-5d54327d-7ce3-4c0c-a938-a747089a1b72 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.107 10535 INFO oslo_db.sqlalchemy.provision [req-5d54327d-7ce3-4c0c-a938-a747089a1b72 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fchovxxjza 2019-06-07 06:10:44.107 10535 INFO oslo_db.sqlalchemy.provision [req-5d54327d-7ce3-4c0c-a938-a747089a1b72 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_listener_bad_protocol [0.440964s] ... ok 2019-06-07 06:10:43.419 10544 INFO oslo_db.sqlalchemy.provision [req-5d5c77b8-59e6-4750-ac07-fadf123bbdae - - - - -] CREATE BACKEND sqlite:// TOKEN nksagfgzbz 2019-06-07 06:10:43.581 10544 INFO octavia.common.config [req-5d5c77b8-59e6-4750-ac07-fadf123bbdae - - - - -] Logging enabled! 2019-06-07 06:10:43.582 10544 INFO octavia.common.config [req-5d5c77b8-59e6-4750-ac07-fadf123bbdae - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.627 10544 WARNING octavia.api.root_controller [req-5d5c77b8-59e6-4750-ac07-fadf123bbdae - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.681 10544 INFO oslo_db.sqlalchemy.provision [req-8d2d1efd-8b6a-44be-b07f-c6c0fae2b76a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.685 10544 INFO oslo_db.sqlalchemy.provision [req-8d2d1efd-8b6a-44be-b07f-c6c0fae2b76a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nksagfgzbz 2019-06-07 06:10:43.686 10544 INFO oslo_db.sqlalchemy.provision [req-8d2d1efd-8b6a-44be-b07f-c6c0fae2b76a - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_pool_names_not_unique [0.274113s] ... ok 2019-06-07 06:10:44.366 10528 INFO oslo_db.sqlalchemy.provision [req-516f6790-ed41-4326-a21f-db2e3aae215e - - - - -] CREATE BACKEND sqlite:// TOKEN mgeeuijamt 2019-06-07 06:10:44.530 10528 INFO octavia.common.config [req-516f6790-ed41-4326-a21f-db2e3aae215e - - - - -] Logging enabled! 2019-06-07 06:10:44.531 10528 INFO octavia.common.config [req-516f6790-ed41-4326-a21f-db2e3aae215e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.579 10528 WARNING octavia.api.root_controller [req-516f6790-ed41-4326-a21f-db2e3aae215e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.605 10528 INFO octavia.api.v2.controllers.load_balancer [req-c37ee1ae-51a9-4c9a-b200-91f466cc6863 - - - - -] Sending created Load Balancer 7e1c0d75-3211-4f10-a0d5-ae635aed18fc to the handler 2019-06-07 06:10:44.689 10528 INFO octavia.api.v2.controllers.listener [req-ea44463b-5aa4-4005-801d-91e5d906258a - - - - -] Sending Creation of Listener b51a4c7d-54a1-4a47-ac0c-fa9e8899de93 to handler 2019-06-07 06:10:44.828 10528 INFO octavia.api.v2.controllers.pool [req-9f868cb1-b75c-4f6a-8e29-a6fa0fbae085 - - - - -] Sending Creation of Pool 80b69bf7-bcad-45ba-82da-0034ae2d9605 to handler 2019-06-07 06:10:45.035 10528 INFO octavia.api.v2.controllers.l7policy [req-e64f1f0f-9995-4aba-ba3d-ffb07535ba7b - - - - -] Sending Creation of L7Policy 92456984-b46c-468c-9b4f-333326cc8e3f to handler 2019-06-07 06:10:45.329 10528 INFO octavia.api.v2.controllers.l7policy [req-0f1bb42c-1b2a-48f0-8fe0-03f0414af838 - - - - -] Sending Update of L7Policy 92456984-b46c-468c-9b4f-333326cc8e3f to handler 2019-06-07 06:10:45.513 10528 INFO oslo_db.sqlalchemy.provision [req-faf453c9-12d3-400f-b1c3-4b5dbde5b36c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.517 10528 INFO oslo_db.sqlalchemy.provision [req-faf453c9-12d3-400f-b1c3-4b5dbde5b36c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mgeeuijamt 2019-06-07 06:10:45.517 10528 INFO oslo_db.sqlalchemy.provision [req-faf453c9-12d3-400f-b1c3-4b5dbde5b36c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_with_bad_handler [1.158010s] ... ok 2019-06-07 06:10:42.514 10551 INFO oslo_db.sqlalchemy.provision [req-8bd61220-983a-49c6-b53c-c5a83c1f768a - - - - -] CREATE BACKEND sqlite:// TOKEN vhsypktfao 2019-06-07 06:10:42.673 10551 INFO octavia.common.config [req-8bd61220-983a-49c6-b53c-c5a83c1f768a - - - - -] Logging enabled! 2019-06-07 06:10:42.674 10551 INFO octavia.common.config [req-8bd61220-983a-49c6-b53c-c5a83c1f768a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.721 10551 WARNING octavia.api.root_controller [req-8bd61220-983a-49c6-b53c-c5a83c1f768a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.751 10551 INFO octavia.api.v2.controllers.load_balancer [req-7bb57edb-9f9d-46fd-a580-17cc913e2094 - - - - -] Sending created Load Balancer 6e0a2f41-e803-4da8-b1a5-dc52bf0691c6 to the handler 2019-06-07 06:10:42.842 10551 INFO octavia.api.v2.controllers.listener [req-2dc84f25-da28-4c0b-819d-9985acc0589a - - - - -] Sending Creation of Listener cc27eb2e-4df2-407d-afca-225688becd92 to handler 2019-06-07 06:10:43.003 10551 INFO octavia.api.v2.controllers.l7policy [req-cdaa05ae-e411-4768-9df7-a1e72fad6ac1 - - - - -] Sending Creation of L7Policy 0e757cf2-2fa0-4e7c-b302-67f7082c70ff to handler 2019-06-07 06:10:43.466 10551 INFO octavia.api.v2.controllers.l7rule [req-f2a29012-7d2c-44f8-8485-f9b5c578ebac - - - - -] Sending Creation of L7Rule cd8b67a9-52f6-4210-929a-9741275bb01a to handler 2019-06-07 06:10:43.870 10551 INFO oslo_db.sqlalchemy.provision [req-91731d9a-0217-4b1b-b026-0338a3e713a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.874 10551 INFO oslo_db.sqlalchemy.provision [req-91731d9a-0217-4b1b-b026-0338a3e713a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vhsypktfao 2019-06-07 06:10:43.875 10551 INFO oslo_db.sqlalchemy.provision [req-91731d9a-0217-4b1b-b026-0338a3e713a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_with_invalid_rule [1.404946s] ... ok 2019-06-07 06:10:37.274 10550 INFO oslo_db.sqlalchemy.provision [req-f796b212-e210-479a-9b6b-4eeec4508afd - - - - -] CREATE BACKEND sqlite:// TOKEN ipksrkgozw 2019-06-07 06:10:37.435 10550 INFO octavia.common.config [req-f796b212-e210-479a-9b6b-4eeec4508afd - - - - -] Logging enabled! 2019-06-07 06:10:37.435 10550 INFO octavia.common.config [req-f796b212-e210-479a-9b6b-4eeec4508afd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.483 10550 WARNING octavia.api.root_controller [req-f796b212-e210-479a-9b6b-4eeec4508afd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.515 10550 INFO octavia.api.v2.controllers.load_balancer [req-39c9311d-4a64-4532-b846-1682a8f45ecf - - - - -] Sending created Load Balancer 298125b7-fa63-4ef1-b164-a9bfa98d9980 to the handler 2019-06-07 06:10:37.604 10550 INFO octavia.api.v2.controllers.listener [req-483c74e3-49ba-4b1b-a6e3-698a6c3a3342 - - - - -] Sending Creation of Listener f89fd154-cff5-4bec-8f57-f01012b3670c to handler 2019-06-07 06:10:37.739 10550 INFO octavia.api.v2.controllers.pool [req-539d46a2-1a7c-4d03-ac1f-c03e658d4735 - - - - -] Sending Creation of Pool 5effa80d-8cab-4915-bce4-dad65bf5cb68 to handler 2019-06-07 06:10:37.968 10550 INFO octavia.api.v2.controllers.pool [req-53f425f6-c9eb-4f13-97de-28df7e075d5c - - - - -] Sending Creation of Pool e55d67be-d6f7-49b4-b356-a4fcb77baff1 to handler 2019-06-07 06:10:38.298 10550 INFO oslo_db.sqlalchemy.provision [req-e6e120da-a7a9-46b5-bf06-7c171ea830e1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.302 10550 INFO oslo_db.sqlalchemy.provision [req-e6e120da-a7a9-46b5-bf06-7c171ea830e1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ipksrkgozw 2019-06-07 06:10:38.303 10550 INFO oslo_db.sqlalchemy.provision [req-e6e120da-a7a9-46b5-bf06-7c171ea830e1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_create_with_invalid_url_path [1.036005s] ... ok 2019-06-07 06:10:44.036 10559 INFO oslo_db.sqlalchemy.provision [req-853ae5e2-cb48-4284-93ce-7f1be69ab3f6 - - - - -] CREATE BACKEND sqlite:// TOKEN xojasqmmgv 2019-06-07 06:10:44.196 10559 INFO octavia.common.config [req-853ae5e2-cb48-4284-93ce-7f1be69ab3f6 - - - - -] Logging enabled! 2019-06-07 06:10:44.196 10559 INFO octavia.common.config [req-853ae5e2-cb48-4284-93ce-7f1be69ab3f6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.244 10559 WARNING octavia.api.root_controller [req-853ae5e2-cb48-4284-93ce-7f1be69ab3f6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.270 10559 INFO octavia.api.v2.controllers.load_balancer [req-2039b008-50bd-4c90-b085-f588a553efb3 - - - - -] Sending created Load Balancer 42ad56ca-7654-4539-995a-322b1909b589 to the handler 2019-06-07 06:10:44.354 10559 INFO octavia.api.v2.controllers.listener [req-d76a2d80-7f51-4b4a-8094-ad5d656ea529 - - - - -] Sending Creation of Listener 492cc159-efaf-4bad-8a0b-37dacc6bfc3a to handler 2019-06-07 06:10:44.512 10559 INFO octavia.api.v2.controllers.l7policy [req-4d817da8-85d5-4931-b3a6-e81a6c4d60e1 - - - - -] Sending Creation of L7Policy 8e577e92-62ff-4dae-a6f6-11d1e52dac06 to handler 2019-06-07 06:10:44.773 10559 INFO octavia.api.v2.controllers.l7rule [req-0ba64734-a7cc-4256-ab7a-77cdbd8b53dd - - - - -] Sending Creation of L7Rule 9a0810c3-b7c1-48a6-9305-f229a51464df to handler 2019-06-07 06:10:45.081 10559 INFO octavia.api.v2.controllers.l7rule [req-916f5ad7-0e32-49b8-abde-a5e9eaed1d5b - - - - -] Sending Creation of L7Rule 40a754d7-697b-4d15-97d0-be3fcefb9ded to handler 2019-06-07 06:10:45.458 10559 INFO octavia.api.v2.controllers.l7rule [req-d3e692a6-d2cc-45b5-ac0e-255e80a09e52 - - - - -] Sending Creation of L7Rule 7aa39d3c-9934-4a96-94a9-577e8a0b163d to handler 2019-06-07 06:10:45.858 10559 INFO oslo_db.sqlalchemy.provision [req-044b77e3-082c-491c-a0e2-a8d8fb6b8e02 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.862 10559 INFO oslo_db.sqlalchemy.provision [req-044b77e3-082c-491c-a0e2-a8d8fb6b8e02 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xojasqmmgv 2019-06-07 06:10:45.862 10559 INFO oslo_db.sqlalchemy.provision [req-044b77e3-082c-491c-a0e2-a8d8fb6b8e02 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_fields_filter [1.833431s] ... ok 2019-06-07 06:10:42.443 10555 INFO oslo_db.sqlalchemy.provision [req-bef0e3ee-2697-4f47-b8dd-8c170eaed75f - - - - -] CREATE BACKEND sqlite:// TOKEN vazlxoklxr 2019-06-07 06:10:42.609 10555 INFO octavia.common.config [req-bef0e3ee-2697-4f47-b8dd-8c170eaed75f - - - - -] Logging enabled! 2019-06-07 06:10:42.610 10555 INFO octavia.common.config [req-bef0e3ee-2697-4f47-b8dd-8c170eaed75f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.659 10555 WARNING octavia.api.root_controller [req-bef0e3ee-2697-4f47-b8dd-8c170eaed75f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.687 10555 INFO octavia.api.v2.controllers.load_balancer [req-80f25889-2f7f-45a7-83ea-2d5750ccaefc - - - - -] Sending created Load Balancer 83c8fe39-2719-45d5-9cad-3e34435d0cff to the handler 2019-06-07 06:10:42.950 10555 INFO octavia.api.v2.controllers.pool [req-6c9323ec-c261-443a-8196-af18f6b87fda - - - - -] Sending Creation of Pool e8efbedb-4932-4397-98fe-ef5382c060b3 to handler 2019-06-07 06:10:43.111 10555 INFO octavia.api.v2.controllers.listener [req-d3ff95c2-f736-4db4-b0c6-b20f71dcf198 - - - - -] Sending Creation of Listener 20c8ffcd-205b-4ed0-96f9-8c9089fd1fa3 to handler 2019-06-07 06:10:43.255 10555 INFO oslo_db.sqlalchemy.provision [req-caf7562a-c247-4105-9000-d4788ef7ae69 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.259 10555 INFO oslo_db.sqlalchemy.provision [req-caf7562a-c247-4105-9000-d4788ef7ae69 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vazlxoklxr 2019-06-07 06:10:43.259 10555 INFO oslo_db.sqlalchemy.provision [req-caf7562a-c247-4105-9000-d4788ef7ae69 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_bad_handler [0.823791s] ... ok 2019-06-07 06:10:44.460 10538 INFO oslo_db.sqlalchemy.provision [req-f72374bc-1e92-4baf-8ace-16c22e23e421 - - - - -] CREATE BACKEND sqlite:// TOKEN ihxqrzctct 2019-06-07 06:10:44.621 10538 INFO octavia.common.config [req-f72374bc-1e92-4baf-8ace-16c22e23e421 - - - - -] Logging enabled! 2019-06-07 06:10:44.622 10538 INFO octavia.common.config [req-f72374bc-1e92-4baf-8ace-16c22e23e421 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.667 10538 WARNING octavia.api.root_controller [req-f72374bc-1e92-4baf-8ace-16c22e23e421 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.694 10538 INFO octavia.api.v2.controllers.load_balancer [req-58b2e85e-a4fd-428c-ad09-d99b0e94fa74 - - - - -] Sending created Load Balancer 6a7736ab-a4d0-48e7-9766-91e7ad5166da to the handler 2019-06-07 06:10:44.781 10538 INFO octavia.api.v2.controllers.listener [req-589fd521-acf1-4ff8-9edd-5299c39b0053 - - - - -] Sending Creation of Listener 40d42071-cd9b-42d6-9de0-e451eeb8df5f to handler 2019-06-07 06:10:44.929 10538 INFO octavia.api.v2.controllers.l7policy [req-0d4c6d46-d4eb-4c77-8216-50ddc1bc9306 - - - - -] Sending Creation of L7Policy e0eb3fe8-c2d5-4c95-a30d-a6e0e9127741 to handler 2019-06-07 06:10:45.097 10538 ERROR octavia.api.v2.controllers.base [req-8480db27-1b2c-4900-b295-21373c0992ea - - - - -] L7 Rule 8ae34fd2-f2b2-400e-b915-903195930739 not found: None 2019-06-07 06:10:45.097 10538 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:45.097 10538 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:45.122 10538 INFO oslo_db.sqlalchemy.provision [req-8480db27-1b2c-4900-b295-21373c0992ea - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.126 10538 INFO oslo_db.sqlalchemy.provision [req-8480db27-1b2c-4900-b295-21373c0992ea - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ihxqrzctct 2019-06-07 06:10:45.126 10538 INFO oslo_db.sqlalchemy.provision [req-8480db27-1b2c-4900-b295-21373c0992ea - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_delete [0.673080s] ... ok 2019-06-07 06:10:41.761 10552 INFO oslo_db.sqlalchemy.provision [req-74ef78a8-a941-4276-9648-b0c1dfe9070c - - - - -] CREATE BACKEND sqlite:// TOKEN myklypzipr 2019-06-07 06:10:41.921 10552 INFO octavia.common.config [req-74ef78a8-a941-4276-9648-b0c1dfe9070c - - - - -] Logging enabled! 2019-06-07 06:10:41.922 10552 INFO octavia.common.config [req-74ef78a8-a941-4276-9648-b0c1dfe9070c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.968 10552 WARNING octavia.api.root_controller [req-74ef78a8-a941-4276-9648-b0c1dfe9070c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.995 10552 INFO octavia.api.v2.controllers.load_balancer [req-44d3f670-1932-4db0-8188-134e20917dfb - - - - -] Sending created Load Balancer 82689f41-b772-4d88-8878-6f694fddf7de to the handler 2019-06-07 06:10:42.089 10552 INFO octavia.api.v2.controllers.listener [req-3bffd51c-16a6-45f7-837e-504597ef1fdb - - - - -] Sending Creation of Listener f602f31a-9121-4dca-a89e-bb2b11a1c69a to handler 2019-06-07 06:10:42.235 10552 INFO octavia.api.v2.controllers.l7policy [req-10e639d7-9d76-4d7c-92ca-e066efc0d774 - - - - -] Sending Creation of L7Policy 18b9a7fe-caca-49e6-a672-29a36e312fae to handler 2019-06-07 06:10:42.508 10552 INFO octavia.api.v2.controllers.l7rule [req-82c47d44-b13d-4b3c-8c60-8d410ab09ca9 - - - - -] Sending Creation of L7Rule 68955879-a63c-4fc9-a35d-2890a8754c2d to handler 2019-06-07 06:10:42.745 10552 INFO octavia.api.v2.controllers.load_balancer [req-04ee37f9-4cbc-4f2e-9427-5cee2b1def1f - - - - -] Sending updated Load Balancer 82689f41-b772-4d88-8878-6f694fddf7de to the handler 2019-06-07 06:10:42.819 10552 INFO octavia.api.v2.controllers.l7rule [req-0bf16a8d-0806-4863-a93b-5f9efc54f4da - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:42.844 10552 INFO oslo_db.sqlalchemy.provision [req-0bf16a8d-0806-4863-a93b-5f9efc54f4da - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.848 10552 INFO oslo_db.sqlalchemy.provision [req-0bf16a8d-0806-4863-a93b-5f9efc54f4da - - - - -] DROP BACKEND Engine(sqlite://) TOKEN myklypzipr 2019-06-07 06:10:42.848 10552 INFO oslo_db.sqlalchemy.provision [req-0bf16a8d-0806-4863-a93b-5f9efc54f4da - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_when_lb_pending_update [1.093927s] ... ok 2019-06-07 06:10:36.602 10545 INFO oslo_db.sqlalchemy.provision [req-ccb27115-d993-44c9-ac65-e0be0049e7b3 - - - - -] CREATE BACKEND sqlite:// TOKEN ydzkoqgagu 2019-06-07 06:10:36.770 10545 INFO octavia.common.config [req-ccb27115-d993-44c9-ac65-e0be0049e7b3 - - - - -] Logging enabled! 2019-06-07 06:10:36.771 10545 INFO octavia.common.config [req-ccb27115-d993-44c9-ac65-e0be0049e7b3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.818 10545 WARNING octavia.api.root_controller [req-ccb27115-d993-44c9-ac65-e0be0049e7b3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.841 10545 INFO octavia.api.v1.controllers.load_balancer [req-05b7dcaf-c341-4a01-ae35-0500fb61491a - - - - -] Sending created Load Balancer f690c437-1178-41a0-b164-b341e2f4c15a to the handler 2019-06-07 06:10:36.916 10545 INFO octavia.api.v1.controllers.listener [req-5e6f1b01-22bd-4794-9d7a-a0f5c137806e - - - - -] Sending Creation of Listener c2ac6249-fd39-471f-8a46-5886b0fbc089 to handler 2019-06-07 06:10:37.043 10545 INFO octavia.api.v1.controllers.pool [req-17148661-2cea-485a-a2c9-3c0361649a30 - - - - -] Sending Creation of Pool 0743086e-1c19-4b10-9d7a-d84adc795034 to handler 2019-06-07 06:10:37.253 10545 INFO octavia.api.v1.controllers.pool [req-927f0300-121f-41be-858c-03416bf0fc47 - - - - -] Sending Creation of Pool ac48bc85-a9a4-499a-aa5a-df9968e03a6b to handler 2019-06-07 06:10:37.493 10545 INFO octavia.api.v1.controllers.member [req-ac20ffc1-eb59-4416-9331-ebe0a8c08894 - - - - -] Sending Creation of Member 9df91f4e-2386-4b4a-9ee8-1123dd09cfb6 to handler 2019-06-07 06:10:37.700 10545 INFO octavia.api.v1.controllers.member [req-aef39d69-ea7a-47d7-bc54-ff2a414302ad - - - - -] Sending Update of Member 9df91f4e-2386-4b4a-9ee8-1123dd09cfb6 to handler 2019-06-07 06:10:38.048 10545 INFO oslo_db.sqlalchemy.provision [req-139fd1dd-b21c-4dd7-9528-7e7db23c8092 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.052 10545 INFO oslo_db.sqlalchemy.provision [req-139fd1dd-b21c-4dd7-9528-7e7db23c8092 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ydzkoqgagu 2019-06-07 06:10:38.053 10545 INFO oslo_db.sqlalchemy.provision [req-139fd1dd-b21c-4dd7-9528-7e7db23c8092 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v1.test_member.TestMember.test_update [1.458391s] ... ok 2019-06-07 06:10:43.550 10547 INFO oslo_db.sqlalchemy.provision [req-7b0d28d1-3d90-460e-a6da-937e72430b86 - - - - -] CREATE BACKEND sqlite:// TOKEN dodweplthl 2019-06-07 06:10:43.717 10547 INFO octavia.common.config [req-7b0d28d1-3d90-460e-a6da-937e72430b86 - - - - -] Logging enabled! 2019-06-07 06:10:43.718 10547 INFO octavia.common.config [req-7b0d28d1-3d90-460e-a6da-937e72430b86 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.764 10547 WARNING octavia.api.root_controller [req-7b0d28d1-3d90-460e-a6da-937e72430b86 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.794 10547 INFO octavia.api.v2.controllers.load_balancer [req-eac2b7a7-1608-4ef3-bf7c-bb3b00b7cf72 - - - - -] Sending created Load Balancer a6788758-48dd-4489-ae90-c81dbfd03d1b to the handler 2019-06-07 06:10:43.884 10547 INFO octavia.api.v2.controllers.pool [req-a5e479cd-0362-4890-9280-932ae4a07900 - - - - -] Sending Creation of Pool 04b657d7-ca57-4b06-a5c9-fda8f80b01aa to handler 2019-06-07 06:10:44.025 10547 INFO octavia.api.v2.controllers.listener [req-d535c66c-8a03-4392-a7f9-14ff76eeda65 - - - - -] Sending Creation of Listener 8aac8056-09cf-4f58-b4c7-11c7326e428c to handler 2019-06-07 06:10:44.238 10547 INFO octavia.api.v2.controllers.listener [req-0561fa61-535b-439a-a41c-f95a3e7d80ba - - - - -] Sending Update of Listener 8aac8056-09cf-4f58-b4c7-11c7326e428c to handler 2019-06-07 06:10:44.298 10547 INFO oslo_db.sqlalchemy.provision [req-0561fa61-535b-439a-a41c-f95a3e7d80ba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.302 10547 INFO oslo_db.sqlalchemy.provision [req-0561fa61-535b-439a-a41c-f95a3e7d80ba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dodweplthl 2019-06-07 06:10:44.303 10547 INFO oslo_db.sqlalchemy.provision [req-0561fa61-535b-439a-a41c-f95a3e7d80ba - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_unset_defaults [0.758993s] ... ok 2019-06-07 06:10:36.271 10529 INFO oslo_db.sqlalchemy.provision [req-3a5549a8-7511-4fdb-8b52-0712b3da272b - - - - -] CREATE BACKEND sqlite:// TOKEN rjjoluorpd 2019-06-07 06:10:36.464 10529 INFO octavia.common.config [req-3a5549a8-7511-4fdb-8b52-0712b3da272b - - - - -] Logging enabled! 2019-06-07 06:10:36.466 10529 INFO octavia.common.config [req-3a5549a8-7511-4fdb-8b52-0712b3da272b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.515 10529 WARNING octavia.api.root_controller [req-3a5549a8-7511-4fdb-8b52-0712b3da272b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.540 10529 INFO octavia.api.v1.controllers.load_balancer [req-d4e15c71-927d-4f3e-a739-66daeb341a31 - - - - -] Sending created Load Balancer 5ca00e2d-3e9c-4334-9d48-40cfb5786883 to the handler 2019-06-07 06:10:36.637 10529 INFO octavia.api.v1.controllers.listener [req-97d92ab5-c0d3-41c2-ac30-93c18758ec9e - - - - -] Sending Creation of Listener 9d8ea731-63c4-442f-af8d-41766d737039 to handler 2019-06-07 06:10:36.795 10529 INFO oslo_db.sqlalchemy.provision [req-2f109cdf-24b8-4f30-8b06-e866ed2a27e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:36.799 10529 INFO oslo_db.sqlalchemy.provision [req-2f109cdf-24b8-4f30-8b06-e866ed2a27e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rjjoluorpd 2019-06-07 06:10:36.800 10529 INFO oslo_db.sqlalchemy.provision [req-2f109cdf-24b8-4f30-8b06-e866ed2a27e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_over_quota [0.536545s] ... ok 2019-06-07 06:10:42.979 10553 INFO oslo_db.sqlalchemy.provision [req-318a34e7-874f-4c13-8f1e-26f7c1ce1164 - - - - -] CREATE BACKEND sqlite:// TOKEN qpmtoxgnjk 2019-06-07 06:10:43.160 10553 INFO octavia.common.config [req-318a34e7-874f-4c13-8f1e-26f7c1ce1164 - - - - -] Logging enabled! 2019-06-07 06:10:43.162 10553 INFO octavia.common.config [req-318a34e7-874f-4c13-8f1e-26f7c1ce1164 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.216 10553 WARNING octavia.api.root_controller [req-318a34e7-874f-4c13-8f1e-26f7c1ce1164 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.257 10553 INFO octavia.api.v2.controllers.load_balancer [req-69185dd4-927d-4b42-821e-b0de579f258c - - - - -] Sending created Load Balancer d8804203-0a74-405d-af26-682147780e98 to the handler 2019-06-07 06:10:43.358 10553 INFO octavia.api.v2.controllers.pool [req-ee103a48-49d3-4645-a7d2-632db9796f97 - - - - -] Sending Creation of Pool e1924ce3-691a-42a5-9718-055caee1a989 to handler 2019-06-07 06:10:43.585 10553 INFO octavia.api.v2.controllers.listener [req-3c71b6cd-28e2-42fe-a4b6-b79645b129ae - 17f025ff-57f9-441b-beae-d28758e3a561 - - -] Sending Creation of Listener 9fe8e3ae-f2c1-4d01-9a0b-6866d42a0188 to handler 2019-06-07 06:10:43.874 10553 INFO oslo_db.sqlalchemy.provision [req-e0b68487-74b6-4696-9b11-d1f2abe44573 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.878 10553 INFO oslo_db.sqlalchemy.provision [req-e0b68487-74b6-4696-9b11-d1f2abe44573 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qpmtoxgnjk 2019-06-07 06:10:43.879 10553 INFO oslo_db.sqlalchemy.provision [req-e0b68487-74b6-4696-9b11-d1f2abe44573 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_authorized [0.939918s] ... ok 2019-06-07 06:10:37.788 10549 INFO oslo_db.sqlalchemy.provision [req-8cc8dcaa-fd07-434b-85c5-e0d4d217a664 - - - - -] CREATE BACKEND sqlite:// TOKEN eyjsghunyh 2019-06-07 06:10:37.950 10549 INFO octavia.common.config [req-8cc8dcaa-fd07-434b-85c5-e0d4d217a664 - - - - -] Logging enabled! 2019-06-07 06:10:37.951 10549 INFO octavia.common.config [req-8cc8dcaa-fd07-434b-85c5-e0d4d217a664 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.997 10549 WARNING octavia.api.root_controller [req-8cc8dcaa-fd07-434b-85c5-e0d4d217a664 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.023 10549 INFO octavia.api.v2.controllers.load_balancer [req-70cf692e-68eb-47d6-bd18-c7e71bff3c5a - - - - -] Sending created Load Balancer b972311d-f989-4189-9c73-edae26a08d91 to the handler 2019-06-07 06:10:38.107 10549 INFO octavia.api.v2.controllers.listener [req-1852df22-874d-4d6c-8941-cd7ed40ed705 - - - - -] Sending Creation of Listener ecea1b90-d0af-451b-8d96-068231eff234 to handler 2019-06-07 06:10:38.238 10549 INFO octavia.api.v2.controllers.pool [req-cd852f4b-979d-44bb-b06c-3cae64b60de7 - - - - -] Sending Creation of Pool 8e6259bd-aebf-4d3a-8f05-77efd8b08e1e to handler 2019-06-07 06:10:38.454 10549 INFO octavia.api.v2.controllers.pool [req-11938e0f-1485-493a-b9d7-dc15b25e9414 - - - - -] Sending Creation of Pool 8d62d44e-278d-4a06-8840-8f89bcbefc71 to handler 2019-06-07 06:10:38.707 10549 INFO octavia.api.v2.controllers.health_monitor [req-430a3eb7-8651-467f-bbc4-63e13ebc6011 - - - - -] Sending Creation of Health Monitor 45203f47-d77c-4145-ac5f-49976f6f31a7 to handler 2019-06-07 06:10:38.972 10549 INFO octavia.api.v2.controllers.health_monitor [req-1d9bcdb6-fbcb-4917-8867-47a72199f271 - 1e11e253-3e7f-46f7-b1da-69fae5a6e940 - - -] Sending Deletion of Health Monitor for Pool 45203f47-d77c-4145-ac5f-49976f6f31a7 to handler 2019-06-07 06:10:39.183 10549 INFO oslo_db.sqlalchemy.provision [req-4f409976-c279-4baa-95f1-18333122a4d8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.187 10549 INFO oslo_db.sqlalchemy.provision [req-4f409976-c279-4baa-95f1-18333122a4d8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eyjsghunyh 2019-06-07 06:10:39.187 10549 INFO oslo_db.sqlalchemy.provision [req-4f409976-c279-4baa-95f1-18333122a4d8 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:48.382 10534 INFO oslo_db.sqlalchemy.provision [req-e45ee3b0-d62b-43cd-a1e7-1f4a4ab56d1d - - - - -] CREATE BACKEND sqlite:// TOKEN ghpenzdvrb 2019-06-07 06:10:48.550 10534 INFO octavia.common.config [req-e45ee3b0-d62b-43cd-a1e7-1f4a4ab56d1d - - - - -] Logging enabled! 2019-06-07 06:10:48.551 10534 INFO octavia.common.config [req-e45ee3b0-d62b-43cd-a1e7-1f4a4ab56d1d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.597 10534 WARNING octavia.api.root_controller [req-e45ee3b0-d62b-43cd-a1e7-1f4a4ab56d1d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.623 10534 INFO octavia.api.v2.controllers.load_balancer [req-da4bc6e7-cb21-43e0-b18f-58a1971a2ea1 - - - - -] Sending created Load Balancer 457624e3-3b68-431e-af21-8e9d3bf7df46 to the handler 2019-06-07 06:10:48.709 10534 INFO octavia.api.v2.controllers.listener [req-d7f79ad3-9c1a-4e12-9cbc-0df2467c0f04 - - - - -] Sending Creation of Listener 908bc103-d69d-4867-aa60-7767b833cfc4 to handler 2019-06-07 06:10:48.856 10534 INFO octavia.api.v2.controllers.pool [req-8e693023-2042-459f-9ba6-a1b7a55dfd2d - - - - -] Sending Creation of Pool 9a8332fd-83ab-4238-be5e-3c039d75fb59 to handler 2019-06-07 06:10:49.075 10534 INFO octavia.api.v2.controllers.pool [req-4711134f-faa2-4da3-a648-58510026a116 - - - - -] Sending Creation of Pool 9f25428b-ca54-43c6-b894-128dafd3f770 to handler 2019-06-07 06:10:49.316 10534 INFO octavia.api.v2.controllers.member [req-ca76f399-75fe-43cd-92af-43dd16a527cc - - - - -] Sending Creation of Member 0a928959-21e3-4d1a-baee-3c3668649904 to handler 2019-06-07 06:10:49.716 10534 INFO octavia.api.v2.controllers.member [req-a299ab78-58d1-4069-9160-8a114d31e66a - - - - -] Sending Update of Member 0a928959-21e3-4d1a-baee-3c3668649904 to handler 2019-06-07 06:10:50.295 10534 INFO oslo_db.sqlalchemy.provision [req-01421445-e7ee-4f78-af49-f6c567f9af26 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.298 10534 INFO oslo_db.sqlalchemy.provision [req-01421445-e7ee-4f78-af49-f6c567f9af26 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ghpenzdvrb 2019-06-07 06:10:50.299 10534 INFO oslo_db.sqlalchemy.provision [req-01421445-e7ee-4f78-af49-f6c567f9af26 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_authorized [1.406173s] ... ok {6} octavia.tests.functional.api.v2.test_member.TestMember.test_update_sans_listener [1.923701s] ... ok 2019-06-07 06:10:31.951 10536 INFO oslo_db.sqlalchemy.provision [req-4691ac67-fa16-443a-aa59-49a871b3ac80 - - - - -] CREATE BACKEND sqlite:// TOKEN eyysqyqtub 2019-06-07 06:10:32.124 10536 INFO octavia.common.config [req-4691ac67-fa16-443a-aa59-49a871b3ac80 - - - - -] Logging enabled! 2019-06-07 06:10:32.125 10536 INFO octavia.common.config [req-4691ac67-fa16-443a-aa59-49a871b3ac80 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:32.169 10536 WARNING octavia.api.root_controller [req-4691ac67-fa16-443a-aa59-49a871b3ac80 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:32.190 10536 INFO octavia.api.v1.controllers.load_balancer [req-29cbf459-082f-42b6-9d0a-0bb3ac3ef880 - - - - -] Sending created Load Balancer 907c393f-55d2-478c-bba7-4ed7ae718bf0 to the handler 2019-06-07 06:10:32.263 10536 INFO octavia.api.v1.controllers.listener [req-1a234f66-67f5-488c-b978-6e01653f5876 - - - - -] Sending Creation of Listener c8c6d98a-603a-4f01-8d28-660c36a0ca36 to handler 2019-06-07 06:10:32.470 10536 INFO octavia.api.v1.controllers.l7policy [req-f9a2c918-c204-44d7-8cb3-260167b27323 - - - - -] Sending Creation of L7Policy 4037d4a7-a146-4f85-afef-e9a4a7dfaca9 to handler 2019-06-07 06:10:32.658 10536 INFO octavia.api.v1.controllers.l7rule [req-a562ec8e-92a8-4c2b-99e2-7ba98c0deb9f - - - - -] Sending Creation of L7Rule 2310d063-80d8-4690-9b6f-08995baa470d to handler 2019-06-07 06:10:32.860 10536 INFO octavia.api.v1.controllers.l7rule [req-88f6248a-2f9b-492c-8532-dcee1f4eb76e - - - - -] Sending Creation of L7Rule c563a2f9-4948-4640-9db9-86a6a562d348 to handler 2019-06-07 06:10:33.021 10536 INFO octavia.api.v1.controllers.l7rule [req-098ec0c9-5b31-4096-b2da-cc4248f35429 - - - - -] Sending Creation of L7Rule ea48c2dd-0d11-410e-b4ef-a4fa0f375f5d to handler 2019-06-07 06:10:33.196 10536 INFO octavia.api.v1.controllers.l7rule [req-d7ba1459-315d-40a9-b26c-7970024e5d2e - - - - -] Sending Creation of L7Rule 05c0a4ac-cd1c-4d4d-8a41-92107a0d23ce to handler 2019-06-07 06:10:33.387 10536 INFO octavia.api.v1.controllers.l7rule [req-14f8e1fb-8f20-4ca0-8cff-52e365d21022 - - - - -] Sending Creation of L7Rule c75397a2-1107-46a4-ae52-08f643a093de to handler 2019-06-07 06:10:33.598 10536 INFO octavia.api.v1.controllers.l7rule [req-a7979f98-6751-4b71-88df-162b697778fa - - - - -] Sending Creation of L7Rule d29a621c-35a1-4ccb-9fbc-31b26a7002ed to handler 2019-06-07 06:10:33.779 10536 INFO octavia.api.v1.controllers.l7rule [req-6082746b-b210-4ed6-ad4f-33e99273b483 - - - - -] Sending Creation of L7Rule 67302301-9c5f-4850-af4e-1168b420d56e to handler 2019-06-07 06:10:33.974 10536 INFO octavia.api.v1.controllers.l7rule [req-8ba95865-5e56-45a3-a63e-a4ce1f956cd1 - - - - -] Sending Creation of L7Rule 1e49c561-5078-40a1-bd15-4a3e638f6f7b to handler 2019-06-07 06:10:34.170 10536 INFO octavia.api.v1.controllers.l7rule [req-9d093cf3-015d-4149-8f4a-62f77420cc81 - - - - -] Sending Creation of L7Rule 2baf2d57-1693-4936-b886-d136c1194be3 to handler 2019-06-07 06:10:34.368 10536 INFO octavia.api.v1.controllers.l7rule [req-5d84b8cc-f6cb-4c5d-9f24-2fd6dce032e5 - - - - -] Sending Creation of L7Rule 92a7b832-2590-4496-9e61-526ffb747d38 to handler 2019-06-07 06:10:34.547 10536 INFO octavia.api.v1.controllers.l7rule [req-746510ba-61b0-4ff1-90f9-c34cd3201163 - - - - -] Sending Creation of L7Rule 43ae8610-d23f-4a9f-b1d8-52a9f6141aa7 to handler 2019-06-07 06:10:34.747 10536 INFO octavia.api.v1.controllers.l7rule [req-392d6158-ec28-44f4-bc7a-94022325ad67 - - - - -] Sending Creation of L7Rule 7a8e7eb9-401d-49e2-8ac4-bb99d6e43ea2 to handler 2019-06-07 06:10:34.955 10536 INFO octavia.api.v1.controllers.l7rule [req-5600618f-56cb-4cce-aab8-c04c3acf61d3 - - - - -] Sending Creation of L7Rule 61a27d5f-9e8d-4900-a2a6-480625d6c7cf to handler 2019-06-07 06:10:35.161 10536 INFO octavia.api.v1.controllers.l7rule [req-06bceaeb-31a4-4f5b-8658-6c9187e9326f - - - - -] Sending Creation of L7Rule f8c7a9a1-c82c-4fe2-b625-3f94e21fed72 to handler 2019-06-07 06:10:35.373 10536 INFO octavia.api.v1.controllers.l7rule [req-5f1fd6a5-d53d-44ac-9ab9-afe2bdc42aeb - - - - -] Sending Creation of L7Rule f077b6b8-5c66-4ce9-8aa9-7bbe2ec76310 to handler 2019-06-07 06:10:35.584 10536 INFO octavia.api.v1.controllers.l7rule [req-91e0967d-2e63-4eaf-8e65-68253a101620 - - - - -] Sending Creation of L7Rule 1715c414-1e1a-4751-ae80-00fbaef4f450 to handler 2019-06-07 06:10:35.788 10536 INFO octavia.api.v1.controllers.l7rule [req-3bd2575d-3411-407a-9ae7-b66646e845d7 - - - - -] Sending Creation of L7Rule 36e1009b-7227-4a1b-81c8-6a92e84ec222 to handler 2019-06-07 06:10:35.993 10536 INFO octavia.api.v1.controllers.l7rule [req-5ac02255-bbcf-47eb-8661-5d135dda6586 - - - - -] Sending Creation of L7Rule 98c7d144-b6e4-49ee-94b9-dcafe7e9a0f5 to handler 2019-06-07 06:10:36.205 10536 INFO octavia.api.v1.controllers.l7rule [req-f2c57608-db44-4684-891e-04ec38ee8251 - - - - -] Sending Creation of L7Rule c5657fb3-ab10-43cd-9673-aa9a43792ae1 to handler 2019-06-07 06:10:36.423 10536 INFO octavia.api.v1.controllers.l7rule [req-be903e36-fc57-451c-9156-865c4fa39a83 - - - - -] Sending Creation of L7Rule 41ec8e52-3ebd-4c41-a9f3-af2e8274e0ff to handler 2019-06-07 06:10:36.633 10536 INFO octavia.api.v1.controllers.l7rule [req-0bff0867-b280-4f7b-86d8-4efde9cd0ce2 - - - - -] Sending Creation of L7Rule 59a2a890-d058-4ab5-80ff-193c2e570e94 to handler 2019-06-07 06:10:36.862 10536 INFO octavia.api.v1.controllers.l7rule [req-a3248be4-6cd1-424d-9aeb-dd77a6d11a18 - - - - -] Sending Creation of L7Rule d974ccc8-e791-489f-8a65-f01615bc234c to handler 2019-06-07 06:10:37.099 10536 INFO octavia.api.v1.controllers.l7rule [req-97f1a136-2721-4b79-bfff-d5f508a3ed76 - - - - -] Sending Creation of L7Rule e6163fb5-8931-43c9-890e-f0c9edb3223a to handler 2019-06-07 06:10:37.326 10536 INFO octavia.api.v1.controllers.l7rule [req-65ed78be-d7e6-4391-8b9d-2daa0b114409 - - - - -] Sending Creation of L7Rule be687b5c-d7d3-4f22-8a88-a8f8ac2472ce to handler 2019-06-07 06:10:37.550 10536 INFO octavia.api.v1.controllers.l7rule [req-f0d21801-3724-4e98-a93f-6a45a93830da - - - - -] Sending Creation of L7Rule 19ecb73b-59b6-4e28-9d45-ebc83dfed638 to handler 2019-06-07 06:10:37.793 10536 INFO octavia.api.v1.controllers.l7rule [req-b7f9be1d-4e4a-4064-b1f6-e172419aca16 - - - - -] Sending Creation of L7Rule 64f7fd80-ff61-4823-99cb-22369632dffb to handler 2019-06-07 06:10:38.042 10536 INFO octavia.api.v1.controllers.l7rule [req-ed883289-bd80-4307-ae0d-6d6c6a0c0123 - - - - -] Sending Creation of L7Rule aaadb620-32a0-47eb-ab96-d8e79b5a0071 to handler 2019-06-07 06:10:38.272 10536 INFO octavia.api.v1.controllers.l7rule [req-d7102679-f0e7-40c2-8992-600db72a06ac - - - - -] Sending Creation of L7Rule edb6941a-9622-4999-8056-64357c1f9fe5 to handler 2019-06-07 06:10:38.505 10536 INFO octavia.api.v1.controllers.l7rule [req-3cde0c55-b03c-4420-b574-ce76cfc5e4d3 - - - - -] Sending Creation of L7Rule 75d1bf19-7dda-4386-a6df-a55a85ce7b4f to handler 2019-06-07 06:10:38.937 10536 INFO octavia.api.v1.controllers.l7rule [req-9cbc42e0-1772-4ef0-9f45-7cf99237a98a - - - - -] Sending Creation of L7Rule 248877f2-d656-49a2-b629-fd191930bb49 to handler 2019-06-07 06:10:39.180 10536 INFO octavia.api.v1.controllers.l7rule [req-82e0d914-17be-4e69-8ce7-d6adeacf8813 - - - - -] Sending Creation of L7Rule ccac7761-e18a-44b4-88b9-451d7971d12a to handler 2019-06-07 06:10:39.422 10536 INFO octavia.api.v1.controllers.l7rule [req-88145337-c5f2-446c-b13f-0accb2790156 - - - - -] Sending Creation of L7Rule b4741ca7-43c8-439e-a024-5abb7de1adf6 to handler 2019-06-07 06:10:39.667 10536 INFO octavia.api.v1.controllers.l7rule [req-6d0bc4b2-0b88-46a3-ae84-cf919845717d - - - - -] Sending Creation of L7Rule 5c805894-cd94-423a-a489-a08bc034ce34 to handler 2019-06-07 06:10:39.924 10536 INFO octavia.api.v1.controllers.l7rule [req-1906b8f6-954b-47d4-851a-37f29b4eb8c5 - - - - -] Sending Creation of L7Rule 1c606725-ff54-4163-a363-0d7d44d96030 to handler 2019-06-07 06:10:40.182 10536 INFO octavia.api.v1.controllers.l7rule [req-c883fb3a-82c5-41f8-b9cc-7cc30b2f0043 - - - - -] Sending Creation of L7Rule a22dd714-a341-4613-9973-5735fb84a548 to handler 2019-06-07 06:10:40.439 10536 INFO octavia.api.v1.controllers.l7rule [req-82a4fcd8-0373-46cf-8444-80d183bd1ae1 - - - - -] Sending Creation of L7Rule c88318e7-278a-42db-a888-c1ea54ec63e7 to handler 2019-06-07 06:10:40.709 10536 INFO octavia.api.v1.controllers.l7rule [req-9a929224-2dc9-48f0-b150-ac1fd32bc2b7 - - - - -] Sending Creation of L7Rule 123c326c-d0e8-44ea-9a08-a3768481d0b8 to handler 2019-06-07 06:10:40.985 10536 INFO octavia.api.v1.controllers.l7rule [req-b4f05255-a6be-49a8-ad44-5de6cd306299 - - - - -] Sending Creation of L7Rule 4ddab6a2-62ba-458c-8cb4-16efd28a039a to handler 2019-06-07 06:10:41.249 10536 INFO octavia.api.v1.controllers.l7rule [req-82b93d0e-485d-4280-8437-c1d3d8c69869 - - - - -] Sending Creation of L7Rule c6314d74-0170-4143-8d44-f1f88940e23f to handler 2019-06-07 06:10:41.537 10536 INFO octavia.api.v1.controllers.l7rule [req-774cf814-871d-4f26-b604-17a0e5a28207 - - - - -] Sending Creation of L7Rule 718dc619-c7de-4a17-b30b-e35b039e60e0 to handler 2019-06-07 06:10:41.806 10536 INFO octavia.api.v1.controllers.l7rule [req-625028c1-8328-4db9-a05c-b5471ece2bb3 - - - - -] Sending Creation of L7Rule 55d506d9-5302-45c4-8519-ff39ddff922d to handler 2019-06-07 06:10:42.122 10536 INFO octavia.api.v1.controllers.l7rule [req-db585964-1c64-45b6-aa4b-58d1d0d40b62 - - - - -] Sending Creation of L7Rule 937bc980-6842-4c7f-83bc-761a1c4fbca8 to handler 2019-06-07 06:10:42.397 10536 INFO octavia.api.v1.controllers.l7rule [req-d66f3f86-e57d-4b9e-ab52-2296fa17481a - - - - -] Sending Creation of L7Rule 483272a5-92ad-4299-a238-78cc7251e8e2 to handler 2019-06-07 06:10:42.676 10536 INFO octavia.api.v1.controllers.l7rule [req-b4733eb9-1509-4e59-8f84-64b0e94e0eff - - - - -] Sending Creation of L7Rule 46176edb-0d97-41cf-a91e-a6b7d2b09a14 to handler 2019-06-07 06:10:42.986 10536 INFO octavia.api.v1.controllers.l7rule [req-62912365-75f4-4b3d-a0b4-493bd644bfba - - - - -] Sending Creation of L7Rule e5795599-c951-48af-b51c-5123dbece3f8 to handler 2019-06-07 06:10:43.285 10536 INFO octavia.api.v1.controllers.l7rule [req-2b15bfc4-6f63-44f7-9811-ae407b768d5e - - - - -] Sending Creation of L7Rule c6c23e0f-90d4-4f65-b035-383f2b7e2df3 to handler 2019-06-07 06:10:43.582 10536 INFO octavia.api.v1.controllers.l7rule [req-c5499045-027d-43b1-80a4-4f60ba660b8a - - - - -] Sending Creation of L7Rule af8d6c7d-9f33-4728-b7dc-a70a897e4304 to handler 2019-06-07 06:10:43.936 10536 INFO octavia.api.v1.controllers.l7rule [req-6a32901a-a0fe-47f4-9b38-e268c1131259 - - - - -] Sending Creation of L7Rule aefded18-877e-4491-b673-30b53b445353 to handler 2019-06-07 06:10:44.229 10536 INFO octavia.api.v1.controllers.l7rule [req-07c85d70-8409-423a-ac85-1525f611fa06 - - - - -] Sending Creation of L7Rule 69fccfb0-8738-4dad-9cbc-a93ad3dca04b to handler 2019-06-07 06:10:44.520 10536 INFO octavia.api.v1.controllers.l7rule [req-324f909a-08af-4154-8eaf-f47be4c4add3 - - - - -] Sending Creation of L7Rule 495f3e35-30de-48f3-aa1f-0316196d1c17 to handler 2019-06-07 06:10:44.781 10536 INFO oslo_db.sqlalchemy.provision [req-342b80a4-6744-469b-b3e2-f41130ce2dde - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.785 10536 INFO oslo_db.sqlalchemy.provision [req-342b80a4-6744-469b-b3e2-f41130ce2dde - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eyysqyqtub 2019-06-07 06:10:44.786 10536 INFO oslo_db.sqlalchemy.provision [req-342b80a4-6744-469b-b3e2-f41130ce2dde - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_too_many_rules [12.840870s] ... ok 2019-06-07 06:10:46.496 10558 INFO oslo_db.sqlalchemy.provision [req-bdfaa7a5-5942-406f-bdfc-8a3d13943b9d - - - - -] CREATE BACKEND sqlite:// TOKEN cejugctrnp 2019-06-07 06:10:46.660 10558 INFO octavia.common.config [req-bdfaa7a5-5942-406f-bdfc-8a3d13943b9d - - - - -] Logging enabled! 2019-06-07 06:10:46.661 10558 INFO octavia.common.config [req-bdfaa7a5-5942-406f-bdfc-8a3d13943b9d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.707 10558 WARNING octavia.api.root_controller [req-bdfaa7a5-5942-406f-bdfc-8a3d13943b9d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.734 10558 INFO octavia.api.v2.controllers.load_balancer [req-30928dc8-8d5d-447e-b326-3751a2020d61 - - - - -] Sending created Load Balancer c4b7a072-60c7-4dda-be64-a3dd49caa588 to the handler 2019-06-07 06:10:46.825 10558 INFO octavia.api.v2.controllers.listener [req-b43d93c6-87c8-46d6-af2a-6b6e9e9c6d94 - - - - -] Sending Creation of Listener b15fca0b-19e8-465d-89d4-37cc1ec1702d to handler 2019-06-07 06:10:46.964 10558 INFO octavia.api.v2.controllers.pool [req-d2f4cc71-6268-4ad7-97dd-65cd79fb87bf - - - - -] Sending Creation of Pool 93f6f68d-4c6b-4af2-856d-263bd312c19f to handler 2019-06-07 06:10:47.204 10558 INFO octavia.api.v2.controllers.pool [req-338b1e53-f3a0-42aa-b8d8-033795237524 - - - - -] Sending Creation of Pool 13d3a7e2-ab32-424b-88b7-07fc6ee938e9 to handler 2019-06-07 06:10:47.459 10558 INFO octavia.api.v2.controllers.member [req-d007bec7-64d1-4f13-8667-31527eb0cce2 - - - - -] Sending Creation of Member ce4fd7e3-ac87-4041-a29a-68b0931382be to handler 2019-06-07 06:10:47.738 10558 INFO octavia.api.v2.controllers.member [req-42b82a1f-2e9c-4eab-9a3d-d6d341073295 - - - - -] Sending Deletion of Member ce4fd7e3-ac87-4041-a29a-68b0931382be to handler 2019-06-07 06:10:47.995 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.999 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cejugctrnp 2019-06-07 06:10:47.999 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_with_bad_handler [1.509584s] ... ok 2019-06-07 06:10:38.813 10530 INFO oslo_db.sqlalchemy.provision [req-e84a3c5c-71bc-44fb-bc7f-338ae54a6b5a - - - - -] CREATE BACKEND sqlite:// TOKEN vzzatnfdbn 2019-06-07 06:10:38.976 10530 INFO octavia.common.config [req-e84a3c5c-71bc-44fb-bc7f-338ae54a6b5a - - - - -] Logging enabled! 2019-06-07 06:10:38.977 10530 INFO octavia.common.config [req-e84a3c5c-71bc-44fb-bc7f-338ae54a6b5a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.025 10530 WARNING octavia.api.root_controller [req-e84a3c5c-71bc-44fb-bc7f-338ae54a6b5a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.053 10530 INFO octavia.api.v2.controllers.load_balancer [req-64ee7e7e-71e5-4fd6-8d86-10176f134629 - - - - -] Sending created Load Balancer 5cc39c1a-a3c0-4a1b-a851-a5167e7b40cb to the handler 2019-06-07 06:10:39.139 10530 INFO octavia.api.v2.controllers.listener [req-59474136-d000-4948-bff8-20e781df18e0 - - - - -] Sending Creation of Listener e91a5398-3ffb-41e9-827b-0920c162d504 to handler 2019-06-07 06:10:39.277 10530 INFO octavia.api.v2.controllers.pool [req-570d560a-5697-4503-b1e0-cc7726aa5209 - - - - -] Sending Creation of Pool 0dc2f5c9-62ec-4a0e-85b5-50868a607f8e to handler 2019-06-07 06:10:39.474 10530 INFO octavia.api.v2.controllers.l7policy [req-cdeb8d53-e8b7-4e23-8029-625e5145cef6 - - - - -] Sending Creation of L7Policy 604274f9-ba96-4b51-a118-176c9906c954 to handler 2019-06-07 06:10:39.644 10530 INFO oslo_db.sqlalchemy.provision [req-1b734308-3f75-4821-8b0a-ff5a6a9fa7ba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.648 10530 INFO oslo_db.sqlalchemy.provision [req-1b734308-3f75-4821-8b0a-ff5a6a9fa7ba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vzzatnfdbn 2019-06-07 06:10:39.648 10530 INFO oslo_db.sqlalchemy.provision [req-1b734308-3f75-4821-8b0a-ff5a6a9fa7ba - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:39.762 10540 INFO oslo_db.sqlalchemy.provision [req-5a237f6e-f72c-4da3-bf6f-8f406c27901c - - - - -] CREATE BACKEND sqlite:// TOKEN tmbqyttoau 2019-06-07 06:10:39.942 10540 INFO octavia.common.config [req-5a237f6e-f72c-4da3-bf6f-8f406c27901c - - - - -] Logging enabled! 2019-06-07 06:10:39.943 10540 INFO octavia.common.config [req-5a237f6e-f72c-4da3-bf6f-8f406c27901c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.988 10540 WARNING octavia.api.root_controller [req-5a237f6e-f72c-4da3-bf6f-8f406c27901c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.147 10540 INFO octavia.api.v2.controllers.load_balancer [req-7fb54f34-aa71-4418-9a78-423375a08ca0 - - - - -] Sending created Load Balancer 70309d10-51e0-45da-8e1f-003c9cc6d860 to the handler 2019-06-07 06:10:40.211 10540 INFO oslo_db.sqlalchemy.provision [req-7fb54f34-aa71-4418-9a78-423375a08ca0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.215 10540 INFO oslo_db.sqlalchemy.provision [req-7fb54f34-aa71-4418-9a78-423375a08ca0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tmbqyttoau 2019-06-07 06:10:40.215 10540 INFO oslo_db.sqlalchemy.provision [req-7fb54f34-aa71-4418-9a78-423375a08ca0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_redirect_to_url [0.841742s] ... ok {12} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_one_redirect_pool_one_rule [0.460295s] ... ok 2019-06-07 06:10:44.048 10554 INFO oslo_db.sqlalchemy.provision [req-f741e6c1-f7db-4561-bb59-73ca474f1a3a - - - - -] CREATE BACKEND sqlite:// TOKEN rttfvhymqm 2019-06-07 06:10:44.208 10554 INFO octavia.common.config [req-f741e6c1-f7db-4561-bb59-73ca474f1a3a - - - - -] Logging enabled! 2019-06-07 06:10:44.209 10554 INFO octavia.common.config [req-f741e6c1-f7db-4561-bb59-73ca474f1a3a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.256 10554 WARNING octavia.api.root_controller [req-f741e6c1-f7db-4561-bb59-73ca474f1a3a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.283 10554 INFO octavia.api.v2.controllers.load_balancer [req-8b298d2e-56ba-4923-8220-58c0d65fd424 - - - - -] Sending created Load Balancer f35d934c-926b-4846-bf40-a1fb3b6ff5c7 to the handler 2019-06-07 06:10:44.366 10554 INFO octavia.api.v2.controllers.listener [req-61aadbcd-813a-47cb-8221-2a2be6423d74 - - - - -] Sending Creation of Listener 8ba6403b-f2b9-48ad-a62e-c9e682cef032 to handler 2019-06-07 06:10:44.479 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.483 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rttfvhymqm 2019-06-07 06:10:44.484 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_session_persistence [0.442034s] ... ok 2019-06-07 06:10:47.214 10533 INFO oslo_db.sqlalchemy.provision [req-9eb57121-6169-4817-a207-85c4561019e5 - - - - -] CREATE BACKEND sqlite:// TOKEN ywrtvdfibp 2019-06-07 06:10:47.376 10533 INFO octavia.common.config [req-9eb57121-6169-4817-a207-85c4561019e5 - - - - -] Logging enabled! 2019-06-07 06:10:47.377 10533 INFO octavia.common.config [req-9eb57121-6169-4817-a207-85c4561019e5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.427 10533 WARNING octavia.api.root_controller [req-9eb57121-6169-4817-a207-85c4561019e5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.459 10533 INFO octavia.api.v2.controllers.load_balancer [req-560bde2f-aaa7-4a2e-84b9-b317eacc7a11 - - - - -] Sending created Load Balancer f3f61402-0e26-4f4a-a74a-8a462f95816d to the handler 2019-06-07 06:10:47.519 10533 INFO oslo_db.sqlalchemy.provision [req-581e1b1d-f820-42dc-91d0-a9a25b6e161b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.522 10533 INFO oslo_db.sqlalchemy.provision [req-581e1b1d-f820-42dc-91d0-a9a25b6e161b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ywrtvdfibp 2019-06-07 06:10:47.523 10533 INFO oslo_db.sqlalchemy.provision [req-581e1b1d-f820-42dc-91d0-a9a25b6e161b - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get [0.315416s] ... ok 2019-06-07 06:10:40.322 10556 INFO oslo_db.sqlalchemy.provision [req-de532408-5cb5-475e-8636-dd50251dfd9a - - - - -] CREATE BACKEND sqlite:// TOKEN wjjfahqbal 2019-06-07 06:10:40.497 10556 INFO octavia.common.config [req-de532408-5cb5-475e-8636-dd50251dfd9a - - - - -] Logging enabled! 2019-06-07 06:10:40.498 10556 INFO octavia.common.config [req-de532408-5cb5-475e-8636-dd50251dfd9a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.546 10556 WARNING octavia.api.root_controller [req-de532408-5cb5-475e-8636-dd50251dfd9a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.576 10556 INFO octavia.api.v2.controllers.load_balancer [req-81b6197e-19c5-49f6-8d5f-71cfb0b72aaf - - - - -] Sending created Load Balancer 860161c4-ca44-4863-b55f-dc55e8608613 to the handler 2019-06-07 06:10:40.671 10556 INFO octavia.api.v2.controllers.listener [req-9d9cf7a9-8464-4e4a-8963-d71a39d171f4 - - - - -] Sending Creation of Listener 5ab1e18b-ffbf-4ec4-946f-b351d0aa6266 to handler 2019-06-07 06:10:40.836 10556 INFO octavia.api.v2.controllers.l7policy [req-11f70824-4059-40da-8685-2214db5cf858 - - - - -] Sending Creation of L7Policy 2f83eee3-cd4c-4b62-bdf7-134304c546bc to handler 2019-06-07 06:10:41.048 10556 INFO oslo_db.sqlalchemy.provision [req-7223b657-3fd4-4074-89d2-3a3cba72eea1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.052 10556 INFO oslo_db.sqlalchemy.provision [req-7223b657-3fd4-4074-89d2-3a3cba72eea1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wjjfahqbal 2019-06-07 06:10:41.053 10556 INFO oslo_db.sqlalchemy.provision [req-7223b657-3fd4-4074-89d2-3a3cba72eea1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_header_rule [0.738662s] ... ok 2019-06-07 06:10:47.489 10532 INFO oslo_db.sqlalchemy.provision [req-ed23fce4-0b86-4965-9a4a-82e36f330c28 - - - - -] CREATE BACKEND sqlite:// TOKEN pmaymhcfju 2019-06-07 06:10:47.656 10532 INFO octavia.common.config [req-ed23fce4-0b86-4965-9a4a-82e36f330c28 - - - - -] Logging enabled! 2019-06-07 06:10:47.657 10532 INFO octavia.common.config [req-ed23fce4-0b86-4965-9a4a-82e36f330c28 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.705 10532 WARNING octavia.api.root_controller [req-ed23fce4-0b86-4965-9a4a-82e36f330c28 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.732 10532 INFO octavia.api.v2.controllers.load_balancer [req-c225f4bc-4910-47c7-a59d-f436dbb6cb54 - - - - -] Sending created Load Balancer b042051d-3225-433a-94a9-8dfc2a02fa06 to the handler 2019-06-07 06:10:47.827 10532 INFO oslo_db.sqlalchemy.provision [req-9b51c47f-0f93-4650-9c29-f6a9c00d7f64 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.831 10532 INFO oslo_db.sqlalchemy.provision [req-9b51c47f-0f93-4650-9c29-f6a9c00d7f64 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pmaymhcfju 2019-06-07 06:10:47.831 10532 INFO oslo_db.sqlalchemy.provision [req-9b51c47f-0f93-4650-9c29-f6a9c00d7f64 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_not_authorized [0.348105s] ... ok 2019-06-07 06:10:45.924 10546 INFO oslo_db.sqlalchemy.provision [req-e1aa4de4-66dd-4587-9cb7-85c00cf36d94 - - - - -] CREATE BACKEND sqlite:// TOKEN wzybtehsdr 2019-06-07 06:10:46.088 10546 INFO octavia.common.config [req-e1aa4de4-66dd-4587-9cb7-85c00cf36d94 - - - - -] Logging enabled! 2019-06-07 06:10:46.089 10546 INFO octavia.common.config [req-e1aa4de4-66dd-4587-9cb7-85c00cf36d94 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.134 10546 WARNING octavia.api.root_controller [req-e1aa4de4-66dd-4587-9cb7-85c00cf36d94 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.260 10546 INFO octavia.api.v2.controllers.load_balancer [req-7aaccb9f-0061-4029-8c11-a4e9d4593f4a - - - - -] Sending created Load Balancer 4443df55-262a-4c84-9853-8b8b4f3210cd to the handler 2019-06-07 06:10:46.336 10546 INFO oslo_db.sqlalchemy.provision [req-7aaccb9f-0061-4029-8c11-a4e9d4593f4a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.339 10546 INFO oslo_db.sqlalchemy.provision [req-7aaccb9f-0061-4029-8c11-a4e9d4593f4a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wzybtehsdr 2019-06-07 06:10:46.340 10546 INFO oslo_db.sqlalchemy.provision [req-7aaccb9f-0061-4029-8c11-a4e9d4593f4a - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners_one_pool [0.422266s] ... ok 2019-06-07 06:10:45.562 10548 INFO oslo_db.sqlalchemy.provision [req-8110cee8-8393-4411-bd27-f87b0610aa3d - - - - -] CREATE BACKEND sqlite:// TOKEN xrsiadqkzl 2019-06-07 06:10:45.928 10548 INFO octavia.common.config [req-8110cee8-8393-4411-bd27-f87b0610aa3d - - - - -] Logging enabled! 2019-06-07 06:10:45.929 10548 INFO octavia.common.config [req-8110cee8-8393-4411-bd27-f87b0610aa3d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.032 10548 WARNING octavia.api.root_controller [req-8110cee8-8393-4411-bd27-f87b0610aa3d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.085 10548 INFO octavia.api.v2.controllers.load_balancer [req-7b310025-2c35-423a-87a4-e4766cf0b487 - - - - -] Sending created Load Balancer e7f8b0a9-a1d3-417a-a642-8510ebe032b5 to the handler 2019-06-07 06:10:46.265 10548 INFO octavia.api.v2.controllers.listener [req-d6a4cd94-ce1a-4ba3-85f5-3d8cfd672866 - - - - -] Sending Creation of Listener 14e43047-282c-43cf-86dd-bc647629c608 to handler 2019-06-07 06:10:46.571 10548 INFO octavia.api.v2.controllers.l7policy [req-2018a0fa-c2ad-4299-ae2c-137a783ac607 - - - - -] Sending Creation of L7Policy 45d9b6fb-468c-4d82-b9aa-1bd2b2902cac to handler 2019-06-07 06:10:47.124 10548 INFO octavia.api.v2.controllers.l7rule [req-b4d9a48d-89eb-4904-a3eb-cd24e7c387ab - - - - -] Sending Creation of L7Rule bebaf329-a622-4992-a8fe-d701cd56cb0c to handler 2019-06-07 06:10:47.315 10548 INFO oslo_db.sqlalchemy.provision [req-5ffe48f3-907d-452f-9312-284c1f0a4d26 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.319 10548 INFO oslo_db.sqlalchemy.provision [req-5ffe48f3-907d-452f-9312-284c1f0a4d26 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xrsiadqkzl 2019-06-07 06:10:47.320 10548 INFO oslo_db.sqlalchemy.provision [req-5ffe48f3-907d-452f-9312-284c1f0a4d26 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_not_authorized [1.778246s] ... ok 2019-06-07 06:10:40.184 10557 INFO oslo_db.sqlalchemy.provision [req-5fb4ea32-f0bf-400a-81f1-c8ea80082f7d - - - - -] CREATE BACKEND sqlite:// TOKEN qwsbjdifgl 2019-06-07 06:10:40.349 10557 INFO octavia.common.config [req-5fb4ea32-f0bf-400a-81f1-c8ea80082f7d - - - - -] Logging enabled! 2019-06-07 06:10:40.350 10557 INFO octavia.common.config [req-5fb4ea32-f0bf-400a-81f1-c8ea80082f7d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.396 10557 WARNING octavia.api.root_controller [req-5fb4ea32-f0bf-400a-81f1-c8ea80082f7d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.417 10557 INFO octavia.api.v1.controllers.load_balancer [req-fe6c16a1-ea84-4c50-a9ba-afdb24ade1c1 - - - - -] Sending created Load Balancer 12539710-256f-4daa-80b8-29b938a4568d to the handler 2019-06-07 06:10:40.488 10557 INFO octavia.api.v1.controllers.listener [req-00b805cb-2ecd-4576-9392-44d1ace3cfed - - - - -] Sending Creation of Listener c6b4fec7-18b5-40c8-942a-f5936738b423 to handler 2019-06-07 06:10:40.703 10557 INFO octavia.api.v1.controllers.pool [req-ea784297-540d-400f-b501-0b826e5fca20 - - - - -] Sending Creation of Pool c66d2a9c-446b-446c-9746-099efb056f1d to handler 2019-06-07 06:10:40.980 10557 INFO oslo_db.sqlalchemy.provision [req-e1f0e1f4-81db-4ff2-8e72-2f1cdf6f6f10 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.983 10557 INFO oslo_db.sqlalchemy.provision [req-e1f0e1f4-81db-4ff2-8e72-2f1cdf6f6f10 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qwsbjdifgl 2019-06-07 06:10:40.984 10557 INFO oslo_db.sqlalchemy.provision [req-e1f0e1f4-81db-4ff2-8e72-2f1cdf6f6f10 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_listener_id_in_pool_dict [0.807629s] ... ok 2019-06-07 06:10:43.692 10544 INFO oslo_db.sqlalchemy.provision [req-8d2d1efd-8b6a-44be-b07f-c6c0fae2b76a - - - - -] CREATE BACKEND sqlite:// TOKEN rcuoenhatl 2019-06-07 06:10:43.856 10544 INFO octavia.common.config [req-8d2d1efd-8b6a-44be-b07f-c6c0fae2b76a - - - - -] Logging enabled! 2019-06-07 06:10:43.857 10544 INFO octavia.common.config [req-8d2d1efd-8b6a-44be-b07f-c6c0fae2b76a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.903 10544 WARNING octavia.api.root_controller [req-8d2d1efd-8b6a-44be-b07f-c6c0fae2b76a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.930 10544 INFO octavia.api.v2.controllers.load_balancer [req-c7d8e6b3-cd47-4a6c-953f-0568cdd0627a - - - - -] Sending created Load Balancer 616f19cf-890c-49f2-98a7-fe53b3d308aa to the handler 2019-06-07 06:10:43.992 10544 INFO oslo_db.sqlalchemy.provision [req-fa9db26c-6e1f-4c61-9766-b1986175f856 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.995 10544 INFO oslo_db.sqlalchemy.provision [req-fa9db26c-6e1f-4c61-9766-b1986175f856 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rcuoenhatl 2019-06-07 06:10:43.996 10544 INFO oslo_db.sqlalchemy.provision [req-fa9db26c-6e1f-4c61-9766-b1986175f856 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses [0.309965s] ... ok 2019-06-07 06:10:42.856 10552 INFO oslo_db.sqlalchemy.provision [req-0bf16a8d-0806-4863-a93b-5f9efc54f4da - - - - -] CREATE BACKEND sqlite:// TOKEN amibymwnbm 2019-06-07 06:10:43.025 10552 INFO octavia.common.config [req-0bf16a8d-0806-4863-a93b-5f9efc54f4da - - - - -] Logging enabled! 2019-06-07 06:10:43.026 10552 INFO octavia.common.config [req-0bf16a8d-0806-4863-a93b-5f9efc54f4da - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.072 10552 WARNING octavia.api.root_controller [req-0bf16a8d-0806-4863-a93b-5f9efc54f4da - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.105 10552 INFO octavia.api.v2.controllers.load_balancer [req-1e937514-df5e-4740-8f66-b5e386ec66b3 - - - - -] Sending created Load Balancer d90bfc15-6d5a-40c3-b991-8d34b4041025 to the handler 2019-06-07 06:10:43.148 10552 INFO oslo_db.sqlalchemy.provision [req-1e937514-df5e-4740-8f66-b5e386ec66b3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.152 10552 INFO oslo_db.sqlalchemy.provision [req-1e937514-df5e-4740-8f66-b5e386ec66b3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN amibymwnbm 2019-06-07 06:10:43.152 10552 INFO oslo_db.sqlalchemy.provision [req-1e937514-df5e-4740-8f66-b5e386ec66b3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_qos [0.302515s] ... ok 2019-06-07 06:10:48.009 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] CREATE BACKEND sqlite:// TOKEN ehbuolpzdg 2019-06-07 06:10:48.215 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.219 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ehbuolpzdg 2019-06-07 06:10:48.220 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_models.AmphoraModelTest.test_load_balancer_relationship [0.218176s] ... ok 2019-06-07 06:10:40.248 10543 INFO oslo_db.sqlalchemy.provision [req-9b280f90-d031-47cc-89ca-41db8b362ecb - - - - -] CREATE BACKEND sqlite:// TOKEN uimwzmonvl 2019-06-07 06:10:40.410 10543 INFO octavia.common.config [req-9b280f90-d031-47cc-89ca-41db8b362ecb - - - - -] Logging enabled! 2019-06-07 06:10:40.411 10543 INFO octavia.common.config [req-9b280f90-d031-47cc-89ca-41db8b362ecb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.458 10543 WARNING octavia.api.root_controller [req-9b280f90-d031-47cc-89ca-41db8b362ecb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.484 10543 INFO octavia.api.v2.controllers.load_balancer [req-3c2c7f09-63b3-4998-a204-5ce0ed8a0120 - - - - -] Sending created Load Balancer a7602e21-9b3a-456a-ad72-eb068e02240e to the handler 2019-06-07 06:10:40.574 10543 INFO octavia.api.v2.controllers.pool [req-fae1802d-e189-4a07-981f-6af3ece8cd07 - - - - -] Sending Creation of Pool 240f69b5-1e4f-4bfa-9a28-6941bbca11b4 to handler 2019-06-07 06:10:40.690 10543 INFO octavia.api.v2.controllers.load_balancer [req-94c0e4a7-fb43-4ea0-b5ae-65bac26c7662 - - - - -] Sending created Load Balancer 6242e2a7-ffe4-4298-846e-1cf3cfc36818 to the handler 2019-06-07 06:10:40.785 10543 INFO octavia.api.v2.controllers.listener [req-d0f7e097-6535-481c-b60a-7dd1b2765dde - - - - -] Sending Creation of Listener a11582e5-ee56-40bc-a734-ab7cc24f24e8 to handler 2019-06-07 06:10:40.903 10543 INFO oslo_db.sqlalchemy.provision [req-aa89d5de-4ba9-49f5-b1c9-f05c741a1e67 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.907 10543 INFO oslo_db.sqlalchemy.provision [req-aa89d5de-4ba9-49f5-b1c9-f05c741a1e67 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uimwzmonvl 2019-06-07 06:10:40.907 10543 INFO oslo_db.sqlalchemy.provision [req-aa89d5de-4ba9-49f5-b1c9-f05c741a1e67 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_listener.TestListener.test_statistics_not_authorized [0.665752s] ... ok 2019-06-07 06:10:37.978 10541 INFO oslo_db.sqlalchemy.provision [req-104a6452-9e7c-423a-9702-3058cf64d776 - - - - -] CREATE BACKEND sqlite:// TOKEN zyoluhposy 2019-06-07 06:10:38.146 10541 INFO octavia.common.config [req-104a6452-9e7c-423a-9702-3058cf64d776 - - - - -] Logging enabled! 2019-06-07 06:10:38.147 10541 INFO octavia.common.config [req-104a6452-9e7c-423a-9702-3058cf64d776 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.193 10541 WARNING octavia.api.root_controller [req-104a6452-9e7c-423a-9702-3058cf64d776 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.225 10541 INFO octavia.api.v2.controllers.load_balancer [req-2401056f-56c0-4451-a382-7753395d1b07 - - - - -] Sending created Load Balancer b223bd24-1390-4050-b3d6-d0bb284a3d9f to the handler 2019-06-07 06:10:38.323 10541 INFO octavia.api.v2.controllers.listener [req-6eadc333-9576-4ec8-8288-9ddff07e3264 - - - - -] Sending Creation of Listener 2c1a2145-5f9c-49f2-b6ab-314b5a3da7fb to handler 2019-06-07 06:10:38.461 10541 INFO octavia.api.v2.controllers.pool [req-29e6bbe7-8137-4349-a584-a59e117c0b72 - - - - -] Sending Creation of Pool 02867f2c-c970-4d7c-9eb6-dd31b829b01e to handler 2019-06-07 06:10:38.674 10541 INFO octavia.api.v2.controllers.pool [req-2e30ceaa-da56-47f4-bbaa-fd7a5b711fe2 - - - - -] Sending Creation of Pool 9ff08828-4cef-43e0-baaa-e14fcea19c00 to handler 2019-06-07 06:10:38.920 10541 INFO octavia.api.v2.controllers.health_monitor [req-844b5029-0717-467d-a11f-e3a9d1e6c1c2 - - - - -] Sending Creation of Health Monitor ffa04d3a-34c1-46ea-b59d-880e66c82e26 to handler 2019-06-07 06:10:39.412 10541 INFO oslo_db.sqlalchemy.provision [req-11ac99bc-1009-43fd-8e48-677664c91953 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.416 10541 INFO oslo_db.sqlalchemy.provision [req-11ac99bc-1009-43fd-8e48-677664c91953 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zyoluhposy 2019-06-07 06:10:39.416 10541 INFO oslo_db.sqlalchemy.provision [req-11ac99bc-1009-43fd-8e48-677664c91953 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_not_authorized [1.446214s] ... ok 2019-06-07 06:10:44.492 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] CREATE BACKEND sqlite:// TOKEN dcirpxfnum 2019-06-07 06:10:44.700 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.704 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dcirpxfnum 2019-06-07 06:10:44.705 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_models.L7RuleModelTest.test_l7policy_relationship [0.219326s] ... ok 2019-06-07 06:10:42.436 10542 INFO oslo_db.sqlalchemy.provision [req-3dc2d597-5006-4946-a586-b293d4cc5ae4 - - - - -] CREATE BACKEND sqlite:// TOKEN sgdqanjddw 2019-06-07 06:10:42.604 10542 INFO octavia.common.config [req-3dc2d597-5006-4946-a586-b293d4cc5ae4 - - - - -] Logging enabled! 2019-06-07 06:10:42.606 10542 INFO octavia.common.config [req-3dc2d597-5006-4946-a586-b293d4cc5ae4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.659 10542 WARNING octavia.api.root_controller [req-3dc2d597-5006-4946-a586-b293d4cc5ae4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.690 10542 INFO octavia.api.v2.controllers.load_balancer [req-6e3b4997-9c40-4636-8e94-8b7ab29beb8a - - - - -] Sending created Load Balancer d7c531d4-419b-42b3-acc5-abf2069fd259 to the handler 2019-06-07 06:10:42.781 10542 INFO octavia.api.v2.controllers.listener [req-f90a4580-bb26-44cc-b511-6422d00a76e5 - - - - -] Sending Creation of Listener 8f5e3e5d-8483-49d0-8582-6e147db2990d to handler 2019-06-07 06:10:42.935 10542 INFO octavia.api.v2.controllers.l7policy [req-b4cbcdef-ef6c-469a-996e-a3d1bf000eef - - - - -] Sending Creation of L7Policy 21873212-ccff-4316-8b40-ad10fa68dbc6 to handler 2019-06-07 06:10:43.112 10542 ERROR octavia.api.v2.controllers.base [req-84a7abda-181d-420e-9fa0-978d67abae09 - - - - -] L7 Rule 797a477c-753c-4ce7-b989-028a2b3a7455 not found: None 2019-06-07 06:10:43.112 10542 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:43.112 10542 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:43.138 10542 INFO oslo_db.sqlalchemy.provision [req-84a7abda-181d-420e-9fa0-978d67abae09 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.141 10542 INFO oslo_db.sqlalchemy.provision [req-84a7abda-181d-420e-9fa0-978d67abae09 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sgdqanjddw 2019-06-07 06:10:43.142 10542 INFO oslo_db.sqlalchemy.provision [req-84a7abda-181d-420e-9fa0-978d67abae09 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_get [0.712017s] ... ok 2019-06-07 06:10:44.312 10547 INFO oslo_db.sqlalchemy.provision [req-0561fa61-535b-439a-a41c-f95a3e7d80ba - - - - -] CREATE BACKEND sqlite:// TOKEN ecefdqqzmf 2019-06-07 06:10:44.471 10547 INFO octavia.common.config [req-0561fa61-535b-439a-a41c-f95a3e7d80ba - - - - -] Logging enabled! 2019-06-07 06:10:44.472 10547 INFO octavia.common.config [req-0561fa61-535b-439a-a41c-f95a3e7d80ba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.516 10547 WARNING octavia.api.root_controller [req-0561fa61-535b-439a-a41c-f95a3e7d80ba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.594 10547 INFO oslo_db.sqlalchemy.provision [req-cd7b8db6-fe1b-497c-91cb-9ef03c0c2160 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.598 10547 INFO oslo_db.sqlalchemy.provision [req-cd7b8db6-fe1b-497c-91cb-9ef03c0c2160 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ecefdqqzmf 2019-06-07 06:10:44.599 10547 INFO oslo_db.sqlalchemy.provision [req-cd7b8db6-fe1b-497c-91cb-9ef03c0c2160 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_hms [0.294300s] ... ok 2019-06-07 06:10:43.920 10551 INFO oslo_db.sqlalchemy.provision [req-91731d9a-0217-4b1b-b026-0338a3e713a2 - - - - -] CREATE BACKEND sqlite:// TOKEN iuviuelgmp 2019-06-07 06:10:44.082 10551 INFO octavia.common.config [req-91731d9a-0217-4b1b-b026-0338a3e713a2 - - - - -] Logging enabled! 2019-06-07 06:10:44.083 10551 INFO octavia.common.config [req-91731d9a-0217-4b1b-b026-0338a3e713a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.127 10551 WARNING octavia.api.root_controller [req-91731d9a-0217-4b1b-b026-0338a3e713a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.154 10551 INFO octavia.api.v2.controllers.load_balancer [req-67a3267c-1676-4620-b141-d0c9a3aad51d - - - - -] Sending created Load Balancer 71d6f2b7-91d0-4f08-9b99-3bc6a971a293 to the handler 2019-06-07 06:10:44.244 10551 INFO octavia.api.v2.controllers.pool [req-d4aea30a-1574-498c-901e-8c770eb3f6d9 - - - - -] Sending Creation of Pool 391ce6bb-5b4a-41ba-8047-b063446e5ba5 to handler 2019-06-07 06:10:44.383 10551 INFO octavia.api.v2.controllers.listener [req-1da34fc7-94d0-42af-a13d-036aeb5ec94a - - - - -] Sending Creation of Listener 48af7af0-8a10-4330-8c16-ffd12b5fcaca to handler 2019-06-07 06:10:44.617 10551 INFO oslo_db.sqlalchemy.provision [req-ae237cc4-ef5c-4d06-b19e-f3e43a61cfa2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.621 10551 INFO oslo_db.sqlalchemy.provision [req-ae237cc4-ef5c-4d06-b19e-f3e43a61cfa2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iuviuelgmp 2019-06-07 06:10:44.621 10551 INFO oslo_db.sqlalchemy.provision [req-ae237cc4-ef5c-4d06-b19e-f3e43a61cfa2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_defaults [0.708840s] ... ok 2019-06-07 06:10:38.310 10550 INFO oslo_db.sqlalchemy.provision [req-e6e120da-a7a9-46b5-bf06-7c171ea830e1 - - - - -] CREATE BACKEND sqlite:// TOKEN kyhypfdebv 2019-06-07 06:10:38.475 10550 INFO octavia.common.config [req-e6e120da-a7a9-46b5-bf06-7c171ea830e1 - - - - -] Logging enabled! 2019-06-07 06:10:38.478 10550 INFO octavia.common.config [req-e6e120da-a7a9-46b5-bf06-7c171ea830e1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.531 10550 WARNING octavia.api.root_controller [req-e6e120da-a7a9-46b5-bf06-7c171ea830e1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.568 10550 INFO octavia.api.v2.controllers.load_balancer [req-35c488b6-fe72-46a9-a7ae-af13065beaf3 - - - - -] Sending created Load Balancer 15b68b38-6f85-4b78-8f5e-e2e42f1f2895 to the handler 2019-06-07 06:10:38.654 10550 INFO octavia.api.v2.controllers.listener [req-930eba13-f467-4f33-ab74-d17ce27fc59c - - - - -] Sending Creation of Listener b29db3dd-d143-462a-95c8-4f4caf6cb30a to handler 2019-06-07 06:10:38.790 10550 INFO octavia.api.v2.controllers.pool [req-4cd111a6-e099-46d7-9565-91aae2d965fa - - - - -] Sending Creation of Pool 2dbe499b-6baa-44c0-81f7-2ae367130290 to handler 2019-06-07 06:10:39.015 10550 INFO octavia.api.v2.controllers.pool [req-6fe4dd13-1010-492b-92a0-345e164f26df - - - - -] Sending Creation of Pool 0f575867-5083-402d-a6ce-494a236891c9 to handler 2019-06-07 06:10:39.251 10550 INFO oslo_db.sqlalchemy.provision [req-72e1dc0e-5e82-468d-98be-20f3d12502a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.255 10550 INFO oslo_db.sqlalchemy.provision [req-72e1dc0e-5e82-468d-98be-20f3d12502a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kyhypfdebv 2019-06-07 06:10:39.255 10550 INFO oslo_db.sqlalchemy.provision [req-72e1dc0e-5e82-468d-98be-20f3d12502a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_not_authorized [0.952528s] ... ok 2019-06-07 06:10:36.572 10531 INFO oslo_db.sqlalchemy.provision [req-618ff1b2-87ba-4a4b-a3bb-efa2c8fc1532 - - - - -] CREATE BACKEND sqlite:// TOKEN nkkqkesnwu 2019-06-07 06:10:36.757 10531 INFO octavia.common.config [req-618ff1b2-87ba-4a4b-a3bb-efa2c8fc1532 - - - - -] Logging enabled! 2019-06-07 06:10:36.758 10531 INFO octavia.common.config [req-618ff1b2-87ba-4a4b-a3bb-efa2c8fc1532 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:36.884 10531 WARNING octavia.api.root_controller [req-618ff1b2-87ba-4a4b-a3bb-efa2c8fc1532 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:36.962 10531 INFO octavia.api.v2.controllers.load_balancer [req-4ef57eef-32e5-4406-97cd-d7b05adafd14 - - - - -] Sending created Load Balancer c615b5fe-8bc9-42b8-a455-f3009670e3af to the handler 2019-06-07 06:10:37.188 10531 INFO octavia.api.v2.controllers.listener [req-c82a04e6-f608-4340-9964-0799ed503a6e - - - - -] Sending Creation of Listener 8d3787f6-8e83-4942-9d10-a3b7e59f7340 to handler 2019-06-07 06:10:37.531 10531 INFO octavia.api.v2.controllers.pool [req-566ce2ea-f3cf-41eb-8d89-b98945270aad - - - - -] Sending Creation of Pool 8983d8e1-cf20-44b2-969f-419a10d3433e to handler 2019-06-07 06:10:38.069 10531 INFO octavia.api.v2.controllers.l7policy [req-f3103263-3e0f-434d-b4da-4466b9195c48 - - - - -] Sending Creation of L7Policy 866adf78-d384-4f33-9f05-922508bb9844 to handler 2019-06-07 06:10:38.470 10531 INFO oslo_db.sqlalchemy.provision [req-1c3aa2ca-1055-465b-8363-ef154d9cf614 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.475 10531 INFO oslo_db.sqlalchemy.provision [req-1c3aa2ca-1055-465b-8363-ef154d9cf614 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nkkqkesnwu 2019-06-07 06:10:38.476 10531 INFO oslo_db.sqlalchemy.provision [req-1c3aa2ca-1055-465b-8363-ef154d9cf614 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_reject_policy [1.912051s] ... ok 2019-06-07 06:10:45.525 10528 INFO oslo_db.sqlalchemy.provision [req-faf453c9-12d3-400f-b1c3-4b5dbde5b36c - - - - -] CREATE BACKEND sqlite:// TOKEN cpmlkjivgt 2019-06-07 06:10:45.690 10528 INFO octavia.common.config [req-faf453c9-12d3-400f-b1c3-4b5dbde5b36c - - - - -] Logging enabled! 2019-06-07 06:10:45.691 10528 INFO octavia.common.config [req-faf453c9-12d3-400f-b1c3-4b5dbde5b36c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.737 10528 WARNING octavia.api.root_controller [req-faf453c9-12d3-400f-b1c3-4b5dbde5b36c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.762 10528 INFO octavia.api.v2.controllers.load_balancer [req-bd8b4acd-7c15-4eb7-a312-fcac536b7fb3 - - - - -] Sending created Load Balancer 313c6cc9-221b-4519-84bb-e4422ddc6ef1 to the handler 2019-06-07 06:10:45.847 10528 INFO octavia.api.v2.controllers.listener [req-cb73745d-5cb9-4df1-8f60-2cc7d785b8a1 - - - - -] Sending Creation of Listener dae951fb-cbcc-4e53-8a2b-8d5d49506b67 to handler 2019-06-07 06:10:45.997 10528 INFO octavia.api.v2.controllers.l7policy [req-19dd9221-c2cc-4f22-8736-470615dc4786 - - - - -] Sending Creation of L7Policy f8479a4f-9b95-43d7-b84c-f7b7b18f097f to handler 2019-06-07 06:10:46.290 10528 INFO octavia.api.v2.controllers.l7rule [req-52e025d9-2a13-451e-9b42-68556dd89679 - - - - -] Sending Creation of L7Rule dbbc7333-7e4b-40cd-bed7-eab8c73cf31e to handler 2019-06-07 06:10:46.520 10528 INFO oslo_db.sqlalchemy.provision [req-f7194761-037a-4623-938a-e28af1057157 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.524 10528 INFO oslo_db.sqlalchemy.provision [req-f7194761-037a-4623-938a-e28af1057157 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cpmlkjivgt 2019-06-07 06:10:46.524 10528 INFO oslo_db.sqlalchemy.provision [req-f7194761-037a-4623-938a-e28af1057157 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_with_bad_handler [1.006280s] ... ok 2019-06-07 06:10:40.222 10540 INFO oslo_db.sqlalchemy.provision [req-7fb54f34-aa71-4418-9a78-423375a08ca0 - - - - -] CREATE BACKEND sqlite:// TOKEN ldluwkhnlz 2019-06-07 06:10:40.383 10540 INFO octavia.common.config [req-7fb54f34-aa71-4418-9a78-423375a08ca0 - - - - -] Logging enabled! 2019-06-07 06:10:40.384 10540 INFO octavia.common.config [req-7fb54f34-aa71-4418-9a78-423375a08ca0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.430 10540 WARNING octavia.api.root_controller [req-7fb54f34-aa71-4418-9a78-423375a08ca0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.513 10540 INFO oslo_db.sqlalchemy.provision [req-d7996f1e-487c-4e13-823a-d70bbd497934 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.517 10540 INFO oslo_db.sqlalchemy.provision [req-d7996f1e-487c-4e13-823a-d70bbd497934 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ldluwkhnlz 2019-06-07 06:10:40.518 10540 INFO oslo_db.sqlalchemy.provision [req-d7996f1e-487c-4e13-823a-d70bbd497934 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_bad_rule [0.301771s] ... ok 2019-06-07 06:10:45.869 10559 INFO oslo_db.sqlalchemy.provision [req-044b77e3-082c-491c-a0e2-a8d8fb6b8e02 - - - - -] CREATE BACKEND sqlite:// TOKEN lvcbjhmhdh 2019-06-07 06:10:46.031 10559 INFO octavia.common.config [req-044b77e3-082c-491c-a0e2-a8d8fb6b8e02 - - - - -] Logging enabled! 2019-06-07 06:10:46.031 10559 INFO octavia.common.config [req-044b77e3-082c-491c-a0e2-a8d8fb6b8e02 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.077 10559 WARNING octavia.api.root_controller [req-044b77e3-082c-491c-a0e2-a8d8fb6b8e02 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.103 10559 INFO octavia.api.v2.controllers.load_balancer [req-43d597b8-2a67-4c57-806b-ff776dcda8e2 - - - - -] Sending created Load Balancer 433c0ed7-3e19-47a5-9fbd-e2b71305efc3 to the handler 2019-06-07 06:10:46.189 10559 INFO octavia.api.v2.controllers.listener [req-4bc655b4-4184-4f31-9eba-cb36c49442fe - - - - -] Sending Creation of Listener 3d2fdc54-1a41-4207-b1c5-aa9bbb519e10 to handler 2019-06-07 06:10:46.489 10559 INFO octavia.api.v2.controllers.l7policy [req-995c994b-a4ca-41ef-8460-292c327a8a74 - - - - -] Sending Creation of L7Policy 6c40ee6f-02e7-4b4c-ab64-909b2fa5ef04 to handler 2019-06-07 06:10:46.732 10559 INFO octavia.api.v2.controllers.l7rule [req-42d55483-990c-4e29-b64f-682ece840287 - - - - -] Sending Creation of L7Rule 03d7dd7b-3c27-4ce2-9948-b1f0431494c6 to handler 2019-06-07 06:10:47.049 10559 INFO octavia.api.v2.controllers.l7rule [req-d843ded3-cd08-4060-9069-98a9b3c2bf91 - e19474d0-534f-4a0c-b9f7-dcaf3f1aa29c - - -] Sending Update of L7Rule 03d7dd7b-3c27-4ce2-9948-b1f0431494c6 to handler 2019-06-07 06:10:47.236 10559 INFO oslo_db.sqlalchemy.provision [req-bf07e66c-7610-4aa8-846d-bdc5104e5c4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.240 10559 INFO oslo_db.sqlalchemy.provision [req-bf07e66c-7610-4aa8-846d-bdc5104e5c4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lvcbjhmhdh 2019-06-07 06:10:47.240 10559 INFO oslo_db.sqlalchemy.provision [req-bf07e66c-7610-4aa8-846d-bdc5104e5c4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_authorized [1.378133s] ... ok 2019-06-07 06:10:48.227 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] CREATE BACKEND sqlite:// TOKEN bczaqhucda 2019-06-07 06:10:48.419 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.422 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bczaqhucda 2019-06-07 06:10:48.423 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_models.MemberModelTest.test_create [0.202476s] ... ok 2019-06-07 06:10:44.114 10535 INFO oslo_db.sqlalchemy.provision [req-5d54327d-7ce3-4c0c-a938-a747089a1b72 - - - - -] CREATE BACKEND sqlite:// TOKEN cnasdbpqdi 2019-06-07 06:10:44.279 10535 INFO octavia.common.config [req-5d54327d-7ce3-4c0c-a938-a747089a1b72 - - - - -] Logging enabled! 2019-06-07 06:10:44.280 10535 INFO octavia.common.config [req-5d54327d-7ce3-4c0c-a938-a747089a1b72 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.327 10535 WARNING octavia.api.root_controller [req-5d54327d-7ce3-4c0c-a938-a747089a1b72 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.354 10535 INFO octavia.api.v2.controllers.load_balancer [req-3b535c2e-81b0-4f91-b93e-5df2550c9ec6 - - - - -] Sending created Load Balancer d2cee15f-a0dd-4357-b0ff-b5b6e4623eb2 to the handler 2019-06-07 06:10:44.441 10535 INFO octavia.api.v2.controllers.pool [req-a9a60505-8750-42da-9b8d-5211c2db1ec4 - - - - -] Sending Creation of Pool 472b9cb2-9a26-4898-be81-21c364afc833 to handler 2019-06-07 06:10:44.566 10535 INFO octavia.api.v2.controllers.listener [req-93001ef1-084c-4449-9f68-ad9e951c9916 - - - - -] Sending Creation of Listener 489a54a3-7d0d-4824-9a58-562d87219e2c to handler 2019-06-07 06:10:44.744 10535 INFO octavia.api.v2.controllers.listener [req-dd72cff2-d416-47e7-995b-ade61003d87a - - - - -] Sending Creation of Listener c307f435-21e4-41f7-951f-42d482f27d82 to handler 2019-06-07 06:10:44.949 10535 INFO octavia.api.v2.controllers.listener [req-934c0014-c170-4235-92df-b94d4f267c32 - - - - -] Sending Creation of Listener 10dcbdd2-a278-483c-bf38-11d87ed72456 to handler 2019-06-07 06:10:45.225 10535 INFO oslo_db.sqlalchemy.provision [req-562e3cd9-592e-4c69-9623-fa2be8a8ba02 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.229 10535 INFO oslo_db.sqlalchemy.provision [req-562e3cd9-592e-4c69-9623-fa2be8a8ba02 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cnasdbpqdi 2019-06-07 06:10:45.230 10535 INFO oslo_db.sqlalchemy.provision [req-562e3cd9-592e-4c69-9623-fa2be8a8ba02 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_sorted [1.121627s] ... ok 2019-06-07 06:10:43.266 10555 INFO oslo_db.sqlalchemy.provision [req-caf7562a-c247-4105-9000-d4788ef7ae69 - - - - -] CREATE BACKEND sqlite:// TOKEN vnlvuhzxgn 2019-06-07 06:10:43.436 10555 INFO octavia.common.config [req-caf7562a-c247-4105-9000-d4788ef7ae69 - - - - -] Logging enabled! 2019-06-07 06:10:43.437 10555 INFO octavia.common.config [req-caf7562a-c247-4105-9000-d4788ef7ae69 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.485 10555 WARNING octavia.api.root_controller [req-caf7562a-c247-4105-9000-d4788ef7ae69 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.511 10555 INFO octavia.api.v2.controllers.load_balancer [req-15ad9eb4-ca73-45a3-a4fc-6e785eec5c4e - - - - -] Sending created Load Balancer edbaaede-34ce-4c1c-a6b0-4993e140bc07 to the handler 2019-06-07 06:10:43.608 10555 INFO octavia.api.v2.controllers.pool [req-fb334764-f926-4b2c-bc5d-31a5d4b3746c - - - - -] Sending Creation of Pool 2a7bdacf-e840-4ae8-bbe2-aa80939d9731 to handler 2019-06-07 06:10:43.758 10555 INFO octavia.api.v2.controllers.listener [req-661e89b1-bb82-4604-95a1-6710c8d9478d - - - - -] Sending Creation of Listener 60e2a715-063a-4def-9fa2-db97ed9c207a to handler 2019-06-07 06:10:43.948 10555 INFO octavia.api.v2.controllers.listener [req-1e14324c-4f93-4df2-bb64-de7c5504beb3 - - - - -] Sending Deletion of Listener 60e2a715-063a-4def-9fa2-db97ed9c207a to handler 2019-06-07 06:10:44.208 10555 INFO oslo_db.sqlalchemy.provision [req-5fce325f-06c1-49b6-bc88-1b4b4232a3a8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.211 10555 INFO oslo_db.sqlalchemy.provision [req-5fce325f-06c1-49b6-bc88-1b4b4232a3a8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vnlvuhzxgn 2019-06-07 06:10:44.212 10555 INFO oslo_db.sqlalchemy.provision [req-5fce325f-06c1-49b6-bc88-1b4b4232a3a8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete [0.952175s] ... ok 2019-06-07 06:10:43.920 10553 INFO oslo_db.sqlalchemy.provision [req-e0b68487-74b6-4696-9b11-d1f2abe44573 - - - - -] CREATE BACKEND sqlite:// TOKEN vkprlnjkje 2019-06-07 06:10:44.085 10553 INFO octavia.common.config [req-e0b68487-74b6-4696-9b11-d1f2abe44573 - - - - -] Logging enabled! 2019-06-07 06:10:44.086 10553 INFO octavia.common.config [req-e0b68487-74b6-4696-9b11-d1f2abe44573 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.288 10553 WARNING octavia.api.root_controller [req-e0b68487-74b6-4696-9b11-d1f2abe44573 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.315 10553 INFO octavia.api.v2.controllers.load_balancer [req-72421782-673f-4ee1-b7b5-5bdb74067ad5 - - - - -] Sending created Load Balancer 78ca82bd-786f-4eb4-8269-fc7670b3ff32 to the handler 2019-06-07 06:10:44.405 10553 INFO octavia.api.v2.controllers.pool [req-161be31f-fc72-47fe-9d6e-5f19df68cc65 - - - - -] Sending Creation of Pool 3d7de08e-c40e-4e2f-87ea-46d61b9df821 to handler 2019-06-07 06:10:44.548 10553 INFO octavia.api.v2.controllers.listener [req-28ff84ab-f31b-43fd-b1f9-8f6ef4edd156 - - - - -] Sending Creation of Listener cd69178b-4e63-442e-8b91-80fb495f0adc to handler 2019-06-07 06:10:44.759 10553 INFO oslo_db.sqlalchemy.provision [req-f0b084de-b19e-4249-9e9d-1825dae2db30 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.762 10553 INFO oslo_db.sqlalchemy.provision [req-f0b084de-b19e-4249-9e9d-1825dae2db30 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vkprlnjkje 2019-06-07 06:10:44.763 10553 INFO oslo_db.sqlalchemy.provision [req-f0b084de-b19e-4249-9e9d-1825dae2db30 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_duplicate_fails [0.849789s] ... ok 2019-06-07 06:10:47.580 10537 INFO oslo_db.sqlalchemy.provision [req-aba9f831-f872-4648-986d-0804b75f4e27 - - - - -] CREATE BACKEND sqlite:// TOKEN uvlytrbism 2019-06-07 06:10:47.744 10537 INFO octavia.common.config [req-aba9f831-f872-4648-986d-0804b75f4e27 - - - - -] Logging enabled! 2019-06-07 06:10:47.745 10537 INFO octavia.common.config [req-aba9f831-f872-4648-986d-0804b75f4e27 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.790 10537 WARNING octavia.api.root_controller [req-aba9f831-f872-4648-986d-0804b75f4e27 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.822 10537 INFO octavia.api.v2.controllers.load_balancer [req-e77e3490-5d9d-4d79-8586-dcff0f107a89 - - - - -] Sending created Load Balancer 26f5563c-1fbc-4d5f-9f5b-d8f2e7358d89 to the handler 2019-06-07 06:10:47.912 10537 INFO octavia.api.v2.controllers.listener [req-1439c0c5-8ddd-4c9c-a0d8-a7c2c21341d3 - - - - -] Sending Creation of Listener 2d8691b2-158d-49fd-994f-7e1b4918a7a7 to handler 2019-06-07 06:10:48.054 10537 INFO octavia.api.v2.controllers.pool [req-abea09f9-02fd-4ce3-8c0f-7f51cfad243d - - - - -] Sending Creation of Pool 6b089887-6092-4a32-964f-b847792f8324 to handler 2019-06-07 06:10:48.285 10537 INFO octavia.api.v2.controllers.pool [req-86ec4057-650d-4153-8189-2c12696e0ff5 - - - - -] Sending Creation of Pool 221e98da-e586-4e7a-b6ae-9e1020bfb5e6 to handler 2019-06-07 06:10:48.563 10537 INFO octavia.api.v2.controllers.member [req-8badb4e0-2841-488e-94d7-4c06934efeeb - - - - -] Sending Creation of Member 5cb9ef4a-85d4-484c-8406-cdb0c16a9fbe to handler 2019-06-07 06:10:48.872 10537 INFO octavia.api.v2.controllers.member [req-2284f66c-13ec-4fc0-83a7-e4f3480dcc4a - - - - -] Sending Creation of Member 57e0a582-80ea-4845-837d-02f5f3d7d125 to handler 2019-06-07 06:10:49.137 10537 INFO octavia.api.v2.controllers.member [req-c4a4d2c7-658b-423a-a9c9-863185bedb5f - - - - -] Sending Creation of Member a2d1b66b-4311-44b7-95a4-587e0316883e to handler 2019-06-07 06:10:49.701 10537 INFO oslo_db.sqlalchemy.provision [req-65e66ac3-2b68-4701-b731-04ffe202e42f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.705 10537 INFO oslo_db.sqlalchemy.provision [req-65e66ac3-2b68-4701-b731-04ffe202e42f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uvlytrbism 2019-06-07 06:10:49.705 10537 INFO oslo_db.sqlalchemy.provision [req-65e66ac3-2b68-4701-b731-04ffe202e42f - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_limited [2.132678s] ... ok 2019-06-07 06:10:44.712 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] CREATE BACKEND sqlite:// TOKEN bqyjgeycvl 2019-06-07 06:10:45.029 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.033 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bqyjgeycvl 2019-06-07 06:10:45.033 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_l7policy_tree [0.327710s] ... ok 2019-06-07 06:10:50.307 10534 INFO oslo_db.sqlalchemy.provision [req-01421445-e7ee-4f78-af49-f6c567f9af26 - - - - -] CREATE BACKEND sqlite:// TOKEN mtkbvnjmag 2019-06-07 06:10:50.470 10534 INFO octavia.common.config [req-01421445-e7ee-4f78-af49-f6c567f9af26 - - - - -] Logging enabled! 2019-06-07 06:10:50.471 10534 INFO octavia.common.config [req-01421445-e7ee-4f78-af49-f6c567f9af26 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.516 10534 WARNING octavia.api.root_controller [req-01421445-e7ee-4f78-af49-f6c567f9af26 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.542 10534 INFO octavia.api.v2.controllers.load_balancer [req-cb098070-adfd-4183-871d-57a9a1d3556a - - - - -] Sending created Load Balancer cc78f53e-6fb8-4fda-8abd-e0691698dcc9 to the handler 2019-06-07 06:10:50.628 10534 INFO octavia.api.v2.controllers.listener [req-be1c7d42-1acf-47c5-8281-77941d640a27 - - - - -] Sending Creation of Listener c8b04b0f-beb1-461e-ac81-ab0b98a99fd8 to handler 2019-06-07 06:10:50.763 10534 INFO oslo_db.sqlalchemy.provision [req-781c751b-e8b2-4a58-a981-85ac8d16dbf6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.766 10534 INFO oslo_db.sqlalchemy.provision [req-781c751b-e8b2-4a58-a981-85ac8d16dbf6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mtkbvnjmag 2019-06-07 06:10:50.767 10534 INFO oslo_db.sqlalchemy.provision [req-781c751b-e8b2-4a58-a981-85ac8d16dbf6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_over_quota [0.467270s] ... ok 2019-06-07 06:10:45.133 10538 INFO oslo_db.sqlalchemy.provision [req-8480db27-1b2c-4900-b295-21373c0992ea - - - - -] CREATE BACKEND sqlite:// TOKEN tidxljpuvg 2019-06-07 06:10:45.296 10538 INFO octavia.common.config [req-8480db27-1b2c-4900-b295-21373c0992ea - - - - -] Logging enabled! 2019-06-07 06:10:45.297 10538 INFO octavia.common.config [req-8480db27-1b2c-4900-b295-21373c0992ea - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.343 10538 WARNING octavia.api.root_controller [req-8480db27-1b2c-4900-b295-21373c0992ea - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.369 10538 INFO octavia.api.v2.controllers.load_balancer [req-3eb8205f-eb73-4afb-9f7f-28d1f59d8a4e - - - - -] Sending created Load Balancer 612981b0-5127-47d6-8244-10ceafc20384 to the handler 2019-06-07 06:10:45.454 10538 INFO octavia.api.v2.controllers.listener [req-08b6635a-d4a0-4376-986a-3be111487ac2 - - - - -] Sending Creation of Listener 3890bf5d-60d3-40f9-a557-0ec0cd6cd048 to handler 2019-06-07 06:10:45.593 10538 INFO octavia.api.v2.controllers.l7policy [req-134b2f57-627c-43ef-bc21-27854465fc27 - - - - -] Sending Creation of L7Policy 53a38a34-469f-4b2a-8dd8-e22807e691c0 to handler 2019-06-07 06:10:45.830 10538 INFO octavia.api.v2.controllers.l7rule [req-51715030-c376-4d7d-925f-1247b3a76191 - - - - -] Sending Creation of L7Rule b9359684-6061-4ba6-8247-5a6f57615188 to handler 2019-06-07 06:10:46.041 10538 INFO octavia.api.v2.controllers.load_balancer [req-b5c5ebf5-6fa3-4e5c-b844-61799f1a6f5d - - - - -] Sending deleted Load Balancer 612981b0-5127-47d6-8244-10ceafc20384 to the handler 2019-06-07 06:10:46.087 10538 INFO octavia.api.v2.controllers.l7rule [req-0daf889f-c97b-4d29-b1cd-ecf5f1b227cc - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:46.112 10538 INFO oslo_db.sqlalchemy.provision [req-0daf889f-c97b-4d29-b1cd-ecf5f1b227cc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.116 10538 INFO oslo_db.sqlalchemy.provision [req-0daf889f-c97b-4d29-b1cd-ecf5f1b227cc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tidxljpuvg 2019-06-07 06:10:46.116 10538 INFO oslo_db.sqlalchemy.provision [req-0daf889f-c97b-4d29-b1cd-ecf5f1b227cc - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:47.532 10533 INFO oslo_db.sqlalchemy.provision [req-581e1b1d-f820-42dc-91d0-a9a25b6e161b - - - - -] CREATE BACKEND sqlite:// TOKEN ckidfftiyo 2019-06-07 06:10:47.693 10533 INFO octavia.common.config [req-581e1b1d-f820-42dc-91d0-a9a25b6e161b - - - - -] Logging enabled! 2019-06-07 06:10:47.694 10533 INFO octavia.common.config [req-581e1b1d-f820-42dc-91d0-a9a25b6e161b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.739 10533 WARNING octavia.api.root_controller [req-581e1b1d-f820-42dc-91d0-a9a25b6e161b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.992 10533 INFO octavia.api.v2.controllers.load_balancer [req-92ad5696-3ea6-46d8-8247-5fc72339d115 - - - - -] Sending created Load Balancer b5ae7417-85e8-4792-8183-9bff7d30a1d7 to the handler 2019-06-07 06:10:48.055 10533 INFO oslo_db.sqlalchemy.provision [req-92ad5696-3ea6-46d8-8247-5fc72339d115 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.058 10533 INFO oslo_db.sqlalchemy.provision [req-92ad5696-3ea6-46d8-8247-5fc72339d115 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ckidfftiyo 2019-06-07 06:10:48.059 10533 INFO oslo_db.sqlalchemy.provision [req-92ad5696-3ea6-46d8-8247-5fc72339d115 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_one_redirect_url_with_default_pool [0.534805s] ... ok {10} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_when_lb_pending_delete [0.989418s] ... ok 2019-06-07 06:10:48.430 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] CREATE BACKEND sqlite:// TOKEN mawvlheybi 2019-06-07 06:10:48.755 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.759 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mawvlheybi 2019-06-07 06:10:48.759 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_member_tree [0.344532s] ... ok 2019-06-07 06:10:39.658 10530 INFO oslo_db.sqlalchemy.provision [req-1b734308-3f75-4821-8b0a-ff5a6a9fa7ba - - - - -] CREATE BACKEND sqlite:// TOKEN zwmfhcuimg 2019-06-07 06:10:39.824 10530 INFO octavia.common.config [req-1b734308-3f75-4821-8b0a-ff5a6a9fa7ba - - - - -] Logging enabled! 2019-06-07 06:10:39.825 10530 INFO octavia.common.config [req-1b734308-3f75-4821-8b0a-ff5a6a9fa7ba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.871 10530 WARNING octavia.api.root_controller [req-1b734308-3f75-4821-8b0a-ff5a6a9fa7ba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.897 10530 INFO octavia.api.v2.controllers.load_balancer [req-1c61eee1-fbbf-4a0d-84ad-1d2eba3ebe61 - - - - -] Sending created Load Balancer 46f4463f-0ac3-44c2-a969-ccc9120d363a to the handler 2019-06-07 06:10:39.985 10530 INFO octavia.api.v2.controllers.pool [req-5937e7b5-417f-4417-8ab2-59fcc5afdc18 - - - - -] Sending Creation of Pool 469558a4-774e-460c-bdc3-4d4fcd4b1926 to handler 2019-06-07 06:10:40.133 10530 INFO oslo_db.sqlalchemy.provision [req-379bb49d-46c7-4ee9-b800-5cd01c22690e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.137 10530 INFO oslo_db.sqlalchemy.provision [req-379bb49d-46c7-4ee9-b800-5cd01c22690e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zwmfhcuimg 2019-06-07 06:10:40.137 10530 INFO oslo_db.sqlalchemy.provision [req-379bb49d-46c7-4ee9-b800-5cd01c22690e - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_bad_tls_ref [0.487655s] ... ok 2019-06-07 06:10:39.195 10549 INFO oslo_db.sqlalchemy.provision [req-4f409976-c279-4baa-95f1-18333122a4d8 - - - - -] CREATE BACKEND sqlite:// TOKEN gfwtitobzh 2019-06-07 06:10:39.359 10549 INFO octavia.common.config [req-4f409976-c279-4baa-95f1-18333122a4d8 - - - - -] Logging enabled! 2019-06-07 06:10:39.359 10549 INFO octavia.common.config [req-4f409976-c279-4baa-95f1-18333122a4d8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.405 10549 WARNING octavia.api.root_controller [req-4f409976-c279-4baa-95f1-18333122a4d8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.433 10549 INFO octavia.api.v2.controllers.load_balancer [req-8155fc29-a89c-4030-99aa-ec7cca278027 - - - - -] Sending created Load Balancer 22521e3e-719f-482e-8d90-6bda05e89a66 to the handler 2019-06-07 06:10:39.517 10549 INFO octavia.api.v2.controllers.listener [req-8a7cce50-d131-4194-bf73-a2953f271c56 - - - - -] Sending Creation of Listener c52d1995-6d8a-4eee-bf58-bed9ed373831 to handler 2019-06-07 06:10:39.642 10549 INFO octavia.api.v2.controllers.pool [req-004822ee-0ef0-490c-85c1-bdb77de69868 - - - - -] Sending Creation of Pool 8e6ad30a-eef0-42c9-a370-81be72071e0c to handler 2019-06-07 06:10:39.799 10549 INFO oslo_db.sqlalchemy.provision [req-5f77d214-7821-4a4e-9c7f-72486575d7b3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.802 10549 INFO oslo_db.sqlalchemy.provision [req-5f77d214-7821-4a4e-9c7f-72486575d7b3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gfwtitobzh 2019-06-07 06:10:39.803 10549 INFO oslo_db.sqlalchemy.provision [req-5f77d214-7821-4a4e-9c7f-72486575d7b3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_create_redirect_to_url [0.614808s] ... ok 2019-06-07 06:10:36.808 10529 INFO oslo_db.sqlalchemy.provision [req-2f109cdf-24b8-4f30-8b06-e866ed2a27e2 - - - - -] CREATE BACKEND sqlite:// TOKEN qfzgkovnay 2019-06-07 06:10:36.974 10529 INFO octavia.common.config [req-2f109cdf-24b8-4f30-8b06-e866ed2a27e2 - - - - -] Logging enabled! 2019-06-07 06:10:36.975 10529 INFO octavia.common.config [req-2f109cdf-24b8-4f30-8b06-e866ed2a27e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.233 10529 WARNING octavia.api.root_controller [req-2f109cdf-24b8-4f30-8b06-e866ed2a27e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.267 10529 INFO octavia.api.v2.controllers.load_balancer [req-7517e226-c17f-4411-b1a4-b0ae47963322 - - - - -] Sending created Load Balancer a23154a0-702f-4378-bee2-d648601eb90e to the handler 2019-06-07 06:10:37.375 10529 INFO octavia.api.v2.controllers.amphora [req-3052e02f-0458-4457-b684-6702de3587a9 - - - - -] Sending failover request for amphora e731b89b-8d40-44d8-a626-01807522a1b9 to the handler 2019-06-07 06:10:37.402 10529 INFO oslo_db.sqlalchemy.provision [req-3052e02f-0458-4457-b684-6702de3587a9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.406 10529 INFO oslo_db.sqlalchemy.provision [req-3052e02f-0458-4457-b684-6702de3587a9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qfzgkovnay 2019-06-07 06:10:37.407 10529 INFO oslo_db.sqlalchemy.provision [req-3052e02f-0458-4457-b684-6702de3587a9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_failover [0.605820s] ... ok 2019-06-07 06:10:38.063 10545 INFO oslo_db.sqlalchemy.provision [req-139fd1dd-b21c-4dd7-9528-7e7db23c8092 - - - - -] CREATE BACKEND sqlite:// TOKEN uprlpqybmr 2019-06-07 06:10:38.247 10545 INFO octavia.common.config [req-139fd1dd-b21c-4dd7-9528-7e7db23c8092 - - - - -] Logging enabled! 2019-06-07 06:10:38.248 10545 INFO octavia.common.config [req-139fd1dd-b21c-4dd7-9528-7e7db23c8092 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.293 10545 WARNING octavia.api.root_controller [req-139fd1dd-b21c-4dd7-9528-7e7db23c8092 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.328 10545 INFO octavia.api.v2.controllers.load_balancer [req-61527f87-f86c-42e5-b2fb-64d02a2b3a29 - - - - -] Sending created Load Balancer ace6c243-08d6-485e-82ca-f35bd9df4b59 to the handler 2019-06-07 06:10:38.420 10545 INFO octavia.api.v2.controllers.listener [req-62d85aa5-9a4c-464f-b3fc-35df9ee73e05 - - - - -] Sending Creation of Listener 37513ec6-adce-42f0-8e82-2f9569c1e075 to handler 2019-06-07 06:10:38.559 10545 INFO octavia.api.v2.controllers.pool [req-717db07e-b378-4cc0-9756-a3d209283868 - - - - -] Sending Creation of Pool c32ab2f0-06e8-41db-86b1-887258b7fc01 to handler 2019-06-07 06:10:38.793 10545 INFO octavia.api.v2.controllers.pool [req-849811a3-a3a9-4af0-9daa-498d18b4d1ec - - - - -] Sending Creation of Pool 8b0466b7-72d7-42ea-b741-3c0f74f9c213 to handler 2019-06-07 06:10:39.035 10545 INFO octavia.api.v2.controllers.health_monitor [req-b9d836d7-8fb9-47e9-bb90-862e35dd1c1b - - - - -] Sending Creation of Health Monitor c3b56ac7-d415-470c-836a-c709dab599f3 to handler 2019-06-07 06:10:39.353 10545 INFO oslo_db.sqlalchemy.provision [req-e5f33f8f-a972-4688-b67c-e14ea3b0d14a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.356 10545 INFO oslo_db.sqlalchemy.provision [req-e5f33f8f-a972-4688-b67c-e14ea3b0d14a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uprlpqybmr 2019-06-07 06:10:39.357 10545 INFO oslo_db.sqlalchemy.provision [req-e5f33f8f-a972-4688-b67c-e14ea3b0d14a - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_duplicate_create [1.301322s] ... ok 2019-06-07 06:10:45.040 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] CREATE BACKEND sqlite:// TOKEN yzyhkgjqvj 2019-06-07 06:10:45.396 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.400 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yzyhkgjqvj 2019-06-07 06:10:45.400 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_enable_with_reject_to_rdr_pool [0.366404s] ... ok 2019-06-07 06:10:40.915 10543 INFO oslo_db.sqlalchemy.provision [req-aa89d5de-4ba9-49f5-b1c9-f05c741a1e67 - - - - -] CREATE BACKEND sqlite:// TOKEN qladndzvrt 2019-06-07 06:10:41.088 10543 INFO octavia.common.config [req-aa89d5de-4ba9-49f5-b1c9-f05c741a1e67 - - - - -] Logging enabled! 2019-06-07 06:10:41.089 10543 INFO octavia.common.config [req-aa89d5de-4ba9-49f5-b1c9-f05c741a1e67 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.142 10543 WARNING octavia.api.root_controller [req-aa89d5de-4ba9-49f5-b1c9-f05c741a1e67 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.183 10543 INFO oslo_db.sqlalchemy.provision [req-7c5182ab-575a-4b73-bdb4-924939f4c345 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.186 10543 INFO oslo_db.sqlalchemy.provision [req-7c5182ab-575a-4b73-bdb4-924939f4c345 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qladndzvrt 2019-06-07 06:10:41.187 10543 INFO oslo_db.sqlalchemy.provision [req-7c5182ab-575a-4b73-bdb4-924939f4c345 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_and_address_no_subnet_match [0.278417s] ... ok 2019-06-07 06:10:47.341 10548 INFO oslo_db.sqlalchemy.provision [req-5ffe48f3-907d-452f-9312-284c1f0a4d26 - - - - -] CREATE BACKEND sqlite:// TOKEN dzduwuckzi 2019-06-07 06:10:47.677 10548 INFO octavia.common.config [req-5ffe48f3-907d-452f-9312-284c1f0a4d26 - - - - -] Logging enabled! 2019-06-07 06:10:47.678 10548 INFO octavia.common.config [req-5ffe48f3-907d-452f-9312-284c1f0a4d26 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.777 10548 WARNING octavia.api.root_controller [req-5ffe48f3-907d-452f-9312-284c1f0a4d26 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.832 10548 INFO octavia.api.v2.controllers.load_balancer [req-2771fa7b-7cab-48fc-8e3a-b7c131eafe7b - - - - -] Sending created Load Balancer 719f0cf0-689d-43c7-9a0c-049099cbe7cd to the handler 2019-06-07 06:10:48.018 10548 INFO octavia.api.v2.controllers.pool [req-327c9a04-afb8-44a8-b22a-9800ea064c5c - - - - -] Sending Creation of Pool 26b92c05-478c-4006-a840-91cd2e6d46f4 to handler 2019-06-07 06:10:48.323 10548 INFO octavia.api.v2.controllers.listener [req-70c48c7c-694f-44c0-b631-31975c437f1f - - - - -] Sending Creation of Listener ab5b4e64-312f-475b-a209-04f38b86e7b1 to handler 2019-06-07 06:10:48.580 10548 INFO oslo_db.sqlalchemy.provision [req-7cc48c0a-badb-424a-8ef4-8095f17125e0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.584 10548 INFO oslo_db.sqlalchemy.provision [req-7cc48c0a-badb-424a-8ef4-8095f17125e0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dzduwuckzi 2019-06-07 06:10:48.584 10548 INFO oslo_db.sqlalchemy.provision [req-7cc48c0a-badb-424a-8ef4-8095f17125e0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_sni_data [1.250233s] ... ok 2019-06-07 06:10:44.794 10536 INFO oslo_db.sqlalchemy.provision [req-342b80a4-6744-469b-b3e2-f41130ce2dde - - - - -] CREATE BACKEND sqlite:// TOKEN djqziqyosz 2019-06-07 06:10:44.957 10536 INFO octavia.common.config [req-342b80a4-6744-469b-b3e2-f41130ce2dde - - - - -] Logging enabled! 2019-06-07 06:10:44.958 10536 INFO octavia.common.config [req-342b80a4-6744-469b-b3e2-f41130ce2dde - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.003 10536 WARNING octavia.api.root_controller [req-342b80a4-6744-469b-b3e2-f41130ce2dde - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.025 10536 INFO octavia.api.v1.controllers.load_balancer [req-cd747d72-f69b-4bc0-bf61-45648537d280 - - - - -] Sending created Load Balancer f23dc8ec-2a1d-4066-856a-29a46430cf86 to the handler 2019-06-07 06:10:45.097 10536 INFO octavia.api.v1.controllers.listener [req-81f8061f-6185-49a1-87a5-c9ac7c405190 - - - - -] Sending Creation of Listener 66d04cee-a4e2-4ea2-ad65-92f7dc527da7 to handler 2019-06-07 06:10:45.264 10536 INFO octavia.api.v1.controllers.l7policy [req-41f9bcbe-b00d-47f3-816f-dc03489b2d2c - - - - -] Sending Creation of L7Policy 939b62f7-cb64-4783-b98d-d8bb8ecb463a to handler 2019-06-07 06:10:45.423 10536 INFO octavia.api.v1.controllers.l7rule [req-16ec3456-ea52-49b6-b224-01d0a45b8c52 - - - - -] Sending Creation of L7Rule 9988b609-96ae-4335-8084-84f4364a46db to handler 2019-06-07 06:10:45.517 10536 INFO octavia.api.v1.controllers.load_balancer [req-566c2ab8-47ba-43a8-93a8-e14a5cd434e4 - - - - -] Sending updated Load Balancer f23dc8ec-2a1d-4066-856a-29a46430cf86 to the handler 2019-06-07 06:10:45.597 10536 INFO octavia.api.v1.controllers.l7rule [req-ff87760e-e003-4038-b79d-87c5b5d4f10f - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:45.642 10536 INFO oslo_db.sqlalchemy.provision [req-ff87760e-e003-4038-b79d-87c5b5d4f10f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.646 10536 INFO oslo_db.sqlalchemy.provision [req-ff87760e-e003-4038-b79d-87c5b5d4f10f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN djqziqyosz 2019-06-07 06:10:45.646 10536 INFO oslo_db.sqlalchemy.provision [req-ff87760e-e003-4038-b79d-87c5b5d4f10f - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_when_lb_pending_update [0.859557s] ... ok 2019-06-07 06:10:40.522 10539 INFO oslo_db.sqlalchemy.provision [req-43885302-1a3c-4983-80b2-070b25b7d0be - - - - -] CREATE BACKEND sqlite:// TOKEN ittgciozmd 2019-06-07 06:10:40.694 10539 INFO octavia.common.config [req-43885302-1a3c-4983-80b2-070b25b7d0be - - - - -] Logging enabled! 2019-06-07 06:10:40.695 10539 INFO octavia.common.config [req-43885302-1a3c-4983-80b2-070b25b7d0be - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.741 10539 WARNING octavia.api.root_controller [req-43885302-1a3c-4983-80b2-070b25b7d0be - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.770 10539 INFO octavia.api.v2.controllers.load_balancer [req-f466bb5c-4359-4149-8093-1f6f81b8d7ec - - - - -] Sending created Load Balancer a87a02bb-efeb-4367-8c98-e558dfa68a7c to the handler 2019-06-07 06:10:40.858 10539 INFO octavia.api.v2.controllers.listener [req-98a14c47-a1c6-4be0-b831-0e5ef2191210 - - - - -] Sending Creation of Listener d05d0dd6-4575-4cc6-9bb1-bfaf8cd56e4c to handler 2019-06-07 06:10:41.008 10539 INFO octavia.api.v2.controllers.l7policy [req-eb6b3bf6-6584-4614-aba9-9a5d2940057b - - - - -] Sending Creation of L7Policy 8704c547-e45a-4081-b05c-617598e89ce8 to handler 2019-06-07 06:10:41.295 10539 INFO octavia.api.v2.controllers.l7rule [req-55ba7c60-632a-4f1b-9dfb-39da82b49d2b - - - - -] Sending Creation of L7Rule 98ff07a3-154b-4d37-a782-ec615862cdb1 to handler 2019-06-07 06:10:41.622 10539 INFO octavia.api.v2.controllers.l7rule [req-722321e5-97a5-45cc-a0ce-2ea5c7947ff7 - - - - -] Sending Creation of L7Rule 7689f801-a428-4226-864f-d91bc29b1020 to handler 2019-06-07 06:10:42.184 10539 INFO octavia.api.v2.controllers.l7rule [req-9e20be6c-d129-4519-9e93-6bf15237726d - - - - -] Sending Creation of L7Rule 0e54915c-d616-4427-b38b-5f20587d1255 to handler 2019-06-07 06:10:42.620 10539 INFO octavia.api.v2.controllers.l7rule [req-f5c20458-c1d4-4f0f-9c3b-e6e3c96a9a82 - - - - -] Sending Creation of L7Rule 6c573d4d-2511-465d-8449-5aab86f6856a to handler 2019-06-07 06:10:43.111 10539 INFO octavia.api.v2.controllers.l7rule [req-08cd1c21-0270-4606-8439-5e1ef336fd95 - - - - -] Sending Creation of L7Rule 2d72d695-570b-42cd-92b9-7d916df6d88c to handler 2019-06-07 06:10:43.637 10539 INFO octavia.api.v2.controllers.l7rule [req-4e82794c-ddc1-4d2a-8116-273deeeecbf8 - - - - -] Sending Creation of L7Rule 61741ae1-47b1-4ab3-89ba-43a9f179c6cc to handler 2019-06-07 06:10:44.261 10539 INFO octavia.api.v2.controllers.l7rule [req-d2c697b5-a2ce-4f30-b85a-bacce6c6c286 - - - - -] Sending Creation of L7Rule ec6b9429-392d-4480-b895-67ae409cbc19 to handler 2019-06-07 06:10:44.904 10539 INFO octavia.api.v2.controllers.l7rule [req-0066f7fd-8f1b-417a-bcd6-f170ad7c3a8b - - - - -] Sending Creation of L7Rule 753412e0-083a-4403-98f6-5acd7e795bd6 to handler 2019-06-07 06:10:45.632 10539 INFO octavia.api.v2.controllers.l7rule [req-278e70cf-80bc-4247-a033-14bc204b215d - - - - -] Sending Creation of L7Rule fa3f480d-15ab-4ca8-a734-12cfdeac26a0 to handler 2019-06-07 06:10:46.451 10539 INFO octavia.api.v2.controllers.l7rule [req-8926a0c4-c7ee-402b-92ea-0c44b5fe0e44 - - - - -] Sending Creation of L7Rule 3d080419-d9f8-4e40-8237-b68c5f0e2726 to handler 2019-06-07 06:10:47.345 10539 INFO octavia.api.v2.controllers.l7rule [req-e6880e98-0294-4726-91f5-e8153ee72af2 - - - - -] Sending Creation of L7Rule deda36e2-8cbc-42b2-ab43-4b6e335a9094 to handler 2019-06-07 06:10:48.306 10539 INFO octavia.api.v2.controllers.l7rule [req-06673f50-4d1e-4d9f-8cd7-efdb3f2bac77 - - - - -] Sending Creation of L7Rule e8003274-5567-4d5a-8a7e-e0b8701e253e to handler 2019-06-07 06:10:49.320 10539 INFO octavia.api.v2.controllers.l7rule [req-9e8fab04-8852-4691-95f0-f3ee9f4c01ea - - - - -] Sending Creation of L7Rule 8a92279a-4020-46d6-af95-fbaf8bfe6807 to handler 2019-06-07 06:10:50.389 10539 INFO octavia.api.v2.controllers.l7rule [req-9364c593-b90c-4987-ad29-42eb3c9c8083 - - - - -] Sending Creation of L7Rule 879c1d93-0a81-48e9-b50c-1620b3ffc640 to handler 2019-06-07 06:10:51.508 10539 INFO octavia.api.v2.controllers.l7rule [req-8015f306-65ca-4b4c-a359-7849cdc8787e - - - - -] Sending Creation of L7Rule 27ec10f1-e23e-4a88-bce0-a2784aa36c82 to handler 2019-06-07 06:10:52.626 10539 INFO octavia.api.v2.controllers.l7rule [req-e8713d29-bfff-4fc2-be7f-05493ba315b5 - - - - -] Sending Creation of L7Rule 0d26cd4b-a455-412d-a56b-804c405439fa to handler 2019-06-07 06:10:53.434 10539 INFO octavia.api.v2.controllers.l7rule [req-470cea80-0d4e-4ead-b8b4-fd644fa4a72c - - - - -] Sending Creation of L7Rule bb2803d1-2f73-4c04-98f1-55264de8f60e to handler 2019-06-07 06:10:54.201 10539 INFO octavia.api.v2.controllers.l7rule [req-28ce4d01-fd6d-49f9-9ed8-2d0898a368f8 - - - - -] Sending Creation of L7Rule 82cab91d-917c-4026-a81e-afb6d9e3a530 to handler 2019-06-07 06:10:55.035 10539 INFO octavia.api.v2.controllers.l7rule [req-d632b679-ce11-4e6c-b4fa-94dc8391a298 - - - - -] Sending Creation of L7Rule 04fbf176-55b8-4283-8b97-e1b038b73882 to handler 2019-06-07 06:10:55.899 10539 INFO octavia.api.v2.controllers.l7rule [req-cfb02215-7a71-44a5-a66d-e84cefb1c67f - - - - -] Sending Creation of L7Rule 7d2c339f-dd4d-49de-a593-b540f97da920 to handler 2019-06-07 06:10:56.795 10539 INFO octavia.api.v2.controllers.l7rule [req-78444a78-dcfe-46b7-9e9d-7300553fcf74 - - - - -] Sending Creation of L7Rule 9254597b-e484-430e-b035-559f3c370022 to handler 2019-06-07 06:10:57.741 10539 INFO octavia.api.v2.controllers.l7rule [req-eb19c06f-0425-4638-87b2-997eebaacf64 - - - - -] Sending Creation of L7Rule f5a5657d-46fd-415e-b6bf-75a5344b3bfb to handler 2019-06-07 06:10:58.726 10539 INFO octavia.api.v2.controllers.l7rule [req-e897cde3-962b-495c-b6ff-0412b0103406 - - - - -] Sending Creation of L7Rule c049889c-4b09-4680-b995-74462557cae5 to handler 2019-06-07 06:10:44.629 10551 INFO oslo_db.sqlalchemy.provision [req-ae237cc4-ef5c-4d06-b19e-f3e43a61cfa2 - - - - -] CREATE BACKEND sqlite:// TOKEN uxwklkrnkj 2019-06-07 06:10:44.790 10551 INFO octavia.common.config [req-ae237cc4-ef5c-4d06-b19e-f3e43a61cfa2 - - - - -] Logging enabled! 2019-06-07 06:10:44.791 10551 INFO octavia.common.config [req-ae237cc4-ef5c-4d06-b19e-f3e43a61cfa2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.837 10551 WARNING octavia.api.root_controller [req-ae237cc4-ef5c-4d06-b19e-f3e43a61cfa2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.870 10551 INFO oslo_db.sqlalchemy.provision [req-29723702-31fb-47e8-9768-5f3b7b7aa7e5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.874 10551 INFO oslo_db.sqlalchemy.provision [req-29723702-31fb-47e8-9768-5f3b7b7aa7e5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uxwklkrnkj 2019-06-07 06:10:44.874 10551 INFO oslo_db.sqlalchemy.provision [req-29723702-31fb-47e8-9768-5f3b7b7aa7e5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_no_project_id [0.251481s] ... ok 2019-06-07 06:10:48.775 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] CREATE BACKEND sqlite:// TOKEN vzlfrlvxah 2019-06-07 06:10:49.129 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.133 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vzlfrlvxah 2019-06-07 06:10:49.134 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_amphora_delete [0.364892s] ... ok 2019-06-07 06:10:44.003 10544 INFO oslo_db.sqlalchemy.provision [req-fa9db26c-6e1f-4c61-9766-b1986175f856 - - - - -] CREATE BACKEND sqlite:// TOKEN mfaqchtlbz 2019-06-07 06:10:44.167 10544 INFO octavia.common.config [req-fa9db26c-6e1f-4c61-9766-b1986175f856 - - - - -] Logging enabled! 2019-06-07 06:10:44.168 10544 INFO octavia.common.config [req-fa9db26c-6e1f-4c61-9766-b1986175f856 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.216 10544 WARNING octavia.api.root_controller [req-fa9db26c-6e1f-4c61-9766-b1986175f856 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.243 10544 INFO octavia.api.v2.controllers.load_balancer [req-4a60ea58-f8e4-49f3-8fd2-d31425c38604 - - - - -] Sending created Load Balancer c75fc7de-aef7-4bf4-ac60-faf57e78d1a1 to the handler 2019-06-07 06:10:44.328 10544 INFO octavia.api.v2.controllers.listener [req-2938c30c-8f7a-44fb-bc1c-3bf25c46e8cd - - - - -] Sending Creation of Listener 10d3aa76-8a21-4b0c-b7c4-3f2a68878a41 to handler 2019-06-07 06:10:44.470 10544 INFO octavia.api.v2.controllers.listener [req-78a4d57f-da72-4066-bdd4-29b1ea638d3b - - - - -] Sending Creation of Listener 90e221c8-0998-4085-88ba-100ac322c426 to handler 2019-06-07 06:10:44.556 10544 INFO oslo_db.sqlalchemy.provision [req-d4b54b71-133b-485f-9bf2-41870740a343 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.560 10544 INFO oslo_db.sqlalchemy.provision [req-d4b54b71-133b-485f-9bf2-41870740a343 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mfaqchtlbz 2019-06-07 06:10:44.560 10544 INFO oslo_db.sqlalchemy.provision [req-d4b54b71-133b-485f-9bf2-41870740a343 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:43.160 10552 INFO oslo_db.sqlalchemy.provision [req-1e937514-df5e-4740-8f66-b5e386ec66b3 - - - - -] CREATE BACKEND sqlite:// TOKEN liwxnqalww 2019-06-07 06:10:43.336 10552 INFO octavia.common.config [req-1e937514-df5e-4740-8f66-b5e386ec66b3 - - - - -] Logging enabled! 2019-06-07 06:10:43.337 10552 INFO octavia.common.config [req-1e937514-df5e-4740-8f66-b5e386ec66b3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.397 10552 WARNING octavia.api.root_controller [req-1e937514-df5e-4740-8f66-b5e386ec66b3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.426 10552 INFO octavia.api.v2.controllers.load_balancer [req-57a5f92d-c39c-4f0c-a053-d7dfd9f08011 - - - - -] Sending created Load Balancer fa7f93dd-72eb-4377-a25e-292096e18c8f to the handler 2019-06-07 06:10:43.666 10552 INFO octavia.api.v2.controllers.load_balancer [req-bcaa1da5-5c99-4d91-811f-e8ea0f77e119 - - - - -] Sending updated Load Balancer fa7f93dd-72eb-4377-a25e-292096e18c8f to the handler 2019-06-07 06:10:43.719 10552 INFO octavia.api.v2.controllers.load_balancer [req-6bde0363-3351-4da6-a045-b0f33b37b2e5 - - - - -] Invalid state PENDING_UPDATE of loadbalancer resource fa7f93dd-72eb-4377-a25e-292096e18c8f 2019-06-07 06:10:43.747 10552 INFO oslo_db.sqlalchemy.provision [req-6bde0363-3351-4da6-a045-b0f33b37b2e5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.750 10552 INFO oslo_db.sqlalchemy.provision [req-6bde0363-3351-4da6-a045-b0f33b37b2e5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN liwxnqalww 2019-06-07 06:10:43.751 10552 INFO oslo_db.sqlalchemy.provision [req-6bde0363-3351-4da6-a045-b0f33b37b2e5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_pending_update [0.759100s] ... ok 2019-06-07 06:10:40.993 10557 INFO oslo_db.sqlalchemy.provision [req-e1f0e1f4-81db-4ff2-8e72-2f1cdf6f6f10 - - - - -] CREATE BACKEND sqlite:// TOKEN dsuwyrsiba 2019-06-07 06:10:41.160 10557 INFO octavia.common.config [req-e1f0e1f4-81db-4ff2-8e72-2f1cdf6f6f10 - - - - -] Logging enabled! 2019-06-07 06:10:41.161 10557 INFO octavia.common.config [req-e1f0e1f4-81db-4ff2-8e72-2f1cdf6f6f10 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.206 10557 WARNING octavia.api.root_controller [req-e1f0e1f4-81db-4ff2-8e72-2f1cdf6f6f10 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.238 10557 INFO octavia.api.v2.controllers.load_balancer [req-fb64182b-e52c-4169-b7eb-b5b0c3a02d89 - - - - -] Sending created Load Balancer 0c529375-f0a2-4c44-b66f-ba78752e9a6e to the handler 2019-06-07 06:10:41.427 10557 INFO oslo_db.sqlalchemy.provision [req-ef1252a3-a529-441a-8e99-758a042c839e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.431 10557 INFO oslo_db.sqlalchemy.provision [req-ef1252a3-a529-441a-8e99-758a042c839e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dsuwyrsiba 2019-06-07 06:10:41.431 10557 INFO oslo_db.sqlalchemy.provision [req-ef1252a3-a529-441a-8e99-758a042c839e - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_multiple_listeners [0.563938s] ... ok {29} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_limited [0.446420s] ... ok 2019-06-07 06:10:47.840 10532 INFO oslo_db.sqlalchemy.provision [req-9b51c47f-0f93-4650-9c29-f6a9c00d7f64 - - - - -] CREATE BACKEND sqlite:// TOKEN wxkinkgvis 2019-06-07 06:10:48.005 10532 INFO octavia.common.config [req-9b51c47f-0f93-4650-9c29-f6a9c00d7f64 - - - - -] Logging enabled! 2019-06-07 06:10:48.006 10532 INFO octavia.common.config [req-9b51c47f-0f93-4650-9c29-f6a9c00d7f64 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.052 10532 WARNING octavia.api.root_controller [req-9b51c47f-0f93-4650-9c29-f6a9c00d7f64 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.086 10532 INFO octavia.api.v2.controllers.load_balancer [req-f1cdecf7-a9b8-425c-ac0a-73680b9b3523 - - - - -] Sending created Load Balancer 2920ef39-688b-4a29-a747-622983dc4565 to the handler 2019-06-07 06:10:48.190 10532 INFO octavia.api.v2.controllers.listener [req-694fb9ac-2532-4aef-b080-ec93e929c0f5 - - - - -] Sending Creation of Listener a1cc7cae-9036-4383-a67c-d0889d8cccda to handler 2019-06-07 06:10:48.378 10532 INFO octavia.api.v2.controllers.pool [req-a0c41f2f-2929-426c-95a4-a0d3de65b1f4 - - - - -] Sending Creation of Pool e4401955-1bce-4e29-b2bf-b6f276f668b3 to handler 2019-06-07 06:10:48.627 10532 INFO octavia.api.v2.controllers.member [req-e3266c27-b59b-418f-92a7-8b586ad2304a - - - - -] Sending Creation of Member 633cb8f7-74c3-4186-8d2c-42297533d0f2 to handler 2019-06-07 06:10:48.721 10532 INFO oslo_db.sqlalchemy.provision [req-513e8ef7-d972-462c-96a0-949077bce6cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.725 10532 INFO oslo_db.sqlalchemy.provision [req-513e8ef7-d972-462c-96a0-949077bce6cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wxkinkgvis 2019-06-07 06:10:48.726 10532 INFO oslo_db.sqlalchemy.provision [req-513e8ef7-d972-462c-96a0-949077bce6cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_member [0.893080s] ... ok 2019-06-07 06:10:46.348 10546 INFO oslo_db.sqlalchemy.provision [req-7aaccb9f-0061-4029-8c11-a4e9d4593f4a - - - - -] CREATE BACKEND sqlite:// TOKEN lkrixhsjee 2019-06-07 06:10:46.509 10546 INFO octavia.common.config [req-7aaccb9f-0061-4029-8c11-a4e9d4593f4a - - - - -] Logging enabled! 2019-06-07 06:10:46.510 10546 INFO octavia.common.config [req-7aaccb9f-0061-4029-8c11-a4e9d4593f4a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.555 10546 WARNING octavia.api.root_controller [req-7aaccb9f-0061-4029-8c11-a4e9d4593f4a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.581 10546 INFO octavia.api.v2.controllers.load_balancer [req-8b279842-e3cc-4f2e-a41e-98445764d240 - - - - -] Sending created Load Balancer fa2ea2e5-08b3-4727-a3ea-228287cd1333 to the handler 2019-06-07 06:10:46.665 10546 INFO octavia.api.v2.controllers.listener [req-c9f0bcd7-4920-43d4-92c7-328600f10ba2 - - - - -] Sending Creation of Listener 9951c920-0426-47ef-b975-8d061cd3cb22 to handler 2019-06-07 06:10:46.790 10546 INFO octavia.api.v2.controllers.load_balancer [req-2e3101b2-527c-4aff-b795-8577bee1c6c6 - - - - -] Sending deleted Load Balancer fa2ea2e5-08b3-4727-a3ea-228287cd1333 to the handler 2019-06-07 06:10:46.828 10546 INFO octavia.api.v2.controllers.pool [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:46.854 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.858 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lkrixhsjee 2019-06-07 06:10:46.858 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_when_lb_pending_delete [0.516949s] ... ok 2019-06-07 06:10:59.775 10539 INFO octavia.api.v2.controllers.l7rule [req-1c0fa162-2b4b-4ef3-8b7f-1c6a9aa5deb0 - - - - -] Sending Creation of L7Rule 641bec49-e243-4d77-b59d-3bd2231f63dc to handler 2019-06-07 06:10:41.060 10556 INFO oslo_db.sqlalchemy.provision [req-7223b657-3fd4-4074-89d2-3a3cba72eea1 - - - - -] CREATE BACKEND sqlite:// TOKEN urjbrqbwcy 2019-06-07 06:10:41.240 10556 INFO octavia.common.config [req-7223b657-3fd4-4074-89d2-3a3cba72eea1 - - - - -] Logging enabled! 2019-06-07 06:10:41.241 10556 INFO octavia.common.config [req-7223b657-3fd4-4074-89d2-3a3cba72eea1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.290 10556 WARNING octavia.api.root_controller [req-7223b657-3fd4-4074-89d2-3a3cba72eea1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.319 10556 INFO octavia.api.v2.controllers.load_balancer [req-ea89eaf5-863a-418a-9f00-6bfbe2223aad - - - - -] Sending created Load Balancer a39a7540-7b86-41b2-9092-3eebf98f885d to the handler 2019-06-07 06:10:41.415 10556 INFO octavia.api.v2.controllers.listener [req-b7c0b62c-7021-4818-a7c9-4ec76e29e26f - - - - -] Sending Creation of Listener 06383067-196a-445d-b89b-69d14ae587a4 to handler 2019-06-07 06:10:41.590 10556 INFO octavia.api.v2.controllers.l7policy [req-107b7942-188b-47fa-bcd5-a755aad53465 - - - - -] Sending Creation of L7Policy 3f959463-422d-4c99-997d-d3c5586e4886 to handler 2019-06-07 06:10:41.873 10556 INFO octavia.api.v2.controllers.l7rule [req-4d764d2c-63d2-4748-bc22-6392f0d10b78 - - - - -] Sending Creation of L7Rule dc8b73b9-7166-4274-bc65-6c779b51a0df to handler 2019-06-07 06:10:42.313 10556 INFO oslo_db.sqlalchemy.provision [req-7b5a0a10-defa-4e0c-bf8a-3ed5a5973cb5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.317 10556 INFO oslo_db.sqlalchemy.provision [req-7b5a0a10-defa-4e0c-bf8a-3ed5a5973cb5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN urjbrqbwcy 2019-06-07 06:10:42.318 10556 INFO oslo_db.sqlalchemy.provision [req-7b5a0a10-defa-4e0c-bf8a-3ed5a5973cb5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_not_authorized [1.264827s] ... ok 2019-06-07 06:10:45.407 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] CREATE BACKEND sqlite:// TOKEN pseruxlxpw 2019-06-07 06:10:45.759 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.763 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pseruxlxpw 2019-06-07 06:10:45.763 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_reject_to_rdr_pool_with_disabled_policy [0.362724s] ... ok 2019-06-07 06:10:47.250 10559 INFO oslo_db.sqlalchemy.provision [req-bf07e66c-7610-4aa8-846d-bdc5104e5c4b - - - - -] CREATE BACKEND sqlite:// TOKEN sdzmxgpdiz 2019-06-07 06:10:47.417 10559 INFO octavia.common.config [req-bf07e66c-7610-4aa8-846d-bdc5104e5c4b - - - - -] Logging enabled! 2019-06-07 06:10:47.418 10559 INFO octavia.common.config [req-bf07e66c-7610-4aa8-846d-bdc5104e5c4b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.466 10559 WARNING octavia.api.root_controller [req-bf07e66c-7610-4aa8-846d-bdc5104e5c4b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.494 10559 INFO octavia.api.v2.controllers.load_balancer [req-1ba8bda5-d5b4-4713-b145-341f0911cc6d - - - - -] Sending created Load Balancer 10c144c7-ccd1-4f23-8603-2924d80f5b83 to the handler 2019-06-07 06:10:47.582 10559 INFO octavia.api.v2.controllers.pool [req-79b4c447-bbf7-4a02-a0f9-a3573b1022e0 - - - - -] Sending Creation of Pool 1b7d1f43-d52c-42d1-8a19-9157c6dc5a58 to handler 2019-06-07 06:10:47.725 10559 INFO oslo_db.sqlalchemy.provision [req-31cdb812-d4e9-4ea2-a174-bc87fe55d9c5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.728 10559 INFO oslo_db.sqlalchemy.provision [req-31cdb812-d4e9-4ea2-a174-bc87fe55d9c5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sdzmxgpdiz 2019-06-07 06:10:47.729 10559 INFO oslo_db.sqlalchemy.provision [req-31cdb812-d4e9-4ea2-a174-bc87fe55d9c5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_bad_default_pool_id [0.487082s] ... ok 2019-06-07 06:10:43.150 10542 INFO oslo_db.sqlalchemy.provision [req-84a7abda-181d-420e-9fa0-978d67abae09 - - - - -] CREATE BACKEND sqlite:// TOKEN cvkzhtemzv 2019-06-07 06:10:43.497 10542 INFO octavia.common.config [req-84a7abda-181d-420e-9fa0-978d67abae09 - - - - -] Logging enabled! 2019-06-07 06:10:43.498 10542 INFO octavia.common.config [req-84a7abda-181d-420e-9fa0-978d67abae09 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.541 10542 WARNING octavia.api.root_controller [req-84a7abda-181d-420e-9fa0-978d67abae09 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.569 10542 INFO octavia.api.v2.controllers.load_balancer [req-33fa8507-e257-4528-b18b-73bff4888383 - - - - -] Sending created Load Balancer 7713d458-9487-4328-87af-06978330a22c to the handler 2019-06-07 06:10:43.657 10542 INFO octavia.api.v2.controllers.listener [req-5ba6995a-e114-4738-ab09-6fb9718e97fe - - - - -] Sending Creation of Listener 8769de90-3bfa-4446-8209-ad90b362679d to handler 2019-06-07 06:10:43.807 10542 INFO octavia.api.v2.controllers.l7policy [req-d9792489-2116-401e-ae4d-7e78e06c48a2 - - - - -] Sending Creation of L7Policy 204d764c-feb4-49eb-b4c0-a154d7daa122 to handler 2019-06-07 06:10:44.050 10542 INFO octavia.api.v2.controllers.l7rule [req-5d587f7c-ff89-4d31-ba8e-aed8b50c83f2 - - - - -] Sending Creation of L7Rule 5e989da5-b625-40d8-a5cd-b59f989a6db9 to handler 2019-06-07 06:10:44.238 10542 INFO oslo_db.sqlalchemy.provision [req-b50c6cf7-198f-4f71-8f2a-f94752f22b88 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.242 10542 INFO oslo_db.sqlalchemy.provision [req-b50c6cf7-198f-4f71-8f2a-f94752f22b88 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cvkzhtemzv 2019-06-07 06:10:44.242 10542 INFO oslo_db.sqlalchemy.provision [req-b50c6cf7-198f-4f71-8f2a-f94752f22b88 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_hides_deleted [1.099195s] ... ok 2019-06-07 06:10:46.532 10528 INFO oslo_db.sqlalchemy.provision [req-f7194761-037a-4623-938a-e28af1057157 - - - - -] CREATE BACKEND sqlite:// TOKEN pobfzrmpnu 2019-06-07 06:10:46.699 10528 INFO octavia.common.config [req-f7194761-037a-4623-938a-e28af1057157 - - - - -] Logging enabled! 2019-06-07 06:10:46.700 10528 INFO octavia.common.config [req-f7194761-037a-4623-938a-e28af1057157 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.746 10528 WARNING octavia.api.root_controller [req-f7194761-037a-4623-938a-e28af1057157 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.773 10528 INFO octavia.api.v2.controllers.load_balancer [req-b60ff688-931f-4a63-8559-017e0b42d14b - - - - -] Sending created Load Balancer 22f2e34d-16b7-41e5-9311-9456bb4a6b02 to the handler 2019-06-07 06:10:46.891 10528 INFO octavia.api.v2.controllers.pool [req-926a6109-352d-4412-b11e-f25edb0ed96d - - - - -] Sending Creation of Pool a65e236f-2d80-4c35-9390-e57a922b3360 to handler 2019-06-07 06:10:47.045 10528 INFO oslo_db.sqlalchemy.provision [req-d1e3793a-0c9f-425a-9315-9580e40df46d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.049 10528 INFO oslo_db.sqlalchemy.provision [req-d1e3793a-0c9f-425a-9315-9580e40df46d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pobfzrmpnu 2019-06-07 06:10:47.049 10528 INFO oslo_db.sqlalchemy.provision [req-d1e3793a-0c9f-425a-9315-9580e40df46d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_bad_insert_headers [0.524672s] ... ok 2019-06-07 06:10:46.124 10538 INFO oslo_db.sqlalchemy.provision [req-0daf889f-c97b-4d29-b1cd-ecf5f1b227cc - - - - -] CREATE BACKEND sqlite:// TOKEN fnnhjvuykr 2019-06-07 06:10:46.286 10538 INFO octavia.common.config [req-0daf889f-c97b-4d29-b1cd-ecf5f1b227cc - - - - -] Logging enabled! 2019-06-07 06:10:46.287 10538 INFO octavia.common.config [req-0daf889f-c97b-4d29-b1cd-ecf5f1b227cc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.333 10538 WARNING octavia.api.root_controller [req-0daf889f-c97b-4d29-b1cd-ecf5f1b227cc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.369 10538 INFO oslo_db.sqlalchemy.provision [req-910b9ae6-ddba-4c2b-a6ba-c577c99e933d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.373 10538 INFO oslo_db.sqlalchemy.provision [req-910b9ae6-ddba-4c2b-a6ba-c577c99e933d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fnnhjvuykr 2019-06-07 06:10:46.373 10538 INFO oslo_db.sqlalchemy.provision [req-910b9ae6-ddba-4c2b-a6ba-c577c99e933d - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_not_authorized [0.255685s] ... ok 2019-06-07 06:10:49.140 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] CREATE BACKEND sqlite:// TOKEN clcqanvxfx 2019-06-07 06:10:49.499 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.502 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN clcqanvxfx 2019-06-07 06:10:49.503 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_reject_with_default_pool_link [0.369126s] ... ok 2019-06-07 06:10:39.264 10550 INFO oslo_db.sqlalchemy.provision [req-72e1dc0e-5e82-468d-98be-20f3d12502a2 - - - - -] CREATE BACKEND sqlite:// TOKEN gopolvicyk 2019-06-07 06:10:39.429 10550 INFO octavia.common.config [req-72e1dc0e-5e82-468d-98be-20f3d12502a2 - - - - -] Logging enabled! 2019-06-07 06:10:39.430 10550 INFO octavia.common.config [req-72e1dc0e-5e82-468d-98be-20f3d12502a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.480 10550 WARNING octavia.api.root_controller [req-72e1dc0e-5e82-468d-98be-20f3d12502a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.507 10550 INFO octavia.api.v2.controllers.load_balancer [req-c72be96d-0e01-4efb-b0fc-c096e1e79d42 - - - - -] Sending created Load Balancer 5514b7dc-eb49-43a2-ab50-cb40e2413b87 to the handler 2019-06-07 06:10:39.595 10550 INFO octavia.api.v2.controllers.listener [req-c5846828-afb7-4423-8264-c68666a8fb98 - - - - -] Sending Creation of Listener 50c4ac2b-0ca5-49d7-826b-43bf2e9eb760 to handler 2019-06-07 06:10:39.751 10550 INFO octavia.api.v2.controllers.pool [req-e949d112-a1c9-4bc6-8a9d-c5fad6f50cef - - - - -] Sending Creation of Pool a2118f43-48db-4761-8082-ed7cacd20253 to handler 2019-06-07 06:10:39.975 10550 INFO octavia.api.v2.controllers.pool [req-9c9bb667-5da7-4c64-9e48-1d44e0297933 - - - - -] Sending Creation of Pool bf8a58a0-cfc3-4d19-aa12-f9dccc117bf5 to handler 2019-06-07 06:10:40.227 10550 INFO octavia.api.v2.controllers.health_monitor [req-800786e9-32b0-45a4-9175-d6832e59fa68 - - - - -] Sending Creation of Health Monitor 2f8a4105-ba60-48bb-be0e-e3a6912e97cd to handler 2019-06-07 06:10:40.405 10550 INFO oslo_db.sqlalchemy.provision [req-8556a5b8-0608-40ca-b2e9-0ac4af768227 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.408 10550 INFO oslo_db.sqlalchemy.provision [req-8556a5b8-0608-40ca-b2e9-0ac4af768227 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gopolvicyk 2019-06-07 06:10:40.409 10550 INFO oslo_db.sqlalchemy.provision [req-8556a5b8-0608-40ca-b2e9-0ac4af768227 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_not_authorized [1.152108s] ... ok 2019-06-07 06:10:45.773 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] CREATE BACKEND sqlite:// TOKEN fetqsondkc 2019-06-07 06:10:45.982 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.986 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fetqsondkc 2019-06-07 06:10:45.986 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_count [0.221572s] ... ok 2019-06-07 06:10:38.486 10531 INFO oslo_db.sqlalchemy.provision [req-1c3aa2ca-1055-465b-8363-ef154d9cf614 - - - - -] CREATE BACKEND sqlite:// TOKEN fwqkzwiadc 2019-06-07 06:10:38.904 10531 INFO octavia.common.config [req-1c3aa2ca-1055-465b-8363-ef154d9cf614 - - - - -] Logging enabled! 2019-06-07 06:10:38.916 10531 INFO octavia.common.config [req-1c3aa2ca-1055-465b-8363-ef154d9cf614 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.035 10531 WARNING octavia.api.root_controller [req-1c3aa2ca-1055-465b-8363-ef154d9cf614 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.108 10531 INFO octavia.api.v2.controllers.load_balancer [req-a2db34fa-dbda-41a2-9311-ddf06dce6c6c - - - - -] Sending created Load Balancer 1df6c157-49c2-473f-a8e2-72e7a7e4831c to the handler 2019-06-07 06:10:39.311 10531 INFO octavia.api.v2.controllers.listener [req-d4296146-8082-4132-81b4-e0c8cd13b601 - - - - -] Sending Creation of Listener a9b457bb-5cd1-44bc-b91b-e9d6e2ea0382 to handler 2019-06-07 06:10:39.604 10531 INFO octavia.api.v2.controllers.pool [req-f7e36f60-8422-44e3-aab2-b8839e656f13 - - - - -] Sending Creation of Pool f4d4f80d-603e-434f-bea3-c50fea008c06 to handler 2019-06-07 06:10:39.810 10531 INFO octavia.api.v2.controllers.l7policy [req-df1fbfb5-a677-463f-9efd-4836fbde0c9a - - - - -] Sending Creation of L7Policy 1eab91ba-ad06-4b57-9656-ff9a9987600c to handler 2019-06-07 06:10:40.039 10531 INFO octavia.api.v2.controllers.load_balancer [req-d8b6612b-e813-4120-964c-31390a98d585 - - - - -] Sending updated Load Balancer 1df6c157-49c2-473f-a8e2-72e7a7e4831c to the handler 2019-06-07 06:10:40.115 10531 INFO octavia.api.v2.controllers.l7policy [req-a862ac90-048d-4d75-a5eb-3dff7331c7f1 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:40.143 10531 INFO oslo_db.sqlalchemy.provision [req-a862ac90-048d-4d75-a5eb-3dff7331c7f1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.147 10531 INFO oslo_db.sqlalchemy.provision [req-a862ac90-048d-4d75-a5eb-3dff7331c7f1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fwqkzwiadc 2019-06-07 06:10:40.147 10531 INFO oslo_db.sqlalchemy.provision [req-a862ac90-048d-4d75-a5eb-3dff7331c7f1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_when_lb_pending_update [1.670132s] ... ok 2019-06-07 06:10:50.774 10534 INFO oslo_db.sqlalchemy.provision [req-781c751b-e8b2-4a58-a981-85ac8d16dbf6 - - - - -] CREATE BACKEND sqlite:// TOKEN smdddwnesf 2019-06-07 06:10:50.935 10534 INFO octavia.common.config [req-781c751b-e8b2-4a58-a981-85ac8d16dbf6 - - - - -] Logging enabled! 2019-06-07 06:10:50.935 10534 INFO octavia.common.config [req-781c751b-e8b2-4a58-a981-85ac8d16dbf6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.980 10534 WARNING octavia.api.root_controller [req-781c751b-e8b2-4a58-a981-85ac8d16dbf6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.006 10534 INFO octavia.api.v2.controllers.load_balancer [req-3451f08c-edac-4a29-ab40-cb0067a4fbd9 - - - - -] Sending created Load Balancer 6f70118e-4b0e-4cb7-a84f-b582f3dacafb to the handler 2019-06-07 06:10:51.090 10534 INFO octavia.api.v2.controllers.listener [req-28050ea4-d427-4396-a222-07971e9fbfad - - - - -] Sending Creation of Listener b2f60f8c-fd7c-4800-869f-b67a939636b3 to handler 2019-06-07 06:10:51.261 10534 INFO octavia.api.v2.controllers.pool [req-289e0aed-81b6-453d-ae66-8fc52d5c084f - - - - -] Sending Creation of Pool b2cd1753-ee83-405f-be48-a2b76d5fbf0e to handler 2019-06-07 06:10:51.644 10534 INFO oslo_db.sqlalchemy.provision [req-b7fed6ed-ab29-4e06-8860-7fec169fe151 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.648 10534 INFO oslo_db.sqlalchemy.provision [req-b7fed6ed-ab29-4e06-8860-7fec169fe151 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN smdddwnesf 2019-06-07 06:10:51.648 10534 INFO oslo_db.sqlalchemy.provision [req-b7fed6ed-ab29-4e06-8860-7fec169fe151 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_listener_id_in_pool_dict [0.880985s] ... ok 2019-06-07 06:10:45.236 10535 INFO oslo_db.sqlalchemy.provision [req-562e3cd9-592e-4c69-9623-fa2be8a8ba02 - - - - -] CREATE BACKEND sqlite:// TOKEN dtzssiyngp 2019-06-07 06:10:45.401 10535 INFO octavia.common.config [req-562e3cd9-592e-4c69-9623-fa2be8a8ba02 - - - - -] Logging enabled! 2019-06-07 06:10:45.402 10535 INFO octavia.common.config [req-562e3cd9-592e-4c69-9623-fa2be8a8ba02 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.448 10535 WARNING octavia.api.root_controller [req-562e3cd9-592e-4c69-9623-fa2be8a8ba02 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.474 10535 INFO octavia.api.v2.controllers.load_balancer [req-8afc5575-f70e-4ec7-bb94-d3eb9f77fdbd - - - - -] Sending created Load Balancer 39d34a2c-e591-4f0c-a933-fca7f9037f27 to the handler 2019-06-07 06:10:45.570 10535 INFO octavia.api.v2.controllers.pool [req-f143b31a-2645-4ce1-bacf-2da538e668ba - - - - -] Sending Creation of Pool 4f19258e-85dc-457b-a3d5-9a71bd187f52 to handler 2019-06-07 06:10:45.712 10535 INFO octavia.api.v2.controllers.listener [req-fd9839fc-3171-4c42-ae48-5cc6398312d0 - - - - -] Sending Creation of Listener 143dab40-3113-4db0-a29c-689eca89191b to handler 2019-06-07 06:10:45.905 10535 INFO octavia.api.v2.controllers.listener [req-61e4fff3-89a0-4325-afaf-ca3ff3791b63 - 2ec84089-8394-4bb3-b8ab-bf12a62edaab - - -] Sending Update of Listener 143dab40-3113-4db0-a29c-689eca89191b to handler 2019-06-07 06:10:46.134 10535 INFO oslo_db.sqlalchemy.provision [req-250621ec-519d-4102-b9aa-987e43e582c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.137 10535 INFO oslo_db.sqlalchemy.provision [req-250621ec-519d-4102-b9aa-987e43e582c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dtzssiyngp 2019-06-07 06:10:46.138 10535 INFO oslo_db.sqlalchemy.provision [req-250621ec-519d-4102-b9aa-987e43e582c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_authorized [0.907887s] ... ok 2019-06-07 06:10:44.606 10547 INFO oslo_db.sqlalchemy.provision [req-cd7b8db6-fe1b-497c-91cb-9ef03c0c2160 - - - - -] CREATE BACKEND sqlite:// TOKEN sjgkhctvaj 2019-06-07 06:10:44.770 10547 INFO octavia.common.config [req-cd7b8db6-fe1b-497c-91cb-9ef03c0c2160 - - - - -] Logging enabled! 2019-06-07 06:10:44.771 10547 INFO octavia.common.config [req-cd7b8db6-fe1b-497c-91cb-9ef03c0c2160 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.818 10547 WARNING octavia.api.root_controller [req-cd7b8db6-fe1b-497c-91cb-9ef03c0c2160 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.845 10547 INFO octavia.api.v2.controllers.load_balancer [req-309d8906-a4c0-420f-8a48-dda4951a1c55 - - - - -] Sending created Load Balancer 4d40eaa3-ff0a-4449-937e-5f36a99fa1b3 to the handler 2019-06-07 06:10:44.931 10547 INFO octavia.api.v2.controllers.listener [req-098a0a06-3ff6-4a63-a10c-988ff4a129e8 - - - - -] Sending Creation of Listener 9790f723-3ab7-47a8-9846-cf5e2ce3421e to handler 2019-06-07 06:10:45.076 10547 INFO octavia.api.v2.controllers.pool [req-55483148-01e2-4506-b73a-a41eded97481 - - - - -] Sending Creation of Pool 5cb874f7-36b5-4201-9b80-ee7884e2901f to handler 2019-06-07 06:10:45.282 10547 INFO octavia.api.v2.controllers.pool [req-13db4e9e-976a-4c1e-95d1-b3de3a2b8f47 - - - - -] Sending Creation of Pool 3deb6a39-c2b5-4755-a65b-c935181f251a to handler 2019-06-07 06:10:45.500 10547 ERROR octavia.api.v2.controllers.base [req-797032ae-52d6-4744-bb03-22f9f4b88e80 - - - - -] Member faeb4a8e-090a-4075-a871-e5bb3841164c not found: None 2019-06-07 06:10:45.500 10547 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:45.500 10547 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:45.525 10547 INFO oslo_db.sqlalchemy.provision [req-797032ae-52d6-4744-bb03-22f9f4b88e80 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.529 10547 INFO oslo_db.sqlalchemy.provision [req-797032ae-52d6-4744-bb03-22f9f4b88e80 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sjgkhctvaj 2019-06-07 06:10:45.529 10547 INFO oslo_db.sqlalchemy.provision [req-797032ae-52d6-4744-bb03-22f9f4b88e80 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_get [0.929812s] ... ok 2019-06-07 06:10:40.144 10530 INFO oslo_db.sqlalchemy.provision [req-379bb49d-46c7-4ee9-b800-5cd01c22690e - - - - -] CREATE BACKEND sqlite:// TOKEN sscnftgbuf 2019-06-07 06:10:40.309 10530 INFO octavia.common.config [req-379bb49d-46c7-4ee9-b800-5cd01c22690e - - - - -] Logging enabled! 2019-06-07 06:10:40.310 10530 INFO octavia.common.config [req-379bb49d-46c7-4ee9-b800-5cd01c22690e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.356 10530 WARNING octavia.api.root_controller [req-379bb49d-46c7-4ee9-b800-5cd01c22690e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.382 10530 INFO octavia.api.v2.controllers.load_balancer [req-448ec73e-14ec-4d09-99df-16eafdf792b2 - - - - -] Sending created Load Balancer ef8bd97d-f03c-40e9-b46f-50c1c9a82aeb to the handler 2019-06-07 06:10:40.470 10530 INFO octavia.api.v2.controllers.pool [req-f0cd6555-19be-49b8-99c1-8a9b1121344e - - - - -] Sending Creation of Pool 98942d7d-20b1-41a4-9f9b-274f2445f01a to handler 2019-06-07 06:10:40.614 10530 INFO oslo_db.sqlalchemy.provision [req-12e697c4-b30e-45f4-a9f4-c889d36001b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.618 10530 INFO oslo_db.sqlalchemy.provision [req-12e697c4-b30e-45f4-a9f4-c889d36001b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sscnftgbuf 2019-06-07 06:10:40.618 10530 INFO oslo_db.sqlalchemy.provision [req-12e697c4-b30e-45f4-a9f4-c889d36001b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_not_authorized [0.480324s] ... ok 2019-06-07 06:10:44.770 10553 INFO oslo_db.sqlalchemy.provision [req-f0b084de-b19e-4249-9e9d-1825dae2db30 - - - - -] CREATE BACKEND sqlite:// TOKEN vegecgjwfw 2019-06-07 06:10:44.934 10553 INFO octavia.common.config [req-f0b084de-b19e-4249-9e9d-1825dae2db30 - - - - -] Logging enabled! 2019-06-07 06:10:44.935 10553 INFO octavia.common.config [req-f0b084de-b19e-4249-9e9d-1825dae2db30 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.981 10553 WARNING octavia.api.root_controller [req-f0b084de-b19e-4249-9e9d-1825dae2db30 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.007 10553 INFO octavia.api.v2.controllers.load_balancer [req-1bd80afd-fd03-472b-af11-b02b9303dd56 - - - - -] Sending created Load Balancer 3e671541-e1df-4eea-b243-19f9e64fdeb1 to the handler 2019-06-07 06:10:45.098 10553 INFO octavia.api.v2.controllers.pool [req-4a7ab923-369c-406f-8840-bc82109d793b - - - - -] Sending Creation of Pool fbdd9b22-e713-4e78-bcf5-316022795c71 to handler 2019-06-07 06:10:45.243 10553 INFO octavia.api.v2.controllers.listener [req-72314964-d0a3-4269-b8eb-2269de902dc9 - - - - -] Sending Creation of Listener 571bb339-3630-4be1-a37a-0278df7f2bea to handler 2019-06-07 06:10:45.446 10553 INFO octavia.api.v2.controllers.listener [req-4f2da1e7-aa0b-4fee-9bef-84f1190c6073 - - - - -] Sending Creation of Listener f63789bf-d8a3-4b9c-a640-a4721776b693 to handler 2019-06-07 06:10:45.676 10553 INFO octavia.api.v2.controllers.listener [req-cffce948-3919-4b06-a60c-5a55e0aad708 - - - - -] Sending Creation of Listener d15505f7-ee25-47c1-8b00-8601fe9070f6 to handler 2019-06-07 06:10:46.003 10553 INFO oslo_db.sqlalchemy.provision [req-7ea10b71-de49-4860-90bf-843ed1b02060 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.007 10553 INFO oslo_db.sqlalchemy.provision [req-7ea10b71-de49-4860-90bf-843ed1b02060 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vegecgjwfw 2019-06-07 06:10:46.007 10553 INFO oslo_db.sqlalchemy.provision [req-7ea10b71-de49-4860-90bf-843ed1b02060 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_limited [1.243509s] ... ok 2019-06-07 06:10:49.512 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] CREATE BACKEND sqlite:// TOKEN btpmknodmk 2019-06-07 06:10:49.714 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.717 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN btpmknodmk 2019-06-07 06:10:49.718 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_exists_true [0.213259s] ... ok 2019-06-07 06:10:37.414 10529 INFO oslo_db.sqlalchemy.provision [req-3052e02f-0458-4457-b684-6702de3587a9 - - - - -] CREATE BACKEND sqlite:// TOKEN jgcsuemuyp 2019-06-07 06:10:37.584 10529 INFO octavia.common.config [req-3052e02f-0458-4457-b684-6702de3587a9 - - - - -] Logging enabled! 2019-06-07 06:10:37.585 10529 INFO octavia.common.config [req-3052e02f-0458-4457-b684-6702de3587a9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:37.634 10529 WARNING octavia.api.root_controller [req-3052e02f-0458-4457-b684-6702de3587a9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:37.662 10529 INFO octavia.api.v2.controllers.load_balancer [req-5df85828-4630-4588-ba95-a736965c4be1 - - - - -] Sending created Load Balancer 604611ea-88b8-4562-9fd3-959030664f8c to the handler 2019-06-07 06:10:37.782 10529 INFO oslo_db.sqlalchemy.provision [req-caf9d0a6-3e1d-42fa-9919-ab6deacd0465 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:37.786 10529 INFO oslo_db.sqlalchemy.provision [req-caf9d0a6-3e1d-42fa-9919-ab6deacd0465 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jgcsuemuyp 2019-06-07 06:10:37.787 10529 INFO oslo_db.sqlalchemy.provision [req-caf9d0a6-3e1d-42fa-9919-ab6deacd0465 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all [0.379490s] ... ok 2019-06-07 06:10:44.881 10551 INFO oslo_db.sqlalchemy.provision [req-29723702-31fb-47e8-9768-5f3b7b7aa7e5 - - - - -] CREATE BACKEND sqlite:// TOKEN ghsfwkuqld 2019-06-07 06:10:45.045 10551 INFO octavia.common.config [req-29723702-31fb-47e8-9768-5f3b7b7aa7e5 - - - - -] Logging enabled! 2019-06-07 06:10:45.046 10551 INFO octavia.common.config [req-29723702-31fb-47e8-9768-5f3b7b7aa7e5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.092 10551 WARNING octavia.api.root_controller [req-29723702-31fb-47e8-9768-5f3b7b7aa7e5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.120 10551 INFO octavia.api.v2.controllers.load_balancer [req-4b1cb38a-57e8-4641-be03-5a224deb1398 - - - - -] Sending created Load Balancer c8c8c679-f08d-4b30-bcf6-2436a09fc4c9 to the handler 2019-06-07 06:10:45.160 10551 INFO oslo_db.sqlalchemy.provision [req-4b1cb38a-57e8-4641-be03-5a224deb1398 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.164 10551 INFO oslo_db.sqlalchemy.provision [req-4b1cb38a-57e8-4641-be03-5a224deb1398 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ghsfwkuqld 2019-06-07 06:10:45.164 10551 INFO oslo_db.sqlalchemy.provision [req-4b1cb38a-57e8-4641-be03-5a224deb1398 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_and_address [0.289847s] ... ok 2019-06-07 06:10:49.712 10537 INFO oslo_db.sqlalchemy.provision [req-65e66ac3-2b68-4701-b731-04ffe202e42f - - - - -] CREATE BACKEND sqlite:// TOKEN cimgiemxyh 2019-06-07 06:10:49.876 10537 INFO octavia.common.config [req-65e66ac3-2b68-4701-b731-04ffe202e42f - - - - -] Logging enabled! 2019-06-07 06:10:49.877 10537 INFO octavia.common.config [req-65e66ac3-2b68-4701-b731-04ffe202e42f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.922 10537 WARNING octavia.api.root_controller [req-65e66ac3-2b68-4701-b731-04ffe202e42f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.950 10537 INFO octavia.api.v2.controllers.load_balancer [req-61f0a2dd-d04c-4afb-8312-7e8321ec2d39 - - - - -] Sending created Load Balancer b9e0abe0-c64c-47a9-bec8-83149ac1cf9e to the handler 2019-06-07 06:10:50.040 10537 INFO octavia.api.v2.controllers.listener [req-8b30f9ca-5372-4f3c-b1bc-0dce6be098d3 - - - - -] Sending Creation of Listener c5e31784-995d-4ef4-8025-2e57bdf19a14 to handler 2019-06-07 06:10:50.178 10537 INFO octavia.api.v2.controllers.pool [req-227f456f-86b5-41b5-abf8-7cab55b85d44 - - - - -] Sending Creation of Pool bbf2a681-e149-414a-a160-669c131c8a28 to handler 2019-06-07 06:10:50.403 10537 INFO octavia.api.v2.controllers.pool [req-6c03c58e-83c3-4ee9-b04b-e89be611e94d - - - - -] Sending Creation of Pool 36604fb5-2c4c-4d3d-9b0c-e32edc64de6d to handler 2019-06-07 06:10:50.675 10537 INFO octavia.api.v2.controllers.member [req-d2f71e58-0de5-4217-95d1-a595be8760da - - - - -] Sending Creation of Member e9607ed4-09ed-419d-a3d6-e2e8ae4c3cc3 to handler 2019-06-07 06:10:51.099 10537 INFO oslo_db.sqlalchemy.provision [req-a504e930-80e6-4500-b762-7ab0d688e8a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.103 10537 INFO oslo_db.sqlalchemy.provision [req-a504e930-80e6-4500-b762-7ab0d688e8a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cimgiemxyh 2019-06-07 06:10:51.103 10537 INFO oslo_db.sqlalchemy.provision [req-a504e930-80e6-4500-b762-7ab0d688e8a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_member.TestMember.test_update_not_authorized [1.397222s] ... ok 2019-06-07 06:10:48.591 10548 INFO oslo_db.sqlalchemy.provision [req-7cc48c0a-badb-424a-8ef4-8095f17125e0 - - - - -] CREATE BACKEND sqlite:// TOKEN bsezrvlfid 2019-06-07 06:10:48.789 10548 INFO octavia.common.config [req-7cc48c0a-badb-424a-8ef4-8095f17125e0 - - - - -] Logging enabled! 2019-06-07 06:10:48.790 10548 INFO octavia.common.config [req-7cc48c0a-badb-424a-8ef4-8095f17125e0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.838 10548 WARNING octavia.api.root_controller [req-7cc48c0a-badb-424a-8ef4-8095f17125e0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.864 10548 INFO octavia.api.v2.controllers.load_balancer [req-8d22fd74-0df2-4a63-923f-a0c9c28a37c8 - - - - -] Sending created Load Balancer 370fdbe5-079a-4b4a-b2ee-498072f97c7d to the handler 2019-06-07 06:10:48.961 10548 INFO octavia.api.v2.controllers.pool [req-6de4c6cf-e1dc-4347-9013-67e3d409f2ac - - - - -] Sending Creation of Pool 0ca2786d-131b-40bb-a3a0-d1681f883f17 to handler 2019-06-07 06:10:49.109 10548 INFO octavia.api.v2.controllers.listener [req-346fe510-a62e-48b6-86a2-af6bb771eca8 - - - - -] Sending Creation of Listener e76df4ce-cabd-4e66-975a-476de385ca74 to handler 2019-06-07 06:10:49.344 10548 INFO oslo_db.sqlalchemy.provision [req-ccf23081-e342-4e1c-966c-d94758f04c0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.348 10548 INFO oslo_db.sqlalchemy.provision [req-ccf23081-e342-4e1c-966c-d94758f04c0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bsezrvlfid 2019-06-07 06:10:49.348 10548 INFO oslo_db.sqlalchemy.provision [req-ccf23081-e342-4e1c-966c-d94758f04c0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_bad_tls_ref [0.763441s] ... ok 2019-06-07 06:10:46.866 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN vteaujlemf 2019-06-07 06:10:47.028 10546 INFO octavia.common.config [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] Logging enabled! 2019-06-07 06:10:47.029 10546 INFO octavia.common.config [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.073 10546 WARNING octavia.api.root_controller [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.101 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.105 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vteaujlemf 2019-06-07 06:10:47.105 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:44.218 10555 INFO oslo_db.sqlalchemy.provision [req-5fce325f-06c1-49b6-bc88-1b4b4232a3a8 - - - - -] CREATE BACKEND sqlite:// TOKEN xfglatrblm 2019-06-07 06:10:44.380 10555 INFO octavia.common.config [req-5fce325f-06c1-49b6-bc88-1b4b4232a3a8 - - - - -] Logging enabled! 2019-06-07 06:10:44.381 10555 INFO octavia.common.config [req-5fce325f-06c1-49b6-bc88-1b4b4232a3a8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.427 10555 WARNING octavia.api.root_controller [req-5fce325f-06c1-49b6-bc88-1b4b4232a3a8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.453 10555 INFO octavia.api.v2.controllers.load_balancer [req-aa031b3f-26af-480d-a801-76723157a6f7 - - - - -] Sending created Load Balancer b9d329f8-d005-4e5a-b861-0c5d6b4fc8c8 to the handler 2019-06-07 06:10:44.542 10555 INFO octavia.api.v2.controllers.pool [req-efd39034-45e9-46d4-bb1d-04d0de3923a6 - - - - -] Sending Creation of Pool 4407c3dc-32e6-4eb5-8adf-83f2ee24bb89 to handler 2019-06-07 06:10:44.649 10555 INFO octavia.api.v2.controllers.load_balancer [req-b907ed77-92c8-4c46-a7de-d78211c08721 - - - - -] Sending created Load Balancer 999763b0-78cd-4f0d-bdbb-e071d0675282 to the handler 2019-06-07 06:10:44.716 10555 INFO octavia.api.v2.controllers.load_balancer [req-1aed603f-f232-4faa-8478-32ba80a9643c - - - - -] Sending created Load Balancer a5d45ecc-c8ef-4831-9a43-7c5352109b5b to the handler 2019-06-07 06:10:44.799 10555 INFO octavia.api.v2.controllers.listener [req-2b15e67d-18f1-4cee-9afe-bc4765315fe7 - - - - -] Sending Creation of Listener eb1afca4-16e7-4ac1-becb-d2ca130f42e4 to handler 2019-06-07 06:10:44.921 10555 INFO octavia.api.v2.controllers.listener [req-42bdd482-31b4-4a5c-92de-765dd8f39599 - - - - -] Sending Creation of Listener 5c988b88-6c83-4e7a-8879-c83b98cfaef5 to handler 2019-06-07 06:10:45.064 10555 INFO octavia.api.v2.controllers.listener [req-173f971a-f6e6-459d-828a-074b2516cf9c - - - - -] Sending Creation of Listener f1f448c9-478c-4fec-a903-fc4e38452b5b to handler 2019-06-07 06:10:45.243 10555 INFO oslo_db.sqlalchemy.provision [req-ae2da03d-9bf6-47bc-a0c2-fecba78ea85e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.246 10555 INFO oslo_db.sqlalchemy.provision [req-ae2da03d-9bf6-47bc-a0c2-fecba78ea85e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xfglatrblm 2019-06-07 06:10:45.247 10555 INFO oslo_db.sqlalchemy.provision [req-ae2da03d-9bf6-47bc-a0c2-fecba78ea85e - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_by_project_id [1.034579s] ... ok {18} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_limited ... SKIPPED: No idea how this should work yet 2019-06-07 06:10:45.993 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] CREATE BACKEND sqlite:// TOKEN kjqpobnvdo 2019-06-07 06:10:46.497 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.501 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kjqpobnvdo 2019-06-07 06:10:46.502 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete_forcing_reorder [0.514667s] ... ok 2019-06-07 06:10:44.567 10544 INFO oslo_db.sqlalchemy.provision [req-d4b54b71-133b-485f-9bf2-41870740a343 - - - - -] CREATE BACKEND sqlite:// TOKEN kocqybchwn 2019-06-07 06:10:44.733 10544 INFO octavia.common.config [req-d4b54b71-133b-485f-9bf2-41870740a343 - - - - -] Logging enabled! 2019-06-07 06:10:44.734 10544 INFO octavia.common.config [req-d4b54b71-133b-485f-9bf2-41870740a343 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.780 10544 WARNING octavia.api.root_controller [req-d4b54b71-133b-485f-9bf2-41870740a343 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.858 10544 INFO octavia.api.v2.controllers.load_balancer [req-30ac01de-affb-4789-8cf7-5694f6fd61d9 - - - - -] Sending created Load Balancer cb6251fd-3776-4c82-beaf-9bb687d4a059 to the handler 2019-06-07 06:10:44.915 10544 INFO oslo_db.sqlalchemy.provision [req-30ac01de-affb-4789-8cf7-5694f6fd61d9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.918 10544 INFO oslo_db.sqlalchemy.provision [req-30ac01de-affb-4789-8cf7-5694f6fd61d9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kocqybchwn 2019-06-07 06:10:44.919 10544 INFO oslo_db.sqlalchemy.provision [req-30ac01de-affb-4789-8cf7-5694f6fd61d9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_hm [0.358080s] ... ok 2019-06-07 06:10:48.732 10532 INFO oslo_db.sqlalchemy.provision [req-513e8ef7-d972-462c-96a0-949077bce6cb - - - - -] CREATE BACKEND sqlite:// TOKEN lakrepibrw 2019-06-07 06:10:48.894 10532 INFO octavia.common.config [req-513e8ef7-d972-462c-96a0-949077bce6cb - - - - -] Logging enabled! 2019-06-07 06:10:48.895 10532 INFO octavia.common.config [req-513e8ef7-d972-462c-96a0-949077bce6cb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.941 10532 WARNING octavia.api.root_controller [req-513e8ef7-d972-462c-96a0-949077bce6cb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.031 10532 INFO octavia.api.v2.controllers.load_balancer [req-1acb8767-0c8e-4a2c-a31b-a3ffaf32e594 - - - - -] Sending created Load Balancer cf675233-f7e1-4921-a3ef-4843e024f703 to the handler 2019-06-07 06:10:49.090 10532 INFO oslo_db.sqlalchemy.provision [req-1acb8767-0c8e-4a2c-a31b-a3ffaf32e594 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.093 10532 INFO oslo_db.sqlalchemy.provision [req-1acb8767-0c8e-4a2c-a31b-a3ffaf32e594 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lakrepibrw 2019-06-07 06:10:49.094 10532 INFO oslo_db.sqlalchemy.provision [req-1acb8767-0c8e-4a2c-a31b-a3ffaf32e594 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_member [0.368040s] ... ok 2019-06-07 06:10:40.525 10540 INFO oslo_db.sqlalchemy.provision [req-d7996f1e-487c-4e13-823a-d70bbd497934 - - - - -] CREATE BACKEND sqlite:// TOKEN uxizquqpij 2019-06-07 06:10:40.690 10540 INFO octavia.common.config [req-d7996f1e-487c-4e13-823a-d70bbd497934 - - - - -] Logging enabled! 2019-06-07 06:10:40.691 10540 INFO octavia.common.config [req-d7996f1e-487c-4e13-823a-d70bbd497934 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.738 10540 WARNING octavia.api.root_controller [req-d7996f1e-487c-4e13-823a-d70bbd497934 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.765 10540 INFO octavia.api.v2.controllers.load_balancer [req-5d00c312-025f-428d-ac24-039ecd764b0b - - - - -] Sending created Load Balancer 68397b93-76bc-4f26-b18a-d34f732bafdc to the handler 2019-06-07 06:10:40.857 10540 INFO octavia.api.v2.controllers.listener [req-88e977f1-5013-476f-b184-ab6a4636668a - - - - -] Sending Creation of Listener c5d30aab-3b9e-41ab-aa7f-ce4db9c555a0 to handler 2019-06-07 06:10:40.988 10540 INFO octavia.api.v2.controllers.pool [req-b289af90-7974-425a-ba90-837d5fe35121 - - - - -] Sending Creation of Pool aef65d41-11ee-43fd-aa06-fb7d3779d9e7 to handler 2019-06-07 06:10:41.201 10540 INFO octavia.api.v2.controllers.pool [req-9be60f53-e513-4b95-a740-6e49576651fe - - - - -] Sending Creation of Pool cf0cc044-3d5a-4aac-9f82-de1e0ec065d3 to handler 2019-06-07 06:10:41.467 10540 INFO octavia.api.v2.controllers.member [req-5349dbc3-b923-4b8d-9843-b3c164105eb0 - - - - -] Sending Creation of Member 9cbf199f-26f8-43c8-9938-29f314f8a571 to handler 2019-06-07 06:10:41.914 10540 INFO octavia.api.v2.controllers.member [req-1438df70-9e1a-47a8-a9b1-9daf6a4914f1 - - - - -] Sending Creation of Member a6cb70aa-e20e-443c-be0c-3c385284c60d to handler 2019-06-07 06:10:42.193 10540 INFO octavia.api.v2.controllers.member [req-dcc1b4cc-9041-499c-b0c5-1dd30a01aaf1 - - - - -] Sending Creation of Member 787a0e62-31a2-4679-b9a5-0fa8503a3e9d to handler 2019-06-07 06:10:42.462 10540 INFO octavia.api.v2.controllers.member [req-9cce1ce1-7244-43fe-b34c-722a226451cb - - - - -] Sending Creation of Member a4f291d1-8b05-4e0d-82aa-9082bf4a71eb to handler 2019-06-07 06:10:42.791 10540 INFO octavia.api.v2.controllers.member [req-ee9c1dc6-3ab2-48f2-8392-46d3ed91af68 - - - - -] Sending Full Member Update to handler 2019-06-07 06:10:42.917 10540 INFO oslo_db.sqlalchemy.provision [req-7f819220-b88b-4cbf-a85f-908342b1fc09 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.921 10540 INFO oslo_db.sqlalchemy.provision [req-7f819220-b88b-4cbf-a85f-908342b1fc09 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uxizquqpij 2019-06-07 06:10:42.922 10540 INFO oslo_db.sqlalchemy.provision [req-7f819220-b88b-4cbf-a85f-908342b1fc09 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_member.TestMember.test_full_batch_members [2.403130s] ... ok 2019-06-07 06:11:00.980 10539 INFO octavia.api.v2.controllers.l7rule [req-f35d51a6-105a-44e3-a0ce-742cb02910d5 - - - - -] Sending Creation of L7Rule 189fdd5e-399a-4952-b4c5-d8cd56ee0466 to handler 2019-06-07 06:10:41.196 10543 INFO oslo_db.sqlalchemy.provision [req-7c5182ab-575a-4b73-bdb4-924939f4c345 - - - - -] CREATE BACKEND sqlite:// TOKEN fbkidqhdav 2019-06-07 06:10:41.512 10543 INFO octavia.common.config [req-7c5182ab-575a-4b73-bdb4-924939f4c345 - - - - -] Logging enabled! 2019-06-07 06:10:41.513 10543 INFO octavia.common.config [req-7c5182ab-575a-4b73-bdb4-924939f4c345 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.559 10543 WARNING octavia.api.root_controller [req-7c5182ab-575a-4b73-bdb4-924939f4c345 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.587 10543 INFO octavia.api.v2.controllers.load_balancer [req-fc7d3fbb-7cac-4a3a-a79e-e0f214793759 - - - - -] Sending created Load Balancer 5f42bdd3-f060-48fc-9089-002552b083af to the handler 2019-06-07 06:10:41.677 10543 INFO octavia.api.v2.controllers.listener [req-f1cf6106-c80e-43fc-b066-6faf25bf6e6b - - - - -] Sending Creation of Listener 665f19b0-05b5-45db-9a15-4f743bee8cf2 to handler 2019-06-07 06:10:41.835 10543 INFO octavia.api.v2.controllers.pool [req-502fab08-ec60-467a-8a56-0961e3baa059 - - - - -] Sending Creation of Pool 4e5db6fa-25b7-4cc3-ab4a-9bde4321ce86 to handler 2019-06-07 06:10:42.094 10543 INFO octavia.api.v2.controllers.pool [req-27fc0b43-74fd-41c1-bf73-1333d751cdfd - - - - -] Sending Creation of Pool 9303d156-e615-40f7-9950-be5df21a2f19 to handler 2019-06-07 06:10:42.358 10543 INFO oslo_db.sqlalchemy.provision [req-10af4f23-d33c-475d-8a5e-b80db8d383a1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.361 10543 INFO oslo_db.sqlalchemy.provision [req-10af4f23-d33c-475d-8a5e-b80db8d383a1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fbkidqhdav 2019-06-07 06:10:42.362 10543 INFO oslo_db.sqlalchemy.provision [req-10af4f23-d33c-475d-8a5e-b80db8d383a1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_create [1.173451s] ... ok 2019-06-07 06:10:45.653 10536 INFO oslo_db.sqlalchemy.provision [req-ff87760e-e003-4038-b79d-87c5b5d4f10f - - - - -] CREATE BACKEND sqlite:// TOKEN rtrhipwzeh 2019-06-07 06:10:45.817 10536 INFO octavia.common.config [req-ff87760e-e003-4038-b79d-87c5b5d4f10f - - - - -] Logging enabled! 2019-06-07 06:10:45.818 10536 INFO octavia.common.config [req-ff87760e-e003-4038-b79d-87c5b5d4f10f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.862 10536 WARNING octavia.api.root_controller [req-ff87760e-e003-4038-b79d-87c5b5d4f10f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.883 10536 INFO octavia.api.v1.controllers.load_balancer [req-6a27be91-7123-4d13-9ae9-8183ff68ccff - - - - -] Sending created Load Balancer 6441e050-cc1b-4c58-bdbd-a71219a1bc00 to the handler 2019-06-07 06:10:45.955 10536 INFO octavia.api.v1.controllers.listener [req-944c9329-23c9-42c9-9693-5b97f1787deb - - - - -] Sending Creation of Listener 324a2da8-aaf4-4566-b13c-55c4f5b6f94b to handler 2019-06-07 06:10:46.120 10536 INFO octavia.api.v1.controllers.l7policy [req-107b1553-e70a-411b-9696-929f87812fe2 - - - - -] Sending Creation of L7Policy 93428619-ca81-4ba8-b8f7-a2d15db388a6 to handler 2019-06-07 06:10:46.282 10536 INFO octavia.api.v1.controllers.l7rule [req-8b63a6c6-33d4-48b8-b617-d98f975d774a - - - - -] Sending Creation of L7Rule c656c815-61b9-45c1-afb5-f30096226e61 to handler 2019-06-07 06:10:46.400 10536 INFO oslo_db.sqlalchemy.provision [req-953e949d-0b6c-4aa4-a4cf-5772bb9e6bb5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.403 10536 INFO oslo_db.sqlalchemy.provision [req-953e949d-0b6c-4aa4-a4cf-5772bb9e6bb5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rtrhipwzeh 2019-06-07 06:10:46.404 10536 INFO oslo_db.sqlalchemy.provision [req-953e949d-0b6c-4aa4-a4cf-5772bb9e6bb5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_with_bad_handler [0.757307s] ... ok 2019-06-07 06:10:48.067 10533 INFO oslo_db.sqlalchemy.provision [req-92ad5696-3ea6-46d8-8247-5fc72339d115 - - - - -] CREATE BACKEND sqlite:// TOKEN oalmrjexpf 2019-06-07 06:10:48.228 10533 INFO octavia.common.config [req-92ad5696-3ea6-46d8-8247-5fc72339d115 - - - - -] Logging enabled! 2019-06-07 06:10:48.229 10533 INFO octavia.common.config [req-92ad5696-3ea6-46d8-8247-5fc72339d115 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.274 10533 WARNING octavia.api.root_controller [req-92ad5696-3ea6-46d8-8247-5fc72339d115 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.300 10533 INFO octavia.api.v2.controllers.load_balancer [req-e0997b58-18be-48b6-b931-f908429f501b - - - - -] Sending created Load Balancer 01c8090b-a51b-469c-8c8c-4759d4ea7593 to the handler 2019-06-07 06:10:48.389 10533 INFO octavia.api.v2.controllers.listener [req-9597b62c-5f04-462b-9592-26d160924877 - - - - -] Sending Creation of Listener 68cf912c-f79b-42c1-8b4b-720197d686e8 to handler 2019-06-07 06:10:48.568 10533 INFO octavia.api.v2.controllers.pool [req-6a96dfaf-51a0-4fb0-be14-6ccc78341278 - - - - -] Sending Creation of Pool 07650202-5cf1-4692-b3d9-21421a76557e to handler 2019-06-07 06:10:48.740 10533 INFO octavia.api.v2.controllers.load_balancer [req-eb041b2d-e7b0-49c1-ac02-f59d3b088d88 - - - - -] Sending deleted Load Balancer 01c8090b-a51b-469c-8c8c-4759d4ea7593 to the handler 2019-06-07 06:10:48.778 10533 INFO octavia.api.v2.controllers.pool [req-f0f4e6fe-1f03-4a93-927d-e3224371396a - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:48.803 10533 INFO oslo_db.sqlalchemy.provision [req-f0f4e6fe-1f03-4a93-927d-e3224371396a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.807 10533 INFO oslo_db.sqlalchemy.provision [req-f0f4e6fe-1f03-4a93-927d-e3224371396a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oalmrjexpf 2019-06-07 06:10:48.807 10533 INFO oslo_db.sqlalchemy.provision [req-f0f4e6fe-1f03-4a93-927d-e3224371396a - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_when_lb_pending_delete [0.747019s] ... ok 2019-06-07 06:10:39.423 10541 INFO oslo_db.sqlalchemy.provision [req-11ac99bc-1009-43fd-8e48-677664c91953 - - - - -] CREATE BACKEND sqlite:// TOKEN tthsoqzxoi 2019-06-07 06:10:39.582 10541 INFO octavia.common.config [req-11ac99bc-1009-43fd-8e48-677664c91953 - - - - -] Logging enabled! 2019-06-07 06:10:39.583 10541 INFO octavia.common.config [req-11ac99bc-1009-43fd-8e48-677664c91953 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.629 10541 WARNING octavia.api.root_controller [req-11ac99bc-1009-43fd-8e48-677664c91953 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.655 10541 INFO octavia.api.v2.controllers.load_balancer [req-7086a9a4-b193-4205-9349-e9b0d2813845 - - - - -] Sending created Load Balancer ef7227a6-54c1-4dbe-acb9-6ea7cddc4612 to the handler 2019-06-07 06:10:39.743 10541 INFO octavia.api.v2.controllers.listener [req-26300f19-4d2d-4773-b9bb-51c3787dd9fb - - - - -] Sending Creation of Listener fad9ae54-65fd-4acf-a816-6ce18d6e96fe to handler 2019-06-07 06:10:39.890 10541 INFO octavia.api.v2.controllers.pool [req-3cb792a6-a1c4-473e-89e3-8fcfc7435867 - - - - -] Sending Creation of Pool 1252ab34-7836-4f2e-b782-d48345934dc7 to handler 2019-06-07 06:10:40.117 10541 INFO octavia.api.v2.controllers.pool [req-b08e0799-5eed-468b-bb5e-af46f62e6792 - - - - -] Sending Creation of Pool 1a080b30-b8df-4ee0-9517-d3c351c101f0 to handler 2019-06-07 06:10:40.372 10541 INFO octavia.api.v2.controllers.pool [req-a1d28892-0b0f-4a41-ba80-ac04aebd1f76 - - - - -] Sending Creation of Pool 1961c60e-40de-4be1-a51e-115b52f9e60c to handler 2019-06-07 06:10:40.647 10541 INFO octavia.api.v2.controllers.pool [req-7ff34dbf-c472-442a-bd01-cbb0d6dade7a - - - - -] Sending Creation of Pool 91c4f407-b66e-42e2-87f8-1c5ab176664e to handler 2019-06-07 06:10:40.975 10541 INFO octavia.api.v2.controllers.pool [req-9a635806-10b2-466a-92b6-d531816bfbd9 - - - - -] Sending Creation of Pool 2597d8f7-966f-47b0-9de8-ceba04f9cfaa to handler 2019-06-07 06:10:41.402 10541 INFO octavia.api.v2.controllers.health_monitor [req-0ca4be00-7e94-4c85-b38a-51eab443c713 - - - - -] Sending Creation of Health Monitor 558802f7-314e-4fe0-a697-4cd77b2c3214 to handler 2019-06-07 06:10:41.781 10541 INFO octavia.api.v2.controllers.health_monitor [req-f9aec21c-6cac-4ede-9921-a21ed7e5928d - - - - -] Sending Creation of Health Monitor 9a2bae70-098a-4472-a880-bb17250bd095 to handler 2019-06-07 06:10:42.173 10541 INFO octavia.api.v2.controllers.health_monitor [req-47364c05-c0ee-4d9a-b036-d47adabd5282 - - - - -] Sending Creation of Health Monitor 7ed5b648-769a-4218-8a87-837de656aa4c to handler 2019-06-07 06:10:42.501 10541 INFO oslo_db.sqlalchemy.provision [req-95f7265d-cb8e-45f6-9442-4af54e6363f1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.505 10541 INFO oslo_db.sqlalchemy.provision [req-95f7265d-cb8e-45f6-9442-4af54e6363f1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tthsoqzxoi 2019-06-07 06:10:42.506 10541 INFO oslo_db.sqlalchemy.provision [req-95f7265d-cb8e-45f6-9442-4af54e6363f1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_fields_filter [3.088601s] ... ok 2019-06-07 06:10:43.921 10552 INFO oslo_db.sqlalchemy.provision [req-6bde0363-3351-4da6-a045-b0f33b37b2e5 - - - - -] CREATE BACKEND sqlite:// TOKEN kezvbzmfxi 2019-06-07 06:10:44.094 10552 INFO octavia.common.config [req-6bde0363-3351-4da6-a045-b0f33b37b2e5 - - - - -] Logging enabled! 2019-06-07 06:10:44.095 10552 INFO octavia.common.config [req-6bde0363-3351-4da6-a045-b0f33b37b2e5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.141 10552 WARNING octavia.api.root_controller [req-6bde0363-3351-4da6-a045-b0f33b37b2e5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.168 10552 INFO octavia.api.v2.controllers.load_balancer [req-0c0b2703-9e02-4c50-959b-4c18180caa54 - - - - -] Sending created Load Balancer 70a429f2-ae9e-484d-9b7b-acdcc1be137e to the handler 2019-06-07 06:10:44.221 10552 INFO octavia.api.v2.controllers.load_balancer [req-f8f01bef-fc9b-4d0c-ae8a-18fc8c5408c8 - - - - -] Invalid state PENDING_CREATE of loadbalancer resource 70a429f2-ae9e-484d-9b7b-acdcc1be137e 2019-06-07 06:10:44.246 10552 INFO oslo_db.sqlalchemy.provision [req-f8f01bef-fc9b-4d0c-ae8a-18fc8c5408c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.250 10552 INFO oslo_db.sqlalchemy.provision [req-f8f01bef-fc9b-4d0c-ae8a-18fc8c5408c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kezvbzmfxi 2019-06-07 06:10:44.250 10552 INFO oslo_db.sqlalchemy.provision [req-f8f01bef-fc9b-4d0c-ae8a-18fc8c5408c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_pending_create [0.337460s] ... ok 2019-06-07 06:10:39.810 10549 INFO oslo_db.sqlalchemy.provision [req-5f77d214-7821-4a4e-9c7f-72486575d7b3 - - - - -] CREATE BACKEND sqlite:// TOKEN rbmyjhgnun 2019-06-07 06:10:39.972 10549 INFO octavia.common.config [req-5f77d214-7821-4a4e-9c7f-72486575d7b3 - - - - -] Logging enabled! 2019-06-07 06:10:39.973 10549 INFO octavia.common.config [req-5f77d214-7821-4a4e-9c7f-72486575d7b3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.018 10549 WARNING octavia.api.root_controller [req-5f77d214-7821-4a4e-9c7f-72486575d7b3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.044 10549 INFO octavia.api.v2.controllers.load_balancer [req-34ddccda-fad2-45c6-8b30-f46c935e2fe0 - - - - -] Sending created Load Balancer e674cb1f-128f-4be9-ac46-109ff8182d1f to the handler 2019-06-07 06:10:40.128 10549 INFO octavia.api.v2.controllers.listener [req-f6977c50-a1f0-4c88-9ec1-bd45421fdd81 - - - - -] Sending Creation of Listener 55375765-33cc-4f67-8870-eacdf3723e3a to handler 2019-06-07 06:10:40.258 10549 INFO octavia.api.v2.controllers.pool [req-35d00dde-0ee8-4aae-a1e3-fef0fd8d7997 - - - - -] Sending Creation of Pool 2cabd2f8-93fa-45da-ab49-562ea219b5fe to handler 2019-06-07 06:10:40.460 10549 INFO octavia.api.v2.controllers.l7policy [req-e8c92a3a-1ccb-4945-808a-d5900074af4e - - - - -] Sending Creation of L7Policy 845ce4a9-a661-4597-baf3-176916522d8a to handler 2019-06-07 06:10:40.747 10549 INFO octavia.api.v2.controllers.l7policy [req-05514704-2011-44a7-b2cf-4b6a4e0a01c2 - - - - -] Sending Update of L7Policy 845ce4a9-a661-4597-baf3-176916522d8a to handler 2019-06-07 06:10:40.780 10549 INFO oslo_db.sqlalchemy.provision [req-05514704-2011-44a7-b2cf-4b6a4e0a01c2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.784 10549 INFO oslo_db.sqlalchemy.provision [req-05514704-2011-44a7-b2cf-4b6a4e0a01c2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rbmyjhgnun 2019-06-07 06:10:40.784 10549 INFO oslo_db.sqlalchemy.provision [req-05514704-2011-44a7-b2cf-4b6a4e0a01c2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_url_minimal [0.980476s] ... ok 2019-06-07 06:10:42.327 10556 INFO oslo_db.sqlalchemy.provision [req-7b5a0a10-defa-4e0c-bf8a-3ed5a5973cb5 - - - - -] CREATE BACKEND sqlite:// TOKEN cyjgnjscxx 2019-06-07 06:10:42.503 10556 INFO octavia.common.config [req-7b5a0a10-defa-4e0c-bf8a-3ed5a5973cb5 - - - - -] Logging enabled! 2019-06-07 06:10:42.504 10556 INFO octavia.common.config [req-7b5a0a10-defa-4e0c-bf8a-3ed5a5973cb5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.550 10556 WARNING octavia.api.root_controller [req-7b5a0a10-defa-4e0c-bf8a-3ed5a5973cb5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.580 10556 INFO octavia.api.v2.controllers.load_balancer [req-02277202-6a55-40de-8cbb-7446d5fec11e - - - - -] Sending created Load Balancer d31908c9-a0b8-4068-81d8-c7ab7d0244ad to the handler 2019-06-07 06:10:42.680 10556 INFO octavia.api.v2.controllers.load_balancer [req-af3f73f8-55ee-4423-a0b5-38e9b9891f1a - - - - -] Sending deleted Load Balancer d31908c9-a0b8-4068-81d8-c7ab7d0244ad to the handler 2019-06-07 06:10:42.732 10556 INFO oslo_db.sqlalchemy.provision [req-6a605542-a458-438b-99a5-2c9099f8033b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.736 10556 INFO oslo_db.sqlalchemy.provision [req-6a605542-a458-438b-99a5-2c9099f8033b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cyjgnjscxx 2019-06-07 06:10:42.736 10556 INFO oslo_db.sqlalchemy.provision [req-6a605542-a458-438b-99a5-2c9099f8033b - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_with_bad_handler [0.416862s] ... ok 2019-06-07 06:10:49.724 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] CREATE BACKEND sqlite:// TOKEN sohmjvowyz 2019-06-07 06:10:49.918 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.922 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sohmjvowyz 2019-06-07 06:10:49.922 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_update [0.204491s] ... ok 2019-06-07 06:10:41.438 10557 INFO oslo_db.sqlalchemy.provision [req-ef1252a3-a529-441a-8e99-758a042c839e - - - - -] CREATE BACKEND sqlite:// TOKEN cwxcakkyrt 2019-06-07 06:10:41.603 10557 INFO octavia.common.config [req-ef1252a3-a529-441a-8e99-758a042c839e - - - - -] Logging enabled! 2019-06-07 06:10:41.604 10557 INFO octavia.common.config [req-ef1252a3-a529-441a-8e99-758a042c839e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.653 10557 WARNING octavia.api.root_controller [req-ef1252a3-a529-441a-8e99-758a042c839e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.699 10557 INFO octavia.api.v2.controllers.load_balancer [req-5e8923b5-c327-4142-9c98-95b03471f4b2 - - - - -] Sending created Load Balancer 36722729-7dcd-4705-a5d4-6cdb2311c63e to the handler 2019-06-07 06:10:41.833 10557 INFO oslo_db.sqlalchemy.provision [req-fa1b19a9-2f6f-49b1-a950-87c2721142c1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.837 10557 INFO oslo_db.sqlalchemy.provision [req-fa1b19a9-2f6f-49b1-a950-87c2721142c1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cwxcakkyrt 2019-06-07 06:10:41.837 10557 INFO oslo_db.sqlalchemy.provision [req-fa1b19a9-2f6f-49b1-a950-87c2721142c1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_by_project_id [0.405711s] ... ok 2019-06-07 06:10:47.113 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN zpeqeecbtl 2019-06-07 06:10:47.313 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.317 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zpeqeecbtl 2019-06-07 06:10:47.317 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listener_relationship [0.210811s] ... ok 2019-06-07 06:10:46.508 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] CREATE BACKEND sqlite:// TOKEN tfhiavdlbv 2019-06-07 06:10:46.865 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.868 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tfhiavdlbv 2019-06-07 06:10:46.869 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete_with_rule [0.367198s] ... ok 2019-06-07 06:10:47.736 10559 INFO oslo_db.sqlalchemy.provision [req-31cdb812-d4e9-4ea2-a174-bc87fe55d9c5 - - - - -] CREATE BACKEND sqlite:// TOKEN ixrborhrss 2019-06-07 06:10:47.903 10559 INFO octavia.common.config [req-31cdb812-d4e9-4ea2-a174-bc87fe55d9c5 - - - - -] Logging enabled! 2019-06-07 06:10:47.904 10559 INFO octavia.common.config [req-31cdb812-d4e9-4ea2-a174-bc87fe55d9c5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.953 10559 WARNING octavia.api.root_controller [req-31cdb812-d4e9-4ea2-a174-bc87fe55d9c5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.984 10559 INFO octavia.api.v2.controllers.load_balancer [req-bc5e2304-81a9-4ea2-b14e-b0c0244e0c2a - - - - -] Sending created Load Balancer 21cafa25-b74d-4ed7-b943-a5cbb2d63865 to the handler 2019-06-07 06:10:48.074 10559 INFO octavia.api.v2.controllers.pool [req-6e804452-e6d1-4ed6-8e4f-208ec630b1c6 - - - - -] Sending Creation of Pool e7777a41-9a61-4a29-99e7-85e4b4b9a392 to handler 2019-06-07 06:10:48.217 10559 INFO octavia.api.v2.controllers.listener [req-96af6167-15e1-4e48-9cda-a08b5b3564ca - - - - -] Sending Creation of Listener b1a442f1-e280-4f7c-9dbc-6a32097a2249 to handler 2019-06-07 06:10:48.455 10559 INFO oslo_db.sqlalchemy.provision [req-4c1209bc-121c-40e5-b66f-d22037231331 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.459 10559 INFO oslo_db.sqlalchemy.provision [req-4c1209bc-121c-40e5-b66f-d22037231331 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ixrborhrss 2019-06-07 06:10:48.460 10559 INFO oslo_db.sqlalchemy.provision [req-4c1209bc-121c-40e5-b66f-d22037231331 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_project_id [0.730175s] ... ok 2019-06-07 06:10:46.145 10535 INFO oslo_db.sqlalchemy.provision [req-250621ec-519d-4102-b9aa-987e43e582c8 - - - - -] CREATE BACKEND sqlite:// TOKEN nxdepctshw 2019-06-07 06:10:46.308 10535 INFO octavia.common.config [req-250621ec-519d-4102-b9aa-987e43e582c8 - - - - -] Logging enabled! 2019-06-07 06:10:46.309 10535 INFO octavia.common.config [req-250621ec-519d-4102-b9aa-987e43e582c8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.355 10535 WARNING octavia.api.root_controller [req-250621ec-519d-4102-b9aa-987e43e582c8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.388 10535 INFO oslo_db.sqlalchemy.provision [req-ad6ce6e1-bae8-4341-b7fb-c8b73805d3b9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.392 10535 INFO oslo_db.sqlalchemy.provision [req-ad6ce6e1-bae8-4341-b7fb-c8b73805d3b9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nxdepctshw 2019-06-07 06:10:46.393 10535 INFO oslo_db.sqlalchemy.provision [req-ad6ce6e1-bae8-4341-b7fb-c8b73805d3b9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_provider_bogus [0.254169s] ... ok 2019-06-07 06:10:44.250 10542 INFO oslo_db.sqlalchemy.provision [req-b50c6cf7-198f-4f71-8f2a-f94752f22b88 - - - - -] CREATE BACKEND sqlite:// TOKEN bdzjedmzlh 2019-06-07 06:10:44.434 10542 INFO octavia.common.config [req-b50c6cf7-198f-4f71-8f2a-f94752f22b88 - - - - -] Logging enabled! 2019-06-07 06:10:44.436 10542 INFO octavia.common.config [req-b50c6cf7-198f-4f71-8f2a-f94752f22b88 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.484 10542 WARNING octavia.api.root_controller [req-b50c6cf7-198f-4f71-8f2a-f94752f22b88 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.516 10542 INFO octavia.api.v2.controllers.load_balancer [req-84adefb9-c937-4f72-8ec5-1d7a8a80dc6c - - - - -] Sending created Load Balancer c4e87f17-50ba-464c-bf7f-f01d2283987d to the handler 2019-06-07 06:10:44.605 10542 INFO octavia.api.v2.controllers.pool [req-385cd08a-f090-4f1e-b55f-d1ca141eba38 - - - - -] Sending Creation of Pool e8efe24e-0f97-4382-a254-a38ad4ca2e59 to handler 2019-06-07 06:10:44.711 10542 INFO octavia.api.v2.controllers.load_balancer [req-3106e7f2-8bb0-4a69-9dec-e5db2650b700 - - - - -] Sending created Load Balancer 4c7fc35d-c83d-4a8a-bdb4-3a0e0e27e497 to the handler 2019-06-07 06:10:44.756 10542 INFO octavia.api.v2.controllers.listener [req-c1862c4f-cb3c-42dd-ace7-16f333b7ff10 - - - - -] Load Balancer 4c7fc35d-c83d-4a8a-bdb4-3a0e0e27e497 is immutable. 2019-06-07 06:10:44.783 10542 INFO oslo_db.sqlalchemy.provision [req-c1862c4f-cb3c-42dd-ace7-16f333b7ff10 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.786 10542 INFO oslo_db.sqlalchemy.provision [req-c1862c4f-cb3c-42dd-ace7-16f333b7ff10 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bdzjedmzlh 2019-06-07 06:10:44.787 10542 INFO oslo_db.sqlalchemy.provision [req-c1862c4f-cb3c-42dd-ace7-16f333b7ff10 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_pending_create [0.543852s] ... ok 2019-06-07 06:10:47.058 10528 INFO oslo_db.sqlalchemy.provision [req-d1e3793a-0c9f-425a-9315-9580e40df46d - - - - -] CREATE BACKEND sqlite:// TOKEN wrbhpvgnrm 2019-06-07 06:10:47.230 10528 INFO octavia.common.config [req-d1e3793a-0c9f-425a-9315-9580e40df46d - - - - -] Logging enabled! 2019-06-07 06:10:47.231 10528 INFO octavia.common.config [req-d1e3793a-0c9f-425a-9315-9580e40df46d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.280 10528 WARNING octavia.api.root_controller [req-d1e3793a-0c9f-425a-9315-9580e40df46d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.304 10528 INFO octavia.api.v2.controllers.load_balancer [req-c8085b9e-a89a-4fee-ac86-d1adfc514a2d - - - - -] Sending created Load Balancer 03741e60-3434-4142-99b0-6c8c302214a7 to the handler 2019-06-07 06:10:47.387 10528 INFO octavia.api.v2.controllers.pool [req-cde689b4-f6ee-49bc-8707-50215e70a783 - - - - -] Sending Creation of Pool 6134d422-7a50-43c7-acd1-d395c10122ce to handler 2019-06-07 06:10:47.483 10528 ERROR octavia.api.v2.controllers.base [req-86e72fe9-31d9-4b55-8414-f511b470b07a - - - - -] Listener SEAN-CONNERY not found: None 2019-06-07 06:10:47.483 10528 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:47.483 10528 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:47.508 10528 INFO oslo_db.sqlalchemy.provision [req-86e72fe9-31d9-4b55-8414-f511b470b07a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.512 10528 INFO oslo_db.sqlalchemy.provision [req-86e72fe9-31d9-4b55-8414-f511b470b07a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wrbhpvgnrm 2019-06-07 06:10:47.512 10528 INFO oslo_db.sqlalchemy.provision [req-86e72fe9-31d9-4b55-8414-f511b470b07a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_bad_listener_id [0.461132s] ... ok 2019-06-07 06:10:49.929 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] CREATE BACKEND sqlite:// TOKEN ajbackweoe 2019-06-07 06:10:50.163 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.167 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ajbackweoe 2019-06-07 06:10:50.167 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule_invalid_value_string [0.244048s] ... ok 2019-06-07 06:10:46.015 10553 INFO oslo_db.sqlalchemy.provision [req-7ea10b71-de49-4860-90bf-843ed1b02060 - - - - -] CREATE BACKEND sqlite:// TOKEN ohqkxvlwpm 2019-06-07 06:10:46.178 10553 INFO octavia.common.config [req-7ea10b71-de49-4860-90bf-843ed1b02060 - - - - -] Logging enabled! 2019-06-07 06:10:46.178 10553 INFO octavia.common.config [req-7ea10b71-de49-4860-90bf-843ed1b02060 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.225 10553 WARNING octavia.api.root_controller [req-7ea10b71-de49-4860-90bf-843ed1b02060 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.255 10553 INFO octavia.api.v2.controllers.load_balancer [req-c181c8ad-aa99-44a7-a928-d4e81f090974 - - - - -] Sending created Load Balancer 0d28bfb8-f7a4-4c76-ab29-f1b0f003c760 to the handler 2019-06-07 06:10:46.345 10553 INFO oslo_db.sqlalchemy.provision [req-d492a80d-bd8e-4d22-bacf-6f6ac3230b1a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.348 10553 INFO oslo_db.sqlalchemy.provision [req-d492a80d-bd8e-4d22-bacf-6f6ac3230b1a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ohqkxvlwpm 2019-06-07 06:10:46.349 10553 INFO oslo_db.sqlalchemy.provision [req-d492a80d-bd8e-4d22-bacf-6f6ac3230b1a - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_already_deleted [0.340671s] ... ok 2019-06-07 06:10:49.355 10548 INFO oslo_db.sqlalchemy.provision [req-ccf23081-e342-4e1c-966c-d94758f04c0f - - - - -] CREATE BACKEND sqlite:// TOKEN fmeggtkkzu 2019-06-07 06:10:49.523 10548 INFO octavia.common.config [req-ccf23081-e342-4e1c-966c-d94758f04c0f - - - - -] Logging enabled! 2019-06-07 06:10:49.524 10548 INFO octavia.common.config [req-ccf23081-e342-4e1c-966c-d94758f04c0f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.570 10548 WARNING octavia.api.root_controller [req-ccf23081-e342-4e1c-966c-d94758f04c0f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.604 10548 INFO oslo_db.sqlalchemy.provision [req-78bf4378-9e7f-4ca8-8cb2-966973d6efdc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.608 10548 INFO oslo_db.sqlalchemy.provision [req-78bf4378-9e7f-4ca8-8cb2-966973d6efdc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fmeggtkkzu 2019-06-07 06:10:49.609 10548 INFO oslo_db.sqlalchemy.provision [req-78bf4378-9e7f-4ca8-8cb2-966973d6efdc - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_nonuuid_vip_attributes [0.259428s] ... ok 2019-06-07 06:10:40.417 10550 INFO oslo_db.sqlalchemy.provision [req-8556a5b8-0608-40ca-b2e9-0ac4af768227 - - - - -] CREATE BACKEND sqlite:// TOKEN qlrzmjhaii 2019-06-07 06:10:40.579 10550 INFO octavia.common.config [req-8556a5b8-0608-40ca-b2e9-0ac4af768227 - - - - -] Logging enabled! 2019-06-07 06:10:40.580 10550 INFO octavia.common.config [req-8556a5b8-0608-40ca-b2e9-0ac4af768227 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.633 10550 WARNING octavia.api.root_controller [req-8556a5b8-0608-40ca-b2e9-0ac4af768227 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.660 10550 INFO octavia.api.v2.controllers.load_balancer [req-375c6e95-bef9-494e-b53a-8b95c25d10bd - - - - -] Sending created Load Balancer c029e01c-aace-441e-9959-fb29988c0fe3 to the handler 2019-06-07 06:10:40.749 10550 INFO octavia.api.v2.controllers.listener [req-ae61c346-f03e-4fec-9cac-3a3c82dcffbc - - - - -] Sending Creation of Listener 288f7cda-2e8d-49da-87f6-c68bba721db3 to handler 2019-06-07 06:10:40.884 10550 INFO octavia.api.v2.controllers.pool [req-168cd7ba-dd93-4995-9714-b1026d6a4b5a - - - - -] Sending Creation of Pool f775b9d4-1400-4f54-96a5-5a4e280daa65 to handler 2019-06-07 06:10:41.098 10550 INFO octavia.api.v2.controllers.l7policy [req-d4723a52-e80e-42f1-815f-2765f1a9c19f - - - - -] Sending Creation of L7Policy 98435893-7da8-4073-9798-e3e8a0c8c6c7 to handler 2019-06-07 06:10:41.299 10550 INFO oslo_db.sqlalchemy.provision [req-295ec5ab-db5d-46b8-895a-7465a9d6edc8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.303 10550 INFO oslo_db.sqlalchemy.provision [req-295ec5ab-db5d-46b8-895a-7465a9d6edc8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qlrzmjhaii 2019-06-07 06:10:41.303 10550 INFO oslo_db.sqlalchemy.provision [req-295ec5ab-db5d-46b8-895a-7465a9d6edc8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_redirect_to_pool [0.893615s] ... ok 2019-06-07 06:10:51.655 10534 INFO oslo_db.sqlalchemy.provision [req-b7fed6ed-ab29-4e06-8860-7fec169fe151 - - - - -] CREATE BACKEND sqlite:// TOKEN qroflndtzx 2019-06-07 06:10:51.825 10534 INFO octavia.common.config [req-b7fed6ed-ab29-4e06-8860-7fec169fe151 - - - - -] Logging enabled! 2019-06-07 06:10:51.826 10534 INFO octavia.common.config [req-b7fed6ed-ab29-4e06-8860-7fec169fe151 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.875 10534 WARNING octavia.api.root_controller [req-b7fed6ed-ab29-4e06-8860-7fec169fe151 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.902 10534 INFO octavia.api.v2.controllers.load_balancer [req-6ecf1038-9fd3-4ffc-a1cc-88014b060cf3 - - - - -] Sending created Load Balancer a9777d15-ae12-4334-a9ad-10be3619a2fe to the handler 2019-06-07 06:10:51.985 10534 INFO octavia.api.v2.controllers.listener [req-5ec83031-8621-4422-83df-2fb2e7b1c87e - - - - -] Sending Creation of Listener 75be9533-a1c3-4e35-a266-52c22d9f2c01 to handler 2019-06-07 06:10:52.128 10534 INFO oslo_db.sqlalchemy.provision [req-99cc8bfb-63b4-4489-9a5b-28e6152a36ff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.132 10534 INFO oslo_db.sqlalchemy.provision [req-99cc8bfb-63b4-4489-9a5b-28e6152a36ff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qroflndtzx 2019-06-07 06:10:52.133 10534 INFO oslo_db.sqlalchemy.provision [req-99cc8bfb-63b4-4489-9a5b-28e6152a36ff - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_pool.TestPool.test_empty_get_all [0.483850s] ... ok 2019-06-07 06:10:39.363 10545 INFO oslo_db.sqlalchemy.provision [req-e5f33f8f-a972-4688-b67c-e14ea3b0d14a - - - - -] CREATE BACKEND sqlite:// TOKEN ekevcritch 2019-06-07 06:10:39.526 10545 INFO octavia.common.config [req-e5f33f8f-a972-4688-b67c-e14ea3b0d14a - - - - -] Logging enabled! 2019-06-07 06:10:39.527 10545 INFO octavia.common.config [req-e5f33f8f-a972-4688-b67c-e14ea3b0d14a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.572 10545 WARNING octavia.api.root_controller [req-e5f33f8f-a972-4688-b67c-e14ea3b0d14a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.599 10545 INFO octavia.api.v2.controllers.load_balancer [req-b3df8edf-c22f-497d-9e7e-f87b10e85b79 - - - - -] Sending created Load Balancer c2209af3-5924-4654-a015-5e44df556037 to the handler 2019-06-07 06:10:39.687 10545 INFO octavia.api.v2.controllers.listener [req-350c2e39-ba3e-4de1-b528-2f10aec46ffa - - - - -] Sending Creation of Listener 5f1f228a-61cc-44a8-b6ce-a78137f47122 to handler 2019-06-07 06:10:39.821 10545 INFO octavia.api.v2.controllers.pool [req-5717bab4-7758-4189-ad0f-646150ae296d - - - - -] Sending Creation of Pool c70c1c05-c6dc-4c32-8f2c-d7fbcca077e3 to handler 2019-06-07 06:10:40.066 10545 INFO octavia.api.v2.controllers.pool [req-bf93a175-6471-40dc-b5e9-fa5a20728b29 - - - - -] Sending Creation of Pool 1d600263-6334-4524-a8f3-3a189c0e376a to handler 2019-06-07 06:10:40.319 10545 INFO octavia.api.v2.controllers.pool [req-b720fa8d-17c7-4439-9b70-b3e8075fdede - - - - -] Sending Creation of Pool 83d79246-92b3-416d-8438-c552304d50e8 to handler 2019-06-07 06:10:40.633 10545 INFO octavia.api.v2.controllers.pool [req-d0279dda-bd56-48c1-b022-83e9080efa56 - - - - -] Sending Creation of Pool aa213f9d-9c4b-4168-a8fc-d5be65ea717e to handler 2019-06-07 06:10:40.956 10545 INFO octavia.api.v2.controllers.pool [req-023b1e67-43bd-4fbd-bc35-9a5491deb41a - - - - -] Sending Creation of Pool 4a2e4ec9-9363-4a9a-8829-07441e8e49f1 to handler 2019-06-07 06:10:41.341 10545 INFO octavia.api.v2.controllers.health_monitor [req-1c9283bc-5c50-474c-b8d9-3d84e13a4c85 - - - - -] Sending Creation of Health Monitor 4aae2b04-9943-48d8-86da-cf155b8ce720 to handler 2019-06-07 06:10:41.722 10545 INFO octavia.api.v2.controllers.health_monitor [req-cc6dc11e-3136-4a13-b198-ac4c60d6a995 - - - - -] Sending Creation of Health Monitor 873d8ce0-288a-48b2-8bbe-3ed76e838278 to handler 2019-06-07 06:10:42.133 10545 INFO octavia.api.v2.controllers.health_monitor [req-4738daf5-8d46-457a-ade7-3da3a4562091 - - - - -] Sending Creation of Health Monitor 9eafc92c-69c7-420c-898a-ad1ae1e72a02 to handler 2019-06-07 06:10:42.489 10545 INFO oslo_db.sqlalchemy.provision [req-b98264ff-7dd8-42f8-9363-81d545d99d9d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.492 10545 INFO oslo_db.sqlalchemy.provision [req-b98264ff-7dd8-42f8-9363-81d545d99d9d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ekevcritch 2019-06-07 06:10:42.493 10545 INFO oslo_db.sqlalchemy.provision [req-b98264ff-7dd8-42f8-9363-81d545d99d9d - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_sorted [3.135903s] ... ok 2019-06-07 06:10:47.324 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN bjnwevkoxq 2019-06-07 06:10:47.548 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.552 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bjnwevkoxq 2019-06-07 06:10:47.553 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listeners_pools_refs_with_l7policy_with_l7rule [0.234980s] ... ok 2019-06-07 06:10:46.877 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] CREATE BACKEND sqlite:// TOKEN cfujlozajz 2019-06-07 06:10:47.083 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.087 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cfujlozajz 2019-06-07 06:10:47.087 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_immutable_raise [0.217087s] ... ok 2019-06-07 06:10:46.383 10538 INFO oslo_db.sqlalchemy.provision [req-910b9ae6-ddba-4c2b-a6ba-c577c99e933d - - - - -] CREATE BACKEND sqlite:// TOKEN zkeyyrlund 2019-06-07 06:10:46.544 10538 INFO octavia.common.config [req-910b9ae6-ddba-4c2b-a6ba-c577c99e933d - - - - -] Logging enabled! 2019-06-07 06:10:46.545 10538 INFO octavia.common.config [req-910b9ae6-ddba-4c2b-a6ba-c577c99e933d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.590 10538 WARNING octavia.api.root_controller [req-910b9ae6-ddba-4c2b-a6ba-c577c99e933d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.619 10538 INFO octavia.api.v2.controllers.load_balancer [req-377e1212-099c-4cfb-b463-c8f6f60e958e - - - - -] Sending created Load Balancer 0955710e-2e9f-4314-adb2-6b4600e7b8d1 to the handler 2019-06-07 06:10:46.705 10538 INFO octavia.api.v2.controllers.listener [req-2dffe910-606f-4665-9ecc-8b128ee72ceb - - - - -] Sending Creation of Listener 22ef38f2-289f-4747-bde1-66ccd4478aaa to handler 2019-06-07 06:10:46.861 10538 INFO octavia.api.v2.controllers.pool [req-7e5988dd-9027-486a-8029-6ec5e11342f9 - - - - -] Sending Creation of Pool cf51e2a9-51aa-433f-a324-79f05acf91af to handler 2019-06-07 06:10:47.069 10538 INFO octavia.api.v2.controllers.pool [req-30772c67-e3e4-4e67-9cd0-c411205e174f - - - - -] Sending Creation of Pool 95d80c55-053a-4216-a80f-e52f8570c512 to handler 2019-06-07 06:10:47.345 10538 INFO octavia.api.v2.controllers.l7policy [req-431cbb1d-8726-4411-a2f7-5c95d8e93169 - - - - -] Sending Creation of L7Policy 2ea56547-4182-4f40-bf46-3d8a8a496786 to handler 2019-06-07 06:10:47.802 10538 INFO octavia.api.v2.controllers.l7rule [req-0be6018d-df28-4006-88e4-a622f903c9b1 - - - - -] Sending Creation of L7Rule c81e39fb-5dda-4c23-9085-e05f3a60ed3f to handler 2019-06-07 06:10:47.886 10538 INFO oslo_db.sqlalchemy.provision [req-3b37d8a3-63fd-4ddd-a077-ddda7e4e931a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.889 10538 INFO oslo_db.sqlalchemy.provision [req-3b37d8a3-63fd-4ddd-a077-ddda7e4e931a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zkeyyrlund 2019-06-07 06:10:47.890 10538 INFO oslo_db.sqlalchemy.provision [req-3b37d8a3-63fd-4ddd-a077-ddda7e4e931a - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_pools [1.514998s] ... ok 2019-06-07 06:10:37.794 10529 INFO oslo_db.sqlalchemy.provision [req-caf9d0a6-3e1d-42fa-9919-ab6deacd0465 - - - - -] CREATE BACKEND sqlite:// TOKEN hkrtaovevw 2019-06-07 06:10:37.960 10529 INFO octavia.common.config [req-caf9d0a6-3e1d-42fa-9919-ab6deacd0465 - - - - -] Logging enabled! 2019-06-07 06:10:37.961 10529 INFO octavia.common.config [req-caf9d0a6-3e1d-42fa-9919-ab6deacd0465 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.006 10529 WARNING octavia.api.root_controller [req-caf9d0a6-3e1d-42fa-9919-ab6deacd0465 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.037 10529 INFO octavia.api.v2.controllers.load_balancer [req-130c67d6-c7d5-4132-87cb-6c708775644e - - - - -] Sending created Load Balancer 885b29ec-7af9-4cc3-a40e-2b212d05fa6e to the handler 2019-06-07 06:10:38.154 10529 INFO oslo_db.sqlalchemy.provision [req-ed8c22d3-042a-4e17-b9c0-eccc920dbb2e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:38.158 10529 INFO oslo_db.sqlalchemy.provision [req-ed8c22d3-042a-4e17-b9c0-eccc920dbb2e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hkrtaovevw 2019-06-07 06:10:38.158 10529 INFO oslo_db.sqlalchemy.provision [req-ed8c22d3-042a-4e17-b9c0-eccc920dbb2e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_fields_filter [0.371341s] ... ok 2019-06-07 06:10:49.101 10532 INFO oslo_db.sqlalchemy.provision [req-1acb8767-0c8e-4a2c-a31b-a3ffaf32e594 - - - - -] CREATE BACKEND sqlite:// TOKEN ahozxfobwn 2019-06-07 06:10:49.267 10532 INFO octavia.common.config [req-1acb8767-0c8e-4a2c-a31b-a3ffaf32e594 - - - - -] Logging enabled! 2019-06-07 06:10:49.268 10532 INFO octavia.common.config [req-1acb8767-0c8e-4a2c-a31b-a3ffaf32e594 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.314 10532 WARNING octavia.api.root_controller [req-1acb8767-0c8e-4a2c-a31b-a3ffaf32e594 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.394 10532 INFO octavia.api.v2.controllers.load_balancer [req-99575995-22f2-4ea2-9fd4-9fd316a95360 - - - - -] Sending created Load Balancer 686c7a07-78c3-4606-b7b6-c321c7ba9291 to the handler 2019-06-07 06:10:49.452 10532 INFO oslo_db.sqlalchemy.provision [req-99575995-22f2-4ea2-9fd4-9fd316a95360 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.456 10532 INFO oslo_db.sqlalchemy.provision [req-99575995-22f2-4ea2-9fd4-9fd316a95360 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ahozxfobwn 2019-06-07 06:10:49.456 10532 INFO oslo_db.sqlalchemy.provision [req-99575995-22f2-4ea2-9fd4-9fd316a95360 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_pool [0.362027s] ... ok 2019-06-07 06:11:02.121 10539 INFO octavia.api.v2.controllers.l7rule [req-0444a284-108d-414b-b749-4e091a639fa5 - - - - -] Sending Creation of L7Rule 7a35e6d7-19f2-4f46-825c-1dbbb57c13ac to handler 2019-06-07 06:10:50.174 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] CREATE BACKEND sqlite:// TOKEN xmyglwqlej 2019-06-07 06:10:50.403 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.407 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xmyglwqlej 2019-06-07 06:10:50.407 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule_bad_compare_type [0.239740s] ... ok 2019-06-07 06:10:40.626 10530 INFO oslo_db.sqlalchemy.provision [req-12e697c4-b30e-45f4-a9f4-c889d36001b4 - - - - -] CREATE BACKEND sqlite:// TOKEN oynwcjgngr 2019-06-07 06:10:40.807 10530 INFO octavia.common.config [req-12e697c4-b30e-45f4-a9f4-c889d36001b4 - - - - -] Logging enabled! 2019-06-07 06:10:40.808 10530 INFO octavia.common.config [req-12e697c4-b30e-45f4-a9f4-c889d36001b4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.858 10530 WARNING octavia.api.root_controller [req-12e697c4-b30e-45f4-a9f4-c889d36001b4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.888 10530 INFO octavia.api.v2.controllers.load_balancer [req-fbf57258-670a-4340-a15e-dfd07b26dcd4 - - - - -] Sending created Load Balancer ee83757f-5ecc-4172-9730-26c92d45b778 to the handler 2019-06-07 06:10:40.984 10530 INFO octavia.api.v2.controllers.pool [req-79c6d8a6-5479-4803-9a86-59ce08f156cd - - - - -] Sending Creation of Pool 1faceb9f-e119-477a-9cad-4ead261ccc4c to handler 2019-06-07 06:10:41.127 10530 INFO octavia.api.v2.controllers.listener [req-14854d23-e371-4fb4-b4d3-e790bf1a91ca - - - - -] Sending Creation of Listener 14d1fba8-c1f1-4cd1-b056-0e7a76e72ab9 to handler 2019-06-07 06:10:41.497 10530 INFO octavia.api.v2.controllers.listener [req-c611a4a4-ad5e-4fe5-b47e-1f14be9e35cd - - - - -] Sending Creation of Listener 197f76e1-3143-4c60-8148-8d1a2c689bd9 to handler 2019-06-07 06:10:41.543 10530 INFO oslo_db.sqlalchemy.provision [req-c611a4a4-ad5e-4fe5-b47e-1f14be9e35cd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.547 10530 INFO oslo_db.sqlalchemy.provision [req-c611a4a4-ad5e-4fe5-b47e-1f14be9e35cd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oynwcjgngr 2019-06-07 06:10:41.547 10530 INFO oslo_db.sqlalchemy.provision [req-c611a4a4-ad5e-4fe5-b47e-1f14be9e35cd - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_shared_default_pool_id [0.927428s] ... ok 2019-06-07 06:10:45.254 10555 INFO oslo_db.sqlalchemy.provision [req-ae2da03d-9bf6-47bc-a0c2-fecba78ea85e - - - - -] CREATE BACKEND sqlite:// TOKEN buvccayizb 2019-06-07 06:10:45.418 10555 INFO octavia.common.config [req-ae2da03d-9bf6-47bc-a0c2-fecba78ea85e - - - - -] Logging enabled! 2019-06-07 06:10:45.419 10555 INFO octavia.common.config [req-ae2da03d-9bf6-47bc-a0c2-fecba78ea85e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.465 10555 WARNING octavia.api.root_controller [req-ae2da03d-9bf6-47bc-a0c2-fecba78ea85e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.493 10555 INFO octavia.api.v2.controllers.load_balancer [req-507bc2a3-5b5d-44fe-b99d-c735996f394f - - - - -] Sending created Load Balancer 2e55cf4b-c4a3-4703-b92f-75854bdf6381 to the handler 2019-06-07 06:10:45.583 10555 INFO octavia.api.v2.controllers.pool [req-6b55aa65-43bf-469a-b663-65dc5bb54f7f - - - - -] Sending Creation of Pool dd2d46e7-4c43-4f0c-9d4a-c471901746dd to handler 2019-06-07 06:10:45.714 10555 INFO octavia.api.v2.controllers.listener [req-f94060b1-0166-4227-ba08-c7a6485f342e - - - - -] Sending Creation of Listener d60b347f-c1a9-4780-b93b-cc3bef4f0dd3 to handler 2019-06-07 06:10:45.931 10555 INFO oslo_db.sqlalchemy.provision [req-7898fe86-26ec-4364-b461-705cbe54d3d6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.935 10555 INFO oslo_db.sqlalchemy.provision [req-7898fe86-26ec-4364-b461-705cbe54d3d6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN buvccayizb 2019-06-07 06:10:45.936 10555 INFO oslo_db.sqlalchemy.provision [req-7898fe86-26ec-4364-b461-705cbe54d3d6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_not_authorized [0.688136s] ... ok 2019-06-07 06:10:45.171 10551 INFO oslo_db.sqlalchemy.provision [req-4b1cb38a-57e8-4641-be03-5a224deb1398 - - - - -] CREATE BACKEND sqlite:// TOKEN gtspeulgag 2019-06-07 06:10:45.335 10551 INFO octavia.common.config [req-4b1cb38a-57e8-4641-be03-5a224deb1398 - - - - -] Logging enabled! 2019-06-07 06:10:45.336 10551 INFO octavia.common.config [req-4b1cb38a-57e8-4641-be03-5a224deb1398 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.380 10551 WARNING octavia.api.root_controller [req-4b1cb38a-57e8-4641-be03-5a224deb1398 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.407 10551 INFO octavia.api.v2.controllers.load_balancer [req-5f766276-aa29-4a9e-ab32-956e5e4848af - - - - -] Sending created Load Balancer d1da4367-749e-4959-b522-00468fc5213b to the handler 2019-06-07 06:10:45.491 10551 INFO octavia.api.v2.controllers.listener [req-2f1edcde-2cc8-4638-82fb-e1d8ad42fddc - - - - -] Sending Creation of Listener 6b9db7c9-3592-43e6-a6e1-860c125f6407 to handler 2019-06-07 06:10:45.599 10551 WARNING octavia.api.v2.controllers.load_balancer [req-07680527-5d19-4cc9-af57-3168c79a54c1 - - - - -] Cannot delete Load Balancer d1da4367-749e-4959-b522-00468fc5213b - it has children 2019-06-07 06:10:45.647 10551 INFO oslo_db.sqlalchemy.provision [req-a8b5b0e2-a7e6-4ffc-b9d1-b53060f0bf92 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.651 10551 INFO oslo_db.sqlalchemy.provision [req-a8b5b0e2-a7e6-4ffc-b9d1-b53060f0bf92 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gtspeulgag 2019-06-07 06:10:45.652 10551 INFO oslo_db.sqlalchemy.provision [req-a8b5b0e2-a7e6-4ffc-b9d1-b53060f0bf92 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_fails_with_listener [0.486747s] ... ok 2019-06-07 06:10:44.259 10552 INFO oslo_db.sqlalchemy.provision [req-f8f01bef-fc9b-4d0c-ae8a-18fc8c5408c8 - - - - -] CREATE BACKEND sqlite:// TOKEN pqnmgjxhgw 2019-06-07 06:10:44.422 10552 INFO octavia.common.config [req-f8f01bef-fc9b-4d0c-ae8a-18fc8c5408c8 - - - - -] Logging enabled! 2019-06-07 06:10:44.423 10552 INFO octavia.common.config [req-f8f01bef-fc9b-4d0c-ae8a-18fc8c5408c8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.470 10552 WARNING octavia.api.root_controller [req-f8f01bef-fc9b-4d0c-ae8a-18fc8c5408c8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.498 10552 INFO octavia.api.v2.controllers.load_balancer [req-73138610-140f-4137-9487-f271ab25be70 - - - - -] Sending created Load Balancer 82dc0221-52dc-4724-acc1-e5857bfa6b24 to the handler 2019-06-07 06:10:44.561 10552 INFO oslo_db.sqlalchemy.provision [req-dba4b367-ebc8-468e-a2ed-7e5bda10949c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.565 10552 INFO oslo_db.sqlalchemy.provision [req-dba4b367-ebc8-468e-a2ed-7e5bda10949c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pqnmgjxhgw 2019-06-07 06:10:44.566 10552 INFO oslo_db.sqlalchemy.provision [req-dba4b367-ebc8-468e-a2ed-7e5bda10949c - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:47.560 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN lidqthjdvn 2019-06-07 06:10:47.756 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.760 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lidqthjdvn 2019-06-07 06:10:47.760 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_models.PoolModelTest.test_member_relationship [0.206874s] ... ok {24} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_not_authorized [0.314508s] ... ok 2019-06-07 06:10:40.164 10531 INFO oslo_db.sqlalchemy.provision [req-a862ac90-048d-4d75-a5eb-3dff7331c7f1 - - - - -] CREATE BACKEND sqlite:// TOKEN vhnhsvwtoo 2019-06-07 06:10:40.564 10531 INFO octavia.common.config [req-a862ac90-048d-4d75-a5eb-3dff7331c7f1 - - - - -] Logging enabled! 2019-06-07 06:10:40.565 10531 INFO octavia.common.config [req-a862ac90-048d-4d75-a5eb-3dff7331c7f1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.617 10531 WARNING octavia.api.root_controller [req-a862ac90-048d-4d75-a5eb-3dff7331c7f1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.643 10531 INFO octavia.api.v2.controllers.load_balancer [req-445c2bf7-3aea-4a7b-8e1c-2e00811f721b - - - - -] Sending created Load Balancer 6a6f3caa-845d-40ca-bdd6-38c93024d9bf to the handler 2019-06-07 06:10:40.728 10531 INFO octavia.api.v2.controllers.listener [req-b94433c7-9325-433d-8ab1-7cdbf569b09d - - - - -] Sending Creation of Listener 58a09f72-f344-4e28-bfdc-17f0f3dae616 to handler 2019-06-07 06:10:40.869 10531 INFO octavia.api.v2.controllers.pool [req-2eee9c12-d83e-4cd5-b317-1c89e5ee8181 - - - - -] Sending Creation of Pool f51cce7c-13be-47ea-9733-5c75232223fe to handler 2019-06-07 06:10:41.067 10531 INFO octavia.api.v2.controllers.l7policy [req-0b020083-11b4-42f1-bd78-42d58ee986e2 - - - - -] Sending Creation of L7Policy 21530bd7-36cc-4b54-8d51-ffabd0f95b0d to handler 2019-06-07 06:10:41.286 10531 INFO octavia.api.v2.controllers.load_balancer [req-a71f74aa-9313-4660-940e-abad2e3617d0 - - - - -] Sending deleted Load Balancer 6a6f3caa-845d-40ca-bdd6-38c93024d9bf to the handler 2019-06-07 06:10:41.329 10531 INFO octavia.api.v2.controllers.l7policy [req-50272b76-53fe-4cc6-884b-01f3d767ddb7 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:41.354 10531 INFO oslo_db.sqlalchemy.provision [req-50272b76-53fe-4cc6-884b-01f3d767ddb7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.358 10531 INFO oslo_db.sqlalchemy.provision [req-50272b76-53fe-4cc6-884b-01f3d767ddb7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vhnhsvwtoo 2019-06-07 06:10:41.358 10531 INFO oslo_db.sqlalchemy.provision [req-50272b76-53fe-4cc6-884b-01f3d767ddb7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_when_lb_pending_delete [1.210270s] ... ok 2019-06-07 06:10:47.094 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] CREATE BACKEND sqlite:// TOKEN kcgfsglxcn 2019-06-07 06:10:47.317 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.320 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kcgfsglxcn 2019-06-07 06:10:47.321 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_get_all [0.232790s] ... ok 2019-06-07 06:10:45.536 10547 INFO oslo_db.sqlalchemy.provision [req-797032ae-52d6-4744-bb03-22f9f4b88e80 - - - - -] CREATE BACKEND sqlite:// TOKEN zqhxodudpi 2019-06-07 06:10:45.700 10547 INFO octavia.common.config [req-797032ae-52d6-4744-bb03-22f9f4b88e80 - - - - -] Logging enabled! 2019-06-07 06:10:45.701 10547 INFO octavia.common.config [req-797032ae-52d6-4744-bb03-22f9f4b88e80 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.749 10547 WARNING octavia.api.root_controller [req-797032ae-52d6-4744-bb03-22f9f4b88e80 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.776 10547 INFO octavia.api.v2.controllers.load_balancer [req-0e4a1fc9-7330-45c3-bfea-cb4c820cd15a - - - - -] Sending created Load Balancer 444ea0bd-313b-4b53-8a75-d58f93626d41 to the handler 2019-06-07 06:10:45.861 10547 INFO octavia.api.v2.controllers.listener [req-55343296-770c-41bb-86d4-5c162d29deee - - - - -] Sending Creation of Listener 40d0c5be-506a-4e9d-b2e0-423c95c44735 to handler 2019-06-07 06:10:45.992 10547 INFO octavia.api.v2.controllers.pool [req-698aa93f-c5ca-42aa-9ad7-0b487338e3ec - - - - -] Sending Creation of Pool 5e6a2c7f-66fe-4460-9bcc-276b724775dc to handler 2019-06-07 06:10:46.224 10547 INFO octavia.api.v2.controllers.pool [req-7c20ee07-229a-485a-8fc5-6454c112eb58 - - - - -] Sending Creation of Pool e33817e4-13fb-484f-a3c8-1df74db7fd4c to handler 2019-06-07 06:10:46.492 10547 INFO octavia.api.v2.controllers.member [req-a1c09127-b1fb-403b-b995-40ba43c3f721 - - - - -] Sending Creation of Member f44ce32e-f9fc-4b80-97e7-78aeee064ceb to handler 2019-06-07 06:10:46.580 10547 INFO oslo_db.sqlalchemy.provision [req-beb150af-0941-4c7b-b1db-ea19d0934bfd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.583 10547 INFO oslo_db.sqlalchemy.provision [req-beb150af-0941-4c7b-b1db-ea19d0934bfd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zqhxodudpi 2019-06-07 06:10:46.584 10547 INFO oslo_db.sqlalchemy.provision [req-beb150af-0941-4c7b-b1db-ea19d0934bfd - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_member.TestMember.test_get_authorized [1.053954s] ... ok 2019-06-07 06:10:42.745 10556 INFO oslo_db.sqlalchemy.provision [req-6a605542-a458-438b-99a5-2c9099f8033b - - - - -] CREATE BACKEND sqlite:// TOKEN nqevcfgvqd 2019-06-07 06:10:42.926 10556 INFO octavia.common.config [req-6a605542-a458-438b-99a5-2c9099f8033b - - - - -] Logging enabled! 2019-06-07 06:10:42.927 10556 INFO octavia.common.config [req-6a605542-a458-438b-99a5-2c9099f8033b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.198 10556 WARNING octavia.api.root_controller [req-6a605542-a458-438b-99a5-2c9099f8033b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.229 10556 INFO octavia.api.v2.controllers.load_balancer [req-05fcd961-90b4-49ed-a81c-1645f322febf - - - - -] Sending created Load Balancer 90f1552a-7974-4e74-8ff1-ee8fc682f9ff to the handler 2019-06-07 06:10:43.328 10556 INFO oslo_db.sqlalchemy.provision [req-88415f74-ce56-48c6-96d8-47b25738da29 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.332 10556 INFO oslo_db.sqlalchemy.provision [req-88415f74-ce56-48c6-96d8-47b25738da29 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nqevcfgvqd 2019-06-07 06:10:43.333 10556 INFO oslo_db.sqlalchemy.provision [req-88415f74-ce56-48c6-96d8-47b25738da29 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_qos_ext_disabled [0.594609s] ... ok 2019-06-07 06:10:44.927 10544 INFO oslo_db.sqlalchemy.provision [req-30ac01de-affb-4789-8cf7-5694f6fd61d9 - - - - -] CREATE BACKEND sqlite:// TOKEN urzspmwjln 2019-06-07 06:10:45.091 10544 INFO octavia.common.config [req-30ac01de-affb-4789-8cf7-5694f6fd61d9 - - - - -] Logging enabled! 2019-06-07 06:10:45.092 10544 INFO octavia.common.config [req-30ac01de-affb-4789-8cf7-5694f6fd61d9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.139 10544 WARNING octavia.api.root_controller [req-30ac01de-affb-4789-8cf7-5694f6fd61d9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.166 10544 INFO octavia.api.v2.controllers.load_balancer [req-502419a2-e5c3-4aae-97b0-6c1f7cdf6038 - - - - -] Sending created Load Balancer 8d3de784-a736-4ed8-acf5-7fb8c08462c4 to the handler 2019-06-07 06:10:45.251 10544 INFO octavia.api.v2.controllers.listener [req-7b3b9533-7fba-4922-8e3e-6379b08194f9 - - - - -] Sending Creation of Listener 677270af-be65-4adb-b137-bbd2014e331d to handler 2019-06-07 06:10:45.377 10544 INFO octavia.api.v2.controllers.pool [req-b5c25d5c-49d2-407e-9923-771736438f9d - - - - -] Sending Creation of Pool 0efd7048-77b9-4e37-a6fc-8178b3199f32 to handler 2019-06-07 06:10:45.587 10544 INFO octavia.api.v2.controllers.pool [req-726fe22e-d7ab-4309-8d05-c8cf155bb0eb - - - - -] Sending Creation of Pool 1e0b02ae-2d5f-48fa-af77-65261b2b5998 to handler 2019-06-07 06:10:45.870 10544 INFO octavia.api.v2.controllers.member [req-5fef50a4-f22f-4d15-9698-39bedd4aa1e5 - - - - -] Sending Creation of Member 57c29e05-a9a4-418d-bfca-1050df3c2fc2 to handler 2019-06-07 06:10:46.424 10544 INFO oslo_db.sqlalchemy.provision [req-43191437-c916-4d88-8c42-5a75bc00e285 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.427 10544 INFO oslo_db.sqlalchemy.provision [req-43191437-c916-4d88-8c42-5a75bc00e285 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN urzspmwjln 2019-06-07 06:10:46.428 10544 INFO oslo_db.sqlalchemy.provision [req-43191437-c916-4d88-8c42-5a75bc00e285 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_member.TestMember.test_create_sans_listener [1.508322s] ... ok 2019-06-07 06:10:40.791 10549 INFO oslo_db.sqlalchemy.provision [req-05514704-2011-44a7-b2cf-4b6a4e0a01c2 - - - - -] CREATE BACKEND sqlite:// TOKEN fuaeprciwr 2019-06-07 06:10:40.956 10549 INFO octavia.common.config [req-05514704-2011-44a7-b2cf-4b6a4e0a01c2 - - - - -] Logging enabled! 2019-06-07 06:10:40.957 10549 INFO octavia.common.config [req-05514704-2011-44a7-b2cf-4b6a4e0a01c2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.004 10549 WARNING octavia.api.root_controller [req-05514704-2011-44a7-b2cf-4b6a4e0a01c2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.030 10549 INFO octavia.api.v2.controllers.load_balancer [req-fbba08ce-5691-4686-8220-a26a877964f3 - - - - -] Sending created Load Balancer 9d034b68-1e60-46aa-a2a8-ed339d5f1376 to the handler 2019-06-07 06:10:41.114 10549 INFO octavia.api.v2.controllers.listener [req-52f4b2e6-23ab-4708-bacf-1b369d125094 - - - - -] Sending Creation of Listener de5bd53a-880b-4dc5-b8bc-c9abd02f031a to handler 2019-06-07 06:10:41.261 10549 INFO octavia.api.v2.controllers.l7policy [req-e6e810cf-0638-40f6-a115-f4768e4056cd - - - - -] Sending Creation of L7Policy 24b61173-f9ab-42e9-b836-ea6b6fac36b5 to handler 2019-06-07 06:10:41.454 10549 INFO oslo_db.sqlalchemy.provision [req-54f345f5-581e-4840-b521-89271c7a7119 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.458 10549 INFO oslo_db.sqlalchemy.provision [req-54f345f5-581e-4840-b521-89271c7a7119 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fuaeprciwr 2019-06-07 06:10:41.459 10549 INFO oslo_db.sqlalchemy.provision [req-54f345f5-581e-4840-b521-89271c7a7119 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_host_name_rule [0.673968s] ... ok 2019-06-07 06:10:50.414 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] CREATE BACKEND sqlite:// TOKEN hsjialaawp 2019-06-07 06:10:50.643 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.647 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hsjialaawp 2019-06-07 06:10:50.647 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule_invalid_value_string [0.239370s] ... ok 2019-06-07 06:10:46.411 10536 INFO oslo_db.sqlalchemy.provision [req-953e949d-0b6c-4aa4-a4cf-5772bb9e6bb5 - - - - -] CREATE BACKEND sqlite:// TOKEN iyxpgelwml 2019-06-07 06:10:46.573 10536 INFO octavia.common.config [req-953e949d-0b6c-4aa4-a4cf-5772bb9e6bb5 - - - - -] Logging enabled! 2019-06-07 06:10:46.574 10536 INFO octavia.common.config [req-953e949d-0b6c-4aa4-a4cf-5772bb9e6bb5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.620 10536 WARNING octavia.api.root_controller [req-953e949d-0b6c-4aa4-a4cf-5772bb9e6bb5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.641 10536 INFO octavia.api.v1.controllers.load_balancer [req-51865a71-b932-4f0c-9bf4-55fc821668a1 - - - - -] Sending created Load Balancer 3944cab3-3ce0-4a33-b258-f872d1a512e4 to the handler 2019-06-07 06:10:46.747 10536 INFO octavia.api.v1.controllers.pool [req-ad333f5d-605c-4787-a516-6360b7dca2ef - - - - -] Sending Creation of Pool 807bd586-f866-437e-82c4-6c0022207dc0 to handler 2019-06-07 06:10:46.828 10536 INFO octavia.api.v1.controllers.load_balancer [req-168e4628-ced7-4bf5-907b-518ed6cf0261 - - - - -] Sending created Load Balancer 995d5203-e9dc-48c1-ad7c-59e26b4192f2 to the handler 2019-06-07 06:10:46.894 10536 INFO octavia.api.v1.controllers.listener [req-8deffcf9-805f-4bd7-bfce-02cda033a50d - - - - -] Sending Creation of Listener 367e8cc0-c74b-4f6f-ac0c-6784f401f34f to handler 2019-06-07 06:10:46.951 10536 INFO octavia.api.v1.controllers.listener [req-57455477-10b0-4f6b-b2b2-4d108dcd49b8 - - - - -] Load Balancer 995d5203-e9dc-48c1-ad7c-59e26b4192f2 is immutable. 2019-06-07 06:10:46.994 10536 INFO oslo_db.sqlalchemy.provision [req-57455477-10b0-4f6b-b2b2-4d108dcd49b8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.998 10536 INFO oslo_db.sqlalchemy.provision [req-57455477-10b0-4f6b-b2b2-4d108dcd49b8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iyxpgelwml 2019-06-07 06:10:46.999 10536 INFO oslo_db.sqlalchemy.provision [req-57455477-10b0-4f6b-b2b2-4d108dcd49b8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete_pending_update [0.593936s] ... ok 2019-06-07 06:10:51.110 10537 INFO oslo_db.sqlalchemy.provision [req-a504e930-80e6-4500-b762-7ab0d688e8a2 - - - - -] CREATE BACKEND sqlite:// TOKEN rnitemhwhh 2019-06-07 06:10:51.270 10537 INFO octavia.common.config [req-a504e930-80e6-4500-b762-7ab0d688e8a2 - - - - -] Logging enabled! 2019-06-07 06:10:51.271 10537 INFO octavia.common.config [req-a504e930-80e6-4500-b762-7ab0d688e8a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.316 10537 WARNING octavia.api.root_controller [req-a504e930-80e6-4500-b762-7ab0d688e8a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.342 10537 INFO octavia.api.v2.controllers.load_balancer [req-f928d91f-8878-49e0-964a-ce7ad4b383dd - - - - -] Sending created Load Balancer 9f25a437-7778-48ef-b468-57bdcfb6c734 to the handler 2019-06-07 06:10:51.430 10537 INFO octavia.api.v2.controllers.listener [req-64bd1caf-1401-4f70-a037-adf394fed401 - - - - -] Sending Creation of Listener cb4b191e-c1a4-455d-955f-e5a38cc8e1ea to handler 2019-06-07 06:10:51.583 10537 INFO octavia.api.v2.controllers.pool [req-ab93aa12-76f1-4c53-a082-576c48eb0129 - - - - -] Sending Creation of Pool 04a66021-a5ae-4a05-aaee-4a822d3c872f to handler 2019-06-07 06:10:51.814 10537 INFO octavia.api.v2.controllers.pool [req-950739fe-12c9-4a6c-828e-770fe1cb3fdd - - - - -] Sending Creation of Pool 202db097-a542-48c8-a376-a35156abff2d to handler 2019-06-07 06:10:51.998 10537 INFO octavia.api.v2.controllers.member [req-c15809f2-33cb-4215-b3fe-04571dd8ed3f - - - - -] Sending Creation of Member 9eef69eb-8723-42cc-ad1f-9c1d734dd3b0 to handler 2019-06-07 06:10:52.198 10537 INFO octavia.api.v2.controllers.member [req-00d4ee60-74bf-4131-b84b-7e8d6cad3762 - - - - -] Sending Update of Member 9eef69eb-8723-42cc-ad1f-9c1d734dd3b0 to handler 2019-06-07 06:10:52.659 10537 INFO oslo_db.sqlalchemy.provision [req-3d27b851-dfc9-4d98-b61c-35d31dc183c3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.661 10537 INFO oslo_db.sqlalchemy.provision [req-3d27b851-dfc9-4d98-b61c-35d31dc183c3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rnitemhwhh 2019-06-07 06:10:52.661 10537 INFO oslo_db.sqlalchemy.provision [req-3d27b851-dfc9-4d98-b61c-35d31dc183c3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_member.TestMember.test_update_with_attached_listener [1.557356s] ... ok 2019-06-07 06:10:42.369 10543 INFO oslo_db.sqlalchemy.provision [req-10af4f23-d33c-475d-8a5e-b80db8d383a1 - - - - -] CREATE BACKEND sqlite:// TOKEN tjtdpxxugi 2019-06-07 06:10:42.538 10543 INFO octavia.common.config [req-10af4f23-d33c-475d-8a5e-b80db8d383a1 - - - - -] Logging enabled! 2019-06-07 06:10:42.539 10543 INFO octavia.common.config [req-10af4f23-d33c-475d-8a5e-b80db8d383a1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.586 10543 WARNING octavia.api.root_controller [req-10af4f23-d33c-475d-8a5e-b80db8d383a1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.616 10543 INFO octavia.api.v2.controllers.load_balancer [req-d4d17c41-74ca-49a1-801f-b8cd2d1f5c56 - - - - -] Sending created Load Balancer e1c060d3-4c49-4dda-90b5-4b8715471fb0 to the handler 2019-06-07 06:10:42.710 10543 INFO octavia.api.v2.controllers.listener [req-50b60a66-756d-4c43-8eb5-f04f2cbd36cc - - - - -] Sending Creation of Listener ba09fbdb-67fb-4180-b190-c55b79894ce4 to handler 2019-06-07 06:10:42.841 10543 INFO octavia.api.v2.controllers.pool [req-a32fcd08-b85a-49db-b320-67d26065ed81 - - - - -] Sending Creation of Pool a29be148-ee38-475b-b888-7e37773cc5e5 to handler 2019-06-07 06:10:43.073 10543 INFO octavia.api.v2.controllers.pool [req-ce5dca96-b187-41c0-b20e-0138358cf3a7 - - - - -] Sending Creation of Pool ab3008cd-47a3-4d6d-b930-2c33a5288c31 to handler 2019-06-07 06:10:43.310 10543 ERROR octavia.api.v2.controllers.base [req-c10cdbdc-a94c-4b01-8ba7-855902eb52cb - - - - -] Member fdbd49f4-8cf9-493e-9d44-22abd168be1d not found: None 2019-06-07 06:10:43.310 10543 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:43.310 10543 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:43.336 10543 INFO oslo_db.sqlalchemy.provision [req-c10cdbdc-a94c-4b01-8ba7-855902eb52cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.339 10543 INFO oslo_db.sqlalchemy.provision [req-c10cdbdc-a94c-4b01-8ba7-855902eb52cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tjtdpxxugi 2019-06-07 06:10:43.340 10543 INFO oslo_db.sqlalchemy.provision [req-c10cdbdc-a94c-4b01-8ba7-855902eb52cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_delete [0.977522s] ... ok 2019-06-07 06:10:49.615 10548 INFO oslo_db.sqlalchemy.provision [req-78bf4378-9e7f-4ca8-8cb2-966973d6efdc - - - - -] CREATE BACKEND sqlite:// TOKEN iyqmwvcnls 2019-06-07 06:10:49.779 10548 INFO octavia.common.config [req-78bf4378-9e7f-4ca8-8cb2-966973d6efdc - - - - -] Logging enabled! 2019-06-07 06:10:49.780 10548 INFO octavia.common.config [req-78bf4378-9e7f-4ca8-8cb2-966973d6efdc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.827 10548 WARNING octavia.api.root_controller [req-78bf4378-9e7f-4ca8-8cb2-966973d6efdc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.856 10548 INFO octavia.api.v2.controllers.load_balancer [req-4b9c97c2-7ede-4911-b7db-2c3a052be15b - - - - -] Sending created Load Balancer a3877807-2135-47ac-8d4a-fdeca59a9d9c to the handler 2019-06-07 06:10:49.896 10548 INFO oslo_db.sqlalchemy.provision [req-4b9c97c2-7ede-4911-b7db-2c3a052be15b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.899 10548 INFO oslo_db.sqlalchemy.provision [req-4b9c97c2-7ede-4911-b7db-2c3a052be15b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iyqmwvcnls 2019-06-07 06:10:49.900 10548 INFO oslo_db.sqlalchemy.provision [req-4b9c97c2-7ede-4911-b7db-2c3a052be15b - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv4 [0.291103s] ... ok 2019-06-07 06:10:46.400 10535 INFO oslo_db.sqlalchemy.provision [req-ad6ce6e1-bae8-4341-b7fb-c8b73805d3b9 - - - - -] CREATE BACKEND sqlite:// TOKEN orhtrxewtk 2019-06-07 06:10:46.561 10535 INFO octavia.common.config [req-ad6ce6e1-bae8-4341-b7fb-c8b73805d3b9 - - - - -] Logging enabled! 2019-06-07 06:10:46.562 10535 INFO octavia.common.config [req-ad6ce6e1-bae8-4341-b7fb-c8b73805d3b9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.607 10535 WARNING octavia.api.root_controller [req-ad6ce6e1-bae8-4341-b7fb-c8b73805d3b9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.634 10535 INFO octavia.api.v2.controllers.load_balancer [req-12a82855-8af1-4a60-9e04-d978ebebb5e1 - - - - -] Sending created Load Balancer 41118959-2c46-4d78-bb7e-cf29f3022fb7 to the handler 2019-06-07 06:10:46.708 10535 INFO octavia.api.v2.controllers.load_balancer [req-252fb53e-82a6-4c14-997e-4048d2423026 - 669d4378-f62e-4bc8-bf3c-ef0371382f03 - - -] Sending deleted Load Balancer 41118959-2c46-4d78-bb7e-cf29f3022fb7 to the handler 2019-06-07 06:10:46.777 10535 INFO oslo_db.sqlalchemy.provision [req-e065d0f6-72af-46c5-af6b-7ccc4bb0f6a3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.781 10535 INFO oslo_db.sqlalchemy.provision [req-e065d0f6-72af-46c5-af6b-7ccc4bb0f6a3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN orhtrxewtk 2019-06-07 06:10:46.782 10535 INFO oslo_db.sqlalchemy.provision [req-e065d0f6-72af-46c5-af6b-7ccc4bb0f6a3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_authorized [0.388186s] ... ok 2019-06-07 06:10:47.767 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN xgoggchwqp 2019-06-07 06:10:47.955 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.958 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xgoggchwqp 2019-06-07 06:10:47.959 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_create [0.198079s] ... ok 2019-06-07 06:10:42.513 10541 INFO oslo_db.sqlalchemy.provision [req-95f7265d-cb8e-45f6-9442-4af54e6363f1 - - - - -] CREATE BACKEND sqlite:// TOKEN njsjbsiass 2019-06-07 06:10:42.678 10541 INFO octavia.common.config [req-95f7265d-cb8e-45f6-9442-4af54e6363f1 - - - - -] Logging enabled! 2019-06-07 06:10:42.678 10541 INFO octavia.common.config [req-95f7265d-cb8e-45f6-9442-4af54e6363f1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.725 10541 WARNING octavia.api.root_controller [req-95f7265d-cb8e-45f6-9442-4af54e6363f1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.754 10541 INFO octavia.api.v2.controllers.load_balancer [req-ebe4e4fc-3d93-416f-9248-b76706fa2c4c - - - - -] Sending created Load Balancer 527d99a2-b1e2-4d2f-afdb-1e6a256c9238 to the handler 2019-06-07 06:10:42.848 10541 INFO octavia.api.v2.controllers.listener [req-7b2a77d8-1508-410f-9c93-5fa92290c644 - - - - -] Sending Creation of Listener 9c4e3a58-bd45-4ccb-a45b-a1d25ed8b600 to handler 2019-06-07 06:10:42.987 10541 INFO octavia.api.v2.controllers.pool [req-87e31102-5983-48ae-9072-f55d0ca34799 - - - - -] Sending Creation of Pool 34c1dab6-5c92-4cbd-bc4f-02dcfd5b5285 to handler 2019-06-07 06:10:43.148 10541 ERROR octavia.api.v2.controllers.base [req-aaa8e094-ec79-4120-857e-0a13808add32 - - - - -] L7 Policy 28a6142e-fb13-4036-9aef-c149bae905cf not found: None 2019-06-07 06:10:43.148 10541 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:43.148 10541 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:43.175 10541 INFO oslo_db.sqlalchemy.provision [req-aaa8e094-ec79-4120-857e-0a13808add32 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.179 10541 INFO oslo_db.sqlalchemy.provision [req-aaa8e094-ec79-4120-857e-0a13808add32 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN njsjbsiass 2019-06-07 06:10:43.179 10541 INFO oslo_db.sqlalchemy.provision [req-aaa8e094-ec79-4120-857e-0a13808add32 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_delete [0.673143s] ... ok 2019-06-07 06:10:47.327 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] CREATE BACKEND sqlite:// TOKEN pyoejpnmov 2019-06-07 06:10:47.530 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.534 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pyoejpnmov 2019-06-07 06:10:47.535 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_update [0.213415s] ... ok 2019-06-07 06:10:42.928 10540 INFO oslo_db.sqlalchemy.provision [req-7f819220-b88b-4cbf-a85f-908342b1fc09 - - - - -] CREATE BACKEND sqlite:// TOKEN hnwyphznty 2019-06-07 06:10:43.095 10540 INFO octavia.common.config [req-7f819220-b88b-4cbf-a85f-908342b1fc09 - - - - -] Logging enabled! 2019-06-07 06:10:43.096 10540 INFO octavia.common.config [req-7f819220-b88b-4cbf-a85f-908342b1fc09 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.141 10540 WARNING octavia.api.root_controller [req-7f819220-b88b-4cbf-a85f-908342b1fc09 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.168 10540 INFO octavia.api.v2.controllers.load_balancer [req-d88de4c5-8edd-4c1a-aa2a-f1c0f9e6f5f8 - - - - -] Sending created Load Balancer 5c2b3d3b-4cbf-4b3f-9120-0922f0302c1f to the handler 2019-06-07 06:10:43.255 10540 INFO octavia.api.v2.controllers.listener [req-2d36ab9d-f047-4ceb-9cf0-0fa6583b4ca5 - - - - -] Sending Creation of Listener 713e7a86-4a59-4c20-8680-55f1a371baaa to handler 2019-06-07 06:10:43.386 10540 INFO octavia.api.v2.controllers.pool [req-c1035036-1a84-4abe-ada8-2faf897280fc - - - - -] Sending Creation of Pool 195c5a61-bc86-4e03-8349-e0f9c613d0bf to handler 2019-06-07 06:10:43.602 10540 INFO octavia.api.v2.controllers.pool [req-ea198670-7943-4b43-a286-a534e2ae9426 - - - - -] Sending Creation of Pool 5e0fb0fb-0702-4672-a9af-891a92089f9c to handler 2019-06-07 06:10:43.841 10540 INFO octavia.api.v2.controllers.member [req-4a02c75c-1b9f-4226-b3fc-c2f92f281d9b - - - - -] Sending Creation of Member 74a6d72c-aa19-4a33-b500-8d03cc42a866 to handler 2019-06-07 06:10:44.083 10540 INFO octavia.api.v2.controllers.member [req-ea1c3988-ef4d-4a24-a38c-a52804c07ab4 - - - - -] Sending Creation of Member e1aeebbd-8229-4683-8c7e-165e75c249df to handler 2019-06-07 06:10:44.357 10540 INFO oslo_db.sqlalchemy.provision [req-9e058c9a-9ad0-4781-8f9c-e6bca9880e74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.361 10540 INFO oslo_db.sqlalchemy.provision [req-9e058c9a-9ad0-4781-8f9c-e6bca9880e74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hnwyphznty 2019-06-07 06:10:44.361 10540 INFO oslo_db.sqlalchemy.provision [req-9e058c9a-9ad0-4781-8f9c-e6bca9880e74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_authorized [1.439290s] ... ok 2019-06-07 06:10:48.467 10559 INFO oslo_db.sqlalchemy.provision [req-4c1209bc-121c-40e5-b66f-d22037231331 - - - - -] CREATE BACKEND sqlite:// TOKEN ssazevpcix 2019-06-07 06:10:48.638 10559 INFO octavia.common.config [req-4c1209bc-121c-40e5-b66f-d22037231331 - - - - -] Logging enabled! 2019-06-07 06:10:48.639 10559 INFO octavia.common.config [req-4c1209bc-121c-40e5-b66f-d22037231331 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.685 10559 WARNING octavia.api.root_controller [req-4c1209bc-121c-40e5-b66f-d22037231331 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.712 10559 INFO octavia.api.v2.controllers.load_balancer [req-e5df4877-6608-4422-8d7f-f42706210a51 - - - - -] Sending created Load Balancer 6792e5ce-b539-4462-9647-ab7285548f23 to the handler 2019-06-07 06:10:48.799 10559 INFO octavia.api.v2.controllers.pool [req-17f67926-5a21-4405-a210-a914dc598b58 - - - - -] Sending Creation of Pool cd2966ee-6857-4d97-ba44-695899d306e5 to handler 2019-06-07 06:10:48.938 10559 INFO octavia.api.v2.controllers.listener [req-c3ab417a-cac0-4091-86b8-bed37d9cbcf1 - - - - -] Sending Creation of Listener 20eb0cde-c05f-46be-ad71-d3d3d4d08cef to handler 2019-06-07 06:10:49.155 10559 INFO oslo_db.sqlalchemy.provision [req-ebc1792b-74f8-462c-8668-3d3f49207dd0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.159 10559 INFO oslo_db.sqlalchemy.provision [req-ebc1792b-74f8-462c-8668-3d3f49207dd0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ssazevpcix 2019-06-07 06:10:49.160 10559 INFO oslo_db.sqlalchemy.provision [req-ebc1792b-74f8-462c-8668-3d3f49207dd0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_one_fields_filter [0.699462s] ... ok 2019-06-07 06:10:48.814 10533 INFO oslo_db.sqlalchemy.provision [req-f0f4e6fe-1f03-4a93-927d-e3224371396a - - - - -] CREATE BACKEND sqlite:// TOKEN fgawyceqgp 2019-06-07 06:10:48.974 10533 INFO octavia.common.config [req-f0f4e6fe-1f03-4a93-927d-e3224371396a - - - - -] Logging enabled! 2019-06-07 06:10:48.975 10533 INFO octavia.common.config [req-f0f4e6fe-1f03-4a93-927d-e3224371396a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.021 10533 WARNING octavia.api.root_controller [req-f0f4e6fe-1f03-4a93-927d-e3224371396a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.047 10533 INFO octavia.api.v2.controllers.load_balancer [req-9707415f-886c-4fbf-8b3f-015b45f31e83 - - - - -] Sending created Load Balancer 1901b0dd-b51b-43fa-9dfc-b3e42a552526 to the handler 2019-06-07 06:10:49.131 10533 INFO octavia.api.v2.controllers.listener [req-f84bbace-eb00-4f5c-877a-ff602da44907 - - - - -] Sending Creation of Listener 96845e0c-bb25-46c4-8479-bae51ef478f2 to handler 2019-06-07 06:10:49.239 10533 INFO octavia.api.v2.controllers.load_balancer [req-a55bea40-3ccd-4fc1-9643-28dda06202d8 - - - - -] Sending created Load Balancer 393ff9cc-dab6-4a47-9b81-e852af7bcc28 to the handler 2019-06-07 06:10:49.325 10533 INFO octavia.api.v2.controllers.pool [req-fe2dbc64-75e1-4355-9622-c49294c24ee4 - - - - -] Sending Creation of Pool d6d1f196-8191-4ac3-917d-28c7ca04c547 to handler 2019-06-07 06:10:49.469 10533 INFO octavia.api.v2.controllers.pool [req-232f660c-7f44-4349-b8f5-a039199b8732 - - - - -] Sending Creation of Pool 62607900-6822-43d8-921e-52f3674f9737 to handler 2019-06-07 06:10:49.655 10533 INFO octavia.api.v2.controllers.pool [req-d5bcc36c-0ad6-4ac1-b2a7-f4379bcdbf2e - - - - -] Sending Creation of Pool 01228243-b711-4071-9015-44cd377bfe2e to handler 2019-06-07 06:10:49.806 10533 INFO oslo_db.sqlalchemy.provision [req-6bf452fc-35d3-4d17-b949-99dd7df21c51 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.810 10533 INFO oslo_db.sqlalchemy.provision [req-6bf452fc-35d3-4d17-b949-99dd7df21c51 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fgawyceqgp 2019-06-07 06:10:49.810 10533 INFO oslo_db.sqlalchemy.provision [req-6bf452fc-35d3-4d17-b949-99dd7df21c51 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_not_authorized [1.002257s] ... ok 2019-06-07 06:10:44.795 10542 INFO oslo_db.sqlalchemy.provision [req-c1862c4f-cb3c-42dd-ace7-16f333b7ff10 - - - - -] CREATE BACKEND sqlite:// TOKEN gcipcfqpqi 2019-06-07 06:10:44.963 10542 INFO octavia.common.config [req-c1862c4f-cb3c-42dd-ace7-16f333b7ff10 - - - - -] Logging enabled! 2019-06-07 06:10:44.964 10542 INFO octavia.common.config [req-c1862c4f-cb3c-42dd-ace7-16f333b7ff10 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.010 10542 WARNING octavia.api.root_controller [req-c1862c4f-cb3c-42dd-ace7-16f333b7ff10 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.038 10542 INFO octavia.api.v2.controllers.load_balancer [req-a47cafda-54f2-40a7-a807-5a5ed657f7ad - - - - -] Sending created Load Balancer 8052111f-def3-431a-851d-e3517c753248 to the handler 2019-06-07 06:10:45.124 10542 INFO octavia.api.v2.controllers.pool [req-e1606a3a-78a6-458b-a7c9-553ca5f4c26f - - - - -] Sending Creation of Pool dc33c945-a902-4c4a-a573-122cc8aef486 to handler 2019-06-07 06:10:45.273 10542 INFO octavia.api.v2.controllers.listener [req-0087c473-52d8-4f65-8388-77c675215bed - - - - -] Sending Creation of Listener 53e9a055-5d5f-4d8f-92a2-0f6e19f9166a to handler 2019-06-07 06:10:45.662 10542 INFO oslo_db.sqlalchemy.provision [req-53c61258-b73c-4bc5-ab79-586d7ee49b88 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.666 10542 INFO oslo_db.sqlalchemy.provision [req-53c61258-b73c-4bc5-ab79-586d7ee49b88 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gcipcfqpqi 2019-06-07 06:10:45.666 10542 INFO oslo_db.sqlalchemy.provision [req-53c61258-b73c-4bc5-ab79-586d7ee49b88 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_bad_default_pool_id [0.878512s] ... ok 2019-06-07 06:10:47.519 10528 INFO oslo_db.sqlalchemy.provision [req-86e72fe9-31d9-4b55-8414-f511b470b07a - - - - -] CREATE BACKEND sqlite:// TOKEN jbughkxfbw 2019-06-07 06:10:47.838 10528 INFO octavia.common.config [req-86e72fe9-31d9-4b55-8414-f511b470b07a - - - - -] Logging enabled! 2019-06-07 06:10:47.839 10528 INFO octavia.common.config [req-86e72fe9-31d9-4b55-8414-f511b470b07a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.886 10528 WARNING octavia.api.root_controller [req-86e72fe9-31d9-4b55-8414-f511b470b07a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.913 10528 INFO octavia.api.v2.controllers.load_balancer [req-4d29525e-22d9-4cf7-8e52-07bcbf5aad56 - - - - -] Sending created Load Balancer 952a9e22-f65e-4074-b54c-c878b4807628 to the handler 2019-06-07 06:10:48.002 10528 INFO octavia.api.v2.controllers.pool [req-b75d8f0d-092f-480f-899d-4c0c16aa6b34 - - - - -] Sending Creation of Pool 7d2157f8-7598-44a4-a46e-f0b463636f14 to handler 2019-06-07 06:10:48.144 10528 INFO octavia.api.v2.controllers.listener [req-45ea8822-5d88-4c7c-930f-f7cafc4d14e5 - - - - -] Sending Creation of Listener 350e4a4c-89bb-4b05-b836-10df49f046ae to handler 2019-06-07 06:10:48.301 10528 INFO oslo_db.sqlalchemy.provision [req-ecc14dc9-d424-4488-9e8a-0a86b8c0a16a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.305 10528 INFO oslo_db.sqlalchemy.provision [req-ecc14dc9-d424-4488-9e8a-0a86b8c0a16a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jbughkxfbw 2019-06-07 06:10:48.306 10528 INFO oslo_db.sqlalchemy.provision [req-ecc14dc9-d424-4488-9e8a-0a86b8c0a16a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_listener_bad_protocol [0.793069s] ... ok 2019-06-07 06:10:50.655 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] CREATE BACKEND sqlite:// TOKEN tdqyknghzw 2019-06-07 06:10:50.882 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.886 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tdqyknghzw 2019-06-07 06:10:50.886 10558 INFO oslo_db.sqlalchemy.provision [req-e9c04e36-f2f2-4a73-9cdc-d0b260cafa0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_repositories.VRRPGroupRepositoryTest.test_update [0.237815s] ... ok 2019-06-07 06:10:41.847 10557 INFO oslo_db.sqlalchemy.provision [req-fa1b19a9-2f6f-49b1-a950-87c2721142c1 - - - - -] CREATE BACKEND sqlite:// TOKEN cyfdmwutss 2019-06-07 06:10:42.017 10557 INFO octavia.common.config [req-fa1b19a9-2f6f-49b1-a950-87c2721142c1 - - - - -] Logging enabled! 2019-06-07 06:10:42.018 10557 INFO octavia.common.config [req-fa1b19a9-2f6f-49b1-a950-87c2721142c1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.066 10557 WARNING octavia.api.root_controller [req-fa1b19a9-2f6f-49b1-a950-87c2721142c1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.101 10557 INFO octavia.api.v2.controllers.load_balancer [req-86609eb9-d57b-4300-86e4-ee18f1908310 - - - - -] Sending created Load Balancer aa96c484-e88b-4b95-9e05-3d368af62d38 to the handler 2019-06-07 06:10:42.204 10557 INFO octavia.api.v2.controllers.listener [req-e2c7f830-593f-45ab-8689-f5d74707b712 - - - - -] Sending Creation of Listener 9c037936-aeb1-4cca-9558-614e5dfa8d5e to handler 2019-06-07 06:10:42.361 10557 INFO octavia.api.v2.controllers.l7policy [req-8c9e38d3-ff07-4827-9558-f7b0b9fe0693 - - - - -] Sending Creation of L7Policy a21d742e-6535-45bb-afed-6adaf14a01ef to handler 2019-06-07 06:10:42.666 10557 INFO octavia.api.v2.controllers.l7policy [req-91fa7ad8-ef74-49df-9c51-015d33fa854b - - - - -] L7Policy d8f71f07-753b-4204-b3d2-23d8d6a67ff5 not found. 2019-06-07 06:10:42.671 10557 INFO octavia.api.v2.controllers.l7policy [req-91fa7ad8-ef74-49df-9c51-015d33fa854b - - - - -] L7Policy d8f71f07-753b-4204-b3d2-23d8d6a67ff5 not found. 2019-06-07 06:10:42.697 10557 INFO oslo_db.sqlalchemy.provision [req-91fa7ad8-ef74-49df-9c51-015d33fa854b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.701 10557 INFO oslo_db.sqlalchemy.provision [req-91fa7ad8-ef74-49df-9c51-015d33fa854b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cyfdmwutss 2019-06-07 06:10:42.701 10557 INFO oslo_db.sqlalchemy.provision [req-91fa7ad8-ef74-49df-9c51-015d33fa854b - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_bad_parent_policy [0.861752s] ... ok 2019-06-07 06:10:52.139 10534 INFO oslo_db.sqlalchemy.provision [req-99cc8bfb-63b4-4489-9a5b-28e6152a36ff - - - - -] CREATE BACKEND sqlite:// TOKEN pwnwiwvvdg 2019-06-07 06:10:52.267 10534 INFO octavia.common.config [req-99cc8bfb-63b4-4489-9a5b-28e6152a36ff - - - - -] Logging enabled! 2019-06-07 06:10:52.267 10534 INFO octavia.common.config [req-99cc8bfb-63b4-4489-9a5b-28e6152a36ff - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:52.299 10534 WARNING octavia.api.root_controller [req-99cc8bfb-63b4-4489-9a5b-28e6152a36ff - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:52.319 10534 INFO octavia.api.v2.controllers.load_balancer [req-b232a368-2767-483c-921a-034d78ffb60f - - - - -] Sending created Load Balancer 2ad5796f-b59b-4d6f-a0be-9e17fca9f73c to the handler 2019-06-07 06:10:52.378 10534 INFO octavia.api.v2.controllers.listener [req-5cae69fa-62f6-40c0-8b1c-7384ae429d1b - - - - -] Sending Creation of Listener 4e498ce3-f4d7-4a8b-bb7a-59abc4ce8c20 to handler 2019-06-07 06:10:52.514 10534 INFO octavia.api.v2.controllers.pool [req-782ec8a7-d968-4c13-badf-ffdeb6bdffde - - - - -] Sending Creation of Pool 0087a625-3a98-4f47-addc-68c1f32178bf to handler 2019-06-07 06:10:52.707 10534 INFO oslo_db.sqlalchemy.provision [req-00c5c3e3-0004-49e9-961a-2042c2a1ca8c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.709 10534 INFO oslo_db.sqlalchemy.provision [req-00c5c3e3-0004-49e9-961a-2042c2a1ca8c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pwnwiwvvdg 2019-06-07 06:10:52.709 10534 INFO oslo_db.sqlalchemy.provision [req-00c5c3e3-0004-49e9-961a-2042c2a1ca8c - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all [0.575847s] ... ok 2019-06-07 06:11:03.320 10539 INFO octavia.api.v2.controllers.l7rule [req-9d47fb4d-9deb-4a6b-905e-2afd7ba54018 - - - - -] Sending Creation of L7Rule 1d68e6db-4f1a-41d8-b935-2b767678e55f to handler 2019-06-07 06:10:42.501 10545 INFO oslo_db.sqlalchemy.provision [req-b98264ff-7dd8-42f8-9363-81d545d99d9d - - - - -] CREATE BACKEND sqlite:// TOKEN jtyhgwvzxt 2019-06-07 06:10:42.666 10545 INFO octavia.common.config [req-b98264ff-7dd8-42f8-9363-81d545d99d9d - - - - -] Logging enabled! 2019-06-07 06:10:42.667 10545 INFO octavia.common.config [req-b98264ff-7dd8-42f8-9363-81d545d99d9d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.715 10545 WARNING octavia.api.root_controller [req-b98264ff-7dd8-42f8-9363-81d545d99d9d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.761 10545 INFO octavia.api.v2.controllers.load_balancer [req-7a19234d-db39-4a3b-95dc-7f84d2491893 - - - - -] Sending created Load Balancer 915bd419-7575-4219-b53d-5fc070359e5a to the handler 2019-06-07 06:10:42.876 10545 INFO octavia.api.v2.controllers.listener [req-fac38ca3-07f2-4bca-a185-c52109a7c841 - - - - -] Sending Creation of Listener d7a3129c-c1d7-4a1c-9341-945de045047d to handler 2019-06-07 06:10:43.022 10545 INFO octavia.api.v2.controllers.pool [req-1cf71247-5acd-4806-878b-01b7b769981e - - - - -] Sending Creation of Pool d8c984b4-0ffc-49d1-b006-aac2cb01488e to handler 2019-06-07 06:10:43.247 10545 INFO octavia.api.v2.controllers.l7policy [req-5ced1ebb-7c94-44c1-9f54-6f2150a51024 - - - - -] Sending Creation of L7Policy bc853571-b1df-4f6c-807e-9b1694fdffcc to handler 2019-06-07 06:10:43.296 10545 INFO oslo_db.sqlalchemy.provision [req-a86cb817-bc21-4ce1-9910-2363d5067e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.300 10545 INFO oslo_db.sqlalchemy.provision [req-a86cb817-bc21-4ce1-9910-2363d5067e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jtyhgwvzxt 2019-06-07 06:10:43.300 10545 INFO oslo_db.sqlalchemy.provision [req-a86cb817-bc21-4ce1-9910-2363d5067e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_update_redirect_to_pool [0.807064s] ... ok 2019-06-07 06:10:47.966 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN sevgwastwr 2019-06-07 06:10:48.331 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.335 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sevgwastwr 2019-06-07 06:10:48.336 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7rule_delete [0.376141s] ... ok 2019-06-07 06:10:47.541 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] CREATE BACKEND sqlite:// TOKEN vibycatiap 2019-06-07 06:10:47.797 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.801 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vibycatiap 2019-06-07 06:10:47.802 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_2_sni_containers [0.266565s] ... ok 2019-06-07 06:10:46.358 10553 INFO oslo_db.sqlalchemy.provision [req-d492a80d-bd8e-4d22-bacf-6f6ac3230b1a - - - - -] CREATE BACKEND sqlite:// TOKEN yxhsweparz 2019-06-07 06:10:46.522 10553 INFO octavia.common.config [req-d492a80d-bd8e-4d22-bacf-6f6ac3230b1a - - - - -] Logging enabled! 2019-06-07 06:10:46.523 10553 INFO octavia.common.config [req-d492a80d-bd8e-4d22-bacf-6f6ac3230b1a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.569 10553 WARNING octavia.api.root_controller [req-d492a80d-bd8e-4d22-bacf-6f6ac3230b1a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.584 10553 ERROR wsme.api [req-f047da64-aeb0-417f-903f-21fc441083d5 - - - - -] Server-side error: "I am a DB Error". Detail: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/wsmeext/pecan.py", line 85, in callfunction result = f(self, *args, **kwargs) File "/builddir/build/BUILD/octavia-2.1.1/octavia/api/v2/controllers/load_balancer.py", line 312, in post lock_session.rollback() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/builddir/build/BUILD/octavia-2.1.1/octavia/api/v2/controllers/load_balancer.py", line 290, in post lock_session, lb_dict, vip_dict) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect Exception: I am a DB Error : Exception: I am a DB Error 2019-06-07 06:10:46.609 10553 INFO oslo_db.sqlalchemy.provision [req-f047da64-aeb0-417f-903f-21fc441083d5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.613 10553 INFO oslo_db.sqlalchemy.provision [req-f047da64-aeb0-417f-903f-21fc441083d5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yxhsweparz 2019-06-07 06:10:46.614 10553 INFO oslo_db.sqlalchemy.provision [req-f047da64-aeb0-417f-903f-21fc441083d5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_db_create_failure [0.263467s] ... ok 2019-06-07 06:10:45.661 10551 INFO oslo_db.sqlalchemy.provision [req-a8b5b0e2-a7e6-4ffc-b9d1-b53060f0bf92 - - - - -] CREATE BACKEND sqlite:// TOKEN jxawtvglqf 2019-06-07 06:10:45.824 10551 INFO octavia.common.config [req-a8b5b0e2-a7e6-4ffc-b9d1-b53060f0bf92 - - - - -] Logging enabled! 2019-06-07 06:10:45.825 10551 INFO octavia.common.config [req-a8b5b0e2-a7e6-4ffc-b9d1-b53060f0bf92 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.870 10551 WARNING octavia.api.root_controller [req-a8b5b0e2-a7e6-4ffc-b9d1-b53060f0bf92 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.030 10551 INFO octavia.api.v2.controllers.load_balancer [req-47de2925-8b05-4949-a7e2-a207ef02a6fa - - - - -] Sending created Load Balancer d73e34e5-aaba-4c42-b538-a137d0661512 to the handler 2019-06-07 06:10:46.094 10551 INFO oslo_db.sqlalchemy.provision [req-47de2925-8b05-4949-a7e2-a207ef02a6fa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.097 10551 INFO oslo_db.sqlalchemy.provision [req-47de2925-8b05-4949-a7e2-a207ef02a6fa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jxawtvglqf 2019-06-07 06:10:46.098 10551 INFO oslo_db.sqlalchemy.provision [req-47de2925-8b05-4949-a7e2-a207ef02a6fa - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_of_everything [0.444753s] ... ok 2019-06-07 06:10:41.310 10550 INFO oslo_db.sqlalchemy.provision [req-295ec5ab-db5d-46b8-895a-7465a9d6edc8 - - - - -] CREATE BACKEND sqlite:// TOKEN nfzyhbwjkw 2019-06-07 06:10:41.474 10550 INFO octavia.common.config [req-295ec5ab-db5d-46b8-895a-7465a9d6edc8 - - - - -] Logging enabled! 2019-06-07 06:10:41.474 10550 INFO octavia.common.config [req-295ec5ab-db5d-46b8-895a-7465a9d6edc8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.523 10550 WARNING octavia.api.root_controller [req-295ec5ab-db5d-46b8-895a-7465a9d6edc8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.549 10550 INFO octavia.api.v2.controllers.load_balancer [req-69931c41-d5f9-4290-8b77-b2f8b9df8783 - - - - -] Sending created Load Balancer e6dd80f7-bc5a-4040-825a-10b76024adbd to the handler 2019-06-07 06:10:41.635 10550 INFO octavia.api.v2.controllers.listener [req-e78dbdef-d008-4023-ab3c-88afae2bbbf1 - - - - -] Sending Creation of Listener 4ae57b2e-2c76-4bec-b5d8-7abde765287f to handler 2019-06-07 06:10:41.779 10550 INFO octavia.api.v2.controllers.pool [req-6e01306d-274e-4bff-904f-96d6c000e0a5 - - - - -] Sending Creation of Pool a33b0805-d543-494a-8b14-28db3b2b1f1b to handler 2019-06-07 06:10:41.972 10550 INFO octavia.api.v2.controllers.l7policy [req-e47b6022-c946-4239-a580-c0008cacd1b0 - - - - -] Sending Creation of L7Policy 1cc50bda-e54a-4325-9bf2-e3f9359fdfe7 to handler 2019-06-07 06:10:42.227 10550 INFO octavia.api.v2.controllers.load_balancer [req-e7254b7a-2111-4f13-b943-b6116db9a5b6 - - - - -] Sending updated Load Balancer e6dd80f7-bc5a-4040-825a-10b76024adbd to the handler 2019-06-07 06:10:42.306 10550 INFO octavia.api.v2.controllers.l7policy [req-14d660f0-09da-4930-b6ec-a58b582e923b - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:42.331 10550 INFO oslo_db.sqlalchemy.provision [req-14d660f0-09da-4930-b6ec-a58b582e923b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.335 10550 INFO oslo_db.sqlalchemy.provision [req-14d660f0-09da-4930-b6ec-a58b582e923b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nfzyhbwjkw 2019-06-07 06:10:42.335 10550 INFO oslo_db.sqlalchemy.provision [req-14d660f0-09da-4930-b6ec-a58b582e923b - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_when_lb_pending_update [1.031357s] ... ok 2019-06-07 06:10:47.898 10538 INFO oslo_db.sqlalchemy.provision [req-3b37d8a3-63fd-4ddd-a077-ddda7e4e931a - - - - -] CREATE BACKEND sqlite:// TOKEN yevumunbtc 2019-06-07 06:10:48.058 10538 INFO octavia.common.config [req-3b37d8a3-63fd-4ddd-a077-ddda7e4e931a - - - - -] Logging enabled! 2019-06-07 06:10:48.059 10538 INFO octavia.common.config [req-3b37d8a3-63fd-4ddd-a077-ddda7e4e931a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.104 10538 WARNING octavia.api.root_controller [req-3b37d8a3-63fd-4ddd-a077-ddda7e4e931a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.133 10538 INFO octavia.api.v2.controllers.load_balancer [req-ecd8bc93-4426-4d91-b4dc-ec97edd2e071 - - - - -] Sending created Load Balancer 37805d19-4cdf-4383-8576-0e2c2ddea13c to the handler 2019-06-07 06:10:48.217 10538 INFO octavia.api.v2.controllers.listener [req-5ce46586-d923-4341-ad27-521f7d005a7d - - - - -] Sending Creation of Listener 47d84dc1-3c57-4f48-ab46-252bdb796940 to handler 2019-06-07 06:10:48.349 10538 INFO octavia.api.v2.controllers.pool [req-021a54ca-5f27-4054-a712-5057da0d7735 - - - - -] Sending Creation of Pool ae8d8fbb-fe4f-43c0-8ded-7aff39c5f674 to handler 2019-06-07 06:10:48.595 10538 INFO octavia.api.v2.controllers.pool [req-b590eb63-17ba-4bb7-a580-58f7e13869b1 - - - - -] Sending Creation of Pool f603b7bb-251f-4362-9bd4-773c6c994dbb to handler 2019-06-07 06:10:48.889 10538 INFO oslo_db.sqlalchemy.provision [req-9fd83bd7-c478-4478-9892-55b29e237b74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.893 10538 INFO oslo_db.sqlalchemy.provision [req-9fd83bd7-c478-4478-9892-55b29e237b74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yevumunbtc 2019-06-07 06:10:48.894 10538 INFO oslo_db.sqlalchemy.provision [req-9fd83bd7-c478-4478-9892-55b29e237b74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_member.TestMember.test_create_batch_members_with_invalid_address [1.003095s] ... ok 2019-06-07 06:10:41.554 10530 INFO oslo_db.sqlalchemy.provision [req-c611a4a4-ad5e-4fe5-b47e-1f14be9e35cd - - - - -] CREATE BACKEND sqlite:// TOKEN qmdadocsqz 2019-06-07 06:10:41.719 10530 INFO octavia.common.config [req-c611a4a4-ad5e-4fe5-b47e-1f14be9e35cd - - - - -] Logging enabled! 2019-06-07 06:10:41.720 10530 INFO octavia.common.config [req-c611a4a4-ad5e-4fe5-b47e-1f14be9e35cd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.765 10530 WARNING octavia.api.root_controller [req-c611a4a4-ad5e-4fe5-b47e-1f14be9e35cd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.792 10530 INFO octavia.api.v2.controllers.load_balancer [req-267c243e-3c24-4545-965a-2de0088557e8 - - - - -] Sending created Load Balancer d4de9aaa-803d-4e8d-87b3-8f9d1b09b0ba to the handler 2019-06-07 06:10:41.885 10530 INFO octavia.api.v2.controllers.pool [req-76329c60-8287-4ad9-b9ea-2a7f1129e49c - - - - -] Sending Creation of Pool 8a19070c-580a-45b6-adea-59eccab24842 to handler 2019-06-07 06:10:42.026 10530 INFO octavia.api.v2.controllers.listener [req-3813b4a1-1b6f-459a-a0a6-e966355c0143 - - - - -] Sending Creation of Listener cfdf411f-1e6f-4b90-92bb-59565aaf893e to handler 2019-06-07 06:10:42.091 10530 INFO oslo_db.sqlalchemy.provision [req-3813b4a1-1b6f-459a-a0a6-e966355c0143 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.094 10530 INFO oslo_db.sqlalchemy.provision [req-3813b4a1-1b6f-459a-a0a6-e966355c0143 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qmdadocsqz 2019-06-07 06:10:42.095 10530 INFO oslo_db.sqlalchemy.provision [req-3813b4a1-1b6f-459a-a0a6-e966355c0143 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_valid_insert_headers [0.547493s] ... ok 2019-06-07 06:10:49.907 10548 INFO oslo_db.sqlalchemy.provision [req-4b9c97c2-7ede-4911-b7db-2c3a052be15b - - - - -] CREATE BACKEND sqlite:// TOKEN fbphjtpxrj 2019-06-07 06:10:50.070 10548 INFO octavia.common.config [req-4b9c97c2-7ede-4911-b7db-2c3a052be15b - - - - -] Logging enabled! 2019-06-07 06:10:50.071 10548 INFO octavia.common.config [req-4b9c97c2-7ede-4911-b7db-2c3a052be15b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.117 10548 WARNING octavia.api.root_controller [req-4b9c97c2-7ede-4911-b7db-2c3a052be15b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.152 10548 INFO oslo_db.sqlalchemy.provision [req-832c4828-759a-4614-92bd-ad737a9fc6d7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.156 10548 INFO oslo_db.sqlalchemy.provision [req-832c4828-759a-4614-92bd-ad737a9fc6d7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fbphjtpxrj 2019-06-07 06:10:50.156 10548 INFO oslo_db.sqlalchemy.provision [req-832c4828-759a-4614-92bd-ad737a9fc6d7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_without_vip [0.255563s] ... ok 2019-06-07 06:10:45.942 10555 INFO oslo_db.sqlalchemy.provision [req-7898fe86-26ec-4364-b461-705cbe54d3d6 - - - - -] CREATE BACKEND sqlite:// TOKEN fhuisxicld 2019-06-07 06:10:46.104 10555 INFO octavia.common.config [req-7898fe86-26ec-4364-b461-705cbe54d3d6 - - - - -] Logging enabled! 2019-06-07 06:10:46.105 10555 INFO octavia.common.config [req-7898fe86-26ec-4364-b461-705cbe54d3d6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.150 10555 WARNING octavia.api.root_controller [req-7898fe86-26ec-4364-b461-705cbe54d3d6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.177 10555 INFO octavia.api.v2.controllers.load_balancer [req-e4283cba-0fe2-4c29-9d78-5a8378441985 - - - - -] Sending created Load Balancer 675f2baa-c045-42b6-902b-6fc265bd7bef to the handler 2019-06-07 06:10:46.266 10555 INFO octavia.api.v2.controllers.pool [req-77a17660-cc79-40ef-8a99-bf01ac99bd25 - - - - -] Sending Creation of Pool 27ad8b0d-e5c0-4141-9008-956b1daf549b to handler 2019-06-07 06:10:46.404 10555 INFO octavia.api.v2.controllers.listener [req-e29e5e98-7124-48cb-a6d9-3132f3d9be62 - - - - -] Sending Creation of Listener eb5ac3e1-8bd2-423e-9cee-d008fc461e62 to handler 2019-06-07 06:10:46.591 10555 INFO octavia.api.v2.controllers.listener [req-6090462e-e948-442e-8da7-dfbaa8a4f937 - - - - -] Sending Update of Listener eb5ac3e1-8bd2-423e-9cee-d008fc461e62 to handler 2019-06-07 06:10:46.726 10555 INFO oslo_db.sqlalchemy.provision [req-d52e0435-5e44-41bd-a7f0-a77acc2f4390 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.730 10555 INFO oslo_db.sqlalchemy.provision [req-d52e0435-5e44-41bd-a7f0-a77acc2f4390 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fhuisxicld 2019-06-07 06:10:46.730 10555 INFO oslo_db.sqlalchemy.provision [req-d52e0435-5e44-41bd-a7f0-a77acc2f4390 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_bad_handler [0.794302s] ... ok 2019-06-07 06:10:47.006 10536 INFO oslo_db.sqlalchemy.provision [req-57455477-10b0-4f6b-b2b2-4d108dcd49b8 - - - - -] CREATE BACKEND sqlite:// TOKEN kzujsbywyu 2019-06-07 06:10:47.167 10536 INFO octavia.common.config [req-57455477-10b0-4f6b-b2b2-4d108dcd49b8 - - - - -] Logging enabled! 2019-06-07 06:10:47.168 10536 INFO octavia.common.config [req-57455477-10b0-4f6b-b2b2-4d108dcd49b8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.214 10536 WARNING octavia.api.root_controller [req-57455477-10b0-4f6b-b2b2-4d108dcd49b8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.237 10536 INFO octavia.api.v1.controllers.load_balancer [req-e8afef70-8546-4bd2-8db3-2052abcc9b7a - - - - -] Sending created Load Balancer aec2cd98-58b9-47e7-8988-8afefd639462 to the handler 2019-06-07 06:10:47.309 10536 INFO oslo_db.sqlalchemy.provision [req-be65ceb2-84a9-44bb-8c9c-4e181a2c650c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.313 10536 INFO oslo_db.sqlalchemy.provision [req-be65ceb2-84a9-44bb-8c9c-4e181a2c650c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kzujsbywyu 2019-06-07 06:10:47.314 10536 INFO oslo_db.sqlalchemy.provision [req-be65ceb2-84a9-44bb-8c9c-4e181a2c650c - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_subnet_fills_network [0.313910s] ... ok 2019-06-07 06:10:45.673 10542 INFO oslo_db.sqlalchemy.provision [req-53c61258-b73c-4bc5-ab79-586d7ee49b88 - - - - -] CREATE BACKEND sqlite:// TOKEN ihnhjloztp 2019-06-07 06:10:45.838 10542 INFO octavia.common.config [req-53c61258-b73c-4bc5-ab79-586d7ee49b88 - - - - -] Logging enabled! 2019-06-07 06:10:45.839 10542 INFO octavia.common.config [req-53c61258-b73c-4bc5-ab79-586d7ee49b88 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.886 10542 WARNING octavia.api.root_controller [req-53c61258-b73c-4bc5-ab79-586d7ee49b88 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.924 10542 INFO oslo_db.sqlalchemy.provision [req-24969306-9bd9-44da-b15e-ae6ea7ab3fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.927 10542 INFO oslo_db.sqlalchemy.provision [req-24969306-9bd9-44da-b15e-ae6ea7ab3fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ihnhjloztp 2019-06-07 06:10:45.928 10542 INFO oslo_db.sqlalchemy.provision [req-24969306-9bd9-44da-b15e-ae6ea7ab3fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_over_quota [0.260866s] ... ok 2019-06-07 06:10:47.808 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] CREATE BACKEND sqlite:// TOKEN folbeipaoj 2019-06-07 06:10:48.052 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.056 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN folbeipaoj 2019-06-07 06:10:48.057 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_no_peer_port [0.254654s] ... ok 2019-06-07 06:10:41.365 10531 INFO oslo_db.sqlalchemy.provision [req-50272b76-53fe-4cc6-884b-01f3d767ddb7 - - - - -] CREATE BACKEND sqlite:// TOKEN ycevlljfla 2019-06-07 06:10:41.528 10531 INFO octavia.common.config [req-50272b76-53fe-4cc6-884b-01f3d767ddb7 - - - - -] Logging enabled! 2019-06-07 06:10:41.529 10531 INFO octavia.common.config [req-50272b76-53fe-4cc6-884b-01f3d767ddb7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.575 10531 WARNING octavia.api.root_controller [req-50272b76-53fe-4cc6-884b-01f3d767ddb7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.601 10531 INFO octavia.api.v2.controllers.load_balancer [req-87ae91c9-fcf7-4168-b32e-56c090614c0f - - - - -] Sending created Load Balancer 450694f3-7b03-4337-9e06-400ff1e88ae7 to the handler 2019-06-07 06:10:41.686 10531 INFO octavia.api.v2.controllers.listener [req-c17bd654-5206-4e51-9c0d-50b18e11155c - - - - -] Sending Creation of Listener 86b1565e-0467-4ac2-bcb3-b8b958378e1d to handler 2019-06-07 06:10:41.833 10531 INFO octavia.api.v2.controllers.pool [req-dfeaf9f8-89f6-4157-8b2f-27deec2ed244 - - - - -] Sending Creation of Pool f66390b5-2919-4482-b39f-664b5f88235d to handler 2019-06-07 06:10:42.028 10531 INFO octavia.api.v2.controllers.l7policy [req-bcf6fdeb-e6f6-462f-93da-4f3abb0f5dd0 - - - - -] Sending Creation of L7Policy 45210462-88f1-4d4d-87af-15d9562e9c4f to handler 2019-06-07 06:10:42.246 10531 INFO oslo_db.sqlalchemy.provision [req-0566c4ef-ffd0-4c12-bf6c-0a8ea96bbfe2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.250 10531 INFO oslo_db.sqlalchemy.provision [req-0566c4ef-ffd0-4c12-bf6c-0a8ea96bbfe2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ycevlljfla 2019-06-07 06:10:42.251 10531 INFO oslo_db.sqlalchemy.provision [req-0566c4ef-ffd0-4c12-bf6c-0a8ea96bbfe2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_url_bad_url [0.891808s] ... ok 2019-06-07 06:10:46.788 10535 INFO oslo_db.sqlalchemy.provision [req-e065d0f6-72af-46c5-af6b-7ccc4bb0f6a3 - - - - -] CREATE BACKEND sqlite:// TOKEN csxxjitgdr 2019-06-07 06:10:46.952 10535 INFO octavia.common.config [req-e065d0f6-72af-46c5-af6b-7ccc4bb0f6a3 - - - - -] Logging enabled! 2019-06-07 06:10:46.953 10535 INFO octavia.common.config [req-e065d0f6-72af-46c5-af6b-7ccc4bb0f6a3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.999 10535 WARNING octavia.api.root_controller [req-e065d0f6-72af-46c5-af6b-7ccc4bb0f6a3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.025 10535 INFO octavia.api.v2.controllers.load_balancer [req-7a17bfcf-515f-49d8-8630-e28f41319d57 - - - - -] Sending created Load Balancer c946eb22-a34d-40b7-8dcb-997cbd420510 to the handler 2019-06-07 06:10:47.118 10535 INFO oslo_db.sqlalchemy.provision [req-bd6d0844-41d3-4eb3-8712-fe473152cd5b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.122 10535 INFO oslo_db.sqlalchemy.provision [req-bd6d0844-41d3-4eb3-8712-fe473152cd5b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN csxxjitgdr 2019-06-07 06:10:47.122 10535 INFO oslo_db.sqlalchemy.provision [req-bd6d0844-41d3-4eb3-8712-fe473152cd5b - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_not_authorized_no_role [0.340173s] ... ok 2019-06-07 06:10:48.313 10528 INFO oslo_db.sqlalchemy.provision [req-ecc14dc9-d424-4488-9e8a-0a86b8c0a16a - - - - -] CREATE BACKEND sqlite:// TOKEN wevaldpqfz 2019-06-07 06:10:48.475 10528 INFO octavia.common.config [req-ecc14dc9-d424-4488-9e8a-0a86b8c0a16a - - - - -] Logging enabled! 2019-06-07 06:10:48.476 10528 INFO octavia.common.config [req-ecc14dc9-d424-4488-9e8a-0a86b8c0a16a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.516 10528 WARNING octavia.api.root_controller [req-ecc14dc9-d424-4488-9e8a-0a86b8c0a16a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.563 10528 INFO oslo_db.sqlalchemy.provision [req-5aba665a-301f-4dc6-a6ca-5878d46ee571 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.567 10528 INFO oslo_db.sqlalchemy.provision [req-5aba665a-301f-4dc6-a6ca-5878d46ee571 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wevaldpqfz 2019-06-07 06:10:48.567 10528 INFO oslo_db.sqlalchemy.provision [req-5aba665a-301f-4dc6-a6ca-5878d46ee571 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_neutron_failure [0.260715s] ... ok 2019-06-07 06:10:48.345 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN jcxzdmtsbf 2019-06-07 06:10:48.576 10546 WARNING octavia.db.repositories [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] Quota project lock timed out for project: 30daff27-4749-41ee-aea2-984ca172cf0b: DBDeadlock: None 2019-06-07 06:10:50.631 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.636 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jcxzdmtsbf 2019-06-07 06:10:50.637 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_check_quota_met [2.300645s] ... ok 2019-06-07 06:10:49.464 10532 INFO oslo_db.sqlalchemy.provision [req-99575995-22f2-4ea2-9fd4-9fd316a95360 - - - - -] CREATE BACKEND sqlite:// TOKEN nuotejbspq 2019-06-07 06:10:49.628 10532 INFO octavia.common.config [req-99575995-22f2-4ea2-9fd4-9fd316a95360 - - - - -] Logging enabled! 2019-06-07 06:10:49.629 10532 INFO octavia.common.config [req-99575995-22f2-4ea2-9fd4-9fd316a95360 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.677 10532 WARNING octavia.api.root_controller [req-99575995-22f2-4ea2-9fd4-9fd316a95360 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.703 10532 INFO octavia.api.v2.controllers.load_balancer [req-50a8dd37-787e-4baa-b6d3-7c07fc9f9c3a - - - - -] Sending created Load Balancer 4e25ddb4-a421-4bb8-bab5-f7dae625e671 to the handler 2019-06-07 06:10:49.789 10532 INFO octavia.api.v2.controllers.listener [req-0bbfac02-8895-458f-98b9-7e9e78fdeddc - - - - -] Sending Creation of Listener 2b0b920f-08df-4965-901b-0909c11402cd to handler 2019-06-07 06:10:49.936 10532 INFO octavia.api.v2.controllers.pool [req-bdee2ff4-49e2-420a-8379-c13da7279f96 - - - - -] Sending Creation of Pool 19ffb710-252d-4e81-8c39-cef8ab127965 to handler 2019-06-07 06:10:50.145 10532 INFO octavia.api.v2.controllers.pool [req-738f4f35-70e5-4d86-b772-fb3d67c2e8ff - - - - -] Sending Creation of Pool 5a55f2c2-748a-4f65-9b84-fba2ce0be427 to handler 2019-06-07 06:10:50.389 10532 INFO octavia.api.v2.controllers.pool [req-91c56b1c-1a0b-439c-b9a7-5e0431e8acbb - - - - -] Sending Creation of Pool 937fff09-3f9f-454f-a90b-a3946d3ab9c7 to handler 2019-06-07 06:10:50.678 10532 INFO octavia.api.v2.controllers.member [req-1aa4434f-9136-40f2-bf94-75f3c6ebd840 - - - - -] Sending Creation of Member 5950cc12-f7de-4405-bb9d-0c6fab8a1fdb to handler 2019-06-07 06:10:50.979 10532 INFO oslo_db.sqlalchemy.provision [req-2489eabc-e277-46e0-93bd-b0eb4c701203 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.983 10532 INFO oslo_db.sqlalchemy.provision [req-2489eabc-e277-46e0-93bd-b0eb4c701203 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nuotejbspq 2019-06-07 06:10:50.984 10532 INFO oslo_db.sqlalchemy.provision [req-2489eabc-e277-46e0-93bd-b0eb4c701203 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_mismatch_pool [1.526640s] ... ok 2019-06-07 06:10:52.666 10537 INFO oslo_db.sqlalchemy.provision [req-3d27b851-dfc9-4d98-b61c-35d31dc183c3 - - - - -] CREATE BACKEND sqlite:// TOKEN sgkihmnrrf 2019-06-07 06:10:52.818 10537 INFO octavia.common.config [req-3d27b851-dfc9-4d98-b61c-35d31dc183c3 - - - - -] Logging enabled! 2019-06-07 06:10:52.819 10537 INFO octavia.common.config [req-3d27b851-dfc9-4d98-b61c-35d31dc183c3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:52.867 10537 WARNING octavia.api.root_controller [req-3d27b851-dfc9-4d98-b61c-35d31dc183c3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:52.893 10537 INFO octavia.api.v2.controllers.load_balancer [req-53302d0c-e80e-43d7-a4ba-07d36136bbee - - - - -] Sending created Load Balancer 4a63ff2b-2a3a-4529-9eb9-16c39cf0b0f5 to the handler 2019-06-07 06:10:52.954 10537 INFO octavia.api.v2.controllers.listener [req-533fbd15-f971-498e-94d4-be7d951935ed - - - - -] Sending Creation of Listener 481467ee-d6bf-4fd2-8aaa-d95a45d8608a to handler 2019-06-07 06:10:53.061 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.064 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sgkihmnrrf 2019-06-07 06:10:53.065 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_not_authorized [0.403679s] ... ok 2019-06-07 06:10:43.341 10556 INFO oslo_db.sqlalchemy.provision [req-88415f74-ce56-48c6-96d8-47b25738da29 - - - - -] CREATE BACKEND sqlite:// TOKEN ppxoqnrrph 2019-06-07 06:10:43.512 10556 INFO octavia.common.config [req-88415f74-ce56-48c6-96d8-47b25738da29 - - - - -] Logging enabled! 2019-06-07 06:10:43.513 10556 INFO octavia.common.config [req-88415f74-ce56-48c6-96d8-47b25738da29 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.559 10556 WARNING octavia.api.root_controller [req-88415f74-ce56-48c6-96d8-47b25738da29 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.589 10556 INFO octavia.api.v2.controllers.load_balancer [req-27aa20be-3b3c-4768-9cb6-d458b47a670d - - - - -] Sending created Load Balancer 321f8c80-2957-45d0-99aa-bb27e6e8fd95 to the handler 2019-06-07 06:10:43.684 10556 INFO octavia.api.v2.controllers.listener [req-f6b96f64-ee2d-4f45-8f2b-425ee63e3fbc - - - - -] Sending Creation of Listener 4041a07f-0a53-404e-89d4-0f58748a745c to handler 2019-06-07 06:10:43.828 10556 INFO octavia.api.v2.controllers.pool [req-85a2bf45-2312-49bb-b4e9-2a93d472ec8d - - - - -] Sending Creation of Pool d59f5bc0-4e47-492b-85b6-95e9c40a1584 to handler 2019-06-07 06:10:44.080 10556 INFO octavia.api.v2.controllers.pool [req-084aa5bc-3092-45cc-a7fb-780e36196799 - - - - -] Sending Creation of Pool 641bcb9a-2df9-4069-b331-8e345578b0ae to handler 2019-06-07 06:10:44.330 10556 INFO oslo_db.sqlalchemy.provision [req-1c76c1b8-e0f5-4d21-b76e-9852241a1c03 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.334 10556 INFO oslo_db.sqlalchemy.provision [req-1c76c1b8-e0f5-4d21-b76e-9852241a1c03 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ppxoqnrrph 2019-06-07 06:10:44.335 10556 INFO oslo_db.sqlalchemy.provision [req-1c76c1b8-e0f5-4d21-b76e-9852241a1c03 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_member.TestMember.test_create_not_authorized [1.000600s] ... ok 2019-06-07 06:10:41.465 10549 INFO oslo_db.sqlalchemy.provision [req-54f345f5-581e-4840-b521-89271c7a7119 - - - - -] CREATE BACKEND sqlite:// TOKEN rancfppmxu 2019-06-07 06:10:41.640 10549 INFO octavia.common.config [req-54f345f5-581e-4840-b521-89271c7a7119 - - - - -] Logging enabled! 2019-06-07 06:10:41.642 10549 INFO octavia.common.config [req-54f345f5-581e-4840-b521-89271c7a7119 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:41.690 10549 WARNING octavia.api.root_controller [req-54f345f5-581e-4840-b521-89271c7a7119 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:41.724 10549 INFO octavia.api.v2.controllers.load_balancer [req-e0ed0195-3962-46c5-a1c8-8f0fb6538736 - - - - -] Sending created Load Balancer 7a09a3f2-90ce-4f10-b87e-b4022c7b9e25 to the handler 2019-06-07 06:10:41.815 10549 INFO octavia.api.v2.controllers.listener [req-5a4b1787-137d-492b-ba12-0728f0570eea - - - - -] Sending Creation of Listener 690b7087-0977-4eae-8637-502f29872f79 to handler 2019-06-07 06:10:41.959 10549 INFO octavia.api.v2.controllers.l7policy [req-02954906-d684-46c6-baf3-2f5edcf351c8 - - - - -] Sending Creation of L7Policy 145be273-7588-4c31-942e-b0e371ac7aae to handler 2019-06-07 06:10:42.215 10549 INFO octavia.api.v2.controllers.l7rule [req-bc7e6fed-e5f4-4e78-94b8-7ba9577d70d0 - - - - -] Sending Creation of L7Rule f87119cc-cb0a-4b86-b188-b9ae0cccbd42 to handler 2019-06-07 06:10:42.551 10549 INFO oslo_db.sqlalchemy.provision [req-8fd0f647-1ad3-4d32-bfe1-b32d9a31c4e1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.555 10549 INFO oslo_db.sqlalchemy.provision [req-8fd0f647-1ad3-4d32-bfe1-b32d9a31c4e1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rancfppmxu 2019-06-07 06:10:42.555 10549 INFO oslo_db.sqlalchemy.provision [req-8fd0f647-1ad3-4d32-bfe1-b32d9a31c4e1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_host_name_rule [1.096053s] ... ok 2019-06-07 06:10:42.710 10557 INFO oslo_db.sqlalchemy.provision [req-91fa7ad8-ef74-49df-9c51-015d33fa854b - - - - -] CREATE BACKEND sqlite:// TOKEN ioneexgdzu 2019-06-07 06:10:42.906 10557 INFO octavia.common.config [req-91fa7ad8-ef74-49df-9c51-015d33fa854b - - - - -] Logging enabled! 2019-06-07 06:10:42.907 10557 INFO octavia.common.config [req-91fa7ad8-ef74-49df-9c51-015d33fa854b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.954 10557 WARNING octavia.api.root_controller [req-91fa7ad8-ef74-49df-9c51-015d33fa854b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.991 10557 INFO oslo_db.sqlalchemy.provision [req-1ecd808e-5080-4510-bab3-4045446dde53 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.995 10557 INFO oslo_db.sqlalchemy.provision [req-1ecd808e-5080-4510-bab3-4045446dde53 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ioneexgdzu 2019-06-07 06:10:42.996 10557 INFO oslo_db.sqlalchemy.provision [req-1ecd808e-5080-4510-bab3-4045446dde53 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_non_exist_qos_policy_id [0.292924s] ... ok 2019-06-07 06:10:44.573 10552 INFO oslo_db.sqlalchemy.provision [req-dba4b367-ebc8-468e-a2ed-7e5bda10949c - - - - -] CREATE BACKEND sqlite:// TOKEN piocwukppo 2019-06-07 06:10:44.738 10552 INFO octavia.common.config [req-dba4b367-ebc8-468e-a2ed-7e5bda10949c - - - - -] Logging enabled! 2019-06-07 06:10:44.739 10552 INFO octavia.common.config [req-dba4b367-ebc8-468e-a2ed-7e5bda10949c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.785 10552 WARNING octavia.api.root_controller [req-dba4b367-ebc8-468e-a2ed-7e5bda10949c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.811 10552 INFO octavia.api.v2.controllers.load_balancer [req-6254845d-8fbd-41c7-bf2f-bbd7e3fa4d35 - - - - -] Sending created Load Balancer ba6c47ec-652b-4a96-bc4a-f6caeac5d401 to the handler 2019-06-07 06:10:44.899 10552 INFO octavia.api.v2.controllers.listener [req-4c51af6d-24fc-4b03-b2d9-ece0e043cceb - - - - -] Sending Creation of Listener 50659836-582e-4e1a-a522-bc80daa21ef6 to handler 2019-06-07 06:10:45.024 10552 INFO octavia.api.v2.controllers.pool [req-3d5034d4-ef46-4ac5-bce8-2f690542911b - - - - -] Sending Creation of Pool b6b27a27-3b0b-4c26-8eda-50a1a1a00da2 to handler 2019-06-07 06:10:45.265 10552 INFO octavia.api.v2.controllers.pool [req-999591d9-9b0c-4979-b353-e4995c89effa - - - - -] Sending Creation of Pool 852dde82-af23-47be-8487-7fd9c1f97c57 to handler 2019-06-07 06:10:45.503 10552 INFO octavia.api.v2.controllers.health_monitor [req-586d3da4-02d7-4367-93cc-2cd7a41e58c8 - - - - -] Sending Creation of Health Monitor 832ed200-cd76-4e0a-ab82-efbf9c768fd3 to handler 2019-06-07 06:10:45.827 10552 INFO octavia.api.v2.controllers.member [req-96bc6bb4-b482-4815-a7aa-000b1dc2c330 - - - - -] Sending Creation of Member 0a937a39-5b76-4640-8950-e2817a4764c1 to handler 2019-06-07 06:10:46.051 10552 INFO oslo_db.sqlalchemy.provision [req-c076d637-f44e-4f2d-bff9-d84140641577 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.055 10552 INFO oslo_db.sqlalchemy.provision [req-c076d637-f44e-4f2d-bff9-d84140641577 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN piocwukppo 2019-06-07 06:10:46.056 10552 INFO oslo_db.sqlalchemy.provision [req-c076d637-f44e-4f2d-bff9-d84140641577 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_health_monitor [1.489570s] ... ok 2019-06-07 06:10:48.064 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] CREATE BACKEND sqlite:// TOKEN twymexuwdj 2019-06-07 06:10:48.300 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.304 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN twymexuwdj 2019-06-07 06:10:48.304 10554 INFO oslo_db.sqlalchemy.provision [req-a7abce0e-4eee-4672-bff5-3b40563f2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_get_all_return_value [0.247177s] ... ok 2019-06-07 06:10:46.435 10544 INFO oslo_db.sqlalchemy.provision [req-43191437-c916-4d88-8c42-5a75bc00e285 - - - - -] CREATE BACKEND sqlite:// TOKEN cwbwvupyka 2019-06-07 06:10:46.597 10544 INFO octavia.common.config [req-43191437-c916-4d88-8c42-5a75bc00e285 - - - - -] Logging enabled! 2019-06-07 06:10:46.598 10544 INFO octavia.common.config [req-43191437-c916-4d88-8c42-5a75bc00e285 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.643 10544 WARNING octavia.api.root_controller [req-43191437-c916-4d88-8c42-5a75bc00e285 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.672 10544 INFO octavia.api.v2.controllers.load_balancer [req-907d9ebf-ce80-4961-b215-dc4a872b6493 - - - - -] Sending created Load Balancer aa2ed7e1-6211-49e4-ac18-080fce9649f5 to the handler 2019-06-07 06:10:46.774 10544 INFO octavia.api.v2.controllers.listener [req-ac6e0d93-d74d-4420-b0a5-d88e047fbb48 - - - - -] Sending Creation of Listener 3d5616e3-1bf3-4484-b473-32f177b739de to handler 2019-06-07 06:10:46.917 10544 INFO octavia.api.v2.controllers.pool [req-e7ee3cec-fba8-4d42-a1c1-a8d60deeccf4 - - - - -] Sending Creation of Pool b38632c3-d797-4fa2-9332-a2702af8c9f6 to handler 2019-06-07 06:10:47.134 10544 INFO octavia.api.v2.controllers.pool [req-d0f300b2-89c3-40ad-a560-0a355d1bc0c0 - - - - -] Sending Creation of Pool c03ca414-02e6-4f56-b8cf-8bd9c449d2dd to handler 2019-06-07 06:10:47.402 10544 INFO octavia.api.v2.controllers.member [req-a7a29ef3-248e-4c58-9871-2308fa1986d4 - - - - -] Sending Creation of Member c57f444f-5835-4567-8489-75a143ee8bc9 to handler 2019-06-07 06:10:47.648 10544 INFO octavia.api.v2.controllers.member [req-dc759458-07dc-41da-8dac-103ded7057f4 - - - - -] Sending Creation of Member f56735ed-9360-4cd9-9a82-efc86fedbc69 to handler 2019-06-07 06:10:47.900 10544 INFO octavia.api.v2.controllers.member [req-35021386-9c1f-4435-9f30-747d85517c43 - - - - -] Sending Full Member Update to handler 2019-06-07 06:10:48.003 10544 INFO oslo_db.sqlalchemy.provision [req-5c72997b-3f11-49d6-a84b-99ab10c6c67c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.006 10544 INFO oslo_db.sqlalchemy.provision [req-5c72997b-3f11-49d6-a84b-99ab10c6c67c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cwbwvupyka 2019-06-07 06:10:48.007 10544 INFO oslo_db.sqlalchemy.provision [req-5c72997b-3f11-49d6-a84b-99ab10c6c67c - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_batch_members [1.578706s] ... ok 2019-06-07 06:10:38.166 10529 INFO oslo_db.sqlalchemy.provision [req-ed8c22d3-042a-4e17-b9c0-eccc920dbb2e - - - - -] CREATE BACKEND sqlite:// TOKEN eiljteqlgj 2019-06-07 06:10:38.357 10529 INFO octavia.common.config [req-ed8c22d3-042a-4e17-b9c0-eccc920dbb2e - - - - -] Logging enabled! 2019-06-07 06:10:38.358 10529 INFO octavia.common.config [req-ed8c22d3-042a-4e17-b9c0-eccc920dbb2e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:38.403 10529 WARNING octavia.api.root_controller [req-ed8c22d3-042a-4e17-b9c0-eccc920dbb2e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:38.432 10529 INFO octavia.api.v2.controllers.load_balancer [req-5b1fb1d4-e295-46ed-af10-ebe5e0e443f5 - - - - -] Sending created Load Balancer 9acf99b4-1439-4fc0-9f2c-d6a6e50a0c56 to the handler 2019-06-07 06:10:38.529 10529 INFO octavia.api.v2.controllers.listener [req-fbcb07f0-3226-4fc9-839e-1860c364d63e - - - - -] Sending Creation of Listener e84549b5-7f78-4ee2-8809-ad2fdde35bc7 to handler 2019-06-07 06:10:38.664 10529 INFO octavia.api.v2.controllers.pool [req-20e31ae5-63d1-4cf7-86a1-4ef193430a19 - - - - -] Sending Creation of Pool 027b2d8d-97d2-4766-b226-fdf4aec45459 to handler 2019-06-07 06:10:38.931 10529 INFO octavia.api.v2.controllers.pool [req-5ef9d435-4c37-4586-ac6f-858c4e526621 - - - - -] Sending Creation of Pool 96c1451b-1083-424d-a61c-fc2d996f7527 to handler 2019-06-07 06:10:39.156 10529 INFO octavia.api.v2.controllers.load_balancer [req-8786621f-6cc4-4e28-a1b7-0422f57e4aef - - - - -] Sending deleted Load Balancer 9acf99b4-1439-4fc0-9f2c-d6a6e50a0c56 to the handler 2019-06-07 06:10:39.251 10529 INFO octavia.api.v2.controllers.health_monitor [req-19832780-e330-4a74-aceb-3daefd7924f4 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:39.277 10529 INFO oslo_db.sqlalchemy.provision [req-19832780-e330-4a74-aceb-3daefd7924f4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:39.281 10529 INFO oslo_db.sqlalchemy.provision [req-19832780-e330-4a74-aceb-3daefd7924f4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eiljteqlgj 2019-06-07 06:10:39.282 10529 INFO oslo_db.sqlalchemy.provision [req-19832780-e330-4a74-aceb-3daefd7924f4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_delete [1.122649s] ... ok 2019-06-07 06:10:50.645 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN xkzzfnxxej 2019-06-07 06:10:50.857 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.860 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xkzzfnxxej 2019-06-07 06:10:50.861 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_load_balancer_tree_quotas ... SKIPPED: PySqlite transaction handling is broken. We can unskipthis when `test_sqlite_transactions_broken` fails. 2019-06-07 06:10:43.187 10541 INFO oslo_db.sqlalchemy.provision [req-aaa8e094-ec79-4120-857e-0a13808add32 - - - - -] CREATE BACKEND sqlite:// TOKEN mzvgxsnlit 2019-06-07 06:10:43.368 10541 INFO octavia.common.config [req-aaa8e094-ec79-4120-857e-0a13808add32 - - - - -] Logging enabled! 2019-06-07 06:10:43.369 10541 INFO octavia.common.config [req-aaa8e094-ec79-4120-857e-0a13808add32 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.586 10541 WARNING octavia.api.root_controller [req-aaa8e094-ec79-4120-857e-0a13808add32 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.614 10541 INFO octavia.api.v2.controllers.load_balancer [req-d3b37d6c-8374-4189-a0b0-f8f6d4e18d96 - - - - -] Sending created Load Balancer f0e11f7a-e4f0-4123-a303-b5dd90a9f3d3 to the handler 2019-06-07 06:10:43.707 10541 INFO octavia.api.v2.controllers.listener [req-ef1d248b-7e9c-4ca0-8a6d-20b467ae08c6 - - - - -] Sending Creation of Listener 81796331-7e3e-4d50-908f-b41e92b2cfa9 to handler 2019-06-07 06:10:43.869 10541 INFO octavia.api.v2.controllers.pool [req-03ff76cc-f6f7-4e7e-af41-18d55b8dcf22 - - - - -] Sending Creation of Pool 1f0d2086-f7e4-4c44-8103-4ab1591b7c91 to handler 2019-06-07 06:10:44.084 10541 INFO octavia.api.v2.controllers.l7policy [req-bedaae29-4241-4c9b-8ba0-b78537e9b2d2 - - - - -] Sending Creation of L7Policy 9437cea7-36e5-4f7b-a463-d9eeb9cc099e to handler 2019-06-07 06:10:44.466 10541 INFO oslo_db.sqlalchemy.provision [req-dc5ef485-aaed-4eb7-81a5-ad1a94fcf856 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.470 10541 INFO oslo_db.sqlalchemy.provision [req-dc5ef485-aaed-4eb7-81a5-ad1a94fcf856 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mzvgxsnlit 2019-06-07 06:10:44.470 10541 INFO oslo_db.sqlalchemy.provision [req-dc5ef485-aaed-4eb7-81a5-ad1a94fcf856 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:53.073 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] CREATE BACKEND sqlite:// TOKEN losalxrfrc 2019-06-07 06:10:53.254 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.256 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN losalxrfrc 2019-06-07 06:10:53.256 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:46.591 10547 INFO oslo_db.sqlalchemy.provision [req-beb150af-0941-4c7b-b1db-ea19d0934bfd - - - - -] CREATE BACKEND sqlite:// TOKEN bgthbxuctp 2019-06-07 06:10:46.752 10547 INFO octavia.common.config [req-beb150af-0941-4c7b-b1db-ea19d0934bfd - - - - -] Logging enabled! 2019-06-07 06:10:46.752 10547 INFO octavia.common.config [req-beb150af-0941-4c7b-b1db-ea19d0934bfd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.925 10547 WARNING octavia.api.root_controller [req-beb150af-0941-4c7b-b1db-ea19d0934bfd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.969 10547 INFO octavia.api.v2.controllers.load_balancer [req-3a005c82-6a88-4432-8acf-e7a2f8ed3ebb - - - - -] Sending created Load Balancer 163fa51d-9391-4820-a6c6-aa845031f502 to the handler 2019-06-07 06:10:47.061 10547 INFO octavia.api.v2.controllers.listener [req-d600b631-1cad-4ea0-a6c0-4b3db4e5f62f - - - - -] Sending Creation of Listener fdf5d29c-fb9c-48af-8b1a-cc92080080ad to handler 2019-06-07 06:10:47.196 10547 INFO octavia.api.v2.controllers.pool [req-e18658e2-2543-4b30-ad17-bc6c2e0cfdd2 - - - - -] Sending Creation of Pool b9e5a1be-373d-433a-8b36-e8045fc8b805 to handler 2019-06-07 06:10:47.432 10547 INFO octavia.api.v2.controllers.pool [req-fb60204f-0433-4d11-bf37-e54589527d41 - - - - -] Sending Creation of Pool 74be6618-582f-4c45-b3f0-e8e5749c6e7c to handler 2019-06-07 06:10:47.694 10547 INFO octavia.api.v2.controllers.member [req-59c70faf-e680-4b41-ae22-549bf5806040 - - - - -] Sending Creation of Member fb308b63-3f81-4c7a-9fba-1b833b1529ef to handler 2019-06-07 06:10:47.890 10547 INFO octavia.api.v2.controllers.load_balancer [req-bcadd0ce-f2d4-45c9-aab1-a657f14c86b6 - - - - -] Sending updated Load Balancer 163fa51d-9391-4820-a6c6-aa845031f502 to the handler 2019-06-07 06:10:47.989 10547 INFO octavia.api.v2.controllers.member [req-2320e233-f05f-47d6-af0a-9e586be021f0 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:48.016 10547 INFO oslo_db.sqlalchemy.provision [req-2320e233-f05f-47d6-af0a-9e586be021f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.020 10547 INFO oslo_db.sqlalchemy.provision [req-2320e233-f05f-47d6-af0a-9e586be021f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bgthbxuctp 2019-06-07 06:10:48.021 10547 INFO oslo_db.sqlalchemy.provision [req-2320e233-f05f-47d6-af0a-9e586be021f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_not_authorized [1.290424s] ... ok {9} octavia.tests.functional.db.test_models.AmphoraModelTest.test_update [0.189439s] ... ok {19} octavia.tests.functional.api.v2.test_member.TestMember.test_update_when_lb_pending_update [1.437027s] ... ok 2019-06-07 06:11:04.588 10539 INFO octavia.api.v2.controllers.l7rule [req-0a2ed604-d004-4b3d-9e09-34b318fed3ee - - - - -] Sending Creation of L7Rule 95192fef-7015-45b2-bc1b-6c46950a0750 to handler 2019-06-07 06:10:49.167 10559 INFO oslo_db.sqlalchemy.provision [req-ebc1792b-74f8-462c-8668-3d3f49207dd0 - - - - -] CREATE BACKEND sqlite:// TOKEN mimxxqonqg 2019-06-07 06:10:49.329 10559 INFO octavia.common.config [req-ebc1792b-74f8-462c-8668-3d3f49207dd0 - - - - -] Logging enabled! 2019-06-07 06:10:49.330 10559 INFO octavia.common.config [req-ebc1792b-74f8-462c-8668-3d3f49207dd0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.375 10559 WARNING octavia.api.root_controller [req-ebc1792b-74f8-462c-8668-3d3f49207dd0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.402 10559 INFO octavia.api.v2.controllers.load_balancer [req-f1bc0527-0710-4297-9d53-1f220ab0021d - - - - -] Sending created Load Balancer b38a05c0-363f-45f5-8353-ea5c3b13791a to the handler 2019-06-07 06:10:49.491 10559 INFO octavia.api.v2.controllers.listener [req-fdeb619f-9d9f-4bd4-8bf8-ad652eaaaacc - - - - -] Sending Creation of Listener 929a340f-033d-4305-85bc-eb375998b164 to handler 2019-06-07 06:10:49.649 10559 INFO octavia.api.v2.controllers.pool [req-99ea6ba7-d7e6-4629-87d3-2c9f3a1ae3f9 - - - - -] Sending Creation of Pool db7ded56-1370-41fb-b15e-c69485d015c3 to handler 2019-06-07 06:10:49.819 10559 INFO octavia.api.v2.controllers.load_balancer [req-a5da2c1b-73c3-49b1-a659-39aa600e1c4d - - - - -] Sending deleted Load Balancer b38a05c0-363f-45f5-8353-ea5c3b13791a to the handler 2019-06-07 06:10:49.846 10559 INFO oslo_db.sqlalchemy.provision [req-a5da2c1b-73c3-49b1-a659-39aa600e1c4d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.849 10559 INFO oslo_db.sqlalchemy.provision [req-a5da2c1b-73c3-49b1-a659-39aa600e1c4d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mimxxqonqg 2019-06-07 06:10:49.850 10559 INFO oslo_db.sqlalchemy.provision [req-a5da2c1b-73c3-49b1-a659-39aa600e1c4d - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_cascade_delete [0.689538s] ... ok 2019-06-07 06:10:52.716 10534 INFO oslo_db.sqlalchemy.provision [req-00c5c3e3-0004-49e9-961a-2042c2a1ca8c - - - - -] CREATE BACKEND sqlite:// TOKEN mpjuspsryb 2019-06-07 06:10:52.852 10534 INFO octavia.common.config [req-00c5c3e3-0004-49e9-961a-2042c2a1ca8c - - - - -] Logging enabled! 2019-06-07 06:10:52.853 10534 INFO octavia.common.config [req-00c5c3e3-0004-49e9-961a-2042c2a1ca8c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:52.901 10534 WARNING octavia.api.root_controller [req-00c5c3e3-0004-49e9-961a-2042c2a1ca8c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:52.929 10534 INFO octavia.api.v2.controllers.load_balancer [req-08e49f6b-0b39-4a02-8b0d-c11a7069a055 - - - - -] Sending created Load Balancer c7ddef8e-487a-44ac-9c97-376e3f3e1e4c to the handler 2019-06-07 06:10:52.979 10534 INFO octavia.api.v2.controllers.listener [req-30fa9f82-b63e-4813-ab74-5bf78584968f - - - - -] Sending Creation of Listener bb628bf7-e71e-413c-a69c-63dbd4eab6cc to handler 2019-06-07 06:10:53.085 10534 INFO octavia.api.v2.controllers.pool [req-b3417508-5ebe-4ec3-b538-4f4a2b3b7f91 - - - - -] Sending Creation of Pool c6e8b53d-2d74-4b82-8343-0843a2705e8f to handler 2019-06-07 06:10:53.220 10534 INFO oslo_db.sqlalchemy.provision [req-04b0d2e8-2119-4464-ab9d-bc652f278de0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.222 10534 INFO oslo_db.sqlalchemy.provision [req-04b0d2e8-2119-4464-ab9d-bc652f278de0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mpjuspsryb 2019-06-07 06:10:53.223 10534 INFO oslo_db.sqlalchemy.provision [req-04b0d2e8-2119-4464-ab9d-bc652f278de0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_SP_type_IP_cookie [0.512657s] ... ok 2019-06-07 06:10:49.817 10533 INFO oslo_db.sqlalchemy.provision [req-6bf452fc-35d3-4d17-b949-99dd7df21c51 - - - - -] CREATE BACKEND sqlite:// TOKEN jodganqvwf 2019-06-07 06:10:49.977 10533 INFO octavia.common.config [req-6bf452fc-35d3-4d17-b949-99dd7df21c51 - - - - -] Logging enabled! 2019-06-07 06:10:49.978 10533 INFO octavia.common.config [req-6bf452fc-35d3-4d17-b949-99dd7df21c51 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.025 10533 WARNING octavia.api.root_controller [req-6bf452fc-35d3-4d17-b949-99dd7df21c51 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.050 10533 INFO octavia.api.v2.controllers.load_balancer [req-c6525110-602d-45a4-8540-3e38e3e4ffa7 - - - - -] Sending created Load Balancer dcf0a521-9486-4667-b80a-f3af934f32f9 to the handler 2019-06-07 06:10:50.134 10533 INFO octavia.api.v2.controllers.listener [req-56a932a8-9f72-44ff-bf31-c6f086715bb9 - - - - -] Sending Creation of Listener b67ae330-e3f8-405d-82d7-1c8ebd6e19f3 to handler 2019-06-07 06:10:50.279 10533 INFO octavia.api.v2.controllers.pool [req-06a8b2ff-4e41-439f-b66f-f26f024251bc - - - - -] Sending Creation of Pool a6162233-240e-40ea-99d7-2186e1901fb9 to handler 2019-06-07 06:10:50.473 10533 INFO octavia.api.v2.controllers.pool [req-ed4fcf14-99d6-4ccd-acba-ee0868255acb - - - - -] Sending Creation of Pool 21f907a5-a23b-4b3e-a034-cce24714e500 to handler 2019-06-07 06:10:50.696 10533 INFO octavia.api.v2.controllers.pool [req-b8c10eae-c77b-413a-a005-72e5cfa5f1fe - - - - -] Sending Creation of Pool 26e871a5-50d3-4f5a-90ae-3acfcf3a12bd to handler 2019-06-07 06:10:51.052 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.056 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jodganqvwf 2019-06-07 06:10:51.056 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_sorted [1.245628s] ... ok 2019-06-07 06:10:46.620 10553 INFO oslo_db.sqlalchemy.provision [req-f047da64-aeb0-417f-903f-21fc441083d5 - - - - -] CREATE BACKEND sqlite:// TOKEN wwanipgibr 2019-06-07 06:10:46.782 10553 INFO octavia.common.config [req-f047da64-aeb0-417f-903f-21fc441083d5 - - - - -] Logging enabled! 2019-06-07 06:10:46.782 10553 INFO octavia.common.config [req-f047da64-aeb0-417f-903f-21fc441083d5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.830 10553 WARNING octavia.api.root_controller [req-f047da64-aeb0-417f-903f-21fc441083d5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.856 10553 INFO octavia.api.v2.controllers.load_balancer [req-2c9385e0-549a-4a83-b8dd-7fd94af45a51 - - - - -] Sending created Load Balancer 586f1c89-7f1b-420f-aad0-bba43c4dee0b to the handler 2019-06-07 06:10:46.944 10553 INFO octavia.api.v2.controllers.listener [req-79bd355c-9e57-4cfc-88a0-71c5744eff20 - - - - -] Sending Creation of Listener 6e8fcfba-2622-4fd7-a9e6-1656c720e3f0 to handler 2019-06-07 06:10:47.036 10553 INFO oslo_db.sqlalchemy.provision [req-50e82332-316a-46c2-9628-167df76f60db - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.040 10553 INFO oslo_db.sqlalchemy.provision [req-50e82332-316a-46c2-9628-167df76f60db - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wwanipgibr 2019-06-07 06:10:47.041 10553 INFO oslo_db.sqlalchemy.provision [req-50e82332-316a-46c2-9628-167df76f60db - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_listener [0.426534s] ... ok 2019-06-07 06:10:43.347 10543 INFO oslo_db.sqlalchemy.provision [req-c10cdbdc-a94c-4b01-8ba7-855902eb52cb - - - - -] CREATE BACKEND sqlite:// TOKEN zkwjcgetpc 2019-06-07 06:10:43.522 10543 INFO octavia.common.config [req-c10cdbdc-a94c-4b01-8ba7-855902eb52cb - - - - -] Logging enabled! 2019-06-07 06:10:43.523 10543 INFO octavia.common.config [req-c10cdbdc-a94c-4b01-8ba7-855902eb52cb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.569 10543 WARNING octavia.api.root_controller [req-c10cdbdc-a94c-4b01-8ba7-855902eb52cb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.596 10543 INFO octavia.api.v2.controllers.load_balancer [req-8c2ab18c-f92e-4286-85d4-2425ed77f580 - - - - -] Sending created Load Balancer c930a800-d206-401a-a7b1-bc514c97f2ee to the handler 2019-06-07 06:10:43.695 10543 INFO octavia.api.v2.controllers.listener [req-90c13add-19a1-4461-baa7-f99cf3b9adb9 - - - - -] Sending Creation of Listener 86ff4d52-f923-45ad-9447-4e5aa4116bf5 to handler 2019-06-07 06:10:43.846 10543 INFO octavia.api.v2.controllers.pool [req-f7d9c668-ced6-4f4b-b766-7f2c419de57d - - - - -] Sending Creation of Pool 4cf6d634-9ef9-4132-805b-95032a9af249 to handler 2019-06-07 06:10:44.073 10543 INFO octavia.api.v2.controllers.pool [req-2d84dd47-cd76-4f7a-8bed-005f8b9a6834 - - - - -] Sending Creation of Pool 5f3804e7-0739-4798-825a-8b7dfff5d626 to handler 2019-06-07 06:10:44.352 10543 INFO octavia.api.v2.controllers.member [req-162bb9af-0ba3-4c77-8ec1-0273f4194b25 - - - - -] Sending Creation of Member 3e3e267b-0001-4fa3-a3ce-4eb930534085 to handler 2019-06-07 06:10:44.623 10543 INFO octavia.api.v2.controllers.member [req-282a2269-0bbb-42ef-9b16-2c9d8f109353 - - - - -] Sending Creation of Member a89109f0-df60-4820-8313-73f62ede7c93 to handler 2019-06-07 06:10:44.855 10543 INFO oslo_db.sqlalchemy.provision [req-76b581a5-4f5d-4ba5-87c0-13f1019e2c97 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.859 10543 INFO oslo_db.sqlalchemy.provision [req-76b581a5-4f5d-4ba5-87c0-13f1019e2c97 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zkwjcgetpc 2019-06-07 06:10:44.860 10543 INFO oslo_db.sqlalchemy.provision [req-76b581a5-4f5d-4ba5-87c0-13f1019e2c97 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_not_authorized [1.519038s] ... ok 2019-06-07 06:10:42.102 10530 INFO oslo_db.sqlalchemy.provision [req-3813b4a1-1b6f-459a-a0a6-e966355c0143 - - - - -] CREATE BACKEND sqlite:// TOKEN cahsyhrzbh 2019-06-07 06:10:42.270 10530 INFO octavia.common.config [req-3813b4a1-1b6f-459a-a0a6-e966355c0143 - - - - -] Logging enabled! 2019-06-07 06:10:42.271 10530 INFO octavia.common.config [req-3813b4a1-1b6f-459a-a0a6-e966355c0143 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.319 10530 WARNING octavia.api.root_controller [req-3813b4a1-1b6f-459a-a0a6-e966355c0143 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.348 10530 INFO octavia.api.v2.controllers.load_balancer [req-81eee88c-75d1-4f2e-bccd-1443c3308b79 - - - - -] Sending created Load Balancer bce64927-996b-48f3-9f26-22aab60ac245 to the handler 2019-06-07 06:10:42.388 10530 INFO oslo_db.sqlalchemy.provision [req-81eee88c-75d1-4f2e-bccd-1443c3308b79 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.392 10530 INFO oslo_db.sqlalchemy.provision [req-81eee88c-75d1-4f2e-bccd-1443c3308b79 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cahsyhrzbh 2019-06-07 06:10:42.393 10530 INFO oslo_db.sqlalchemy.provision [req-81eee88c-75d1-4f2e-bccd-1443c3308b79 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_qos_vip_port [0.296589s] ... ok 2019-06-07 06:10:44.369 10540 INFO oslo_db.sqlalchemy.provision [req-9e058c9a-9ad0-4781-8f9c-e6bca9880e74 - - - - -] CREATE BACKEND sqlite:// TOKEN ngdnnysayq 2019-06-07 06:10:44.530 10540 INFO octavia.common.config [req-9e058c9a-9ad0-4781-8f9c-e6bca9880e74 - - - - -] Logging enabled! 2019-06-07 06:10:44.530 10540 INFO octavia.common.config [req-9e058c9a-9ad0-4781-8f9c-e6bca9880e74 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.577 10540 WARNING octavia.api.root_controller [req-9e058c9a-9ad0-4781-8f9c-e6bca9880e74 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.603 10540 INFO octavia.api.v2.controllers.load_balancer [req-22888623-34f0-402a-b7c1-7414e5009a0b - - - - -] Sending created Load Balancer bff0782e-ca15-47b1-8446-b50b5aded953 to the handler 2019-06-07 06:10:44.687 10540 INFO octavia.api.v2.controllers.listener [req-3bf29589-c695-4b24-b1ae-3c184b7bc0c4 - - - - -] Sending Creation of Listener 52f82992-9476-4520-a334-1fed5ab21c7e to handler 2019-06-07 06:10:44.793 10540 INFO octavia.api.v2.controllers.load_balancer [req-4eb78924-4a87-45ec-97e8-200e59c5076b - - - - -] Sending created Load Balancer 7aaea1b0-ec86-40fc-be1d-6396d941bed8 to the handler 2019-06-07 06:10:44.877 10540 INFO octavia.api.v2.controllers.pool [req-a54eb4de-b1d0-4e7c-9cf0-f997da394c59 - - - - -] Sending Creation of Pool 3da63003-d45b-43e2-8a9e-a707c8843ee5 to handler 2019-06-07 06:10:45.013 10540 INFO octavia.api.v2.controllers.pool [req-f625513f-3b9f-4d9e-94b4-12ea82a046c0 - - - - -] Sending Creation of Pool 1322ddae-b751-4e1c-bbec-b3bdd43661f6 to handler 2019-06-07 06:10:45.188 10540 INFO octavia.api.v2.controllers.pool [req-a5f405fa-9f7f-4111-a6da-485d0eb5b352 - - - - -] Sending Creation of Pool 21d8bf14-9a51-4a71-ba0a-329d7bbac003 to handler 2019-06-07 06:10:45.429 10540 INFO oslo_db.sqlalchemy.provision [req-eb08055d-8c7a-49d6-bf70-7197a78c7155 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.433 10540 INFO oslo_db.sqlalchemy.provision [req-eb08055d-8c7a-49d6-bf70-7197a78c7155 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ngdnnysayq 2019-06-07 06:10:45.434 10540 INFO oslo_db.sqlalchemy.provision [req-eb08055d-8c7a-49d6-bf70-7197a78c7155 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_admin [1.071480s] ... ok 2019-06-07 06:10:46.737 10555 INFO oslo_db.sqlalchemy.provision [req-d52e0435-5e44-41bd-a7f0-a77acc2f4390 - - - - -] CREATE BACKEND sqlite:// TOKEN umfvbckjgw 2019-06-07 06:10:46.899 10555 INFO octavia.common.config [req-d52e0435-5e44-41bd-a7f0-a77acc2f4390 - - - - -] Logging enabled! 2019-06-07 06:10:46.900 10555 INFO octavia.common.config [req-d52e0435-5e44-41bd-a7f0-a77acc2f4390 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.944 10555 WARNING octavia.api.root_controller [req-d52e0435-5e44-41bd-a7f0-a77acc2f4390 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.973 10555 INFO octavia.api.v2.controllers.load_balancer [req-7f022fc2-fcb5-47c7-94fb-d9a4cabb06d0 - - - - -] Sending created Load Balancer 807bfb92-0072-4363-a09f-8a31fc427de7 to the handler 2019-06-07 06:10:47.031 10555 INFO oslo_db.sqlalchemy.provision [req-7f022fc2-fcb5-47c7-94fb-d9a4cabb06d0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.036 10555 INFO oslo_db.sqlalchemy.provision [req-7f022fc2-fcb5-47c7-94fb-d9a4cabb06d0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN umfvbckjgw 2019-06-07 06:10:47.036 10555 INFO oslo_db.sqlalchemy.provision [req-7f022fc2-fcb5-47c7-94fb-d9a4cabb06d0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_1_fixed_ip [0.305766s] ... ok 2019-06-07 06:10:48.573 10528 INFO oslo_db.sqlalchemy.provision [req-5aba665a-301f-4dc6-a6ca-5878d46ee571 - - - - -] CREATE BACKEND sqlite:// TOKEN qhgyqhlowm 2019-06-07 06:10:48.745 10528 INFO octavia.common.config [req-5aba665a-301f-4dc6-a6ca-5878d46ee571 - - - - -] Logging enabled! 2019-06-07 06:10:48.746 10528 INFO octavia.common.config [req-5aba665a-301f-4dc6-a6ca-5878d46ee571 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.790 10528 WARNING octavia.api.root_controller [req-5aba665a-301f-4dc6-a6ca-5878d46ee571 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.823 10528 INFO oslo_db.sqlalchemy.provision [req-6feea73e-cf84-42ba-a519-e51db6ee0232 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.827 10528 INFO oslo_db.sqlalchemy.provision [req-6feea73e-cf84-42ba-a519-e51db6ee0232 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qhgyqhlowm 2019-06-07 06:10:48.828 10528 INFO oslo_db.sqlalchemy.provision [req-6feea73e-cf84-42ba-a519-e51db6ee0232 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_empty_vip [0.260005s] ... ok 2019-06-07 06:10:48.903 10538 INFO oslo_db.sqlalchemy.provision [req-9fd83bd7-c478-4478-9892-55b29e237b74 - - - - -] CREATE BACKEND sqlite:// TOKEN kazlipzsmp 2019-06-07 06:10:49.069 10538 INFO octavia.common.config [req-9fd83bd7-c478-4478-9892-55b29e237b74 - - - - -] Logging enabled! 2019-06-07 06:10:49.069 10538 INFO octavia.common.config [req-9fd83bd7-c478-4478-9892-55b29e237b74 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.117 10538 WARNING octavia.api.root_controller [req-9fd83bd7-c478-4478-9892-55b29e237b74 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.145 10538 INFO octavia.api.v2.controllers.load_balancer [req-e46fcaae-b5a2-411a-a95a-daefaa2804fa - - - - -] Sending created Load Balancer c93e00c2-d366-4203-8ae4-f53e856b4c9a to the handler 2019-06-07 06:10:49.393 10538 INFO octavia.api.v2.controllers.listener [req-5bdcb946-82a6-4c14-881b-59b373d6a1a1 - - - - -] Sending Creation of Listener 5675b3ac-1d28-45c3-9410-b9361dcac5fa to handler 2019-06-07 06:10:49.577 10538 INFO octavia.api.v2.controllers.pool [req-31cabac1-a145-4fe0-82a7-89d883cea3d5 - - - - -] Sending Creation of Pool d04cc52f-55d9-44f4-95e7-ff880da46070 to handler 2019-06-07 06:10:49.785 10538 INFO oslo_db.sqlalchemy.provision [req-fc195b60-e706-4122-9c27-2e40be41181f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.789 10538 INFO oslo_db.sqlalchemy.provision [req-fc195b60-e706-4122-9c27-2e40be41181f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kazlipzsmp 2019-06-07 06:10:49.789 10538 INFO oslo_db.sqlalchemy.provision [req-fc195b60-e706-4122-9c27-2e40be41181f - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_listener_with_default_pool_id_set [0.893687s] ... ok 2019-06-07 06:10:50.163 10548 INFO oslo_db.sqlalchemy.provision [req-832c4828-759a-4614-92bd-ad737a9fc6d7 - - - - -] CREATE BACKEND sqlite:// TOKEN hmimnjpram 2019-06-07 06:10:50.324 10548 INFO octavia.common.config [req-832c4828-759a-4614-92bd-ad737a9fc6d7 - - - - -] Logging enabled! 2019-06-07 06:10:50.325 10548 INFO octavia.common.config [req-832c4828-759a-4614-92bd-ad737a9fc6d7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.374 10548 WARNING octavia.api.root_controller [req-832c4828-759a-4614-92bd-ad737a9fc6d7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.401 10548 INFO octavia.api.v2.controllers.load_balancer [req-daa79e42-82f8-416b-8887-0dcd972f1114 - - - - -] Sending created Load Balancer dfbe11b2-fed0-4fa9-9ba3-c9eb6ce10f3a to the handler 2019-06-07 06:10:50.484 10548 INFO octavia.api.v2.controllers.load_balancer [req-2d9c4711-4de6-46c4-bbc1-95cf4a5b1713 - - - - -] Sending deleted Load Balancer dfbe11b2-fed0-4fa9-9ba3-c9eb6ce10f3a to the handler 2019-06-07 06:10:50.510 10548 INFO oslo_db.sqlalchemy.provision [req-2d9c4711-4de6-46c4-bbc1-95cf4a5b1713 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.514 10548 INFO oslo_db.sqlalchemy.provision [req-2d9c4711-4de6-46c4-bbc1-95cf4a5b1713 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hmimnjpram 2019-06-07 06:10:50.515 10548 INFO oslo_db.sqlalchemy.provision [req-2d9c4711-4de6-46c4-bbc1-95cf4a5b1713 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:50.868 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN xhbldmvgwz 2019-06-07 06:10:51.063 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.066 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xhbldmvgwz 2019-06-07 06:10:51.067 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_with_error_status [0.357821s] ... ok {18} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_get_all_return_value [0.205018s] ... ok 2019-06-07 06:10:53.260 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] CREATE BACKEND sqlite:// TOKEN vcpfibjgco 2019-06-07 06:10:53.376 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.378 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vcpfibjgco 2019-06-07 06:10:53.379 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_models.PoolModelTest.test_listener_relationship [0.121748s] ... ok 2019-06-07 06:10:43.313 10545 INFO oslo_db.sqlalchemy.provision [req-a86cb817-bc21-4ce1-9910-2363d5067e46 - - - - -] CREATE BACKEND sqlite:// TOKEN gzjximrfif 2019-06-07 06:10:43.495 10545 INFO octavia.common.config [req-a86cb817-bc21-4ce1-9910-2363d5067e46 - - - - -] Logging enabled! 2019-06-07 06:10:43.496 10545 INFO octavia.common.config [req-a86cb817-bc21-4ce1-9910-2363d5067e46 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.544 10545 WARNING octavia.api.root_controller [req-a86cb817-bc21-4ce1-9910-2363d5067e46 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.570 10545 INFO octavia.api.v2.controllers.load_balancer [req-1b37812b-1a6a-4c16-b4ce-0268b8409fb7 - - - - -] Sending created Load Balancer 4c37ff0d-b31a-4f86-a993-76458657b500 to the handler 2019-06-07 06:10:43.663 10545 INFO octavia.api.v2.controllers.listener [req-fab78f0a-666c-4148-892b-00acb41c7c2b - - - - -] Sending Creation of Listener e474c7de-474b-43a7-b971-2d2ff69472b0 to handler 2019-06-07 06:10:43.805 10545 INFO octavia.api.v2.controllers.pool [req-8635cd6e-0e6a-4f1f-8258-c077eec14179 - - - - -] Sending Creation of Pool 2c06f787-9cb1-4894-8927-687c8c67b149 to handler 2019-06-07 06:10:44.137 10545 INFO octavia.api.v2.controllers.load_balancer [req-8f792d58-45d8-430e-9f95-b3922ac25599 - - - - -] Sending deleted Load Balancer 4c37ff0d-b31a-4f86-a993-76458657b500 to the handler 2019-06-07 06:10:44.179 10545 INFO octavia.api.v2.controllers.l7policy [req-d4c281a6-f295-488a-a04b-38c2e2c44c93 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:44.206 10545 INFO oslo_db.sqlalchemy.provision [req-d4c281a6-f295-488a-a04b-38c2e2c44c93 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.210 10545 INFO oslo_db.sqlalchemy.provision [req-d4c281a6-f295-488a-a04b-38c2e2c44c93 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gzjximrfif 2019-06-07 06:10:44.211 10545 INFO oslo_db.sqlalchemy.provision [req-d4c281a6-f295-488a-a04b-38c2e2c44c93 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_when_lb_pending_delete [0.909084s] ... ok 2019-06-07 06:10:51.064 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] CREATE BACKEND sqlite:// TOKEN gxdpybulez 2019-06-07 06:10:51.251 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.254 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gxdpybulez 2019-06-07 06:10:51.255 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_load_balancer_vip_relationship [0.197371s] ... ok 2019-06-07 06:10:47.129 10535 INFO oslo_db.sqlalchemy.provision [req-bd6d0844-41d3-4eb3-8712-fe473152cd5b - - - - -] CREATE BACKEND sqlite:// TOKEN lpwdwcihbb 2019-06-07 06:10:47.292 10535 INFO octavia.common.config [req-bd6d0844-41d3-4eb3-8712-fe473152cd5b - - - - -] Logging enabled! 2019-06-07 06:10:47.293 10535 INFO octavia.common.config [req-bd6d0844-41d3-4eb3-8712-fe473152cd5b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.339 10535 WARNING octavia.api.root_controller [req-bd6d0844-41d3-4eb3-8712-fe473152cd5b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.365 10535 INFO octavia.api.v2.controllers.load_balancer [req-8758734d-6c7a-4e44-8e2d-7705a0e96256 - - - - -] Sending created Load Balancer 16a0f53f-52ad-4058-9b91-4ba4bae894e4 to the handler 2019-06-07 06:10:47.436 10535 INFO octavia.api.v2.controllers.load_balancer [req-f5b3ecbe-2ffd-4a0d-861a-1a70ae53527e - - - - -] Sending updated Load Balancer 16a0f53f-52ad-4058-9b91-4ba4bae894e4 to the handler 2019-06-07 06:10:47.496 10535 INFO oslo_db.sqlalchemy.provision [req-b8c7683b-b944-4624-973c-6ddde52544fd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.500 10535 INFO oslo_db.sqlalchemy.provision [req-b8c7683b-b944-4624-973c-6ddde52544fd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lpwdwcihbb 2019-06-07 06:10:47.500 10535 INFO oslo_db.sqlalchemy.provision [req-b8c7683b-b944-4624-973c-6ddde52544fd - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_bad_handler [0.377377s] ... ok 2019-06-07 06:10:47.321 10536 INFO oslo_db.sqlalchemy.provision [req-be65ceb2-84a9-44bb-8c9c-4e181a2c650c - - - - -] CREATE BACKEND sqlite:// TOKEN ckqmglpqxm 2019-06-07 06:10:47.483 10536 INFO octavia.common.config [req-be65ceb2-84a9-44bb-8c9c-4e181a2c650c - - - - -] Logging enabled! 2019-06-07 06:10:47.484 10536 INFO octavia.common.config [req-be65ceb2-84a9-44bb-8c9c-4e181a2c650c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.528 10536 WARNING octavia.api.root_controller [req-be65ceb2-84a9-44bb-8c9c-4e181a2c650c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.549 10536 INFO octavia.api.v1.controllers.load_balancer [req-12fa6d5e-a5e1-4cfc-b529-795a5f5a2df1 - - - - -] Sending created Load Balancer ec5b572a-bf72-4a68-a9a5-ab23566ddd94 to the handler 2019-06-07 06:10:47.622 10536 INFO octavia.api.v1.controllers.listener [req-7418b709-edfe-4f7c-a87d-c1b532d6e3e3 - - - - -] Sending Creation of Listener bca680a4-d449-45b4-8cae-323be36cd28a to handler 2019-06-07 06:10:47.904 10536 INFO octavia.api.v1.controllers.pool [req-e8ed9ed6-f39d-484a-88ba-d64c0cafb2fd - - - - -] Sending Creation of Pool 767afa2b-09b4-46fe-a9b0-8363e6b2c419 to handler 2019-06-07 06:10:48.114 10536 INFO octavia.api.v1.controllers.pool [req-c0d5139a-8c6e-4b29-a9cc-0cd11acbea31 - - - - -] Sending Creation of Pool 0ca05a78-8e48-43e7-8696-374d70eda49b to handler 2019-06-07 06:10:48.341 10536 INFO octavia.api.v1.controllers.member [req-867c3c8f-a462-4a4f-8980-5a381b2b85ff - - - - -] Sending Creation of Member 37c5be7b-7722-4a71-ab6d-4bab694ee59e to handler 2019-06-07 06:10:48.369 10536 INFO oslo_db.sqlalchemy.provision [req-867c3c8f-a462-4a4f-8980-5a381b2b85ff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.372 10536 INFO oslo_db.sqlalchemy.provision [req-867c3c8f-a462-4a4f-8980-5a381b2b85ff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ckqmglpqxm 2019-06-07 06:10:48.373 10536 INFO oslo_db.sqlalchemy.provision [req-867c3c8f-a462-4a4f-8980-5a381b2b85ff - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_id [1.058162s] ... ok 2019-06-07 06:10:53.382 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] CREATE BACKEND sqlite:// TOKEN xbqhuogsoy 2019-06-07 06:10:53.492 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.494 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xbqhuogsoy 2019-06-07 06:10:53.494 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_models.SNIModelTest.test_create [0.115286s] ... ok 2019-06-07 06:10:51.074 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN vjfphzdopv 2019-06-07 06:10:51.387 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.390 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vjfphzdopv 2019-06-07 06:10:51.391 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_action_rdr_url_to_redirect_pool [0.322870s] ... ok 2019-06-07 06:10:53.227 10534 INFO oslo_db.sqlalchemy.provision [req-04b0d2e8-2119-4464-ab9d-bc652f278de0 - - - - -] CREATE BACKEND sqlite:// TOKEN jhzzjramni 2019-06-07 06:10:53.321 10534 INFO octavia.common.config [req-04b0d2e8-2119-4464-ab9d-bc652f278de0 - - - - -] Logging enabled! 2019-06-07 06:10:53.321 10534 INFO octavia.common.config [req-04b0d2e8-2119-4464-ab9d-bc652f278de0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:53.346 10534 WARNING octavia.api.root_controller [req-04b0d2e8-2119-4464-ab9d-bc652f278de0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:53.367 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.369 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jhzzjramni 2019-06-07 06:10:53.370 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_default_quotas [0.146664s] ... ok 2019-06-07 06:10:42.564 10549 INFO oslo_db.sqlalchemy.provision [req-8fd0f647-1ad3-4d32-bfe1-b32d9a31c4e1 - - - - -] CREATE BACKEND sqlite:// TOKEN gqikydyswl 2019-06-07 06:10:42.724 10549 INFO octavia.common.config [req-8fd0f647-1ad3-4d32-bfe1-b32d9a31c4e1 - - - - -] Logging enabled! 2019-06-07 06:10:42.725 10549 INFO octavia.common.config [req-8fd0f647-1ad3-4d32-bfe1-b32d9a31c4e1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.771 10549 WARNING octavia.api.root_controller [req-8fd0f647-1ad3-4d32-bfe1-b32d9a31c4e1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.797 10549 INFO octavia.api.v2.controllers.load_balancer [req-75630fd5-10b9-472b-820a-8826bcb03cd7 - - - - -] Sending created Load Balancer e6ace539-e859-4546-b7a9-78f0e6fdae29 to the handler 2019-06-07 06:10:42.896 10549 INFO octavia.api.v2.controllers.pool [req-2e71b099-af24-46f5-8523-699d657f0395 - - - - -] Sending Creation of Pool 1cbcf6f1-31a0-4be2-9d15-e46a9d375d24 to handler 2019-06-07 06:10:43.038 10549 INFO octavia.api.v2.controllers.listener [req-d2050da1-efb8-4d5e-8100-edae1668cc19 - - - - -] Sending Creation of Listener ce13c2b1-4462-4737-adab-e097791afc9f to handler 2019-06-07 06:10:43.273 10549 INFO oslo_db.sqlalchemy.provision [req-172589b7-85ef-49fd-937e-e59e21e3f284 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.276 10549 INFO oslo_db.sqlalchemy.provision [req-172589b7-85ef-49fd-937e-e59e21e3f284 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gqikydyswl 2019-06-07 06:10:43.277 10549 INFO oslo_db.sqlalchemy.provision [req-172589b7-85ef-49fd-937e-e59e21e3f284 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:43.004 10557 INFO oslo_db.sqlalchemy.provision [req-1ecd808e-5080-4510-bab3-4045446dde53 - - - - -] CREATE BACKEND sqlite:// TOKEN xpgfybkatf 2019-06-07 06:10:43.190 10557 INFO octavia.common.config [req-1ecd808e-5080-4510-bab3-4045446dde53 - - - - -] Logging enabled! 2019-06-07 06:10:43.191 10557 INFO octavia.common.config [req-1ecd808e-5080-4510-bab3-4045446dde53 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.235 10557 WARNING octavia.api.root_controller [req-1ecd808e-5080-4510-bab3-4045446dde53 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.263 10557 INFO octavia.api.v2.controllers.load_balancer [req-d3786e3b-e51d-4bce-a689-3c0878eecebd - - - - -] Sending created Load Balancer 52e4a206-d08a-43dd-9b17-e0f69f8e1240 to the handler 2019-06-07 06:10:43.307 10557 INFO octavia.api.v2.controllers.load_balancer [req-268e92ad-ffea-4798-8c54-a289f587da48 - - - - -] Invalid state PENDING_CREATE of loadbalancer resource 52e4a206-d08a-43dd-9b17-e0f69f8e1240 2019-06-07 06:10:43.334 10557 INFO oslo_db.sqlalchemy.provision [req-268e92ad-ffea-4798-8c54-a289f587da48 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.338 10557 INFO oslo_db.sqlalchemy.provision [req-268e92ad-ffea-4798-8c54-a289f587da48 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xpgfybkatf 2019-06-07 06:10:43.338 10557 INFO oslo_db.sqlalchemy.provision [req-268e92ad-ffea-4798-8c54-a289f587da48 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_not_authorized [0.720557s] ... ok {29} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_pending_create [0.341856s] ... ok 2019-06-07 06:10:46.106 10551 INFO oslo_db.sqlalchemy.provision [req-47de2925-8b05-4949-a7e2-a207ef02a6fa - - - - -] CREATE BACKEND sqlite:// TOKEN coaytjqbjj 2019-06-07 06:10:46.266 10551 INFO octavia.common.config [req-47de2925-8b05-4949-a7e2-a207ef02a6fa - - - - -] Logging enabled! 2019-06-07 06:10:46.267 10551 INFO octavia.common.config [req-47de2925-8b05-4949-a7e2-a207ef02a6fa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.314 10551 WARNING octavia.api.root_controller [req-47de2925-8b05-4949-a7e2-a207ef02a6fa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.340 10551 INFO octavia.api.v2.controllers.load_balancer [req-8c0cf547-4226-4b52-b4f3-dc2bb67bec2e - - - - -] Sending created Load Balancer 1fc0cec3-80f4-44d2-b897-a70c5486657a to the handler 2019-06-07 06:10:46.424 10551 INFO octavia.api.v2.controllers.listener [req-f1b8e0dc-1fd2-4008-9d1d-0f6570c7cbee - - - - -] Sending Creation of Listener 2301a5b1-9b1d-4eb8-8039-b851bc36f0b3 to handler 2019-06-07 06:10:46.554 10551 INFO octavia.api.v2.controllers.pool [req-e99550dd-c39b-4422-9a14-0905721491a9 - - - - -] Sending Creation of Pool 5348a71d-1d5e-4b9b-b0b7-dbecf34383e8 to handler 2019-06-07 06:10:46.772 10551 INFO octavia.api.v2.controllers.pool [req-d1f279c9-73d5-41d5-b16f-e44213c01485 - - - - -] Sending Creation of Pool 03af5d69-347d-4684-afa2-db1ee1094e74 to handler 2019-06-07 06:10:47.048 10551 INFO octavia.api.v2.controllers.member [req-52462f64-4d22-4055-a8c0-6c42d73a9cff - - - - -] Sending Creation of Member cd1c5dc0-2609-44f5-a616-6a0dceb695d1 to handler 2019-06-07 06:10:47.288 10551 INFO octavia.api.v2.controllers.member [req-7b18398c-74b8-40de-8389-764cbd7c95c4 - - - - -] Sending Creation of Member b5b8cc08-a530-4a73-8721-055077cbdfc3 to handler 2019-06-07 06:10:47.578 10551 INFO octavia.api.v2.controllers.member [req-8e2a2c3a-24b4-44ae-bba3-093958d60344 - - - - -] Sending Creation of Member b8fb265b-869d-4100-bfa0-7a8d59936f90 to handler 2019-06-07 06:10:47.912 10551 INFO oslo_db.sqlalchemy.provision [req-0c4d3d0d-80c0-42cf-9270-c296a0ae0ee1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.916 10551 INFO oslo_db.sqlalchemy.provision [req-0c4d3d0d-80c0-42cf-9270-c296a0ae0ee1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN coaytjqbjj 2019-06-07 06:10:47.917 10551 INFO oslo_db.sqlalchemy.provision [req-0c4d3d0d-80c0-42cf-9270-c296a0ae0ee1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_sorted [1.818024s] ... ok 2019-06-07 06:10:42.343 10550 INFO oslo_db.sqlalchemy.provision [req-14d660f0-09da-4930-b6ec-a58b582e923b - - - - -] CREATE BACKEND sqlite:// TOKEN krgumcoguc 2019-06-07 06:10:42.505 10550 INFO octavia.common.config [req-14d660f0-09da-4930-b6ec-a58b582e923b - - - - -] Logging enabled! 2019-06-07 06:10:42.506 10550 INFO octavia.common.config [req-14d660f0-09da-4930-b6ec-a58b582e923b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.722 10550 WARNING octavia.api.root_controller [req-14d660f0-09da-4930-b6ec-a58b582e923b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.749 10550 INFO octavia.api.v2.controllers.load_balancer [req-e2c2a099-5b1c-4cd4-9ace-78433aa8111c - - - - -] Sending created Load Balancer 5ac878e2-9bf3-4c97-a4f2-f91757cba7f7 to the handler 2019-06-07 06:10:42.838 10550 INFO octavia.api.v2.controllers.listener [req-86d33084-0c18-41e1-b268-96af6d23d6ff - - - - -] Sending Creation of Listener 5ab95e48-7d28-4e0f-81d4-d0e4746dad99 to handler 2019-06-07 06:10:43.001 10550 INFO octavia.api.v2.controllers.l7policy [req-67ff248b-997f-4b3b-bd88-e4b49cfebd29 - - - - -] Sending Creation of L7Policy cff52690-08b4-4f6a-acb5-43306d25c734 to handler 2019-06-07 06:10:43.308 10550 INFO octavia.api.v2.controllers.l7rule [req-b2bd9af4-7605-452c-bc42-9556aec61172 - - - - -] Sending Creation of L7Rule e6c1c72f-c776-45a5-a20e-aa5434b3f83b to handler 2019-06-07 06:10:43.662 10550 INFO octavia.api.v2.controllers.l7rule [req-a13c1a02-330f-4815-bead-52c5badccb56 - - - - -] Sending Deletion of L7Rule e6c1c72f-c776-45a5-a20e-aa5434b3f83b to handler 2019-06-07 06:10:43.861 10550 INFO oslo_db.sqlalchemy.provision [req-61fb7971-4293-40c1-9d93-c23185012205 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.865 10550 INFO oslo_db.sqlalchemy.provision [req-61fb7971-4293-40c1-9d93-c23185012205 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN krgumcoguc 2019-06-07 06:10:43.866 10550 INFO oslo_db.sqlalchemy.provision [req-61fb7971-4293-40c1-9d93-c23185012205 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_with_bad_handler [1.587083s] ... ok 2019-06-07 06:10:44.343 10556 INFO oslo_db.sqlalchemy.provision [req-1c76c1b8-e0f5-4d21-b76e-9852241a1c03 - - - - -] CREATE BACKEND sqlite:// TOKEN gdpiwpyuuc 2019-06-07 06:10:44.512 10556 INFO octavia.common.config [req-1c76c1b8-e0f5-4d21-b76e-9852241a1c03 - - - - -] Logging enabled! 2019-06-07 06:10:44.513 10556 INFO octavia.common.config [req-1c76c1b8-e0f5-4d21-b76e-9852241a1c03 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.560 10556 WARNING octavia.api.root_controller [req-1c76c1b8-e0f5-4d21-b76e-9852241a1c03 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.589 10556 INFO octavia.api.v2.controllers.load_balancer [req-0c153e63-0836-4b17-ba84-21a0d15b3792 - - - - -] Sending created Load Balancer 5f519f40-9a39-412f-b926-3e691e2589c5 to the handler 2019-06-07 06:10:44.685 10556 INFO octavia.api.v2.controllers.listener [req-184dd733-6781-40f1-8c47-d795177bbec9 - - - - -] Sending Creation of Listener e2322526-74fd-4f91-bce0-1d3859a2b11d to handler 2019-06-07 06:10:44.906 10556 INFO octavia.api.v2.controllers.pool [req-c7404433-839d-43f5-98ca-846cd47e2fea - 9c48de24-4920-4912-b5a4-456cc7250a2e - - -] Sending Creation of Pool 31e75167-db1f-4171-a178-483ae6a0a896 to handler 2019-06-07 06:10:45.312 10556 INFO oslo_db.sqlalchemy.provision [req-cc468fec-0a3e-438d-9d35-fe9837c1b9e3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.317 10556 INFO oslo_db.sqlalchemy.provision [req-cc468fec-0a3e-438d-9d35-fe9837c1b9e3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gdpiwpyuuc 2019-06-07 06:10:45.317 10556 INFO oslo_db.sqlalchemy.provision [req-cc468fec-0a3e-438d-9d35-fe9837c1b9e3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_authorized [0.981743s] ... ok 2019-06-07 06:10:45.937 10542 INFO oslo_db.sqlalchemy.provision [req-24969306-9bd9-44da-b15e-ae6ea7ab3fbf - - - - -] CREATE BACKEND sqlite:// TOKEN qdhwiwwixn 2019-06-07 06:10:46.102 10542 INFO octavia.common.config [req-24969306-9bd9-44da-b15e-ae6ea7ab3fbf - - - - -] Logging enabled! 2019-06-07 06:10:46.103 10542 INFO octavia.common.config [req-24969306-9bd9-44da-b15e-ae6ea7ab3fbf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.147 10542 WARNING octavia.api.root_controller [req-24969306-9bd9-44da-b15e-ae6ea7ab3fbf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.173 10542 INFO octavia.api.v2.controllers.load_balancer [req-95aaed24-0a2f-4c2b-8761-7a85251193a5 - - - - -] Sending created Load Balancer 6eb74ae7-8888-49d8-a947-7d326d0a70f8 to the handler 2019-06-07 06:10:46.258 10542 INFO octavia.api.v2.controllers.listener [req-6a6e3555-2237-4c20-af59-61f5d508aec8 - - - - -] Sending Creation of Listener 53306d9d-557d-432f-bb2d-6c24123af6e2 to handler 2019-06-07 06:10:46.405 10542 INFO octavia.api.v2.controllers.pool [req-3a346007-e38b-4d27-a51a-a282d1c46377 - - - - -] Sending Creation of Pool 927f7bce-623d-4391-a3fd-b50d197d6750 to handler 2019-06-07 06:10:46.622 10542 INFO octavia.api.v2.controllers.pool [req-557a3cba-a9da-4966-8374-75a0d929281d - - - - -] Sending Creation of Pool a11dec49-2e5b-462d-9d43-5b7ab491830f to handler 2019-06-07 06:10:46.871 10542 INFO octavia.api.v2.controllers.member [req-79bbfb6b-3f2d-4cca-8d27-0460c9d4722e - - - - -] Sending Creation of Member 9e3921ff-e778-4884-92de-cc7617fafe10 to handler 2019-06-07 06:10:47.363 10542 INFO oslo_db.sqlalchemy.provision [req-71ade061-6762-428d-a664-6b2da1ba1882 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.367 10542 INFO oslo_db.sqlalchemy.provision [req-71ade061-6762-428d-a664-6b2da1ba1882 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qdhwiwwixn 2019-06-07 06:10:47.368 10542 INFO oslo_db.sqlalchemy.provision [req-71ade061-6762-428d-a664-6b2da1ba1882 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_not_authorized [1.437408s] ... ok 2019-06-07 06:10:51.263 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] CREATE BACKEND sqlite:// TOKEN xknqkzzemj 2019-06-07 06:10:51.458 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.461 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xknqkzzemj 2019-06-07 06:10:51.462 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_models.SNIModelTest.test_delete [0.206253s] ... ok 2019-06-07 06:10:47.047 10553 INFO oslo_db.sqlalchemy.provision [req-50e82332-316a-46c2-9628-167df76f60db - - - - -] CREATE BACKEND sqlite:// TOKEN hwgwntmlpi 2019-06-07 06:10:47.209 10553 INFO octavia.common.config [req-50e82332-316a-46c2-9628-167df76f60db - - - - -] Logging enabled! 2019-06-07 06:10:47.210 10553 INFO octavia.common.config [req-50e82332-316a-46c2-9628-167df76f60db - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.258 10553 WARNING octavia.api.root_controller [req-50e82332-316a-46c2-9628-167df76f60db - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.334 10553 INFO oslo_db.sqlalchemy.provision [req-5d70d8e0-20fa-439e-95b5-cae252cc8e3c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.338 10553 INFO oslo_db.sqlalchemy.provision [req-5d70d8e0-20fa-439e-95b5-cae252cc8e3c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hwgwntmlpi 2019-06-07 06:10:47.338 10553 INFO oslo_db.sqlalchemy.provision [req-5d70d8e0-20fa-439e-95b5-cae252cc8e3c - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_member_invalid_address [0.297286s] ... ok 2019-06-07 06:10:42.399 10530 INFO oslo_db.sqlalchemy.provision [req-81eee88c-75d1-4f2e-bccd-1443c3308b79 - - - - -] CREATE BACKEND sqlite:// TOKEN amyunasytq 2019-06-07 06:10:42.562 10530 INFO octavia.common.config [req-81eee88c-75d1-4f2e-bccd-1443c3308b79 - - - - -] Logging enabled! 2019-06-07 06:10:42.562 10530 INFO octavia.common.config [req-81eee88c-75d1-4f2e-bccd-1443c3308b79 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.607 10530 WARNING octavia.api.root_controller [req-81eee88c-75d1-4f2e-bccd-1443c3308b79 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.635 10530 INFO octavia.api.v2.controllers.load_balancer [req-7dea2955-08cd-47f8-bfc1-024f09db2492 - - - - -] Sending created Load Balancer 187284ae-5612-44ef-841f-661e053a2b20 to the handler 2019-06-07 06:10:42.676 10530 INFO oslo_db.sqlalchemy.provision [req-7dea2955-08cd-47f8-bfc1-024f09db2492 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:42.679 10530 INFO oslo_db.sqlalchemy.provision [req-7dea2955-08cd-47f8-bfc1-024f09db2492 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN amyunasytq 2019-06-07 06:10:42.680 10530 INFO oslo_db.sqlalchemy.provision [req-7dea2955-08cd-47f8-bfc1-024f09db2492 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:48.031 10547 INFO oslo_db.sqlalchemy.provision [req-2320e233-f05f-47d6-af0a-9e586be021f0 - - - - -] CREATE BACKEND sqlite:// TOKEN cimnkpklyh 2019-06-07 06:10:48.198 10547 INFO octavia.common.config [req-2320e233-f05f-47d6-af0a-9e586be021f0 - - - - -] Logging enabled! 2019-06-07 06:10:48.199 10547 INFO octavia.common.config [req-2320e233-f05f-47d6-af0a-9e586be021f0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.246 10547 WARNING octavia.api.root_controller [req-2320e233-f05f-47d6-af0a-9e586be021f0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.273 10547 INFO octavia.api.v2.controllers.load_balancer [req-a7bac295-e16b-4c75-9b52-ce61a2045582 - - - - -] Sending created Load Balancer 419e0975-c206-4d53-b64a-fbc3b2578442 to the handler 2019-06-07 06:10:48.358 10547 INFO octavia.api.v2.controllers.listener [req-e4a0ecb2-f060-42c1-8d38-9a226d70b3e0 - - - - -] Sending Creation of Listener af1a7e5c-58d0-45d6-85f3-56a960cdbe5b to handler 2019-06-07 06:10:48.488 10547 INFO oslo_db.sqlalchemy.provision [req-59f151ff-a18f-4235-ae85-2138aa37190d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.492 10547 INFO oslo_db.sqlalchemy.provision [req-59f151ff-a18f-4235-ae85-2138aa37190d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cimnkpklyh 2019-06-07 06:10:48.493 10547 INFO oslo_db.sqlalchemy.provision [req-59f151ff-a18f-4235-ae85-2138aa37190d - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_full [0.286938s] ... ok {19} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_SP_type_IP_cookie [0.470201s] ... ok 2019-06-07 06:10:48.834 10528 INFO oslo_db.sqlalchemy.provision [req-6feea73e-cf84-42ba-a519-e51db6ee0232 - - - - -] CREATE BACKEND sqlite:// TOKEN dctebiadhc 2019-06-07 06:10:48.994 10528 INFO octavia.common.config [req-6feea73e-cf84-42ba-a519-e51db6ee0232 - - - - -] Logging enabled! 2019-06-07 06:10:48.995 10528 INFO octavia.common.config [req-6feea73e-cf84-42ba-a519-e51db6ee0232 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.039 10528 WARNING octavia.api.root_controller [req-6feea73e-cf84-42ba-a519-e51db6ee0232 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.072 10528 INFO oslo_db.sqlalchemy.provision [req-7142518f-3472-445d-aadb-dd2435c1b215 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.075 10528 INFO oslo_db.sqlalchemy.provision [req-7142518f-3472-445d-aadb-dd2435c1b215 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dctebiadhc 2019-06-07 06:10:49.076 10528 INFO oslo_db.sqlalchemy.provision [req-7142518f-3472-445d-aadb-dd2435c1b215 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_long_description [0.248093s] ... ok 2019-06-07 06:10:48.016 10544 INFO oslo_db.sqlalchemy.provision [req-5c72997b-3f11-49d6-a84b-99ab10c6c67c - - - - -] CREATE BACKEND sqlite:// TOKEN uqbmckqysp 2019-06-07 06:10:48.174 10544 INFO octavia.common.config [req-5c72997b-3f11-49d6-a84b-99ab10c6c67c - - - - -] Logging enabled! 2019-06-07 06:10:48.175 10544 INFO octavia.common.config [req-5c72997b-3f11-49d6-a84b-99ab10c6c67c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.223 10544 WARNING octavia.api.root_controller [req-5c72997b-3f11-49d6-a84b-99ab10c6c67c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.251 10544 INFO octavia.api.v2.controllers.load_balancer [req-908f2bfe-2305-4ec1-896d-ae3ea2872fdf - - - - -] Sending created Load Balancer 97562b2c-0f52-4dca-a0fc-21fa71c2cb22 to the handler 2019-06-07 06:10:48.339 10544 INFO octavia.api.v2.controllers.listener [req-5b0c92d6-1238-4b02-bea8-832ac5fc811b - - - - -] Sending Creation of Listener 7b5413cd-f250-4060-9892-8e7eb168a01c to handler 2019-06-07 06:10:48.506 10544 INFO octavia.api.v2.controllers.pool [req-a601b69c-8af9-4be2-b8e6-90244a800c13 - - - - -] Sending Creation of Pool a279cd0e-5611-4c5b-a9ff-58207ee9b67f to handler 2019-06-07 06:10:48.907 10544 INFO oslo_db.sqlalchemy.provision [req-ac268993-8765-4a0d-8b6a-77f3e1c2afa2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.911 10544 INFO oslo_db.sqlalchemy.provision [req-ac268993-8765-4a0d-8b6a-77f3e1c2afa2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uqbmckqysp 2019-06-07 06:10:48.912 10544 INFO oslo_db.sqlalchemy.provision [req-ac268993-8765-4a0d-8b6a-77f3e1c2afa2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_pool.TestPool.test_create [0.903414s] ... ok 2019-06-07 06:10:42.259 10531 INFO oslo_db.sqlalchemy.provision [req-0566c4ef-ffd0-4c12-bf6c-0a8ea96bbfe2 - - - - -] CREATE BACKEND sqlite:// TOKEN chnciycddj 2019-06-07 06:10:42.424 10531 INFO octavia.common.config [req-0566c4ef-ffd0-4c12-bf6c-0a8ea96bbfe2 - - - - -] Logging enabled! 2019-06-07 06:10:42.425 10531 INFO octavia.common.config [req-0566c4ef-ffd0-4c12-bf6c-0a8ea96bbfe2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.471 10531 WARNING octavia.api.root_controller [req-0566c4ef-ffd0-4c12-bf6c-0a8ea96bbfe2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.499 10531 INFO octavia.api.v2.controllers.load_balancer [req-dfda1bee-989a-4499-b460-dcc9ac3821bd - - - - -] Sending created Load Balancer de9643d6-e6d2-44f4-86a1-1e4518e8ebf1 to the handler 2019-06-07 06:10:42.587 10531 INFO octavia.api.v2.controllers.listener [req-de5b966d-7ff5-48f5-b50d-9c9f932a233f - - - - -] Sending Creation of Listener aec7c658-d118-4740-9d8e-f1f7e417475e to handler 2019-06-07 06:10:42.758 10531 INFO octavia.api.v2.controllers.l7policy [req-e259c158-cbee-49bc-a912-858cb249cf54 - - - - -] Sending Creation of L7Policy 8ba904fe-8db4-410e-a6da-e4ca6f6d82ea to handler 2019-06-07 06:10:43.024 10531 INFO octavia.api.v2.controllers.l7rule [req-c6aaf9c9-0258-400e-bc4f-47215a8856f1 - - - - -] Sending Creation of L7Rule 6443af8d-b35f-44d2-9135-dd7625873dcc to handler 2019-06-07 06:10:43.566 10531 INFO octavia.api.v2.controllers.l7rule [req-0dc3fd71-2e43-442a-8a37-7d4a3fc5f23e - - - - -] Sending Creation of L7Rule ccd84d8e-c623-46a5-83f5-6e8f44ada092 to handler 2019-06-07 06:10:43.940 10531 INFO octavia.api.v2.controllers.l7rule [req-de8f452c-efce-4353-898d-4a26e0fd7324 - - - - -] Sending Creation of L7Rule bd78d313-2ae2-437c-87fd-b109a4ea35e7 to handler 2019-06-07 06:10:44.294 10531 INFO oslo_db.sqlalchemy.provision [req-cd12a7cf-521e-46bf-a2d0-b9b605714514 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.298 10531 INFO oslo_db.sqlalchemy.provision [req-cd12a7cf-521e-46bf-a2d0-b9b605714514 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN chnciycddj 2019-06-07 06:10:44.299 10531 INFO oslo_db.sqlalchemy.provision [req-cd12a7cf-521e-46bf-a2d0-b9b605714514 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_filter [2.047062s] ... ok 2019-06-07 06:11:05.903 10539 INFO octavia.api.v2.controllers.l7rule [req-a3c8994e-c4f4-4524-8511-3fd507d64a6f - - - - -] Sending Creation of L7Rule 3cb38e05-ea07-43a4-93e8-569e31922b67 to handler 2019-06-07 06:10:47.045 10555 INFO oslo_db.sqlalchemy.provision [req-7f022fc2-fcb5-47c7-94fb-d9a4cabb06d0 - - - - -] CREATE BACKEND sqlite:// TOKEN qauuqjkamy 2019-06-07 06:10:47.213 10555 INFO octavia.common.config [req-7f022fc2-fcb5-47c7-94fb-d9a4cabb06d0 - - - - -] Logging enabled! 2019-06-07 06:10:47.214 10555 INFO octavia.common.config [req-7f022fc2-fcb5-47c7-94fb-d9a4cabb06d0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.261 10555 WARNING octavia.api.root_controller [req-7f022fc2-fcb5-47c7-94fb-d9a4cabb06d0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.290 10555 INFO octavia.api.v2.controllers.load_balancer [req-d5d2aa58-14b7-4c8f-8d94-b3888dcee49d - - - - -] Sending created Load Balancer affccead-d9d2-4f7b-9d7d-5490776c9006 to the handler 2019-06-07 06:10:47.422 10555 INFO oslo_db.sqlalchemy.provision [req-698528da-9a92-4c70-bb39-1472f572baa9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.426 10555 INFO oslo_db.sqlalchemy.provision [req-698528da-9a92-4c70-bb39-1472f572baa9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qauuqjkamy 2019-06-07 06:10:47.426 10555 INFO oslo_db.sqlalchemy.provision [req-698528da-9a92-4c70-bb39-1472f572baa9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_not_authorized [0.388550s] ... ok 2019-06-07 06:10:53.498 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] CREATE BACKEND sqlite:// TOKEN wmunfzdpjo 2019-06-07 06:10:53.723 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.725 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wmunfzdpjo 2019-06-07 06:10:53.726 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_update_data_model_listener_default_pool_id [0.230905s] ... ok 2019-06-07 06:10:51.397 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN olrsfyibph 2019-06-07 06:10:51.718 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.722 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN olrsfyibph 2019-06-07 06:10:51.723 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_reject_to_rdr_pool [0.331543s] ... ok 2019-06-07 06:10:53.374 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] CREATE BACKEND sqlite:// TOKEN tdhcqxgtir 2019-06-07 06:10:53.491 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.493 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tdhcqxgtir 2019-06-07 06:10:53.493 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_models.L7RuleModelTest.test_update [0.122813s] ... ok 2019-06-07 06:10:49.857 10559 INFO oslo_db.sqlalchemy.provision [req-a5da2c1b-73c3-49b1-a659-39aa600e1c4d - - - - -] CREATE BACKEND sqlite:// TOKEN zhebdvweco 2019-06-07 06:10:50.022 10559 INFO octavia.common.config [req-a5da2c1b-73c3-49b1-a659-39aa600e1c4d - - - - -] Logging enabled! 2019-06-07 06:10:50.023 10559 INFO octavia.common.config [req-a5da2c1b-73c3-49b1-a659-39aa600e1c4d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.070 10559 WARNING octavia.api.root_controller [req-a5da2c1b-73c3-49b1-a659-39aa600e1c4d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.097 10559 INFO octavia.api.v2.controllers.load_balancer [req-48de0a29-10e9-4a9c-83ee-6f3dfeefe096 - - - - -] Sending created Load Balancer 3862f52c-9039-4974-9a33-1d8c070f8c23 to the handler 2019-06-07 06:10:50.169 10559 INFO octavia.api.v2.controllers.load_balancer [req-1cac7727-01b7-46c0-9a08-841efbe208d9 - - - - -] Sending updated Load Balancer 3862f52c-9039-4974-9a33-1d8c070f8c23 to the handler 2019-06-07 06:10:50.228 10559 INFO oslo_db.sqlalchemy.provision [req-a5c0fff0-eaa5-4ed8-81fb-dfdf5b3345f2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.231 10559 INFO oslo_db.sqlalchemy.provision [req-a5c0fff0-eaa5-4ed8-81fb-dfdf5b3345f2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zhebdvweco 2019-06-07 06:10:50.232 10559 INFO oslo_db.sqlalchemy.provision [req-a5c0fff0-eaa5-4ed8-81fb-dfdf5b3345f2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update [0.380731s] ... ok 2019-06-07 06:10:50.990 10532 INFO oslo_db.sqlalchemy.provision [req-2489eabc-e277-46e0-93bd-b0eb4c701203 - - - - -] CREATE BACKEND sqlite:// TOKEN jqbfvuqesn 2019-06-07 06:10:51.153 10532 INFO octavia.common.config [req-2489eabc-e277-46e0-93bd-b0eb4c701203 - - - - -] Logging enabled! 2019-06-07 06:10:51.154 10532 INFO octavia.common.config [req-2489eabc-e277-46e0-93bd-b0eb4c701203 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.202 10532 WARNING octavia.api.root_controller [req-2489eabc-e277-46e0-93bd-b0eb4c701203 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.228 10532 INFO octavia.api.v2.controllers.load_balancer [req-141b8933-8980-4170-8b18-d4763b6dbcc2 - - - - -] Sending created Load Balancer 68a4c652-7e51-4f27-8c49-72ce1847d882 to the handler 2019-06-07 06:10:51.312 10532 INFO octavia.api.v2.controllers.listener [req-36362880-f3ed-41ae-b474-dc63d7f1d456 - - - - -] Sending Creation of Listener c752d33c-4efe-4a72-ad48-34f260065efa to handler 2019-06-07 06:10:51.518 10532 INFO octavia.api.v2.controllers.pool [req-2c546e5b-bf6c-427e-bad7-8ea792786c3e - - - - -] Sending Creation of Pool ced3e87c-93f2-4c1a-ac73-12004abc2866 to handler 2019-06-07 06:10:51.734 10532 INFO octavia.api.v2.controllers.pool [req-d8a410f7-9e19-42b0-bab0-1a57068e4c2e - - - - -] Sending Creation of Pool a0a282b1-f3ea-4124-8713-7cb925759e58 to handler 2019-06-07 06:10:52.079 10532 INFO octavia.api.v2.controllers.member [req-dc16199f-6796-4b21-acd7-fef6e3dfe4d9 - - - - -] Sending Creation of Member c90fe289-75bb-4d59-b006-a3a945102ce0 to handler 2019-06-07 06:10:52.218 10532 INFO octavia.api.v2.controllers.load_balancer [req-470f858b-30ef-4026-9631-0cb7be40f346 - - - - -] Sending updated Load Balancer 68a4c652-7e51-4f27-8c49-72ce1847d882 to the handler 2019-06-07 06:10:52.283 10532 INFO octavia.api.v2.controllers.member [req-eefe7e8c-9240-4a91-a42a-4591c6ef19c0 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:52.299 10532 INFO oslo_db.sqlalchemy.provision [req-eefe7e8c-9240-4a91-a42a-4591c6ef19c0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.302 10532 INFO oslo_db.sqlalchemy.provision [req-eefe7e8c-9240-4a91-a42a-4591c6ef19c0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jqbfvuqesn 2019-06-07 06:10:52.302 10532 INFO oslo_db.sqlalchemy.provision [req-eefe7e8c-9240-4a91-a42a-4591c6ef19c0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_when_lb_pending_update [1.317909s] ... ok 2019-06-07 06:10:50.521 10548 INFO oslo_db.sqlalchemy.provision [req-2d9c4711-4de6-46c4-bbc1-95cf4a5b1713 - - - - -] CREATE BACKEND sqlite:// TOKEN fyvvnlqira 2019-06-07 06:10:50.681 10548 INFO octavia.common.config [req-2d9c4711-4de6-46c4-bbc1-95cf4a5b1713 - - - - -] Logging enabled! 2019-06-07 06:10:50.682 10548 INFO octavia.common.config [req-2d9c4711-4de6-46c4-bbc1-95cf4a5b1713 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.730 10548 WARNING octavia.api.root_controller [req-2d9c4711-4de6-46c4-bbc1-95cf4a5b1713 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.912 10548 INFO octavia.api.v2.controllers.load_balancer [req-623a3ccd-346e-4fad-b827-55f3c6e78332 - - - - -] Sending created Load Balancer e320f4f7-dcaf-4cb8-9870-e332b4b97101 to the handler 2019-06-07 06:10:51.022 10548 INFO oslo_db.sqlalchemy.provision [req-bbda3393-a2f3-48f0-a489-8ac940c43dbe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.025 10548 INFO oslo_db.sqlalchemy.provision [req-bbda3393-a2f3-48f0-a489-8ac940c43dbe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fyvvnlqira 2019-06-07 06:10:51.026 10548 INFO oslo_db.sqlalchemy.provision [req-bbda3393-a2f3-48f0-a489-8ac940c43dbe - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_hides_deleted [0.511061s] ... ok 2019-06-07 06:10:51.469 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] CREATE BACKEND sqlite:// TOKEN wpwuqiryzu 2019-06-07 06:10:51.854 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.859 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wpwuqiryzu 2019-06-07 06:10:51.860 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_rdr_url_with_default_pool_link [0.397535s] ... ok 2019-06-07 06:10:47.509 10535 INFO oslo_db.sqlalchemy.provision [req-b8c7683b-b944-4624-973c-6ddde52544fd - - - - -] CREATE BACKEND sqlite:// TOKEN xltdckbwbw 2019-06-07 06:10:47.670 10535 INFO octavia.common.config [req-b8c7683b-b944-4624-973c-6ddde52544fd - - - - -] Logging enabled! 2019-06-07 06:10:47.671 10535 INFO octavia.common.config [req-b8c7683b-b944-4624-973c-6ddde52544fd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.719 10535 WARNING octavia.api.root_controller [req-b8c7683b-b944-4624-973c-6ddde52544fd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.765 10535 INFO octavia.api.v2.controllers.load_balancer [req-ec4fe585-e666-4763-a1a3-460806a25cec - - - - -] Sending created Load Balancer 57a0fae2-40c1-4b0d-8c78-d069052c8684 to the handler 2019-06-07 06:10:47.815 10535 INFO oslo_db.sqlalchemy.provision [req-ec4fe585-e666-4763-a1a3-460806a25cec - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.818 10535 INFO oslo_db.sqlalchemy.provision [req-ec4fe585-e666-4763-a1a3-460806a25cec - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xltdckbwbw 2019-06-07 06:10:47.819 10535 INFO oslo_db.sqlalchemy.provision [req-ec4fe585-e666-4763-a1a3-460806a25cec - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners [0.317918s] ... ok 2019-06-07 06:10:44.478 10541 INFO oslo_db.sqlalchemy.provision [req-dc5ef485-aaed-4eb7-81a5-ad1a94fcf856 - - - - -] CREATE BACKEND sqlite:// TOKEN yprquoxnyq 2019-06-07 06:10:44.646 10541 INFO octavia.common.config [req-dc5ef485-aaed-4eb7-81a5-ad1a94fcf856 - - - - -] Logging enabled! 2019-06-07 06:10:44.647 10541 INFO octavia.common.config [req-dc5ef485-aaed-4eb7-81a5-ad1a94fcf856 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.695 10541 WARNING octavia.api.root_controller [req-dc5ef485-aaed-4eb7-81a5-ad1a94fcf856 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.723 10541 INFO octavia.api.v2.controllers.load_balancer [req-4fe10091-94f5-451d-88a6-8a009d9b44c4 - - - - -] Sending created Load Balancer b1482fbe-4d5c-4296-8f67-ff203404aaad to the handler 2019-06-07 06:10:44.810 10541 INFO octavia.api.v2.controllers.listener [req-3c7e32bb-dc74-4934-88f4-a51270ed1d43 - - - - -] Sending Creation of Listener 6fbe5e3d-d580-47b9-a981-5be8f2996bcf to handler 2019-06-07 06:10:44.950 10541 INFO octavia.api.v2.controllers.pool [req-0cf6e41f-69c0-4417-a9f9-ddd89ded5808 - - - - -] Sending Creation of Pool c349cffd-02d1-4906-baf4-13bb39da2ba7 to handler 2019-06-07 06:10:45.152 10541 INFO octavia.api.v2.controllers.l7policy [req-869b9a6d-5301-46f0-8a08-fd539c13689a - - - - -] Sending Creation of L7Policy 33033a8c-ba1f-4587-a6b9-a2d013fd2fcb to handler 2019-06-07 06:10:45.400 10541 INFO octavia.api.v2.controllers.load_balancer [req-8be26076-7fc6-4485-bf39-ae427fd6002c - - - - -] Sending deleted Load Balancer b1482fbe-4d5c-4296-8f67-ff203404aaad to the handler 2019-06-07 06:10:45.444 10541 INFO octavia.api.v2.controllers.l7policy [req-7a96a1f4-ef63-4dd0-b5d8-0670bc4139cb - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:45.469 10541 INFO oslo_db.sqlalchemy.provision [req-7a96a1f4-ef63-4dd0-b5d8-0670bc4139cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.473 10541 INFO oslo_db.sqlalchemy.provision [req-7a96a1f4-ef63-4dd0-b5d8-0670bc4139cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yprquoxnyq 2019-06-07 06:10:45.474 10541 INFO oslo_db.sqlalchemy.provision [req-7a96a1f4-ef63-4dd0-b5d8-0670bc4139cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_when_lb_pending_delete [1.002364s] ... ok 2019-06-07 06:10:46.064 10552 INFO oslo_db.sqlalchemy.provision [req-c076d637-f44e-4f2d-bff9-d84140641577 - - - - -] CREATE BACKEND sqlite:// TOKEN wckoyqkore 2019-06-07 06:10:46.228 10552 INFO octavia.common.config [req-c076d637-f44e-4f2d-bff9-d84140641577 - - - - -] Logging enabled! 2019-06-07 06:10:46.229 10552 INFO octavia.common.config [req-c076d637-f44e-4f2d-bff9-d84140641577 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.277 10552 WARNING octavia.api.root_controller [req-c076d637-f44e-4f2d-bff9-d84140641577 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.304 10552 INFO octavia.api.v2.controllers.load_balancer [req-15e424ba-e861-4795-ac69-303f4b537a8d - - - - -] Sending created Load Balancer d04efc05-c1cd-4578-9eef-4947bfceb5be to the handler 2019-06-07 06:10:46.388 10552 INFO octavia.api.v2.controllers.listener [req-206cf597-bd59-4cc1-8f2d-5d574d14a32a - - - - -] Sending Creation of Listener 30a40fee-29ec-4ca4-aadb-770db0912f3c to handler 2019-06-07 06:10:46.533 10552 INFO octavia.api.v2.controllers.pool [req-dadc0561-b53d-4950-99c5-001d98dc636f - - - - -] Sending Creation of Pool 20864f6c-0d06-46ec-91b4-0f9b6d6271f9 to handler 2019-06-07 06:10:46.749 10552 INFO octavia.api.v2.controllers.pool [req-06a72df9-7784-4cf2-b90f-a3165695e16f - - - - -] Sending Creation of Pool c6759ee9-11bc-4862-876e-2a6c634673bb to handler 2019-06-07 06:10:47.015 10552 INFO octavia.api.v2.controllers.member [req-432170f3-32b1-42cc-a4eb-571d01fdc3bb - - - - -] Sending Creation of Member a6ac1836-e93b-4e94-9d84-4d0409c3d614 to handler 2019-06-07 06:10:47.236 10552 INFO octavia.api.v2.controllers.load_balancer [req-76a14928-9c6e-47d0-b03c-b98b61fd4ea6 - - - - -] Sending deleted Load Balancer d04efc05-c1cd-4578-9eef-4947bfceb5be to the handler 2019-06-07 06:10:47.328 10552 INFO octavia.api.v2.controllers.member [req-d3c78f49-5156-448e-b5a8-5466a2d47837 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:47.353 10552 INFO oslo_db.sqlalchemy.provision [req-d3c78f49-5156-448e-b5a8-5466a2d47837 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.357 10552 INFO oslo_db.sqlalchemy.provision [req-d3c78f49-5156-448e-b5a8-5466a2d47837 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wckoyqkore 2019-06-07 06:10:47.357 10552 INFO oslo_db.sqlalchemy.provision [req-d3c78f49-5156-448e-b5a8-5466a2d47837 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_when_lb_pending_delete [1.300433s] ... ok 2019-06-07 06:10:44.217 10545 INFO oslo_db.sqlalchemy.provision [req-d4c281a6-f295-488a-a04b-38c2e2c44c93 - - - - -] CREATE BACKEND sqlite:// TOKEN vxwfdvqjgz 2019-06-07 06:10:44.394 10545 INFO octavia.common.config [req-d4c281a6-f295-488a-a04b-38c2e2c44c93 - - - - -] Logging enabled! 2019-06-07 06:10:44.395 10545 INFO octavia.common.config [req-d4c281a6-f295-488a-a04b-38c2e2c44c93 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.441 10545 WARNING octavia.api.root_controller [req-d4c281a6-f295-488a-a04b-38c2e2c44c93 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.468 10545 INFO octavia.api.v2.controllers.load_balancer [req-6a2cc47d-1b81-4dec-8960-9f9bbfb3c2c0 - - - - -] Sending created Load Balancer 4df8d1e9-e94c-40df-a67a-8fce847b430a to the handler 2019-06-07 06:10:44.558 10545 INFO octavia.api.v2.controllers.listener [req-c8c839a0-7675-4b02-8cc7-6fe94beca3f7 - - - - -] Sending Creation of Listener 79598c8a-0ff6-4205-ac3f-0b5b094e7f68 to handler 2019-06-07 06:10:44.710 10545 INFO octavia.api.v2.controllers.pool [req-f5d2c6e7-4ed3-4d85-b50d-d73b669d8152 - - - - -] Sending Creation of Pool 9b1c2b04-87fc-4a11-80d9-fc5497ec8cc2 to handler 2019-06-07 06:10:44.892 10545 INFO oslo_db.sqlalchemy.provision [req-1c10a0fb-a55f-44a4-be35-ca5ab9062fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.896 10545 INFO oslo_db.sqlalchemy.provision [req-1c10a0fb-a55f-44a4-be35-ca5ab9062fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vxwfdvqjgz 2019-06-07 06:10:44.897 10545 INFO oslo_db.sqlalchemy.provision [req-1c10a0fb-a55f-44a4-be35-ca5ab9062fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_empty_get_all [0.685586s] ... ok 2019-06-07 06:10:53.729 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] CREATE BACKEND sqlite:// TOKEN afcguzbphr 2019-06-07 06:10:53.936 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.938 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN afcguzbphr 2019-06-07 06:10:53.938 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_member_delete [0.212576s] ... ok 2019-06-07 06:10:53.497 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] CREATE BACKEND sqlite:// TOKEN ucxloldtzr 2019-06-07 06:10:53.614 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.616 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ucxloldtzr 2019-06-07 06:10:53.617 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:51.730 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN aztdgzxkda 2019-06-07 06:10:51.991 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.995 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aztdgzxkda 2019-06-07 06:10:51.996 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_models.ListenerModelTest.test_sni_relationship [0.123198s] ... ok {18} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_many_listeners [0.271922s] ... ok 2019-06-07 06:10:51.871 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] CREATE BACKEND sqlite:// TOKEN sesboknzko 2019-06-07 06:10:52.036 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.039 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sesboknzko 2019-06-07 06:10:52.039 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_get [0.176811s] ... ok 2019-06-07 06:10:44.867 10543 INFO oslo_db.sqlalchemy.provision [req-76b581a5-4f5d-4ba5-87c0-13f1019e2c97 - - - - -] CREATE BACKEND sqlite:// TOKEN wkqjwmcpec 2019-06-07 06:10:45.030 10543 INFO octavia.common.config [req-76b581a5-4f5d-4ba5-87c0-13f1019e2c97 - - - - -] Logging enabled! 2019-06-07 06:10:45.031 10543 INFO octavia.common.config [req-76b581a5-4f5d-4ba5-87c0-13f1019e2c97 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.078 10543 WARNING octavia.api.root_controller [req-76b581a5-4f5d-4ba5-87c0-13f1019e2c97 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.106 10543 INFO octavia.api.v2.controllers.load_balancer [req-189bacf1-138f-4572-841a-0d6b8134ef99 - - - - -] Sending created Load Balancer 543ca7c6-aba6-48ef-8598-1fa2613eab49 to the handler 2019-06-07 06:10:45.194 10543 INFO octavia.api.v2.controllers.listener [req-4c65f7e9-e9d7-4f0c-9747-2b1fe1e74353 - - - - -] Sending Creation of Listener 48bb04be-588e-4688-bbfa-afe48e904523 to handler 2019-06-07 06:10:45.334 10543 INFO octavia.api.v2.controllers.pool [req-04d1b689-427d-4f25-9f46-aca47949b4c0 - - - - -] Sending Creation of Pool 255c458c-ae65-44fe-aa5c-2233fc008928 to handler 2019-06-07 06:10:45.550 10543 INFO octavia.api.v2.controllers.pool [req-ed5fc161-51e4-413a-86d7-f80b5b94c4aa - - - - -] Sending Creation of Pool 65347dc6-339f-4aa2-8c18-f783ce0e7bb3 to handler 2019-06-07 06:10:45.847 10543 INFO octavia.api.v2.controllers.member [req-c879017c-70db-44f9-bc57-5b946d2b8e55 - - - - -] Sending Creation of Member 0a716a2f-fccb-4b40-8237-2ca1f3f20abe to handler 2019-06-07 06:10:46.076 10543 INFO octavia.api.v2.controllers.member [req-d04ae140-dfb2-4323-8aa8-38a6e77554e8 - b08f8fef-56f9-46d1-a3e0-a4430cd75bba - - -] Sending Update of Member 0a716a2f-fccb-4b40-8237-2ca1f3f20abe to handler 2019-06-07 06:10:46.706 10543 INFO oslo_db.sqlalchemy.provision [req-dcd208d0-5b45-4712-aa9c-af4b0f36596b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.710 10543 INFO oslo_db.sqlalchemy.provision [req-dcd208d0-5b45-4712-aa9c-af4b0f36596b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wkqjwmcpec 2019-06-07 06:10:46.711 10543 INFO oslo_db.sqlalchemy.provision [req-dcd208d0-5b45-4712-aa9c-af4b0f36596b - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_member.TestMember.test_update_authorized [1.851093s] ... ok 2019-06-07 06:10:39.289 10529 INFO oslo_db.sqlalchemy.provision [req-19832780-e330-4a74-aceb-3daefd7924f4 - - - - -] CREATE BACKEND sqlite:// TOKEN sghjvkcmlg 2019-06-07 06:10:39.455 10529 INFO octavia.common.config [req-19832780-e330-4a74-aceb-3daefd7924f4 - - - - -] Logging enabled! 2019-06-07 06:10:39.456 10529 INFO octavia.common.config [req-19832780-e330-4a74-aceb-3daefd7924f4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:39.502 10529 WARNING octavia.api.root_controller [req-19832780-e330-4a74-aceb-3daefd7924f4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:39.531 10529 INFO octavia.api.v2.controllers.load_balancer [req-8f1ea3c0-c319-4d38-be81-672b0fb0d66a - - - - -] Sending created Load Balancer 43e78864-1c15-4c88-9ca4-5d90ca19db68 to the handler 2019-06-07 06:10:39.629 10529 INFO octavia.api.v2.controllers.listener [req-712c86ba-b2fc-4eed-bdb9-a9117d665ad9 - - - - -] Sending Creation of Listener 571bca1c-2865-49e8-adfc-cb4f5028f92f to handler 2019-06-07 06:10:39.778 10529 INFO octavia.api.v2.controllers.pool [req-fa64fe1c-ef6f-46a1-ba27-b52ec4a88aab - - - - -] Sending Creation of Pool 80c000f0-4c21-4cad-8902-082c9f89f0d2 to handler 2019-06-07 06:10:40.013 10529 INFO octavia.api.v2.controllers.pool [req-64fa27a5-029e-49c9-b283-f06ac3a00182 - - - - -] Sending Creation of Pool 42f4c8f3-30c8-497d-b649-e9652e288653 to handler 2019-06-07 06:10:40.244 10529 INFO octavia.api.v2.controllers.load_balancer [req-7946036a-0117-4ebc-aa9d-a1dac8bb8231 - - - - -] Sending updated Load Balancer 43e78864-1c15-4c88-9ca4-5d90ca19db68 to the handler 2019-06-07 06:10:40.355 10529 INFO octavia.api.v2.controllers.health_monitor [req-07ac0b9f-a45a-4a32-bf6c-55ca43d794c2 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:40.381 10529 INFO oslo_db.sqlalchemy.provision [req-07ac0b9f-a45a-4a32-bf6c-55ca43d794c2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:40.386 10529 INFO oslo_db.sqlalchemy.provision [req-07ac0b9f-a45a-4a32-bf6c-55ca43d794c2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sghjvkcmlg 2019-06-07 06:10:40.386 10529 INFO oslo_db.sqlalchemy.provision [req-07ac0b9f-a45a-4a32-bf6c-55ca43d794c2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_update [1.104084s] ... ok 2019-06-07 06:10:49.796 10538 INFO oslo_db.sqlalchemy.provision [req-fc195b60-e706-4122-9c27-2e40be41181f - - - - -] CREATE BACKEND sqlite:// TOKEN bfsxqwhthx 2019-06-07 06:10:49.953 10538 INFO octavia.common.config [req-fc195b60-e706-4122-9c27-2e40be41181f - - - - -] Logging enabled! 2019-06-07 06:10:49.954 10538 INFO octavia.common.config [req-fc195b60-e706-4122-9c27-2e40be41181f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.993 10538 WARNING octavia.api.root_controller [req-fc195b60-e706-4122-9c27-2e40be41181f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.018 10538 INFO octavia.api.v2.controllers.load_balancer [req-51a22469-f92c-4e91-acd5-ca6d9b0bfd0f - - - - -] Sending created Load Balancer aa0da637-7613-468d-87d4-dd54f9b0ee32 to the handler 2019-06-07 06:10:50.101 10538 INFO octavia.api.v2.controllers.listener [req-91e6d63c-c14c-4e7e-b9b2-886f4c52a0ee - - - - -] Sending Creation of Listener 7972adf2-dbdc-4861-899e-72a1e28b9381 to handler 2019-06-07 06:10:50.233 10538 INFO octavia.api.v2.controllers.pool [req-04118fb1-145c-41b5-a4a6-3267b04f9c1a - - - - -] Sending Creation of Pool 75a9a7d1-94d3-4894-82a1-5f0dd7d7bf99 to handler 2019-06-07 06:10:50.425 10538 INFO octavia.api.v2.controllers.pool [req-98c18345-b897-44a3-a2d3-18b4fe05b6e2 - - - - -] Sending Creation of Pool 24db4697-03a5-4b4d-86a5-9b9447bd3111 to handler 2019-06-07 06:10:50.639 10538 INFO octavia.api.v2.controllers.pool [req-486e5ff4-ba38-4263-be6e-a09ae927242e - - - - -] Sending Creation of Pool 12669921-f463-40f8-99a3-335ff56ad394 to handler 2019-06-07 06:10:51.080 10538 INFO oslo_db.sqlalchemy.provision [req-f23ffa91-b9ea-432d-a79c-39252ee9eb78 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.083 10538 INFO oslo_db.sqlalchemy.provision [req-f23ffa91-b9ea-432d-a79c-39252ee9eb78 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bfsxqwhthx 2019-06-07 06:10:51.083 10538 INFO oslo_db.sqlalchemy.provision [req-f23ffa91-b9ea-432d-a79c-39252ee9eb78 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_limited [1.292573s] ... ok 2019-06-07 06:10:47.376 10542 INFO oslo_db.sqlalchemy.provision [req-71ade061-6762-428d-a664-6b2da1ba1882 - - - - -] CREATE BACKEND sqlite:// TOKEN jbevdjnvay 2019-06-07 06:10:47.542 10542 INFO octavia.common.config [req-71ade061-6762-428d-a664-6b2da1ba1882 - - - - -] Logging enabled! 2019-06-07 06:10:47.543 10542 INFO octavia.common.config [req-71ade061-6762-428d-a664-6b2da1ba1882 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.590 10542 WARNING octavia.api.root_controller [req-71ade061-6762-428d-a664-6b2da1ba1882 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.617 10542 INFO octavia.api.v2.controllers.load_balancer [req-ae53b3b7-b93e-4782-974d-a6b48e2cb1a7 - - - - -] Sending created Load Balancer e0672117-39bc-48f4-96e0-f37ccb30f7b9 to the handler 2019-06-07 06:10:47.702 10542 INFO octavia.api.v2.controllers.listener [req-78d9212b-8368-4344-ab07-9ae46ab3f1fc - - - - -] Sending Creation of Listener 956d5ce9-d44e-426f-9364-544475739312 to handler 2019-06-07 06:10:47.818 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.822 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jbevdjnvay 2019-06-07 06:10:47.823 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_bad_protocol [0.454241s] ... ok 2019-06-07 06:10:43.345 10557 INFO oslo_db.sqlalchemy.provision [req-268e92ad-ffea-4798-8c54-a289f587da48 - - - - -] CREATE BACKEND sqlite:// TOKEN wumopubfzc 2019-06-07 06:10:43.520 10557 INFO octavia.common.config [req-268e92ad-ffea-4798-8c54-a289f587da48 - - - - -] Logging enabled! 2019-06-07 06:10:43.521 10557 INFO octavia.common.config [req-268e92ad-ffea-4798-8c54-a289f587da48 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.573 10557 WARNING octavia.api.root_controller [req-268e92ad-ffea-4798-8c54-a289f587da48 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.603 10557 INFO octavia.api.v2.controllers.load_balancer [req-b2e419b4-3898-42a1-a3ff-6e57a6e92a5d - - - - -] Sending created Load Balancer 1dbd896e-aeb1-4584-b492-aff73272be43 to the handler 2019-06-07 06:10:43.674 10557 INFO octavia.api.v2.controllers.load_balancer [req-15848168-04c1-4e03-9220-bd3d7d7aebc3 - - - - -] Sending deleted Load Balancer 1dbd896e-aeb1-4584-b492-aff73272be43 to the handler 2019-06-07 06:10:43.707 10557 INFO octavia.api.v2.controllers.load_balancer [req-fad06aaa-18ae-4cd8-a78d-ef2230bc3e6a - - - - -] Invalid state PENDING_DELETE of loadbalancer resource 1dbd896e-aeb1-4584-b492-aff73272be43 2019-06-07 06:10:43.733 10557 INFO oslo_db.sqlalchemy.provision [req-fad06aaa-18ae-4cd8-a78d-ef2230bc3e6a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.737 10557 INFO oslo_db.sqlalchemy.provision [req-fad06aaa-18ae-4cd8-a78d-ef2230bc3e6a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wumopubfzc 2019-06-07 06:10:43.738 10557 INFO oslo_db.sqlalchemy.provision [req-fad06aaa-18ae-4cd8-a78d-ef2230bc3e6a - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_pending_delete [0.399426s] ... ok 2019-06-07 06:10:52.002 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN zerptlqpkm 2019-06-07 06:10:52.204 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.208 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zerptlqpkm 2019-06-07 06:10:52.209 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_mutable [0.212574s] ... ok 2019-06-07 06:10:53.621 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] CREATE BACKEND sqlite:// TOKEN ghjwboqslc 2019-06-07 06:10:53.732 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.734 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ghjwboqslc 2019-06-07 06:10:53.735 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_update [0.117661s] ... ok 2019-06-07 06:10:53.943 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] CREATE BACKEND sqlite:// TOKEN evxkjdaacl 2019-06-07 06:10:54.260 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.262 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN evxkjdaacl 2019-06-07 06:10:54.263 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_load_balancer_tree [0.323878s] ... ok 2019-06-07 06:10:45.440 10540 INFO oslo_db.sqlalchemy.provision [req-eb08055d-8c7a-49d6-bf70-7197a78c7155 - - - - -] CREATE BACKEND sqlite:// TOKEN wuprtrwzlj 2019-06-07 06:10:45.601 10540 INFO octavia.common.config [req-eb08055d-8c7a-49d6-bf70-7197a78c7155 - - - - -] Logging enabled! 2019-06-07 06:10:45.601 10540 INFO octavia.common.config [req-eb08055d-8c7a-49d6-bf70-7197a78c7155 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.649 10540 WARNING octavia.api.root_controller [req-eb08055d-8c7a-49d6-bf70-7197a78c7155 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.675 10540 INFO octavia.api.v2.controllers.load_balancer [req-cab857bf-0d45-46f6-8ce0-f900d6daff56 - - - - -] Sending created Load Balancer 2a37c17c-f788-4e64-a602-c9f44f3ca494 to the handler 2019-06-07 06:10:45.759 10540 INFO octavia.api.v2.controllers.listener [req-5deb3dbd-ea9c-43ff-ae08-83fdd3a36b34 - - - - -] Sending Creation of Listener 0dc0b51e-cdaf-4b1f-95cb-6c9d2cda9dfb to handler 2019-06-07 06:10:45.925 10540 INFO octavia.api.v2.controllers.pool [req-ddb4d881-557a-416c-86fb-e71cd3f0d74a - - - - -] Sending Creation of Pool 67ac41c6-cf56-4b86-a81f-947672210687 to handler 2019-06-07 06:10:46.118 10540 INFO octavia.api.v2.controllers.health_monitor [req-ecdc3a9b-19c5-464a-95dd-7f14c67f1bb0 - - - - -] Sending Creation of Health Monitor 3928793e-dc47-435e-8593-99c37ffb2dda to handler 2019-06-07 06:10:46.320 10540 INFO octavia.api.v2.controllers.pool [req-c50fe9ff-6b0b-4061-859f-4f9b432f832d - - - - -] Sending Creation of Pool 402f2e55-69c0-473c-a21d-a94513d86157 to handler 2019-06-07 06:10:46.554 10540 INFO octavia.api.v2.controllers.pool [req-9d5f762b-45ec-4a24-8d41-05da1527ac92 - - - - -] Sending Creation of Pool b783dc18-72c9-47f6-ad81-0841fb75c89f to handler 2019-06-07 06:10:46.834 10540 INFO oslo_db.sqlalchemy.provision [req-d57e9ac2-18d4-4088-aec9-59d5e119ad98 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.838 10540 INFO oslo_db.sqlalchemy.provision [req-d57e9ac2-18d4-4088-aec9-59d5e119ad98 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wuprtrwzlj 2019-06-07 06:10:46.839 10540 INFO oslo_db.sqlalchemy.provision [req-d57e9ac2-18d4-4088-aec9-59d5e119ad98 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_filter [1.404699s] ... ok 2019-06-07 06:10:42.687 10530 INFO oslo_db.sqlalchemy.provision [req-7dea2955-08cd-47f8-bfc1-024f09db2492 - - - - -] CREATE BACKEND sqlite:// TOKEN ahudkqswbw 2019-06-07 06:10:42.867 10530 INFO octavia.common.config [req-7dea2955-08cd-47f8-bfc1-024f09db2492 - - - - -] Logging enabled! 2019-06-07 06:10:42.868 10530 INFO octavia.common.config [req-7dea2955-08cd-47f8-bfc1-024f09db2492 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.917 10530 WARNING octavia.api.root_controller [req-7dea2955-08cd-47f8-bfc1-024f09db2492 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.944 10530 INFO octavia.api.v2.controllers.load_balancer [req-7d48d7a4-c98e-4376-aff1-6f1aba64ad9f - - - - -] Sending created Load Balancer 2015afa1-b6eb-4b22-b339-c4c80615d743 to the handler 2019-06-07 06:10:43.018 10530 INFO octavia.api.v2.controllers.load_balancer [req-cc3fe7d1-4661-41c0-a4b2-60c88910d448 - - - - -] Sending failover request for lb 2015afa1-b6eb-4b22-b339-c4c80615d743 to the handler 2019-06-07 06:10:43.044 10530 INFO oslo_db.sqlalchemy.provision [req-cc3fe7d1-4661-41c0-a4b2-60c88910d448 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.048 10530 INFO oslo_db.sqlalchemy.provision [req-cc3fe7d1-4661-41c0-a4b2-60c88910d448 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ahudkqswbw 2019-06-07 06:10:43.048 10530 INFO oslo_db.sqlalchemy.provision [req-cc3fe7d1-4661-41c0-a4b2-60c88910d448 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover [0.367583s] ... ok 2019-06-07 06:10:47.925 10551 INFO oslo_db.sqlalchemy.provision [req-0c4d3d0d-80c0-42cf-9270-c296a0ae0ee1 - - - - -] CREATE BACKEND sqlite:// TOKEN vtfwtdnghz 2019-06-07 06:10:48.111 10551 INFO octavia.common.config [req-0c4d3d0d-80c0-42cf-9270-c296a0ae0ee1 - - - - -] Logging enabled! 2019-06-07 06:10:48.112 10551 INFO octavia.common.config [req-0c4d3d0d-80c0-42cf-9270-c296a0ae0ee1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.157 10551 WARNING octavia.api.root_controller [req-0c4d3d0d-80c0-42cf-9270-c296a0ae0ee1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.183 10551 INFO octavia.api.v2.controllers.load_balancer [req-0e8d20ff-4a49-4212-a3fb-eb67dfcb6f8d - - - - -] Sending created Load Balancer 843ef12c-1dfb-4028-b8f0-ccc3ffab531a to the handler 2019-06-07 06:10:48.268 10551 INFO octavia.api.v2.controllers.listener [req-1120af3c-7f88-49ed-a54f-c9d4ae8a3e01 - - - - -] Sending Creation of Listener 94704952-385b-4f33-97af-247cf394d720 to handler 2019-06-07 06:10:48.441 10551 INFO octavia.api.v2.controllers.pool [req-1915490b-7df4-4824-a84e-26c713ffff04 - - - - -] Sending Creation of Pool e0e6dac9-c942-416b-b08a-a8198b319490 to handler 2019-06-07 06:10:48.675 10551 INFO octavia.api.v2.controllers.l7policy [req-45863030-84d0-48e9-8020-f5aab83c1898 - - - - -] Sending Creation of L7Policy 383aa5a9-675f-4b23-bb7b-3ac0dd756583 to handler 2019-06-07 06:10:48.916 10551 INFO oslo_db.sqlalchemy.provision [req-78b40e82-6073-4d99-8e2a-2c91670f6143 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.920 10551 INFO oslo_db.sqlalchemy.provision [req-78b40e82-6073-4d99-8e2a-2c91670f6143 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vtfwtdnghz 2019-06-07 06:10:48.921 10551 INFO oslo_db.sqlalchemy.provision [req-78b40e82-6073-4d99-8e2a-2c91670f6143 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:52.044 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] CREATE BACKEND sqlite:// TOKEN mgzklxprmm 2019-06-07 06:10:52.329 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.333 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mgzklxprmm 2019-06-07 06:10:52.333 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_with_l7policy [1.003340s] ... ok {5} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_get [0.293886s] ... ok 2019-06-07 06:10:50.240 10559 INFO oslo_db.sqlalchemy.provision [req-a5c0fff0-eaa5-4ed8-81fb-dfdf5b3345f2 - - - - -] CREATE BACKEND sqlite:// TOKEN mlieorwjgx 2019-06-07 06:10:50.400 10559 INFO octavia.common.config [req-a5c0fff0-eaa5-4ed8-81fb-dfdf5b3345f2 - - - - -] Logging enabled! 2019-06-07 06:10:50.400 10559 INFO octavia.common.config [req-a5c0fff0-eaa5-4ed8-81fb-dfdf5b3345f2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.448 10559 WARNING octavia.api.root_controller [req-a5c0fff0-eaa5-4ed8-81fb-dfdf5b3345f2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.531 10559 INFO oslo_db.sqlalchemy.provision [req-844982d6-594d-4d33-9e01-0dae062bd0cc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.535 10559 INFO oslo_db.sqlalchemy.provision [req-844982d6-594d-4d33-9e01-0dae062bd0cc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mlieorwjgx 2019-06-07 06:10:50.536 10559 INFO oslo_db.sqlalchemy.provision [req-844982d6-594d-4d33-9e01-0dae062bd0cc - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_members [0.303261s] ... ok 2019-06-07 06:10:43.283 10549 INFO oslo_db.sqlalchemy.provision [req-172589b7-85ef-49fd-937e-e59e21e3f284 - - - - -] CREATE BACKEND sqlite:// TOKEN gfajlgravz 2019-06-07 06:10:43.446 10549 INFO octavia.common.config [req-172589b7-85ef-49fd-937e-e59e21e3f284 - - - - -] Logging enabled! 2019-06-07 06:10:43.446 10549 INFO octavia.common.config [req-172589b7-85ef-49fd-937e-e59e21e3f284 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.494 10549 WARNING octavia.api.root_controller [req-172589b7-85ef-49fd-937e-e59e21e3f284 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.522 10549 INFO octavia.api.v2.controllers.load_balancer [req-065fe30c-322e-4f62-ac5c-47b72f33af09 - - - - -] Sending created Load Balancer d6f8a967-487c-4548-b624-ef5f39c7e91c to the handler 2019-06-07 06:10:43.611 10549 INFO octavia.api.v2.controllers.pool [req-c5185527-056d-40ac-93c3-451507e486de - - - - -] Sending Creation of Pool 17f4f0ae-37e2-4752-8614-d47fa19cbc6a to handler 2019-06-07 06:10:43.753 10549 INFO octavia.api.v2.controllers.listener [req-ac9a72df-f394-43d4-8573-47b8edede869 - - - - -] Sending Creation of Listener ad0c770e-ff85-4646-b04f-fea3ea0df30f to handler 2019-06-07 06:10:43.983 10549 INFO octavia.api.v2.controllers.listener [req-c90a8bc9-6e4d-4978-b480-6c9697155068 - - - - -] Sending Update of Listener ad0c770e-ff85-4646-b04f-fea3ea0df30f to handler 2019-06-07 06:10:44.085 10549 INFO oslo_db.sqlalchemy.provision [req-11134bab-7864-403c-9e4d-c4536cc8bc0d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.088 10549 INFO oslo_db.sqlalchemy.provision [req-11134bab-7864-403c-9e4d-c4536cc8bc0d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gfajlgravz 2019-06-07 06:10:44.089 10549 INFO oslo_db.sqlalchemy.provision [req-11134bab-7864-403c-9e4d-c4536cc8bc0d - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_sni_data [0.811472s] ... ok 2019-06-07 06:10:45.325 10556 INFO oslo_db.sqlalchemy.provision [req-cc468fec-0a3e-438d-9d35-fe9837c1b9e3 - - - - -] CREATE BACKEND sqlite:// TOKEN kcnuilndxk 2019-06-07 06:10:45.498 10556 INFO octavia.common.config [req-cc468fec-0a3e-438d-9d35-fe9837c1b9e3 - - - - -] Logging enabled! 2019-06-07 06:10:45.499 10556 INFO octavia.common.config [req-cc468fec-0a3e-438d-9d35-fe9837c1b9e3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.546 10556 WARNING octavia.api.root_controller [req-cc468fec-0a3e-438d-9d35-fe9837c1b9e3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.574 10556 INFO octavia.api.v2.controllers.load_balancer [req-43ecbf6c-f764-429a-83d2-06ddc9238c1f - - - - -] Sending created Load Balancer bfd337a7-3cd0-433c-9e05-a1d04b956388 to the handler 2019-06-07 06:10:45.668 10556 INFO octavia.api.v2.controllers.listener [req-b6a30ecd-0a93-48fb-931a-03496fc7045c - - - - -] Sending Creation of Listener 108de02e-fa9d-4091-9810-a167c1693217 to handler 2019-06-07 06:10:45.849 10556 INFO octavia.api.v2.controllers.pool [req-795fec77-dfa6-401f-a1da-c9af788dce46 - - - - -] Sending Creation of Pool 2c8a653c-5d30-461b-bbc2-7ce19c850ea6 to handler 2019-06-07 06:10:46.044 10556 INFO octavia.api.v2.controllers.pool [req-4e17b6a9-d74b-48b0-a1ce-bf411dfa013c - - - - -] Sending Update of Pool 2c8a653c-5d30-461b-bbc2-7ce19c850ea6 to handler 2019-06-07 06:10:46.495 10556 INFO oslo_db.sqlalchemy.provision [req-e37de5f7-d58d-4231-adf9-f37d1b57ab50 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.499 10556 INFO oslo_db.sqlalchemy.provision [req-e37de5f7-d58d-4231-adf9-f37d1b57ab50 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kcnuilndxk 2019-06-07 06:10:46.499 10556 INFO oslo_db.sqlalchemy.provision [req-e37de5f7-d58d-4231-adf9-f37d1b57ab50 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_pool.TestPool.test_update [1.181141s] ... ok 2019-06-07 06:10:49.083 10528 INFO oslo_db.sqlalchemy.provision [req-7142518f-3472-445d-aadb-dd2435c1b215 - - - - -] CREATE BACKEND sqlite:// TOKEN lzljyhtesg 2019-06-07 06:10:49.247 10528 INFO octavia.common.config [req-7142518f-3472-445d-aadb-dd2435c1b215 - - - - -] Logging enabled! 2019-06-07 06:10:49.247 10528 INFO octavia.common.config [req-7142518f-3472-445d-aadb-dd2435c1b215 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.294 10528 WARNING octavia.api.root_controller [req-7142518f-3472-445d-aadb-dd2435c1b215 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.321 10528 INFO octavia.api.v2.controllers.load_balancer [req-fd381caf-bc30-4fae-9261-e5c22d0223e9 - - - - -] Sending created Load Balancer 457764d4-2840-4310-8ea1-af3face8f696 to the handler 2019-06-07 06:10:49.358 10528 INFO octavia.api.v2.controllers.load_balancer [req-fa3f8df9-f00b-44dc-be8b-63d2e29b01dc - - - - -] Sending created Load Balancer 8c9068a8-17ec-461e-8726-b06ac1720238 to the handler 2019-06-07 06:10:49.394 10528 INFO octavia.api.v2.controllers.load_balancer [req-2662bd20-a294-48dc-9620-154b85fcf407 - - - - -] Sending created Load Balancer a2c18518-c8b4-41f5-a75b-8342ed783d25 to the handler 2019-06-07 06:10:49.525 10528 INFO oslo_db.sqlalchemy.provision [req-cae60e85-7085-448c-9668-caccc454e244 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.529 10528 INFO oslo_db.sqlalchemy.provision [req-cae60e85-7085-448c-9668-caccc454e244 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lzljyhtesg 2019-06-07 06:10:49.529 10528 INFO oslo_db.sqlalchemy.provision [req-cae60e85-7085-448c-9668-caccc454e244 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_by_project_id [0.452555s] ... ok 2019-06-07 06:10:48.379 10536 INFO oslo_db.sqlalchemy.provision [req-867c3c8f-a462-4a4f-8980-5a381b2b85ff - - - - -] CREATE BACKEND sqlite:// TOKEN iwggmhjmjv 2019-06-07 06:10:48.548 10536 INFO octavia.common.config [req-867c3c8f-a462-4a4f-8980-5a381b2b85ff - - - - -] Logging enabled! 2019-06-07 06:10:48.549 10536 INFO octavia.common.config [req-867c3c8f-a462-4a4f-8980-5a381b2b85ff - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.593 10536 WARNING octavia.api.root_controller [req-867c3c8f-a462-4a4f-8980-5a381b2b85ff - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.615 10536 INFO octavia.api.v1.controllers.load_balancer [req-d10f1a3b-fc02-4d2a-a654-360d15f9cf03 - - - - -] Sending created Load Balancer b747d102-2f04-431d-81ec-f38169aad2e7 to the handler 2019-06-07 06:10:48.696 10536 INFO octavia.api.v1.controllers.listener [req-5d493265-1a8e-4c1b-aea8-d1e198d54cfa - - - - -] Sending Creation of Listener 6e9aba83-62af-436f-af39-266969a894c3 to handler 2019-06-07 06:10:48.820 10536 INFO octavia.api.v1.controllers.pool [req-e5f3215e-ee1d-4b5a-a239-7c8d298c6762 - - - - -] Sending Creation of Pool a659125c-8f43-4ee5-b70c-e971094d8282 to handler 2019-06-07 06:10:49.019 10536 INFO octavia.api.v1.controllers.pool [req-72ee9cac-aa83-4a30-8bb1-0e16c55f4c1d - - - - -] Sending Creation of Pool 00ba95e3-7704-4f25-96c7-c4117f0eb547 to handler 2019-06-07 06:10:49.237 10536 INFO octavia.api.v1.controllers.member [req-abf64fa8-45c5-4ced-9e4c-cabb16bc373b - - - - -] Sending Creation of Member ab7d6be8-de23-48f5-9e2b-db756debf166 to handler 2019-06-07 06:10:49.448 10536 INFO oslo_db.sqlalchemy.provision [req-3cc31b38-6414-4b35-852a-ee2699ba7bbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.452 10536 INFO oslo_db.sqlalchemy.provision [req-3cc31b38-6414-4b35-852a-ee2699ba7bbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iwggmhjmjv 2019-06-07 06:10:49.453 10536 INFO oslo_db.sqlalchemy.provision [req-3cc31b38-6414-4b35-852a-ee2699ba7bbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v1.test_member.TestMember.test_duplicate_create [1.079766s] ... ok 2019-06-07 06:10:48.919 10544 INFO oslo_db.sqlalchemy.provision [req-ac268993-8765-4a0d-8b6a-77f3e1c2afa2 - - - - -] CREATE BACKEND sqlite:// TOKEN cozvaaapvy 2019-06-07 06:10:49.084 10544 INFO octavia.common.config [req-ac268993-8765-4a0d-8b6a-77f3e1c2afa2 - - - - -] Logging enabled! 2019-06-07 06:10:49.085 10544 INFO octavia.common.config [req-ac268993-8765-4a0d-8b6a-77f3e1c2afa2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.131 10544 WARNING octavia.api.root_controller [req-ac268993-8765-4a0d-8b6a-77f3e1c2afa2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.158 10544 INFO octavia.api.v2.controllers.load_balancer [req-2c3ec27b-59ff-4d68-8278-c58c2539a7c9 - - - - -] Sending created Load Balancer b48f42e9-36e7-4c76-8300-389bea8df8d3 to the handler 2019-06-07 06:10:49.245 10544 INFO octavia.api.v2.controllers.listener [req-999a8e54-945a-49f9-bee2-eeb90298125b - - - - -] Sending Creation of Listener 36fab482-f55a-4a9f-84fc-ed9cf74964d8 to handler 2019-06-07 06:10:49.588 10544 INFO octavia.api.v2.controllers.pool [req-b9ed4fb4-ba42-42d2-b956-a5f405320547 - - - - -] Sending Creation of Pool 46daa7ab-fa45-4256-8502-79de9f1c5771 to handler 2019-06-07 06:10:49.819 10544 INFO oslo_db.sqlalchemy.provision [req-d2e64f25-93a9-4a66-85c6-d99503e4839c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.822 10544 INFO oslo_db.sqlalchemy.provision [req-d2e64f25-93a9-4a66-85c6-d99503e4839c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cozvaaapvy 2019-06-07 06:10:49.823 10544 INFO oslo_db.sqlalchemy.provision [req-d2e64f25-93a9-4a66-85c6-d99503e4839c - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_SP_cookie_name [0.910458s] ... ok 2019-06-07 06:10:47.433 10555 INFO oslo_db.sqlalchemy.provision [req-698528da-9a92-4c70-bb39-1472f572baa9 - - - - -] CREATE BACKEND sqlite:// TOKEN gvqjtaajxm 2019-06-07 06:10:47.595 10555 INFO octavia.common.config [req-698528da-9a92-4c70-bb39-1472f572baa9 - - - - -] Logging enabled! 2019-06-07 06:10:47.595 10555 INFO octavia.common.config [req-698528da-9a92-4c70-bb39-1472f572baa9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.641 10555 WARNING octavia.api.root_controller [req-698528da-9a92-4c70-bb39-1472f572baa9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.667 10555 INFO octavia.api.v2.controllers.load_balancer [req-b851be14-e7bd-4c50-aba2-9e4df09889ef - - - - -] Sending created Load Balancer 27e98c00-d6b1-423d-a3ab-17aa58b96e35 to the handler 2019-06-07 06:10:47.761 10555 INFO octavia.api.v2.controllers.load_balancer [req-61c79003-a843-4c88-a972-aaa3f6383909 - - - - -] Invalid state PENDING_UPDATE of loadbalancer resource 27e98c00-d6b1-423d-a3ab-17aa58b96e35 2019-06-07 06:10:47.786 10555 INFO oslo_db.sqlalchemy.provision [req-61c79003-a843-4c88-a972-aaa3f6383909 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.789 10555 INFO oslo_db.sqlalchemy.provision [req-61c79003-a843-4c88-a972-aaa3f6383909 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gvqjtaajxm 2019-06-07 06:10:47.790 10555 INFO oslo_db.sqlalchemy.provision [req-61c79003-a843-4c88-a972-aaa3f6383909 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_pending [0.363358s] ... ok 2019-06-07 06:10:43.933 10550 INFO oslo_db.sqlalchemy.provision [req-61fb7971-4293-40c1-9d93-c23185012205 - - - - -] CREATE BACKEND sqlite:// TOKEN nfdxduqanq 2019-06-07 06:10:44.353 10550 INFO octavia.common.config [req-61fb7971-4293-40c1-9d93-c23185012205 - - - - -] Logging enabled! 2019-06-07 06:10:44.354 10550 INFO octavia.common.config [req-61fb7971-4293-40c1-9d93-c23185012205 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.467 10550 WARNING octavia.api.root_controller [req-61fb7971-4293-40c1-9d93-c23185012205 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.532 10550 INFO octavia.api.v2.controllers.load_balancer [req-7cd58d2b-42d1-44f0-9bdc-21922dc0d80d - - - - -] Sending created Load Balancer 8c865ac6-c590-414e-975b-bbb8d494a01a to the handler 2019-06-07 06:10:44.763 10550 INFO octavia.api.v2.controllers.pool [req-d4b3a541-786e-4dee-8186-5bcf2a7409c5 - - - - -] Sending Creation of Pool f8bcf696-dc80-466a-aad3-220d21bf7818 to handler 2019-06-07 06:10:45.088 10550 INFO octavia.api.v2.controllers.listener [req-57eb6fa8-36bb-4177-a7e9-6c48f8e7daa1 - - - - -] Sending Creation of Listener 06a886b4-e774-457b-b920-368d0496e48a to handler 2019-06-07 06:10:45.615 10550 INFO octavia.api.v2.controllers.listener [req-29a4d67e-af2b-4c99-813e-b26fda09a2fc - - - - -] Sending Update of Listener 06a886b4-e774-457b-b920-368d0496e48a to handler 2019-06-07 06:10:45.734 10550 INFO oslo_db.sqlalchemy.provision [req-c0d4387b-39e9-462b-b693-855c85f9df1c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.738 10550 INFO oslo_db.sqlalchemy.provision [req-c0d4387b-39e9-462b-b693-855c85f9df1c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nfdxduqanq 2019-06-07 06:10:45.739 10550 INFO oslo_db.sqlalchemy.provision [req-c0d4387b-39e9-462b-b693-855c85f9df1c - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_tls_termination_data [1.814406s] ... ok 2019-06-07 06:10:51.033 10548 INFO oslo_db.sqlalchemy.provision [req-bbda3393-a2f3-48f0-a489-8ac940c43dbe - - - - -] CREATE BACKEND sqlite:// TOKEN orjyggoqvq 2019-06-07 06:10:51.195 10548 INFO octavia.common.config [req-bbda3393-a2f3-48f0-a489-8ac940c43dbe - - - - -] Logging enabled! 2019-06-07 06:10:51.196 10548 INFO octavia.common.config [req-bbda3393-a2f3-48f0-a489-8ac940c43dbe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.242 10548 WARNING octavia.api.root_controller [req-bbda3393-a2f3-48f0-a489-8ac940c43dbe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.269 10548 INFO octavia.api.v2.controllers.load_balancer [req-b1a0600e-77f4-4eb1-bf28-2685fa9cddb2 - - - - -] Sending created Load Balancer 48a2c96b-36e5-4b4c-a737-2b64b7cadaca to the handler 2019-06-07 06:10:51.343 10548 INFO octavia.api.v2.controllers.load_balancer [req-82fec97f-e206-4ed6-894c-39fa0840953c - - - - -] Sending updated Load Balancer 48a2c96b-36e5-4b4c-a737-2b64b7cadaca to the handler 2019-06-07 06:10:51.383 10548 INFO oslo_db.sqlalchemy.provision [req-82fec97f-e206-4ed6-894c-39fa0840953c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.387 10548 INFO oslo_db.sqlalchemy.provision [req-82fec97f-e206-4ed6-894c-39fa0840953c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN orjyggoqvq 2019-06-07 06:10:51.388 10548 INFO oslo_db.sqlalchemy.provision [req-82fec97f-e206-4ed6-894c-39fa0840953c - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_qos [0.361195s] ... ok 2019-06-07 06:10:47.832 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] CREATE BACKEND sqlite:// TOKEN cjmcfejwcc 2019-06-07 06:10:48.028 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.032 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cjmcfejwcc 2019-06-07 06:10:48.032 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_create [0.207838s] ... ok 2019-06-07 06:10:44.307 10531 INFO oslo_db.sqlalchemy.provision [req-cd12a7cf-521e-46bf-a2d0-b9b605714514 - - - - -] CREATE BACKEND sqlite:// TOKEN oncwqeqgnp 2019-06-07 06:10:44.474 10531 INFO octavia.common.config [req-cd12a7cf-521e-46bf-a2d0-b9b605714514 - - - - -] Logging enabled! 2019-06-07 06:10:44.475 10531 INFO octavia.common.config [req-cd12a7cf-521e-46bf-a2d0-b9b605714514 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.522 10531 WARNING octavia.api.root_controller [req-cd12a7cf-521e-46bf-a2d0-b9b605714514 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.549 10531 INFO octavia.api.v2.controllers.load_balancer [req-431fc1bc-963c-44aa-95df-e260b364323a - - - - -] Sending created Load Balancer 73573efe-6162-44e7-845f-2f5db79150af to the handler 2019-06-07 06:10:44.638 10531 INFO octavia.api.v2.controllers.pool [req-7800aebf-adb7-42fc-ae30-809ac19a7b94 - - - - -] Sending Creation of Pool 8ff04dd3-5ab7-4c1e-b21a-eb23019ab331 to handler 2019-06-07 06:10:44.765 10531 INFO octavia.api.v2.controllers.listener [req-d50e0bd9-e8a6-402c-996e-59d22ae0362b - - - - -] Sending Creation of Listener a2579c71-f5ea-411f-864e-a91bcb310222 to handler 2019-06-07 06:10:44.866 10531 INFO oslo_db.sqlalchemy.provision [req-ed256fbf-3606-4fd8-b6fa-e305b521a773 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.870 10531 INFO oslo_db.sqlalchemy.provision [req-ed256fbf-3606-4fd8-b6fa-e305b521a773 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oncwqeqgnp 2019-06-07 06:10:44.871 10531 INFO oslo_db.sqlalchemy.provision [req-ed256fbf-3606-4fd8-b6fa-e305b521a773 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_tls_termination_data [0.571295s] ... ok 2019-06-07 06:11:07.303 10539 INFO octavia.api.v2.controllers.l7rule [req-a5272875-5747-45a1-bdd0-7723c68986b1 - - - - -] Sending Creation of L7Rule 64709e32-db87-47e7-9773-04d48f245bba to handler 2019-06-07 06:10:54.267 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] CREATE BACKEND sqlite:// TOKEN ngqqkxxiap 2019-06-07 06:10:54.418 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.421 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ngqqkxxiap 2019-06-07 06:10:54.421 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_bad_update [0.157629s] ... ok 2019-06-07 06:10:52.216 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN xuumuippnt 2019-06-07 06:10:52.492 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.495 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xuumuippnt 2019-06-07 06:10:52.496 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_all_children [0.286614s] ... ok 2019-06-07 06:10:53.739 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] CREATE BACKEND sqlite:// TOKEN dahxifybbr 2019-06-07 06:10:53.949 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.952 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dahxifybbr 2019-06-07 06:10:53.952 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_delete_not_listener_default_pool [0.217090s] ... ok 2019-06-07 06:10:48.500 10547 INFO oslo_db.sqlalchemy.provision [req-59f151ff-a18f-4235-ae85-2138aa37190d - - - - -] CREATE BACKEND sqlite:// TOKEN wduytlpplb 2019-06-07 06:10:48.666 10547 INFO octavia.common.config [req-59f151ff-a18f-4235-ae85-2138aa37190d - - - - -] Logging enabled! 2019-06-07 06:10:48.667 10547 INFO octavia.common.config [req-59f151ff-a18f-4235-ae85-2138aa37190d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.713 10547 WARNING octavia.api.root_controller [req-59f151ff-a18f-4235-ae85-2138aa37190d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.739 10547 INFO octavia.api.v2.controllers.load_balancer [req-4315ac99-3ada-4c1a-af09-f512249a9820 - - - - -] Sending created Load Balancer fa5e72df-3a28-4fb4-8e5e-24ca279e487b to the handler 2019-06-07 06:10:48.822 10547 INFO octavia.api.v2.controllers.listener [req-dce0e40d-b776-44c2-90d3-961e6d7e2871 - - - - -] Sending Creation of Listener 1e1dce25-fb9d-47f5-9fae-3ae26b12ff21 to handler 2019-06-07 06:10:48.987 10547 INFO octavia.api.v2.controllers.pool [req-55151b0a-b5c6-4a55-a237-418fec68d109 - - - - -] Sending Creation of Pool 540b959d-0447-4551-b85e-6279e3ec8571 to handler 2019-06-07 06:10:49.158 10547 INFO octavia.api.v2.controllers.load_balancer [req-dfbebb98-600f-4429-8d49-6c1e5f561972 - - - - -] Sending updated Load Balancer fa5e72df-3a28-4fb4-8e5e-24ca279e487b to the handler 2019-06-07 06:10:49.222 10547 INFO octavia.api.v2.controllers.pool [req-0e8cee75-4bd1-430f-961a-089481b10c46 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:49.247 10547 INFO oslo_db.sqlalchemy.provision [req-0e8cee75-4bd1-430f-961a-089481b10c46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.251 10547 INFO oslo_db.sqlalchemy.provision [req-0e8cee75-4bd1-430f-961a-089481b10c46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wduytlpplb 2019-06-07 06:10:49.252 10547 INFO oslo_db.sqlalchemy.provision [req-0e8cee75-4bd1-430f-961a-089481b10c46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_when_lb_pending_update [0.758160s] ... ok 2019-06-07 06:10:52.340 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] CREATE BACKEND sqlite:// TOKEN uzkzdzkchx 2019-06-07 06:10:52.662 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.666 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uzkzdzkchx 2019-06-07 06:10:52.667 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update [0.333032s] ... ok 2019-06-07 06:10:51.087 10538 INFO oslo_db.sqlalchemy.provision [req-f23ffa91-b9ea-432d-a79c-39252ee9eb78 - - - - -] CREATE BACKEND sqlite:// TOKEN qhidqlrfzp 2019-06-07 06:10:51.212 10538 INFO octavia.common.config [req-f23ffa91-b9ea-432d-a79c-39252ee9eb78 - - - - -] Logging enabled! 2019-06-07 06:10:51.213 10538 INFO octavia.common.config [req-f23ffa91-b9ea-432d-a79c-39252ee9eb78 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.253 10538 WARNING octavia.api.root_controller [req-f23ffa91-b9ea-432d-a79c-39252ee9eb78 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.287 10538 INFO oslo_db.sqlalchemy.provision [req-d468df00-51e8-451f-bf66-7f91cf7e9f67 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.291 10538 INFO oslo_db.sqlalchemy.provision [req-d468df00-51e8-451f-bf66-7f91cf7e9f67 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qhidqlrfzp 2019-06-07 06:10:51.291 10538 INFO oslo_db.sqlalchemy.provision [req-d468df00-51e8-451f-bf66-7f91cf7e9f67 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_non_existent_custom_quotas [0.208279s] ... ok 2019-06-07 06:10:52.307 10532 INFO oslo_db.sqlalchemy.provision [req-eefe7e8c-9240-4a91-a42a-4591c6ef19c0 - - - - -] CREATE BACKEND sqlite:// TOKEN yifhzgdino 2019-06-07 06:10:52.430 10532 INFO octavia.common.config [req-eefe7e8c-9240-4a91-a42a-4591c6ef19c0 - - - - -] Logging enabled! 2019-06-07 06:10:52.431 10532 INFO octavia.common.config [req-eefe7e8c-9240-4a91-a42a-4591c6ef19c0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:52.466 10532 WARNING octavia.api.root_controller [req-eefe7e8c-9240-4a91-a42a-4591c6ef19c0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:52.492 10532 INFO octavia.api.v2.controllers.load_balancer [req-891ca27d-f191-49e6-9329-addefb5dbf3e - - - - -] Sending created Load Balancer c6a39df6-f5f7-4cb3-b74f-ebd3b1d22435 to the handler 2019-06-07 06:10:52.559 10532 INFO octavia.api.v2.controllers.listener [req-01a40211-0c3a-4dec-b965-7f2ea66c1e8a - - - - -] Sending Creation of Listener bc76fc0b-60e6-4794-be0c-9ab6c71d8402 to handler 2019-06-07 06:10:52.646 10532 INFO octavia.api.v2.controllers.pool [req-0adb7484-88c9-4985-b843-f6c4d6dc61d3 - - - - -] Sending Creation of Pool 1afbe7fd-48c5-4a76-b1d2-9d689a0f2915 to handler 2019-06-07 06:10:52.852 10532 INFO octavia.api.v2.controllers.pool [req-066142a6-f929-480b-8daa-2af13be394a6 - - - - -] Sending Creation of Pool 03f22447-bcf8-4f53-afd9-cd157c12a6cf to handler 2019-06-07 06:10:53.072 10532 INFO oslo_db.sqlalchemy.provision [req-b3a2c513-3e74-4e57-822a-dd50f0dd188e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.074 10532 INFO oslo_db.sqlalchemy.provision [req-b3a2c513-3e74-4e57-822a-dd50f0dd188e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yifhzgdino 2019-06-07 06:10:53.075 10532 INFO oslo_db.sqlalchemy.provision [req-b3a2c513-3e74-4e57-822a-dd50f0dd188e - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_member.TestMember.test_empty_get_all [0.771616s] ... ok 2019-06-07 06:10:47.346 10553 INFO oslo_db.sqlalchemy.provision [req-5d70d8e0-20fa-439e-95b5-cae252cc8e3c - - - - -] CREATE BACKEND sqlite:// TOKEN hwiymwuecc 2019-06-07 06:10:47.508 10553 INFO octavia.common.config [req-5d70d8e0-20fa-439e-95b5-cae252cc8e3c - - - - -] Logging enabled! 2019-06-07 06:10:47.509 10553 INFO octavia.common.config [req-5d70d8e0-20fa-439e-95b5-cae252cc8e3c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.555 10553 WARNING octavia.api.root_controller [req-5d70d8e0-20fa-439e-95b5-cae252cc8e3c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.581 10553 INFO octavia.api.v2.controllers.load_balancer [req-283262a7-7da6-44ae-ae19-c3573c66fe43 - - - - -] Sending created Load Balancer 71099e0e-9c8d-4ceb-ab45-f9f7bd80e505 to the handler 2019-06-07 06:10:47.668 10553 INFO octavia.api.v2.controllers.listener [req-7d8d484d-619d-4b63-81ae-fe4c2927f1d7 - - - - -] Sending Creation of Listener 4596f723-66e1-4411-bdfe-073d9e9fe49c to handler 2019-06-07 06:10:47.812 10553 INFO octavia.api.v2.controllers.pool [req-88b1b4cd-8c74-46c9-8875-d4cf2f0821bb - - - - -] Sending Creation of Pool feffbe51-6f40-4586-920c-1d32c98f6fc6 to handler 2019-06-07 06:10:48.044 10553 INFO octavia.api.v2.controllers.pool [req-fbd01554-c0ad-46b6-b465-cac2ccd42196 - - - - -] Sending Creation of Pool 57dd3ae9-de92-45dc-9430-64387b3ee9bd to handler 2019-06-07 06:10:48.357 10553 INFO octavia.api.v2.controllers.member [req-548ddf4d-4588-478e-b6a0-b0bd04db3edf - - - - -] Sending Creation of Member 3e6257b3-542e-43e0-8edb-0943cf5e36a3 to handler 2019-06-07 06:10:48.651 10553 INFO octavia.api.v2.controllers.member [req-7637c00f-a0f9-423b-84de-7ff2aeabfc61 - - - - -] Sending Creation of Member a45c10fa-a847-47ff-a2ef-9611f08b1700 to handler 2019-06-07 06:10:48.912 10553 INFO octavia.api.v2.controllers.member [req-a44fa178-78bc-4f44-9330-8d71578835cc - - - - -] Sending Full Member Update to handler 2019-06-07 06:10:49.014 10553 INFO oslo_db.sqlalchemy.provision [req-9246a2db-d41e-46e9-91cc-7a1f90aa5523 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.018 10553 INFO oslo_db.sqlalchemy.provision [req-9246a2db-d41e-46e9-91cc-7a1f90aa5523 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hwiymwuecc 2019-06-07 06:10:49.018 10553 INFO oslo_db.sqlalchemy.provision [req-9246a2db-d41e-46e9-91cc-7a1f90aa5523 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_member.TestMember.test_update_batch_members [1.678703s] ... ok 2019-06-07 06:10:47.828 10535 INFO oslo_db.sqlalchemy.provision [req-ec4fe585-e666-4763-a1a3-460806a25cec - - - - -] CREATE BACKEND sqlite:// TOKEN atcvoiemqa 2019-06-07 06:10:47.996 10535 INFO octavia.common.config [req-ec4fe585-e666-4763-a1a3-460806a25cec - - - - -] Logging enabled! 2019-06-07 06:10:47.997 10535 INFO octavia.common.config [req-ec4fe585-e666-4763-a1a3-460806a25cec - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.044 10535 WARNING octavia.api.root_controller [req-ec4fe585-e666-4763-a1a3-460806a25cec - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.071 10535 INFO octavia.api.v2.controllers.load_balancer [req-bb9a8980-2712-4fad-9191-b9053b6ee4ba - - - - -] Sending created Load Balancer ff4f8611-4b6f-4944-8fea-5b1126a39066 to the handler 2019-06-07 06:10:48.160 10535 INFO octavia.api.v2.controllers.listener [req-45cdd8f5-f3ce-488d-9b43-d92a38e6d06f - - - - -] Sending Creation of Listener 1d1f3c16-9399-4a2f-a9ed-bd73483ec17f to handler 2019-06-07 06:10:48.334 10535 INFO octavia.api.v2.controllers.pool [req-370d937f-9b0f-43e5-87e5-f2a88d9affb1 - - - - -] Sending Creation of Pool 207a64ad-ed1c-4ce8-8280-c14a61f532d1 to handler 2019-06-07 06:10:48.537 10535 INFO octavia.api.v2.controllers.pool [req-d7a0fa33-ce5e-4eaa-9ab9-fadf98e19062 - ec718c17-e1d3-426c-9e73-4d5b35c08609 - - -] Sending Deletion of Pool 207a64ad-ed1c-4ce8-8280-c14a61f532d1 to handler 2019-06-07 06:10:48.822 10535 INFO oslo_db.sqlalchemy.provision [req-18dd563b-7f54-48e8-ac31-333a9f72491a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.825 10535 INFO oslo_db.sqlalchemy.provision [req-18dd563b-7f54-48e8-ac31-333a9f72491a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN atcvoiemqa 2019-06-07 06:10:48.826 10535 INFO oslo_db.sqlalchemy.provision [req-18dd563b-7f54-48e8-ac31-333a9f72491a - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_authorize [1.005648s] ... ok 2019-06-07 06:10:48.039 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] CREATE BACKEND sqlite:// TOKEN ykbsosnube 2019-06-07 06:10:48.235 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.238 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ykbsosnube 2019-06-07 06:10:48.239 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_update [0.206184s] ... ok 2019-06-07 06:10:52.503 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] CREATE BACKEND sqlite:// TOKEN aytaxkfzmz 2019-06-07 06:10:52.630 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.632 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aytaxkfzmz 2019-06-07 06:10:52.632 10546 INFO oslo_db.sqlalchemy.provision [req-50344918-5439-44cb-a239-23cebfc56e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_get [0.135577s] ... ok 2019-06-07 06:10:45.481 10541 INFO oslo_db.sqlalchemy.provision [req-7a96a1f4-ef63-4dd0-b5d8-0670bc4139cb - - - - -] CREATE BACKEND sqlite:// TOKEN vaczsizlrc 2019-06-07 06:10:45.643 10541 INFO octavia.common.config [req-7a96a1f4-ef63-4dd0-b5d8-0670bc4139cb - - - - -] Logging enabled! 2019-06-07 06:10:45.644 10541 INFO octavia.common.config [req-7a96a1f4-ef63-4dd0-b5d8-0670bc4139cb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.691 10541 WARNING octavia.api.root_controller [req-7a96a1f4-ef63-4dd0-b5d8-0670bc4139cb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.717 10541 INFO octavia.api.v2.controllers.load_balancer [req-0330aa37-2d51-4a5b-9b77-0f1b393055cb - - - - -] Sending created Load Balancer a2b1085a-0eb8-4a0e-a78e-fb3c585eb70f to the handler 2019-06-07 06:10:45.804 10541 INFO octavia.api.v2.controllers.listener [req-ed41d58e-7702-4491-bb03-d2a08e69d129 - - - - -] Sending Creation of Listener a38d89e3-409c-4fb3-b494-4b839f61178c to handler 2019-06-07 06:10:45.952 10541 INFO octavia.api.v2.controllers.l7policy [req-a3939e0c-d1da-4bda-ba61-7bf4722438fd - - - - -] Sending Creation of L7Policy 94e5f7b5-949d-42f8-918d-a7ed556f3a1c to handler 2019-06-07 06:10:46.246 10541 INFO octavia.api.v2.controllers.l7rule [req-7e69f69c-be3d-499a-a129-a314011e9428 - - - - -] Sending Creation of L7Rule 0027ca4d-7395-44c3-872e-2249c1030985 to handler 2019-06-07 06:10:46.427 10541 INFO oslo_db.sqlalchemy.provision [req-8f6e2014-479c-422a-9bda-ba77e666d7be - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.431 10541 INFO oslo_db.sqlalchemy.provision [req-8f6e2014-479c-422a-9bda-ba77e666d7be - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vaczsizlrc 2019-06-07 06:10:46.431 10541 INFO oslo_db.sqlalchemy.provision [req-8f6e2014-479c-422a-9bda-ba77e666d7be - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_cookie_rule [0.956891s] ... ok 2019-06-07 06:10:53.956 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] CREATE BACKEND sqlite:// TOKEN zgzzfnhonk 2019-06-07 06:10:54.157 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.159 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zgzzfnhonk 2019-06-07 06:10:54.160 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_listener_update_and_clear_default_pool [0.207194s] ... ok 2019-06-07 06:10:54.425 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] CREATE BACKEND sqlite:// TOKEN gdxgvcksod 2019-06-07 06:10:54.561 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.563 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gdxgvcksod 2019-06-07 06:10:54.564 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule_invalid_value_regex [0.142190s] ... ok 2019-06-07 06:10:44.904 10545 INFO oslo_db.sqlalchemy.provision [req-1c10a0fb-a55f-44a4-be35-ca5ab9062fbf - - - - -] CREATE BACKEND sqlite:// TOKEN rnkspayttq 2019-06-07 06:10:45.069 10545 INFO octavia.common.config [req-1c10a0fb-a55f-44a4-be35-ca5ab9062fbf - - - - -] Logging enabled! 2019-06-07 06:10:45.069 10545 INFO octavia.common.config [req-1c10a0fb-a55f-44a4-be35-ca5ab9062fbf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.118 10545 WARNING octavia.api.root_controller [req-1c10a0fb-a55f-44a4-be35-ca5ab9062fbf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.145 10545 INFO octavia.api.v2.controllers.load_balancer [req-dc6b0985-2ab7-4cf1-8c35-9afd98660371 - - - - -] Sending created Load Balancer be5e6345-0c28-4b79-8b02-9087cc109ace to the handler 2019-06-07 06:10:45.235 10545 INFO octavia.api.v2.controllers.listener [req-ebb78345-70ef-4cc6-b885-8b7155311adb - - - - -] Sending Creation of Listener 5050f198-d8e2-47af-962b-9023717caa25 to handler 2019-06-07 06:10:45.390 10545 INFO octavia.api.v2.controllers.l7policy [req-7619edf3-3e2d-445d-88af-a7fae367fd16 - - - - -] Sending Creation of L7Policy 8e3b6b96-13f3-4d5e-9cf2-fc0302a4be82 to handler 2019-06-07 06:10:45.665 10545 INFO octavia.api.v2.controllers.l7rule [req-941ba906-b2d1-46a0-8ffa-6254bcf921fa - - - - -] Sending Creation of L7Rule 65ce3d8d-f3d7-494b-ba3e-a30a9908a7f7 to handler 2019-06-07 06:10:45.869 10545 INFO oslo_db.sqlalchemy.provision [req-a5eaadbd-3f3f-4fe6-8079-9c47005f41fb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.873 10545 INFO oslo_db.sqlalchemy.provision [req-a5eaadbd-3f3f-4fe6-8079-9c47005f41fb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rnkspayttq 2019-06-07 06:10:45.873 10545 INFO oslo_db.sqlalchemy.provision [req-a5eaadbd-3f3f-4fe6-8079-9c47005f41fb - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_file_type_rule [0.975827s] ... ok 2019-06-07 06:10:47.366 10552 INFO oslo_db.sqlalchemy.provision [req-d3c78f49-5156-448e-b5a8-5466a2d47837 - - - - -] CREATE BACKEND sqlite:// TOKEN owbxfoymqo 2019-06-07 06:10:47.529 10552 INFO octavia.common.config [req-d3c78f49-5156-448e-b5a8-5466a2d47837 - - - - -] Logging enabled! 2019-06-07 06:10:47.530 10552 INFO octavia.common.config [req-d3c78f49-5156-448e-b5a8-5466a2d47837 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.576 10552 WARNING octavia.api.root_controller [req-d3c78f49-5156-448e-b5a8-5466a2d47837 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.602 10552 INFO octavia.api.v2.controllers.load_balancer [req-ffb2f01c-53b7-4169-89f9-4506155d4080 - - - - -] Sending created Load Balancer 0e97fe4f-b42a-47c6-b600-0be6ede26deb to the handler 2019-06-07 06:10:47.686 10552 INFO octavia.api.v2.controllers.listener [req-0d68f645-71f4-415f-a07c-cb591b92f807 - - - - -] Sending Creation of Listener 9dfb1f3d-7b68-4f72-a06d-eb5f70c83957 to handler 2019-06-07 06:10:47.861 10552 INFO octavia.api.v2.controllers.pool [req-a177fe8c-8fb4-47c6-a1dd-dd3bbf83c3a8 - - - - -] Sending Creation of Pool e282e468-b02b-43a8-b283-91d083436523 to handler 2019-06-07 06:10:48.076 10552 INFO octavia.api.v2.controllers.pool [req-4f051954-c9d5-4414-a7c4-39847f4a3cf5 - - - - -] Sending Deletion of Pool e282e468-b02b-43a8-b283-91d083436523 to handler 2019-06-07 06:10:48.211 10552 INFO oslo_db.sqlalchemy.provision [req-762c2268-7970-4312-b0c4-d1b70ea389ff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.214 10552 INFO oslo_db.sqlalchemy.provision [req-762c2268-7970-4312-b0c4-d1b70ea389ff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN owbxfoymqo 2019-06-07 06:10:48.215 10552 INFO oslo_db.sqlalchemy.provision [req-762c2268-7970-4312-b0c4-d1b70ea389ff - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete [0.856520s] ... ok 2019-06-07 06:10:43.747 10557 INFO oslo_db.sqlalchemy.provision [req-fad06aaa-18ae-4cd8-a78d-ef2230bc3e6a - - - - -] CREATE BACKEND sqlite:// TOKEN fbyxzqqvkn 2019-06-07 06:10:43.913 10557 INFO octavia.common.config [req-fad06aaa-18ae-4cd8-a78d-ef2230bc3e6a - - - - -] Logging enabled! 2019-06-07 06:10:43.914 10557 INFO octavia.common.config [req-fad06aaa-18ae-4cd8-a78d-ef2230bc3e6a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.960 10557 WARNING octavia.api.root_controller [req-fad06aaa-18ae-4cd8-a78d-ef2230bc3e6a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.136 10557 INFO octavia.api.v2.controllers.load_balancer [req-9bac10ce-2793-4783-8752-2e6f54c621bd - - - - -] Sending created Load Balancer 686686a1-0940-4fd0-8263-b42114714474 to the handler 2019-06-07 06:10:44.201 10557 INFO oslo_db.sqlalchemy.provision [req-9bac10ce-2793-4783-8752-2e6f54c621bd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.205 10557 INFO oslo_db.sqlalchemy.provision [req-9bac10ce-2793-4783-8752-2e6f54c621bd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fbyxzqqvkn 2019-06-07 06:10:44.206 10557 INFO oslo_db.sqlalchemy.provision [req-9bac10ce-2793-4783-8752-2e6f54c621bd - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_sanity_check [0.466471s] ... ok 2019-06-07 06:10:52.674 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] CREATE BACKEND sqlite:// TOKEN ijmrkbxfoq 2019-06-07 06:10:52.877 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.880 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ijmrkbxfoq 2019-06-07 06:10:52.880 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_get [0.212420s] ... ok 2019-06-07 06:10:49.831 10544 INFO oslo_db.sqlalchemy.provision [req-d2e64f25-93a9-4a66-85c6-d99503e4839c - - - - -] CREATE BACKEND sqlite:// TOKEN dkdkdfixxs 2019-06-07 06:10:49.990 10544 INFO octavia.common.config [req-d2e64f25-93a9-4a66-85c6-d99503e4839c - - - - -] Logging enabled! 2019-06-07 06:10:49.991 10544 INFO octavia.common.config [req-d2e64f25-93a9-4a66-85c6-d99503e4839c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.032 10544 WARNING octavia.api.root_controller [req-d2e64f25-93a9-4a66-85c6-d99503e4839c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.095 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.099 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dkdkdfixxs 2019-06-07 06:10:50.099 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_not_Authorized_no_role [0.275407s] ... ok 2019-06-07 06:10:44.096 10549 INFO oslo_db.sqlalchemy.provision [req-11134bab-7864-403c-9e4d-c4536cc8bc0d - - - - -] CREATE BACKEND sqlite:// TOKEN etnofkpgiy 2019-06-07 06:10:44.259 10549 INFO octavia.common.config [req-11134bab-7864-403c-9e4d-c4536cc8bc0d - - - - -] Logging enabled! 2019-06-07 06:10:44.260 10549 INFO octavia.common.config [req-11134bab-7864-403c-9e4d-c4536cc8bc0d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.305 10549 WARNING octavia.api.root_controller [req-11134bab-7864-403c-9e4d-c4536cc8bc0d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.332 10549 INFO octavia.api.v2.controllers.load_balancer [req-013fd513-8e3f-47d1-bb17-8372f1c56df8 - - - - -] Sending created Load Balancer ca606c0b-8ef5-4e66-9abb-fb1374068039 to the handler 2019-06-07 06:10:44.394 10549 INFO oslo_db.sqlalchemy.provision [req-9bd65b8c-5e56-4292-bafe-53ac986f1110 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.397 10549 INFO oslo_db.sqlalchemy.provision [req-9bd65b8c-5e56-4292-bafe-53ac986f1110 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN etnofkpgiy 2019-06-07 06:10:44.398 10549 INFO oslo_db.sqlalchemy.provision [req-9bd65b8c-5e56-4292-bafe-53ac986f1110 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_bad_handler [0.308164s] ... ok 2019-06-07 06:10:49.536 10528 INFO oslo_db.sqlalchemy.provision [req-cae60e85-7085-448c-9668-caccc454e244 - - - - -] CREATE BACKEND sqlite:// TOKEN yqcphvcipr 2019-06-07 06:10:49.697 10528 INFO octavia.common.config [req-cae60e85-7085-448c-9668-caccc454e244 - - - - -] Logging enabled! 2019-06-07 06:10:49.698 10528 INFO octavia.common.config [req-cae60e85-7085-448c-9668-caccc454e244 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.744 10528 WARNING octavia.api.root_controller [req-cae60e85-7085-448c-9668-caccc454e244 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.771 10528 INFO octavia.api.v2.controllers.load_balancer [req-cfa6203b-6aa8-431d-800c-1944831e6003 - - - - -] Sending created Load Balancer 88239183-d350-4cc0-9b04-5fac2da54091 to the handler 2019-06-07 06:10:49.831 10528 INFO oslo_db.sqlalchemy.provision [req-21eaa5ff-c879-4869-91b4-d28d4103ba69 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.835 10528 INFO oslo_db.sqlalchemy.provision [req-21eaa5ff-c879-4869-91b4-d28d4103ba69 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yqcphvcipr 2019-06-07 06:10:49.836 10528 INFO oslo_db.sqlalchemy.provision [req-21eaa5ff-c879-4869-91b4-d28d4103ba69 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_one_fields_filter [0.305710s] ... ok 2019-06-07 06:10:50.542 10559 INFO oslo_db.sqlalchemy.provision [req-844982d6-594d-4d33-9e01-0dae062bd0cc - - - - -] CREATE BACKEND sqlite:// TOKEN gamohyplrx 2019-06-07 06:10:50.704 10559 INFO octavia.common.config [req-844982d6-594d-4d33-9e01-0dae062bd0cc - - - - -] Logging enabled! 2019-06-07 06:10:50.705 10559 INFO octavia.common.config [req-844982d6-594d-4d33-9e01-0dae062bd0cc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.750 10559 WARNING octavia.api.root_controller [req-844982d6-594d-4d33-9e01-0dae062bd0cc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.805 10559 INFO oslo_db.sqlalchemy.provision [req-c9f4de0e-dcdb-49af-b435-ca1e7b982237 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.809 10559 INFO oslo_db.sqlalchemy.provision [req-c9f4de0e-dcdb-49af-b435-ca1e7b982237 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gamohyplrx 2019-06-07 06:10:50.810 10559 INFO oslo_db.sqlalchemy.provision [req-c9f4de0e-dcdb-49af-b435-ca1e7b982237 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_pools [0.273488s] ... ok 2019-06-07 06:10:45.747 10550 INFO oslo_db.sqlalchemy.provision [req-c0d4387b-39e9-462b-b693-855c85f9df1c - - - - -] CREATE BACKEND sqlite:// TOKEN dokyypuynu 2019-06-07 06:10:45.944 10550 INFO octavia.common.config [req-c0d4387b-39e9-462b-b693-855c85f9df1c - - - - -] Logging enabled! 2019-06-07 06:10:45.945 10550 INFO octavia.common.config [req-c0d4387b-39e9-462b-b693-855c85f9df1c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.003 10550 WARNING octavia.api.root_controller [req-c0d4387b-39e9-462b-b693-855c85f9df1c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.043 10550 INFO oslo_db.sqlalchemy.provision [req-741c3e73-edee-420a-a7ea-340347984180 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.048 10550 INFO oslo_db.sqlalchemy.provision [req-741c3e73-edee-420a-a7ea-340347984180 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dokyypuynu 2019-06-07 06:10:46.049 10550 INFO oslo_db.sqlalchemy.provision [req-741c3e73-edee-420a-a7ea-340347984180 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_long_name [0.308554s] ... ok 2019-06-07 06:10:48.250 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] CREATE BACKEND sqlite:// TOKEN ikehaxeywo 2019-06-07 06:10:48.443 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.447 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ikehaxeywo 2019-06-07 06:10:48.448 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_check_amphora_expired_with_no_age [0.206685s] ... ok 2019-06-07 06:10:54.165 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] CREATE BACKEND sqlite:// TOKEN lchbzicgao 2019-06-07 06:10:54.297 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.299 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lchbzicgao 2019-06-07 06:10:54.300 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule_bad_compare_type [0.139220s] ... ok 2019-06-07 06:10:48.929 10551 INFO oslo_db.sqlalchemy.provision [req-78b40e82-6073-4d99-8e2a-2c91670f6143 - - - - -] CREATE BACKEND sqlite:// TOKEN nyioafkhgc 2019-06-07 06:10:49.091 10551 INFO octavia.common.config [req-78b40e82-6073-4d99-8e2a-2c91670f6143 - - - - -] Logging enabled! 2019-06-07 06:10:49.092 10551 INFO octavia.common.config [req-78b40e82-6073-4d99-8e2a-2c91670f6143 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.138 10551 WARNING octavia.api.root_controller [req-78b40e82-6073-4d99-8e2a-2c91670f6143 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.166 10551 INFO octavia.api.v2.controllers.load_balancer [req-d0fa5772-912e-40e3-b333-3140b5ae74c7 - - - - -] Sending created Load Balancer e87a6011-e088-4dce-b6d8-4fec3fdddfbc to the handler 2019-06-07 06:10:49.276 10551 INFO octavia.api.v2.controllers.listener [req-a2cbe9c5-cc03-4181-8e6b-0216b0aba8df - - - - -] Sending Creation of Listener 309969cc-a4b7-4020-8f90-22d35058f6b0 to handler 2019-06-07 06:10:49.612 10551 INFO octavia.api.v2.controllers.pool [req-a83fb44c-e5f7-4d66-8258-e65aeb89d602 - - - - -] Sending Creation of Pool 14dd86b3-5e49-4051-801e-5e9df6f545ca to handler 2019-06-07 06:10:49.799 10551 INFO oslo_db.sqlalchemy.provision [req-9095e10d-8392-4f4f-adab-fced4e0ba1da - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.802 10551 INFO oslo_db.sqlalchemy.provision [req-9095e10d-8392-4f4f-adab-fced4e0ba1da - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nyioafkhgc 2019-06-07 06:10:49.803 10551 INFO oslo_db.sqlalchemy.provision [req-9095e10d-8392-4f4f-adab-fced4e0ba1da - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_not_authorized [0.880755s] ... ok 2019-06-07 06:10:47.797 10555 INFO oslo_db.sqlalchemy.provision [req-61c79003-a843-4c88-a972-aaa3f6383909 - - - - -] CREATE BACKEND sqlite:// TOKEN nvmpjmtgud 2019-06-07 06:10:47.965 10555 INFO octavia.common.config [req-61c79003-a843-4c88-a972-aaa3f6383909 - - - - -] Logging enabled! 2019-06-07 06:10:47.966 10555 INFO octavia.common.config [req-61c79003-a843-4c88-a972-aaa3f6383909 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.013 10555 WARNING octavia.api.root_controller [req-61c79003-a843-4c88-a972-aaa3f6383909 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.025 10555 ERROR octavia.api.v2.controllers.base [req-9db576ac-f029-4c6a-8bc7-883f611e6728 - - - - -] Load Balancer SEAN-CONNERY not found: None 2019-06-07 06:10:48.025 10555 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:48.025 10555 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:48.050 10555 INFO oslo_db.sqlalchemy.provision [req-9db576ac-f029-4c6a-8bc7-883f611e6728 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.054 10555 INFO oslo_db.sqlalchemy.provision [req-9db576ac-f029-4c6a-8bc7-883f611e6728 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nvmpjmtgud 2019-06-07 06:10:48.055 10555 INFO oslo_db.sqlalchemy.provision [req-9db576ac-f029-4c6a-8bc7-883f611e6728 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_bad_lb_id [0.264046s] ... ok 2019-06-07 06:10:54.567 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] CREATE BACKEND sqlite:// TOKEN ppxvdgidma 2019-06-07 06:10:54.689 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.691 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ppxvdgidma 2019-06-07 06:10:54.691 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete [0.127457s] ... ok 2019-06-07 06:10:52.885 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] CREATE BACKEND sqlite:// TOKEN sjqtflcvwm 2019-06-07 06:10:53.021 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.023 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sjqtflcvwm 2019-06-07 06:10:53.024 10533 INFO oslo_db.sqlalchemy.provision [req-53963cac-1b8d-415e-9a06-99e17057fcfd - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_update [0.142943s] ... ok 2019-06-07 06:10:46.506 10556 INFO oslo_db.sqlalchemy.provision [req-e37de5f7-d58d-4231-adf9-f37d1b57ab50 - - - - -] CREATE BACKEND sqlite:// TOKEN wxqsaklkfi 2019-06-07 06:10:46.675 10556 INFO octavia.common.config [req-e37de5f7-d58d-4231-adf9-f37d1b57ab50 - - - - -] Logging enabled! 2019-06-07 06:10:46.676 10556 INFO octavia.common.config [req-e37de5f7-d58d-4231-adf9-f37d1b57ab50 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.722 10556 WARNING octavia.api.root_controller [req-e37de5f7-d58d-4231-adf9-f37d1b57ab50 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.751 10556 INFO octavia.api.v2.controllers.load_balancer [req-bca7c08e-2a4e-46e9-a701-8c6d532a0ab5 - - - - -] Sending created Load Balancer be8491c0-5ef5-4577-b918-035d59e6a7a1 to the handler 2019-06-07 06:10:46.850 10556 INFO octavia.api.v2.controllers.listener [req-363e3ef6-7c07-43c1-8a95-bc7a9ccbe84a - - - - -] Sending Creation of Listener bca8937c-cad7-4982-abb2-6b3020b8fc91 to handler 2019-06-07 06:10:47.045 10556 INFO octavia.api.v2.controllers.pool [req-8efc7999-ef0c-4728-9e03-92836f0076ce - - - - -] Sending Creation of Pool b98ee932-780f-446c-ae88-523b2ec21026 to handler 2019-06-07 06:10:47.263 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.268 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wxqsaklkfi 2019-06-07 06:10:47.268 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_bad_session_persistence [0.768560s] ... ok 2019-06-07 06:10:51.297 10538 INFO oslo_db.sqlalchemy.provision [req-d468df00-51e8-451f-bf66-7f91cf7e9f67 - - - - -] CREATE BACKEND sqlite:// TOKEN mxsnehlvwj 2019-06-07 06:10:51.439 10538 INFO octavia.common.config [req-d468df00-51e8-451f-bf66-7f91cf7e9f67 - - - - -] Logging enabled! 2019-06-07 06:10:51.440 10538 INFO octavia.common.config [req-d468df00-51e8-451f-bf66-7f91cf7e9f67 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.478 10538 WARNING octavia.api.root_controller [req-d468df00-51e8-451f-bf66-7f91cf7e9f67 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.560 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.563 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mxsnehlvwj 2019-06-07 06:10:51.564 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_sorted [0.272664s] ... ok 2019-06-07 06:10:50.107 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] CREATE BACKEND sqlite:// TOKEN ncuqjrkefz 2019-06-07 06:10:50.328 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.332 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ncuqjrkefz 2019-06-07 06:10:50.333 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listeners_pools_refs_with_disabled_l7policy [0.232471s] ... ok 2019-06-07 06:10:40.395 10529 INFO oslo_db.sqlalchemy.provision [req-07ac0b9f-a45a-4a32-bf6c-55ca43d794c2 - - - - -] CREATE BACKEND sqlite:// TOKEN gfzmrhcfjd 2019-06-07 06:10:40.562 10529 INFO octavia.common.config [req-07ac0b9f-a45a-4a32-bf6c-55ca43d794c2 - - - - -] Logging enabled! 2019-06-07 06:10:40.563 10529 INFO octavia.common.config [req-07ac0b9f-a45a-4a32-bf6c-55ca43d794c2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:40.611 10529 WARNING octavia.api.root_controller [req-07ac0b9f-a45a-4a32-bf6c-55ca43d794c2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:40.640 10529 INFO octavia.api.v2.controllers.load_balancer [req-17d0922b-1226-44b3-9208-ee565a8ea4d1 - - - - -] Sending created Load Balancer 0728271c-484d-4dc2-8fa0-8c2b87c64734 to the handler 2019-06-07 06:10:40.736 10529 INFO octavia.api.v2.controllers.listener [req-65aa0710-84eb-4470-ba36-6e79cdc95b88 - - - - -] Sending Creation of Listener d629990b-a043-476d-9bf5-22a66892fddb to handler 2019-06-07 06:10:40.914 10529 INFO octavia.api.v2.controllers.l7policy [req-c787ebbb-f427-4b20-87b2-e0eb0e2c7ac1 - - - - -] Sending Creation of L7Policy 8509a55b-511f-4deb-87d4-343e7a08a942 to handler 2019-06-07 06:10:41.261 10529 INFO octavia.api.v2.controllers.l7rule [req-3e336cd5-cbd2-439f-98b8-f39c31d73e16 - - - - -] Sending Creation of L7Rule 2a550aeb-0dca-4b9a-b0a1-1128e2c1ab0b to handler 2019-06-07 06:10:41.852 10529 INFO octavia.api.v2.controllers.load_balancer [req-5139206b-9062-4fca-9598-777f167bd60e - - - - -] Sending updated Load Balancer 0728271c-484d-4dc2-8fa0-8c2b87c64734 to the handler 2019-06-07 06:10:41.951 10529 INFO octavia.api.v2.controllers.l7rule [req-ef876999-e31e-45dd-9858-9ee06b2f9807 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:41.977 10529 INFO oslo_db.sqlalchemy.provision [req-ef876999-e31e-45dd-9858-9ee06b2f9807 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:41.983 10529 INFO oslo_db.sqlalchemy.provision [req-ef876999-e31e-45dd-9858-9ee06b2f9807 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gfzmrhcfjd 2019-06-07 06:10:41.984 10529 INFO oslo_db.sqlalchemy.provision [req-ef876999-e31e-45dd-9858-9ee06b2f9807 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_when_lb_pending_update [1.595774s] ... ok 2019-06-07 06:10:46.847 10540 INFO oslo_db.sqlalchemy.provision [req-d57e9ac2-18d4-4088-aec9-59d5e119ad98 - - - - -] CREATE BACKEND sqlite:// TOKEN zizvqcnoxo 2019-06-07 06:10:47.011 10540 INFO octavia.common.config [req-d57e9ac2-18d4-4088-aec9-59d5e119ad98 - - - - -] Logging enabled! 2019-06-07 06:10:47.012 10540 INFO octavia.common.config [req-d57e9ac2-18d4-4088-aec9-59d5e119ad98 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.065 10540 WARNING octavia.api.root_controller [req-d57e9ac2-18d4-4088-aec9-59d5e119ad98 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.092 10540 INFO octavia.api.v2.controllers.load_balancer [req-83e71aec-6f38-4a2d-b505-6326534f6d8b - - - - -] Sending created Load Balancer 934824ab-d4e6-4ae3-8a18-3b43ffa48a58 to the handler 2019-06-07 06:10:47.180 10540 INFO octavia.api.v2.controllers.listener [req-b8870b72-6e36-48b6-86b3-1ae420734ca3 - - - - -] Sending Creation of Listener 705be63c-693c-4d33-87ff-23cfa68fd4b5 to handler 2019-06-07 06:10:47.343 10540 INFO octavia.api.v2.controllers.pool [req-1b3add42-921c-4edd-a09b-b301c003787b - - - - -] Sending Creation of Pool ff5600da-5f3f-4f08-9bce-85599e3bdbee to handler 2019-06-07 06:10:47.571 10540 INFO oslo_db.sqlalchemy.provision [req-8be38b40-d19f-47ba-a0fb-915c7ddb435b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.575 10540 INFO oslo_db.sqlalchemy.provision [req-8be38b40-d19f-47ba-a0fb-915c7ddb435b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zizvqcnoxo 2019-06-07 06:10:47.575 10540 INFO oslo_db.sqlalchemy.provision [req-8be38b40-d19f-47ba-a0fb-915c7ddb435b - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_with_listener [0.735430s] ... ok 2019-06-07 06:10:46.719 10543 INFO oslo_db.sqlalchemy.provision [req-dcd208d0-5b45-4712-aa9c-af4b0f36596b - - - - -] CREATE BACKEND sqlite:// TOKEN qszlngpopz 2019-06-07 06:10:46.889 10543 INFO octavia.common.config [req-dcd208d0-5b45-4712-aa9c-af4b0f36596b - - - - -] Logging enabled! 2019-06-07 06:10:46.890 10543 INFO octavia.common.config [req-dcd208d0-5b45-4712-aa9c-af4b0f36596b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.938 10543 WARNING octavia.api.root_controller [req-dcd208d0-5b45-4712-aa9c-af4b0f36596b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.965 10543 INFO octavia.api.v2.controllers.load_balancer [req-8f31f261-73f0-4870-a074-976aca2746b9 - - - - -] Sending created Load Balancer 462a35c1-b898-4ad9-9d22-1e102a927de7 to the handler 2019-06-07 06:10:47.053 10543 INFO octavia.api.v2.controllers.listener [req-b47215f2-559c-4e60-b095-b6e1691edf57 - - - - -] Sending Creation of Listener 51d2f761-0b23-4dce-92c5-5da67617b821 to handler 2019-06-07 06:10:47.191 10543 INFO octavia.api.v2.controllers.pool [req-ad8ff9e2-e24c-45e0-bb86-47463f181077 - - - - -] Sending Creation of Pool fff4726f-2be9-4b9b-b6fd-1ffb1579c638 to handler 2019-06-07 06:10:47.408 10543 INFO octavia.api.v2.controllers.pool [req-65e7b7c6-4988-4d40-af9d-e3ad7651c426 - - - - -] Sending Creation of Pool 88482033-d7db-411e-b4f8-87ad6cf0a2fa to handler 2019-06-07 06:10:47.661 10543 INFO octavia.api.v2.controllers.member [req-d0c81016-c7c0-4a5e-95d7-77a897665ae9 - - - - -] Sending Creation of Member 1b889e31-6d0e-4059-877b-075afa6be162 to handler 2019-06-07 06:10:47.865 10543 INFO octavia.api.v2.controllers.load_balancer [req-4fac34a5-2df6-44a1-9403-869ef131b944 - - - - -] Sending deleted Load Balancer 462a35c1-b898-4ad9-9d22-1e102a927de7 to the handler 2019-06-07 06:10:47.932 10543 INFO octavia.api.v2.controllers.member [req-eed4935d-7f5a-4e66-b75d-459b4ebfb065 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:47.957 10543 INFO oslo_db.sqlalchemy.provision [req-eed4935d-7f5a-4e66-b75d-459b4ebfb065 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.961 10543 INFO oslo_db.sqlalchemy.provision [req-eed4935d-7f5a-4e66-b75d-459b4ebfb065 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qszlngpopz 2019-06-07 06:10:47.962 10543 INFO oslo_db.sqlalchemy.provision [req-eed4935d-7f5a-4e66-b75d-459b4ebfb065 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_member.TestMember.test_update_when_lb_pending_delete [1.249455s] ... ok 2019-06-07 06:10:44.878 10531 INFO oslo_db.sqlalchemy.provision [req-ed256fbf-3606-4fd8-b6fa-e305b521a773 - - - - -] CREATE BACKEND sqlite:// TOKEN gtfhzeddxg 2019-06-07 06:10:45.041 10531 INFO octavia.common.config [req-ed256fbf-3606-4fd8-b6fa-e305b521a773 - - - - -] Logging enabled! 2019-06-07 06:10:45.042 10531 INFO octavia.common.config [req-ed256fbf-3606-4fd8-b6fa-e305b521a773 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.089 10531 WARNING octavia.api.root_controller [req-ed256fbf-3606-4fd8-b6fa-e305b521a773 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.116 10531 INFO octavia.api.v2.controllers.load_balancer [req-39883cb2-30c1-43ec-b9db-2667db894762 - - - - -] Sending created Load Balancer d84a9fda-5639-4485-9c05-8ccd908d9cee to the handler 2019-06-07 06:10:45.203 10531 INFO octavia.api.v2.controllers.pool [req-20c8b414-6db4-42ec-8d82-ff8ec7c2cc16 - - - - -] Sending Creation of Pool fb1443b8-fcd6-4a88-84b3-03b6343551ed to handler 2019-06-07 06:10:45.339 10531 INFO octavia.api.v2.controllers.listener [req-4ead9cc3-fb64-4104-9005-9222330ec925 - - - - -] Sending Creation of Listener 5f4648c2-647a-4c52-8c1c-4331b4ab998c to handler 2019-06-07 06:10:45.534 10531 INFO oslo_db.sqlalchemy.provision [req-86e3ca78-dc2c-43ff-9464-7874cfebb0ca - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.537 10531 INFO oslo_db.sqlalchemy.provision [req-86e3ca78-dc2c-43ff-9464-7874cfebb0ca - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gtfhzeddxg 2019-06-07 06:10:45.538 10531 INFO oslo_db.sqlalchemy.provision [req-86e3ca78-dc2c-43ff-9464-7874cfebb0ca - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_empty_body [0.666430s] ... ok 2019-06-07 06:10:54.304 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] CREATE BACKEND sqlite:// TOKEN tiqlajaqnw 2019-06-07 06:10:54.412 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.414 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tiqlajaqnw 2019-06-07 06:10:54.414 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_get_all_return_value [0.113644s] ... ok 2019-06-07 06:11:08.745 10539 INFO octavia.api.v2.controllers.l7rule [req-99226a92-018f-4690-96d6-bedfac18ad01 - - - - -] Sending Creation of L7Rule 76be618e-7848-4e6a-8ef0-0354a32ebdb7 to handler 2019-06-07 06:10:48.455 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] CREATE BACKEND sqlite:// TOKEN ulztfofqgm 2019-06-07 06:10:48.658 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.662 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ulztfofqgm 2019-06-07 06:10:48.663 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get [0.214263s] ... ok 2019-06-07 06:10:49.463 10536 INFO oslo_db.sqlalchemy.provision [req-3cc31b38-6414-4b35-852a-ee2699ba7bbf - - - - -] CREATE BACKEND sqlite:// TOKEN woxiknqcio 2019-06-07 06:10:49.626 10536 INFO octavia.common.config [req-3cc31b38-6414-4b35-852a-ee2699ba7bbf - - - - -] Logging enabled! 2019-06-07 06:10:49.627 10536 INFO octavia.common.config [req-3cc31b38-6414-4b35-852a-ee2699ba7bbf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.671 10536 WARNING octavia.api.root_controller [req-3cc31b38-6414-4b35-852a-ee2699ba7bbf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.702 10536 INFO octavia.api.v2.controllers.load_balancer [req-6b5caac4-8fb6-4786-8d93-680358246e28 - - - - -] Sending created Load Balancer eeea8f57-7ac6-4c28-b3a9-2877336d06fc to the handler 2019-06-07 06:10:49.795 10536 INFO octavia.api.v2.controllers.listener [req-a7447043-7893-4446-9f0b-4ebb90e09286 - - - - -] Sending Creation of Listener c6aa5e17-d5f7-4a04-a8ed-cfd58af1d681 to handler 2019-06-07 06:10:49.963 10536 INFO octavia.api.v2.controllers.l7policy [req-dbe8c6e0-8580-45ab-93bb-6f9eb5055cfc - - - - -] Sending Creation of L7Policy fe053c5c-87c3-4758-97e5-8031814e90b7 to handler 2019-06-07 06:10:50.254 10536 INFO octavia.api.v2.controllers.l7rule [req-efa7968e-4cf5-47b1-b544-7dec7b3470e5 - - - - -] Sending Creation of L7Rule 2a4b5391-f274-42c4-bc63-4a9bd291a1ac to handler 2019-06-07 06:10:50.596 10536 INFO octavia.api.v2.controllers.l7rule [req-cc99d47b-3b91-46a0-bcb4-d4eda3a159a7 - - - - -] Sending Creation of L7Rule 90e6de97-6732-4e45-b55c-e33bbd466fdf to handler 2019-06-07 06:10:50.917 10536 INFO oslo_db.sqlalchemy.provision [req-756481c6-0ed8-4d4d-ad32-9f57f4ac0988 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.921 10536 INFO oslo_db.sqlalchemy.provision [req-756481c6-0ed8-4d4d-ad32-9f57f4ac0988 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN woxiknqcio 2019-06-07 06:10:50.922 10536 INFO oslo_db.sqlalchemy.provision [req-756481c6-0ed8-4d4d-ad32-9f57f4ac0988 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_authorized [1.465676s] ... ok 2019-06-07 06:10:51.396 10548 INFO oslo_db.sqlalchemy.provision [req-82fec97f-e206-4ed6-894c-39fa0840953c - - - - -] CREATE BACKEND sqlite:// TOKEN efxfbodumq 2019-06-07 06:10:51.562 10548 INFO octavia.common.config [req-82fec97f-e206-4ed6-894c-39fa0840953c - - - - -] Logging enabled! 2019-06-07 06:10:51.563 10548 INFO octavia.common.config [req-82fec97f-e206-4ed6-894c-39fa0840953c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.610 10548 WARNING octavia.api.root_controller [req-82fec97f-e206-4ed6-894c-39fa0840953c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.637 10548 INFO octavia.api.v2.controllers.load_balancer [req-55df68cc-8d0a-407a-a7e0-c16b79f71eee - - - - -] Sending created Load Balancer b0eedd46-1b4a-44bb-9c86-ad2fe4db70d9 to the handler 2019-06-07 06:10:51.724 10548 INFO octavia.api.v2.controllers.listener [req-cff65411-ac3f-4756-aca8-065a882918ca - - - - -] Sending Creation of Listener ef055e0f-83e8-4884-a60f-7bfcae29e51d to handler 2019-06-07 06:10:51.877 10548 INFO octavia.api.v2.controllers.pool [req-dbac724f-dc6f-4cba-a88e-853246ded319 - - - - -] Sending Creation of Pool c36e7a49-4410-4f3b-a497-830b9b00544b to handler 2019-06-07 06:10:52.057 10548 INFO octavia.api.v2.controllers.health_monitor [req-9f05cf5a-b0ab-4914-87e8-e9087a4b9f81 - - - - -] Sending Creation of Health Monitor 71c31d5a-7a7f-49ea-bc88-bb89e53ff64f to handler 2019-06-07 06:10:52.150 10548 INFO oslo_db.sqlalchemy.provision [req-5ab61439-5fd2-4139-8fa7-6a0d5ccc3972 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.153 10548 INFO oslo_db.sqlalchemy.provision [req-5ab61439-5fd2-4139-8fa7-6a0d5ccc3972 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN efxfbodumq 2019-06-07 06:10:52.154 10548 INFO oslo_db.sqlalchemy.provision [req-5ab61439-5fd2-4139-8fa7-6a0d5ccc3972 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_health_monitor [0.765594s] ... ok 2019-06-07 06:10:43.057 10530 INFO oslo_db.sqlalchemy.provision [req-cc3fe7d1-4661-41c0-a4b2-60c88910d448 - - - - -] CREATE BACKEND sqlite:// TOKEN zcctihmncs 2019-06-07 06:10:43.235 10530 INFO octavia.common.config [req-cc3fe7d1-4661-41c0-a4b2-60c88910d448 - - - - -] Logging enabled! 2019-06-07 06:10:43.236 10530 INFO octavia.common.config [req-cc3fe7d1-4661-41c0-a4b2-60c88910d448 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.285 10530 WARNING octavia.api.root_controller [req-cc3fe7d1-4661-41c0-a4b2-60c88910d448 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.312 10530 INFO octavia.api.v2.controllers.load_balancer [req-fe507729-e73c-4b47-9d72-a63f4f2b876d - - - - -] Sending created Load Balancer f42c218d-39a8-456d-9851-cca0b6cdf191 to the handler 2019-06-07 06:10:43.396 10530 INFO octavia.api.v2.controllers.listener [req-7a9d078e-f8d6-4ff1-802d-496ab5f71c8a - - - - -] Sending Creation of Listener b845094b-56e2-45a7-9fe3-344bf3734989 to handler 2019-06-07 06:10:43.544 10530 INFO octavia.api.v2.controllers.pool [req-a18773b9-ff4c-43b2-bb98-8a0673686259 - - - - -] Sending Creation of Pool b0ae4bee-91c3-4bfe-9b5c-7d39e4aba943 to handler 2019-06-07 06:10:43.763 10530 INFO octavia.api.v2.controllers.pool [req-0d9c654b-dff1-40f2-af0f-89b4f580f098 - - - - -] Sending Creation of Pool c642df32-4a40-43eb-a785-b230ae629618 to handler 2019-06-07 06:10:44.027 10530 INFO octavia.api.v2.controllers.member [req-a4ce73b6-3274-48ae-84dd-21ee67414462 - - - - -] Sending Creation of Member 3356f7da-52d8-47b0-986f-7cccbba88ee8 to handler 2019-06-07 06:10:44.218 10530 INFO octavia.api.v2.controllers.load_balancer [req-cc6a07f3-d97c-4558-acc4-1e76f2cc90ae - - - - -] Sending updated Load Balancer f42c218d-39a8-456d-9851-cca0b6cdf191 to the handler 2019-06-07 06:10:44.371 10530 INFO octavia.api.v2.controllers.member [req-95b30690-2e99-4758-903b-dde4596e4dae - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:44.396 10530 INFO oslo_db.sqlalchemy.provision [req-95b30690-2e99-4758-903b-dde4596e4dae - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.400 10530 INFO oslo_db.sqlalchemy.provision [req-95b30690-2e99-4758-903b-dde4596e4dae - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zcctihmncs 2019-06-07 06:10:44.401 10530 INFO oslo_db.sqlalchemy.provision [req-95b30690-2e99-4758-903b-dde4596e4dae - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_create_when_lb_pending_update [1.351078s] ... ok 2019-06-07 06:10:53.079 10532 INFO oslo_db.sqlalchemy.provision [req-b3a2c513-3e74-4e57-822a-dd50f0dd188e - - - - -] CREATE BACKEND sqlite:// TOKEN shjxcqyllt 2019-06-07 06:10:53.175 10532 INFO octavia.common.config [req-b3a2c513-3e74-4e57-822a-dd50f0dd188e - - - - -] Logging enabled! 2019-06-07 06:10:53.176 10532 INFO octavia.common.config [req-b3a2c513-3e74-4e57-822a-dd50f0dd188e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:53.201 10532 WARNING octavia.api.root_controller [req-b3a2c513-3e74-4e57-822a-dd50f0dd188e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:53.217 10532 INFO octavia.api.v2.controllers.load_balancer [req-b4dd0246-a90c-4d20-acea-7a97aa436879 - - - - -] Sending created Load Balancer 4513a719-d26d-44f7-8855-afba7a1e49c2 to the handler 2019-06-07 06:10:53.270 10532 INFO octavia.api.v2.controllers.listener [req-ea6efb18-b865-4735-8a8c-699fb918e124 - - - - -] Sending Creation of Listener c123f617-2d9e-4380-b671-b557b982dd1d to handler 2019-06-07 06:10:53.370 10532 INFO oslo_db.sqlalchemy.provision [req-71a27e5a-ba35-4fb5-92b7-05a3658057cc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.372 10532 INFO oslo_db.sqlalchemy.provision [req-71a27e5a-ba35-4fb5-92b7-05a3658057cc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN shjxcqyllt 2019-06-07 06:10:53.373 10532 INFO oslo_db.sqlalchemy.provision [req-71a27e5a-ba35-4fb5-92b7-05a3658057cc - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_create [0.297857s] ... ok 2019-06-07 06:10:44.212 10557 INFO oslo_db.sqlalchemy.provision [req-9bac10ce-2793-4783-8752-2e6f54c621bd - - - - -] CREATE BACKEND sqlite:// TOKEN kaighrowss 2019-06-07 06:10:44.375 10557 INFO octavia.common.config [req-9bac10ce-2793-4783-8752-2e6f54c621bd - - - - -] Logging enabled! 2019-06-07 06:10:44.376 10557 INFO octavia.common.config [req-9bac10ce-2793-4783-8752-2e6f54c621bd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.421 10557 WARNING octavia.api.root_controller [req-9bac10ce-2793-4783-8752-2e6f54c621bd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.516 10557 INFO octavia.api.v2.controllers.load_balancer [req-102e97a5-f4a8-415e-81f9-3c8e8b9bb6a9 - - - - -] Sending created Load Balancer 405a240d-65a9-4353-a002-abee3e481889 to the handler 2019-06-07 06:10:44.576 10557 INFO oslo_db.sqlalchemy.provision [req-102e97a5-f4a8-415e-81f9-3c8e8b9bb6a9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.580 10557 INFO oslo_db.sqlalchemy.provision [req-102e97a5-f4a8-415e-81f9-3c8e8b9bb6a9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kaighrowss 2019-06-07 06:10:44.581 10557 INFO oslo_db.sqlalchemy.provision [req-102e97a5-f4a8-415e-81f9-3c8e8b9bb6a9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_no_rule [0.374526s] ... ok 2019-06-07 06:10:48.223 10552 INFO oslo_db.sqlalchemy.provision [req-762c2268-7970-4312-b0c4-d1b70ea389ff - - - - -] CREATE BACKEND sqlite:// TOKEN poevkghhzv 2019-06-07 06:10:48.388 10552 INFO octavia.common.config [req-762c2268-7970-4312-b0c4-d1b70ea389ff - - - - -] Logging enabled! 2019-06-07 06:10:48.389 10552 INFO octavia.common.config [req-762c2268-7970-4312-b0c4-d1b70ea389ff - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.436 10552 WARNING octavia.api.root_controller [req-762c2268-7970-4312-b0c4-d1b70ea389ff - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.522 10552 INFO oslo_db.sqlalchemy.provision [req-e360511d-7584-4d2d-a58b-33d0bbd6eebf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.526 10552 INFO oslo_db.sqlalchemy.provision [req-e360511d-7584-4d2d-a58b-33d0bbd6eebf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN poevkghhzv 2019-06-07 06:10:48.526 10552 INFO oslo_db.sqlalchemy.provision [req-e360511d-7584-4d2d-a58b-33d0bbd6eebf - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:54.696 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] CREATE BACKEND sqlite:// TOKEN dryxndxyih 2019-06-07 06:10:54.820 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.823 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dryxndxyih 2019-06-07 06:10:54.823 10537 INFO oslo_db.sqlalchemy.provision [req-25052ff0-be32-4a4b-acc4-c5aea1bf273b - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_get [0.130965s] ... ok {24} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_quotas_not_Authorized_member [0.310358s] ... ok 2019-06-07 06:10:51.573 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] CREATE BACKEND sqlite:// TOKEN cdporlreth 2019-06-07 06:10:51.759 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.763 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cdporlreth 2019-06-07 06:10:51.763 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_models.AmphoraHealthModelTest.test_update [0.198667s] ... ok 2019-06-07 06:10:50.339 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] CREATE BACKEND sqlite:// TOKEN hdvaxmfezq 2019-06-07 06:10:50.522 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.525 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hdvaxmfezq 2019-06-07 06:10:50.526 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.db.test_models.ListenerModelTest.test_pools_list [0.192690s] ... ok 2019-06-07 06:10:44.404 10549 INFO oslo_db.sqlalchemy.provision [req-9bd65b8c-5e56-4292-bafe-53ac986f1110 - - - - -] CREATE BACKEND sqlite:// TOKEN blkycpburx 2019-06-07 06:10:44.567 10549 INFO octavia.common.config [req-9bd65b8c-5e56-4292-bafe-53ac986f1110 - - - - -] Logging enabled! 2019-06-07 06:10:44.568 10549 INFO octavia.common.config [req-9bd65b8c-5e56-4292-bafe-53ac986f1110 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.615 10549 WARNING octavia.api.root_controller [req-9bd65b8c-5e56-4292-bafe-53ac986f1110 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.652 10549 INFO oslo_db.sqlalchemy.provision [req-11f4657e-a60d-45cf-8886-8db42acd7b6a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.656 10549 INFO oslo_db.sqlalchemy.provision [req-11f4657e-a60d-45cf-8886-8db42acd7b6a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN blkycpburx 2019-06-07 06:10:44.656 10549 INFO oslo_db.sqlalchemy.provision [req-11f4657e-a60d-45cf-8886-8db42acd7b6a - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_disallowed_network_id [0.258185s] ... ok 2019-06-07 06:10:47.277 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN chctvxkwrl 2019-06-07 06:10:47.488 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.493 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN chctvxkwrl 2019-06-07 06:10:47.493 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_pool_relationship [0.223598s] ... ok 2019-06-07 06:10:49.026 10553 INFO oslo_db.sqlalchemy.provision [req-9246a2db-d41e-46e9-91cc-7a1f90aa5523 - - - - -] CREATE BACKEND sqlite:// TOKEN ftfuuihgot 2019-06-07 06:10:49.190 10553 INFO octavia.common.config [req-9246a2db-d41e-46e9-91cc-7a1f90aa5523 - - - - -] Logging enabled! 2019-06-07 06:10:49.191 10553 INFO octavia.common.config [req-9246a2db-d41e-46e9-91cc-7a1f90aa5523 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.241 10553 WARNING octavia.api.root_controller [req-9246a2db-d41e-46e9-91cc-7a1f90aa5523 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.269 10553 INFO octavia.api.v2.controllers.load_balancer [req-72972051-9940-416d-9a3c-32789fcb9996 - - - - -] Sending created Load Balancer bf06812a-e6ef-45a0-bb63-cc12786085c3 to the handler 2019-06-07 06:10:49.353 10553 INFO octavia.api.v2.controllers.listener [req-a773f756-1ac6-40fc-b087-d432af9d590d - - - - -] Sending Creation of Listener 41a559fc-0c63-4c00-939b-38754a9ad000 to handler 2019-06-07 06:10:49.504 10553 INFO octavia.api.v2.controllers.pool [req-303f6d36-d56b-4b31-89f1-319dcbdcc6f8 - - - - -] Sending Creation of Pool 61d39b6f-5914-4cca-8fb8-5158419e0862 to handler 2019-06-07 06:10:49.657 10553 INFO oslo_db.sqlalchemy.provision [req-6f4f5758-cda3-4d8a-b201-cc1b6f268ebc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.661 10553 INFO oslo_db.sqlalchemy.provision [req-6f4f5758-cda3-4d8a-b201-cc1b6f268ebc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ftfuuihgot 2019-06-07 06:10:49.661 10553 INFO oslo_db.sqlalchemy.provision [req-6f4f5758-cda3-4d8a-b201-cc1b6f268ebc - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_sans_listener [0.642614s] ... ok 2019-06-07 06:10:46.440 10541 INFO oslo_db.sqlalchemy.provision [req-8f6e2014-479c-422a-9bda-ba77e666d7be - - - - -] CREATE BACKEND sqlite:// TOKEN tufleprcmg 2019-06-07 06:10:46.601 10541 INFO octavia.common.config [req-8f6e2014-479c-422a-9bda-ba77e666d7be - - - - -] Logging enabled! 2019-06-07 06:10:46.601 10541 INFO octavia.common.config [req-8f6e2014-479c-422a-9bda-ba77e666d7be - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.649 10541 WARNING octavia.api.root_controller [req-8f6e2014-479c-422a-9bda-ba77e666d7be - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.676 10541 INFO octavia.api.v2.controllers.load_balancer [req-b126293c-f75a-48d5-a363-fd3fa4eb5629 - - - - -] Sending created Load Balancer de5b4414-e905-46cd-8384-90deaa4d6165 to the handler 2019-06-07 06:10:46.765 10541 INFO octavia.api.v2.controllers.pool [req-fa0d5055-11e8-45f7-9181-4944c2864de3 - - - - -] Sending Creation of Pool 8616b7fb-aba9-4b94-9a6d-4674ddb34a1d to handler 2019-06-07 06:10:46.905 10541 INFO octavia.api.v2.controllers.listener [req-6a6d8b8b-c7a0-47da-afae-2ea7b969aac4 - - - - -] Sending Creation of Listener bf5af677-11f5-45b8-852e-228b2f7f7a21 to handler 2019-06-07 06:10:47.112 10541 INFO oslo_db.sqlalchemy.provision [req-0edd6303-9266-4fa8-9264-bb9b19eb1828 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.115 10541 INFO oslo_db.sqlalchemy.provision [req-0edd6303-9266-4fa8-9264-bb9b19eb1828 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tufleprcmg 2019-06-07 06:10:47.116 10541 INFO oslo_db.sqlalchemy.provision [req-0edd6303-9266-4fa8-9264-bb9b19eb1828 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_listeners_same_port [0.683384s] ... ok 2019-06-07 06:10:54.418 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] CREATE BACKEND sqlite:// TOKEN cagbqhtnvq 2019-06-07 06:10:54.544 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.547 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cagbqhtnvq 2019-06-07 06:10:54.547 10534 INFO oslo_db.sqlalchemy.provision [req-ae83c9e9-8c4e-43d6-a9bc-beae914a04e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_delete [0.132505s] ... ok 2019-06-07 06:10:48.833 10535 INFO oslo_db.sqlalchemy.provision [req-18dd563b-7f54-48e8-ac31-333a9f72491a - - - - -] CREATE BACKEND sqlite:// TOKEN jomgerjhle 2019-06-07 06:10:48.996 10535 INFO octavia.common.config [req-18dd563b-7f54-48e8-ac31-333a9f72491a - - - - -] Logging enabled! 2019-06-07 06:10:48.997 10535 INFO octavia.common.config [req-18dd563b-7f54-48e8-ac31-333a9f72491a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.044 10535 WARNING octavia.api.root_controller [req-18dd563b-7f54-48e8-ac31-333a9f72491a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.070 10535 INFO octavia.api.v2.controllers.load_balancer [req-649f3776-bde1-4323-afe9-40941eae0c86 - - - - -] Sending created Load Balancer 675dad11-8cd1-46ca-932d-35b774706631 to the handler 2019-06-07 06:10:49.156 10535 INFO octavia.api.v2.controllers.listener [req-430e90d2-a21d-4b49-b645-1d8f1839a2bf - - - - -] Sending Creation of Listener 5541f735-3142-49b4-9df2-8e956b1e43b4 to handler 2019-06-07 06:10:49.334 10535 INFO octavia.api.v2.controllers.pool [req-d385f562-4d67-4fe8-adb9-1ae4d39b1d97 - - - - -] Sending Creation of Pool 4d8dba42-1b0f-45c1-b62e-67b1b1eba028 to handler 2019-06-07 06:10:49.506 10535 INFO octavia.api.v2.controllers.load_balancer [req-4fe54a14-be9d-4c17-a6e1-01c5b97568d7 - - - - -] Sending updated Load Balancer 675dad11-8cd1-46ca-932d-35b774706631 to the handler 2019-06-07 06:10:49.574 10535 INFO octavia.api.v2.controllers.pool [req-2676fc64-487c-45db-a3f4-f33964c50dcd - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:49.599 10535 INFO oslo_db.sqlalchemy.provision [req-2676fc64-487c-45db-a3f4-f33964c50dcd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.603 10535 INFO oslo_db.sqlalchemy.provision [req-2676fc64-487c-45db-a3f4-f33964c50dcd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jomgerjhle 2019-06-07 06:10:49.604 10535 INFO oslo_db.sqlalchemy.provision [req-2676fc64-487c-45db-a3f4-f33964c50dcd - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_when_lb_pending_update [0.777013s] ... ok 2019-06-07 06:10:48.670 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] CREATE BACKEND sqlite:// TOKEN irhogqmhjo 2019-06-07 06:10:48.926 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.930 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN irhogqmhjo 2019-06-07 06:10:48.931 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create_with_invalid_redirect_pool_id [0.267513s] ... ok 2019-06-07 06:10:48.063 10555 INFO oslo_db.sqlalchemy.provision [req-9db576ac-f029-4c6a-8bc7-883f611e6728 - - - - -] CREATE BACKEND sqlite:// TOKEN lrigmicuma 2019-06-07 06:10:48.225 10555 INFO octavia.common.config [req-9db576ac-f029-4c6a-8bc7-883f611e6728 - - - - -] Logging enabled! 2019-06-07 06:10:48.225 10555 INFO octavia.common.config [req-9db576ac-f029-4c6a-8bc7-883f611e6728 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.271 10555 WARNING octavia.api.root_controller [req-9db576ac-f029-4c6a-8bc7-883f611e6728 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.380 10555 INFO oslo_db.sqlalchemy.provision [req-79aa793d-0413-4548-9efc-bb29933960f7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.384 10555 INFO oslo_db.sqlalchemy.provision [req-79aa793d-0413-4548-9efc-bb29933960f7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lrigmicuma 2019-06-07 06:10:48.385 10555 INFO oslo_db.sqlalchemy.provision [req-79aa793d-0413-4548-9efc-bb29933960f7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_listeners [0.329261s] ... ok 2019-06-07 06:10:45.880 10545 INFO oslo_db.sqlalchemy.provision [req-a5eaadbd-3f3f-4fe6-8079-9c47005f41fb - - - - -] CREATE BACKEND sqlite:// TOKEN mwraljdymd 2019-06-07 06:10:46.042 10545 INFO octavia.common.config [req-a5eaadbd-3f3f-4fe6-8079-9c47005f41fb - - - - -] Logging enabled! 2019-06-07 06:10:46.043 10545 INFO octavia.common.config [req-a5eaadbd-3f3f-4fe6-8079-9c47005f41fb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.090 10545 WARNING octavia.api.root_controller [req-a5eaadbd-3f3f-4fe6-8079-9c47005f41fb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.117 10545 INFO octavia.api.v2.controllers.load_balancer [req-da640f64-efdc-44a7-a218-1d09dc5e7450 - - - - -] Sending created Load Balancer b53f71e1-5389-4750-bc73-a14f00169a2c to the handler 2019-06-07 06:10:46.207 10545 INFO octavia.api.v2.controllers.listener [req-b6887a92-9292-402f-a3ec-555b71deca61 - - - - -] Sending Creation of Listener 39e94b19-13d5-4fc4-b7e4-a2dc0235b261 to handler 2019-06-07 06:10:46.375 10545 INFO octavia.api.v2.controllers.l7policy [req-2e8cad44-3ded-4bd2-a9f4-8e4709a2f92a - - - - -] Sending Creation of L7Policy 396f6703-fe67-46de-bf75-dacb328a61c5 to handler 2019-06-07 06:10:46.636 10545 INFO octavia.api.v2.controllers.l7rule [req-64ee7f74-d395-465e-a263-615a04adfb33 - - - - -] Sending Creation of L7Rule ee70d2e4-b954-4fa7-ad47-d223edbd0595 to handler 2019-06-07 06:10:46.707 10545 INFO oslo_db.sqlalchemy.provision [req-2d2b183f-3d15-4dce-aba4-762b9de8d503 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.711 10545 INFO oslo_db.sqlalchemy.provision [req-2d2b183f-3d15-4dce-aba4-762b9de8d503 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mwraljdymd 2019-06-07 06:10:46.712 10545 INFO oslo_db.sqlalchemy.provision [req-2d2b183f-3d15-4dce-aba4-762b9de8d503 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get [0.837933s] ... ok 2019-06-07 06:10:49.258 10547 INFO oslo_db.sqlalchemy.provision [req-0e8cee75-4bd1-430f-961a-089481b10c46 - - - - -] CREATE BACKEND sqlite:// TOKEN quovwqazcs 2019-06-07 06:10:49.423 10547 INFO octavia.common.config [req-0e8cee75-4bd1-430f-961a-089481b10c46 - - - - -] Logging enabled! 2019-06-07 06:10:49.424 10547 INFO octavia.common.config [req-0e8cee75-4bd1-430f-961a-089481b10c46 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.473 10547 WARNING octavia.api.root_controller [req-0e8cee75-4bd1-430f-961a-089481b10c46 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.500 10547 INFO octavia.api.v2.controllers.load_balancer [req-4946fc27-e9d3-4a45-b830-1ffcdbb2a9a8 - - - - -] Sending created Load Balancer b0d7eb7e-4e35-4990-8b92-6d1c7f44e036 to the handler 2019-06-07 06:10:49.587 10547 INFO octavia.api.v2.controllers.listener [req-0808a504-2c29-4489-aec4-624bf83a57f8 - - - - -] Sending Creation of Listener ca6003fe-4b43-4a64-b5d0-41711cf0469d to handler 2019-06-07 06:10:49.705 10547 INFO octavia.api.v2.controllers.load_balancer [req-b3277461-eded-47d6-93f6-2fdeaa2f768a - - - - -] Sending created Load Balancer 9f34138e-afe9-4529-b0ff-f9edec596ec2 to the handler 2019-06-07 06:10:49.791 10547 INFO octavia.api.v2.controllers.pool [req-3438e5ce-a4ac-416d-80b0-db0344714c45 - - - - -] Sending Creation of Pool e47fdb7e-be94-4cb1-955f-05eb8bbbd69c to handler 2019-06-07 06:10:49.929 10547 INFO octavia.api.v2.controllers.pool [req-943374e4-8207-4aea-b559-104b7821607d - - - - -] Sending Creation of Pool 4bcf741b-0590-455e-8566-6e9cbdd4d208 to handler 2019-06-07 06:10:50.091 10547 INFO octavia.api.v2.controllers.pool [req-82c49ce1-cbc0-4083-8bea-379b69ea562e - - - - -] Sending Creation of Pool 95cffb37-51f0-41a7-a8d6-83fe2b6ab1b2 to handler 2019-06-07 06:10:50.318 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.322 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN quovwqazcs 2019-06-07 06:10:50.322 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_non_admin [1.070193s] ... ok 2019-06-07 06:10:47.500 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN yzpbcfokkg 2019-06-07 06:10:47.708 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.712 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yzpbcfokkg 2019-06-07 06:10:47.713 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_delete [0.219081s] ... ok 2019-06-07 06:10:50.534 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] CREATE BACKEND sqlite:// TOKEN tcgzghdvdw 2019-06-07 06:10:50.847 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.850 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tcgzghdvdw 2019-06-07 06:10:50.851 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_listener_statistics_tree [0.323935s] ... ok 2019-06-07 06:10:51.771 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] CREATE BACKEND sqlite:// TOKEN jaycwmipjk 2019-06-07 06:10:51.909 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.912 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jaycwmipjk 2019-06-07 06:10:51.913 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_update [0.147387s] ... ok 2019-06-07 06:10:50.816 10559 INFO oslo_db.sqlalchemy.provision [req-c9f4de0e-dcdb-49af-b435-ca1e7b982237 - - - - -] CREATE BACKEND sqlite:// TOKEN ugzquabhiz 2019-06-07 06:10:50.983 10559 INFO octavia.common.config [req-c9f4de0e-dcdb-49af-b435-ca1e7b982237 - - - - -] Logging enabled! 2019-06-07 06:10:50.983 10559 INFO octavia.common.config [req-c9f4de0e-dcdb-49af-b435-ca1e7b982237 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.029 10559 WARNING octavia.api.root_controller [req-c9f4de0e-dcdb-49af-b435-ca1e7b982237 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.056 10559 INFO octavia.api.v2.controllers.load_balancer [req-571166e0-ba8f-4b36-93f2-2f61bcfc39ce - - - - -] Sending created Load Balancer b4fa712a-93f1-4aaf-94d7-da6ae4879877 to the handler 2019-06-07 06:10:51.117 10559 INFO oslo_db.sqlalchemy.provision [req-85deed1b-2ef2-442e-b500-b46c0b48d9b2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.121 10559 INFO oslo_db.sqlalchemy.provision [req-85deed1b-2ef2-442e-b500-b46c0b48d9b2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ugzquabhiz 2019-06-07 06:10:51.122 10559 INFO oslo_db.sqlalchemy.provision [req-85deed1b-2ef2-442e-b500-b46c0b48d9b2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_status [0.311620s] ... ok 2019-06-07 06:10:49.845 10528 INFO oslo_db.sqlalchemy.provision [req-21eaa5ff-c879-4869-91b4-d28d4103ba69 - - - - -] CREATE BACKEND sqlite:// TOKEN ctzismmddq 2019-06-07 06:10:50.006 10528 INFO octavia.common.config [req-21eaa5ff-c879-4869-91b4-d28d4103ba69 - - - - -] Logging enabled! 2019-06-07 06:10:50.007 10528 INFO octavia.common.config [req-21eaa5ff-c879-4869-91b4-d28d4103ba69 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.053 10528 WARNING octavia.api.root_controller [req-21eaa5ff-c879-4869-91b4-d28d4103ba69 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.079 10528 INFO octavia.api.v2.controllers.load_balancer [req-2d02e30d-e174-44b2-9f17-23ee813c465b - - - - -] Sending created Load Balancer e324d512-6ab4-4aa0-a236-a7193f91207a to the handler 2019-06-07 06:10:50.163 10528 INFO octavia.api.v2.controllers.listener [req-e72e4ce6-2b25-4eac-b6a7-100eeef24b7d - - - - -] Sending Creation of Listener 3f2e9f95-7adb-4510-a14d-cd0cbf2e11c4 to handler 2019-06-07 06:10:50.344 10528 INFO octavia.api.v2.controllers.pool [req-c0a0864a-6bbe-4cfd-87f4-1c79fdde0273 - - - - -] Sending Creation of Pool 513e304d-7100-4271-a0aa-1a9bb0da68af to handler 2019-06-07 06:10:50.526 10528 INFO octavia.api.v2.controllers.pool [req-b7ed2581-4489-4320-b7cd-62470876f22e - - - - -] Sending Update of Pool 513e304d-7100-4271-a0aa-1a9bb0da68af to handler 2019-06-07 06:10:50.715 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.719 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ctzismmddq 2019-06-07 06:10:50.720 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_session_persistence [0.882087s] ... ok 2019-06-07 06:10:47.583 10540 INFO oslo_db.sqlalchemy.provision [req-8be38b40-d19f-47ba-a0fb-915c7ddb435b - - - - -] CREATE BACKEND sqlite:// TOKEN qqtxmtxrso 2019-06-07 06:10:47.747 10540 INFO octavia.common.config [req-8be38b40-d19f-47ba-a0fb-915c7ddb435b - - - - -] Logging enabled! 2019-06-07 06:10:47.748 10540 INFO octavia.common.config [req-8be38b40-d19f-47ba-a0fb-915c7ddb435b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.795 10540 WARNING octavia.api.root_controller [req-8be38b40-d19f-47ba-a0fb-915c7ddb435b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.905 10540 INFO oslo_db.sqlalchemy.provision [req-a2b7791d-ab65-4b45-9ccb-011200b89f6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.909 10540 INFO oslo_db.sqlalchemy.provision [req-a2b7791d-ab65-4b45-9ccb-011200b89f6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qqtxmtxrso 2019-06-07 06:10:47.909 10540 INFO oslo_db.sqlalchemy.provision [req-a2b7791d-ab65-4b45-9ccb-011200b89f6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_admin [0.333393s] ... ok 2019-06-07 06:10:46.057 10550 INFO oslo_db.sqlalchemy.provision [req-741c3e73-edee-420a-a7ea-340347984180 - - - - -] CREATE BACKEND sqlite:// TOKEN rcsonurywq 2019-06-07 06:10:46.253 10550 INFO octavia.common.config [req-741c3e73-edee-420a-a7ea-340347984180 - - - - -] Logging enabled! 2019-06-07 06:10:46.254 10550 INFO octavia.common.config [req-741c3e73-edee-420a-a7ea-340347984180 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.311 10550 WARNING octavia.api.root_controller [req-741c3e73-edee-420a-a7ea-340347984180 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.342 10550 INFO octavia.api.v2.controllers.load_balancer [req-5bb65599-6608-4484-81d1-25ce58b4a91a - - - - -] Sending created Load Balancer 9e792a7a-e838-4ed0-9a47-3564670e2962 to the handler 2019-06-07 06:10:46.389 10550 INFO octavia.api.v2.controllers.load_balancer [req-3d0a7390-8c49-43f8-9166-39636308315d - - - - -] Sending created Load Balancer be47c388-d715-4597-b267-b845c7e5591b to the handler 2019-06-07 06:10:46.433 10550 INFO octavia.api.v2.controllers.load_balancer [req-5297c6f4-ff25-421d-8f03-0b8f846848e8 - - - - -] Sending created Load Balancer 5c3e2f67-ba1d-46e5-83f8-ae71b6b31b8a to the handler 2019-06-07 06:10:46.536 10550 INFO oslo_db.sqlalchemy.provision [req-3d3627f7-edd4-4099-858a-98da615b4794 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.541 10550 INFO oslo_db.sqlalchemy.provision [req-3d3627f7-edd4-4099-858a-98da615b4794 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rcsonurywq 2019-06-07 06:10:46.542 10550 INFO oslo_db.sqlalchemy.provision [req-3d3627f7-edd4-4099-858a-98da615b4794 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_fields_filter [0.491791s] ... ok 2019-06-07 06:10:45.545 10531 INFO oslo_db.sqlalchemy.provision [req-86e3ca78-dc2c-43ff-9464-7874cfebb0ca - - - - -] CREATE BACKEND sqlite:// TOKEN tznmjzfhez 2019-06-07 06:10:45.890 10531 INFO octavia.common.config [req-86e3ca78-dc2c-43ff-9464-7874cfebb0ca - - - - -] Logging enabled! 2019-06-07 06:10:45.891 10531 INFO octavia.common.config [req-86e3ca78-dc2c-43ff-9464-7874cfebb0ca - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.993 10531 WARNING octavia.api.root_controller [req-86e3ca78-dc2c-43ff-9464-7874cfebb0ca - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.049 10531 INFO octavia.api.v2.controllers.load_balancer [req-309a6c3b-0bed-48dc-b749-84617710c37e - - - - -] Sending created Load Balancer 2dba50bd-5402-48c1-9e9b-ffc4ae19dbb3 to the handler 2019-06-07 06:10:46.145 10531 INFO oslo_db.sqlalchemy.provision [req-309a6c3b-0bed-48dc-b749-84617710c37e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.150 10531 INFO oslo_db.sqlalchemy.provision [req-309a6c3b-0bed-48dc-b749-84617710c37e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tznmjzfhez 2019-06-07 06:10:46.150 10531 INFO oslo_db.sqlalchemy.provision [req-309a6c3b-0bed-48dc-b749-84617710c37e - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_provider_octavia [0.611870s] ... ok 2019-06-07 06:10:49.809 10551 INFO oslo_db.sqlalchemy.provision [req-9095e10d-8392-4f4f-adab-fced4e0ba1da - - - - -] CREATE BACKEND sqlite:// TOKEN fjynhriyeh 2019-06-07 06:10:49.974 10551 INFO octavia.common.config [req-9095e10d-8392-4f4f-adab-fced4e0ba1da - - - - -] Logging enabled! 2019-06-07 06:10:49.975 10551 INFO octavia.common.config [req-9095e10d-8392-4f4f-adab-fced4e0ba1da - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.023 10551 WARNING octavia.api.root_controller [req-9095e10d-8392-4f4f-adab-fced4e0ba1da - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.061 10551 INFO octavia.api.v2.controllers.load_balancer [req-3309d1b7-9a93-4bc5-bbb2-5aaaad342d10 - - - - -] Sending created Load Balancer 2cae45a1-0ec8-4103-8337-7a6e99daba70 to the handler 2019-06-07 06:10:50.155 10551 INFO octavia.api.v2.controllers.listener [req-8707be51-dbe5-43a3-a45e-309ef671220d - - - - -] Sending Creation of Listener 14648854-497d-4c65-a4a1-c5cf8304422c to handler 2019-06-07 06:10:50.328 10551 INFO octavia.api.v2.controllers.pool [req-e62711bd-292e-4691-ac2c-1e2c61d98b54 - - - - -] Sending Creation of Pool 694cedb8-3421-4bb1-8f13-e0981320db00 to handler 2019-06-07 06:10:50.551 10551 INFO oslo_db.sqlalchemy.provision [req-2296f035-c3ea-486e-9ada-df8674d9f88b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.555 10551 INFO oslo_db.sqlalchemy.provision [req-2296f035-c3ea-486e-9ada-df8674d9f88b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fjynhriyeh 2019-06-07 06:10:50.555 10551 INFO oslo_db.sqlalchemy.provision [req-2296f035-c3ea-486e-9ada-df8674d9f88b - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_missing_SP_cookie_name [0.752089s] ... ok 2019-06-07 06:10:48.938 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] CREATE BACKEND sqlite:// TOKEN lywmvmzbqe 2019-06-07 06:10:49.221 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.225 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lywmvmzbqe 2019-06-07 06:10:49.225 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_action_rdr_url_to_reject [0.293906s] ... ok 2019-06-07 06:10:48.533 10552 INFO oslo_db.sqlalchemy.provision [req-e360511d-7584-4d2d-a58b-33d0bbd6eebf - - - - -] CREATE BACKEND sqlite:// TOKEN lurxtxszvs 2019-06-07 06:10:48.694 10552 INFO octavia.common.config [req-e360511d-7584-4d2d-a58b-33d0bbd6eebf - - - - -] Logging enabled! 2019-06-07 06:10:48.695 10552 INFO octavia.common.config [req-e360511d-7584-4d2d-a58b-33d0bbd6eebf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.743 10552 WARNING octavia.api.root_controller [req-e360511d-7584-4d2d-a58b-33d0bbd6eebf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.805 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.809 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lurxtxszvs 2019-06-07 06:10:48.810 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_global_observer [0.283137s] ... ok 2019-06-07 06:10:47.720 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN hkbdshfmuw 2019-06-07 06:10:47.936 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.940 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hkbdshfmuw 2019-06-07 06:10:47.941 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_models.MemberModelTest.test_delete [0.227212s] ... ok 2019-06-07 06:10:50.331 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] CREATE BACKEND sqlite:// TOKEN cfvftlxodx 2019-06-07 06:10:50.525 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.528 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cfvftlxodx 2019-06-07 06:10:50.529 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_models.SNIModelTest.test_sni_relationship [0.204519s] ... ok 2019-06-07 06:10:50.856 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] CREATE BACKEND sqlite:// TOKEN ewumpmvumd 2019-06-07 06:10:51.123 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.127 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ewumpmvumd 2019-06-07 06:10:51.127 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_sni_tree [0.275883s] ... ok 2019-06-07 06:10:51.918 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] CREATE BACKEND sqlite:// TOKEN rzweruxabc 2019-06-07 06:10:52.187 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.191 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rzweruxabc 2019-06-07 06:10:52.192 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_rdr_url_no_default_pool_link [0.278456s] ... ok 2019-06-07 06:10:44.587 10557 INFO oslo_db.sqlalchemy.provision [req-102e97a5-f4a8-415e-81f9-3c8e8b9bb6a9 - - - - -] CREATE BACKEND sqlite:// TOKEN nrgaryqkle 2019-06-07 06:10:44.753 10557 INFO octavia.common.config [req-102e97a5-f4a8-415e-81f9-3c8e8b9bb6a9 - - - - -] Logging enabled! 2019-06-07 06:10:44.754 10557 INFO octavia.common.config [req-102e97a5-f4a8-415e-81f9-3c8e8b9bb6a9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.800 10557 WARNING octavia.api.root_controller [req-102e97a5-f4a8-415e-81f9-3c8e8b9bb6a9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.853 10557 INFO octavia.api.v2.controllers.load_balancer [req-be2d2fd0-c883-4b97-8ed8-09a0e80ea5b6 - - - - -] Sending created Load Balancer 8c5c8126-5d70-4555-b20f-54279fed3431 to the handler 2019-06-07 06:10:44.920 10557 INFO oslo_db.sqlalchemy.provision [req-be2d2fd0-c883-4b97-8ed8-09a0e80ea5b6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.924 10557 INFO oslo_db.sqlalchemy.provision [req-be2d2fd0-c883-4b97-8ed8-09a0e80ea5b6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nrgaryqkle 2019-06-07 06:10:44.925 10557 INFO oslo_db.sqlalchemy.provision [req-be2d2fd0-c883-4b97-8ed8-09a0e80ea5b6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_sni_containers [0.345175s] ... ok 2019-06-07 06:10:44.663 10549 INFO oslo_db.sqlalchemy.provision [req-11f4657e-a60d-45cf-8886-8db42acd7b6a - - - - -] CREATE BACKEND sqlite:// TOKEN bulxawqnyo 2019-06-07 06:10:44.825 10549 INFO octavia.common.config [req-11f4657e-a60d-45cf-8886-8db42acd7b6a - - - - -] Logging enabled! 2019-06-07 06:10:44.826 10549 INFO octavia.common.config [req-11f4657e-a60d-45cf-8886-8db42acd7b6a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.873 10549 WARNING octavia.api.root_controller [req-11f4657e-a60d-45cf-8886-8db42acd7b6a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.900 10549 INFO octavia.api.v2.controllers.load_balancer [req-b91fcf9c-8483-4b1d-97a7-5941af93d89b - - - - -] Sending created Load Balancer e20dbccc-1f1a-4028-b776-56c095f881db to the handler 2019-06-07 06:10:44.940 10549 INFO oslo_db.sqlalchemy.provision [req-b91fcf9c-8483-4b1d-97a7-5941af93d89b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.944 10549 INFO oslo_db.sqlalchemy.provision [req-b91fcf9c-8483-4b1d-97a7-5941af93d89b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bulxawqnyo 2019-06-07 06:10:44.945 10549 INFO oslo_db.sqlalchemy.provision [req-b91fcf9c-8483-4b1d-97a7-5941af93d89b - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_subnet_fills_network [0.287951s] ... ok 2019-06-07 06:10:50.727 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] CREATE BACKEND sqlite:// TOKEN mozygolztr 2019-06-07 06:10:50.922 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.926 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mozygolztr 2019-06-07 06:10:50.927 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.ListenerModelTest.test_default_pool_relationship [0.205349s] ... ok 2019-06-07 06:10:47.970 10543 INFO oslo_db.sqlalchemy.provision [req-eed4935d-7f5a-4e66-b75d-459b4ebfb065 - - - - -] CREATE BACKEND sqlite:// TOKEN arkmblsbqi 2019-06-07 06:10:48.134 10543 INFO octavia.common.config [req-eed4935d-7f5a-4e66-b75d-459b4ebfb065 - - - - -] Logging enabled! 2019-06-07 06:10:48.135 10543 INFO octavia.common.config [req-eed4935d-7f5a-4e66-b75d-459b4ebfb065 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.181 10543 WARNING octavia.api.root_controller [req-eed4935d-7f5a-4e66-b75d-459b4ebfb065 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.207 10543 INFO octavia.api.v2.controllers.load_balancer [req-548a77b5-9683-444f-b468-5c2ca686f7a1 - - - - -] Sending created Load Balancer 1b310ec8-62d7-4597-9148-81c862e2f76b to the handler 2019-06-07 06:10:48.295 10543 INFO octavia.api.v2.controllers.listener [req-53a7c174-e3f6-4ce4-9c67-6f8d6c03a3dd - - - - -] Sending Creation of Listener e6ab6ef4-4a32-42f1-8b0f-320e0558ebcd to handler 2019-06-07 06:10:48.620 10543 INFO octavia.api.v2.controllers.pool [req-d39647ba-80c3-46d3-a258-f1866a44b85d - - - - -] Sending Creation of Pool 51866f16-c034-4593-b592-8437aea0fa88 to handler 2019-06-07 06:10:48.944 10543 INFO oslo_db.sqlalchemy.provision [req-f8c9721e-15e9-40d8-b175-5aef20a1899c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.947 10543 INFO oslo_db.sqlalchemy.provision [req-f8c9721e-15e9-40d8-b175-5aef20a1899c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN arkmblsbqi 2019-06-07 06:10:48.948 10543 INFO oslo_db.sqlalchemy.provision [req-f8c9721e-15e9-40d8-b175-5aef20a1899c - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_not_authorize [0.985580s] ... ok 2019-06-07 06:10:49.611 10535 INFO oslo_db.sqlalchemy.provision [req-2676fc64-487c-45db-a3f4-f33964c50dcd - - - - -] CREATE BACKEND sqlite:// TOKEN fxgfazijxd 2019-06-07 06:10:49.775 10535 INFO octavia.common.config [req-2676fc64-487c-45db-a3f4-f33964c50dcd - - - - -] Logging enabled! 2019-06-07 06:10:49.776 10535 INFO octavia.common.config [req-2676fc64-487c-45db-a3f4-f33964c50dcd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.824 10535 WARNING octavia.api.root_controller [req-2676fc64-487c-45db-a3f4-f33964c50dcd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.906 10535 INFO oslo_db.sqlalchemy.provision [req-1b66fa07-d948-4464-9a5f-273d3652a4a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.910 10535 INFO oslo_db.sqlalchemy.provision [req-1b66fa07-d948-4464-9a5f-273d3652a4a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fxgfazijxd 2019-06-07 06:10:49.910 10535 INFO oslo_db.sqlalchemy.provision [req-1b66fa07-d948-4464-9a5f-273d3652a4a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_not_Authorized_bogus_role [0.305842s] ... ok 2019-06-07 06:10:49.668 10553 INFO oslo_db.sqlalchemy.provision [req-6f4f5758-cda3-4d8a-b201-cc1b6f268ebc - - - - -] CREATE BACKEND sqlite:// TOKEN jccrnnfzuk 2019-06-07 06:10:49.831 10553 INFO octavia.common.config [req-6f4f5758-cda3-4d8a-b201-cc1b6f268ebc - - - - -] Logging enabled! 2019-06-07 06:10:49.832 10553 INFO octavia.common.config [req-6f4f5758-cda3-4d8a-b201-cc1b6f268ebc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.880 10553 WARNING octavia.api.root_controller [req-6f4f5758-cda3-4d8a-b201-cc1b6f268ebc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.032 10553 INFO octavia.api.v2.controllers.load_balancer [req-3ae89b15-d8ce-47ab-b388-7d4a36e3c69a - - - - -] Sending created Load Balancer 6efdfc45-1e36-462e-9d5a-8ae1a856c8f0 to the handler 2019-06-07 06:10:50.118 10553 INFO octavia.api.v2.controllers.listener [req-4e62cbcc-d03d-4638-8591-dfe90b0f7833 - - - - -] Sending Creation of Listener ad09aae9-1686-43ef-9356-429b7670ccfe to handler 2019-06-07 06:10:50.256 10553 INFO oslo_db.sqlalchemy.provision [req-35caec7f-5214-404a-9f9a-7318bf0a1f80 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.259 10553 INFO oslo_db.sqlalchemy.provision [req-35caec7f-5214-404a-9f9a-7318bf0a1f80 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jccrnnfzuk 2019-06-07 06:10:50.260 10553 INFO oslo_db.sqlalchemy.provision [req-35caec7f-5214-404a-9f9a-7318bf0a1f80 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_SP_type_HTTP_cookie [0.598213s] ... ok 2019-06-07 06:10:47.123 10541 INFO oslo_db.sqlalchemy.provision [req-0edd6303-9266-4fa8-9264-bb9b19eb1828 - - - - -] CREATE BACKEND sqlite:// TOKEN gnuwfudihz 2019-06-07 06:10:47.286 10541 INFO octavia.common.config [req-0edd6303-9266-4fa8-9264-bb9b19eb1828 - - - - -] Logging enabled! 2019-06-07 06:10:47.287 10541 INFO octavia.common.config [req-0edd6303-9266-4fa8-9264-bb9b19eb1828 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.332 10541 WARNING octavia.api.root_controller [req-0edd6303-9266-4fa8-9264-bb9b19eb1828 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.392 10541 INFO octavia.api.v2.controllers.load_balancer [req-30c44b8e-40ce-4c04-8e73-d47a346f2f50 - b8a0c112-0be5-4616-8604-f679eba5bd4a - - -] Sending created Load Balancer 3f24e575-ac60-4a08-8ce7-915532873d95 to the handler 2019-06-07 06:10:47.434 10541 INFO oslo_db.sqlalchemy.provision [req-30c44b8e-40ce-4c04-8e73-d47a346f2f50 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.437 10541 INFO oslo_db.sqlalchemy.provision [req-30c44b8e-40ce-4c04-8e73-d47a346f2f50 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gnuwfudihz 2019-06-07 06:10:47.438 10541 INFO oslo_db.sqlalchemy.provision [req-30c44b8e-40ce-4c04-8e73-d47a346f2f50 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_authorized [0.320999s] ... ok 2019-06-07 06:10:49.232 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] CREATE BACKEND sqlite:// TOKEN otarwjouly 2019-06-07 06:10:49.490 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.494 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN otarwjouly 2019-06-07 06:10:49.494 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule [0.268607s] ... ok 2019-06-07 06:10:48.818 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] CREATE BACKEND sqlite:// TOKEN tfyraywjan 2019-06-07 06:10:49.011 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.015 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tfyraywjan 2019-06-07 06:10:49.015 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_create [0.204089s] ... ok 2019-06-07 06:10:50.535 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] CREATE BACKEND sqlite:// TOKEN mmrwycnneo 2019-06-07 06:10:50.857 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.861 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mmrwycnneo 2019-06-07 06:10:50.862 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_l7rule_tree [0.332312s] ... ok 2019-06-07 06:10:47.948 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN wjhnugqrkg 2019-06-07 06:10:48.219 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.228 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wjhnugqrkg 2019-06-07 06:10:48.229 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_models.PoolModelTest.test_delete [0.289481s] ... ok 2019-06-07 06:10:51.133 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] CREATE BACKEND sqlite:// TOKEN hkghsaswgm 2019-06-07 06:10:51.431 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.434 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hkghsaswgm 2019-06-07 06:10:51.434 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_simple_update [0.306754s] ... ok 2019-06-07 06:10:53.377 10532 INFO oslo_db.sqlalchemy.provision [req-71a27e5a-ba35-4fb5-92b7-05a3658057cc - - - - -] CREATE BACKEND sqlite:// TOKEN bpiysrocqe 2019-06-07 06:10:53.474 10532 INFO octavia.common.config [req-71a27e5a-ba35-4fb5-92b7-05a3658057cc - - - - -] Logging enabled! 2019-06-07 06:10:53.474 10532 INFO octavia.common.config [req-71a27e5a-ba35-4fb5-92b7-05a3658057cc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:53.499 10532 WARNING octavia.api.root_controller [req-71a27e5a-ba35-4fb5-92b7-05a3658057cc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:53.514 10532 INFO octavia.api.v2.controllers.load_balancer [req-a2d0e44a-fef9-440e-bf7b-9f69b7a38964 - - - - -] Sending created Load Balancer 47c1de97-a513-4596-b335-120e179bf754 to the handler 2019-06-07 06:10:53.562 10532 INFO octavia.api.v2.controllers.listener [req-80be2c06-3b04-452d-9192-68c89f2dc097 - - - - -] Sending Creation of Listener 6a061a2e-e701-499e-8e60-6f85520faefc to handler 2019-06-07 06:10:53.658 10532 INFO octavia.api.v2.controllers.pool [req-56351059-fad0-45af-afbf-f2c43e8174ec - - - - -] Sending Creation of Pool a06100a9-cfb7-4289-89ab-751ccfcdf2c3 to handler 2019-06-07 06:10:53.775 10532 INFO octavia.api.v2.controllers.pool [req-7ac4dd43-fc8c-489b-a523-ff08ca6c69e9 - - - - -] Sending Deletion of Pool a06100a9-cfb7-4289-89ab-751ccfcdf2c3 to handler 2019-06-07 06:10:53.858 10532 INFO oslo_db.sqlalchemy.provision [req-16eb3f76-4270-4cfc-a080-c80e8ef7bf61 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.860 10532 INFO oslo_db.sqlalchemy.provision [req-16eb3f76-4270-4cfc-a080-c80e8ef7bf61 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bpiysrocqe 2019-06-07 06:10:53.861 10532 INFO oslo_db.sqlalchemy.provision [req-16eb3f76-4270-4cfc-a080-c80e8ef7bf61 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_with_bad_handler [0.487693s] ... ok 2019-06-07 06:10:52.198 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] CREATE BACKEND sqlite:// TOKEN ittxbdcivl 2019-06-07 06:10:52.539 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.542 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ittxbdcivl 2019-06-07 06:10:52.543 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_reject_no_default_pool_link [0.351211s] ... ok 2019-06-07 06:10:41.992 10529 INFO oslo_db.sqlalchemy.provision [req-ef876999-e31e-45dd-9858-9ee06b2f9807 - - - - -] CREATE BACKEND sqlite:// TOKEN ulcfbppfnm 2019-06-07 06:10:42.188 10529 INFO octavia.common.config [req-ef876999-e31e-45dd-9858-9ee06b2f9807 - - - - -] Logging enabled! 2019-06-07 06:10:42.189 10529 INFO octavia.common.config [req-ef876999-e31e-45dd-9858-9ee06b2f9807 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:42.279 10529 WARNING octavia.api.root_controller [req-ef876999-e31e-45dd-9858-9ee06b2f9807 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:42.352 10529 INFO octavia.api.v2.controllers.load_balancer [req-4475d04f-e288-4648-ade9-9867e0aa19ab - - - - -] Sending created Load Balancer 60e75875-b29b-4d57-ac92-c1daf52f9879 to the handler 2019-06-07 06:10:42.450 10529 INFO octavia.api.v2.controllers.pool [req-f1080a48-6a35-46bb-acd1-24d6a9c710db - - - - -] Sending Creation of Pool 447e8c93-e8d2-4567-b040-feca562318c3 to handler 2019-06-07 06:10:42.558 10529 INFO octavia.api.v2.controllers.load_balancer [req-1d07a9a1-ee81-4f4c-9ffc-a757f7301620 - - - - -] Sending created Load Balancer 7d177df8-dfba-4d6e-81c5-f250895bae0f to the handler 2019-06-07 06:10:42.647 10529 INFO octavia.api.v2.controllers.listener [req-a8d99d9d-cfbb-4ebb-9dc7-2c86f3d5cd50 - - - - -] Sending Creation of Listener a28b0c27-cc82-40e2-a499-4663bbbb194a to handler 2019-06-07 06:10:42.790 10529 INFO octavia.api.v2.controllers.listener [req-e08cbb26-04fe-4324-af7a-4b4e3ea71218 - - - - -] Sending Creation of Listener 73080c00-5a0d-4535-89d9-90828047267e to handler 2019-06-07 06:10:42.946 10529 INFO octavia.api.v2.controllers.listener [req-af937afd-2e69-48c1-884f-579eaa0b1f1a - - - - -] Sending Creation of Listener 0f7be78c-536d-4694-90eb-de0989fcf68f to handler 2019-06-07 06:10:43.166 10529 INFO oslo_db.sqlalchemy.provision [req-fb6c7250-2f89-4392-8459-5c13c8296c88 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:43.170 10529 INFO oslo_db.sqlalchemy.provision [req-fb6c7250-2f89-4392-8459-5c13c8296c88 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ulcfbppfnm 2019-06-07 06:10:43.171 10529 INFO oslo_db.sqlalchemy.provision [req-fb6c7250-2f89-4392-8459-5c13c8296c88 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_admin [1.186707s] ... ok 2019-06-07 06:10:44.408 10530 INFO oslo_db.sqlalchemy.provision [req-95b30690-2e99-4758-903b-dde4596e4dae - - - - -] CREATE BACKEND sqlite:// TOKEN osggdttiti 2019-06-07 06:10:44.570 10530 INFO octavia.common.config [req-95b30690-2e99-4758-903b-dde4596e4dae - - - - -] Logging enabled! 2019-06-07 06:10:44.571 10530 INFO octavia.common.config [req-95b30690-2e99-4758-903b-dde4596e4dae - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.616 10530 WARNING octavia.api.root_controller [req-95b30690-2e99-4758-903b-dde4596e4dae - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.641 10530 INFO octavia.api.v2.controllers.load_balancer [req-f000c3b4-690d-4cbb-bce4-70c13671631e - - - - -] Sending created Load Balancer 42773291-78ce-4de3-a2d3-8b21fe977239 to the handler 2019-06-07 06:10:44.728 10530 INFO octavia.api.v2.controllers.listener [req-972e2c3d-a12a-4113-8607-f8719e143e81 - - - - -] Sending Creation of Listener 37c57e6f-727a-482c-8cc0-cb2369adebd5 to handler 2019-06-07 06:10:44.892 10530 INFO octavia.api.v2.controllers.pool [req-84aa3eb8-0d3d-43e3-99b7-c5ecb9978466 - - - - -] Sending Creation of Pool 1fdbdcd3-d465-47f0-abd1-bd8fa1690908 to handler 2019-06-07 06:10:45.099 10530 INFO octavia.api.v2.controllers.pool [req-2f146058-5504-44e5-9661-ca6b38b8879f - - - - -] Sending Creation of Pool 85d337e5-66b4-446a-a205-ea049336afb3 to handler 2019-06-07 06:10:45.343 10530 INFO octavia.api.v2.controllers.member [req-989a0568-b02d-4370-b03d-f407e752f258 - - - - -] Sending Creation of Member 2dc3180c-f7eb-4d24-be56-414aead0dead to handler 2019-06-07 06:10:45.432 10530 INFO oslo_db.sqlalchemy.provision [req-3863e3e0-c45f-4f6d-b46f-a411a3642b97 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.436 10530 INFO oslo_db.sqlalchemy.provision [req-3863e3e0-c45f-4f6d-b46f-a411a3642b97 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN osggdttiti 2019-06-07 06:10:45.437 10530 INFO oslo_db.sqlalchemy.provision [req-3863e3e0-c45f-4f6d-b46f-a411a3642b97 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_get [1.035621s] ... ok 2019-06-07 06:11:10.249 10539 INFO octavia.api.v2.controllers.l7rule [req-b70d88f4-3f81-4054-a74e-8c73746417e5 - - - - -] Sending Creation of L7Rule ad7b5770-d28c-4feb-92b7-8c811b851b2d to handler 2019-06-07 06:10:50.928 10536 INFO oslo_db.sqlalchemy.provision [req-756481c6-0ed8-4d4d-ad32-9f57f4ac0988 - - - - -] CREATE BACKEND sqlite:// TOKEN kyejxpqziu 2019-06-07 06:10:51.091 10536 INFO octavia.common.config [req-756481c6-0ed8-4d4d-ad32-9f57f4ac0988 - - - - -] Logging enabled! 2019-06-07 06:10:51.092 10536 INFO octavia.common.config [req-756481c6-0ed8-4d4d-ad32-9f57f4ac0988 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.137 10536 WARNING octavia.api.root_controller [req-756481c6-0ed8-4d4d-ad32-9f57f4ac0988 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.163 10536 INFO octavia.api.v2.controllers.load_balancer [req-acbd0d2a-d397-4d75-b424-0c59d7c8aa38 - - - - -] Sending created Load Balancer e9a0c936-c894-488a-bf29-b04a7bd1fd71 to the handler 2019-06-07 06:10:51.248 10536 INFO octavia.api.v2.controllers.listener [req-ccbef0bd-b71a-4a66-81e2-ed0f37cc2f91 - - - - -] Sending Creation of Listener f5979b6d-707f-44e2-b137-46428cef586a to handler 2019-06-07 06:10:51.392 10536 INFO octavia.api.v2.controllers.l7policy [req-0d8f68b7-7996-4874-a924-05f00733b8e3 - - - - -] Sending Creation of L7Policy ef25cd12-c1a5-49ab-8277-1e302b64d08f to handler 2019-06-07 06:10:51.665 10536 INFO octavia.api.v2.controllers.l7rule [req-466768ae-5a10-4a70-b3fb-912a7840201f - - - - -] Sending Creation of L7Rule 532ee90a-6312-41a2-9cec-dd75e3e43786 to handler 2019-06-07 06:10:51.967 10536 INFO octavia.api.v2.controllers.l7rule [req-eff8beef-5f41-4f2e-9ec5-b9ad321ae605 - - - - -] Sending Update of L7Rule 532ee90a-6312-41a2-9cec-dd75e3e43786 to handler 2019-06-07 06:10:52.113 10536 INFO oslo_db.sqlalchemy.provision [req-a6264daa-b027-4b59-8cea-a33238735431 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.116 10536 INFO oslo_db.sqlalchemy.provision [req-a6264daa-b027-4b59-8cea-a33238735431 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kyejxpqziu 2019-06-07 06:10:52.116 10536 INFO oslo_db.sqlalchemy.provision [req-a6264daa-b027-4b59-8cea-a33238735431 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_with_bad_handler [1.193942s] ... ok 2019-06-07 06:10:52.162 10548 INFO oslo_db.sqlalchemy.provision [req-5ab61439-5fd2-4139-8fa7-6a0d5ccc3972 - - - - -] CREATE BACKEND sqlite:// TOKEN jknhenvoeo 2019-06-07 06:10:52.322 10548 INFO octavia.common.config [req-5ab61439-5fd2-4139-8fa7-6a0d5ccc3972 - - - - -] Logging enabled! 2019-06-07 06:10:52.323 10548 INFO octavia.common.config [req-5ab61439-5fd2-4139-8fa7-6a0d5ccc3972 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:52.369 10548 WARNING octavia.api.root_controller [req-5ab61439-5fd2-4139-8fa7-6a0d5ccc3972 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:52.395 10548 INFO octavia.api.v2.controllers.load_balancer [req-3f24d3b2-9572-47ea-aa76-9fff9b18cd29 - - - - -] Sending created Load Balancer 5a3f494c-76ac-4ee4-9e04-aabf50d7a772 to the handler 2019-06-07 06:10:52.476 10548 INFO octavia.api.v2.controllers.listener [req-817f4641-5712-42f4-aa85-26c54f75e7cd - - - - -] Sending Creation of Listener 36852e1e-dfd4-493b-94a4-bd38b2e907cd to handler 2019-06-07 06:10:52.561 10548 INFO octavia.api.v2.controllers.pool [req-f01ad659-bb17-4f0f-b823-6bb6812183d1 - - - - -] Sending Creation of Pool 82e30ed7-aeea-4f9b-8110-4485ce2a49c5 to handler 2019-06-07 06:10:52.773 10548 INFO octavia.api.v2.controllers.pool [req-c9eb9972-ab24-4f6c-ad2f-6c620270c05b - - - - -] Sending Creation of Pool 7b0c1767-1238-4b5d-8fe3-42c39d187ce9 to handler 2019-06-07 06:10:52.934 10548 INFO octavia.api.v2.controllers.member [req-7be3d776-ce17-4329-90f1-1b4d0dbbc2e2 - - - - -] Sending Creation of Member 3ecda0d2-e50c-4909-8dae-cb2572c75a00 to handler 2019-06-07 06:10:52.955 10548 INFO oslo_db.sqlalchemy.provision [req-7be3d776-ce17-4329-90f1-1b4d0dbbc2e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.959 10548 INFO oslo_db.sqlalchemy.provision [req-7be3d776-ce17-4329-90f1-1b4d0dbbc2e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jknhenvoeo 2019-06-07 06:10:52.959 10548 INFO oslo_db.sqlalchemy.provision [req-7be3d776-ce17-4329-90f1-1b4d0dbbc2e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_project_id_is_ignored [0.803656s] ... ok 2019-06-07 06:10:50.934 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] CREATE BACKEND sqlite:// TOKEN nunzgcqece 2019-06-07 06:10:51.120 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.123 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nunzgcqece 2019-06-07 06:10:51.124 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_pool_relationship [0.196459s] ... ok 2019-06-07 06:10:50.563 10551 INFO oslo_db.sqlalchemy.provision [req-2296f035-c3ea-486e-9ada-df8674d9f88b - - - - -] CREATE BACKEND sqlite:// TOKEN bdkyppmlqy 2019-06-07 06:10:50.713 10551 INFO octavia.common.config [req-2296f035-c3ea-486e-9ada-df8674d9f88b - - - - -] Logging enabled! 2019-06-07 06:10:50.714 10551 INFO octavia.common.config [req-2296f035-c3ea-486e-9ada-df8674d9f88b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.751 10551 WARNING octavia.api.root_controller [req-2296f035-c3ea-486e-9ada-df8674d9f88b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.822 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.826 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bdkyppmlqy 2019-06-07 06:10:50.826 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_not_Authorized [0.269918s] ... ok 2019-06-07 06:10:51.128 10559 INFO oslo_db.sqlalchemy.provision [req-85deed1b-2ef2-442e-b500-b46c0b48d9b2 - - - - -] CREATE BACKEND sqlite:// TOKEN mzrjdiwoqi 2019-06-07 06:10:51.289 10559 INFO octavia.common.config [req-85deed1b-2ef2-442e-b500-b46c0b48d9b2 - - - - -] Logging enabled! 2019-06-07 06:10:51.290 10559 INFO octavia.common.config [req-85deed1b-2ef2-442e-b500-b46c0b48d9b2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.339 10559 WARNING octavia.api.root_controller [req-85deed1b-2ef2-442e-b500-b46c0b48d9b2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.376 10559 INFO octavia.api.v2.controllers.load_balancer [req-93854e64-8a9c-47e1-9ed9-23be652b9bae - - - - -] Sending created Load Balancer b8ef5484-fc5f-4beb-9f03-80ea406afe3b to the handler 2019-06-07 06:10:51.421 10559 INFO oslo_db.sqlalchemy.provision [req-93854e64-8a9c-47e1-9ed9-23be652b9bae - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.425 10559 INFO oslo_db.sqlalchemy.provision [req-93854e64-8a9c-47e1-9ed9-23be652b9bae - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mzrjdiwoqi 2019-06-07 06:10:51.426 10559 INFO oslo_db.sqlalchemy.provision [req-93854e64-8a9c-47e1-9ed9-23be652b9bae - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener [0.303364s] ... ok 2019-06-07 06:10:47.916 10540 INFO oslo_db.sqlalchemy.provision [req-a2b7791d-ab65-4b45-9ccb-011200b89f6e - - - - -] CREATE BACKEND sqlite:// TOKEN epbmosfhfn 2019-06-07 06:10:48.081 10540 INFO octavia.common.config [req-a2b7791d-ab65-4b45-9ccb-011200b89f6e - - - - -] Logging enabled! 2019-06-07 06:10:48.082 10540 INFO octavia.common.config [req-a2b7791d-ab65-4b45-9ccb-011200b89f6e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.130 10540 WARNING octavia.api.root_controller [req-a2b7791d-ab65-4b45-9ccb-011200b89f6e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.210 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.214 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN epbmosfhfn 2019-06-07 06:10:48.214 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_quotas_with_quotas [0.304331s] ... ok 2019-06-07 06:10:49.501 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] CREATE BACKEND sqlite:// TOKEN vmbngvcrap 2019-06-07 06:10:49.735 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.739 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vmbngvcrap 2019-06-07 06:10:49.740 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_bad_compare_type [0.245004s] ... ok 2019-06-07 06:10:48.245 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN kikvmgiedb 2019-06-07 06:10:48.584 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.588 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kikvmgiedb 2019-06-07 06:10:48.588 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_vip_tree [0.354044s] ... ok 2019-06-07 06:10:49.023 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] CREATE BACKEND sqlite:// TOKEN lrgmzvanzj 2019-06-07 06:10:49.374 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.378 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lrgmzvanzj 2019-06-07 06:10:49.379 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_session_persistence_delete [0.362169s] ... ok 2019-06-07 06:10:50.868 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] CREATE BACKEND sqlite:// TOKEN xakvkrxfip 2019-06-07 06:10:51.200 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.203 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xakvkrxfip 2019-06-07 06:10:51.204 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_reject_to_rdr_pool [0.341670s] ... ok 2019-06-07 06:10:51.442 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] CREATE BACKEND sqlite:// TOKEN tmtjguegtw 2019-06-07 06:10:51.652 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.655 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tmtjguegtw 2019-06-07 06:10:51.656 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_associate_amphora_load_balancer [0.220764s] ... ok 2019-06-07 06:10:52.549 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] CREATE BACKEND sqlite:// TOKEN qgrggrnyov 2019-06-07 06:10:52.897 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.900 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qgrggrnyov 2019-06-07 06:10:52.901 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_position [0.357878s] ... ok 2019-06-07 06:10:46.549 10550 INFO oslo_db.sqlalchemy.provision [req-3d3627f7-edd4-4099-858a-98da615b4794 - - - - -] CREATE BACKEND sqlite:// TOKEN qzvoarczqs 2019-06-07 06:10:46.745 10550 INFO octavia.common.config [req-3d3627f7-edd4-4099-858a-98da615b4794 - - - - -] Logging enabled! 2019-06-07 06:10:46.746 10550 INFO octavia.common.config [req-3d3627f7-edd4-4099-858a-98da615b4794 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.803 10550 WARNING octavia.api.root_controller [req-3d3627f7-edd4-4099-858a-98da615b4794 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.835 10550 INFO octavia.api.v2.controllers.load_balancer [req-d4b69bd7-81e8-4558-86d3-3fab70178abf - - - - -] Sending created Load Balancer 92a3bcd8-0768-4ec7-853a-b96ff0cf8ff1 to the handler 2019-06-07 06:10:46.969 10550 INFO oslo_db.sqlalchemy.provision [req-0b5567bf-dc63-42f5-a60f-8050be126d7c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.974 10550 INFO oslo_db.sqlalchemy.provision [req-0b5567bf-dc63-42f5-a60f-8050be126d7c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qzvoarczqs 2019-06-07 06:10:46.975 10550 INFO oslo_db.sqlalchemy.provision [req-0b5567bf-dc63-42f5-a60f-8050be126d7c - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_not_authorized [0.432356s] ... ok 2019-06-07 06:10:46.718 10545 INFO oslo_db.sqlalchemy.provision [req-2d2b183f-3d15-4dce-aba4-762b9de8d503 - - - - -] CREATE BACKEND sqlite:// TOKEN xcdahiqhbp 2019-06-07 06:10:46.882 10545 INFO octavia.common.config [req-2d2b183f-3d15-4dce-aba4-762b9de8d503 - - - - -] Logging enabled! 2019-06-07 06:10:46.883 10545 INFO octavia.common.config [req-2d2b183f-3d15-4dce-aba4-762b9de8d503 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.928 10545 WARNING octavia.api.root_controller [req-2d2b183f-3d15-4dce-aba4-762b9de8d503 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.954 10545 INFO octavia.api.v2.controllers.load_balancer [req-25b22148-876f-4243-9b74-0d12288e85c0 - - - - -] Sending created Load Balancer 6fe3d423-18cf-41bb-bbb8-3ad230a9bab6 to the handler 2019-06-07 06:10:47.045 10545 INFO octavia.api.v2.controllers.listener [req-d442df6c-01e4-48a9-b676-487be80e2644 - - - - -] Sending Creation of Listener a4524ca5-cf19-4fba-b20d-7f34b44d0a5c to handler 2019-06-07 06:10:47.189 10545 INFO octavia.api.v2.controllers.l7policy [req-edf3c5a7-5b62-4b6e-bc7f-21da7e1c7aa8 - - - - -] Sending Creation of L7Policy c1e63951-ce7a-4c22-b007-9a27ae54ae61 to handler 2019-06-07 06:10:47.461 10545 INFO octavia.api.v2.controllers.l7rule [req-a35b9292-ee4a-4213-a005-a9de30b60fb3 - - - - -] Sending Creation of L7Rule 731d17c9-7ca3-42a2-882c-f4df9580572d to handler 2019-06-07 06:10:47.802 10545 INFO octavia.api.v2.controllers.l7rule [req-6c853c8d-786c-47c6-847a-fff42b9d867f - - - - -] Sending Creation of L7Rule 1667306d-5190-45c7-b066-8bfb5ccbd3a5 to handler 2019-06-07 06:10:48.147 10545 INFO oslo_db.sqlalchemy.provision [req-9ff1ab87-7161-46a5-b988-acbc90dec853 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.151 10545 INFO oslo_db.sqlalchemy.provision [req-9ff1ab87-7161-46a5-b988-acbc90dec853 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xcdahiqhbp 2019-06-07 06:10:48.152 10545 INFO oslo_db.sqlalchemy.provision [req-9ff1ab87-7161-46a5-b988-acbc90dec853 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all [1.439671s] ... ok 2019-06-07 06:10:51.130 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] CREATE BACKEND sqlite:// TOKEN wonztkamyn 2019-06-07 06:10:51.490 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.493 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wonztkamyn 2019-06-07 06:10:51.494 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_disable_with_default_pool_link [0.369647s] ... ok 2019-06-07 06:10:49.917 10535 INFO oslo_db.sqlalchemy.provision [req-1b66fa07-d948-4464-9a5f-273d3652a4a2 - - - - -] CREATE BACKEND sqlite:// TOKEN ccqcxjsijb 2019-06-07 06:10:50.079 10535 INFO octavia.common.config [req-1b66fa07-d948-4464-9a5f-273d3652a4a2 - - - - -] Logging enabled! 2019-06-07 06:10:50.080 10535 INFO octavia.common.config [req-1b66fa07-d948-4464-9a5f-273d3652a4a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.125 10535 WARNING octavia.api.root_controller [req-1b66fa07-d948-4464-9a5f-273d3652a4a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.218 10535 INFO oslo_db.sqlalchemy.provision [req-1dc3e7e0-b6f5-4ca8-a393-9cf6f3d67db5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.221 10535 INFO oslo_db.sqlalchemy.provision [req-1dc3e7e0-b6f5-4ca8-a393-9cf6f3d67db5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ccqcxjsijb 2019-06-07 06:10:50.222 10535 INFO oslo_db.sqlalchemy.provision [req-1dc3e7e0-b6f5-4ca8-a393-9cf6f3d67db5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_by_project_id [0.311247s] ... ok 2019-06-07 06:10:46.171 10531 INFO oslo_db.sqlalchemy.provision [req-309a6c3b-0bed-48dc-b749-84617710c37e - - - - -] CREATE BACKEND sqlite:// TOKEN jglimvwcew 2019-06-07 06:10:46.535 10531 INFO octavia.common.config [req-309a6c3b-0bed-48dc-b749-84617710c37e - - - - -] Logging enabled! 2019-06-07 06:10:46.536 10531 INFO octavia.common.config [req-309a6c3b-0bed-48dc-b749-84617710c37e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.647 10531 WARNING octavia.api.root_controller [req-309a6c3b-0bed-48dc-b749-84617710c37e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.717 10531 INFO octavia.api.v2.controllers.load_balancer [req-0a8d4e5e-9f2e-4dca-96eb-c8af41ffce13 - - - - -] Sending created Load Balancer 206b458f-e2e8-4582-b29d-edc3585a5f86 to the handler 2019-06-07 06:10:46.800 10531 INFO octavia.api.v2.controllers.load_balancer [req-bde1d9cc-b66c-44f4-904f-9c07e93dd4b3 - - - - -] Sending created Load Balancer 4b076108-fe27-41dd-92b4-7056ea66144e to the handler 2019-06-07 06:10:46.881 10531 INFO octavia.api.v2.controllers.load_balancer [req-2dada8c2-e6f7-49e7-ba5f-e81ca19ef033 - - - - -] Sending created Load Balancer 015ada25-ca93-4c1e-abbe-8865f599e2d5 to the handler 2019-06-07 06:10:47.189 10531 INFO oslo_db.sqlalchemy.provision [req-a915b74c-4120-45d5-95a8-983cc3063cf6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.193 10531 INFO oslo_db.sqlalchemy.provision [req-a915b74c-4120-45d5-95a8-983cc3063cf6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jglimvwcew 2019-06-07 06:10:47.194 10531 INFO oslo_db.sqlalchemy.provision [req-a915b74c-4120-45d5-95a8-983cc3063cf6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_sorted [1.042172s] ... ok 2019-06-07 06:10:50.832 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] CREATE BACKEND sqlite:// TOKEN lwnxhkwfoi 2019-06-07 06:10:51.002 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.006 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lwnxhkwfoi 2019-06-07 06:10:51.006 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.db.test_models.ListenerModelTest.test_update [0.179543s] ... ok 2019-06-07 06:10:49.746 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] CREATE BACKEND sqlite:// TOKEN ctpdqpinmk 2019-06-07 06:10:50.002 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.005 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ctpdqpinmk 2019-06-07 06:10:50.006 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_without_id [0.265814s] ... ok 2019-06-07 06:10:48.222 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] CREATE BACKEND sqlite:// TOKEN etknazmqdk 2019-06-07 06:10:48.412 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.416 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN etknazmqdk 2019-06-07 06:10:48.417 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_models.L7RuleModelTest.test_create [0.201580s] ... ok 2019-06-07 06:10:47.445 10541 INFO oslo_db.sqlalchemy.provision [req-30c44b8e-40ce-4c04-8e73-d47a346f2f50 - - - - -] CREATE BACKEND sqlite:// TOKEN uhrtepfomd 2019-06-07 06:10:47.606 10541 INFO octavia.common.config [req-30c44b8e-40ce-4c04-8e73-d47a346f2f50 - - - - -] Logging enabled! 2019-06-07 06:10:47.607 10541 INFO octavia.common.config [req-30c44b8e-40ce-4c04-8e73-d47a346f2f50 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.655 10541 WARNING octavia.api.root_controller [req-30c44b8e-40ce-4c04-8e73-d47a346f2f50 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.681 10541 INFO octavia.api.v2.controllers.load_balancer [req-20018471-9430-490c-a0e7-bcac404b1f22 - - - - -] Sending created Load Balancer 55ecbc8e-20f1-450c-9b04-dfa91e2f49e9 to the handler 2019-06-07 06:10:47.721 10541 INFO oslo_db.sqlalchemy.provision [req-20018471-9430-490c-a0e7-bcac404b1f22 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.725 10541 INFO oslo_db.sqlalchemy.provision [req-20018471-9430-490c-a0e7-bcac404b1f22 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uhrtepfomd 2019-06-07 06:10:47.725 10541 INFO oslo_db.sqlalchemy.provision [req-20018471-9430-490c-a0e7-bcac404b1f22 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_project_id [0.286827s] ... ok 2019-06-07 06:10:48.595 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN bspbjfbkzw 2019-06-07 06:10:48.948 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.952 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bspbjfbkzw 2019-06-07 06:10:48.952 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_listener_update_clear_default_pool_with_l7p_referral [0.363326s] ... ok 2019-06-07 06:10:49.388 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] CREATE BACKEND sqlite:// TOKEN qhqxwsirjj 2019-06-07 06:10:49.601 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.604 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qhqxwsirjj 2019-06-07 06:10:49.605 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_delete [0.225292s] ... ok 2019-06-07 06:10:51.210 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] CREATE BACKEND sqlite:// TOKEN vudnyxiemf 2019-06-07 06:10:51.542 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.546 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vudnyxiemf 2019-06-07 06:10:51.547 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_simple_update [0.342376s] ... ok 2019-06-07 06:10:52.908 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] CREATE BACKEND sqlite:// TOKEN vvnrlcfzjs 2019-06-07 06:10:53.158 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.160 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vvnrlcfzjs 2019-06-07 06:10:53.161 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_session_persistence_create [0.258862s] ... ok 2019-06-07 06:10:51.662 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] CREATE BACKEND sqlite:// TOKEN gxosvdktls 2019-06-07 06:10:51.852 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.855 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gxosvdktls 2019-06-07 06:10:51.855 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule [0.198591s] ... ok 2019-06-07 06:10:48.393 10555 INFO oslo_db.sqlalchemy.provision [req-79aa793d-0413-4548-9efc-bb29933960f7 - - - - -] CREATE BACKEND sqlite:// TOKEN ylqttzyjya 2019-06-07 06:10:48.715 10555 INFO octavia.common.config [req-79aa793d-0413-4548-9efc-bb29933960f7 - - - - -] Logging enabled! 2019-06-07 06:10:48.716 10555 INFO octavia.common.config [req-79aa793d-0413-4548-9efc-bb29933960f7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.762 10555 WARNING octavia.api.root_controller [req-79aa793d-0413-4548-9efc-bb29933960f7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.789 10555 INFO octavia.api.v2.controllers.load_balancer [req-5b66d704-c90e-48f0-964c-d125ebffb26c - - - - -] Sending created Load Balancer 3147a1af-c6db-49d4-9937-4ee763ea0da5 to the handler 2019-06-07 06:10:48.873 10555 INFO octavia.api.v2.controllers.listener [req-5a54d74a-5195-4c09-9222-1e2cde8b2bfe - - - - -] Sending Creation of Listener b48c354a-0429-4e5b-bac2-092d6ea06bab to handler 2019-06-07 06:10:49.017 10555 INFO octavia.api.v2.controllers.pool [req-0ae82413-971f-41b5-8ec2-5d11da97032b - - - - -] Sending Creation of Pool 09d78bab-0175-4c57-8c0b-bf63411c77f9 to handler 2019-06-07 06:10:49.237 10555 INFO octavia.api.v2.controllers.pool [req-63191ff3-6762-4ac5-b859-5873e9bf85a8 - - - - -] Sending Creation of Pool 2b8ef5a0-b050-4461-a6ca-a832cb03b2c4 to handler 2019-06-07 06:10:49.511 10555 INFO octavia.api.v2.controllers.member [req-afa6e54c-f9c5-45f2-be94-2097ee41ce3f - - - - -] Sending Creation of Member e8953ac4-4891-44ab-8e2f-fa40bb050cbd to handler 2019-06-07 06:10:49.815 10555 INFO octavia.api.v2.controllers.member [req-7a6bc0c3-fffc-4f2f-aae4-7a999361f676 - - - - -] Sending Creation of Member 119e3491-9d61-4d00-b0fc-3ad3c38a5a3d to handler 2019-06-07 06:10:50.073 10555 INFO octavia.api.v2.controllers.member [req-4d3c7dd0-ca20-4571-aaf3-58dbbf8699c8 - - - - -] Sending Creation of Member d9ddd122-aa5a-48df-b57e-e443a13f2c45 to handler 2019-06-07 06:10:50.340 10555 INFO oslo_db.sqlalchemy.provision [req-0744760a-ae9f-4529-9d15-c663b533651d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.344 10555 INFO oslo_db.sqlalchemy.provision [req-0744760a-ae9f-4529-9d15-c663b533651d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ylqttzyjya 2019-06-07 06:10:50.344 10555 INFO oslo_db.sqlalchemy.provision [req-0744760a-ae9f-4529-9d15-c663b533651d - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_fields_filter [1.958537s] ... ok 2019-06-07 06:10:44.954 10549 INFO oslo_db.sqlalchemy.provision [req-b91fcf9c-8483-4b1d-97a7-5941af93d89b - - - - -] CREATE BACKEND sqlite:// TOKEN dzxgzershf 2019-06-07 06:10:45.117 10549 INFO octavia.common.config [req-b91fcf9c-8483-4b1d-97a7-5941af93d89b - - - - -] Logging enabled! 2019-06-07 06:10:45.118 10549 INFO octavia.common.config [req-b91fcf9c-8483-4b1d-97a7-5941af93d89b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.162 10549 WARNING octavia.api.root_controller [req-b91fcf9c-8483-4b1d-97a7-5941af93d89b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.189 10549 INFO octavia.api.v2.controllers.load_balancer [req-c69cfc13-fceb-4109-ac1b-0e7baae0e147 - - - - -] Sending created Load Balancer 851a7dad-45a4-4519-8bc1-6906f098b1b8 to the handler 2019-06-07 06:10:45.273 10549 INFO octavia.api.v2.controllers.listener [req-fc4f949d-41b6-49bf-94db-3c37f2cbb5b8 - - - - -] Sending Creation of Listener 8c3fefa3-16cc-47d9-9667-9b6dab3caa32 to handler 2019-06-07 06:10:45.441 10549 INFO octavia.api.v2.controllers.pool [req-1772f61b-456d-4f03-8303-a2043d05550f - - - - -] Sending Creation of Pool f0b48106-b852-452e-8aa0-f99da129dacb to handler 2019-06-07 06:10:45.531 10549 INFO oslo_db.sqlalchemy.provision [req-923eba5c-6436-46ab-8945-04a8e9a4709b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.535 10549 INFO oslo_db.sqlalchemy.provision [req-923eba5c-6436-46ab-8945-04a8e9a4709b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dzxgzershf 2019-06-07 06:10:45.535 10549 INFO oslo_db.sqlalchemy.provision [req-923eba5c-6436-46ab-8945-04a8e9a4709b - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_pool [0.589184s] ... ok 2019-06-07 06:10:51.503 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] CREATE BACKEND sqlite:// TOKEN xwitrbktku 2019-06-07 06:10:51.771 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.774 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xwitrbktku 2019-06-07 06:10:51.774 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_pool_on_listener_with_sp [0.279312s] ... ok 2019-06-07 06:10:48.955 10543 INFO oslo_db.sqlalchemy.provision [req-f8c9721e-15e9-40d8-b175-5aef20a1899c - - - - -] CREATE BACKEND sqlite:// TOKEN hxxvykpwdz 2019-06-07 06:10:49.118 10543 INFO octavia.common.config [req-f8c9721e-15e9-40d8-b175-5aef20a1899c - - - - -] Logging enabled! 2019-06-07 06:10:49.119 10543 INFO octavia.common.config [req-f8c9721e-15e9-40d8-b175-5aef20a1899c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.165 10543 WARNING octavia.api.root_controller [req-f8c9721e-15e9-40d8-b175-5aef20a1899c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.192 10543 INFO octavia.api.v2.controllers.load_balancer [req-a2e0fb40-2690-4425-8032-64ec5bd4fa59 - - - - -] Sending created Load Balancer 4a7e9f68-4606-4c9c-87a7-c2b241660b81 to the handler 2019-06-07 06:10:49.279 10543 INFO octavia.api.v2.controllers.listener [req-5487c8da-56b3-4355-b910-6db38bbca83b - - - - -] Sending Creation of Listener 578f9215-35eb-49f7-81c8-dfce1091cceb to handler 2019-06-07 06:10:49.451 10543 INFO octavia.api.v2.controllers.pool [req-57f2c7c9-17a5-48bc-98d7-eaaf34091234 - - - - -] Sending Creation of Pool c9644ccb-21c7-4d0e-8e22-3810616acd36 to handler 2019-06-07 06:10:49.657 10543 INFO oslo_db.sqlalchemy.provision [req-c7586513-ba38-4413-bd44-6eadcc365b2f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.661 10543 INFO oslo_db.sqlalchemy.provision [req-c7586513-ba38-4413-bd44-6eadcc365b2f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hxxvykpwdz 2019-06-07 06:10:49.661 10543 INFO oslo_db.sqlalchemy.provision [req-c7586513-ba38-4413-bd44-6eadcc365b2f - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_pool.TestPool.test_get [0.712947s] ... ok 2019-06-07 06:10:50.267 10553 INFO oslo_db.sqlalchemy.provision [req-35caec7f-5214-404a-9f9a-7318bf0a1f80 - - - - -] CREATE BACKEND sqlite:// TOKEN rmxggrxlwr 2019-06-07 06:10:50.430 10553 INFO octavia.common.config [req-35caec7f-5214-404a-9f9a-7318bf0a1f80 - - - - -] Logging enabled! 2019-06-07 06:10:50.431 10553 INFO octavia.common.config [req-35caec7f-5214-404a-9f9a-7318bf0a1f80 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.478 10553 WARNING octavia.api.root_controller [req-35caec7f-5214-404a-9f9a-7318bf0a1f80 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.504 10553 INFO octavia.api.v2.controllers.load_balancer [req-81dbfabe-3ae9-467a-9ad6-30998c7051a5 - - - - -] Sending created Load Balancer e2830072-94b3-49a6-9f82-bcf6f295d00a to the handler 2019-06-07 06:10:50.592 10553 INFO octavia.api.v2.controllers.listener [req-f072683b-eeb3-438a-b11b-bdeea9a9e862 - - - - -] Sending Creation of Listener 7d35654f-4f0d-4c19-b15b-bafd94d8e1b6 to handler 2019-06-07 06:10:50.761 10553 INFO octavia.api.v2.controllers.pool [req-b64a8499-d0fa-4100-a430-3d0f6366586e - - - - -] Sending Creation of Pool 2299d505-46ce-402b-a00d-457d0d1c9d0e to handler 2019-06-07 06:10:50.802 10553 INFO oslo_db.sqlalchemy.provision [req-b64a8499-d0fa-4100-a430-3d0f6366586e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.807 10553 INFO oslo_db.sqlalchemy.provision [req-b64a8499-d0fa-4100-a430-3d0f6366586e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rmxggrxlwr 2019-06-07 06:10:50.807 10553 INFO oslo_db.sqlalchemy.provision [req-b64a8499-d0fa-4100-a430-3d0f6366586e - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_project_id [0.546721s] ... ok 2019-06-07 06:10:44.934 10557 INFO oslo_db.sqlalchemy.provision [req-be2d2fd0-c883-4b97-8ed8-09a0e80ea5b6 - - - - -] CREATE BACKEND sqlite:// TOKEN kholsogvzt 2019-06-07 06:10:45.125 10557 INFO octavia.common.config [req-be2d2fd0-c883-4b97-8ed8-09a0e80ea5b6 - - - - -] Logging enabled! 2019-06-07 06:10:45.126 10557 INFO octavia.common.config [req-be2d2fd0-c883-4b97-8ed8-09a0e80ea5b6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.200 10557 WARNING octavia.api.root_controller [req-be2d2fd0-c883-4b97-8ed8-09a0e80ea5b6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.231 10557 INFO octavia.api.v2.controllers.load_balancer [req-e17a5e2c-de96-4a61-a403-842cf63ea1a3 - - - - -] Sending created Load Balancer fd7e4a8f-bc7e-428d-8fd7-281a2bbf323b to the handler 2019-06-07 06:10:45.374 10557 INFO octavia.api.v2.controllers.listener [req-84e9cf1c-2ae0-4ae8-8e1a-6f36b2c2920a - - - - -] Sending Creation of Listener ca82d498-1e76-4b53-b652-6549b366b2b3 to handler 2019-06-07 06:10:45.586 10557 INFO octavia.api.v2.controllers.pool [req-c82813f1-fb7c-45be-bda4-836650038b9e - - - - -] Sending Creation of Pool 1d452005-099f-4fb0-97ff-1267d047d559 to handler 2019-06-07 06:10:45.872 10557 INFO octavia.api.v2.controllers.pool [req-35c5aa6f-a632-421d-8b11-2e42a3b1efcc - - - - -] Sending Creation of Pool 679f6d86-4aef-4968-9959-f5cb2192770c to handler 2019-06-07 06:10:46.142 10557 INFO octavia.api.v2.controllers.member [req-f18b97bf-080a-4402-94de-b666b4b65c83 - - - - -] Sending Creation of Member 57ccd89f-0b8e-435f-8773-2dd2e6e5f06a to handler 2019-06-07 06:10:46.694 10557 INFO oslo_db.sqlalchemy.provision [req-9c84aab2-68ec-4b18-977d-b9e36e498dcf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.698 10557 INFO oslo_db.sqlalchemy.provision [req-9c84aab2-68ec-4b18-977d-b9e36e498dcf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kholsogvzt 2019-06-07 06:10:46.698 10557 INFO oslo_db.sqlalchemy.provision [req-9c84aab2-68ec-4b18-977d-b9e36e498dcf - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_monitor_address_and_port [1.771351s] ... ok 2019-06-07 06:10:51.013 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] CREATE BACKEND sqlite:// TOKEN aqyfcmbngr 2019-06-07 06:10:51.206 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.210 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aqyfcmbngr 2019-06-07 06:10:51.211 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.db.test_models.PoolModelTest.test_update [0.203570s] ... ok 2019-06-07 06:10:45.446 10530 INFO oslo_db.sqlalchemy.provision [req-3863e3e0-c45f-4f6d-b46f-a411a3642b97 - - - - -] CREATE BACKEND sqlite:// TOKEN tpynbcjurw 2019-06-07 06:10:45.614 10530 INFO octavia.common.config [req-3863e3e0-c45f-4f6d-b46f-a411a3642b97 - - - - -] Logging enabled! 2019-06-07 06:10:45.615 10530 INFO octavia.common.config [req-3863e3e0-c45f-4f6d-b46f-a411a3642b97 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.663 10530 WARNING octavia.api.root_controller [req-3863e3e0-c45f-4f6d-b46f-a411a3642b97 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.690 10530 INFO octavia.api.v2.controllers.load_balancer [req-a894c8ef-270e-4cae-8a1c-66457fc3404c - - - - -] Sending created Load Balancer c40a486a-8932-4847-a3db-d4a5797b5807 to the handler 2019-06-07 06:10:45.777 10530 INFO octavia.api.v2.controllers.listener [req-7747f577-330f-4691-bd98-56078ae8c7f5 - - - - -] Sending Creation of Listener 2dd08674-5668-490b-a300-0a234b3847d1 to handler 2019-06-07 06:10:45.909 10530 INFO oslo_db.sqlalchemy.provision [req-9d2285c0-b2a2-4bbb-bc65-823c82d36e60 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.913 10530 INFO oslo_db.sqlalchemy.provision [req-9d2285c0-b2a2-4bbb-bc65-823c82d36e60 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tpynbcjurw 2019-06-07 06:10:45.913 10530 INFO oslo_db.sqlalchemy.provision [req-9d2285c0-b2a2-4bbb-bc65-823c82d36e60 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:52.122 10536 INFO oslo_db.sqlalchemy.provision [req-a6264daa-b027-4b59-8cea-a33238735431 - - - - -] CREATE BACKEND sqlite:// TOKEN towmzclhww 2019-06-07 06:10:52.242 10536 INFO octavia.common.config [req-a6264daa-b027-4b59-8cea-a33238735431 - - - - -] Logging enabled! 2019-06-07 06:10:52.243 10536 INFO octavia.common.config [req-a6264daa-b027-4b59-8cea-a33238735431 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:52.278 10536 WARNING octavia.api.root_controller [req-a6264daa-b027-4b59-8cea-a33238735431 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:52.299 10536 INFO octavia.api.v2.controllers.load_balancer [req-40263ba9-fb1d-4c67-900f-5e5bf44e6877 - - - - -] Sending created Load Balancer d0fae1d2-50bf-4050-9198-2fc50b996a7a to the handler 2019-06-07 06:10:52.365 10536 INFO octavia.api.v2.controllers.pool [req-f2d86ce0-367e-4850-b6d2-164a475be361 - - - - -] Sending Creation of Pool 759d2e74-967a-4a9a-b740-5cc5de9bb07f to handler 2019-06-07 06:10:52.471 10536 INFO oslo_db.sqlalchemy.provision [req-887e3b3a-1713-4b9d-ad1d-099cf5497575 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.474 10536 INFO oslo_db.sqlalchemy.provision [req-887e3b3a-1713-4b9d-ad1d-099cf5497575 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN towmzclhww 2019-06-07 06:10:52.474 10536 INFO oslo_db.sqlalchemy.provision [req-887e3b3a-1713-4b9d-ad1d-099cf5497575 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_missing_cookie_name [0.474748s] ... ok {8} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_over_quota [0.357567s] ... ok 2019-06-07 06:10:50.013 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] CREATE BACKEND sqlite:// TOKEN mmmtgtqmrk 2019-06-07 06:10:50.258 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.262 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mmmtgtqmrk 2019-06-07 06:10:50.263 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_get_all_return_value [0.256152s] ... ok 2019-06-07 06:10:48.963 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN yiwystqfnk 2019-06-07 06:10:49.180 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.184 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yiwystqfnk 2019-06-07 06:10:49.185 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_create [0.230902s] ... ok 2019-06-07 06:10:49.612 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] CREATE BACKEND sqlite:// TOKEN fyjoqtrpnt 2019-06-07 06:10:49.832 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.836 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fyjoqtrpnt 2019-06-07 06:10:49.836 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:51.861 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] CREATE BACKEND sqlite:// TOKEN kjvvghalfu 2019-06-07 06:10:52.046 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.049 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kjvvghalfu 2019-06-07 06:10:52.049 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_many_amphora [0.193363s] ... ok {24} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_update [0.230721s] ... ok 2019-06-07 06:10:48.423 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] CREATE BACKEND sqlite:// TOKEN touoivppvv 2019-06-07 06:10:48.621 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.625 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN touoivppvv 2019-06-07 06:10:48.625 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_models.PoolModelTest.test_session_persistence_relationship [0.207931s] ... ok 2019-06-07 06:10:53.167 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] CREATE BACKEND sqlite:// TOKEN ehuodftivs 2019-06-07 06:10:53.296 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.299 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ehuodftivs 2019-06-07 06:10:53.299 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete [0.136582s] ... ok 2019-06-07 06:10:50.229 10535 INFO oslo_db.sqlalchemy.provision [req-1dc3e7e0-b6f5-4ca8-a393-9cf6f3d67db5 - - - - -] CREATE BACKEND sqlite:// TOKEN wwgsunyfru 2019-06-07 06:10:50.391 10535 INFO octavia.common.config [req-1dc3e7e0-b6f5-4ca8-a393-9cf6f3d67db5 - - - - -] Logging enabled! 2019-06-07 06:10:50.392 10535 INFO octavia.common.config [req-1dc3e7e0-b6f5-4ca8-a393-9cf6f3d67db5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.438 10535 WARNING octavia.api.root_controller [req-1dc3e7e0-b6f5-4ca8-a393-9cf6f3d67db5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.493 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.497 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wwgsunyfru 2019-06-07 06:10:50.497 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_not_Authorized_no_role [0.275050s] ... ok 2019-06-07 06:10:51.780 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] CREATE BACKEND sqlite:// TOKEN utymxhtfel 2019-06-07 06:10:51.955 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.959 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN utymxhtfel 2019-06-07 06:10:51.959 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_bad_id [0.183777s] ... ok 2019-06-07 06:10:52.964 10548 INFO oslo_db.sqlalchemy.provision [req-7be3d776-ce17-4329-90f1-1b4d0dbbc2e2 - - - - -] CREATE BACKEND sqlite:// TOKEN dawdensfzz 2019-06-07 06:10:53.086 10548 INFO octavia.common.config [req-7be3d776-ce17-4329-90f1-1b4d0dbbc2e2 - - - - -] Logging enabled! 2019-06-07 06:10:53.087 10548 INFO octavia.common.config [req-7be3d776-ce17-4329-90f1-1b4d0dbbc2e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:53.113 10548 WARNING octavia.api.root_controller [req-7be3d776-ce17-4329-90f1-1b4d0dbbc2e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:53.128 10548 INFO octavia.api.v2.controllers.load_balancer [req-984e8ed4-63ab-4cfe-9122-8fde93f84d11 - - - - -] Sending created Load Balancer b8f3a1a6-c83c-41cc-a131-e13ad1d4a8b4 to the handler 2019-06-07 06:10:53.177 10548 INFO octavia.api.v2.controllers.listener [req-d698aa73-0841-40f0-98d3-90c9c92a2fbe - - - - -] Sending Creation of Listener aac49f38-1d5a-4c84-95ac-4b0d1e4560e5 to handler 2019-06-07 06:10:53.281 10548 INFO octavia.api.v2.controllers.pool [req-1686c0c5-3891-4c76-a416-b87f91bb6645 - - - - -] Sending Creation of Pool 9cd8f946-73c0-4960-85af-53b38ba35d04 to handler 2019-06-07 06:10:53.433 10548 INFO octavia.api.v2.controllers.pool [req-9cd22ea5-35d6-4277-9428-8d2b206efb41 - - - - -] Sending Update of Pool 9cd8f946-73c0-4960-85af-53b38ba35d04 to handler 2019-06-07 06:10:53.561 10548 INFO oslo_db.sqlalchemy.provision [req-2d740de0-52bb-44df-b7f4-780c6c85c038 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.563 10548 INFO oslo_db.sqlalchemy.provision [req-2d740de0-52bb-44df-b7f4-780c6c85c038 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dawdensfzz 2019-06-07 06:10:53.563 10548 INFO oslo_db.sqlalchemy.provision [req-2d740de0-52bb-44df-b7f4-780c6c85c038 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_pool.TestPool.test_add_session_persistence [0.603493s] ... ok 2019-06-07 06:10:46.984 10550 INFO oslo_db.sqlalchemy.provision [req-0b5567bf-dc63-42f5-a60f-8050be126d7c - - - - -] CREATE BACKEND sqlite:// TOKEN pilqezwyka 2019-06-07 06:10:47.178 10550 INFO octavia.common.config [req-0b5567bf-dc63-42f5-a60f-8050be126d7c - - - - -] Logging enabled! 2019-06-07 06:10:47.179 10550 INFO octavia.common.config [req-0b5567bf-dc63-42f5-a60f-8050be126d7c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.237 10550 WARNING octavia.api.root_controller [req-0b5567bf-dc63-42f5-a60f-8050be126d7c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.269 10550 INFO octavia.api.v2.controllers.load_balancer [req-b249ca1c-f32b-4326-a8ce-32fad679cafd - - - - -] Sending created Load Balancer 662fd897-0ae4-4880-8e08-6b07aed2a088 to the handler 2019-06-07 06:10:47.370 10550 INFO octavia.api.v2.controllers.listener [req-3335d85b-7931-4218-97db-b62e480355cb - - - - -] Sending Creation of Listener 7d83b67a-5dad-4840-9b70-8a954e04d749 to handler 2019-06-07 06:10:47.514 10550 INFO oslo_db.sqlalchemy.provision [req-e564e7c8-ab4f-460e-905a-01b12bbed5b0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.518 10550 INFO oslo_db.sqlalchemy.provision [req-e564e7c8-ab4f-460e-905a-01b12bbed5b0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pilqezwyka 2019-06-07 06:10:47.519 10550 INFO oslo_db.sqlalchemy.provision [req-e564e7c8-ab4f-460e-905a-01b12bbed5b0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statistics [0.543560s] ... ok 2019-06-07 06:10:51.220 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] CREATE BACKEND sqlite:// TOKEN zvqfnfnfar 2019-06-07 06:10:51.525 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.529 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zvqfnfnfar 2019-06-07 06:10:51.529 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_existing_sp_delete_sp [0.317690s] ... ok 2019-06-07 06:10:49.192 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN jcuvdplper 2019-06-07 06:10:49.523 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.526 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jcuvdplper 2019-06-07 06:10:49.527 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete [0.341559s] ... ok 2019-06-07 06:10:50.270 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] CREATE BACKEND sqlite:// TOKEN vdwdlofayv 2019-06-07 06:10:50.498 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.502 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vdwdlofayv 2019-06-07 06:10:50.503 10542 INFO oslo_db.sqlalchemy.provision [req-0cb2e34a-2c2e-40d5-a8d3-cecf8bec1b37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_update [0.239362s] ... ok 2019-06-07 06:10:48.160 10545 INFO oslo_db.sqlalchemy.provision [req-9ff1ab87-7161-46a5-b988-acbc90dec853 - - - - -] CREATE BACKEND sqlite:// TOKEN kdhayseydh 2019-06-07 06:10:48.327 10545 INFO octavia.common.config [req-9ff1ab87-7161-46a5-b988-acbc90dec853 - - - - -] Logging enabled! 2019-06-07 06:10:48.328 10545 INFO octavia.common.config [req-9ff1ab87-7161-46a5-b988-acbc90dec853 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.374 10545 WARNING octavia.api.root_controller [req-9ff1ab87-7161-46a5-b988-acbc90dec853 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.401 10545 INFO octavia.api.v2.controllers.load_balancer [req-87550417-4487-43ab-ae97-d401e98af130 - - - - -] Sending created Load Balancer 99d922e7-299d-49a7-90f9-e7e27cf16da5 to the handler 2019-06-07 06:10:48.494 10545 INFO octavia.api.v2.controllers.pool [req-39f9530c-4887-4aec-a66b-5305ca1ba73a - - - - -] Sending Creation of Pool 9eea658b-36f4-457c-b461-bf8e5ad4292c to handler 2019-06-07 06:10:48.656 10545 INFO octavia.api.v2.controllers.listener [req-afb0ffe2-e116-4023-a5c3-28008ca7d1bc - - - - -] Sending Creation of Listener 599888e7-8c84-4bf0-ba62-a738bb0e4c19 to handler 2019-06-07 06:10:48.719 10545 INFO oslo_db.sqlalchemy.provision [req-afb0ffe2-e116-4023-a5c3-28008ca7d1bc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.722 10545 INFO oslo_db.sqlalchemy.provision [req-afb0ffe2-e116-4023-a5c3-28008ca7d1bc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kdhayseydh 2019-06-07 06:10:48.723 10545 INFO oslo_db.sqlalchemy.provision [req-afb0ffe2-e116-4023-a5c3-28008ca7d1bc - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_default_pool_id [0.570528s] ... ok 2019-06-07 06:10:52.054 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] CREATE BACKEND sqlite:// TOKEN dhiiesoush 2019-06-07 06:10:52.227 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.230 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dhiiesoush 2019-06-07 06:10:52.231 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:11:11.916 10539 INFO octavia.api.v2.controllers.l7rule [req-7fadd907-fb8f-42e8-b0a8-fd27dd23746c - - - - -] Sending Creation of L7Rule c65549e3-be97-43fa-b0c1-4fe670885e9a to handler {16} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_mutable [0.181609s] ... ok 2019-06-07 06:10:49.843 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] CREATE BACKEND sqlite:// TOKEN vyvmmelhjm 2019-06-07 06:10:50.052 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.055 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vyvmmelhjm 2019-06-07 06:10:50.056 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete_bad_id [0.219239s] ... ok 2019-06-07 06:10:53.303 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] CREATE BACKEND sqlite:// TOKEN qibzisjwmg 2019-06-07 06:10:53.443 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.445 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qibzisjwmg 2019-06-07 06:10:53.446 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete [0.146436s] ... ok 2019-06-07 06:10:48.632 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] CREATE BACKEND sqlite:// TOKEN evozrivmua 2019-06-07 06:10:48.824 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.827 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN evozrivmua 2019-06-07 06:10:48.828 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_delete [0.202012s] ... ok 2019-06-07 06:10:53.865 10532 INFO oslo_db.sqlalchemy.provision [req-16eb3f76-4270-4cfc-a080-c80e8ef7bf61 - - - - -] CREATE BACKEND sqlite:// TOKEN zzbzdzfaqr 2019-06-07 06:10:53.959 10532 INFO octavia.common.config [req-16eb3f76-4270-4cfc-a080-c80e8ef7bf61 - - - - -] Logging enabled! 2019-06-07 06:10:53.960 10532 INFO octavia.common.config [req-16eb3f76-4270-4cfc-a080-c80e8ef7bf61 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:53.985 10532 WARNING octavia.api.root_controller [req-16eb3f76-4270-4cfc-a080-c80e8ef7bf61 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:54.000 10532 INFO octavia.api.v2.controllers.load_balancer [req-a03a67aa-3b29-4d5b-bd2d-9ca5cf071f7b - - - - -] Sending created Load Balancer e80e353a-a70a-421a-84d3-cde1895af927 to the handler 2019-06-07 06:10:54.049 10532 INFO octavia.api.v2.controllers.listener [req-f59cef81-b898-47b2-ab01-00a0caccdd51 - - - - -] Sending Creation of Listener 29b69c9c-c134-4a5f-8983-b618a07fdf2a to handler 2019-06-07 06:10:54.117 10532 INFO octavia.api.v2.controllers.load_balancer [req-b203e25e-84a4-405f-995b-434c6aaeab48 - - - - -] Sending created Load Balancer e278692d-c8f6-46b0-882d-2be4df5cf688 to the handler 2019-06-07 06:10:54.154 10532 INFO octavia.api.v2.controllers.load_balancer [req-2dfd0e48-ec90-4d57-8614-2f1d1b634681 - - - - -] Sending created Load Balancer 38a1332b-c8c0-4909-ace9-b7422f80d45d to the handler 2019-06-07 06:10:54.202 10532 INFO octavia.api.v2.controllers.pool [req-c0e78a45-2a1a-4add-820b-30c984bc7bec - - - - -] Sending Creation of Pool 11f96520-d7cb-467f-98d4-43d5d5a62ea6 to handler 2019-06-07 06:10:54.282 10532 INFO octavia.api.v2.controllers.pool [req-c9a3f325-844f-4b1a-9174-f5b8002cf247 - - - - -] Sending Creation of Pool 1090be02-bf7b-40c0-8b93-81508ddf6b02 to handler 2019-06-07 06:10:54.376 10532 INFO octavia.api.v2.controllers.pool [req-21316485-a6c7-49b7-92c5-2bb9f99fc271 - - - - -] Sending Creation of Pool da6f3d15-14c7-48ec-9ec1-c89126f5468f to handler 2019-06-07 06:10:54.523 10532 INFO oslo_db.sqlalchemy.provision [req-f88f210b-2800-4eff-bb09-afde2b6c9749 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.525 10532 INFO oslo_db.sqlalchemy.provision [req-f88f210b-2800-4eff-bb09-afde2b6c9749 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zzbzdzfaqr 2019-06-07 06:10:54.526 10532 INFO oslo_db.sqlalchemy.provision [req-f88f210b-2800-4eff-bb09-afde2b6c9749 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_by_project_id [0.664423s] ... ok 2019-06-07 06:10:47.732 10541 INFO oslo_db.sqlalchemy.provision [req-20018471-9430-490c-a0e7-bcac404b1f22 - - - - -] CREATE BACKEND sqlite:// TOKEN zhydtlmbax 2019-06-07 06:10:47.895 10541 INFO octavia.common.config [req-20018471-9430-490c-a0e7-bcac404b1f22 - - - - -] Logging enabled! 2019-06-07 06:10:47.896 10541 INFO octavia.common.config [req-20018471-9430-490c-a0e7-bcac404b1f22 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.942 10541 WARNING octavia.api.root_controller [req-20018471-9430-490c-a0e7-bcac404b1f22 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.970 10541 INFO octavia.api.v2.controllers.load_balancer [req-6a36460a-4cb4-4328-a6da-c202eeb12c79 - - - - -] Sending created Load Balancer 0317c093-83a3-4915-b11e-f3b73479ae73 to the handler 2019-06-07 06:10:48.010 10541 INFO oslo_db.sqlalchemy.provision [req-6a36460a-4cb4-4328-a6da-c202eeb12c79 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.014 10541 INFO oslo_db.sqlalchemy.provision [req-6a36460a-4cb4-4328-a6da-c202eeb12c79 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zhydtlmbax 2019-06-07 06:10:48.015 10541 INFO oslo_db.sqlalchemy.provision [req-6a36460a-4cb4-4328-a6da-c202eeb12c79 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_and_address [0.288883s] ... ok 2019-06-07 06:10:50.508 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] CREATE BACKEND sqlite:// TOKEN inhttytott 2019-06-07 06:10:50.805 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.809 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN inhttytott 2019-06-07 06:10:50.809 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_without_sp [0.309797s] ... ok 2019-06-07 06:10:51.964 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] CREATE BACKEND sqlite:// TOKEN qzxvjvlpmn 2019-06-07 06:10:52.131 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.135 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qzxvjvlpmn 2019-06-07 06:10:52.135 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_vip [0.175911s] ... ok 2019-06-07 06:10:43.183 10529 INFO oslo_db.sqlalchemy.provision [req-fb6c7250-2f89-4392-8459-5c13c8296c88 - - - - -] CREATE BACKEND sqlite:// TOKEN nnajehqngd 2019-06-07 06:10:43.377 10529 INFO octavia.common.config [req-fb6c7250-2f89-4392-8459-5c13c8296c88 - - - - -] Logging enabled! 2019-06-07 06:10:43.379 10529 INFO octavia.common.config [req-fb6c7250-2f89-4392-8459-5c13c8296c88 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:43.713 10529 WARNING octavia.api.root_controller [req-fb6c7250-2f89-4392-8459-5c13c8296c88 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:43.741 10529 INFO octavia.api.v2.controllers.load_balancer [req-faed14cf-fde8-4ea5-a092-fda2e3cfa0ed - - - - -] Sending created Load Balancer 35136174-81d5-418c-82ec-a6696719828a to the handler 2019-06-07 06:10:43.830 10529 INFO octavia.api.v2.controllers.pool [req-f38d93eb-c721-4798-b8e4-576c454a9e8a - - - - -] Sending Creation of Pool 8202a021-1358-4088-89fe-e9671fc1a07f to handler 2019-06-07 06:10:43.936 10529 INFO octavia.api.v2.controllers.load_balancer [req-cfffdedc-94ec-402f-8f7a-1be82c36ebb5 - - - - -] Sending created Load Balancer 44c4e642-351a-4abf-b9ba-ca6bc762d97d to the handler 2019-06-07 06:10:44.018 10529 INFO octavia.api.v2.controllers.listener [req-eba4419f-bd72-495b-8fcf-7dd3accd2e31 - - - - -] Sending Creation of Listener f3c6c960-2877-4e74-9725-c6d8e830a70b to handler 2019-06-07 06:10:44.149 10529 INFO octavia.api.v2.controllers.listener [req-3add9aa2-41d5-41c6-ab12-16ff8905e5a7 - - - - -] Sending Creation of Listener 4f011eb9-2603-4da6-8fdb-e1dd2510f645 to handler 2019-06-07 06:10:44.309 10529 INFO octavia.api.v2.controllers.listener [req-f70a972a-1b8c-420f-9673-f71fa65d6c5c - - - - -] Sending Creation of Listener 6cc8f0e0-141a-442f-9e5a-f1a81eb3a01d to handler 2019-06-07 06:10:44.472 10529 INFO oslo_db.sqlalchemy.provision [req-39d4a73d-6680-44d8-b652-b4841746893c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:44.476 10529 INFO oslo_db.sqlalchemy.provision [req-39d4a73d-6680-44d8-b652-b4841746893c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nnajehqngd 2019-06-07 06:10:44.477 10529 INFO oslo_db.sqlalchemy.provision [req-39d4a73d-6680-44d8-b652-b4841746893c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_not_authorized [1.302636s] ... ok 2019-06-07 06:10:45.921 10530 INFO oslo_db.sqlalchemy.provision [req-9d2285c0-b2a2-4bbb-bc65-823c82d36e60 - - - - -] CREATE BACKEND sqlite:// TOKEN tqnbdkvxib 2019-06-07 06:10:46.091 10530 INFO octavia.common.config [req-9d2285c0-b2a2-4bbb-bc65-823c82d36e60 - - - - -] Logging enabled! 2019-06-07 06:10:46.092 10530 INFO octavia.common.config [req-9d2285c0-b2a2-4bbb-bc65-823c82d36e60 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.138 10530 WARNING octavia.api.root_controller [req-9d2285c0-b2a2-4bbb-bc65-823c82d36e60 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.202 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.206 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tqnbdkvxib 2019-06-07 06:10:46.207 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_not_Authorized [0.292108s] ... ok 2019-06-07 06:10:51.433 10559 INFO oslo_db.sqlalchemy.provision [req-93854e64-8a9c-47e1-9ed9-23be652b9bae - - - - -] CREATE BACKEND sqlite:// TOKEN umftnfjmcg 2019-06-07 06:10:51.598 10559 INFO octavia.common.config [req-93854e64-8a9c-47e1-9ed9-23be652b9bae - - - - -] Logging enabled! 2019-06-07 06:10:51.599 10559 INFO octavia.common.config [req-93854e64-8a9c-47e1-9ed9-23be652b9bae - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.645 10559 WARNING octavia.api.root_controller [req-93854e64-8a9c-47e1-9ed9-23be652b9bae - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.673 10559 INFO octavia.api.v2.controllers.load_balancer [req-f644d5c0-239c-4057-a297-ac67143ec29a - - - - -] Sending created Load Balancer 77e25bcb-8cfd-469e-908f-02d38b37eb13 to the handler 2019-06-07 06:10:51.758 10559 INFO octavia.api.v2.controllers.listener [req-e0f46cf7-7396-4e10-9611-c7c857f5f6f7 - - - - -] Sending Creation of Listener 8c1d77df-d7eb-4acf-b8c6-78bd4e5abb8a to handler 2019-06-07 06:10:52.058 10559 INFO octavia.api.v2.controllers.pool [req-3e0e27d5-d4cf-47c9-9a7d-7b2d304669bc - - - - -] Sending Creation of Pool 07c79652-e462-4ae2-a59a-9be5f999021a to handler 2019-06-07 06:10:52.282 10559 INFO octavia.api.v2.controllers.pool [req-4db2d1a6-4afe-4bfd-9dfd-860bb6c18a0b - - - - -] Sending Creation of Pool 126950c4-0d52-41b4-8d48-1bc54e35bcc5 to handler 2019-06-07 06:10:52.546 10559 INFO octavia.api.v2.controllers.member [req-2d1c1e09-b170-47c4-8cde-3f30e0d45155 - - - - -] Sending Creation of Member 3cb4aff1-7f84-4502-9fef-22042522d625 to handler 2019-06-07 06:10:52.650 10559 INFO oslo_db.sqlalchemy.provision [req-3e253fdb-76b7-4184-b8d4-e26c13b11879 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.653 10559 INFO oslo_db.sqlalchemy.provision [req-3e253fdb-76b7-4184-b8d4-e26c13b11879 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN umftnfjmcg 2019-06-07 06:10:52.653 10559 INFO oslo_db.sqlalchemy.provision [req-3e253fdb-76b7-4184-b8d4-e26c13b11879 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_member.TestMember.test_get_hides_deleted [1.226061s] ... ok 2019-06-07 06:10:51.536 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] CREATE BACKEND sqlite:// TOKEN eormroesek 2019-06-07 06:10:51.733 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.737 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eormroesek 2019-06-07 06:10:51.738 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_get_stale_amphora [0.207702s] ... ok 2019-06-07 06:10:49.534 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN fbsdkanztj 2019-06-07 06:10:49.821 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.825 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fbsdkanztj 2019-06-07 06:10:49.826 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_reject_to_rdr_url [0.298262s] ... ok 2019-06-07 06:10:50.063 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] CREATE BACKEND sqlite:// TOKEN nuqtyxhgkc 2019-06-07 06:10:50.450 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.454 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nuqtyxhgkc 2019-06-07 06:10:50.455 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_invalid_value_string [0.398001s] ... ok 2019-06-07 06:10:53.450 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] CREATE BACKEND sqlite:// TOKEN bmjjsmsoyo 2019-06-07 06:10:53.564 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.566 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bmjjsmsoyo 2019-06-07 06:10:53.567 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_delete_non_existent [0.120404s] ... ok 2019-06-07 06:10:52.238 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] CREATE BACKEND sqlite:// TOKEN nmfepyppar 2019-06-07 06:10:52.404 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.406 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nmfepyppar 2019-06-07 06:10:52.407 10544 INFO oslo_db.sqlalchemy.provision [req-330097bb-394b-417f-aa59-56f7d1d9d57b - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_get [0.175172s] ... ok 2019-06-07 06:10:48.834 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] CREATE BACKEND sqlite:// TOKEN lmtlmpyrfe 2019-06-07 06:10:49.151 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.155 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lmtlmpyrfe 2019-06-07 06:10:49.155 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_data_model_graph_traversal [0.326955s] ... ok 2019-06-07 06:10:50.816 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] CREATE BACKEND sqlite:// TOKEN flkvwtbllu 2019-06-07 06:10:51.009 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.012 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN flkvwtbllu 2019-06-07 06:10:51.013 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_check_amphora_expired_default_exp_age [0.203168s] ... ok 2019-06-07 06:10:52.142 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] CREATE BACKEND sqlite:// TOKEN tspdrtescq 2019-06-07 06:10:52.341 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.345 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tspdrtescq 2019-06-07 06:10:52.345 10528 INFO oslo_db.sqlalchemy.provision [req-2d13dabd-bf72-49e2-a889-3754f925f6d7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_get [0.209540s] ... ok 2019-06-07 06:10:47.209 10531 INFO oslo_db.sqlalchemy.provision [req-a915b74c-4120-45d5-95a8-983cc3063cf6 - - - - -] CREATE BACKEND sqlite:// TOKEN jvvbryibzd 2019-06-07 06:10:47.589 10531 INFO octavia.common.config [req-a915b74c-4120-45d5-95a8-983cc3063cf6 - - - - -] Logging enabled! 2019-06-07 06:10:47.590 10531 INFO octavia.common.config [req-a915b74c-4120-45d5-95a8-983cc3063cf6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.693 10531 WARNING octavia.api.root_controller [req-a915b74c-4120-45d5-95a8-983cc3063cf6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.762 10531 INFO octavia.api.v2.controllers.load_balancer [req-263d7b4b-1663-45a9-9ae8-7e02939720e5 - - - - -] Sending created Load Balancer b4739f04-4d7b-40f7-89f0-843a0507a9e9 to the handler 2019-06-07 06:10:48.001 10531 INFO octavia.api.v2.controllers.listener [req-bdd3fef9-4f47-42cc-afd7-81c7995eadb7 - - - - -] Sending Creation of Listener c15d2598-c483-4251-bbe6-0a3c3596fade to handler 2019-06-07 06:10:48.361 10531 INFO octavia.api.v2.controllers.pool [req-f29403ea-23c1-434f-9415-675665925e3d - - - - -] Sending Creation of Pool e3dbedd1-092a-476a-b150-a8a46b00335e to handler 2019-06-07 06:10:48.747 10531 INFO octavia.api.v2.controllers.pool [req-a477f34a-ffce-4037-9c86-45accf2fc352 - - - - -] Sending Creation of Pool ab7d0da2-c63f-4360-acaf-07c2002dd017 to handler 2019-06-07 06:10:48.938 10531 INFO octavia.api.v2.controllers.load_balancer [req-210f376e-d6a1-417b-a633-342a03e37248 - - - - -] Sending created Load Balancer a8bcfdfb-4cbe-4c8b-ad0c-4304373409dd to the handler 2019-06-07 06:10:49.032 10531 INFO octavia.api.v2.controllers.pool [req-174fe213-149a-46b7-adfd-c8bc9012c8f5 - - - - -] Sending Creation of Pool 577ff187-39d5-44c3-aa35-7c6b2122559d to handler 2019-06-07 06:10:49.230 10531 INFO oslo_db.sqlalchemy.provision [req-0fe66e04-605f-48a3-8820-42df9b0b6a65 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.234 10531 INFO oslo_db.sqlalchemy.provision [req-0fe66e04-605f-48a3-8820-42df9b0b6a65 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jvvbryibzd 2019-06-07 06:10:49.235 10531 INFO oslo_db.sqlalchemy.provision [req-0fe66e04-605f-48a3-8820-42df9b0b6a65 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_create_pool_in_error [2.038865s] ... ok 2019-06-07 06:10:50.814 10553 INFO oslo_db.sqlalchemy.provision [req-b64a8499-d0fa-4100-a430-3d0f6366586e - - - - -] CREATE BACKEND sqlite:// TOKEN apctwcwjnm 2019-06-07 06:10:50.960 10553 INFO octavia.common.config [req-b64a8499-d0fa-4100-a430-3d0f6366586e - - - - -] Logging enabled! 2019-06-07 06:10:50.961 10553 INFO octavia.common.config [req-b64a8499-d0fa-4100-a430-3d0f6366586e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.987 10553 WARNING octavia.api.root_controller [req-b64a8499-d0fa-4100-a430-3d0f6366586e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.005 10553 INFO octavia.api.v2.controllers.load_balancer [req-84fcf5e8-f28b-46d7-a1a0-4d1f07c240a5 - - - - -] Sending created Load Balancer 2eedd8e5-3ca1-4951-93d3-2a8957122828 to the handler 2019-06-07 06:10:51.079 10553 INFO octavia.api.v2.controllers.listener [req-bf0de19a-a589-4977-ac78-cc35bd5effb5 - - - - -] Sending Creation of Listener 4cf71fd7-8435-4170-8b52-10c87b2d932d to handler 2019-06-07 06:10:51.208 10553 INFO octavia.api.v2.controllers.pool [req-0c43591d-54b8-4476-8c1f-9dd27de7369c - - - - -] Sending Creation of Pool 62b22e3d-383b-4c89-9237-6854fbabde3e to handler 2019-06-07 06:10:51.528 10553 INFO oslo_db.sqlalchemy.provision [req-f49394e0-9e88-4c6a-8100-d7d30da8703c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.532 10553 INFO oslo_db.sqlalchemy.provision [req-f49394e0-9e88-4c6a-8100-d7d30da8703c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN apctwcwjnm 2019-06-07 06:10:51.532 10553 INFO oslo_db.sqlalchemy.provision [req-f49394e0-9e88-4c6a-8100-d7d30da8703c - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_proxy_protocol [0.724935s] ... ok 2019-06-07 06:10:45.544 10549 INFO oslo_db.sqlalchemy.provision [req-923eba5c-6436-46ab-8945-04a8e9a4709b - - - - -] CREATE BACKEND sqlite:// TOKEN txzhoeczxh 2019-06-07 06:10:45.708 10549 INFO octavia.common.config [req-923eba5c-6436-46ab-8945-04a8e9a4709b - - - - -] Logging enabled! 2019-06-07 06:10:45.708 10549 INFO octavia.common.config [req-923eba5c-6436-46ab-8945-04a8e9a4709b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.754 10549 WARNING octavia.api.root_controller [req-923eba5c-6436-46ab-8945-04a8e9a4709b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.781 10549 INFO octavia.api.v2.controllers.load_balancer [req-a610cf16-113f-4186-8c93-65ecf9e76207 - - - - -] Sending created Load Balancer f6915c28-b9b0-4d9d-88ea-716c881fce50 to the handler 2019-06-07 06:10:45.868 10549 INFO octavia.api.v2.controllers.listener [req-38fafafb-4b8d-40a8-80ae-498b9abc9607 - - - - -] Sending Creation of Listener e8f650ee-b0f8-41f5-9edd-9e6a3594c35d to handler 2019-06-07 06:10:45.994 10549 INFO octavia.api.v2.controllers.pool [req-591b47d2-ee46-4cb4-80db-575acfbbbd9d - - - - -] Sending Creation of Pool f036dc6d-c86d-498f-83ef-c9b935b8c960 to handler 2019-06-07 06:10:46.181 10549 INFO octavia.api.v2.controllers.pool [req-104bb7df-64ff-4290-808c-7d7b29083df2 - - - - -] Sending Creation of Pool 215b91aa-8cff-49b8-9a72-313e47bf56ff to handler 2019-06-07 06:10:46.422 10549 INFO octavia.api.v2.controllers.pool [req-cb5844fd-24a9-41bd-94e8-11c2d71bba43 - - - - -] Sending Creation of Pool f1b16b72-94a7-4580-9593-87ab4b18ec0a to handler 2019-06-07 06:10:46.702 10549 INFO oslo_db.sqlalchemy.provision [req-c87a3623-1cfc-4f75-a79d-75cb945f2b8e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.706 10549 INFO oslo_db.sqlalchemy.provision [req-c87a3623-1cfc-4f75-a79d-75cb945f2b8e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN txzhoeczxh 2019-06-07 06:10:46.706 10549 INFO oslo_db.sqlalchemy.provision [req-c87a3623-1cfc-4f75-a79d-75cb945f2b8e - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_fields_filter [1.169178s] ... ok 2019-06-07 06:10:52.479 10536 INFO oslo_db.sqlalchemy.provision [req-887e3b3a-1713-4b9d-ad1d-099cf5497575 - - - - -] CREATE BACKEND sqlite:// TOKEN mwkrmlhnpa 2019-06-07 06:10:52.594 10536 INFO octavia.common.config [req-887e3b3a-1713-4b9d-ad1d-099cf5497575 - - - - -] Logging enabled! 2019-06-07 06:10:52.594 10536 INFO octavia.common.config [req-887e3b3a-1713-4b9d-ad1d-099cf5497575 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:52.640 10536 WARNING octavia.api.root_controller [req-887e3b3a-1713-4b9d-ad1d-099cf5497575 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:52.665 10536 INFO octavia.api.v2.controllers.load_balancer [req-fc06eacb-80cc-402b-9b07-7eb54bdfeb6c - - - - -] Sending created Load Balancer f712d2ff-f51b-42f0-a0ac-ec4459e8044c to the handler 2019-06-07 06:10:52.752 10536 INFO octavia.api.v2.controllers.pool [req-5b31aabb-254e-40a2-8de8-5bb46c4e64e2 - - - - -] Sending Creation of Pool 78e58b70-e17c-40b6-b992-de1dc6026041 to handler 2019-06-07 06:10:52.892 10536 INFO octavia.api.v2.controllers.listener [req-0cf85b11-2920-4dbd-aae5-69ac495f8726 - - - - -] Sending Creation of Listener 9116354f-baa7-4fb6-9d13-ae35f56fec4f to handler 2019-06-07 06:10:53.018 10536 INFO oslo_db.sqlalchemy.provision [req-5d5f41b2-0dad-4fa9-8822-a5f2afcd2565 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.021 10536 INFO oslo_db.sqlalchemy.provision [req-5d5f41b2-0dad-4fa9-8822-a5f2afcd2565 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mwkrmlhnpa 2019-06-07 06:10:53.022 10536 INFO oslo_db.sqlalchemy.provision [req-5d5f41b2-0dad-4fa9-8822-a5f2afcd2565 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_hides_deleted [0.547613s] ... ok 2019-06-07 06:10:51.556 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] CREATE BACKEND sqlite:// TOKEN ppxzxevhmf 2019-06-07 06:10:51.766 10547 ERROR octavia.db.repositories [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] Quota decrement on called on project: 6a16728c-67cd-424a-9416-a09520bdbf34 with no quota record in the database. 2019-06-07 06:10:51.780 10547 WARNING octavia.db.repositories [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] Quota project lock timed out for project: 95b4cfe8-ebce-4b0e-a458-9bb1bb2d0071: DBDeadlock: None 2019-06-07 06:10:51.795 10547 WARNING octavia.db.repositories [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] Quota decrement on called on project: 11a6c2d4-4b89-4d75-ba57-ed0e69bce2b4 that would cause a negative quota. 2019-06-07 06:10:51.868 10547 WARNING octavia.db.repositories [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] Quota decrement on called on project: 0dfc2417-4269-4550-aa18-15794c413e0b that would cause a negative quota. 2019-06-07 06:10:51.920 10547 WARNING octavia.db.repositories [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] Quota decrement on called on project: 6d899b36-af76-44b7-8291-a665b8d69723 that would cause a negative quota. 2019-06-07 06:10:51.987 10547 WARNING octavia.db.repositories [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] Quota decrement on called on project: 34e5f103-1812-46f7-8c9c-55512df0fb8e that would cause a negative quota. 2019-06-07 06:10:52.053 10547 WARNING octavia.db.repositories [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] Quota decrement on called on project: 613f7213-bd11-4958-a104-7340e0bd356a that would cause a negative quota. 2019-06-07 06:10:52.135 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.139 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ppxzxevhmf 2019-06-07 06:10:52.140 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:46.214 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] CREATE BACKEND sqlite:// TOKEN kgbokfuuqj 2019-06-07 06:10:46.399 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.403 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kgbokfuuqj 2019-06-07 06:10:46.403 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_decrement_quota [0.592341s] ... ok {2} octavia.tests.functional.db.test_models.ListenerModelTest.test_create [0.195953s] ... ok 2019-06-07 06:10:51.745 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] CREATE BACKEND sqlite:// TOKEN yeabzqzpsr 2019-06-07 06:10:51.947 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.950 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yeabzqzpsr 2019-06-07 06:10:51.951 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create_with_invalid_redirect_url [0.212406s] ... ok 2019-06-07 06:10:50.353 10555 INFO oslo_db.sqlalchemy.provision [req-0744760a-ae9f-4529-9d15-c663b533651d - - - - -] CREATE BACKEND sqlite:// TOKEN odwwhbawzu 2019-06-07 06:10:50.514 10555 INFO octavia.common.config [req-0744760a-ae9f-4529-9d15-c663b533651d - - - - -] Logging enabled! 2019-06-07 06:10:50.515 10555 INFO octavia.common.config [req-0744760a-ae9f-4529-9d15-c663b533651d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.561 10555 WARNING octavia.api.root_controller [req-0744760a-ae9f-4529-9d15-c663b533651d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.590 10555 INFO octavia.api.v2.controllers.load_balancer [req-60e4091d-b37b-4ba1-805b-bcb098dfa792 - - - - -] Sending created Load Balancer 679c84d4-bedb-493b-9fed-fadd30fb6b4c to the handler 2019-06-07 06:10:50.675 10555 INFO octavia.api.v2.controllers.listener [req-02c5e00c-85ff-4f6a-87bb-6a782f0c93fa - - - - -] Sending Creation of Listener ca1eb2b4-ff4e-49cc-9860-80a3c3908ca0 to handler 2019-06-07 06:10:50.844 10555 INFO octavia.api.v2.controllers.pool [req-f3fce4db-3a5d-4756-abf1-971f5e018d97 - - - - -] Sending Creation of Pool 91d6f0c5-1b2d-4d45-8fdb-25e988d257cb to handler 2019-06-07 06:10:51.010 10555 INFO octavia.api.v2.controllers.load_balancer [req-7e0dfacb-be1f-4324-9b74-3fb84094fc75 - - - - -] Sending deleted Load Balancer 679c84d4-bedb-493b-9fed-fadd30fb6b4c to the handler 2019-06-07 06:10:51.050 10555 INFO octavia.api.v2.controllers.pool [req-6e6225e2-124a-41db-96a4-2199b0a0f4a1 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:51.075 10555 INFO oslo_db.sqlalchemy.provision [req-6e6225e2-124a-41db-96a4-2199b0a0f4a1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.079 10555 INFO oslo_db.sqlalchemy.provision [req-6e6225e2-124a-41db-96a4-2199b0a0f4a1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN odwwhbawzu 2019-06-07 06:10:51.079 10555 INFO oslo_db.sqlalchemy.provision [req-6e6225e2-124a-41db-96a4-2199b0a0f4a1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_when_lb_pending_delete [0.733456s] ... ok 2019-06-07 06:10:49.668 10543 INFO oslo_db.sqlalchemy.provision [req-c7586513-ba38-4413-bd44-6eadcc365b2f - - - - -] CREATE BACKEND sqlite:// TOKEN ginrdngjqs 2019-06-07 06:10:49.831 10543 INFO octavia.common.config [req-c7586513-ba38-4413-bd44-6eadcc365b2f - - - - -] Logging enabled! 2019-06-07 06:10:49.832 10543 INFO octavia.common.config [req-c7586513-ba38-4413-bd44-6eadcc365b2f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.877 10543 WARNING octavia.api.root_controller [req-c7586513-ba38-4413-bd44-6eadcc365b2f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.904 10543 INFO octavia.api.v2.controllers.load_balancer [req-5b4d56c3-ac00-4f5a-8d83-955da4e9eb7e - - - - -] Sending created Load Balancer 3d4a330b-8c27-419e-b120-698cebe4eb13 to the handler 2019-06-07 06:10:49.995 10543 INFO octavia.api.v2.controllers.listener [req-a9db7cf6-6d0c-426b-a6ba-c14bcc856cf2 - - - - -] Sending Creation of Listener a5a9dad8-b442-4d34-b43b-68ed34abc4af to handler 2019-06-07 06:10:50.200 10543 INFO octavia.api.v2.controllers.pool [req-be369f88-1883-49d8-8137-7f2a2a2f8168 - - - - -] Sending Creation of Pool bc40d7f7-1ead-4a42-b1c1-6df1e01c7a89 to handler 2019-06-07 06:10:50.416 10543 INFO octavia.api.v2.controllers.pool [req-152d6863-f8b4-43dc-8a68-8e9734c24f53 - - - - -] Sending Update of Pool bc40d7f7-1ead-4a42-b1c1-6df1e01c7a89 to handler 2019-06-07 06:10:50.625 10543 INFO oslo_db.sqlalchemy.provision [req-d73efbb7-244f-4abb-875d-39dd3f55488c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.628 10543 INFO oslo_db.sqlalchemy.provision [req-d73efbb7-244f-4abb-875d-39dd3f55488c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ginrdngjqs 2019-06-07 06:10:50.629 10543 INFO oslo_db.sqlalchemy.provision [req-d73efbb7-244f-4abb-875d-39dd3f55488c - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_session_persistence [0.967050s] ... ok 2019-06-07 06:10:54.530 10532 INFO oslo_db.sqlalchemy.provision [req-f88f210b-2800-4eff-bb09-afde2b6c9749 - - - - -] CREATE BACKEND sqlite:// TOKEN inmiqdbuhv 2019-06-07 06:10:54.627 10532 INFO octavia.common.config [req-f88f210b-2800-4eff-bb09-afde2b6c9749 - - - - -] Logging enabled! 2019-06-07 06:10:54.627 10532 INFO octavia.common.config [req-f88f210b-2800-4eff-bb09-afde2b6c9749 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:54.652 10532 WARNING octavia.api.root_controller [req-f88f210b-2800-4eff-bb09-afde2b6c9749 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:54.704 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.706 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN inmiqdbuhv 2019-06-07 06:10:54.706 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_custom_quotas [0.180454s] ... ok 2019-06-07 06:10:53.571 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] CREATE BACKEND sqlite:// TOKEN ksbqrhesjh 2019-06-07 06:10:53.697 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.699 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ksbqrhesjh 2019-06-07 06:10:53.700 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:49.833 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN syxzawfgtk 2019-06-07 06:10:50.178 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.182 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN syxzawfgtk 2019-06-07 06:10:50.182 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_get_all [0.355588s] ... ok {10} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_update [0.132762s] ... ok 2019-06-07 06:10:50.462 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] CREATE BACKEND sqlite:// TOKEN zkbxpobrbf 2019-06-07 06:10:50.696 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.700 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zkbxpobrbf 2019-06-07 06:10:50.700 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_listener [0.244605s] ... ok 2019-06-07 06:10:51.020 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] CREATE BACKEND sqlite:// TOKEN ndknysabes 2019-06-07 06:10:51.272 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.276 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ndknysabes 2019-06-07 06:10:51.276 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule [0.262291s] ... ok 2019-06-07 06:10:49.162 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] CREATE BACKEND sqlite:// TOKEN hnjzrcksch 2019-06-07 06:10:49.488 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.492 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hnjzrcksch 2019-06-07 06:10:49.492 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_graph_completeness [0.336737s] ... ok 2019-06-07 06:10:53.567 10548 INFO oslo_db.sqlalchemy.provision [req-2d740de0-52bb-44df-b7f4-780c6c85c038 - - - - -] CREATE BACKEND sqlite:// TOKEN miguffoddu 2019-06-07 06:10:53.662 10548 INFO octavia.common.config [req-2d740de0-52bb-44df-b7f4-780c6c85c038 - - - - -] Logging enabled! 2019-06-07 06:10:53.662 10548 INFO octavia.common.config [req-2d740de0-52bb-44df-b7f4-780c6c85c038 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:53.688 10548 WARNING octavia.api.root_controller [req-2d740de0-52bb-44df-b7f4-780c6c85c038 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:53.703 10548 INFO octavia.api.v2.controllers.load_balancer [req-79176d23-f86a-433a-bb9b-852278f0e323 - - - - -] Sending created Load Balancer 2320b7b0-67b0-4642-9e5b-51c36b2d8b51 to the handler 2019-06-07 06:10:53.752 10548 INFO octavia.api.v2.controllers.listener [req-ad0c97f2-b674-4fe1-b1ee-7816eb87a144 - - - - -] Sending Creation of Listener c7cd5709-c129-4f9f-b098-2fb67e427b67 to handler 2019-06-07 06:10:53.857 10548 INFO octavia.api.v2.controllers.pool [req-9a3ed191-315f-4972-bfbe-860cb0301df4 - - - - -] Sending Creation of Pool d65bab11-1c67-47d5-b3e3-0fa831889ea2 to handler 2019-06-07 06:10:53.960 10548 INFO oslo_db.sqlalchemy.provision [req-b744a5f7-668b-492e-bff7-d68ce7b69c45 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.962 10548 INFO oslo_db.sqlalchemy.provision [req-b744a5f7-668b-492e-bff7-d68ce7b69c45 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN miguffoddu 2019-06-07 06:10:53.963 10548 INFO oslo_db.sqlalchemy.provision [req-b744a5f7-668b-492e-bff7-d68ce7b69c45 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_authorized [0.399123s] ... ok 2019-06-07 06:10:46.412 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] CREATE BACKEND sqlite:// TOKEN mstozjnqbx 2019-06-07 06:10:46.604 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.608 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mstozjnqbx 2019-06-07 06:10:46.609 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.VipModelTest.test_delete [0.203533s] ... ok 2019-06-07 06:10:46.705 10557 INFO oslo_db.sqlalchemy.provision [req-9c84aab2-68ec-4b18-977d-b9e36e498dcf - - - - -] CREATE BACKEND sqlite:// TOKEN lnvfvsedzy 2019-06-07 06:10:46.921 10557 INFO octavia.common.config [req-9c84aab2-68ec-4b18-977d-b9e36e498dcf - - - - -] Logging enabled! 2019-06-07 06:10:46.922 10557 INFO octavia.common.config [req-9c84aab2-68ec-4b18-977d-b9e36e498dcf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.973 10557 WARNING octavia.api.root_controller [req-9c84aab2-68ec-4b18-977d-b9e36e498dcf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.999 10557 INFO octavia.api.v2.controllers.load_balancer [req-e4d881df-66f7-4a71-91b3-d89ebc355101 - - - - -] Sending created Load Balancer d772ed2a-31f5-47b1-a7a7-b126181aa2f2 to the handler 2019-06-07 06:10:47.083 10557 INFO octavia.api.v2.controllers.listener [req-eb209fe5-efac-44d5-9053-3f4709dcee89 - - - - -] Sending Creation of Listener 98564dca-b640-471f-9535-d85f797a8ae7 to handler 2019-06-07 06:10:47.227 10557 INFO octavia.api.v2.controllers.pool [req-fd27b2b1-015d-4b7a-b865-42971de0ca8d - - - - -] Sending Creation of Pool 153f985b-709c-42dd-b20c-8d16c2b3b219 to handler 2019-06-07 06:10:47.446 10557 INFO octavia.api.v2.controllers.pool [req-0c4ea028-963a-450c-ac68-c22a4ff16a75 - - - - -] Sending Creation of Pool 7acc8db0-fbb5-48bf-979c-00e8adb3f23e to handler 2019-06-07 06:10:47.709 10557 INFO octavia.api.v2.controllers.member [req-fdd979da-21ff-4b4b-a924-dff61d5cce21 - - - - -] Sending Creation of Member f2b3e9a9-8561-4b09-9738-84eadc242923 to handler 2019-06-07 06:10:48.011 10557 INFO octavia.api.v2.controllers.member [req-04cf5f56-bca3-41ac-afa5-49d6e1662941 - - - - -] Sending Creation of Member c1e69439-45e4-4a80-8e69-07bdc07e4caf to handler 2019-06-07 06:10:48.343 10557 INFO octavia.api.v2.controllers.member [req-eabacc2d-f573-4c34-b7a6-24299e05a4b5 - - - - -] Sending Creation of Member 224b181a-e16b-46a3-a738-befded188ee5 to handler 2019-06-07 06:10:48.607 10557 INFO oslo_db.sqlalchemy.provision [req-defc21f0-fd65-4cf9-a725-cf8b15eb4f08 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.611 10557 INFO oslo_db.sqlalchemy.provision [req-defc21f0-fd65-4cf9-a725-cf8b15eb4f08 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lnvfvsedzy 2019-06-07 06:10:48.611 10557 INFO oslo_db.sqlalchemy.provision [req-defc21f0-fd65-4cf9-a725-cf8b15eb4f08 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_filter [1.912420s] ... ok 2019-06-07 06:10:52.147 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] CREATE BACKEND sqlite:// TOKEN ofwotzynik 2019-06-07 06:10:52.335 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.339 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ofwotzynik 2019-06-07 06:10:52.339 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.BaseRepositoryTest.test_get_all_return_value [0.198934s] ... ok 2019-06-07 06:10:48.022 10541 INFO oslo_db.sqlalchemy.provision [req-6a36460a-4cb4-4328-a6da-c202eeb12c79 - - - - -] CREATE BACKEND sqlite:// TOKEN ttyptgwkpn 2019-06-07 06:10:48.185 10541 INFO octavia.common.config [req-6a36460a-4cb4-4328-a6da-c202eeb12c79 - - - - -] Logging enabled! 2019-06-07 06:10:48.186 10541 INFO octavia.common.config [req-6a36460a-4cb4-4328-a6da-c202eeb12c79 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.233 10541 WARNING octavia.api.root_controller [req-6a36460a-4cb4-4328-a6da-c202eeb12c79 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.260 10541 INFO octavia.api.v2.controllers.load_balancer [req-e8f93c97-1fd2-4923-9489-ce424a8c08f0 - - - - -] Sending created Load Balancer 058a5026-1991-44a7-b91b-bfa5a2f68cc8 to the handler 2019-06-07 06:10:48.299 10541 INFO octavia.api.v2.controllers.load_balancer [req-18a1b449-a281-40b5-83bd-f455a69f2651 - - - - -] Sending created Load Balancer c8977df5-de5d-43d4-9db5-4816050ce0e4 to the handler 2019-06-07 06:10:48.385 10541 INFO oslo_db.sqlalchemy.provision [req-b3762e66-173b-4255-92f1-8b124dd7a78f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.389 10541 INFO oslo_db.sqlalchemy.provision [req-b3762e66-173b-4255-92f1-8b124dd7a78f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ttyptgwkpn 2019-06-07 06:10:48.390 10541 INFO oslo_db.sqlalchemy.provision [req-b3762e66-173b-4255-92f1-8b124dd7a78f - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_admin_state_up_filter [0.374137s] ... ok 2019-06-07 06:10:51.958 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] CREATE BACKEND sqlite:// TOKEN ddysllritx 2019-06-07 06:10:52.209 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.213 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ddysllritx 2019-06-07 06:10:52.214 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule [0.262327s] ... ok 2019-06-07 06:10:48.730 10545 INFO oslo_db.sqlalchemy.provision [req-afb0ffe2-e116-4023-a5c3-28008ca7d1bc - - - - -] CREATE BACKEND sqlite:// TOKEN cvsutotjkh 2019-06-07 06:10:48.892 10545 INFO octavia.common.config [req-afb0ffe2-e116-4023-a5c3-28008ca7d1bc - - - - -] Logging enabled! 2019-06-07 06:10:48.893 10545 INFO octavia.common.config [req-afb0ffe2-e116-4023-a5c3-28008ca7d1bc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.939 10545 WARNING octavia.api.root_controller [req-afb0ffe2-e116-4023-a5c3-28008ca7d1bc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.965 10545 INFO octavia.api.v2.controllers.load_balancer [req-5dddc211-14b3-49f6-aea9-6f4e2f822600 - - - - -] Sending created Load Balancer ef5cebad-dcbd-481a-b4f3-102a9abb16b1 to the handler 2019-06-07 06:10:49.055 10545 INFO octavia.api.v2.controllers.pool [req-1d6b28d4-ec85-4d2c-a043-5fb27696ea3d - - - - -] Sending Creation of Pool d66e121e-536c-42a1-b52f-1ab26c2ad2e5 to handler 2019-06-07 06:10:49.201 10545 INFO octavia.api.v2.controllers.listener [req-18256533-1895-44f6-93df-faa1804d7515 - - - - -] Sending Creation of Listener a412dea0-d018-465e-a7d8-943bbbf289bf to handler 2019-06-07 06:10:49.305 10545 INFO oslo_db.sqlalchemy.provision [req-f8533489-7e82-451e-84eb-0e910b5c2492 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.309 10545 INFO oslo_db.sqlalchemy.provision [req-f8533489-7e82-451e-84eb-0e910b5c2492 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cvsutotjkh 2019-06-07 06:10:49.309 10545 INFO oslo_db.sqlalchemy.provision [req-f8533489-7e82-451e-84eb-0e910b5c2492 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_authorized [0.585540s] ... ok 2019-06-07 06:10:54.711 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] CREATE BACKEND sqlite:// TOKEN lgsdeixfrk 2019-06-07 06:10:54.817 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.819 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lgsdeixfrk 2019-06-07 06:10:54.820 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_models.AmphoraHealthModelTest.test_create [0.112968s] ... ok 2019-06-07 06:10:53.704 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] CREATE BACKEND sqlite:// TOKEN zmgxcmtptd 2019-06-07 06:10:53.838 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.841 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zmgxcmtptd 2019-06-07 06:10:53.841 10538 INFO oslo_db.sqlalchemy.provision [req-4a56b85f-ae36-4624-9cc9-8a5305a5b8f3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_repositories.VRRPGroupRepositoryTest.test_get_all_return_value [0.141339s] ... ok 2019-06-07 06:10:50.707 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] CREATE BACKEND sqlite:// TOKEN lhogbepytx 2019-06-07 06:10:50.910 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.914 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lhogbepytx 2019-06-07 06:10:50.914 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_immutable [0.213740s] ... ok 2019-06-07 06:10:50.189 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN lorzzxmviu 2019-06-07 06:10:50.389 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.393 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lorzzxmviu 2019-06-07 06:10:50.394 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_check_load_balancer_expired_default_exp_age [0.210712s] ... ok 2019-06-07 06:10:47.528 10550 INFO oslo_db.sqlalchemy.provision [req-e564e7c8-ab4f-460e-905a-01b12bbed5b0 - - - - -] CREATE BACKEND sqlite:// TOKEN umppnaxybo 2019-06-07 06:10:47.722 10550 INFO octavia.common.config [req-e564e7c8-ab4f-460e-905a-01b12bbed5b0 - - - - -] Logging enabled! 2019-06-07 06:10:47.723 10550 INFO octavia.common.config [req-e564e7c8-ab4f-460e-905a-01b12bbed5b0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.780 10550 WARNING octavia.api.root_controller [req-e564e7c8-ab4f-460e-905a-01b12bbed5b0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.811 10550 INFO octavia.api.v2.controllers.load_balancer [req-0ad8010a-2762-4dc5-88dd-0249bb3dd0d3 - - - - -] Sending created Load Balancer 6b8c5cdb-e3ef-4451-a794-942c76b00e5a to the handler 2019-06-07 06:10:47.915 10550 INFO octavia.api.v2.controllers.listener [req-9aec6c4e-8723-4a3b-b7cc-f7c485cf67c7 - - - - -] Sending Creation of Listener ecd879d7-952b-4072-84f8-d45a24fda2f7 to handler 2019-06-07 06:10:48.078 10550 INFO octavia.api.v2.controllers.pool [req-2b1d7971-e4e4-4011-9964-d6c7c3524dca - - - - -] Sending Creation of Pool 5d468a47-2a59-48cb-8e31-b406940e2d87 to handler 2019-06-07 06:10:48.359 10550 INFO octavia.api.v2.controllers.pool [req-ee74e308-aec2-4e4f-939a-05fcd5571544 - - - - -] Sending Creation of Pool 29e2672b-b68a-428c-905a-fe5e627c389b to handler 2019-06-07 06:10:48.713 10550 INFO octavia.api.v2.controllers.member [req-8405613a-46d7-4e54-9730-6ab737b20af0 - - - - -] Sending Creation of Member 2c19f8b5-b78a-49f6-ba57-af5c5109a7d4 to handler 2019-06-07 06:10:48.798 10550 INFO oslo_db.sqlalchemy.provision [req-8405613a-46d7-4e54-9730-6ab737b20af0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.803 10550 INFO oslo_db.sqlalchemy.provision [req-8405613a-46d7-4e54-9730-6ab737b20af0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN umppnaxybo 2019-06-07 06:10:48.804 10550 INFO oslo_db.sqlalchemy.provision [req-8405613a-46d7-4e54-9730-6ab737b20af0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_valid_subnet [1.284043s] ... ok 2019-06-07 06:10:51.283 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] CREATE BACKEND sqlite:// TOKEN gdyvkopoep 2019-06-07 06:10:51.534 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.539 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gdyvkopoep 2019-06-07 06:10:51.539 10535 INFO oslo_db.sqlalchemy.provision [req-fc4306c3-531c-4e16-80cc-ff1a3c0cd035 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_create [0.262840s] ... ok 2019-06-07 06:10:49.499 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] CREATE BACKEND sqlite:// TOKEN qufcgjambv 2019-06-07 06:10:49.802 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.806 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qufcgjambv 2019-06-07 06:10:49.806 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_load_balancer_tree [0.313657s] ... ok 2019-06-07 06:10:46.617 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] CREATE BACKEND sqlite:// TOKEN vhlgclyzbr 2019-06-07 06:10:46.835 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.840 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vhlgclyzbr 2019-06-07 06:10:46.840 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_all_repos_has_correct_repos [0.231461s] ... ok 2019-06-07 06:10:52.347 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] CREATE BACKEND sqlite:// TOKEN irjatykvwq 2019-06-07 06:10:52.582 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.586 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN irjatykvwq 2019-06-07 06:10:52.586 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_bad_compare_type [0.246036s] ... ok 2019-06-07 06:10:52.658 10559 INFO oslo_db.sqlalchemy.provision [req-3e253fdb-76b7-4184-b8d4-e26c13b11879 - - - - -] CREATE BACKEND sqlite:// TOKEN auuuboqpwr 2019-06-07 06:10:52.771 10559 INFO octavia.common.config [req-3e253fdb-76b7-4184-b8d4-e26c13b11879 - - - - -] Logging enabled! 2019-06-07 06:10:52.772 10559 INFO octavia.common.config [req-3e253fdb-76b7-4184-b8d4-e26c13b11879 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:52.798 10559 WARNING octavia.api.root_controller [req-3e253fdb-76b7-4184-b8d4-e26c13b11879 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:52.814 10559 INFO octavia.api.v2.controllers.load_balancer [req-d4b78822-927b-486e-9b53-2519b0775d7e - - - - -] Sending created Load Balancer b9b78c8f-f3aa-4926-9e9e-ed8dfbf16005 to the handler 2019-06-07 06:10:52.864 10559 INFO octavia.api.v2.controllers.listener [req-e154639e-ef64-48f9-8f4c-1d53977ef5c1 - - - - -] Sending Creation of Listener 9210fcb8-b330-4408-832f-b23318195459 to handler 2019-06-07 06:10:52.993 10559 INFO octavia.api.v2.controllers.pool [req-6ad5e336-70b8-47ff-a2eb-a6624e9fe62a - - - - -] Sending Creation of Pool f3c0f721-3f52-49ea-9a01-49a41a6a7e66 to handler 2019-06-07 06:10:53.142 10559 INFO oslo_db.sqlalchemy.provision [req-ee9f064c-e17a-4239-9ca8-18a2b98ec677 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.145 10559 INFO oslo_db.sqlalchemy.provision [req-ee9f064c-e17a-4239-9ca8-18a2b98ec677 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN auuuboqpwr 2019-06-07 06:10:53.146 10559 INFO oslo_db.sqlalchemy.provision [req-ee9f064c-e17a-4239-9ca8-18a2b98ec677 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_hides_deleted [0.492935s] ... ok 2019-06-07 06:10:51.087 10555 INFO oslo_db.sqlalchemy.provision [req-6e6225e2-124a-41db-96a4-2199b0a0f4a1 - - - - -] CREATE BACKEND sqlite:// TOKEN pesocjzeyk 2019-06-07 06:10:51.248 10555 INFO octavia.common.config [req-6e6225e2-124a-41db-96a4-2199b0a0f4a1 - - - - -] Logging enabled! 2019-06-07 06:10:51.249 10555 INFO octavia.common.config [req-6e6225e2-124a-41db-96a4-2199b0a0f4a1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.294 10555 WARNING octavia.api.root_controller [req-6e6225e2-124a-41db-96a4-2199b0a0f4a1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.355 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.359 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pesocjzeyk 2019-06-07 06:10:51.360 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:50.637 10543 INFO oslo_db.sqlalchemy.provision [req-d73efbb7-244f-4abb-875d-39dd3f55488c - - - - -] CREATE BACKEND sqlite:// TOKEN bhukvwqvkd 2019-06-07 06:10:50.798 10543 INFO octavia.common.config [req-d73efbb7-244f-4abb-875d-39dd3f55488c - - - - -] Logging enabled! 2019-06-07 06:10:50.799 10543 INFO octavia.common.config [req-d73efbb7-244f-4abb-875d-39dd3f55488c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.846 10543 WARNING octavia.api.root_controller [req-d73efbb7-244f-4abb-875d-39dd3f55488c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.913 10543 INFO oslo_db.sqlalchemy.provision [req-aab8c59b-1bb3-4e50-822b-5d71a13bd869 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.917 10543 INFO oslo_db.sqlalchemy.provision [req-aab8c59b-1bb3-4e50-822b-5d71a13bd869 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bhukvwqvkd 2019-06-07 06:10:50.918 10543 INFO oslo_db.sqlalchemy.provision [req-aab8c59b-1bb3-4e50-822b-5d71a13bd869 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_quotas [0.279757s] ... ok {15} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_quota_admin [0.287876s] ... ok 2019-06-07 06:10:52.221 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] CREATE BACKEND sqlite:// TOKEN kgrynqlktr 2019-06-07 06:10:52.372 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.375 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kgrynqlktr 2019-06-07 06:10:52.375 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_immutable_raise [0.160113s] ... ok 2019-06-07 06:10:53.027 10536 INFO oslo_db.sqlalchemy.provision [req-5d5f41b2-0dad-4fa9-8822-a5f2afcd2565 - - - - -] CREATE BACKEND sqlite:// TOKEN vbctfoiwxq 2019-06-07 06:10:53.136 10536 INFO octavia.common.config [req-5d5f41b2-0dad-4fa9-8822-a5f2afcd2565 - - - - -] Logging enabled! 2019-06-07 06:10:53.136 10536 INFO octavia.common.config [req-5d5f41b2-0dad-4fa9-8822-a5f2afcd2565 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:53.163 10536 WARNING octavia.api.root_controller [req-5d5f41b2-0dad-4fa9-8822-a5f2afcd2565 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:53.179 10536 INFO octavia.api.v2.controllers.load_balancer [req-8b9c827b-f2d5-4e23-9158-3aafe025d160 - cadb48a1-28d9-4dfb-84df-32534036aa66 - - -] Sending created Load Balancer a70c254a-33f9-4afb-85f3-7fc7680629ee to the handler 2019-06-07 06:10:53.205 10536 INFO oslo_db.sqlalchemy.provision [req-8b9c827b-f2d5-4e23-9158-3aafe025d160 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.207 10536 INFO oslo_db.sqlalchemy.provision [req-8b9c827b-f2d5-4e23-9158-3aafe025d160 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vbctfoiwxq 2019-06-07 06:10:53.208 10536 INFO oslo_db.sqlalchemy.provision [req-8b9c827b-f2d5-4e23-9158-3aafe025d160 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_context_project_id [0.184540s] ... ok 2019-06-07 06:10:54.824 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] CREATE BACKEND sqlite:// TOKEN yhxiwdsojy 2019-06-07 06:10:54.937 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.939 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yhxiwdsojy 2019-06-07 06:10:54.940 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_create_with_negative_int [0.119406s] ... ok 2019-06-07 06:10:44.483 10529 INFO oslo_db.sqlalchemy.provision [req-39d4a73d-6680-44d8-b652-b4841746893c - - - - -] CREATE BACKEND sqlite:// TOKEN rcyaxehtmd 2019-06-07 06:10:44.648 10529 INFO octavia.common.config [req-39d4a73d-6680-44d8-b652-b4841746893c - - - - -] Logging enabled! 2019-06-07 06:10:44.648 10529 INFO octavia.common.config [req-39d4a73d-6680-44d8-b652-b4841746893c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:44.694 10529 WARNING octavia.api.root_controller [req-39d4a73d-6680-44d8-b652-b4841746893c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:44.724 10529 INFO octavia.api.v2.controllers.load_balancer [req-04686c41-b30a-440c-b30f-e6b8fac3ade5 - - - - -] Sending created Load Balancer 0c813847-59f2-4fd6-b863-1d5af7cdd788 to the handler 2019-06-07 06:10:44.813 10529 INFO octavia.api.v2.controllers.pool [req-e2f074a0-2b5b-4475-a3a8-adbe5891c605 - - - - -] Sending Creation of Pool 78e48afe-b292-48fb-b119-05af4d72ff14 to handler 2019-06-07 06:10:44.911 10529 INFO octavia.api.v2.controllers.load_balancer [req-db8df763-6fe0-4467-9742-1d9ecf1376f9 - - - - -] Sending created Load Balancer 7d49a8fa-32f6-47e8-9c5d-7edbc1f4ff2d to the handler 2019-06-07 06:10:44.995 10529 INFO octavia.api.v2.controllers.listener [req-4eeb2aa5-6d7b-46d6-be52-bf6be97bdda1 - - - - -] Sending Creation of Listener 1f02bbf5-0a66-456a-9711-87e16f8bab28 to handler 2019-06-07 06:10:45.112 10529 INFO oslo_db.sqlalchemy.provision [req-7a7a6aec-ea84-43de-958b-9f37435c60cc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.116 10529 INFO oslo_db.sqlalchemy.provision [req-7a7a6aec-ea84-43de-958b-9f37435c60cc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rcyaxehtmd 2019-06-07 06:10:45.117 10529 INFO oslo_db.sqlalchemy.provision [req-7a7a6aec-ea84-43de-958b-9f37435c60cc - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_statistics_authorized [0.639746s] ... ok 2019-06-07 06:10:50.921 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] CREATE BACKEND sqlite:// TOKEN xduosotiqc 2019-06-07 06:10:51.140 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.144 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xduosotiqc 2019-06-07 06:10:51.144 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_session_persistence [0.229260s] ... ok 2019-06-07 06:10:50.401 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN tmeqxhzmnm 2019-06-07 06:10:50.680 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.684 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tmeqxhzmnm 2019-06-07 06:10:50.685 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_default_pool_from_beneath_listener [0.289795s] ... ok 2019-06-07 06:10:49.245 10531 INFO oslo_db.sqlalchemy.provision [req-0fe66e04-605f-48a3-8820-42df9b0b6a65 - - - - -] CREATE BACKEND sqlite:// TOKEN mospkjuvvz 2019-06-07 06:10:49.423 10531 INFO octavia.common.config [req-0fe66e04-605f-48a3-8820-42df9b0b6a65 - - - - -] Logging enabled! 2019-06-07 06:10:49.424 10531 INFO octavia.common.config [req-0fe66e04-605f-48a3-8820-42df9b0b6a65 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.475 10531 WARNING octavia.api.root_controller [req-0fe66e04-605f-48a3-8820-42df9b0b6a65 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.505 10531 INFO octavia.api.v2.controllers.load_balancer [req-bc874a2f-3219-4897-a981-16a5c28f8ec8 - - - - -] Sending created Load Balancer 3b7481e4-0c6d-4004-a777-bacd2ae987ae to the handler 2019-06-07 06:10:49.600 10531 INFO octavia.api.v2.controllers.listener [req-5542cb2a-5488-4e8f-a537-0492fb8e352b - - - - -] Sending Creation of Listener 4d5850d0-b024-4b23-9c2e-124612efd4e0 to handler 2019-06-07 06:10:49.703 10531 ERROR octavia.api.v2.controllers.base [req-6026e761-2052-4112-9e7f-8260204f5819 - - - - -] Pool 2fe5a3cb-4db1-4a7a-8320-1ccd883b9e3e not found: None 2019-06-07 06:10:49.703 10531 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:49.703 10531 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:49.730 10531 INFO oslo_db.sqlalchemy.provision [req-6026e761-2052-4112-9e7f-8260204f5819 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.734 10531 INFO oslo_db.sqlalchemy.provision [req-6026e761-2052-4112-9e7f-8260204f5819 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mospkjuvvz 2019-06-07 06:10:49.735 10531 INFO oslo_db.sqlalchemy.provision [req-6026e761-2052-4112-9e7f-8260204f5819 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_get [0.498083s] ... ok 2019-06-07 06:11:13.558 10539 INFO octavia.api.v2.controllers.l7rule [req-97fa2a5f-da27-47b1-95a7-d7e0d53b9175 - - - - -] Sending Creation of L7Rule 8ce7ae31-5fa5-4efe-bdc0-73455ebcb682 to handler 2019-06-07 06:10:53.967 10548 INFO oslo_db.sqlalchemy.provision [req-b744a5f7-668b-492e-bff7-d68ce7b69c45 - - - - -] CREATE BACKEND sqlite:// TOKEN aqzvgevhfp 2019-06-07 06:10:54.062 10548 INFO octavia.common.config [req-b744a5f7-668b-492e-bff7-d68ce7b69c45 - - - - -] Logging enabled! 2019-06-07 06:10:54.063 10548 INFO octavia.common.config [req-b744a5f7-668b-492e-bff7-d68ce7b69c45 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:54.087 10548 WARNING octavia.api.root_controller [req-b744a5f7-668b-492e-bff7-d68ce7b69c45 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:54.123 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.125 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aqzvgevhfp 2019-06-07 06:10:54.126 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_member [0.162595s] ... ok 2019-06-07 06:10:46.713 10549 INFO oslo_db.sqlalchemy.provision [req-c87a3623-1cfc-4f75-a79d-75cb945f2b8e - - - - -] CREATE BACKEND sqlite:// TOKEN xwgrgcryaj 2019-06-07 06:10:46.884 10549 INFO octavia.common.config [req-c87a3623-1cfc-4f75-a79d-75cb945f2b8e - - - - -] Logging enabled! 2019-06-07 06:10:46.885 10549 INFO octavia.common.config [req-c87a3623-1cfc-4f75-a79d-75cb945f2b8e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.933 10549 WARNING octavia.api.root_controller [req-c87a3623-1cfc-4f75-a79d-75cb945f2b8e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.960 10549 INFO octavia.api.v2.controllers.load_balancer [req-8b020e93-c541-4d5c-82af-c8505ff0e0e9 - - - - -] Sending created Load Balancer 6952358b-62b0-447e-af6b-d6b86d48fc5c to the handler 2019-06-07 06:10:47.045 10549 INFO octavia.api.v2.controllers.listener [req-5155fd4d-ce87-47fc-9de0-c7bb91321f18 - - - - -] Sending Creation of Listener 4e4ec691-f243-428a-9826-34d1f90beb2f to handler 2019-06-07 06:10:47.172 10549 INFO octavia.api.v2.controllers.pool [req-d59a96f8-f420-407e-b35e-988b5d06aac9 - - - - -] Sending Creation of Pool 2068b8ff-37f6-4330-948a-1a8f47a9d47f to handler 2019-06-07 06:10:47.348 10549 INFO oslo_db.sqlalchemy.provision [req-20732ae6-8f8b-42ab-9e08-db22e976b06d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.351 10549 INFO oslo_db.sqlalchemy.provision [req-20732ae6-8f8b-42ab-9e08-db22e976b06d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xwgrgcryaj 2019-06-07 06:10:47.352 10549 INFO oslo_db.sqlalchemy.provision [req-20732ae6-8f8b-42ab-9e08-db22e976b06d - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_one_fields_filter [0.645259s] ... ok 2019-06-07 06:10:49.816 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] CREATE BACKEND sqlite:// TOKEN mjhtavmyco 2019-06-07 06:10:50.011 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.015 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mjhtavmyco 2019-06-07 06:10:50.016 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_update [0.207754s] ... ok 2019-06-07 06:10:51.539 10553 INFO oslo_db.sqlalchemy.provision [req-f49394e0-9e88-4c6a-8100-d7d30da8703c - - - - -] CREATE BACKEND sqlite:// TOKEN vuymgbruco 2019-06-07 06:10:51.667 10553 INFO octavia.common.config [req-f49394e0-9e88-4c6a-8100-d7d30da8703c - - - - -] Logging enabled! 2019-06-07 06:10:51.668 10553 INFO octavia.common.config [req-f49394e0-9e88-4c6a-8100-d7d30da8703c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.701 10553 WARNING octavia.api.root_controller [req-f49394e0-9e88-4c6a-8100-d7d30da8703c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.726 10553 INFO octavia.api.v2.controllers.load_balancer [req-9b19096c-7b38-4da3-a2a8-2e411f8d1afa - - - - -] Sending created Load Balancer b12be9bf-4159-4b63-8f32-6991023f64a9 to the handler 2019-06-07 06:10:51.796 10553 INFO octavia.api.v2.controllers.listener [req-ae8aee88-0a4b-49c2-aea5-c104cd674e58 - - - - -] Sending Creation of Listener e98bc214-8b05-4a23-885b-17a0f0d04efd to handler 2019-06-07 06:10:51.943 10553 INFO octavia.api.v2.controllers.pool [req-c7b84dc3-3c5b-4802-a8ee-a72fd777dee0 - - - - -] Sending Creation of Pool 1824a1a5-d115-41a4-bdb2-c82e6336456c to handler 2019-06-07 06:10:52.086 10553 INFO octavia.api.v2.controllers.pool [req-a6c13f93-43b0-4077-aeb9-43d69eb1efec - - - - -] Sending Deletion of Pool 1824a1a5-d115-41a4-bdb2-c82e6336456c to handler 2019-06-07 06:10:52.198 10553 INFO oslo_db.sqlalchemy.provision [req-2dd17287-0e20-400a-933b-8a734aeb5e22 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.201 10553 INFO oslo_db.sqlalchemy.provision [req-2dd17287-0e20-400a-933b-8a734aeb5e22 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vuymgbruco 2019-06-07 06:10:52.202 10553 INFO oslo_db.sqlalchemy.provision [req-2dd17287-0e20-400a-933b-8a734aeb5e22 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_with_session_persistence [0.668615s] ... ok 2019-06-07 06:10:46.848 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] CREATE BACKEND sqlite:// TOKEN kqdnskkzld 2019-06-07 06:10:47.043 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.047 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kqdnskkzld 2019-06-07 06:10:47.047 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_create [0.206215s] ... ok 2019-06-07 06:10:52.593 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] CREATE BACKEND sqlite:// TOKEN yvpmfxbags 2019-06-07 06:10:52.805 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.809 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yvpmfxbags 2019-06-07 06:10:52.809 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_invalid_value_string [0.222623s] ... ok 2019-06-07 06:10:49.316 10545 INFO oslo_db.sqlalchemy.provision [req-f8533489-7e82-451e-84eb-0e910b5c2492 - - - - -] CREATE BACKEND sqlite:// TOKEN eiubzdeppx 2019-06-07 06:10:49.482 10545 INFO octavia.common.config [req-f8533489-7e82-451e-84eb-0e910b5c2492 - - - - -] Logging enabled! 2019-06-07 06:10:49.483 10545 INFO octavia.common.config [req-f8533489-7e82-451e-84eb-0e910b5c2492 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.529 10545 WARNING octavia.api.root_controller [req-f8533489-7e82-451e-84eb-0e910b5c2492 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.566 10545 INFO oslo_db.sqlalchemy.provision [req-ebc822cd-6bb1-43a2-b45f-c6226c316ced - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.570 10545 INFO oslo_db.sqlalchemy.provision [req-ebc822cd-6bb1-43a2-b45f-c6226c316ced - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eiubzdeppx 2019-06-07 06:10:49.571 10545 INFO oslo_db.sqlalchemy.provision [req-ebc822cd-6bb1-43a2-b45f-c6226c316ced - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_network_subnet [0.260762s] ... ok 2019-06-07 06:10:52.380 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] CREATE BACKEND sqlite:// TOKEN rgniqppzjp 2019-06-07 06:10:52.533 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.535 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rgniqppzjp 2019-06-07 06:10:52.536 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_get_all [0.159861s] ... ok 2019-06-07 06:10:51.369 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] CREATE BACKEND sqlite:// TOKEN zikwutklvt 2019-06-07 06:10:51.555 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.559 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zikwutklvt 2019-06-07 06:10:51.560 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_models.VipModelTest.test_create [0.198107s] ... ok 2019-06-07 06:10:54.946 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] CREATE BACKEND sqlite:// TOKEN yyuupbpdvd 2019-06-07 06:10:55.080 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.082 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yyuupbpdvd 2019-06-07 06:10:55.083 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_invalid_key [0.141613s] ... ok 2019-06-07 06:10:51.151 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] CREATE BACKEND sqlite:// TOKEN bstdgucwfz 2019-06-07 06:10:51.431 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.435 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bstdgucwfz 2019-06-07 06:10:51.435 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_stats [0.290249s] ... ok 2019-06-07 06:10:50.691 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN wgvzxmfdjk 2019-06-07 06:10:50.926 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.930 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wgvzxmfdjk 2019-06-07 06:10:50.931 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_update [0.245684s] ... ok 2019-06-07 06:10:54.130 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] CREATE BACKEND sqlite:// TOKEN cdncwglmvl 2019-06-07 06:10:54.249 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.251 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cdncwglmvl 2019-06-07 06:10:54.252 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_update [0.125211s] ... ok 2019-06-07 06:10:50.022 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] CREATE BACKEND sqlite:// TOKEN zlwgsrlpxw 2019-06-07 06:10:50.229 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.233 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zlwgsrlpxw 2019-06-07 06:10:50.234 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_none_cert_expired_amphora [0.217577s] ... ok 2019-06-07 06:10:48.396 10541 INFO oslo_db.sqlalchemy.provision [req-b3762e66-173b-4255-92f1-8b124dd7a78f - - - - -] CREATE BACKEND sqlite:// TOKEN mohnjmivmu 2019-06-07 06:10:48.562 10541 INFO octavia.common.config [req-b3762e66-173b-4255-92f1-8b124dd7a78f - - - - -] Logging enabled! 2019-06-07 06:10:48.563 10541 INFO octavia.common.config [req-b3762e66-173b-4255-92f1-8b124dd7a78f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.611 10541 WARNING octavia.api.root_controller [req-b3762e66-173b-4255-92f1-8b124dd7a78f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.638 10541 INFO octavia.api.v2.controllers.load_balancer [req-5da39c63-7c60-4e84-a817-ebffd66ea536 - - - - -] Sending created Load Balancer ba5f9af3-fc7f-470a-a3ee-a3630c18a857 to the handler 2019-06-07 06:10:48.713 10541 INFO octavia.api.v2.controllers.load_balancer [req-e1427085-fff1-4fc0-86d3-ac6d89ba8757 - - - - -] Sending updated Load Balancer ba5f9af3-fc7f-470a-a3ee-a3630c18a857 to the handler 2019-06-07 06:10:48.765 10541 INFO octavia.api.v2.controllers.load_balancer [req-2eeb958e-633f-4edc-9090-14d82187d637 - - - - -] Invalid state PENDING_UPDATE of loadbalancer resource ba5f9af3-fc7f-470a-a3ee-a3630c18a857 2019-06-07 06:10:48.791 10541 INFO oslo_db.sqlalchemy.provision [req-2eeb958e-633f-4edc-9090-14d82187d637 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.794 10541 INFO oslo_db.sqlalchemy.provision [req-2eeb958e-633f-4edc-9090-14d82187d637 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mohnjmivmu 2019-06-07 06:10:48.795 10541 INFO oslo_db.sqlalchemy.provision [req-2eeb958e-633f-4edc-9090-14d82187d637 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_pending_update [0.405009s] ... ok 2019-06-07 06:10:47.055 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] CREATE BACKEND sqlite:// TOKEN iwngnendtc 2019-06-07 06:10:47.700 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.704 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iwngnendtc 2019-06-07 06:10:47.705 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_lb_for_amphora [0.656910s] ... ok 2019-06-07 06:10:50.924 10543 INFO oslo_db.sqlalchemy.provision [req-aab8c59b-1bb3-4e50-822b-5d71a13bd869 - - - - -] CREATE BACKEND sqlite:// TOKEN ebopqulbnj 2019-06-07 06:10:51.087 10543 INFO octavia.common.config [req-aab8c59b-1bb3-4e50-822b-5d71a13bd869 - - - - -] Logging enabled! 2019-06-07 06:10:51.088 10543 INFO octavia.common.config [req-aab8c59b-1bb3-4e50-822b-5d71a13bd869 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.136 10543 WARNING octavia.api.root_controller [req-aab8c59b-1bb3-4e50-822b-5d71a13bd869 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.237 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.241 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ebopqulbnj 2019-06-07 06:10:51.241 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_non_admin_global_observer [0.323336s] ... ok 2019-06-07 06:10:53.212 10536 INFO oslo_db.sqlalchemy.provision [req-8b9c827b-f2d5-4e23-9158-3aafe025d160 - - - - -] CREATE BACKEND sqlite:// TOKEN sfhdbqgqsy 2019-06-07 06:10:53.320 10536 INFO octavia.common.config [req-8b9c827b-f2d5-4e23-9158-3aafe025d160 - - - - -] Logging enabled! 2019-06-07 06:10:53.320 10536 INFO octavia.common.config [req-8b9c827b-f2d5-4e23-9158-3aafe025d160 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:53.346 10536 WARNING octavia.api.root_controller [req-8b9c827b-f2d5-4e23-9158-3aafe025d160 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:53.367 10536 INFO oslo_db.sqlalchemy.provision [req-7b42a041-4f24-4770-bd26-fa099ad2a9ac - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.369 10536 INFO oslo_db.sqlalchemy.provision [req-7b42a041-4f24-4770-bd26-fa099ad2a9ac - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sfhdbqgqsy 2019-06-07 06:10:53.369 10536 INFO oslo_db.sqlalchemy.provision [req-7b42a041-4f24-4770-bd26-fa099ad2a9ac - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_subnet [0.161062s] ... ok 2019-06-07 06:10:52.817 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] CREATE BACKEND sqlite:// TOKEN buleatcaof 2019-06-07 06:10:53.026 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.029 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN buleatcaof 2019-06-07 06:10:53.029 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_no_peer_port_increments [0.218266s] ... ok 2019-06-07 06:10:52.540 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] CREATE BACKEND sqlite:// TOKEN mkkxlpvkeu 2019-06-07 06:10:52.708 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.711 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mkkxlpvkeu 2019-06-07 06:10:52.712 10551 INFO oslo_db.sqlalchemy.provision [req-fe3f7da3-8272-4112-8c38-7747c1fe5b75 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_delete [0.175792s] ... ok 2019-06-07 06:10:51.570 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] CREATE BACKEND sqlite:// TOKEN krzuwfxdyf 2019-06-07 06:10:51.800 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.804 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN krzuwfxdyf 2019-06-07 06:10:51.804 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_no_key [0.242996s] ... ok 2019-06-07 06:10:55.087 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] CREATE BACKEND sqlite:// TOKEN lcxllspyny 2019-06-07 06:10:55.239 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.241 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lcxllspyny 2019-06-07 06:10:55.242 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule [0.158830s] ... ok 2019-06-07 06:10:51.442 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] CREATE BACKEND sqlite:// TOKEN cxnupvcgog 2019-06-07 06:10:51.659 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.663 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cxnupvcgog 2019-06-07 06:10:51.663 10552 INFO oslo_db.sqlalchemy.provision [req-bdeae249-ca62-49d6-9157-7d0b80c1f195 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_update [0.227500s] ... ok 2019-06-07 06:10:48.618 10557 INFO oslo_db.sqlalchemy.provision [req-defc21f0-fd65-4cf9-a725-cf8b15eb4f08 - - - - -] CREATE BACKEND sqlite:// TOKEN krvwscerbd 2019-06-07 06:10:48.913 10557 INFO octavia.common.config [req-defc21f0-fd65-4cf9-a725-cf8b15eb4f08 - - - - -] Logging enabled! 2019-06-07 06:10:48.914 10557 INFO octavia.common.config [req-defc21f0-fd65-4cf9-a725-cf8b15eb4f08 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:48.961 10557 WARNING octavia.api.root_controller [req-defc21f0-fd65-4cf9-a725-cf8b15eb4f08 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:48.988 10557 INFO octavia.api.v2.controllers.load_balancer [req-0c710b84-9193-4033-ad7d-6d56ef368614 - - - - -] Sending created Load Balancer d90b347f-7f18-4d0d-a3b2-c92e8bfe30fe to the handler 2019-06-07 06:10:49.073 10557 INFO octavia.api.v2.controllers.listener [req-416574b0-4e41-4d37-8145-f40ae28b1a19 - - - - -] Sending Creation of Listener e3fc977a-c908-4516-9040-4854d5f3a555 to handler 2019-06-07 06:10:49.231 10557 INFO octavia.api.v2.controllers.pool [req-3fb482f3-539c-4207-850e-0e3f95fafa4c - - - - -] Sending Creation of Pool 7f912e91-d76a-4dcd-9441-af3b16436bd1 to handler 2019-06-07 06:10:49.575 10557 INFO octavia.api.v2.controllers.pool [req-68127e02-d419-44a2-a4cc-6d2dc0f7627f - - - - -] Sending Creation of Pool 65c572b5-15d2-4f41-892a-831876d91db9 to handler 2019-06-07 06:10:49.821 10557 INFO octavia.api.v2.controllers.member [req-54831a57-b61a-4219-99f9-e17eb41966c1 - - - - -] Sending Creation of Member 3b6f4472-0310-4ab4-b14d-780c163e2019 to handler 2019-06-07 06:10:49.910 10557 INFO oslo_db.sqlalchemy.provision [req-467d79c0-0b3a-4d64-a6d5-044fbe2e525a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.914 10557 INFO oslo_db.sqlalchemy.provision [req-467d79c0-0b3a-4d64-a6d5-044fbe2e525a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN krvwscerbd 2019-06-07 06:10:49.914 10557 INFO oslo_db.sqlalchemy.provision [req-467d79c0-0b3a-4d64-a6d5-044fbe2e525a - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_member.TestMember.test_get_not_authorized [1.303193s] ... ok 2019-06-07 06:10:45.124 10529 INFO oslo_db.sqlalchemy.provision [req-7a7a6aec-ea84-43de-958b-9f37435c60cc - - - - -] CREATE BACKEND sqlite:// TOKEN dkcztydpls 2019-06-07 06:10:45.290 10529 INFO octavia.common.config [req-7a7a6aec-ea84-43de-958b-9f37435c60cc - - - - -] Logging enabled! 2019-06-07 06:10:45.291 10529 INFO octavia.common.config [req-7a7a6aec-ea84-43de-958b-9f37435c60cc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.337 10529 WARNING octavia.api.root_controller [req-7a7a6aec-ea84-43de-958b-9f37435c60cc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.374 10529 INFO oslo_db.sqlalchemy.provision [req-25683778-e6cc-4063-8f11-63a08cb84625 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.378 10529 INFO oslo_db.sqlalchemy.provision [req-25683778-e6cc-4063-8f11-63a08cb84625 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dkcztydpls 2019-06-07 06:10:45.379 10529 INFO oslo_db.sqlalchemy.provision [req-25683778-e6cc-4063-8f11-63a08cb84625 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_and_bad_address [0.260619s] ... ok 2019-06-07 06:10:50.937 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN labjjipxjv 2019-06-07 06:10:51.137 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.141 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN labjjipxjv 2019-06-07 06:10:51.142 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_delete [0.210668s] ... ok 2019-06-07 06:10:47.360 10549 INFO oslo_db.sqlalchemy.provision [req-20732ae6-8f8b-42ab-9e08-db22e976b06d - - - - -] CREATE BACKEND sqlite:// TOKEN hdawcfpndy 2019-06-07 06:10:47.521 10549 INFO octavia.common.config [req-20732ae6-8f8b-42ab-9e08-db22e976b06d - - - - -] Logging enabled! 2019-06-07 06:10:47.522 10549 INFO octavia.common.config [req-20732ae6-8f8b-42ab-9e08-db22e976b06d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.568 10549 WARNING octavia.api.root_controller [req-20732ae6-8f8b-42ab-9e08-db22e976b06d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.626 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.630 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hdawcfpndy 2019-06-07 06:10:47.630 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_not_Authorized_bogus_role [0.277585s] ... ok 2019-06-07 06:10:54.256 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] CREATE BACKEND sqlite:// TOKEN gyovuivyzd 2019-06-07 06:10:54.437 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.439 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gyovuivyzd 2019-06-07 06:10:54.440 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_session_persistence_tree [0.187618s] ... ok 2019-06-07 06:10:47.712 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] CREATE BACKEND sqlite:// TOKEN gihcdkmoij 2019-06-07 06:10:47.943 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.947 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gihcdkmoij 2019-06-07 06:10:47.948 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_no_key [0.242311s] ... ok 2019-06-07 06:10:50.240 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] CREATE BACKEND sqlite:// TOKEN zgflwmotcu 2019-06-07 06:10:50.535 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.538 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zgflwmotcu 2019-06-07 06:10:50.539 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create [0.304867s] ... ok 2019-06-07 06:10:51.250 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] CREATE BACKEND sqlite:// TOKEN qefqnspwpv 2019-06-07 06:10:51.448 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.452 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qefqnspwpv 2019-06-07 06:10:51.453 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_models.VipModelTest.test_update [0.209676s] ... ok 2019-06-07 06:10:48.813 10550 INFO oslo_db.sqlalchemy.provision [req-8405613a-46d7-4e54-9730-6ab737b20af0 - - - - -] CREATE BACKEND sqlite:// TOKEN vufbgtodgb 2019-06-07 06:10:49.019 10550 INFO octavia.common.config [req-8405613a-46d7-4e54-9730-6ab737b20af0 - - - - -] Logging enabled! 2019-06-07 06:10:49.020 10550 INFO octavia.common.config [req-8405613a-46d7-4e54-9730-6ab737b20af0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.084 10550 WARNING octavia.api.root_controller [req-8405613a-46d7-4e54-9730-6ab737b20af0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.117 10550 INFO octavia.api.v2.controllers.load_balancer [req-b9f44e30-38ab-4a1e-8b0e-9240bdb455f2 - - - - -] Sending created Load Balancer 0f5934b7-fc23-47bf-9034-fc08439e2c41 to the handler 2019-06-07 06:10:49.224 10550 INFO octavia.api.v2.controllers.listener [req-a77f063f-b51d-4868-996f-ccf5627ec7c2 - - - - -] Sending Creation of Listener 95d3ba2a-7db8-40d7-afc9-693c269d60e0 to handler 2019-06-07 06:10:49.396 10550 INFO octavia.api.v2.controllers.pool [req-5338e50a-190d-4f91-a423-2da4d7eca5ad - - - - -] Sending Creation of Pool 29f440c7-a6f4-4c68-8060-66e6ff99a8fa to handler 2019-06-07 06:10:49.684 10550 INFO octavia.api.v2.controllers.pool [req-d675313e-57c5-45ae-91aa-750c6782df67 - - - - -] Sending Creation of Pool 1acc6b47-daa3-445a-8294-3316c1f0753e to handler 2019-06-07 06:10:50.011 10550 INFO octavia.api.v2.controllers.member [req-3bdd8550-fd61-4989-8f73-3c64f1a01ce9 - - - - -] Sending Creation of Member f4e87e10-f3a9-4957-8ca8-cf905dd70191 to handler 2019-06-07 06:10:50.477 10550 INFO oslo_db.sqlalchemy.provision [req-e813727e-c95b-419b-85e7-9b3ee8cd7335 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.480 10550 INFO oslo_db.sqlalchemy.provision [req-e813727e-c95b-419b-85e7-9b3ee8cd7335 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vufbgtodgb 2019-06-07 06:10:50.481 10550 INFO oslo_db.sqlalchemy.provision [req-e813727e-c95b-419b-85e7-9b3ee8cd7335 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_member.TestMember.test_duplicate_create [1.675634s] ... ok 2019-06-07 06:10:53.034 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] CREATE BACKEND sqlite:// TOKEN inuethjrjs 2019-06-07 06:10:53.165 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.167 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN inuethjrjs 2019-06-07 06:10:53.167 10547 INFO oslo_db.sqlalchemy.provision [req-47052bf3-27a8-40b3-8dc5-d557ec5fe951 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_create [0.137622s] ... ok 2019-06-07 06:10:51.811 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] CREATE BACKEND sqlite:// TOKEN jyqxryuvad 2019-06-07 06:10:52.041 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.044 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jyqxryuvad 2019-06-07 06:10:52.045 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule_bad_compare_type [0.240128s] ... ok 2019-06-07 06:10:55.246 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] CREATE BACKEND sqlite:// TOKEN hhgelarwla 2019-06-07 06:10:55.393 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.395 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hhgelarwla 2019-06-07 06:10:55.396 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_replace [0.153718s] ... ok 2019-06-07 06:10:49.742 10531 INFO oslo_db.sqlalchemy.provision [req-6026e761-2052-4112-9e7f-8260204f5819 - - - - -] CREATE BACKEND sqlite:// TOKEN avggbdemfj 2019-06-07 06:10:49.915 10531 INFO octavia.common.config [req-6026e761-2052-4112-9e7f-8260204f5819 - - - - -] Logging enabled! 2019-06-07 06:10:49.916 10531 INFO octavia.common.config [req-6026e761-2052-4112-9e7f-8260204f5819 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.967 10531 WARNING octavia.api.root_controller [req-6026e761-2052-4112-9e7f-8260204f5819 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.997 10531 INFO octavia.api.v2.controllers.load_balancer [req-b9a2b4d1-c9ae-4a3a-9b58-fcec6d231199 - - - - -] Sending created Load Balancer 2b55e816-2658-48e0-b93c-350319a55bed to the handler 2019-06-07 06:10:50.093 10531 INFO octavia.api.v2.controllers.listener [req-7893d1ec-d800-4cff-9258-3df68e313834 - - - - -] Sending Creation of Listener 154a26ef-b148-4241-9ca1-ee1556c10fe4 to handler 2019-06-07 06:10:50.271 10531 INFO octavia.api.v2.controllers.pool [req-caa43fe0-6792-4eca-a65d-6d6490ab5e6d - - - - -] Sending Creation of Pool 3b447334-9e15-4e72-acb7-1faf8087a245 to handler 2019-06-07 06:10:50.548 10531 INFO oslo_db.sqlalchemy.provision [req-c173ad86-230e-49a3-b420-69fc0252db4c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.552 10531 INFO oslo_db.sqlalchemy.provision [req-c173ad86-230e-49a3-b420-69fc0252db4c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN avggbdemfj 2019-06-07 06:10:50.553 10531 INFO oslo_db.sqlalchemy.provision [req-c173ad86-230e-49a3-b420-69fc0252db4c - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_update [0.817298s] ... ok 2019-06-07 06:10:53.153 10559 INFO oslo_db.sqlalchemy.provision [req-ee9f064c-e17a-4239-9ca8-18a2b98ec677 - - - - -] CREATE BACKEND sqlite:// TOKEN bvgvsgcuir 2019-06-07 06:10:53.295 10559 INFO octavia.common.config [req-ee9f064c-e17a-4239-9ca8-18a2b98ec677 - - - - -] Logging enabled! 2019-06-07 06:10:53.295 10559 INFO octavia.common.config [req-ee9f064c-e17a-4239-9ca8-18a2b98ec677 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:53.320 10559 WARNING octavia.api.root_controller [req-ee9f064c-e17a-4239-9ca8-18a2b98ec677 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:53.335 10559 INFO octavia.api.v2.controllers.load_balancer [req-ae283449-1e72-4c38-9477-1b0e0a5607ec - - - - -] Sending created Load Balancer 54405a64-5b21-4e59-816a-65ae1480a899 to the handler 2019-06-07 06:10:53.384 10559 INFO octavia.api.v2.controllers.listener [req-923fc6de-8ae6-4920-ba7b-61354671c5d1 - - - - -] Sending Creation of Listener 99a8439f-97b2-415f-b1d4-ab1e3cf9586f to handler 2019-06-07 06:10:53.481 10559 INFO octavia.api.v2.controllers.pool [req-9553c147-94f8-4ef7-86b7-cc9c12367bda - - - - -] Sending Creation of Pool 3aa9f703-aac5-4beb-b164-59174404982a to handler 2019-06-07 06:10:53.579 10559 INFO octavia.api.v2.controllers.pool [req-11ff2b03-e3d3-4a3b-b982-c0a0f0be23fb - 2a31c290-fd94-4406-86c6-3f227698fcc7 - - -] Sending Update of Pool 3aa9f703-aac5-4beb-b164-59174404982a to handler 2019-06-07 06:10:53.817 10559 INFO oslo_db.sqlalchemy.provision [req-d613484b-caff-4cac-a737-150eb36ad9b0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.819 10559 INFO oslo_db.sqlalchemy.provision [req-d613484b-caff-4cac-a737-150eb36ad9b0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bvgvsgcuir 2019-06-07 06:10:53.819 10559 INFO oslo_db.sqlalchemy.provision [req-d613484b-caff-4cac-a737-150eb36ad9b0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_authorized [0.672207s] ... ok 2019-06-07 06:10:47.638 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] CREATE BACKEND sqlite:// TOKEN jnerqclxyk 2019-06-07 06:10:47.846 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.850 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jnerqclxyk 2019-06-07 06:10:47.851 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_delete [0.219462s] ... ok 2019-06-07 06:10:54.444 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] CREATE BACKEND sqlite:// TOKEN xqlzqxxodr 2019-06-07 06:10:54.554 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.556 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xqlzqxxodr 2019-06-07 06:10:54.556 10548 INFO oslo_db.sqlalchemy.provision [req-020c234f-95ee-4b05-abea-495914e34de5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_models.VipModelTest.test_vip_load_balancer_relationship [0.116088s] ... ok 2019-06-07 06:10:51.148 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] CREATE BACKEND sqlite:// TOKEN lkjdvfirec 2019-06-07 06:10:51.333 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.337 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lkjdvfirec 2019-06-07 06:10:51.338 10556 INFO oslo_db.sqlalchemy.provision [req-25ca0dd2-8c59-4ec1-8a26-7c463d450fb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_get [0.195409s] ... ok 2019-06-07 06:10:50.546 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] CREATE BACKEND sqlite:// TOKEN kozuaxcaky 2019-06-07 06:10:50.868 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.871 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kozuaxcaky 2019-06-07 06:10:50.872 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_action_rdr_pool_to_reject [0.332434s] ... ok 2019-06-07 06:10:51.462 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] CREATE BACKEND sqlite:// TOKEN ejvlpkyflp 2019-06-07 06:10:51.741 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.745 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ejvlpkyflp 2019-06-07 06:10:51.745 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_pool_on_listener_without_sp [0.291693s] ... ok 2019-06-07 06:10:47.955 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] CREATE BACKEND sqlite:// TOKEN rmmdvnppfk 2019-06-07 06:10:48.191 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.195 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rmmdvnppfk 2019-06-07 06:10:48.195 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_update [0.246270s] ... ok 2019-06-07 06:10:52.207 10553 INFO oslo_db.sqlalchemy.provision [req-2dd17287-0e20-400a-933b-8a734aeb5e22 - - - - -] CREATE BACKEND sqlite:// TOKEN rknrsbomsz 2019-06-07 06:10:52.324 10553 INFO octavia.common.config [req-2dd17287-0e20-400a-933b-8a734aeb5e22 - - - - -] Logging enabled! 2019-06-07 06:10:52.324 10553 INFO octavia.common.config [req-2dd17287-0e20-400a-933b-8a734aeb5e22 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:52.352 10553 WARNING octavia.api.root_controller [req-2dd17287-0e20-400a-933b-8a734aeb5e22 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:52.368 10553 INFO octavia.api.v2.controllers.load_balancer [req-821e5581-8418-4607-8bb0-ad44f1088729 - - - - -] Sending created Load Balancer 37e14f53-a003-4011-969c-0411881b4467 to the handler 2019-06-07 06:10:52.422 10553 INFO octavia.api.v2.controllers.listener [req-3079737c-be86-4a59-83d7-567dbede333f - - - - -] Sending Creation of Listener 1cbe7910-4c62-47c0-8a47-24cf27717e71 to handler 2019-06-07 06:10:52.562 10553 INFO octavia.api.v2.controllers.pool [req-1fbcbf48-9afe-4db5-8633-55dc4a9325f1 - - - - -] Sending Creation of Pool 1acf9630-ce5a-48dc-bda5-bffba63696bf to handler 2019-06-07 06:10:52.739 10553 INFO octavia.api.v2.controllers.pool [req-8a74c2e0-55e1-4ccc-948f-f8d300f35565 - - - - -] Sending Update of Pool 1acf9630-ce5a-48dc-bda5-bffba63696bf to handler 2019-06-07 06:10:52.894 10553 INFO oslo_db.sqlalchemy.provision [req-5eb55964-aed8-43ae-ab3b-11a4bc98e1c0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.896 10553 INFO oslo_db.sqlalchemy.provision [req-5eb55964-aed8-43ae-ab3b-11a4bc98e1c0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rknrsbomsz 2019-06-07 06:10:52.897 10553 INFO oslo_db.sqlalchemy.provision [req-5eb55964-aed8-43ae-ab3b-11a4bc98e1c0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_handler [0.694031s] ... ok 2019-06-07 06:10:49.580 10545 INFO oslo_db.sqlalchemy.provision [req-ebc822cd-6bb1-43a2-b45f-c6226c316ced - - - - -] CREATE BACKEND sqlite:// TOKEN hysusottht 2019-06-07 06:10:49.870 10545 INFO octavia.common.config [req-ebc822cd-6bb1-43a2-b45f-c6226c316ced - - - - -] Logging enabled! 2019-06-07 06:10:49.871 10545 INFO octavia.common.config [req-ebc822cd-6bb1-43a2-b45f-c6226c316ced - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.917 10545 WARNING octavia.api.root_controller [req-ebc822cd-6bb1-43a2-b45f-c6226c316ced - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.944 10545 INFO octavia.api.v2.controllers.load_balancer [req-77516501-5279-4b60-b1bd-286c647a260f - - - - -] Sending created Load Balancer 75c648c1-fe13-436d-87b6-562437f35c69 to the handler 2019-06-07 06:10:50.035 10545 INFO octavia.api.v2.controllers.listener [req-fc25bcab-182a-4ba7-8655-d058c7947f52 - - - - -] Sending Creation of Listener 2ced95a2-d89b-42c7-91ad-a6045b6b53ce to handler 2019-06-07 06:10:50.175 10545 INFO octavia.api.v2.controllers.pool [req-ae6d5b3b-dddf-4b02-b634-78b3db8a514e - - - - -] Sending Creation of Pool 944e7d11-6f9c-42a8-b398-1ba38a3ac98c to handler 2019-06-07 06:10:50.421 10545 INFO octavia.api.v2.controllers.pool [req-79f18f9f-68a9-44e4-ba76-86235cb8df80 - - - - -] Sending Creation of Pool 62d9fd64-9225-4929-b07c-02909930ac37 to handler 2019-06-07 06:10:50.693 10545 INFO oslo_db.sqlalchemy.provision [req-88de6e2c-3c0f-411f-a172-a5c51aa400a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.697 10545 INFO oslo_db.sqlalchemy.provision [req-88de6e2c-3c0f-411f-a172-a5c51aa400a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hysusottht 2019-06-07 06:10:50.698 10545 INFO oslo_db.sqlalchemy.provision [req-88de6e2c-3c0f-411f-a172-a5c51aa400a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_member.TestMember.test_create_bad_port_number [1.125124s] ... ok 2019-06-07 06:10:52.051 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] CREATE BACKEND sqlite:// TOKEN mjeoizzako 2019-06-07 06:10:52.278 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.282 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mjeoizzako 2019-06-07 06:10:52.282 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule_invalid_value_regex [0.237166s] ... ok 2019-06-07 06:10:55.400 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] CREATE BACKEND sqlite:// TOKEN awlxlihdqs 2019-06-07 06:10:55.521 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.523 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN awlxlihdqs 2019-06-07 06:10:55.523 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_update [0.127130s] ... ok 2019-06-07 06:10:48.804 10541 INFO oslo_db.sqlalchemy.provision [req-2eeb958e-633f-4edc-9090-14d82187d637 - - - - -] CREATE BACKEND sqlite:// TOKEN loxydqhxwv 2019-06-07 06:10:48.967 10541 INFO octavia.common.config [req-2eeb958e-633f-4edc-9090-14d82187d637 - - - - -] Logging enabled! 2019-06-07 06:10:48.968 10541 INFO octavia.common.config [req-2eeb958e-633f-4edc-9090-14d82187d637 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.016 10541 WARNING octavia.api.root_controller [req-2eeb958e-633f-4edc-9090-14d82187d637 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.276 10541 INFO octavia.api.v2.controllers.load_balancer [req-0d2a5ba5-c86c-49af-acc2-1997476a3c59 - - - - -] Sending created Load Balancer 75890d24-c4fe-40aa-bdb0-12102aea3cb7 to the handler 2019-06-07 06:10:49.340 10541 INFO oslo_db.sqlalchemy.provision [req-0d2a5ba5-c86c-49af-acc2-1997476a3c59 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.344 10541 INFO oslo_db.sqlalchemy.provision [req-0d2a5ba5-c86c-49af-acc2-1997476a3c59 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN loxydqhxwv 2019-06-07 06:10:49.345 10541 INFO oslo_db.sqlalchemy.provision [req-0d2a5ba5-c86c-49af-acc2-1997476a3c59 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_one_rule [0.548565s] ... ok 2019-06-07 06:10:53.373 10536 INFO oslo_db.sqlalchemy.provision [req-7b42a041-4f24-4770-bd26-fa099ad2a9ac - - - - -] CREATE BACKEND sqlite:// TOKEN kvfqwzjyvs 2019-06-07 06:10:53.547 10536 INFO octavia.common.config [req-7b42a041-4f24-4770-bd26-fa099ad2a9ac - - - - -] Logging enabled! 2019-06-07 06:10:53.548 10536 INFO octavia.common.config [req-7b42a041-4f24-4770-bd26-fa099ad2a9ac - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:53.572 10536 WARNING octavia.api.root_controller [req-7b42a041-4f24-4770-bd26-fa099ad2a9ac - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:53.579 10536 ERROR octavia.api.v2.controllers.base [req-327bac47-bd82-4a2f-9510-cbd7064a44e3 - - - - -] Load Balancer bad_uuid not found: None 2019-06-07 06:10:53.579 10536 ERROR octavia.api.v2.controllers.base None 2019-06-07 06:10:53.579 10536 ERROR octavia.api.v2.controllers.base 2019-06-07 06:10:53.594 10536 INFO oslo_db.sqlalchemy.provision [req-327bac47-bd82-4a2f-9510-cbd7064a44e3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.597 10536 INFO oslo_db.sqlalchemy.provision [req-327bac47-bd82-4a2f-9510-cbd7064a44e3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kvfqwzjyvs 2019-06-07 06:10:53.597 10536 INFO oslo_db.sqlalchemy.provision [req-327bac47-bd82-4a2f-9510-cbd7064a44e3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_bad_lb_id [0.227213s] ... ok 2019-06-07 06:10:47.857 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] CREATE BACKEND sqlite:// TOKEN yqagwxpufn 2019-06-07 06:10:48.177 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.180 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yqagwxpufn 2019-06-07 06:10:48.181 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_models.PoolModelTest.test_create [0.329711s] ... ok 2019-06-07 06:10:48.202 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] CREATE BACKEND sqlite:// TOKEN trpixfrjdj 2019-06-07 06:10:48.454 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.458 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN trpixfrjdj 2019-06-07 06:10:48.459 10530 INFO oslo_db.sqlalchemy.provision [req-fa35dbb2-9df5-4132-9226-c48a4a0a0557 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_update_pool_members [0.262993s] ... ok 2019-06-07 06:10:51.752 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] CREATE BACKEND sqlite:// TOKEN oetnlgxqjg 2019-06-07 06:10:51.988 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.991 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oetnlgxqjg 2019-06-07 06:10:51.992 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_nonexisting_sp_delete_sp [0.245624s] ... ok 2019-06-07 06:10:50.879 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] CREATE BACKEND sqlite:// TOKEN ztlapmaziq 2019-06-07 06:10:51.167 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.171 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ztlapmaziq 2019-06-07 06:10:51.172 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_all_children [0.298521s] ... ok 2019-06-07 06:10:52.289 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] CREATE BACKEND sqlite:// TOKEN kdvxstwbwz 2019-06-07 06:10:52.524 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.527 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kdvxstwbwz 2019-06-07 06:10:52.528 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule_invalid_value_string [0.245263s] ... ok 2019-06-07 06:10:55.527 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] CREATE BACKEND sqlite:// TOKEN skhwuueitp 2019-06-07 06:10:55.660 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.663 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN skhwuueitp 2019-06-07 06:10:55.663 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_member [0.139369s] ... ok 2019-06-07 06:10:49.924 10557 INFO oslo_db.sqlalchemy.provision [req-467d79c0-0b3a-4d64-a6d5-044fbe2e525a - - - - -] CREATE BACKEND sqlite:// TOKEN mdejhtvyje 2019-06-07 06:10:50.145 10557 INFO octavia.common.config [req-467d79c0-0b3a-4d64-a6d5-044fbe2e525a - - - - -] Logging enabled! 2019-06-07 06:10:50.146 10557 INFO octavia.common.config [req-467d79c0-0b3a-4d64-a6d5-044fbe2e525a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.193 10557 WARNING octavia.api.root_controller [req-467d79c0-0b3a-4d64-a6d5-044fbe2e525a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.220 10557 INFO octavia.api.v2.controllers.load_balancer [req-1ad6f727-9c3d-4e65-8891-4e97dde8abb7 - - - - -] Sending created Load Balancer 4f939196-998a-427c-be2f-77c43f619a99 to the handler 2019-06-07 06:10:50.305 10557 INFO octavia.api.v2.controllers.listener [req-88f50737-dd8a-42eb-bfc3-d4f0bc3e53b8 - - - - -] Sending Creation of Listener dcfb8634-6103-4659-8c7b-89528b47d146 to handler 2019-06-07 06:10:50.484 10557 INFO octavia.api.v2.controllers.pool [req-c5335bfa-ca41-4c63-9826-d123f13937bd - - - - -] Sending Creation of Pool 9997aaf0-db95-4eda-b0dc-78992cd63526 to handler 2019-06-07 06:10:50.903 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.906 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mdejhtvyje 2019-06-07 06:10:50.907 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_session_persistence [0.990500s] ... ok 2019-06-07 06:10:45.386 10529 INFO oslo_db.sqlalchemy.provision [req-25683778-e6cc-4063-8f11-63a08cb84625 - - - - -] CREATE BACKEND sqlite:// TOKEN dyvqwatajs 2019-06-07 06:10:45.551 10529 INFO octavia.common.config [req-25683778-e6cc-4063-8f11-63a08cb84625 - - - - -] Logging enabled! 2019-06-07 06:10:45.552 10529 INFO octavia.common.config [req-25683778-e6cc-4063-8f11-63a08cb84625 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.598 10529 WARNING octavia.api.root_controller [req-25683778-e6cc-4063-8f11-63a08cb84625 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:45.625 10529 INFO octavia.api.v2.controllers.load_balancer [req-b843ba26-3026-4b80-9792-38eb53af567f - - - - -] Sending created Load Balancer 9fcd00cf-0db6-4c27-8a86-f858d813e8a4 to the handler 2019-06-07 06:10:45.700 10529 INFO octavia.api.v2.controllers.load_balancer [req-903cbdf3-0bbb-460b-bfd5-f3c440cd2c46 - ce1a5c2b-287c-4eaf-80e5-c3d5c90535f4 - - -] Sending updated Load Balancer 9fcd00cf-0db6-4c27-8a86-f858d813e8a4 to the handler 2019-06-07 06:10:45.760 10529 INFO oslo_db.sqlalchemy.provision [req-ba15e032-b92f-47f2-b2e8-3542865ff891 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:45.764 10529 INFO oslo_db.sqlalchemy.provision [req-ba15e032-b92f-47f2-b2e8-3542865ff891 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dyvqwatajs 2019-06-07 06:10:45.764 10529 INFO oslo_db.sqlalchemy.provision [req-ba15e032-b92f-47f2-b2e8-3542865ff891 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_authorized [0.385117s] ... ok 2019-06-07 06:10:53.824 10559 INFO oslo_db.sqlalchemy.provision [req-d613484b-caff-4cac-a737-150eb36ad9b0 - - - - -] CREATE BACKEND sqlite:// TOKEN otnjjgdczy 2019-06-07 06:10:53.919 10559 INFO octavia.common.config [req-d613484b-caff-4cac-a737-150eb36ad9b0 - - - - -] Logging enabled! 2019-06-07 06:10:53.919 10559 INFO octavia.common.config [req-d613484b-caff-4cac-a737-150eb36ad9b0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:53.944 10559 WARNING octavia.api.root_controller [req-d613484b-caff-4cac-a737-150eb36ad9b0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:53.968 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.970 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN otnjjgdczy 2019-06-07 06:10:53.971 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-06-07 06:10:48.188 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] CREATE BACKEND sqlite:// TOKEN jyrwfpjlkb 2019-06-07 06:10:48.380 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.384 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jyrwfpjlkb 2019-06-07 06:10:48.385 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_quotas_no_quotas [0.150975s] ... ok {21} octavia.tests.functional.db.test_models.SNIModelTest.test_update [0.203102s] ... ok 2019-06-07 06:10:50.489 10550 INFO oslo_db.sqlalchemy.provision [req-e813727e-c95b-419b-85e7-9b3ee8cd7335 - - - - -] CREATE BACKEND sqlite:// TOKEN bmaldsvqgs 2019-06-07 06:10:50.656 10550 INFO octavia.common.config [req-e813727e-c95b-419b-85e7-9b3ee8cd7335 - - - - -] Logging enabled! 2019-06-07 06:10:50.656 10550 INFO octavia.common.config [req-e813727e-c95b-419b-85e7-9b3ee8cd7335 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.703 10550 WARNING octavia.api.root_controller [req-e813727e-c95b-419b-85e7-9b3ee8cd7335 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.732 10550 INFO octavia.api.v2.controllers.load_balancer [req-ca8a06ec-d9ae-4bbc-a222-a228fabaff76 - - - - -] Sending created Load Balancer a70d8c56-c4f7-45c4-9bcb-f352834d5d99 to the handler 2019-06-07 06:10:50.816 10550 INFO octavia.api.v2.controllers.listener [req-91990375-d09d-4275-afd1-08dea61f4a26 - - - - -] Sending Creation of Listener d7f39c0d-3d46-45b4-98d0-caaed4fe18ea to handler 2019-06-07 06:10:50.948 10550 INFO oslo_db.sqlalchemy.provision [req-88c5c3ea-2c91-45d4-b490-4556c8811639 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.952 10550 INFO oslo_db.sqlalchemy.provision [req-88c5c3ea-2c91-45d4-b490-4556c8811639 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bmaldsvqgs 2019-06-07 06:10:50.953 10550 INFO oslo_db.sqlalchemy.provision [req-88c5c3ea-2c91-45d4-b490-4556c8811639 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_SP_cookie_name [0.470975s] ... ok 2019-06-07 06:10:52.901 10553 INFO oslo_db.sqlalchemy.provision [req-5eb55964-aed8-43ae-ab3b-11a4bc98e1c0 - - - - -] CREATE BACKEND sqlite:// TOKEN xjuasmvzet 2019-06-07 06:10:53.005 10553 INFO octavia.common.config [req-5eb55964-aed8-43ae-ab3b-11a4bc98e1c0 - - - - -] Logging enabled! 2019-06-07 06:10:53.006 10553 INFO octavia.common.config [req-5eb55964-aed8-43ae-ab3b-11a4bc98e1c0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:53.034 10553 WARNING octavia.api.root_controller [req-5eb55964-aed8-43ae-ab3b-11a4bc98e1c0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:53.073 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.075 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xjuasmvzet 2019-06-07 06:10:53.076 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_partial_quotas [0.178955s] ... ok 2019-06-07 06:10:51.996 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] CREATE BACKEND sqlite:// TOKEN wepnbrnldg 2019-06-07 06:10:52.154 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.157 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wepnbrnldg 2019-06-07 06:10:52.157 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_cert_expired_amphora [0.165309s] ... ok 2019-06-07 06:10:50.560 10531 INFO oslo_db.sqlalchemy.provision [req-c173ad86-230e-49a3-b420-69fc0252db4c - - - - -] CREATE BACKEND sqlite:// TOKEN slsbayzetz 2019-06-07 06:10:50.728 10531 INFO octavia.common.config [req-c173ad86-230e-49a3-b420-69fc0252db4c - - - - -] Logging enabled! 2019-06-07 06:10:50.729 10531 INFO octavia.common.config [req-c173ad86-230e-49a3-b420-69fc0252db4c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.777 10531 WARNING octavia.api.root_controller [req-c173ad86-230e-49a3-b420-69fc0252db4c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.807 10531 INFO octavia.api.v2.controllers.load_balancer [req-4729817b-c6fe-475b-8a63-e1f195fa0728 - - - - -] Sending created Load Balancer 318bc970-4948-4b40-a24f-a0ab06a71d1f to the handler 2019-06-07 06:10:50.902 10531 INFO octavia.api.v2.controllers.listener [req-dec6097c-85dc-41c6-b817-04b800fd3282 - - - - -] Sending Creation of Listener 7ddaf508-dc89-46e3-8910-8f5bb0afdddd to handler 2019-06-07 06:10:51.096 10531 INFO octavia.api.v2.controllers.pool [req-2770d491-aa36-40ce-8d72-56f1abc1ff13 - - - - -] Sending Creation of Pool d59f0aac-631b-4795-91aa-0ea172407a69 to handler 2019-06-07 06:10:51.255 10531 INFO oslo_db.sqlalchemy.provision [req-e7f76536-24ac-4871-974e-3249cd66b4e0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.259 10531 INFO oslo_db.sqlalchemy.provision [req-e7f76536-24ac-4871-974e-3249cd66b4e0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN slsbayzetz 2019-06-07 06:10:51.260 10531 INFO oslo_db.sqlalchemy.provision [req-e7f76536-24ac-4871-974e-3249cd66b4e0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_sans_loadbalancer_id [0.706559s] ... ok 2019-06-07 06:10:55.667 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] CREATE BACKEND sqlite:// TOKEN ujmjsdwjvq 2019-06-07 06:10:55.779 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.781 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ujmjsdwjvq 2019-06-07 06:10:55.782 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_get_all_return_value [0.118573s] ... ok 2019-06-07 06:10:52.535 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] CREATE BACKEND sqlite:// TOKEN iggwfavbwg 2019-06-07 06:10:52.714 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.716 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iggwfavbwg 2019-06-07 06:10:52.716 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_amphora [0.187425s] ... ok 2019-06-07 06:10:51.178 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] CREATE BACKEND sqlite:// TOKEN otudmxojal 2019-06-07 06:10:51.366 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.369 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN otudmxojal 2019-06-07 06:10:51.370 10540 INFO oslo_db.sqlalchemy.provision [req-6fb90aff-ed52-4efd-a62d-9daa1d094ce0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_get_all [0.197376s] ... ok 2019-06-07 06:10:50.914 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] CREATE BACKEND sqlite:// TOKEN xltwzidtgr 2019-06-07 06:10:51.081 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.085 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xltwzidtgr 2019-06-07 06:10:51.085 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_models.AmphoraHealthModelTest.test_delete [0.177490s] ... ok 2019-06-07 06:10:48.392 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] CREATE BACKEND sqlite:// TOKEN vbjojcdwcv 2019-06-07 06:10:48.753 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.756 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vbjojcdwcv 2019-06-07 06:10:48.757 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_delete [0.382311s] ... ok 2019-06-07 06:10:53.975 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] CREATE BACKEND sqlite:// TOKEN nnfjquyjmr 2019-06-07 06:10:54.160 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.162 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nnfjquyjmr 2019-06-07 06:10:54.163 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_listener_tree [0.191251s] ... ok 2019-06-07 06:11:15.254 10539 INFO octavia.api.v2.controllers.l7rule [req-5b40c45b-a769-49fa-a6d1-eb500172c26f - - - - -] Sending Creation of L7Rule 5ecf484f-7b02-4960-a52f-ad8609618011 to handler 2019-06-07 06:10:52.162 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] CREATE BACKEND sqlite:// TOKEN znywmrlywd 2019-06-07 06:10:52.344 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.347 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN znywmrlywd 2019-06-07 06:10:52.348 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_get_all_return_value [0.190642s] ... ok 2019-06-07 06:10:53.081 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] CREATE BACKEND sqlite:// TOKEN pzvqwsmfse 2019-06-07 06:10:53.283 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.285 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pzvqwsmfse 2019-06-07 06:10:53.285 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_pool_tree [0.208527s] ... ok 2019-06-07 06:10:55.786 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] CREATE BACKEND sqlite:// TOKEN rcbxqvonpx 2019-06-07 06:10:55.908 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.911 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rcbxqvonpx 2019-06-07 06:10:55.911 10532 INFO oslo_db.sqlalchemy.provision [req-ae8cfde6-76ea-4833-b7d0-c9f714eb2d81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_get_all_return_value [0.128812s] ... ok 2019-06-07 06:10:52.721 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] CREATE BACKEND sqlite:// TOKEN pmgfdzxgzq 2019-06-07 06:10:52.869 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.872 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pmgfdzxgzq 2019-06-07 06:10:52.873 10555 INFO oslo_db.sqlalchemy.provision [req-09a9381c-bcc6-4d6e-932c-95538537759d - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_immutable [0.156527s] ... ok 2019-06-07 06:10:53.601 10536 INFO oslo_db.sqlalchemy.provision [req-327bac47-bd82-4a2f-9510-cbd7064a44e3 - - - - -] CREATE BACKEND sqlite:// TOKEN fnrozhlyoz 2019-06-07 06:10:53.696 10536 INFO octavia.common.config [req-327bac47-bd82-4a2f-9510-cbd7064a44e3 - - - - -] Logging enabled! 2019-06-07 06:10:53.696 10536 INFO octavia.common.config [req-327bac47-bd82-4a2f-9510-cbd7064a44e3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:53.722 10536 WARNING octavia.api.root_controller [req-327bac47-bd82-4a2f-9510-cbd7064a44e3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:53.737 10536 INFO octavia.api.v2.controllers.load_balancer [req-6c4e9d9e-0a41-49c1-845b-6cc15653089f - - - - -] Sending created Load Balancer 7e51c7f5-b2ad-45f8-9eaf-edd96e8a820e to the handler 2019-06-07 06:10:53.760 10536 INFO octavia.api.v2.controllers.load_balancer [req-06ed4ca1-6f16-4315-9088-64e70effdac0 - - - - -] Sending created Load Balancer 0e636c42-4e0e-45ad-b4c2-f1d99182271a to the handler 2019-06-07 06:10:53.782 10536 INFO octavia.api.v2.controllers.load_balancer [req-917c3c2e-fdd6-4bf9-99d6-381220c0cad4 - - - - -] Sending created Load Balancer 7a71ee38-ff04-4d08-bf5b-130b363f0cc8 to the handler 2019-06-07 06:10:53.888 10536 INFO oslo_db.sqlalchemy.provision [req-9265ee1f-c0ad-4234-aa98-1b8a4212eb8c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.890 10536 INFO oslo_db.sqlalchemy.provision [req-9265ee1f-c0ad-4234-aa98-1b8a4212eb8c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fnrozhlyoz 2019-06-07 06:10:53.891 10536 INFO oslo_db.sqlalchemy.provision [req-9265ee1f-c0ad-4234-aa98-1b8a4212eb8c - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_limited [0.293416s] ... ok 2019-06-07 06:10:51.092 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] CREATE BACKEND sqlite:// TOKEN asmkrnphhr 2019-06-07 06:10:51.287 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.291 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN asmkrnphhr 2019-06-07 06:10:51.292 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_delete [0.205675s] ... ok 2019-06-07 06:10:49.353 10541 INFO oslo_db.sqlalchemy.provision [req-0d2a5ba5-c86c-49af-acc2-1997476a3c59 - - - - -] CREATE BACKEND sqlite:// TOKEN uzumwkcvua 2019-06-07 06:10:49.519 10541 INFO octavia.common.config [req-0d2a5ba5-c86c-49af-acc2-1997476a3c59 - - - - -] Logging enabled! 2019-06-07 06:10:49.520 10541 INFO octavia.common.config [req-0d2a5ba5-c86c-49af-acc2-1997476a3c59 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.566 10541 WARNING octavia.api.root_controller [req-0d2a5ba5-c86c-49af-acc2-1997476a3c59 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.593 10541 INFO octavia.api.v2.controllers.load_balancer [req-3290a614-cfa8-4d89-a1c7-a63eb332f790 - - - - -] Sending created Load Balancer f8fa1808-7d87-4a5b-a734-463334e48da8 to the handler 2019-06-07 06:10:49.684 10541 INFO octavia.api.v2.controllers.listener [req-696e67cc-0a1e-4c9c-becd-55ab6a0c5533 - - - - -] Sending Creation of Listener 79726602-3da6-4ed6-ad85-2a496eded869 to handler 2019-06-07 06:10:49.800 10541 INFO octavia.api.v2.controllers.load_balancer [req-eba80536-673c-48cc-8794-e6ae9f6d0e12 - - - - -] Sending updated Load Balancer f8fa1808-7d87-4a5b-a734-463334e48da8 to the handler 2019-06-07 06:10:49.858 10541 INFO octavia.api.v2.controllers.pool [req-f8234b76-2164-47af-b0f9-4882ba562564 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-06-07 06:10:49.885 10541 INFO oslo_db.sqlalchemy.provision [req-f8234b76-2164-47af-b0f9-4882ba562564 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.888 10541 INFO oslo_db.sqlalchemy.provision [req-f8234b76-2164-47af-b0f9-4882ba562564 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uzumwkcvua 2019-06-07 06:10:49.889 10541 INFO oslo_db.sqlalchemy.provision [req-f8234b76-2164-47af-b0f9-4882ba562564 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_when_lb_pending_update [0.543032s] ... ok 2019-06-07 06:10:48.777 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] CREATE BACKEND sqlite:// TOKEN sdjajylqxx 2019-06-07 06:10:48.977 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:48.981 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sdjajylqxx 2019-06-07 06:10:48.981 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_delete [0.212601s] ... ok 2019-06-07 06:10:50.705 10545 INFO oslo_db.sqlalchemy.provision [req-88de6e2c-3c0f-411f-a172-a5c51aa400a2 - - - - -] CREATE BACKEND sqlite:// TOKEN ybqkptuoaj 2019-06-07 06:10:50.871 10545 INFO octavia.common.config [req-88de6e2c-3c0f-411f-a172-a5c51aa400a2 - - - - -] Logging enabled! 2019-06-07 06:10:50.872 10545 INFO octavia.common.config [req-88de6e2c-3c0f-411f-a172-a5c51aa400a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.915 10545 WARNING octavia.api.root_controller [req-88de6e2c-3c0f-411f-a172-a5c51aa400a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.939 10545 INFO octavia.api.v2.controllers.load_balancer [req-c1b75acc-fde6-4aba-874d-0392595de1e7 - - - - -] Sending created Load Balancer 32da1e50-8416-4169-b33b-3a4437d7e0bb to the handler 2019-06-07 06:10:51.024 10545 INFO octavia.api.v2.controllers.listener [req-ee98d33b-b269-420e-8bd5-691b20b98445 - - - - -] Sending Creation of Listener b15fbbb4-756c-48e0-99a4-870906591051 to handler 2019-06-07 06:10:51.160 10545 INFO octavia.api.v2.controllers.pool [req-8169ce12-de85-4f9d-b5d4-2363e30546b3 - - - - -] Sending Creation of Pool e996cf5c-d652-4fe8-b670-2c22cf4b3408 to handler 2019-06-07 06:10:51.386 10545 INFO octavia.api.v2.controllers.pool [req-5a5f8917-3eb6-456a-b8c1-6052bbb5f4a3 - - - - -] Sending Creation of Pool 46bd338d-d296-44ff-801e-482793a22952 to handler 2019-06-07 06:10:51.646 10545 INFO octavia.api.v2.controllers.member [req-a50bdab4-d56a-4c5d-acd3-319cbaf71876 - - - - -] Sending Creation of Member 38d7fdca-316c-484e-b3e5-989e7e242e38 to handler 2019-06-07 06:10:51.924 10545 INFO octavia.api.v2.controllers.member [req-45d9a9d4-fad2-4338-a2fd-d3ba4ea06aa8 - - - - -] Sending Deletion of Member 38d7fdca-316c-484e-b3e5-989e7e242e38 to handler 2019-06-07 06:10:52.464 10545 INFO oslo_db.sqlalchemy.provision [req-b828d505-2efd-47a4-98ca-f604cee8afd8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.468 10545 INFO oslo_db.sqlalchemy.provision [req-b828d505-2efd-47a4-98ca-f604cee8afd8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ybqkptuoaj 2019-06-07 06:10:52.468 10545 INFO oslo_db.sqlalchemy.provision [req-b828d505-2efd-47a4-98ca-f604cee8afd8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_member.TestMember.test_delete [1.770228s] ... ok 2019-06-07 06:10:54.168 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] CREATE BACKEND sqlite:// TOKEN pbkczopyef 2019-06-07 06:10:54.328 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.330 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pbkczopyef 2019-06-07 06:10:54.330 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_sqlite_transactions_broken [0.166940s] ... ok 2019-06-07 06:10:52.354 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] CREATE BACKEND sqlite:// TOKEN qritgwcgaa 2019-06-07 06:10:52.516 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.519 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qritgwcgaa 2019-06-07 06:10:52.519 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule_invalid_value_regex [0.169855s] ... ok 2019-06-07 06:10:51.298 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] CREATE BACKEND sqlite:// TOKEN jdayhvlkmh 2019-06-07 06:10:51.489 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.492 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jdayhvlkmh 2019-06-07 06:10:51.493 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_delete [0.200423s] ... ok 2019-06-07 06:10:53.290 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] CREATE BACKEND sqlite:// TOKEN jkwywoodvr 2019-06-07 06:10:53.513 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.515 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jkwywoodvr 2019-06-07 06:10:53.516 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_health_monitor_delete [0.229920s] ... ok 2019-06-07 06:10:48.988 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] CREATE BACKEND sqlite:// TOKEN oyzcseoetu 2019-06-07 06:10:49.217 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.220 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oyzcseoetu 2019-06-07 06:10:49.221 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_delete_amphora_with_load_balancer [0.239111s] ... ok 2019-06-07 06:10:45.771 10529 INFO oslo_db.sqlalchemy.provision [req-ba15e032-b92f-47f2-b2e8-3542865ff891 - - - - -] CREATE BACKEND sqlite:// TOKEN wrfhclqtnm 2019-06-07 06:10:45.935 10529 INFO octavia.common.config [req-ba15e032-b92f-47f2-b2e8-3542865ff891 - - - - -] Logging enabled! 2019-06-07 06:10:45.936 10529 INFO octavia.common.config [req-ba15e032-b92f-47f2-b2e8-3542865ff891 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:45.982 10529 WARNING octavia.api.root_controller [req-ba15e032-b92f-47f2-b2e8-3542865ff891 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.010 10529 INFO octavia.api.v2.controllers.load_balancer [req-15ea8d12-e3ad-4b6c-a01a-3e240779ded7 - - - - -] Sending created Load Balancer 1292145f-d8fd-4701-8cd1-bad9c5d9ca98 to the handler 2019-06-07 06:10:46.081 10529 INFO octavia.api.v2.controllers.load_balancer [req-8e0d564f-e9b8-4f0e-aadb-bd0c49cf995a - - - - -] Sending deleted Load Balancer 1292145f-d8fd-4701-8cd1-bad9c5d9ca98 to the handler 2019-06-07 06:10:46.118 10529 INFO octavia.api.v2.controllers.load_balancer [req-25ff34a7-a0a9-4a4c-8de2-2859a0a36e9b - - - - -] Invalid state PENDING_DELETE of loadbalancer resource 1292145f-d8fd-4701-8cd1-bad9c5d9ca98 2019-06-07 06:10:46.144 10529 INFO oslo_db.sqlalchemy.provision [req-25ff34a7-a0a9-4a4c-8de2-2859a0a36e9b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.147 10529 INFO oslo_db.sqlalchemy.provision [req-25ff34a7-a0a9-4a4c-8de2-2859a0a36e9b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wrfhclqtnm 2019-06-07 06:10:46.148 10529 INFO oslo_db.sqlalchemy.provision [req-25ff34a7-a0a9-4a4c-8de2-2859a0a36e9b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_pending_delete [0.383165s] ... ok 2019-06-07 06:10:54.334 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] CREATE BACKEND sqlite:// TOKEN nszodwkoxa 2019-06-07 06:10:54.509 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.511 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nszodwkoxa 2019-06-07 06:10:54.511 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_nonexisting_sp [0.180757s] ... ok 2019-06-07 06:10:50.960 10550 INFO oslo_db.sqlalchemy.provision [req-88c5c3ea-2c91-45d4-b490-4556c8811639 - - - - -] CREATE BACKEND sqlite:// TOKEN vaetikdldd 2019-06-07 06:10:51.122 10550 INFO octavia.common.config [req-88c5c3ea-2c91-45d4-b490-4556c8811639 - - - - -] Logging enabled! 2019-06-07 06:10:51.123 10550 INFO octavia.common.config [req-88c5c3ea-2c91-45d4-b490-4556c8811639 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.169 10550 WARNING octavia.api.root_controller [req-88c5c3ea-2c91-45d4-b490-4556c8811639 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.198 10550 INFO octavia.api.v2.controllers.load_balancer [req-c0075a13-a40c-4f14-b5ba-674af74a926e - - - - -] Sending created Load Balancer 9ffd1dbb-92c8-4bff-8b2a-cc0a060420ac to the handler 2019-06-07 06:10:51.281 10550 INFO octavia.api.v2.controllers.listener [req-7ba7b8bc-ce7a-4c5e-8874-d2c22d00d1c2 - - - - -] Sending Creation of Listener 2ab3528a-f7dc-432a-85c6-cdd88a48f4e6 to handler 2019-06-07 06:10:51.449 10550 INFO octavia.api.v2.controllers.pool [req-9bb053f7-0ce3-4639-be7c-3722c2310744 - - - - -] Sending Creation of Pool d8f035ee-cf4c-4a7a-9dd6-1bca956796e3 to handler 2019-06-07 06:10:51.578 10550 INFO octavia.api.v2.controllers.pool [req-bef9bc62-7cd8-4587-a382-0d03c8bb809e - - - - -] Sending Update of Pool d8f035ee-cf4c-4a7a-9dd6-1bca956796e3 to handler 2019-06-07 06:10:51.762 10550 INFO oslo_db.sqlalchemy.provision [req-a2113895-7e4d-4db2-a889-ad39e5714aa1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.766 10550 INFO oslo_db.sqlalchemy.provision [req-a2113895-7e4d-4db2-a889-ad39e5714aa1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vaetikdldd 2019-06-07 06:10:51.766 10550 INFO oslo_db.sqlalchemy.provision [req-a2113895-7e4d-4db2-a889-ad39e5714aa1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_preserve_session_persistence [0.812562s] ... ok 2019-06-07 06:10:51.267 10531 INFO oslo_db.sqlalchemy.provision [req-e7f76536-24ac-4871-974e-3249cd66b4e0 - - - - -] CREATE BACKEND sqlite:// TOKEN tpitaoueya 2019-06-07 06:10:51.434 10531 INFO octavia.common.config [req-e7f76536-24ac-4871-974e-3249cd66b4e0 - - - - -] Logging enabled! 2019-06-07 06:10:51.435 10531 INFO octavia.common.config [req-e7f76536-24ac-4871-974e-3249cd66b4e0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.484 10531 WARNING octavia.api.root_controller [req-e7f76536-24ac-4871-974e-3249cd66b4e0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.517 10531 INFO octavia.api.v2.controllers.load_balancer [req-197d3155-6ab2-4f8d-9dcc-7686c684edb9 - - - - -] Sending created Load Balancer 8de1f6f3-e3a0-45ea-b9b6-d4059cea80bf to the handler 2019-06-07 06:10:51.783 10531 INFO octavia.api.v2.controllers.listener [req-5a10acd5-c094-48f7-a270-9d4f3d53f5bf - - - - -] Sending Creation of Listener 6cc7f56a-d688-442f-8430-eba331490ce3 to handler 2019-06-07 06:10:51.960 10531 INFO octavia.api.v2.controllers.pool [req-039b9134-1d82-4e9f-b07b-4578b231fa20 - - - - -] Sending Creation of Pool 235516c9-91fd-471b-ad66-3bcaf9c005d7 to handler 2019-06-07 06:10:52.156 10531 INFO oslo_db.sqlalchemy.provision [req-ef37c35c-3ffd-4793-bfd0-9022e7d99b5a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.160 10531 INFO oslo_db.sqlalchemy.provision [req-ef37c35c-3ffd-4793-bfd0-9022e7d99b5a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tpitaoueya 2019-06-07 06:10:52.161 10531 INFO oslo_db.sqlalchemy.provision [req-ef37c35c-3ffd-4793-bfd0-9022e7d99b5a - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_already_deleted [0.900447s] ... ok 2019-06-07 06:10:51.500 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] CREATE BACKEND sqlite:// TOKEN quhcwmpgsr 2019-06-07 06:10:51.862 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.866 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN quhcwmpgsr 2019-06-07 06:10:51.866 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_session_persistence_delete [0.372198s] ... ok 2019-06-07 06:10:52.523 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] CREATE BACKEND sqlite:// TOKEN kshnccfxuq 2019-06-07 06:10:52.712 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.714 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kshnccfxuq 2019-06-07 06:10:52.715 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_get_all [0.194937s] ... ok 2019-06-07 06:10:49.897 10541 INFO oslo_db.sqlalchemy.provision [req-f8234b76-2164-47af-b0f9-4882ba562564 - - - - -] CREATE BACKEND sqlite:// TOKEN bqixwggylz 2019-06-07 06:10:50.061 10541 INFO octavia.common.config [req-f8234b76-2164-47af-b0f9-4882ba562564 - - - - -] Logging enabled! 2019-06-07 06:10:50.062 10541 INFO octavia.common.config [req-f8234b76-2164-47af-b0f9-4882ba562564 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.108 10541 WARNING octavia.api.root_controller [req-f8234b76-2164-47af-b0f9-4882ba562564 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.173 10541 INFO oslo_db.sqlalchemy.provision [req-752f34c2-fd77-4b9a-b82f-d4e6979c7af7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.176 10541 INFO oslo_db.sqlalchemy.provision [req-752f34c2-fd77-4b9a-b82f-d4e6979c7af7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bqixwggylz 2019-06-07 06:10:50.177 10541 INFO oslo_db.sqlalchemy.provision [req-752f34c2-fd77-4b9a-b82f-d4e6979c7af7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_missing_quotas [0.287219s] ... ok 2019-06-07 06:10:53.522 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] CREATE BACKEND sqlite:// TOKEN wcocwlopwl 2019-06-07 06:10:53.683 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.687 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wcocwlopwl 2019-06-07 06:10:53.687 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_invalid_key [0.171033s] ... ok 2019-06-07 06:10:49.228 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] CREATE BACKEND sqlite:// TOKEN ixlcerothb 2019-06-07 06:10:49.488 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.492 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ixlcerothb 2019-06-07 06:10:49.492 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_delete [0.270229s] ... ok 2019-06-07 06:10:54.515 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] CREATE BACKEND sqlite:// TOKEN qdpjndyxwl 2019-06-07 06:10:54.725 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.728 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qdpjndyxwl 2019-06-07 06:10:54.728 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_lb_for_health_update [0.216317s] ... ok 2019-06-07 06:10:51.875 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] CREATE BACKEND sqlite:// TOKEN kbmkxxyyqr 2019-06-07 06:10:52.065 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.069 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kbmkxxyyqr 2019-06-07 06:10:52.069 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_check_amphora_expired_with_exp_age [0.202417s] ... ok 2019-06-07 06:10:53.894 10536 INFO oslo_db.sqlalchemy.provision [req-9265ee1f-c0ad-4234-aa98-1b8a4212eb8c - - - - -] CREATE BACKEND sqlite:// TOKEN eqnivximna 2019-06-07 06:10:53.991 10536 INFO octavia.common.config [req-9265ee1f-c0ad-4234-aa98-1b8a4212eb8c - - - - -] Logging enabled! 2019-06-07 06:10:53.992 10536 INFO octavia.common.config [req-9265ee1f-c0ad-4234-aa98-1b8a4212eb8c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:54.016 10536 WARNING octavia.api.root_controller [req-9265ee1f-c0ad-4234-aa98-1b8a4212eb8c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:54.032 10536 INFO octavia.api.v2.controllers.load_balancer [req-2331ee7a-1ea6-4ad3-8bdd-dea5bcfc90f8 - - - - -] Sending created Load Balancer b2017329-a863-4b75-821e-dd65978b3d81 to the handler 2019-06-07 06:10:54.054 10536 INFO octavia.api.v2.controllers.load_balancer [req-4f60cf6b-407e-45b1-a692-a0e93a09be4d - - - - -] Sending created Load Balancer 0793f48e-3c6d-4403-8f8d-e656453f5b29 to the handler 2019-06-07 06:10:54.076 10536 INFO octavia.api.v2.controllers.load_balancer [req-66ae1934-4694-46ee-94f1-b428ff5575a3 - - - - -] Sending created Load Balancer bbb73414-1b44-4a15-a8ca-bb02fb7745f9 to the handler 2019-06-07 06:10:54.125 10536 INFO oslo_db.sqlalchemy.provision [req-327635e5-e83b-4d25-8b45-8816dfd5975f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.128 10536 INFO oslo_db.sqlalchemy.provision [req-327635e5-e83b-4d25-8b45-8816dfd5975f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eqnivximna 2019-06-07 06:10:54.128 10536 INFO oslo_db.sqlalchemy.provision [req-327635e5-e83b-4d25-8b45-8816dfd5975f - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_non_admin_global_observer [0.237008s] ... ok 2019-06-07 06:10:52.719 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] CREATE BACKEND sqlite:// TOKEN wrwlfopagh 2019-06-07 06:10:52.877 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.880 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wrwlfopagh 2019-06-07 06:10:52.880 10543 INFO oslo_db.sqlalchemy.provision [req-715b4bc2-d8be-4951-a299-24162a9ca3b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_get_all_return_value [0.165175s] ... ok 2019-06-07 06:10:53.693 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] CREATE BACKEND sqlite:// TOKEN wfpvwwinrj 2019-06-07 06:10:53.828 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.831 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wfpvwwinrj 2019-06-07 06:10:53.831 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_error [0.142391s] ... ok 2019-06-07 06:10:49.499 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] CREATE BACKEND sqlite:// TOKEN hpkavawecg 2019-06-07 06:10:49.701 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.705 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hpkavawecg 2019-06-07 06:10:49.706 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_create [0.212108s] ... ok 2019-06-07 06:10:54.732 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] CREATE BACKEND sqlite:// TOKEN bfwfwexmjy 2019-06-07 06:10:54.843 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.846 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bfwfwexmjy 2019-06-07 06:10:54.846 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_create [0.117439s] ... ok 2019-06-07 06:10:52.169 10531 INFO oslo_db.sqlalchemy.provision [req-ef37c35c-3ffd-4793-bfd0-9022e7d99b5a - - - - -] CREATE BACKEND sqlite:// TOKEN dpdnykgmqx 2019-06-07 06:10:52.301 10531 INFO octavia.common.config [req-ef37c35c-3ffd-4793-bfd0-9022e7d99b5a - - - - -] Logging enabled! 2019-06-07 06:10:52.302 10531 INFO octavia.common.config [req-ef37c35c-3ffd-4793-bfd0-9022e7d99b5a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:52.336 10531 WARNING octavia.api.root_controller [req-ef37c35c-3ffd-4793-bfd0-9022e7d99b5a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:52.399 10531 INFO oslo_db.sqlalchemy.provision [req-7447efcb-3ecd-41da-8dd3-3b59fdfffc77 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.403 10531 INFO oslo_db.sqlalchemy.provision [req-7447efcb-3ecd-41da-8dd3-3b59fdfffc77 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dpdnykgmqx 2019-06-07 06:10:52.403 10531 INFO oslo_db.sqlalchemy.provision [req-7447efcb-3ecd-41da-8dd3-3b59fdfffc77 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_quotas_quota_admin [0.241627s] ... ok 2019-06-07 06:10:51.773 10550 INFO oslo_db.sqlalchemy.provision [req-a2113895-7e4d-4db2-a889-ad39e5714aa1 - - - - -] CREATE BACKEND sqlite:// TOKEN eduptfzzsl 2019-06-07 06:10:51.895 10550 INFO octavia.common.config [req-a2113895-7e4d-4db2-a889-ad39e5714aa1 - - - - -] Logging enabled! 2019-06-07 06:10:51.896 10550 INFO octavia.common.config [req-a2113895-7e4d-4db2-a889-ad39e5714aa1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:51.928 10550 WARNING octavia.api.root_controller [req-a2113895-7e4d-4db2-a889-ad39e5714aa1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:51.958 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.961 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eduptfzzsl 2019-06-07 06:10:51.962 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_default_quotas_not_Authorized [0.194590s] ... ok 2019-06-07 06:10:52.475 10545 INFO oslo_db.sqlalchemy.provision [req-b828d505-2efd-47a4-98ca-f604cee8afd8 - - - - -] CREATE BACKEND sqlite:// TOKEN rvmlpybagt 2019-06-07 06:10:52.634 10545 INFO octavia.common.config [req-b828d505-2efd-47a4-98ca-f604cee8afd8 - - - - -] Logging enabled! 2019-06-07 06:10:52.634 10545 INFO octavia.common.config [req-b828d505-2efd-47a4-98ca-f604cee8afd8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:52.677 10545 WARNING octavia.api.root_controller [req-b828d505-2efd-47a4-98ca-f604cee8afd8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:52.706 10545 INFO octavia.api.v2.controllers.load_balancer [req-bb59afff-7267-4e49-8142-6409bfe31909 - - - - -] Sending created Load Balancer 7a6c8663-6875-4d0e-9aa2-c80357d8cfe6 to the handler 2019-06-07 06:10:52.782 10545 INFO octavia.api.v2.controllers.listener [req-f88d9a0b-8033-49a5-ba39-bb46e991c477 - - - - -] Sending Creation of Listener 30191924-bfb3-45ee-a783-e04886b6b922 to handler 2019-06-07 06:10:52.888 10545 INFO octavia.api.v2.controllers.pool [req-246e15d3-85ba-421e-af47-9cd8abe62e54 - - - - -] Sending Creation of Pool 8ada84df-abde-4bf5-b3d3-78b61c862697 to handler 2019-06-07 06:10:53.045 10545 INFO octavia.api.v2.controllers.pool [req-1ca3816d-3d56-435e-8b72-1f49c3b62210 - - - - -] Sending Creation of Pool 06c14871-60f1-4b7c-b121-878716ccd46e to handler 2019-06-07 06:10:53.233 10545 INFO octavia.api.v2.controllers.member [req-6a1de6ab-c6fc-4aa6-824e-f3eb3115e1a3 - - - - -] Sending Creation of Member ef434f03-36c5-45a5-917c-e50c3cac8907 to handler 2019-06-07 06:10:53.444 10545 INFO oslo_db.sqlalchemy.provision [req-f18c5d3b-7925-42b6-844a-df2c3729c1c0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.446 10545 INFO oslo_db.sqlalchemy.provision [req-f18c5d3b-7925-42b6-844a-df2c3729c1c0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rvmlpybagt 2019-06-07 06:10:53.446 10545 INFO oslo_db.sqlalchemy.provision [req-f18c5d3b-7925-42b6-844a-df2c3729c1c0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_already_deleted [0.977206s] ... ok 2019-06-07 06:10:46.155 10529 INFO oslo_db.sqlalchemy.provision [req-25ff34a7-a0a9-4a4c-8de2-2859a0a36e9b - - - - -] CREATE BACKEND sqlite:// TOKEN aqmusayuci 2019-06-07 06:10:46.316 10529 INFO octavia.common.config [req-25ff34a7-a0a9-4a4c-8de2-2859a0a36e9b - - - - -] Logging enabled! 2019-06-07 06:10:46.317 10529 INFO octavia.common.config [req-25ff34a7-a0a9-4a4c-8de2-2859a0a36e9b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.363 10529 WARNING octavia.api.root_controller [req-25ff34a7-a0a9-4a4c-8de2-2859a0a36e9b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.390 10529 INFO octavia.api.v2.controllers.load_balancer [req-c68920e8-fad8-424b-b1a5-d28361b1ecc5 - - - - -] Sending created Load Balancer 3dd243b3-758e-4381-acde-6f5eabc93a3a to the handler 2019-06-07 06:10:46.465 10529 INFO oslo_db.sqlalchemy.provision [req-addb5d93-06c5-4890-baf7-70e04434f0a3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.469 10529 INFO oslo_db.sqlalchemy.provision [req-addb5d93-06c5-4890-baf7-70e04434f0a3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aqmusayuci 2019-06-07 06:10:46.469 10529 INFO oslo_db.sqlalchemy.provision [req-addb5d93-06c5-4890-baf7-70e04434f0a3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_vip [0.320813s] ... ok 2019-06-07 06:10:52.076 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] CREATE BACKEND sqlite:// TOKEN dtuvkhxzoa 2019-06-07 06:10:52.272 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.275 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dtuvkhxzoa 2019-06-07 06:10:52.276 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_create [0.206189s] ... ok 2019-06-07 06:10:50.184 10541 INFO oslo_db.sqlalchemy.provision [req-752f34c2-fd77-4b9a-b82f-d4e6979c7af7 - - - - -] CREATE BACKEND sqlite:// TOKEN shtaxawesc 2019-06-07 06:10:50.348 10541 INFO octavia.common.config [req-752f34c2-fd77-4b9a-b82f-d4e6979c7af7 - - - - -] Logging enabled! 2019-06-07 06:10:50.349 10541 INFO octavia.common.config [req-752f34c2-fd77-4b9a-b82f-d4e6979c7af7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.389 10541 WARNING octavia.api.root_controller [req-752f34c2-fd77-4b9a-b82f-d4e6979c7af7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.423 10541 INFO oslo_db.sqlalchemy.provision [req-a03deaeb-e66c-4da9-8a47-3c69340b79ba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.426 10541 INFO oslo_db.sqlalchemy.provision [req-a03deaeb-e66c-4da9-8a47-3c69340b79ba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN shtaxawesc 2019-06-07 06:10:50.427 10541 INFO oslo_db.sqlalchemy.provision [req-a03deaeb-e66c-4da9-8a47-3c69340b79ba - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_quotas_not_Authorized_member [0.249561s] ... ok 2019-06-07 06:10:49.712 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] CREATE BACKEND sqlite:// TOKEN hixubvrnhh 2019-06-07 06:10:49.948 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.952 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hixubvrnhh 2019-06-07 06:10:49.953 10549 INFO oslo_db.sqlalchemy.provision [req-a8401d3a-2632-4ee6-9911-87d5bdd5291b - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_listener_on_different_lb_than_default_pool [0.246655s] ... ok 2019-06-07 06:10:53.835 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] CREATE BACKEND sqlite:// TOKEN bttomzvfrm 2019-06-07 06:10:53.974 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.976 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bttomzvfrm 2019-06-07 06:10:53.977 10553 INFO oslo_db.sqlalchemy.provision [req-ca912cc5-0e5a-45e6-a2e8-444586b5d42d - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_update [0.145156s] ... ok 2019-06-07 06:10:54.850 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] CREATE BACKEND sqlite:// TOKEN mettzxbmel 2019-06-07 06:10:54.971 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.974 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mettzxbmel 2019-06-07 06:10:54.974 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_get [0.127300s] ... ok 2019-06-07 06:10:51.968 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] CREATE BACKEND sqlite:// TOKEN xmfoknngrj 2019-06-07 06:10:52.122 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.125 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xmfoknngrj 2019-06-07 06:10:52.126 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_pool_relationship [0.163424s] ... ok 2019-06-07 06:10:52.283 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] CREATE BACKEND sqlite:// TOKEN zwhsewtxch 2019-06-07 06:10:52.466 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.470 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zwhsewtxch 2019-06-07 06:10:52.470 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_all_return_value [0.193803s] ... ok 2019-06-07 06:10:54.132 10536 INFO oslo_db.sqlalchemy.provision [req-327635e5-e83b-4d25-8b45-8816dfd5975f - - - - -] CREATE BACKEND sqlite:// TOKEN yoejohtxte 2019-06-07 06:10:54.226 10536 INFO octavia.common.config [req-327635e5-e83b-4d25-8b45-8816dfd5975f - - - - -] Logging enabled! 2019-06-07 06:10:54.227 10536 INFO octavia.common.config [req-327635e5-e83b-4d25-8b45-8816dfd5975f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:54.253 10536 WARNING octavia.api.root_controller [req-327635e5-e83b-4d25-8b45-8816dfd5975f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:54.269 10536 INFO octavia.api.v2.controllers.load_balancer [req-d206fefb-2298-4428-8c0e-560df6e97b78 - - - - -] Sending created Load Balancer 180307c3-04cb-4048-b3e8-1480409d2228 to the handler 2019-06-07 06:10:54.304 10536 INFO oslo_db.sqlalchemy.provision [req-a23e1879-90ee-4bb4-817a-7b449ac88fad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.307 10536 INFO oslo_db.sqlalchemy.provision [req-a23e1879-90ee-4bb4-817a-7b449ac88fad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yoejohtxte 2019-06-07 06:10:54.307 10536 INFO oslo_db.sqlalchemy.provision [req-a23e1879-90ee-4bb4-817a-7b449ac88fad - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_not_authorized [0.178859s] ... ok 2019-06-07 06:10:54.978 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] CREATE BACKEND sqlite:// TOKEN pjnbmtudcz 2019-06-07 06:10:55.100 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.102 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pjnbmtudcz 2019-06-07 06:10:55.103 10559 INFO oslo_db.sqlalchemy.provision [req-88f7e3c0-f39a-4ed0-811e-e6b07d6dcb43 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_get [0.128376s] ... ok 2019-06-07 06:10:52.411 10531 INFO oslo_db.sqlalchemy.provision [req-7447efcb-3ecd-41da-8dd3-3b59fdfffc77 - - - - -] CREATE BACKEND sqlite:// TOKEN iuaueizxsj 2019-06-07 06:10:52.581 10531 INFO octavia.common.config [req-7447efcb-3ecd-41da-8dd3-3b59fdfffc77 - - - - -] Logging enabled! 2019-06-07 06:10:52.582 10531 INFO octavia.common.config [req-7447efcb-3ecd-41da-8dd3-3b59fdfffc77 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:52.628 10531 WARNING octavia.api.root_controller [req-7447efcb-3ecd-41da-8dd3-3b59fdfffc77 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:52.694 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.698 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iuaueizxsj 2019-06-07 06:10:52.698 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_observer [0.294179s] ... ok 2019-06-07 06:10:52.130 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] CREATE BACKEND sqlite:// TOKEN vtjolghjcb 2019-06-07 06:10:52.274 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.277 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vtjolghjcb 2019-06-07 06:10:52.278 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_create [0.151882s] ... ok 2019-06-07 06:10:46.477 10529 INFO oslo_db.sqlalchemy.provision [req-addb5d93-06c5-4890-baf7-70e04434f0a3 - - - - -] CREATE BACKEND sqlite:// TOKEN dkxlvqptpl 2019-06-07 06:10:46.642 10529 INFO octavia.common.config [req-addb5d93-06c5-4890-baf7-70e04434f0a3 - - - - -] Logging enabled! 2019-06-07 06:10:46.643 10529 INFO octavia.common.config [req-addb5d93-06c5-4890-baf7-70e04434f0a3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.691 10529 WARNING octavia.api.root_controller [req-addb5d93-06c5-4890-baf7-70e04434f0a3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:46.744 10529 INFO oslo_db.sqlalchemy.provision [req-be501290-1dc8-490d-a052-7b1298647c8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:46.748 10529 INFO oslo_db.sqlalchemy.provision [req-be501290-1dc8-490d-a052-7b1298647c8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dkxlvqptpl 2019-06-07 06:10:46.749 10529 INFO oslo_db.sqlalchemy.provision [req-be501290-1dc8-490d-a052-7b1298647c8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_pool_mandatory_attributes [0.278951s] ... ok 2019-06-07 06:10:52.477 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] CREATE BACKEND sqlite:// TOKEN oiqjwekoqc 2019-06-07 06:10:52.705 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.709 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oiqjwekoqc 2019-06-07 06:10:52.710 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_invalid_value_regex [0.238140s] ... ok 2019-06-07 06:10:50.434 10541 INFO oslo_db.sqlalchemy.provision [req-a03deaeb-e66c-4da9-8a47-3c69340b79ba - - - - -] CREATE BACKEND sqlite:// TOKEN flvmunixty 2019-06-07 06:10:50.597 10541 INFO octavia.common.config [req-a03deaeb-e66c-4da9-8a47-3c69340b79ba - - - - -] Logging enabled! 2019-06-07 06:10:50.598 10541 INFO octavia.common.config [req-a03deaeb-e66c-4da9-8a47-3c69340b79ba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.645 10541 WARNING octavia.api.root_controller [req-a03deaeb-e66c-4da9-8a47-3c69340b79ba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.748 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.752 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN flvmunixty 2019-06-07 06:10:50.753 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_non_admin_observer [0.325045s] ... ok 2019-06-07 06:10:52.706 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] CREATE BACKEND sqlite:// TOKEN tigzkqgufj 2019-06-07 06:10:52.851 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.855 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tigzkqgufj 2019-06-07 06:10:52.855 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_create [0.156234s] ... ok 2019-06-07 06:10:52.288 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] CREATE BACKEND sqlite:// TOKEN rujrcngtle 2019-06-07 06:10:52.494 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.496 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rujrcngtle 2019-06-07 06:10:52.497 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_delete [0.216691s] ... ok 2019-06-07 06:10:52.717 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] CREATE BACKEND sqlite:// TOKEN wupleehngr 2019-06-07 06:10:53.033 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.035 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wupleehngr 2019-06-07 06:10:53.035 10557 INFO oslo_db.sqlalchemy.provision [req-8561ab63-387f-4e05-8bb6-4f50b3478107 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_all_children [0.323909s] ... ok 2019-06-07 06:10:54.312 10536 INFO oslo_db.sqlalchemy.provision [req-a23e1879-90ee-4bb4-817a-7b449ac88fad - - - - -] CREATE BACKEND sqlite:// TOKEN wlosrprxqo 2019-06-07 06:10:54.407 10536 INFO octavia.common.config [req-a23e1879-90ee-4bb4-817a-7b449ac88fad - - - - -] Logging enabled! 2019-06-07 06:10:54.408 10536 INFO octavia.common.config [req-a23e1879-90ee-4bb4-817a-7b449ac88fad - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:54.432 10536 WARNING octavia.api.root_controller [req-a23e1879-90ee-4bb4-817a-7b449ac88fad - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:54.455 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.457 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wlosrprxqo 2019-06-07 06:10:54.458 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_default_quotas_Authorized [0.149045s] ... ok 2019-06-07 06:10:50.760 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] CREATE BACKEND sqlite:// TOKEN bgurbhbjad 2019-06-07 06:10:50.950 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.953 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bgurbhbjad 2019-06-07 06:10:50.954 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.db.test_models.ListenerModelTest.test_delete [0.200343s] ... ok 2019-06-07 06:10:53.452 10545 INFO oslo_db.sqlalchemy.provision [req-f18c5d3b-7925-42b6-844a-df2c3729c1c0 - - - - -] CREATE BACKEND sqlite:// TOKEN vehibapszg 2019-06-07 06:10:53.554 10545 INFO octavia.common.config [req-f18c5d3b-7925-42b6-844a-df2c3729c1c0 - - - - -] Logging enabled! 2019-06-07 06:10:53.555 10545 INFO octavia.common.config [req-f18c5d3b-7925-42b6-844a-df2c3729c1c0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:53.580 10545 WARNING octavia.api.root_controller [req-f18c5d3b-7925-42b6-844a-df2c3729c1c0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:53.596 10545 INFO octavia.api.v2.controllers.load_balancer [req-bcb62a2b-9cd9-4411-b117-9add1b71b0d1 - - - - -] Sending created Load Balancer 2473da36-2b72-4945-948d-59f804678918 to the handler 2019-06-07 06:10:53.646 10545 INFO octavia.api.v2.controllers.listener [req-df75b8d2-8a71-428a-81db-3567e7512a3f - - - - -] Sending Creation of Listener f3f9cac1-4bd2-417a-a9ca-0769f93d245b to handler 2019-06-07 06:10:53.720 10545 INFO octavia.api.v2.controllers.load_balancer [req-46a8fb62-0f7f-4e0b-912d-e8a59c1b60d8 - - - - -] Sending created Load Balancer 875d3227-1b1d-475a-8a47-7fa38cf93cc8 to the handler 2019-06-07 06:10:53.775 10545 INFO octavia.api.v2.controllers.pool [req-87eb5d54-308f-42a2-be9a-7a2e289d5cd6 - - - - -] Sending Creation of Pool 658bf810-1dd1-4a01-a1a5-b5bc3fa7e15e to handler 2019-06-07 06:10:53.859 10545 INFO octavia.api.v2.controllers.pool [req-bb891488-5fca-43cf-8ff8-25a09b9a41cb - - - - -] Sending Creation of Pool d018f5eb-8dce-4b0d-b989-211d34444409 to handler 2019-06-07 06:10:53.959 10545 INFO octavia.api.v2.controllers.pool [req-a686e77e-e2be-4f52-9c58-5bd9e1dc9a63 - - - - -] Sending Creation of Pool b40fcec4-a44e-4638-88e1-5529b4b38eb2 to handler 2019-06-07 06:10:54.090 10545 INFO oslo_db.sqlalchemy.provision [req-592184ab-db78-4314-92d7-319efc5068d8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.092 10545 INFO oslo_db.sqlalchemy.provision [req-592184ab-db78-4314-92d7-319efc5068d8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vehibapszg 2019-06-07 06:10:54.093 10545 INFO oslo_db.sqlalchemy.provision [req-592184ab-db78-4314-92d7-319efc5068d8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_non_admin_global_observer [0.645038s] ... ok 2019-06-07 06:10:52.863 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] CREATE BACKEND sqlite:// TOKEN ejsauipwby 2019-06-07 06:10:53.143 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.145 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ejsauipwby 2019-06-07 06:10:53.146 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_delete_with_listener_default_pool_ref [0.288457s] ... ok 2019-06-07 06:10:52.501 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] CREATE BACKEND sqlite:// TOKEN zctdhzrcfz 2019-06-07 06:10:52.651 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.653 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zctdhzrcfz 2019-06-07 06:10:52.653 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create [0.156030s] ... ok 2019-06-07 06:10:46.755 10529 INFO oslo_db.sqlalchemy.provision [req-be501290-1dc8-490d-a052-7b1298647c8f - - - - -] CREATE BACKEND sqlite:// TOKEN tykruvrpcg 2019-06-07 06:10:46.919 10529 INFO octavia.common.config [req-be501290-1dc8-490d-a052-7b1298647c8f - - - - -] Logging enabled! 2019-06-07 06:10:46.920 10529 INFO octavia.common.config [req-be501290-1dc8-490d-a052-7b1298647c8f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:46.966 10529 WARNING octavia.api.root_controller [req-be501290-1dc8-490d-a052-7b1298647c8f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.020 10529 INFO oslo_db.sqlalchemy.provision [req-4ff69835-0775-4da8-8d8d-391c30539f4d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.024 10529 INFO oslo_db.sqlalchemy.provision [req-4ff69835-0775-4da8-8d8d-391c30539f4d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tykruvrpcg 2019-06-07 06:10:47.024 10529 INFO oslo_db.sqlalchemy.provision [req-4ff69835-0775-4da8-8d8d-391c30539f4d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_pool_names_must_have_specs [0.275473s] ... ok 2019-06-07 06:10:50.962 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] CREATE BACKEND sqlite:// TOKEN jcwpqwdbhw 2019-06-07 06:10:51.282 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.285 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jcwpqwdbhw 2019-06-07 06:10:51.286 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_health_monitor_tree [0.331096s] ... ok 2019-06-07 06:10:54.462 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] CREATE BACKEND sqlite:// TOKEN acutejyink 2019-06-07 06:10:54.582 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.585 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN acutejyink 2019-06-07 06:10:54.586 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_models.AmphoraModelTest.test_create [0.128200s] ... ok 2019-06-07 06:10:53.150 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] CREATE BACKEND sqlite:// TOKEN hkvxiagjyw 2019-06-07 06:10:53.368 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.371 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hkvxiagjyw 2019-06-07 06:10:53.371 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_simple [0.224935s] ... ok 2019-06-07 06:10:52.657 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] CREATE BACKEND sqlite:// TOKEN eqzrhrdzdw 2019-06-07 06:10:52.907 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.910 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eqzrhrdzdw 2019-06-07 06:10:52.910 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_update [0.256606s] ... ok 2019-06-07 06:10:54.097 10545 INFO oslo_db.sqlalchemy.provision [req-592184ab-db78-4314-92d7-319efc5068d8 - - - - -] CREATE BACKEND sqlite:// TOKEN ljovannuah 2019-06-07 06:10:54.192 10545 INFO octavia.common.config [req-592184ab-db78-4314-92d7-319efc5068d8 - - - - -] Logging enabled! 2019-06-07 06:10:54.192 10545 INFO octavia.common.config [req-592184ab-db78-4314-92d7-319efc5068d8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:54.218 10545 WARNING octavia.api.root_controller [req-592184ab-db78-4314-92d7-319efc5068d8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:54.271 10545 INFO oslo_db.sqlalchemy.provision [req-3ddf2fb4-a51e-427e-8198-7aad4bde93c2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.273 10545 INFO oslo_db.sqlalchemy.provision [req-3ddf2fb4-a51e-427e-8198-7aad4bde93c2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ljovannuah 2019-06-07 06:10:54.273 10545 INFO oslo_db.sqlalchemy.provision [req-3ddf2fb4-a51e-427e-8198-7aad4bde93c2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_custom_quotas_admin [0.180286s] ... ok 2019-06-07 06:10:51.293 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] CREATE BACKEND sqlite:// TOKEN bcwnkkaqnn 2019-06-07 06:10:51.638 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.641 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bcwnkkaqnn 2019-06-07 06:10:51.642 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_listener_delete [0.355461s] ... ok 2019-06-07 06:10:54.591 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] CREATE BACKEND sqlite:// TOKEN vdesszivek 2019-06-07 06:10:54.713 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.715 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vdesszivek 2019-06-07 06:10:54.715 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_update [0.128136s] ... ok 2019-06-07 06:10:53.376 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] CREATE BACKEND sqlite:// TOKEN gfhfvtghkm 2019-06-07 06:10:53.524 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.527 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gfhfvtghkm 2019-06-07 06:10:53.527 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_load_balancer_and_vip [0.155610s] ... ok 2019-06-07 06:10:52.914 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] CREATE BACKEND sqlite:// TOKEN fogsqfejlh 2019-06-07 06:10:53.033 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.035 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fogsqfejlh 2019-06-07 06:10:53.035 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_check_load_balancer_expired_with_exp_age [0.124801s] ... ok 2019-06-07 06:10:51.651 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] CREATE BACKEND sqlite:// TOKEN lomyzgdqaz 2019-06-07 06:10:51.837 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.843 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lomyzgdqaz 2019-06-07 06:10:51.844 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_get [0.201827s] ... ok 2019-06-07 06:10:54.719 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] CREATE BACKEND sqlite:// TOKEN veubypnrry 2019-06-07 06:10:54.832 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.834 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN veubypnrry 2019-06-07 06:10:54.835 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_listener_relationship [0.119042s] ... ok 2019-06-07 06:10:47.031 10529 INFO oslo_db.sqlalchemy.provision [req-4ff69835-0775-4da8-8d8d-391c30539f4d - - - - -] CREATE BACKEND sqlite:// TOKEN rwfavbarlx 2019-06-07 06:10:47.198 10529 INFO octavia.common.config [req-4ff69835-0775-4da8-8d8d-391c30539f4d - - - - -] Logging enabled! 2019-06-07 06:10:47.199 10529 INFO octavia.common.config [req-4ff69835-0775-4da8-8d8d-391c30539f4d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.246 10529 WARNING octavia.api.root_controller [req-4ff69835-0775-4da8-8d8d-391c30539f4d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.273 10529 INFO octavia.api.v2.controllers.load_balancer [req-76b13188-99e4-47f2-ba77-eda7094b7019 - - - - -] Sending created Load Balancer c36a3f9a-6bf1-49ca-9f58-86afe556c6d3 to the handler 2019-06-07 06:10:47.359 10529 INFO octavia.api.v2.controllers.listener [req-f155b2c8-591d-4576-affd-2fd4bb4ed503 - - - - -] Sending Creation of Listener 05c3c352-604f-4870-918b-1452a0566cf9 to handler 2019-06-07 06:10:47.490 10529 INFO oslo_db.sqlalchemy.provision [req-72ab1089-bf2b-4ed5-9aff-2d64850c415f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:47.494 10529 INFO oslo_db.sqlalchemy.provision [req-72ab1089-bf2b-4ed5-9aff-2d64850c415f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rwfavbarlx 2019-06-07 06:10:47.494 10529 INFO oslo_db.sqlalchemy.provision [req-72ab1089-bf2b-4ed5-9aff-2d64850c415f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statistics_authorized [0.469784s] ... ok 2019-06-07 06:10:53.532 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] CREATE BACKEND sqlite:// TOKEN mcydlymkct 2019-06-07 06:10:53.668 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.671 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mcydlymkct 2019-06-07 06:10:53.671 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_create [0.142941s] ... ok 2019-06-07 06:10:53.039 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] CREATE BACKEND sqlite:// TOKEN pdslkprbxw 2019-06-07 06:10:53.162 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.165 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pdslkprbxw 2019-06-07 06:10:53.165 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_create [0.129117s] ... ok 2019-06-07 06:10:54.277 10545 INFO oslo_db.sqlalchemy.provision [req-3ddf2fb4-a51e-427e-8198-7aad4bde93c2 - - - - -] CREATE BACKEND sqlite:// TOKEN pdtnaarfzs 2019-06-07 06:10:54.372 10545 INFO octavia.common.config [req-3ddf2fb4-a51e-427e-8198-7aad4bde93c2 - - - - -] Logging enabled! 2019-06-07 06:10:54.372 10545 INFO octavia.common.config [req-3ddf2fb4-a51e-427e-8198-7aad4bde93c2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:54.397 10545 WARNING octavia.api.root_controller [req-3ddf2fb4-a51e-427e-8198-7aad4bde93c2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:54.455 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.458 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pdtnaarfzs 2019-06-07 06:10:54.458 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_quota_admin [0.184225s] ... ok 2019-06-07 06:10:51.852 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] CREATE BACKEND sqlite:// TOKEN rcjegbjuvi 2019-06-07 06:10:52.033 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.036 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rcjegbjuvi 2019-06-07 06:10:52.037 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_get [0.188474s] ... ok 2019-06-07 06:10:54.838 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] CREATE BACKEND sqlite:// TOKEN ljqwemyesr 2019-06-07 06:10:54.957 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.959 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ljqwemyesr 2019-06-07 06:10:54.959 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_load_balancer_amphora_relationship [0.124465s] ... ok 2019-06-07 06:10:53.675 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] CREATE BACKEND sqlite:// TOKEN nklhojbtxz 2019-06-07 06:10:53.810 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.813 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nklhojbtxz 2019-06-07 06:10:53.813 10531 INFO oslo_db.sqlalchemy.provision [req-80f79ef7-543e-4183-97d8-cab7550431c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_get_all_return_value [0.141592s] ... ok 2019-06-07 06:10:53.169 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] CREATE BACKEND sqlite:// TOKEN umfqutvrtj 2019-06-07 06:10:53.336 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.338 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN umfqutvrtj 2019-06-07 06:10:53.338 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_pool [0.173055s] ... ok 2019-06-07 06:10:54.462 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] CREATE BACKEND sqlite:// TOKEN sqysiusnkp 2019-06-07 06:10:54.575 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.577 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sqysiusnkp 2019-06-07 06:10:54.577 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_models.AmphoraModelTest.test_delete [0.118940s] ... ok 2019-06-07 06:10:52.042 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] CREATE BACKEND sqlite:// TOKEN stxzmvozbu 2019-06-07 06:10:52.184 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.187 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN stxzmvozbu 2019-06-07 06:10:52.187 10541 INFO oslo_db.sqlalchemy.provision [req-01515bec-9b58-44d9-8d5e-85674e834725 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_create [0.150231s] ... ok 2019-06-07 06:10:54.963 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] CREATE BACKEND sqlite:// TOKEN ubuucnmuin 2019-06-07 06:10:55.175 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.177 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ubuucnmuin 2019-06-07 06:10:55.178 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_enable_and_disable [0.217995s] ... ok 2019-06-07 06:10:53.342 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] CREATE BACKEND sqlite:// TOKEN egrbdrhzie 2019-06-07 06:10:53.495 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.497 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN egrbdrhzie 2019-06-07 06:10:53.497 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_sni [0.158603s] ... ok 2019-06-07 06:10:54.581 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] CREATE BACKEND sqlite:// TOKEN yyddngsnpi 2019-06-07 06:10:54.706 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.708 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yyddngsnpi 2019-06-07 06:10:54.708 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listeners_pools_refs_with_l7policy_without_l7rule [0.130567s] ... ok 2019-06-07 06:10:55.183 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] CREATE BACKEND sqlite:// TOKEN sqqcacepuf 2019-06-07 06:10:55.366 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.368 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sqqcacepuf 2019-06-07 06:10:55.368 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_existing_sp [0.190119s] ... ok 2019-06-07 06:11:17.008 10539 INFO octavia.api.v2.controllers.l7rule [req-f626b800-c617-40bf-8299-17e696494c99 - - - - -] Sending Creation of L7Rule 5112386a-b99d-4385-bbed-4e75aef9a15a to handler 2019-06-07 06:10:53.501 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] CREATE BACKEND sqlite:// TOKEN qihrajhlvv 2019-06-07 06:10:53.610 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:53.612 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qihrajhlvv 2019-06-07 06:10:53.613 10550 INFO oslo_db.sqlalchemy.provision [req-003fc4e6-27f0-4a8b-8108-025238640142 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_get_all_return_value [0.115277s] ... ok 2019-06-07 06:10:54.712 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] CREATE BACKEND sqlite:// TOKEN nqembuqdek 2019-06-07 06:10:54.825 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:54.828 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nqembuqdek 2019-06-07 06:10:54.828 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_models.MemberModelTest.test_update [0.119208s] ... ok 2019-06-07 06:10:47.503 10529 INFO oslo_db.sqlalchemy.provision [req-72ab1089-bf2b-4ed5-9aff-2d64850c415f - - - - -] CREATE BACKEND sqlite:// TOKEN woaeipfaoi 2019-06-07 06:10:47.669 10529 INFO octavia.common.config [req-72ab1089-bf2b-4ed5-9aff-2d64850c415f - - - - -] Logging enabled! 2019-06-07 06:10:47.670 10529 INFO octavia.common.config [req-72ab1089-bf2b-4ed5-9aff-2d64850c415f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:47.717 10529 WARNING octavia.api.root_controller [req-72ab1089-bf2b-4ed5-9aff-2d64850c415f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:47.743 10529 INFO octavia.api.v2.controllers.load_balancer [req-2690096d-f817-40f5-be33-c566da1adee9 - - - - -] Sending created Load Balancer dc5a70ed-3f38-406e-8bd2-b1656b5b564f to the handler 2019-06-07 06:10:47.832 10529 INFO octavia.api.v2.controllers.listener [req-25dc865c-1462-4427-baed-b16ab6058128 - - - - -] Sending Creation of Listener c38d7d5c-2971-4d61-8854-286c7f5429dc to handler 2019-06-07 06:10:47.962 10529 INFO octavia.api.v2.controllers.pool [req-185dcaef-256d-49f3-9baa-f8c9b7e69629 - - - - -] Sending Creation of Pool ed8034d3-8957-47d5-9a6e-c34002666880 to handler 2019-06-07 06:10:48.173 10529 INFO octavia.api.v2.controllers.pool [req-ca7e8f44-7182-4cc6-8ac8-8ef4768263b9 - - - - -] Sending Creation of Pool 12ffd1da-7b08-4292-b294-cac45eb5c26c to handler 2019-06-07 06:10:48.425 10529 INFO octavia.api.v2.controllers.member [req-2a5d489a-b7c3-4183-ad27-a942b2988470 - - - - -] Sending Creation of Member 06d1ef63-3eb4-4023-b54a-8a3022b50ecd to handler 2019-06-07 06:10:48.787 10529 INFO octavia.api.v2.controllers.member [req-081560d2-3cde-4d81-9c67-9b14b978b398 - - - - -] Sending Creation of Member 5180ad48-cf0f-4307-b6d1-eac92d238ba3 to handler 2019-06-07 06:10:49.133 10529 INFO oslo_db.sqlalchemy.provision [req-a4d01f2d-df35-4fe1-a8e5-bfefbfd42a29 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:49.137 10529 INFO oslo_db.sqlalchemy.provision [req-a4d01f2d-df35-4fe1-a8e5-bfefbfd42a29 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN woaeipfaoi 2019-06-07 06:10:49.138 10529 INFO oslo_db.sqlalchemy.provision [req-a4d01f2d-df35-4fe1-a8e5-bfefbfd42a29 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all [1.642845s] ... ok 2019-06-07 06:10:55.373 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] CREATE BACKEND sqlite:// TOKEN lpddnqdwbn 2019-06-07 06:10:55.498 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.500 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lpddnqdwbn 2019-06-07 06:10:55.500 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_replace [0.131374s] ... ok 2019-06-07 06:10:54.832 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] CREATE BACKEND sqlite:// TOKEN nqwmfpgcib 2019-06-07 06:10:55.036 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.038 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nqwmfpgcib 2019-06-07 06:10:55.039 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_unique_key_generation [0.210334s] ... ok 2019-06-07 06:10:55.504 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] CREATE BACKEND sqlite:// TOKEN fszlsygfdh 2019-06-07 06:10:55.636 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.638 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fszlsygfdh 2019-06-07 06:10:55.639 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_allocate_and_associate [0.138393s] ... ok 2019-06-07 06:10:55.043 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] CREATE BACKEND sqlite:// TOKEN hycfxjidxb 2019-06-07 06:10:55.249 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.251 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hycfxjidxb 2019-06-07 06:10:55.252 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_session_persistence_update [0.212477s] ... ok 2019-06-07 06:10:55.643 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] CREATE BACKEND sqlite:// TOKEN ltibwuooct 2019-06-07 06:10:55.913 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.915 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ltibwuooct 2019-06-07 06:10:55.916 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_get_all [0.276127s] ... ok 2019-06-07 06:10:55.257 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] CREATE BACKEND sqlite:// TOKEN riowiphoeo 2019-06-07 06:10:55.494 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.496 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN riowiphoeo 2019-06-07 06:10:55.497 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_invalid_value_regex [0.244000s] ... ok 2019-06-07 06:10:55.919 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] CREATE BACKEND sqlite:// TOKEN joqqxmeivv 2019-06-07 06:10:56.056 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:56.058 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN joqqxmeivv 2019-06-07 06:10:56.059 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_get_all_return_value [0.142879s] ... ok 2019-06-07 06:10:49.149 10529 INFO oslo_db.sqlalchemy.provision [req-a4d01f2d-df35-4fe1-a8e5-bfefbfd42a29 - - - - -] CREATE BACKEND sqlite:// TOKEN rpmgcwpctb 2019-06-07 06:10:49.358 10529 INFO octavia.common.config [req-a4d01f2d-df35-4fe1-a8e5-bfefbfd42a29 - - - - -] Logging enabled! 2019-06-07 06:10:49.359 10529 INFO octavia.common.config [req-a4d01f2d-df35-4fe1-a8e5-bfefbfd42a29 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:49.575 10529 WARNING octavia.api.root_controller [req-a4d01f2d-df35-4fe1-a8e5-bfefbfd42a29 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:49.610 10529 INFO octavia.api.v2.controllers.load_balancer [req-a7bd4cd0-cfbb-4f04-bc5c-df8e5135fe96 - - - - -] Sending created Load Balancer 9450aad5-44e7-4d22-a34f-176d35ad972c to the handler 2019-06-07 06:10:49.721 10529 INFO octavia.api.v2.controllers.listener [req-3d3240fe-ce46-485b-935e-0a8ae15cf541 - - - - -] Sending Creation of Listener a695ec05-9114-4971-8ebb-8040f76dec9f to handler 2019-06-07 06:10:49.930 10529 INFO octavia.api.v2.controllers.pool [req-f95020df-bfc0-4d32-9d15-55c775fc68e5 - - - - -] Sending Creation of Pool 7d7928f4-a8a3-4d0a-8175-a644970f7d6a to handler 2019-06-07 06:10:50.205 10529 INFO oslo_db.sqlalchemy.provision [req-3b74682c-d780-46ed-8911-0c54eb809815 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.208 10529 INFO oslo_db.sqlalchemy.provision [req-3b74682c-d780-46ed-8911-0c54eb809815 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rpmgcwpctb 2019-06-07 06:10:50.209 10529 INFO oslo_db.sqlalchemy.provision [req-3b74682c-d780-46ed-8911-0c54eb809815 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_not_authorized [1.068771s] ... ok 2019-06-07 06:10:55.501 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] CREATE BACKEND sqlite:// TOKEN ntlcdiazvk 2019-06-07 06:10:55.622 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:55.624 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ntlcdiazvk 2019-06-07 06:10:55.624 10545 INFO oslo_db.sqlalchemy.provision [req-0000a761-3570-45ad-b959-e7c157e24587 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_error_on_delete [0.127167s] ... ok 2019-06-07 06:10:56.063 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] CREATE BACKEND sqlite:// TOKEN mvdzholduc 2019-06-07 06:10:56.421 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:56.423 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mvdzholduc 2019-06-07 06:10:56.424 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_reorder_policies [0.364679s] ... ok 2019-06-07 06:10:56.427 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] CREATE BACKEND sqlite:// TOKEN injawizrkl 2019-06-07 06:10:56.561 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:56.563 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN injawizrkl 2019-06-07 06:10:56.564 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_bad_rule_type [0.139777s] ... ok 2019-06-07 06:10:56.568 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] CREATE BACKEND sqlite:// TOKEN azhsqxkzmv 2019-06-07 06:10:56.700 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:56.702 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN azhsqxkzmv 2019-06-07 06:10:56.702 10536 INFO oslo_db.sqlalchemy.provision [req-bf1fdbaf-5dfa-4981-a498-f35f60dd075b - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_health_monitor [0.137609s] ... ok 2019-06-07 06:10:50.215 10529 INFO oslo_db.sqlalchemy.provision [req-3b74682c-d780-46ed-8911-0c54eb809815 - - - - -] CREATE BACKEND sqlite:// TOKEN ihivwhcolq 2019-06-07 06:10:50.387 10529 INFO octavia.common.config [req-3b74682c-d780-46ed-8911-0c54eb809815 - - - - -] Logging enabled! 2019-06-07 06:10:50.388 10529 INFO octavia.common.config [req-3b74682c-d780-46ed-8911-0c54eb809815 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:10:50.435 10529 WARNING octavia.api.root_controller [req-3b74682c-d780-46ed-8911-0c54eb809815 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:10:50.468 10529 INFO octavia.api.v2.controllers.load_balancer [req-256ff752-ab76-42f7-b9a6-2b061ea1d3c4 - - - - -] Sending created Load Balancer 0dad3017-2de7-41af-bf39-02195f157a24 to the handler 2019-06-07 06:10:50.558 10529 INFO octavia.api.v2.controllers.listener [req-67078092-070c-4c3a-a5f0-6623ce112bce - - - - -] Sending Creation of Listener 576e94ac-5b5d-4e3d-b17f-fa909e0bba99 to handler 2019-06-07 06:10:50.752 10529 INFO octavia.api.v2.controllers.pool [req-7c476909-4b47-432c-bd89-2a5b341771b3 - - - - -] Sending Creation of Pool b218c612-9b55-40df-9ece-f94fcffef255 to handler 2019-06-07 06:10:50.953 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:50.956 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ihivwhcolq 2019-06-07 06:10:50.957 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_SP_type_HTTP_cookie [0.747666s] ... ok 2019-06-07 06:10:50.966 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] CREATE BACKEND sqlite:// TOKEN xeemdneacq 2019-06-07 06:10:51.148 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.151 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xeemdneacq 2019-06-07 06:10:51.152 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.MemberModelTest.test_pool_relationship [0.192472s] ... ok 2019-06-07 06:10:51.158 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] CREATE BACKEND sqlite:// TOKEN vohuofwyme 2019-06-07 06:10:51.436 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.438 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vohuofwyme 2019-06-07 06:10:51.439 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_reject_to_rdr_pool_with_no_l7rules [0.286053s] ... ok 2019-06-07 06:10:51.445 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] CREATE BACKEND sqlite:// TOKEN nwromddwgm 2019-06-07 06:10:51.601 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.605 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nwromddwgm 2019-06-07 06:10:51.606 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_exists_false [0.166681s] ... ok 2019-06-07 06:10:51.612 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] CREATE BACKEND sqlite:// TOKEN ygwydqlmfn 2019-06-07 06:10:51.854 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:51.858 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ygwydqlmfn 2019-06-07 06:10:51.859 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_spare_amphora_count [0.252432s] ... ok 2019-06-07 06:10:51.866 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] CREATE BACKEND sqlite:// TOKEN oqnoncisuy 2019-06-07 06:10:52.239 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.242 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oqnoncisuy 2019-06-07 06:10:52.243 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_position_only [0.383030s] ... ok 2019-06-07 06:10:52.248 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] CREATE BACKEND sqlite:// TOKEN keidzexayn 2019-06-07 06:10:52.418 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.421 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN keidzexayn 2019-06-07 06:10:52.421 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_get_all_return_value [0.177581s] ... ok 2019-06-07 06:10:52.426 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] CREATE BACKEND sqlite:// TOKEN wkfywtwwst 2019-06-07 06:10:52.579 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.581 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wkfywtwwst 2019-06-07 06:10:52.582 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_delete [0.160105s] ... ok 2019-06-07 06:10:52.586 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] CREATE BACKEND sqlite:// TOKEN jljrmadhsw 2019-06-07 06:10:52.724 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:10:52.726 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jljrmadhsw 2019-06-07 06:10:52.727 10529 INFO oslo_db.sqlalchemy.provision [req-8f9dc534-5df1-40c0-8e75-99cc0532bebf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create [0.144571s] ... ok 2019-06-07 06:11:18.859 10539 INFO octavia.api.v2.controllers.l7rule [req-44eead4a-8f6e-494a-8fd5-ecd857d2b23b - - - - -] Sending Creation of L7Rule 692e42e0-84c4-4ad1-a0da-bd9fb8a1cbf8 to handler 2019-06-07 06:11:20.883 10539 INFO octavia.api.v2.controllers.l7rule [req-77990aa1-f022-43f0-a54a-b49901e28ccd - - - - -] Sending Creation of L7Rule 215ed344-373a-461c-ade3-928363b8aaf8 to handler 2019-06-07 06:11:22.818 10539 INFO octavia.api.v2.controllers.l7rule [req-624ac99c-82b8-440c-8c2d-47d1f747c8c8 - - - - -] Sending Creation of L7Rule 75dd7042-28cb-4601-bbca-b15cf3b2c647 to handler 2019-06-07 06:11:24.881 10539 INFO octavia.api.v2.controllers.l7rule [req-261649d4-9555-4b66-8f62-7901a1d024a9 - - - - -] Sending Creation of L7Rule 437277fc-7951-48c9-82e9-5df56fa3b457 to handler 2019-06-07 06:11:26.959 10539 INFO octavia.api.v2.controllers.l7rule [req-4d5cebca-9807-4a65-a319-cc520fdde7df - - - - -] Sending Creation of L7Rule cfd748d5-a7cf-4c89-b86b-ac473162feb7 to handler 2019-06-07 06:11:29.131 10539 INFO octavia.api.v2.controllers.l7rule [req-f9d31870-1abf-4d7e-8994-efda17f2320f - - - - -] Sending Creation of L7Rule d916b857-4bee-46ba-9289-df44dfa5a321 to handler 2019-06-07 06:11:31.194 10539 INFO octavia.api.v2.controllers.l7rule [req-6d76db6b-a487-4982-9b2a-82d42954ccbb - - - - -] Sending Creation of L7Rule bc7eb1f9-cc89-41d0-951e-331ece39048d to handler 2019-06-07 06:11:33.534 10539 INFO octavia.api.v2.controllers.l7rule [req-60b4b5b5-723c-49c7-afe5-ef1a3a5e1669 - - - - -] Sending Creation of L7Rule 5cb48306-a6a2-4e4f-afa1-a9564d0f804f to handler 2019-06-07 06:11:35.903 10539 INFO octavia.api.v2.controllers.l7rule [req-1210335a-2386-4efc-bfe2-1bc38cead530 - - - - -] Sending Creation of L7Rule fa206daa-d4bb-4532-9738-ee437475d741 to handler 2019-06-07 06:11:38.216 10539 INFO octavia.api.v2.controllers.l7rule [req-21011247-e052-4df6-aa16-adee2fa3caae - - - - -] Sending Creation of L7Rule dcc47f02-b124-409d-9d44-c63f9b6ef99f to handler 2019-06-07 06:11:40.786 10539 INFO octavia.api.v2.controllers.l7rule [req-1c79b81a-a2aa-4024-bc09-cce08001844e - - - - -] Sending Creation of L7Rule 13e8fb23-d5bb-4ffe-8648-4083fbb3ccfd to handler 2019-06-07 06:11:43.439 10539 INFO octavia.api.v2.controllers.l7rule [req-493e8725-e355-4ddc-ac2c-8a2df8bcf5d9 - - - - -] Sending Creation of L7Rule 14c3ba3a-444e-4d1d-a015-9579b002969f to handler 2019-06-07 06:11:46.275 10539 INFO octavia.api.v2.controllers.l7rule [req-fc55b1ae-2e5b-44f6-9604-32eb0c86a203 - - - - -] Sending Creation of L7Rule 75ca4780-76e8-4839-a1d8-362599cc647b to handler 2019-06-07 06:11:49.062 10539 INFO octavia.api.v2.controllers.l7rule [req-a3e065c3-597a-4af9-b897-7a6f6912e92c - - - - -] Sending Creation of L7Rule 6e9daffe-1ec3-410c-8997-059676b31f1e to handler 2019-06-07 06:11:51.782 10539 INFO oslo_db.sqlalchemy.provision [req-81c83f0e-7c6d-439d-85aa-89df31200d94 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:51.784 10539 INFO oslo_db.sqlalchemy.provision [req-81c83f0e-7c6d-439d-85aa-89df31200d94 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ittgciozmd 2019-06-07 06:11:51.785 10539 INFO oslo_db.sqlalchemy.provision [req-81c83f0e-7c6d-439d-85aa-89df31200d94 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_too_many_rules [71.268881s] ... ok 2019-06-07 06:11:51.789 10539 INFO oslo_db.sqlalchemy.provision [req-81c83f0e-7c6d-439d-85aa-89df31200d94 - - - - -] CREATE BACKEND sqlite:// TOKEN ekhnxjwmcg 2019-06-07 06:11:51.883 10539 INFO octavia.common.config [req-81c83f0e-7c6d-439d-85aa-89df31200d94 - - - - -] Logging enabled! 2019-06-07 06:11:51.883 10539 INFO octavia.common.config [req-81c83f0e-7c6d-439d-85aa-89df31200d94 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:11:51.907 10539 WARNING octavia.api.root_controller [req-81c83f0e-7c6d-439d-85aa-89df31200d94 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:11:51.926 10539 INFO oslo_db.sqlalchemy.provision [req-82ec94d0-ef31-4aab-92d5-89c04c846ffb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:51.928 10539 INFO oslo_db.sqlalchemy.provision [req-82ec94d0-ef31-4aab-92d5-89c04c846ffb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ekhnxjwmcg 2019-06-07 06:11:51.928 10539 INFO oslo_db.sqlalchemy.provision [req-82ec94d0-ef31-4aab-92d5-89c04c846ffb - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_flavor_bogus [0.142359s] ... ok 2019-06-07 06:11:51.932 10539 INFO oslo_db.sqlalchemy.provision [req-82ec94d0-ef31-4aab-92d5-89c04c846ffb - - - - -] CREATE BACKEND sqlite:// TOKEN nyqwahgfhe 2019-06-07 06:11:52.025 10539 INFO octavia.common.config [req-82ec94d0-ef31-4aab-92d5-89c04c846ffb - - - - -] Logging enabled! 2019-06-07 06:11:52.025 10539 INFO octavia.common.config [req-82ec94d0-ef31-4aab-92d5-89c04c846ffb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:11:52.049 10539 WARNING octavia.api.root_controller [req-82ec94d0-ef31-4aab-92d5-89c04c846ffb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:11:52.069 10539 INFO oslo_db.sqlalchemy.provision [req-fa8f28d1-16ff-498c-998a-d13b3046a99e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:52.071 10539 INFO oslo_db.sqlalchemy.provision [req-fa8f28d1-16ff-498c-998a-d13b3046a99e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nyqwahgfhe 2019-06-07 06:11:52.071 10539 INFO oslo_db.sqlalchemy.provision [req-fa8f28d1-16ff-498c-998a-d13b3046a99e - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_has_no_subnet [0.143184s] ... ok 2019-06-07 06:11:52.075 10539 INFO oslo_db.sqlalchemy.provision [req-fa8f28d1-16ff-498c-998a-d13b3046a99e - - - - -] CREATE BACKEND sqlite:// TOKEN nroycldswv 2019-06-07 06:11:52.168 10539 INFO octavia.common.config [req-fa8f28d1-16ff-498c-998a-d13b3046a99e - - - - -] Logging enabled! 2019-06-07 06:11:52.168 10539 INFO octavia.common.config [req-fa8f28d1-16ff-498c-998a-d13b3046a99e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:11:52.193 10539 WARNING octavia.api.root_controller [req-fa8f28d1-16ff-498c-998a-d13b3046a99e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:11:52.207 10539 INFO octavia.api.v2.controllers.load_balancer [req-0f0f2598-e0aa-4699-a6be-55699d534238 - - - - -] Sending created Load Balancer c35e6baa-d407-40a1-ae33-8d3b4d207118 to the handler 2019-06-07 06:11:52.318 10539 INFO octavia.api.v2.controllers.load_balancer [req-7c381bbd-8fa8-492a-82e8-e8d40d38f021 - - - - -] Sending created Load Balancer 4ddae82f-2a0a-4cc7-86b8-dc9a0cffe216 to the handler 2019-06-07 06:11:52.338 10539 INFO octavia.api.v2.controllers.load_balancer [req-ed307a65-00f9-4fc3-9e6c-f3134983a7c3 - - - - -] Sending created Load Balancer 1ab5b219-d5b8-4c17-908d-df8b0a7f52bd to the handler 2019-06-07 06:11:52.384 10539 INFO oslo_db.sqlalchemy.provision [req-3c5b9600-c0a2-4a79-a84d-d76e5b99ce9c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:52.386 10539 INFO oslo_db.sqlalchemy.provision [req-3c5b9600-c0a2-4a79-a84d-d76e5b99ce9c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nroycldswv 2019-06-07 06:11:52.387 10539 INFO oslo_db.sqlalchemy.provision [req-3c5b9600-c0a2-4a79-a84d-d76e5b99ce9c - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_non_admin [0.315019s] ... ok 2019-06-07 06:11:52.391 10539 INFO oslo_db.sqlalchemy.provision [req-3c5b9600-c0a2-4a79-a84d-d76e5b99ce9c - - - - -] CREATE BACKEND sqlite:// TOKEN wgrcwxzpxk 2019-06-07 06:11:52.484 10539 INFO octavia.common.config [req-3c5b9600-c0a2-4a79-a84d-d76e5b99ce9c - - - - -] Logging enabled! 2019-06-07 06:11:52.485 10539 INFO octavia.common.config [req-3c5b9600-c0a2-4a79-a84d-d76e5b99ce9c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:11:52.509 10539 WARNING octavia.api.root_controller [req-3c5b9600-c0a2-4a79-a84d-d76e5b99ce9c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:11:52.523 10539 INFO octavia.api.v2.controllers.load_balancer [req-c1dcbf57-ab87-4ede-8733-b2e371bfd7e0 - - - - -] Sending created Load Balancer 3d2bf12e-00f6-4458-92aa-4a14ce9bc475 to the handler 2019-06-07 06:11:52.570 10539 INFO octavia.api.v2.controllers.listener [req-d9d2fa19-7141-4551-9b5d-6e9c28dd2e89 - - - - -] Sending Creation of Listener db79e3b2-f0bd-4c3d-98bb-fadaea4f5007 to handler 2019-06-07 06:11:52.642 10539 INFO octavia.api.v2.controllers.pool [req-f6384471-3edf-4aba-ac66-6d90eb8e78cf - - - - -] Sending Creation of Pool 46fb6a53-19e3-4258-ae86-1653d1c3873f to handler 2019-06-07 06:11:52.763 10539 INFO octavia.api.v2.controllers.pool [req-8672f126-c53f-4ead-9444-b10ddcf701a3 - - - - -] Sending Creation of Pool 431df5e1-db32-444c-bb07-7c9455fceb58 to handler 2019-06-07 06:11:52.908 10539 INFO octavia.api.v2.controllers.member [req-e38af572-868e-4521-9279-fa8bb0cf2432 - - - - -] Sending Creation of Member 44af13aa-23c7-43d7-a97e-23540393264a to handler 2019-06-07 06:11:52.951 10539 INFO oslo_db.sqlalchemy.provision [req-4d34ff85-6679-4473-93c1-fad24d845499 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:52.953 10539 INFO oslo_db.sqlalchemy.provision [req-4d34ff85-6679-4473-93c1-fad24d845499 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wgrcwxzpxk 2019-06-07 06:11:52.953 10539 INFO oslo_db.sqlalchemy.provision [req-4d34ff85-6679-4473-93c1-fad24d845499 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_update [0.565460s] ... ok 2019-06-07 06:11:52.956 10539 INFO oslo_db.sqlalchemy.provision [req-4d34ff85-6679-4473-93c1-fad24d845499 - - - - -] CREATE BACKEND sqlite:// TOKEN tbrrcyussa 2019-06-07 06:11:53.049 10539 INFO octavia.common.config [req-4d34ff85-6679-4473-93c1-fad24d845499 - - - - -] Logging enabled! 2019-06-07 06:11:53.049 10539 INFO octavia.common.config [req-4d34ff85-6679-4473-93c1-fad24d845499 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:11:53.073 10539 WARNING octavia.api.root_controller [req-4d34ff85-6679-4473-93c1-fad24d845499 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:11:53.087 10539 INFO octavia.api.v2.controllers.load_balancer [req-8812f46b-a603-4f64-b226-c145d9b70ef1 - - - - -] Sending created Load Balancer 3d5dc770-2967-4499-ba9e-5a8112681927 to the handler 2019-06-07 06:11:53.134 10539 INFO octavia.api.v2.controllers.listener [req-578cb600-15a1-47f5-b48a-a9aedd17bd55 - - - - -] Sending Creation of Listener 47e8b64c-6a66-4468-99f9-c3bc2e797f28 to handler 2019-06-07 06:11:53.206 10539 INFO octavia.api.v2.controllers.pool [req-0a580ca3-6374-4eb6-9144-16a405461f2d - - - - -] Sending Creation of Pool 60fbec22-37c0-42d7-9dc7-fea3d8543259 to handler 2019-06-07 06:11:53.327 10539 INFO octavia.api.v2.controllers.pool [req-f6550649-df05-47a0-a9c5-19be8dff2086 - - - - -] Sending Creation of Pool f39355d2-49ee-49e3-ad7f-4d69d4408e0f to handler 2019-06-07 06:11:53.509 10539 INFO octavia.api.v2.controllers.member [req-21d6c9f3-f56c-4ae9-a253-906aa4cb567b - 657f93de-c6e1-46f2-be98-b7801507c1da - - -] Sending Creation of Member 0887def3-dafc-4a03-91dd-95fbfa9aad96 to handler 2019-06-07 06:11:53.833 10539 INFO oslo_db.sqlalchemy.provision [req-9ae0afcf-3ede-4d79-9b18-a9a493e5a1e4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:53.835 10539 INFO oslo_db.sqlalchemy.provision [req-9ae0afcf-3ede-4d79-9b18-a9a493e5a1e4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tbrrcyussa 2019-06-07 06:11:53.836 10539 INFO oslo_db.sqlalchemy.provision [req-9ae0afcf-3ede-4d79-9b18-a9a493e5a1e4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_member.TestMember.test_create_authorized [0.882336s] ... ok 2019-06-07 06:11:53.839 10539 INFO oslo_db.sqlalchemy.provision [req-9ae0afcf-3ede-4d79-9b18-a9a493e5a1e4 - - - - -] CREATE BACKEND sqlite:// TOKEN ugelsiogna 2019-06-07 06:11:53.932 10539 INFO octavia.common.config [req-9ae0afcf-3ede-4d79-9b18-a9a493e5a1e4 - - - - -] Logging enabled! 2019-06-07 06:11:53.932 10539 INFO octavia.common.config [req-9ae0afcf-3ede-4d79-9b18-a9a493e5a1e4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:11:53.957 10539 WARNING octavia.api.root_controller [req-9ae0afcf-3ede-4d79-9b18-a9a493e5a1e4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:11:53.971 10539 INFO octavia.api.v2.controllers.load_balancer [req-7ab91de0-4a2b-4268-8418-280ff97cf0e7 - - - - -] Sending created Load Balancer aabfd5c1-5cce-4754-9ca6-179fef270271 to the handler 2019-06-07 06:11:54.017 10539 INFO octavia.api.v2.controllers.listener [req-072b55c8-e295-4075-bd30-2233a2e38def - - - - -] Sending Creation of Listener b3c1b566-dd0b-4e6d-a34b-e4e62289a93a to handler 2019-06-07 06:11:54.096 10539 INFO octavia.api.v2.controllers.pool [req-845c16ab-e79b-4b3c-bb8f-b584f57fcb7a - - - - -] Sending Creation of Pool 0210ea59-d483-4c33-b2c6-6ad3f65c321c to handler 2019-06-07 06:11:54.201 10539 INFO octavia.api.v2.controllers.pool [req-f0a0b0d9-0283-4694-9942-e3d2c99ecb48 - - - - -] Sending Creation of Pool dc2197bd-2cce-44b0-a5c5-7f697d198a97 to handler 2019-06-07 06:11:54.318 10539 INFO octavia.api.v2.controllers.member [req-8385c2aa-72e8-4db7-8973-93e7a4e15adf - - - - -] Sending Creation of Member e0ae9915-281f-43ad-bdc6-dce07c38e260 to handler 2019-06-07 06:11:54.576 10539 INFO oslo_db.sqlalchemy.provision [req-beb07817-4ca7-4fa4-8478-1ba41d7df9cc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:54.577 10539 INFO oslo_db.sqlalchemy.provision [req-beb07817-4ca7-4fa4-8478-1ba41d7df9cc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ugelsiogna 2019-06-07 06:11:54.578 10539 INFO oslo_db.sqlalchemy.provision [req-beb07817-4ca7-4fa4-8478-1ba41d7df9cc - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_attached_listener [0.741868s] ... ok 2019-06-07 06:11:54.581 10539 INFO oslo_db.sqlalchemy.provision [req-beb07817-4ca7-4fa4-8478-1ba41d7df9cc - - - - -] CREATE BACKEND sqlite:// TOKEN btmqgmkcjt 2019-06-07 06:11:54.668 10539 INFO octavia.common.config [req-beb07817-4ca7-4fa4-8478-1ba41d7df9cc - - - - -] Logging enabled! 2019-06-07 06:11:54.669 10539 INFO octavia.common.config [req-beb07817-4ca7-4fa4-8478-1ba41d7df9cc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:11:54.693 10539 WARNING octavia.api.root_controller [req-beb07817-4ca7-4fa4-8478-1ba41d7df9cc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:11:54.707 10539 INFO octavia.api.v2.controllers.load_balancer [req-31358301-43c4-4421-8427-1c997abd3bec - - - - -] Sending created Load Balancer 84675042-e08e-48d9-b8a2-18b0c6240e81 to the handler 2019-06-07 06:11:54.753 10539 INFO octavia.api.v2.controllers.listener [req-4467a0b9-72da-412c-815b-7da6761b192b - - - - -] Sending Creation of Listener 2fe49bfd-b577-4e15-afc9-ba78803b0dc8 to handler 2019-06-07 06:11:54.825 10539 INFO octavia.api.v2.controllers.pool [req-5989136e-acdd-4ad0-92bb-84749d7ac8bb - - - - -] Sending Creation of Pool b6dedf2b-1bbd-4e03-9233-4db1a2522a56 to handler 2019-06-07 06:11:54.946 10539 INFO octavia.api.v2.controllers.pool [req-aeb6c7b3-6e6f-4bd5-99c5-5af24c3ed5e3 - - - - -] Sending Creation of Pool 6aad82d2-9d55-4180-968a-4f1f16c1e006 to handler 2019-06-07 06:11:55.068 10539 INFO oslo_db.sqlalchemy.provision [req-7f0dbb58-86f4-4757-bb33-9fd4ffb972f8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:55.070 10539 INFO oslo_db.sqlalchemy.provision [req-7f0dbb58-86f4-4757-bb33-9fd4ffb972f8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN btmqgmkcjt 2019-06-07 06:11:55.071 10539 INFO oslo_db.sqlalchemy.provision [req-7f0dbb58-86f4-4757-bb33-9fd4ffb972f8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_bad_subnet [0.492777s] ... ok 2019-06-07 06:11:55.075 10539 INFO oslo_db.sqlalchemy.provision [req-7f0dbb58-86f4-4757-bb33-9fd4ffb972f8 - - - - -] CREATE BACKEND sqlite:// TOKEN kbvsfvfzdf 2019-06-07 06:11:55.167 10539 INFO octavia.common.config [req-7f0dbb58-86f4-4757-bb33-9fd4ffb972f8 - - - - -] Logging enabled! 2019-06-07 06:11:55.167 10539 INFO octavia.common.config [req-7f0dbb58-86f4-4757-bb33-9fd4ffb972f8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:11:55.191 10539 WARNING octavia.api.root_controller [req-7f0dbb58-86f4-4757-bb33-9fd4ffb972f8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:11:55.205 10539 INFO octavia.api.v2.controllers.load_balancer [req-a64c68d5-22e9-47c5-b696-e03265417ac8 - - - - -] Sending created Load Balancer d6d0cca0-6e90-478e-a3aa-3fb9e3926c29 to the handler 2019-06-07 06:11:55.251 10539 INFO octavia.api.v2.controllers.listener [req-0a47f7dd-86c4-45fe-bf32-0734d31c943d - - - - -] Sending Creation of Listener b311909d-2661-4852-b58c-631414b7fb47 to handler 2019-06-07 06:11:55.345 10539 INFO octavia.api.v2.controllers.pool [req-24e78d22-6852-40fa-9389-128292f1ddf6 - - - - -] Sending Creation of Pool 8c2fef60-1faa-4147-94a5-722dfca45d29 to handler 2019-06-07 06:11:55.432 10539 INFO oslo_db.sqlalchemy.provision [req-62379888-058d-41fb-b04a-f2886047150f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:55.434 10539 INFO oslo_db.sqlalchemy.provision [req-62379888-058d-41fb-b04a-f2886047150f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kbvsfvfzdf 2019-06-07 06:11:55.435 10539 INFO oslo_db.sqlalchemy.provision [req-62379888-058d-41fb-b04a-f2886047150f - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_handler [0.363424s] ... ok 2019-06-07 06:11:55.439 10539 INFO oslo_db.sqlalchemy.provision [req-62379888-058d-41fb-b04a-f2886047150f - - - - -] CREATE BACKEND sqlite:// TOKEN wbqfqcjxip 2019-06-07 06:11:55.531 10539 INFO octavia.common.config [req-62379888-058d-41fb-b04a-f2886047150f - - - - -] Logging enabled! 2019-06-07 06:11:55.531 10539 INFO octavia.common.config [req-62379888-058d-41fb-b04a-f2886047150f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.1 2019-06-07 06:11:55.555 10539 WARNING octavia.api.root_controller [req-62379888-058d-41fb-b04a-f2886047150f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-06-07 06:11:55.611 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:55.613 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wbqfqcjxip 2019-06-07 06:11:55.614 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_non_admin [0.178677s] ... ok 2019-06-07 06:11:55.618 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] CREATE BACKEND sqlite:// TOKEN xtaibwrqxi 2019-06-07 06:11:55.735 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:55.737 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xtaibwrqxi 2019-06-07 06:11:55.738 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_l7rule_relationship [0.123509s] ... ok 2019-06-07 06:11:55.741 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] CREATE BACKEND sqlite:// TOKEN lkmgbplpxs 2019-06-07 06:11:55.855 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:55.857 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lkmgbplpxs 2019-06-07 06:11:55.858 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_models.L7RuleModelTest.test_delete [0.119986s] ... ok 2019-06-07 06:11:55.861 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] CREATE BACKEND sqlite:// TOKEN aqsbjyzzrd 2019-06-07 06:11:55.969 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:55.971 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aqsbjyzzrd 2019-06-07 06:11:55.972 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_models.ListenerModelTest.test_load_balancer_relationship [0.113266s] ... ok 2019-06-07 06:11:55.975 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] CREATE BACKEND sqlite:// TOKEN wkdyzlqdgs 2019-06-07 06:11:56.080 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:56.082 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wkdyzlqdgs 2019-06-07 06:11:56.083 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_models.PoolModelTest.test_health_monitor_relationship [0.110897s] ... ok 2019-06-07 06:11:56.088 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] CREATE BACKEND sqlite:// TOKEN wabsgenyin 2019-06-07 06:11:56.225 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:56.227 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wabsgenyin 2019-06-07 06:11:56.228 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create_no_id [0.143896s] ... ok 2019-06-07 06:11:56.231 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] CREATE BACKEND sqlite:// TOKEN ddilodliam 2019-06-07 06:11:56.358 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:56.360 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ddilodliam 2019-06-07 06:11:56.360 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_update_bad_id [0.131873s] ... ok 2019-06-07 06:11:56.363 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] CREATE BACKEND sqlite:// TOKEN pfixoxqviw 2019-06-07 06:11:56.495 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:56.497 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pfixoxqviw 2019-06-07 06:11:56.498 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_delete [0.137483s] ... ok 2019-06-07 06:11:56.501 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] CREATE BACKEND sqlite:// TOKEN mxwazapdmt 2019-06-07 06:11:56.626 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:56.628 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mxwazapdmt 2019-06-07 06:11:56.628 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_delete [0.130115s] ... ok 2019-06-07 06:11:56.631 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] CREATE BACKEND sqlite:// TOKEN qxhrlkhoun 2019-06-07 06:11:56.746 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:56.748 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qxhrlkhoun 2019-06-07 06:11:56.748 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_get_all_return_value [0.120180s] ... ok 2019-06-07 06:11:56.752 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] CREATE BACKEND sqlite:// TOKEN gofvmzmmhx 2019-06-07 06:11:56.870 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-06-07 06:11:56.872 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gofvmzmmhx 2019-06-07 06:11:56.873 10539 INFO oslo_db.sqlalchemy.provision [req-99f66c1f-ab51-423a-81ac-b532bcca04cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_get [0.123966s] ... ok ====== Totals ====== Ran: 1090 tests in 92.0000 sec. - Passed: 1083 - Skipped: 7 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 800.3435 sec. ============== Worker Balance ============== - Worker 0 (35 tests) => 0:00:22.744547 - Worker 1 (35 tests) => 0:00:23.051467 - Worker 2 (34 tests) => 0:00:18.789472 - Worker 3 (34 tests) => 0:00:24.165663 - Worker 4 (34 tests) => 0:00:26.287224 - Worker 5 (34 tests) => 0:00:23.372619 - Worker 6 (34 tests) => 0:00:24.946033 - Worker 7 (34 tests) => 0:00:21.775557 - Worker 8 (34 tests) => 0:00:27.056617 - Worker 9 (34 tests) => 0:00:25.149279 - Worker 10 (34 tests) => 0:00:24.224851 - Worker 11 (34 tests) => 0:01:27.098425 - Worker 12 (34 tests) => 0:00:21.690044 - Worker 13 (34 tests) => 0:00:22.468569 - Worker 14 (34 tests) => 0:00:20.714087 - Worker 15 (34 tests) => 0:00:23.010870 - Worker 16 (34 tests) => 0:00:22.613954 - Worker 17 (34 tests) => 0:00:25.764846 - Worker 18 (34 tests) => 0:00:22.872667 - Worker 19 (34 tests) => 0:00:23.396614 - Worker 20 (34 tests) => 0:00:24.761639 - Worker 21 (34 tests) => 0:00:20.014133 - Worker 22 (34 tests) => 0:00:23.775571 - Worker 23 (34 tests) => 0:00:22.993757 - Worker 24 (34 tests) => 0:00:21.801733 - Worker 25 (34 tests) => 0:00:24.121750 - Worker 26 (34 tests) => 0:00:18.500838 - Worker 27 (34 tests) => 0:00:23.047021 - Worker 28 (34 tests) => 0:00:21.553454 - Worker 29 (34 tests) => 0:00:23.220103 - Worker 30 (34 tests) => 0:00:20.942949 - Worker 31 (34 tests) => 0:00:25.255826 + exit 0 Processing files: python-octavia-2.1.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.SECHwR + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/python-octavia-2.1.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/python-octavia-2.1.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/python-octavia-2.1.1 + exit 0 Provides: python-octavia = 2.1.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: python-octavia-tests-2.1.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.yLJfCQ + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/python-octavia-tests-2.1.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/python-octavia-tests-2.1.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/python-octavia-tests-2.1.1 + exit 0 Provides: python-octavia-tests = 2.1.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash python(abi) = 2.7 Processing files: python-octavia-tests-golang-2.1.1-1.el7.x86_64 Provides: python-octavia-tests-golang = 2.1.1-1.el7 python-octavia-tests-golang(x86-64) = 2.1.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: openstack-octavia-common-2.1.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DTWtI6 + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.1 + DOCDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/doc/openstack-octavia-common-2.1.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/doc/openstack-octavia-common-2.1.1 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/doc/openstack-octavia-common-2.1.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.blxNPm + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-common-2.1.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-common-2.1.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-common-2.1.1 + exit 0 Provides: config(openstack-octavia-common) = 2.1.1-1.el7 openstack-octavia-common = 2.1.1-1.el7 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-octavia-amphora-agent-2.1.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.5OMA9C + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-amphora-agent-2.1.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-amphora-agent-2.1.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-amphora-agent-2.1.1 + exit 0 Provides: config(openstack-octavia-amphora-agent) = 2.1.1-1.el7 openstack-octavia-amphora-agent = 2.1.1-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-octavia-api-2.1.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.EyKJBT + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-api-2.1.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-api-2.1.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-api-2.1.1 + exit 0 Provides: openstack-octavia-api = 2.1.1-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-octavia-worker-2.1.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.SNX0ca + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-worker-2.1.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-worker-2.1.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-worker-2.1.1 + exit 0 Provides: openstack-octavia-worker = 2.1.1-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-octavia-health-manager-2.1.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.i6qWUq + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-health-manager-2.1.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-health-manager-2.1.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-health-manager-2.1.1 + exit 0 Provides: openstack-octavia-health-manager = 2.1.1-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-octavia-housekeeping-2.1.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.SH2iJH + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-housekeeping-2.1.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-housekeeping-2.1.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/licenses/openstack-octavia-housekeeping-2.1.1 + exit 0 Provides: openstack-octavia-housekeeping = 2.1.1-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-octavia-diskimage-create-2.1.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.I4B6DY + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.1 + DOCDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/doc/openstack-octavia-diskimage-create-2.1.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/doc/openstack-octavia-diskimage-create-2.1.1 + cp -pr diskimage-create/README.rst /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64/usr/share/doc/openstack-octavia-diskimage-create-2.1.1 + exit 0 Provides: openstack-octavia-diskimage-create = 2.1.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash Processing files: openstack-octavia-debuginfo-2.1.1-1.el7.x86_64 Provides: openstack-octavia-debuginfo = 2.1.1-1.el7 openstack-octavia-debuginfo(x86-64) = 2.1.1-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64 Wrote: /builddir/build/RPMS/python-octavia-2.1.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-octavia-tests-2.1.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-octavia-tests-golang-2.1.1-1.el7.x86_64.rpm Wrote: /builddir/build/RPMS/openstack-octavia-common-2.1.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-amphora-agent-2.1.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-api-2.1.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-worker-2.1.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-health-manager-2.1.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-housekeeping-2.1.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-diskimage-create-2.1.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-debuginfo-2.1.1-1.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.x7KwkV + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.1-1.el7.x86_64 + exit 0 Child return code was: 0