Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/openstack-octavia.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-65562-322450/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 ppc64le --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: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/openstack-octavia-2.1.2-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/openstack-octavia.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-65562-322450/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 ppc64le --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: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lXemy7 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf octavia-2.1.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/octavia-2.1.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd octavia-2.1.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'openstack-octavia-2.1.2 base' + find octavia -name '*.py' -exec sed -i '/\/usr\/bin\/env python/{d;q}' '{}' + + rm -f requirements.txt + rm -rf octavia.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bFDdcG + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.2 + export PBR_VERSION=2.1.2 + PBR_VERSION=2.1.2 + 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_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/test_health_manager.py -> build/lib/octavia/tests/unit/cmd copying octavia/tests/unit/cmd/test_haproxy_vrrp_check.py -> build/lib/octavia/tests/unit/cmd copying octavia/tests/unit/cmd/__init__.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/__init__.py -> build/lib/octavia/controller/healthmanager copying octavia/controller/healthmanager/update_serializer.py -> build/lib/octavia/controller/healthmanager creating build/lib/octavia/common copying octavia/common/keystone.py -> build/lib/octavia/common copying octavia/common/config.py -> build/lib/octavia/common copying octavia/common/clients.py -> build/lib/octavia/common copying octavia/common/constants.py -> build/lib/octavia/common copying octavia/common/rpc.py -> build/lib/octavia/common copying octavia/common/validate.py -> build/lib/octavia/common copying octavia/common/policy.py -> build/lib/octavia/common copying octavia/common/data_models.py -> build/lib/octavia/common copying octavia/common/service.py -> build/lib/octavia/common copying octavia/common/__init__.py -> build/lib/octavia/common copying octavia/common/base_taskflow.py -> build/lib/octavia/common copying octavia/common/context.py -> build/lib/octavia/common copying octavia/common/exceptions.py -> build/lib/octavia/common copying octavia/common/utils.py -> build/lib/octavia/common copying octavia/common/stats.py -> build/lib/octavia/common copying octavia/common/decorators.py -> build/lib/octavia/common creating build/lib/octavia/controller/worker copying octavia/controller/worker/task_utils.py -> build/lib/octavia/controller/worker copying octavia/controller/worker/controller_worker.py -> build/lib/octavia/controller/worker copying octavia/controller/worker/amphora_rate_limit.py -> build/lib/octavia/controller/worker copying octavia/controller/worker/__init__.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/rest_api_driver.py -> build/lib/octavia/amphorae/drivers/haproxy copying octavia/amphorae/drivers/haproxy/data_models.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/exceptions.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/__init__.py -> 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/test_hacking.py -> build/lib/octavia/tests/unit copying octavia/tests/unit/base.py -> build/lib/octavia/tests/unit copying octavia/tests/unit/__init__.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/test_jinja_cfg.py -> 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/i18n.py -> build/lib/octavia copying octavia/version.py -> build/lib/octavia copying octavia/__init__.py -> build/lib/octavia copying octavia/opts.py -> build/lib/octavia creating 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 copying octavia/tests/unit/controller/healthmanager/test_update_serializer.py -> build/lib/octavia/tests/unit/controller/healthmanager creating build/lib/octavia/tests/unit/common 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/tests/unit/amphorae/backends copying octavia/tests/unit/amphorae/backends/__init__.py -> build/lib/octavia/tests/unit/amphorae/backends creating 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/test_consumer.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/amphorae/backends creating 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/status_message.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/__init__.py -> build/lib/octavia/amphorae/drivers/noop_driver copying octavia/amphorae/drivers/noop_driver/driver.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/__init__.py -> build/lib/octavia/tests/tempest/v2/clients copying octavia/tests/tempest/v2/clients/quotas_client.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/__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/unit/controller/healthmanager/health_drivers/test_update_logging.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/__init__.py -> build/lib/octavia/network/drivers/noop_driver copying octavia/network/drivers/noop_driver/driver.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_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 copying octavia/tests/unit/network/drivers/neutron/test_base.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/test_haproxy_query.py -> 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 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/base.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/__init__.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/prepare.py -> build/lib/octavia/db copying octavia/db/__init__.py -> build/lib/octavia/db 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/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/__init__.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 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/api/v1 creating 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 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/test_members.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/__init__.py -> 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_health_monitors.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/common/test_data_models.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_base_taskflow.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_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_stats.py -> 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_constants.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_validations.py -> build/lib/octavia/tests/unit/common creating 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/pool_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/amphora_flows.py -> 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/__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/controller/worker/flows/member_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/network/base.py -> build/lib/octavia/network copying octavia/network/data_models.py -> build/lib/octavia/network copying octavia/network/__init__.py -> build/lib/octavia/network creating 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 copying octavia/tests/unit/api/common/__init__.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/__init__.py -> 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 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/certificates/common copying octavia/certificates/common/cert.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/__init__.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/pkcs12.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/local.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/barbican.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_load_balancers.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/test_members.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/base.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/__init__.py -> 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_health_monitors.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/pools_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/quotas_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/health_monitors_client.py -> 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/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/test_producer.py -> 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 creating build/lib/octavia/distributor/drivers/noop_driver copying octavia/distributor/drivers/noop_driver/__init__.py -> build/lib/octavia/distributor/drivers/noop_driver copying octavia/distributor/drivers/noop_driver/driver.py -> build/lib/octavia/distributor/drivers/noop_driver creating build/lib/octavia/api/v2 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/__init__.py -> 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 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/load_balancer.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/load_balancer_statistics.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/pool.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/base.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/listener.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/quotas.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/l7rule.py -> build/lib/octavia/api/v1/controllers copying octavia/tests/tempest/config.py -> build/lib/octavia/tests/tempest copying octavia/tests/tempest/__init__.py -> build/lib/octavia/tests/tempest copying octavia/tests/tempest/plugin.py -> build/lib/octavia/tests/tempest creating 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/test_listener_basic.py -> build/lib/octavia/tests/tempest/v1/scenario copying octavia/tests/tempest/v1/scenario/base.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_lb_quota.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/load_balancer.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/load_balancer_statistics.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/pool.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/__init__.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/member.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/quotas.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/l7rule.py -> build/lib/octavia/api/v1/types creating build/lib/octavia/controller/queue copying octavia/controller/queue/consumer.py -> build/lib/octavia/controller/queue copying octavia/controller/queue/endpoint.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 creating 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_network_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/__init__.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/test_cert_task.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 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_compute_tasks.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/base.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/test_lb_quota.py -> build/lib/octavia/tests/tempest/v2/scenario copying octavia/tests/unit/certificates/__init__.py -> build/lib/octavia/tests/unit/certificates 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 copying octavia/api/root_controller.py -> build/lib/octavia/api creating build/lib/octavia/policies copying octavia/policies/healthmonitor.py -> build/lib/octavia/policies copying octavia/policies/amphora.py -> build/lib/octavia/policies copying octavia/policies/l7policy.py -> build/lib/octavia/policies copying octavia/policies/pool.py -> build/lib/octavia/policies copying octavia/policies/loadbalancer.py -> build/lib/octavia/policies copying octavia/policies/base.py -> build/lib/octavia/policies copying octavia/policies/__init__.py -> build/lib/octavia/policies copying octavia/policies/listener.py -> build/lib/octavia/policies copying octavia/policies/member.py -> build/lib/octavia/policies copying octavia/policies/quota.py -> build/lib/octavia/policies copying octavia/policies/l7rule.py -> build/lib/octavia/policies creating build/lib/octavia/common/jinja copying octavia/common/jinja/__init__.py -> build/lib/octavia/common/jinja copying octavia/common/jinja/user_data_jinja_cfg.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/__init__.py -> 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/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/__init__.py -> build/lib/octavia/compute/drivers/noop_driver copying octavia/compute/drivers/noop_driver/driver.py -> build/lib/octavia/compute/drivers/noop_driver copying octavia/tests/unit/controller/worker/test_controller_worker.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_task_utils.py -> build/lib/octavia/tests/unit/controller/worker copying octavia/tests/unit/controller/worker/test_amphora_rate_limit.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/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_pool_flows.py -> 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/__init__.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_health_monitor_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_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/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/amphorae/backends/utils copying octavia/amphorae/backends/utils/__init__.py -> build/lib/octavia/amphorae/backends/utils copying octavia/amphorae/backends/utils/haproxy_query.py -> build/lib/octavia/amphorae/backends/utils creating 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 copying octavia/tests/unit/certificates/common/auth/__init__.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/utils.py -> build/lib/octavia/tests/common copying octavia/tests/common/data_model_helpers.py -> build/lib/octavia/tests/common creating build/lib/octavia/amphorae/driver_exceptions copying octavia/amphorae/driver_exceptions/__init__.py -> build/lib/octavia/amphorae/driver_exceptions copying octavia/amphorae/driver_exceptions/exceptions.py -> build/lib/octavia/amphorae/driver_exceptions creating 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 copying octavia/tests/unit/compute/drivers/__init__.py -> build/lib/octavia/tests/unit/compute/drivers copying octavia/tests/unit/compute/drivers/test_nova_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/test_jinja_cfg.py -> 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 creating build/lib/octavia/api/common copying octavia/api/common/types.py -> build/lib/octavia/api/common copying octavia/api/common/__init__.py -> build/lib/octavia/api/common copying octavia/api/common/hooks.py -> build/lib/octavia/api/common copying octavia/api/common/pagination.py -> build/lib/octavia/api/common copying octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py -> build/lib/octavia/tests/unit/amphorae/drivers copying octavia/tests/unit/amphorae/drivers/__init__.py -> build/lib/octavia/tests/unit/amphorae/drivers creating build/lib/octavia/amphorae/backends/agent 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/amphora_info.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/util.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/listener.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/plug.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/keepalived.py -> build/lib/octavia/amphorae/backends/agent/api_server creating build/lib/octavia/certificates/generator copying octavia/certificates/generator/cert_gen.py -> build/lib/octavia/certificates/generator copying octavia/certificates/generator/anchor.py -> build/lib/octavia/certificates/generator copying octavia/certificates/generator/__init__.py -> build/lib/octavia/certificates/generator copying octavia/certificates/generator/local.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_plug.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/test_amphora_info.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_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/tempest/v1/__init__.py -> build/lib/octavia/tests/tempest/v1 creating build/lib/octavia/certificates/common/auth copying octavia/certificates/common/auth/barbican_acl.py -> build/lib/octavia/certificates/common/auth copying octavia/certificates/common/auth/__init__.py -> build/lib/octavia/certificates/common/auth creating 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/health_monitor.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/amphora.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/pool.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/listener.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/quotas.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/l7rule.py -> build/lib/octavia/api/v2/types creating 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_db.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/controller/healthmanager/health_drivers/update_base.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 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_quotas.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_member.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/base.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_listener.py -> 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_pool.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_l7rule.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_load_balancer_statistics.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_quotas.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_listener_statistics.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_l7policy.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/base.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_listener.py -> 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_pool.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_l7rule.py -> build/lib/octavia/tests/functional/api/v1 creating build/lib/octavia/cmd copying octavia/cmd/house_keeping.py -> build/lib/octavia/cmd copying octavia/cmd/agent.py -> build/lib/octavia/cmd copying octavia/cmd/health_manager.py -> build/lib/octavia/cmd copying octavia/cmd/__init__.py -> build/lib/octavia/cmd copying octavia/cmd/api.py -> build/lib/octavia/cmd copying octavia/cmd/haproxy_vrrp_check.py -> build/lib/octavia/cmd copying octavia/cmd/octavia_worker.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/database_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/network_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/__init__.py -> 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/compute_tasks.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/model_tasks.py -> build/lib/octavia/controller/worker/tasks creating 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/amphorae/drivers/health/test_heartbeat_udp.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/api/v2/controllers copying octavia/api/v2/controllers/load_balancer.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/amphora.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/pool.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/base.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/listener.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/quotas.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/l7rule.py -> build/lib/octavia/api/v2/controllers 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/base.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 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/cert_mgr.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/castellan_mgr.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/__init__.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/local.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/barbican.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/barbican_legacy.py -> build/lib/octavia/certificates/manager creating 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/local_csr.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 creating octavia.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 writing pbr to octavia.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'octavia.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'octavia.egg-info/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/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 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 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.2/octavia/tests/contrib ~/build/BUILD/octavia-2.1.2 + go build -ldflags '-linkmode external -extldflags -static' -o octavia-tests-httpd httpd.go # command-line-arguments /tmp/go-link-186471160/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 ~/build/BUILD/octavia-2.1.2 + popd + 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.BheBGh + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le ++ dirname /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le + cd octavia-2.1.2 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/healthmonitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/loadbalancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/quota.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration copying build/lib/octavia/db/migration/cli.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration copying build/lib/octavia/db/migration/alembic.ini -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration copying build/lib/octavia/db/migration/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/prepare.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/api.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/repositories.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/base_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/i18n.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions copying build/lib/octavia/amphorae/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja copying build/lib/octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health copying build/lib/octavia/amphorae/drivers/driver_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils copying build/lib/octavia/amphorae/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/templates creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/amphora_info.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/plug.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/agent_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent copying build/lib/octavia/amphorae/backends/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager copying build/lib/octavia/controller/healthmanager/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/housekeeping copying build/lib/octavia/controller/housekeeping/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/housekeeping copying build/lib/octavia/controller/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/consumer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/endpoint.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker copying build/lib/octavia/controller/worker/task_utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker copying build/lib/octavia/controller/worker/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor copying build/lib/octavia/distributor/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/drivers copying build/lib/octavia/distributor/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute copying build/lib/octavia/compute/compute_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute copying build/lib/octavia/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/drivers copying build/lib/octavia/compute/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/anchor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/cert.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/auth copying build/lib/octavia/certificates/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/pkcs12.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/barbican.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/barbican.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/hacking copying build/lib/octavia/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/hacking copying build/lib/octavia/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/hacking copying build/lib/octavia/version.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/templates creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy copying build/lib/octavia/common/jinja/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja copying build/lib/octavia/common/jinja/user_data_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja copying build/lib/octavia/common/keystone.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/tls_utils copying build/lib/octavia/common/clients.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/constants.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/rpc.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/validate.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/service.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/base_taskflow.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/context.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/exceptions.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/stats.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/decorators.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network copying build/lib/octavia/network/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network copying build/lib/octavia/network/data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network copying build/lib/octavia/network/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers copying build/lib/octavia/network/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/house_keeping.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/agent.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/api.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/haproxy_vrrp_check.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/octavia_worker.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/gate_hook.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/httpd.go -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib/hooks creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit copying build/lib/octavia/tests/unit/test_hacking.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/db creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae copying build/lib/octavia/tests/unit/amphorae/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying build/lib/octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers copying build/lib/octavia/tests/unit/amphorae/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils copying build/lib/octavia/tests/unit/amphorae/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent copying build/lib/octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/test_health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager copying build/lib/octavia/tests/unit/controller/healthmanager/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping copying build/lib/octavia/tests/unit/controller/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker copying build/lib/octavia/tests/unit/controller/worker/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/test_task_utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker copying build/lib/octavia/tests/unit/controller/worker/test_amphora_rate_limit.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/compute creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common copying build/lib/octavia/tests/unit/certificates/common/test_local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth copying build/lib/octavia/tests/unit/certificates/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common copying build/lib/octavia/tests/unit/certificates/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager copying build/lib/octavia/tests/unit/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy copying build/lib/octavia/tests/unit/common/jinja/test_user_data_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils copying build/lib/octavia/tests/unit/common/test_data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_exceptions.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_stats.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/test_policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers copying build/lib/octavia/tests/unit/network/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common copying build/lib/octavia/tests/unit/api/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest copying build/lib/octavia/tests/tempest/config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/common copying build/lib/octavia/tests/tempest/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest copying build/lib/octavia/tests/tempest/plugin.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1 copying build/lib/octavia/tests/tempest/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2 copying build/lib/octavia/tests/tempest/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario copying build/lib/octavia/tests/tempest/README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/db creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend copying build/lib/octavia/tests/functional/amphorae/backend/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent copying build/lib/octavia/tests/functional/amphorae/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api copying build/lib/octavia/tests/functional/api/test_root_controller.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api copying build/lib/octavia/tests/functional/api/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/constants.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests copying build/lib/octavia/opts.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api copying build/lib/octavia/api/config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers copying build/lib/octavia/api/handlers/abstract_handler.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers copying build/lib/octavia/api/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/queue creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/types.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/hooks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/pagination.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1 copying build/lib/octavia/api/app.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2 copying build/lib/octavia/api/root_controller.py -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/healthmonitor.py to healthmonitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/amphora.py to amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/loadbalancer.py to loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/quota.py to quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/prepare.py to prepare.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/repositories.py to repositories.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/base_models.py to base_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/housekeeping/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue/consumer.py to consumer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/compute_base.py to compute_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator/anchor.py to anchor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/cert.py to cert.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/pkcs12.py to pkcs12.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/barbican.py to barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager/barbican.py to barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/keystone.py to keystone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/tls_utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/clients.py to clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/rpc.py to rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/validate.py to validate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/data_models.py to data_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/base_taskflow.py to base_taskflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/stats.py to stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/data_models.py to data_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd/house_keeping.py to house_keeping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd/agent.py to agent.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd/health_manager.py to health_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd/octavia_worker.py to octavia_worker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/common/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/db/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/queue/producer.py to producer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common/pagination.py to pagination.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/app.py to app.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/amphora.py to amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/amphora.py to amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/root_controller.py to root_controller.pyc writing byte-compilation script '/tmp/tmpjfhDdm.py' /usr/bin/python2 -O /tmp/tmpjfhDdm.py removing /tmp/tmpjfhDdm.py running install_data creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/etc creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/etc/octavia copying etc/octavia.conf -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/etc/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia copying LICENSE -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia copying README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia/diskimage-create copying diskimage-create/diskimage-create.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia/diskimage-create copying diskimage-create/image-tests.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia/diskimage-create copying diskimage-create/README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia/diskimage-create copying diskimage-create/requirements.txt -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia/diskimage-create copying diskimage-create/test-requirements.txt -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia/diskimage-create copying diskimage-create/tox.ini -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia/diskimage-create copying diskimage-create/version.txt -> /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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 writing pbr to octavia.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'octavia.egg-info/SOURCES.txt' Copying octavia.egg-info to /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia-2.1.2-py2.7.egg-info running install_scripts Installing octavia-wsgi script to /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/bin Installing octavia-worker script to /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/bin Installing octavia-health-manager script to /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/bin Installing octavia-housekeeping script to /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/bin Installing octavia-db-manage script to /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/bin Installing haproxy-vrrp-check script to /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/bin Installing amphora-agent script to /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/bin Installing octavia-api script to /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/bin + install -d -p /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/bin + install -p -m 0755 octavia/tests/contrib/octavia-tests-httpd /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/bin + PATH1=/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/base.py + PATH2=/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/base.py + rm /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib/httpd.go + egg_path='/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia-*.egg-info' + tempest_egg_path=/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia_tests.egg-info + mkdir /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia-2.1.2-py2.7.egg-info/entry_points.txt + cp -r /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia-2.1.2-py2.7.egg-info/PKG-INFO /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia_tests.egg-info + sed -i s/octavia/octavia_tests/g /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia_tests.egg-info/PKG-INFO + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/bin + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/doc + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/lib/python2.7/site-packages/tools + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/etc/octavia + mv /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/etc/octavia/octavia.conf /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/etc/octavia + mv etc/policy/admin_or_owner-policy.json /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/etc/octavia/policy.json + install -p -D -m 644 /builddir/build/SOURCES/octavia.logrotate /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/lib/systemd/system/octavia-housekeeping.service + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/var/lib/octavia + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/var/log/octavia + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/var/run/octavia + install -p -D -m 640 /builddir/build/SOURCES/octavia-dist.conf /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia/octavia-dist.conf + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le//etc/octavia/conf.d/common + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le//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.2-1.el7.ppc64le//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.2-1.el7.ppc64le//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.2-1.el7.ppc64le//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.2-1.el7.ppc64le//etc/octavia/conf.d/octavia-worker + cp -vr elements/ /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements 'elements/' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements' 'elements/certs-ramfs' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs' 'elements/certs-ramfs/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/svc-map' 'elements/certs-ramfs/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/element-deps' 'elements/certs-ramfs/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/post-install.d/30-enable-certs-ramfs-service' 'elements/certs-ramfs/package-installs.yaml' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/package-installs.yaml' 'elements/certs-ramfs/init-scripts' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/init-scripts' 'elements/certs-ramfs/init-scripts/sysv' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/init-scripts/sysv/certs-ramfs' 'elements/certs-ramfs/init-scripts/systemd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/init-scripts/systemd/certs-ramfs.service' 'elements/certs-ramfs/init-scripts/upstart' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/init-scripts/upstart/certs-ramfs.conf' 'elements/certs-ramfs/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/README.rst' 'elements/amphora-agent' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent' 'elements/amphora-agent/pkg-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/pkg-map' 'elements/amphora-agent/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/svc-map' 'elements/amphora-agent/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/element-deps' 'elements/amphora-agent/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/post-install.d/11-enable-amphora-agent-systemd' 'elements/amphora-agent/package-installs.yaml' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/package-installs.yaml' 'elements/amphora-agent/install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install' 'elements/amphora-agent/install.d/amphora-agent-source-install/75-amphora-agent-install' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.conf' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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/cap-pip.txt' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.init' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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/amphora-agent.logrotate' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.service' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.service' 'elements/amphora-agent/source-repository-amphora-agent' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/source-repository-amphora-agent' 'elements/amphora-agent/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/README.rst' 'elements/no-resolvconf' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/no-resolvconf' 'elements/no-resolvconf/finalise.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/share/octavia-image-elements/no-resolvconf/README.rst' 'elements/keepalived-octavia' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia' 'elements/keepalived-octavia/pkg-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/pkg-map' 'elements/keepalived-octavia/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/svc-map' 'elements/keepalived-octavia/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/element-deps' 'elements/keepalived-octavia/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/post-install.d/11-ip6-tables' 'elements/keepalived-octavia/pre-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/pre-install.d/00-backports' 'elements/keepalived-octavia/package-installs.json' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/package-installs.json' 'elements/keepalived-octavia/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/README.rst' 'elements/rebind-sshd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/rebind-sshd' 'elements/rebind-sshd/finalise.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/share/octavia-image-elements/rebind-sshd/README.rst' 'elements/remove-sshd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/remove-sshd' 'elements/remove-sshd/package-installs.yaml' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/remove-sshd/package-installs.yaml' 'elements/remove-sshd/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/remove-sshd/README.rst' 'elements/haproxy-octavia' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia' 'elements/haproxy-octavia/pkg-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/pkg-map' 'elements/haproxy-octavia/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/svc-map' 'elements/haproxy-octavia/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/element-deps' 'elements/haproxy-octavia/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-haproxy-tune-kernel' 'elements/haproxy-octavia/post-install.d/20-disable-default-haproxy' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-disable-default-haproxy' 'elements/haproxy-octavia/post-install.d/20-setup-haproxy-log' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-haproxy-user-group-config' 'elements/haproxy-octavia/post-install.d/21-create-ping-wrapper' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/21-create-ping-wrapper' 'elements/haproxy-octavia/pre-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/pre-install.d/01-backports' 'elements/haproxy-octavia/package-installs.json' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/package-installs.json' 'elements/haproxy-octavia/install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/install.d' 'elements/haproxy-octavia/install.d/76-haproxy' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/install.d/76-haproxy' 'elements/haproxy-octavia/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/README.rst' 'elements/root-passwd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/root-passwd' 'elements/root-passwd/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/usr/share/octavia-image-elements/root-passwd/post-install.d/99-setup' 'elements/root-passwd/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia-image-elements/root-passwd/README.rst' + install -m 755 diskimage-create/diskimage-create.sh /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/bin/octavia-diskimage-create.sh + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia/diskimage-create + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/octavia/LICENSE + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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 50000000 /builddir/build/BUILD/octavia-2.1.2 extracting debug info from /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/bin/octavia-tests-httpd nm: /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/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.2-1.el7.ppc64le/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.02Yfr0 + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.2 + 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.2-1.el7.ppc64le/usr/bin + PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/bin + stestr run {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_interface [0.016486s] ... ok 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.2/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.2/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 {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_haproxy_systemd [0.031383s] ... ok {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_info [0.005245s] ... ok 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.2/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.2/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 {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_manage_service_vrrp [0.010339s] ... ok {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_plug_network_host_routes [0.024547s] ... ok {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_reload [0.007757s] ... ok Failed to stop haproxy-123 service: 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 {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_ubuntu_listener_systemd [0.018158s] ... ok {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_ubuntu_listener_sysvinit [0.016437s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_listener [0.018208s] ... ok {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_delete_cert [0.007838s] ... ok {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_details [0.008383s] ... ok {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_all_listeners [0.007631s] ... ok {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_interface [0.009764s] ... ok 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.2/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.2/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 eth1 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.2/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.2/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 {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_haproxy_sysvinit [0.070697s] ... ok 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 {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_VIP6 [0.084677s] ... ok {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_network_host_routes [0.029578s] ... ok {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_server_certificate [0.018205s] ... ok 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 {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_VIP4 [0.357271s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_start [0.013191s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_keepalived_config_systemd [0.022577s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_keepalived_config_sysvinit [0.019247s] ... ok 2019-10-07 13:32:45.303 15020 INFO octavia.common.config [-] Logging enabled! 2019-10-07 13:32:45.303 15020 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:45.473 15006 INFO octavia.common.config [-] Logging enabled! 2019-10-07 13:32:45.473 15006 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_certificate_md5 [0.034182s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_haproxy [0.010266s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_upload_keepalived_config_systemd [0.019340s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_upload_server_certificate [0.010005s] ... ok 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.2/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.2/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 {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_delete_cert [0.020401s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_listener [0.008912s] ... ok {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_details [0.012225s] ... ok 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.2/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.2/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 {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_haproxy_systemd [0.064946s] ... ok 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.2/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.2/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.2/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.2/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 {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_haproxy_upstart [0.023644s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_manage_service_vrrp [0.009288s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_certificate_md5 [0.013452s] ... ok 2019-10-07 13:32:45.692 15020 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. Failed to ifup eth1 due to error: Command 'test' returned non-zero exit status 7 random error 2019-10-07 13:32:45.710 15020 INFO oslo_db.sqlalchemy.provision [req-96cc5d80-0a5c-4158-8bef-dfe9e6926ebd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:45.712 15020 INFO oslo_db.sqlalchemy.provision [req-96cc5d80-0a5c-4158-8bef-dfe9e6926ebd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN abkwqaqcim 2019-10-07 13:32:45.712 15020 INFO oslo_db.sqlalchemy.provision [req-96cc5d80-0a5c-4158-8bef-dfe9e6926ebd - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_versions [0.715408s] ... ok {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_plug_VIP6 [0.096180s] ... ok 2019-10-07 13:32:45.715 15020 INFO oslo_db.sqlalchemy.provision [req-96cc5d80-0a5c-4158-8bef-dfe9e6926ebd - - - - -] CREATE BACKEND sqlite:// TOKEN telupxgcdn Failed to ifup eth9632 due to error: Command 'test' returned non-zero exit status 7 random error 2019-10-07 13:32:45.810 15006 INFO oslo_db.sqlalchemy.provision [req-7ef7338a-19ce-43a1-993a-cd53b614e629 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:45.812 15006 INFO oslo_db.sqlalchemy.provision [req-7ef7338a-19ce-43a1-993a-cd53b614e629 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zpoqpiyrfg 2019-10-07 13:32:45.812 15006 INFO oslo_db.sqlalchemy.provision [req-7ef7338a-19ce-43a1-993a-cd53b614e629 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:32:45.788 15020 INFO octavia.common.config [req-96cc5d80-0a5c-4158-8bef-dfe9e6926ebd - - - - -] Logging enabled! 2019-10-07 13:32:45.788 15020 INFO octavia.common.config [req-96cc5d80-0a5c-4158-8bef-dfe9e6926ebd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:45.809 15020 WARNING octavia.api.root_controller [req-96cc5d80-0a5c-4158-8bef-dfe9e6926ebd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. {0} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_v2_disabled [0.652027s] ... ok 2019-10-07 13:32:45.828 15020 INFO oslo_db.sqlalchemy.provision [req-7e794415-2ca4-4892-92e8-ba7ebf517813 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:45.830 15020 INFO oslo_db.sqlalchemy.provision [req-7e794415-2ca4-4892-92e8-ba7ebf517813 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN telupxgcdn 2019-10-07 13:32:45.830 15020 INFO oslo_db.sqlalchemy.provision [req-7e794415-2ca4-4892-92e8-ba7ebf517813 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_invalid_marker [0.117436s] ... ok 2019-10-07 13:32:45.815 15006 INFO oslo_db.sqlalchemy.provision [req-7ef7338a-19ce-43a1-993a-cd53b614e629 - - - - -] CREATE BACKEND sqlite:// TOKEN riwqmiityt 2019-10-07 13:32:45.833 15020 INFO oslo_db.sqlalchemy.provision [req-7e794415-2ca4-4892-92e8-ba7ebf517813 - - - - -] CREATE BACKEND sqlite:// TOKEN mreqrdehly 2019-10-07 13:32:45.887 15006 INFO octavia.common.config [req-7ef7338a-19ce-43a1-993a-cd53b614e629 - - - - -] Logging enabled! 2019-10-07 13:32:45.887 15006 INFO octavia.common.config [req-7ef7338a-19ce-43a1-993a-cd53b614e629 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:45.917 15006 WARNING octavia.api.root_controller [req-7ef7338a-19ce-43a1-993a-cd53b614e629 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:45.941 15006 INFO octavia.api.v1.controllers.load_balancer [req-3a5025be-6595-4481-ae8d-782a1b39d2b1 - - - - -] Sending created Load Balancer 5c9859c1-d189-4deb-94c8-44de6f783995 to the handler 2019-10-07 13:32:45.951 15006 INFO octavia.api.v1.controllers.load_balancer [req-52055d40-87b5-4dfa-89c5-af1001807886 - - - - -] Sending created Load Balancer fdccf820-beb1-4167-800b-7fac9733fd8b to the handler 2019-10-07 13:32:45.959 15006 INFO octavia.api.v1.controllers.load_balancer [req-9b6a410e-6cc9-4602-b494-6ce3c3df687a - - - - -] Sending created Load Balancer 36f61e26-9e9a-4017-bacc-1eca8959ceda to the handler 2019-10-07 13:32:45.969 15006 INFO octavia.api.v1.controllers.load_balancer [req-46b521b8-1a65-48a2-98ec-195c6745fa16 - - - - -] Sending created Load Balancer b42cef31-e17b-4a62-83ea-2a7067951626 to the handler Failed to ifup eth1820 due to error: Command 'test' returned non-zero exit status 7 random error 2019-10-07 13:32:45.977 15006 INFO octavia.api.v1.controllers.load_balancer [req-dc47ee65-531f-4323-a32a-7d795fc9f6ef - - - - -] Sending created Load Balancer d3993e3f-b93d-4b00-888f-1ef9b0778ff5 to the handler {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_plug_network [0.263910s] ... ok 2019-10-07 13:32:45.899 15020 INFO octavia.common.config [req-7e794415-2ca4-4892-92e8-ba7ebf517813 - - - - -] Logging enabled! 2019-10-07 13:32:45.900 15020 INFO octavia.common.config [req-7e794415-2ca4-4892-92e8-ba7ebf517813 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:45.920 15020 WARNING octavia.api.root_controller [req-7e794415-2ca4-4892-92e8-ba7ebf517813 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:45.941 15020 INFO octavia.api.v1.controllers.load_balancer [req-bcd99e81-28fb-41d9-9e69-6f6c4fdada97 - - - - -] Sending created Load Balancer 060d5f79-b008-4997-9ad5-637bf433a087 to the handler {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_start [0.016980s] ... ok {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_upload_certificate_md5 [0.018288s] ... ok 2019-10-07 13:32:46.018 15006 INFO oslo_db.sqlalchemy.provision [req-119057db-b04f-4c30-b89b-aa6643f1889c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:46.019 15006 INFO oslo_db.sqlalchemy.provision [req-119057db-b04f-4c30-b89b-aa6643f1889c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN riwqmiityt 2019-10-07 13:32:46.020 15006 INFO oslo_db.sqlalchemy.provision [req-119057db-b04f-4c30-b89b-aa6643f1889c - - - - -] DISPOSE ENGINE Engine(sqlite://) Failed to stop haproxy-123 service: Command 'test' returned non-zero exit status 7 random error {0} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_lb_keysort [0.207547s] ... ok 2019-10-07 13:32:45.985 15020 INFO octavia.api.v1.controllers.listener [req-2aff5f7a-82db-458e-bcbe-a47b43974fcf - - - - -] Sending Creation of Listener 6c3acda8-f2dd-4df1-963a-d6bbf8094b41 to handler 2019-10-07 13:32:46.023 15006 INFO oslo_db.sqlalchemy.provision [req-119057db-b04f-4c30-b89b-aa6643f1889c - - - - -] CREATE BACKEND sqlite:// TOKEN pwixmokjwp Failed to stop haproxy-123 service: Command 'test' returned non-zero exit status 7 random error {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_centos_listener_systemd [0.022254s] ... ok 2019-10-07 13:32:46.023 15012 INFO octavia.common.config [-] Logging enabled! 2019-10-07 13:32:46.024 15012 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_ubuntu_listener_upstart [0.024773s] ... ok {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_get_all_listeners [0.009900s] ... ok 2019-10-07 13:32:46.086 15020 INFO octavia.api.v1.controllers.pool [req-999fcb65-e5ab-4296-9822-b5003e0266d9 - - - - -] Sending Creation of Pool f6b52264-81f5-4551-a6f7-8143c4734532 to handler {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_certificate_md5 [0.011746s] ... ok {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_haproxy [0.012642s] ... ok {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_info [0.006467s] ... ok 2019-10-07 13:32:46.101 15006 INFO octavia.common.config [req-119057db-b04f-4c30-b89b-aa6643f1889c - - - - -] Logging enabled! 2019-10-07 13:32:46.101 15006 INFO octavia.common.config [req-119057db-b04f-4c30-b89b-aa6643f1889c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:46.121 15006 WARNING octavia.api.root_controller [req-119057db-b04f-4c30-b89b-aa6643f1889c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:46.130 15006 INFO octavia.api.v1.controllers.load_balancer [req-2a1139a7-f21f-4165-b503-41ad3debd04e - - - - -] Sending created Load Balancer 0dbdf6b8-5305-4aec-aa2b-672d5de56b5c to the handler 2019-10-07 13:32:46.174 15006 INFO octavia.api.v1.controllers.listener [req-8002a53a-a1a9-4122-8338-55f937fdba11 - - - - -] Sending Creation of Listener de2e8a3b-4e7b-4da2-8c46-bcdf423313e1 to handler 2019-10-07 13:32:46.177 15020 INFO octavia.api.v1.controllers.pool [req-a5fdf2a8-f5b9-409e-9b27-39ce2ef35db6 - - - - -] Sending Creation of Pool 3ce1e267-a8fe-4aa5-b3d2-fe8e9a876f40 to handler Failed to ifup eth8746 due to error: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth838 due to error: Command 'test' returned non-zero exit status 7 random error {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_network [0.123951s] ... ok {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_reload [0.009188s] ... ok 2019-10-07 13:32:46.247 15020 INFO octavia.api.v1.controllers.health_monitor [req-1e2d451e-b209-4b9e-8d00-c24676918b09 - - - - -] Health Monitor for Pool f6b52264-81f5-4551-a6f7-8143c4734532 was not found 2019-10-07 13:32:46.259 15020 INFO oslo_db.sqlalchemy.provision [req-1e2d451e-b209-4b9e-8d00-c24676918b09 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:46.261 15020 INFO oslo_db.sqlalchemy.provision [req-1e2d451e-b209-4b9e-8d00-c24676918b09 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mreqrdehly 2019-10-07 13:32:46.261 15020 INFO oslo_db.sqlalchemy.provision [req-1e2d451e-b209-4b9e-8d00-c24676918b09 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:32:46.245 15006 INFO octavia.api.v1.controllers.pool [req-022c4a77-5351-4ff4-be2d-10f8dd22266c - - - - -] Sending Creation of Pool ee7383df-ce96-42ef-88da-267738a89eea to handler {2} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_get [0.430932s] ... ok {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_keepalived_config_upstart [0.019613s] ... ok 2019-10-07 13:32:46.264 15020 INFO oslo_db.sqlalchemy.provision [req-1e2d451e-b209-4b9e-8d00-c24676918b09 - - - - -] CREATE BACKEND sqlite:// TOKEN uxngldghvm 2019-10-07 13:32:46.316 15012 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are disabled -- is this intentional? 2019-10-07 13:32:46.332 15020 INFO octavia.common.config [req-1e2d451e-b209-4b9e-8d00-c24676918b09 - - - - -] Logging enabled! 2019-10-07 13:32:46.333 15020 INFO octavia.common.config [req-1e2d451e-b209-4b9e-8d00-c24676918b09 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:46.337 15012 INFO oslo_db.sqlalchemy.provision [req-fc2cb91b-5fca-4e0c-b281-550658ab3f1f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:46.339 15012 INFO oslo_db.sqlalchemy.provision [req-fc2cb91b-5fca-4e0c-b281-550658ab3f1f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mypjzlkqap 2019-10-07 13:32:46.339 15012 INFO oslo_db.sqlalchemy.provision [req-fc2cb91b-5fca-4e0c-b281-550658ab3f1f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_both_disabled [0.651712s] ... ok 2019-10-07 13:32:46.342 15012 INFO oslo_db.sqlalchemy.provision [req-fc2cb91b-5fca-4e0c-b281-550658ab3f1f - - - - -] CREATE BACKEND sqlite:// TOKEN dqdrwhplxc 2019-10-07 13:32:46.363 15006 INFO octavia.api.v1.controllers.pool [req-c7a3027e-4ead-401a-b0a6-f7591fc117ee - - - - -] Sending Creation of Pool aef041e3-4d3e-4b48-ab79-54cd291603b0 to handler 2019-10-07 13:32:46.414 15020 WARNING octavia.api.root_controller [req-1e2d451e-b209-4b9e-8d00-c24676918b09 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:46.424 15020 INFO octavia.api.v1.controllers.load_balancer [req-5d050fe1-cb44-4d60-a238-093e1f9579ae - - - - -] Sending created Load Balancer 9ffb5796-9232-4f49-b226-9fdd999958ea to the handler 2019-10-07 13:32:46.417 15012 INFO octavia.common.config [req-fc2cb91b-5fca-4e0c-b281-550658ab3f1f - - - - -] Logging enabled! 2019-10-07 13:32:46.417 15012 INFO octavia.common.config [req-fc2cb91b-5fca-4e0c-b281-550658ab3f1f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:46.467 15012 INFO oslo_db.sqlalchemy.provision [req-c0eb450e-fb18-4f65-a161-e572140bf156 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:46.469 15012 INFO oslo_db.sqlalchemy.provision [req-c0eb450e-fb18-4f65-a161-e572140bf156 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dqdrwhplxc 2019-10-07 13:32:46.469 15012 INFO oslo_db.sqlalchemy.provision [req-c0eb450e-fb18-4f65-a161-e572140bf156 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_v1_disabled [0.135169s] ... ok 2019-10-07 13:32:46.478 15012 INFO oslo_db.sqlalchemy.provision [req-c0eb450e-fb18-4f65-a161-e572140bf156 - - - - -] CREATE BACKEND sqlite:// TOKEN uxghqbiync 2019-10-07 13:32:46.469 15020 INFO octavia.api.v1.controllers.listener [req-9fd14681-732b-41ce-85d2-769d5f7a5641 - - - - -] Sending Creation of Listener 9b9cb587-1419-4421-bf4f-1aa6584b07c3 to handler 2019-10-07 13:32:46.512 15006 INFO octavia.api.v1.controllers.health_monitor [req-698375cf-66b2-4ff5-827a-f0cec4abe5a9 - - - - -] Health Monitor for Pool ee7383df-ce96-42ef-88da-267738a89eea was not found 2019-10-07 13:32:46.527 15006 INFO oslo_db.sqlalchemy.provision [req-698375cf-66b2-4ff5-827a-f0cec4abe5a9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:46.529 15006 INFO oslo_db.sqlalchemy.provision [req-698375cf-66b2-4ff5-827a-f0cec4abe5a9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pwixmokjwp 2019-10-07 13:32:46.529 15006 INFO oslo_db.sqlalchemy.provision [req-698375cf-66b2-4ff5-827a-f0cec4abe5a9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_delete [0.508894s] ... ok 2019-10-07 13:32:46.532 15006 INFO oslo_db.sqlalchemy.provision [req-698375cf-66b2-4ff5-827a-f0cec4abe5a9 - - - - -] CREATE BACKEND sqlite:// TOKEN ckoydktnbd 2019-10-07 13:32:46.544 15020 INFO octavia.api.v1.controllers.pool [req-e5c7cf74-8b1a-4a3d-93db-b619334ba4b3 - - - - -] Sending Creation of Pool 3f1beac6-484a-48c8-b01e-a2413c30e59b to handler 2019-10-07 13:32:46.563 15024 INFO octavia.common.config [-] Logging enabled! 2019-10-07 13:32:46.563 15024 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:46.551 15012 INFO octavia.common.config [req-c0eb450e-fb18-4f65-a161-e572140bf156 - - - - -] Logging enabled! 2019-10-07 13:32:46.551 15012 INFO octavia.common.config [req-c0eb450e-fb18-4f65-a161-e572140bf156 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:46.575 15012 WARNING octavia.api.root_controller [req-c0eb450e-fb18-4f65-a161-e572140bf156 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:46.593 15012 INFO oslo_db.sqlalchemy.provision [req-cd71c4d6-cf16-4d9e-a174-bc0e7d0b1559 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:46.595 15012 INFO oslo_db.sqlalchemy.provision [req-cd71c4d6-cf16-4d9e-a174-bc0e7d0b1559 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uxghqbiync 2019-10-07 13:32:46.595 15012 INFO oslo_db.sqlalchemy.provision [req-cd71c4d6-cf16-4d9e-a174-bc0e7d0b1559 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_invalid_sort_key [0.120572s] ... ok 2019-10-07 13:32:46.598 15012 INFO oslo_db.sqlalchemy.provision [req-cd71c4d6-cf16-4d9e-a174-bc0e7d0b1559 - - - - -] CREATE BACKEND sqlite:// TOKEN felbxfdask 2019-10-07 13:32:46.609 15006 INFO octavia.common.config [req-698375cf-66b2-4ff5-827a-f0cec4abe5a9 - - - - -] Logging enabled! 2019-10-07 13:32:46.609 15006 INFO octavia.common.config [req-698375cf-66b2-4ff5-827a-f0cec4abe5a9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:46.634 15006 WARNING octavia.api.root_controller [req-698375cf-66b2-4ff5-827a-f0cec4abe5a9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:46.642 15006 INFO octavia.api.v1.controllers.load_balancer [req-5ab37528-31fb-4f27-a9c8-bf6fd875855b - - - - -] Sending created Load Balancer 91654a95-cd33-42c1-ae08-63249ed7be7c to the handler 2019-10-07 13:32:46.677 15006 INFO octavia.api.v1.controllers.listener [req-61eede59-e7c8-4c77-813a-9055b1a239fe - - - - -] Sending Creation of Listener 5002764f-db71-43d3-89f1-fbef23e7a403 to handler 2019-10-07 13:32:46.672 15012 INFO octavia.common.config [req-cd71c4d6-cf16-4d9e-a174-bc0e7d0b1559 - - - - -] Logging enabled! 2019-10-07 13:32:46.672 15012 INFO octavia.common.config [req-cd71c4d6-cf16-4d9e-a174-bc0e7d0b1559 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:46.678 15020 INFO octavia.api.v1.controllers.pool [req-b50e68eb-2569-44a3-9246-ccf268259681 - - - - -] Sending Creation of Pool d2f5d47f-d182-48ac-9c03-b1d7c1b1d752 to handler 2019-10-07 13:32:46.733 15006 INFO octavia.api.v1.controllers.pool [req-2609918e-06c0-4627-adb4-18e2e3b96ec9 - - - - -] Sending Creation of Pool 771b22b2-60f5-4eae-8284-bb30895fbf11 to handler 2019-10-07 13:32:46.695 15012 WARNING octavia.api.root_controller [req-cd71c4d6-cf16-4d9e-a174-bc0e7d0b1559 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:46.717 15012 INFO octavia.api.v1.controllers.load_balancer [req-5ef34efe-de9d-4f0a-a1a3-ec6eadf1ee89 - - - - -] Sending created Load Balancer 8a0a6a24-6450-4510-8b12-69ea37f8e9e4 to the handler 2019-10-07 13:32:46.728 15012 INFO octavia.api.v1.controllers.load_balancer [req-d79e58a7-e27e-4b44-bad8-51c7ff81f533 - - - - -] Sending created Load Balancer 34f23949-ceb1-4fc8-8a5c-3adbc836955a to the handler 2019-10-07 13:32:46.740 15012 INFO octavia.api.v1.controllers.load_balancer [req-c91ee6ff-c64b-42c5-84bb-7ad8c45e0b76 - - - - -] Sending created Load Balancer ae0e6559-6722-4ecb-954d-812a29e1348e to the handler 2019-10-07 13:32:46.749 15012 INFO octavia.api.v1.controllers.load_balancer [req-95260ceb-d1d6-4027-b384-c46caae220d8 - - - - -] Sending created Load Balancer e2690ccb-9d72-45a2-a45f-b8469b942cd0 to the handler 2019-10-07 13:32:46.757 15012 INFO octavia.api.v1.controllers.load_balancer [req-4eeef412-7e4a-434e-9421-7d4f10aec7fc - - - - -] Sending created Load Balancer e36d93cd-1994-4b50-9ad0-2455b9c3db37 to the handler 2019-10-07 13:32:46.766 15012 INFO octavia.api.v1.controllers.load_balancer [req-1ecfd680-8e76-4219-af64-84ea033ead66 - - - - -] Sending created Load Balancer 5be54fec-e214-441d-a769-8a6621591fac to the handler 2019-10-07 13:32:46.773 15020 INFO octavia.api.v1.controllers.load_balancer [req-6d05369b-246b-4fc3-8c3d-a457cb5f3b6d - - - - -] Sending updated Load Balancer 9ffb5796-9232-4f49-b226-9fdd999958ea to the handler 2019-10-07 13:32:46.819 15006 INFO octavia.api.v1.controllers.pool [req-a80fc926-82f4-4ac1-b4c2-072d7c6936e3 - - - - -] Sending Creation of Pool 0b4ba633-3a1c-4e36-bc2e-665837c37063 to handler 2019-10-07 13:32:46.841 15020 INFO octavia.api.v1.controllers.health_monitor [req-cc005a55-c889-492c-9d0b-86af31cc80a9 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:46.855 15020 INFO oslo_db.sqlalchemy.provision [req-cc005a55-c889-492c-9d0b-86af31cc80a9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:46.856 15020 INFO oslo_db.sqlalchemy.provision [req-cc005a55-c889-492c-9d0b-86af31cc80a9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uxngldghvm 2019-10-07 13:32:46.856 15020 INFO oslo_db.sqlalchemy.provision [req-cc005a55-c889-492c-9d0b-86af31cc80a9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_update [0.595197s] ... ok 2019-10-07 13:32:46.859 15020 INFO oslo_db.sqlalchemy.provision [req-cc005a55-c889-492c-9d0b-86af31cc80a9 - - - - -] CREATE BACKEND sqlite:// TOKEN vqpvxxxsyq 2019-10-07 13:32:46.908 15006 INFO oslo_db.sqlalchemy.provision [req-34cfb894-b3c8-4dfd-8389-68e2c8c7d910 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:46.911 15006 INFO oslo_db.sqlalchemy.provision [req-34cfb894-b3c8-4dfd-8389-68e2c8c7d910 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ckoydktnbd 2019-10-07 13:32:46.912 15006 INFO oslo_db.sqlalchemy.provision [req-34cfb894-b3c8-4dfd-8389-68e2c8c7d910 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_over_quota [0.382471s] ... ok 2019-10-07 13:32:46.914 15006 INFO oslo_db.sqlalchemy.provision [req-34cfb894-b3c8-4dfd-8389-68e2c8c7d910 - - - - -] CREATE BACKEND sqlite:// TOKEN kqkgsvrggw 2019-10-07 13:32:46.783 15012 INFO octavia.api.v1.controllers.load_balancer [req-7ee03a33-9dd1-48e7-ad96-2e17f6983a83 - - - - -] Sending created Load Balancer 1a877aa3-82f2-4caf-97af-01bec16a0b91 to the handler 2019-10-07 13:32:46.794 15012 INFO octavia.api.v1.controllers.load_balancer [req-8b8f7916-0e89-4272-b89d-21b1fdccf570 - - - - -] Sending created Load Balancer ba161898-135f-4490-a144-e4a14d005f15 to the handler 2019-10-07 13:32:46.802 15012 INFO octavia.api.v1.controllers.load_balancer [req-911fba6b-7085-4512-9c33-013ca99ee8dd - - - - -] Sending created Load Balancer cacc34a7-a09a-4ead-9918-cfa9744a1d2f to the handler 2019-10-07 13:32:46.815 15012 INFO octavia.api.v1.controllers.load_balancer [req-0e2880eb-8dce-4b96-a6be-ca126842a908 - - - - -] Sending created Load Balancer ff414776-85a3-4ea0-89b6-43b512724d1d to the handler 2019-10-07 13:32:46.823 15012 INFO octavia.api.v1.controllers.load_balancer [req-8ca1f734-0dfe-4aa6-89bc-3fdffd659418 - - - - -] Sending created Load Balancer 07d9936d-0b18-4cd2-aefc-efbfb22cbfab to the handler 2019-10-07 13:32:46.836 15012 INFO octavia.api.v1.controllers.load_balancer [req-26b2df35-00ea-4982-bfbf-1e263b86e5fd - - - - -] Sending created Load Balancer def22c51-6acf-45b5-96b9-99a1201d7c84 to the handler 2019-10-07 13:32:46.847 15012 INFO octavia.api.v1.controllers.load_balancer [req-9c0b13ef-99d9-418b-b0e6-c14487dd64fb - - - - -] Sending created Load Balancer 944d19e7-cc6e-458e-bddd-6ea8ddebef64 to the handler 2019-10-07 13:32:46.855 15012 INFO octavia.api.v1.controllers.load_balancer [req-4445e225-ce46-470d-9422-9f96e762fc0a - - - - -] Sending created Load Balancer fee10875-c026-4547-a0b6-14d9f3ac6176 to the handler 2019-10-07 13:32:46.864 15012 INFO octavia.api.v1.controllers.load_balancer [req-b1069098-00e9-48b0-970b-8bc39af88298 - - - - -] Sending created Load Balancer 0772aeab-cc12-426b-9549-7211465d8c01 to the handler 2019-10-07 13:32:46.873 15012 INFO octavia.api.v1.controllers.load_balancer [req-142071a6-3a7b-49dd-b1ff-5dadf1b86bc0 - - - - -] Sending created Load Balancer 7a9a0518-8af7-410d-bb9c-c72b9a2f33f5 to the handler 2019-10-07 13:32:46.891 15012 INFO octavia.api.v1.controllers.load_balancer [req-d8d0e4ad-97df-4bf9-82b1-e292ed3e6f43 - - - - -] Sending created Load Balancer 0e2f9d9b-1eda-471c-81ed-03e03800bacb to the handler 2019-10-07 13:32:46.902 15012 INFO octavia.api.v1.controllers.load_balancer [req-c59ba44b-6965-4b14-9cb6-f3ed7ebbd931 - - - - -] Sending created Load Balancer 7be44f6a-1e0f-48cc-b5b8-987ca55ea696 to the handler 2019-10-07 13:32:46.910 15012 INFO octavia.api.v1.controllers.load_balancer [req-441277d2-56ca-4135-896b-17de4e1a0c6e - - - - -] Sending created Load Balancer e629af13-c2b5-4fc5-831f-105b6714fa90 to the handler 2019-10-07 13:32:46.919 15012 INFO octavia.api.v1.controllers.load_balancer [req-21fe4fd3-e1bc-488c-b15f-43269a35a989 - - - - -] Sending created Load Balancer acf1a0b9-f5e0-49d9-9f1e-cda16b7878c4 to the handler 2019-10-07 13:32:46.928 15012 INFO octavia.api.v1.controllers.load_balancer [req-6e718923-4ecf-444a-a59c-a6523dee535f - - - - -] Sending created Load Balancer 73c1a3ae-eacb-4e43-84e9-af1478d36d65 to the handler 2019-10-07 13:32:46.945 15012 INFO octavia.api.v1.controllers.load_balancer [req-773585af-a2ee-464c-b980-19aa4507bdbd - - - - -] Sending created Load Balancer be38f869-63ab-463b-8905-ec54acbedc1c to the handler 2019-10-07 13:32:46.958 15024 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-10-07 13:32:46.955 15020 INFO octavia.common.config [req-cc005a55-c889-492c-9d0b-86af31cc80a9 - - - - -] Logging enabled! 2019-10-07 13:32:46.955 15020 INFO octavia.common.config [req-cc005a55-c889-492c-9d0b-86af31cc80a9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:46.980 15024 INFO oslo_db.sqlalchemy.provision [req-f44c5bec-1346-4cec-8305-b8b854f8c0a5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:46.982 15024 INFO oslo_db.sqlalchemy.provision [req-f44c5bec-1346-4cec-8305-b8b854f8c0a5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN otczvfcjnr 2019-10-07 13:32:46.982 15024 INFO oslo_db.sqlalchemy.provision [req-f44c5bec-1346-4cec-8305-b8b854f8c0a5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_invalid_limit [0.715785s] ... ok 2019-10-07 13:32:46.985 15024 INFO oslo_db.sqlalchemy.provision [req-f44c5bec-1346-4cec-8305-b8b854f8c0a5 - - - - -] CREATE BACKEND sqlite:// TOKEN ffqfthmwxk 2019-10-07 13:32:46.991 15006 INFO octavia.common.config [req-34cfb894-b3c8-4dfd-8389-68e2c8c7d910 - - - - -] Logging enabled! 2019-10-07 13:32:46.992 15006 INFO octavia.common.config [req-34cfb894-b3c8-4dfd-8389-68e2c8c7d910 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:47.002 15020 WARNING octavia.api.root_controller [req-cc005a55-c889-492c-9d0b-86af31cc80a9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:47.013 15020 INFO octavia.api.v1.controllers.load_balancer [req-e906afda-54c1-4ff2-a8bb-1bea3ced7701 - - - - -] Sending created Load Balancer 8cd3e8a9-985c-4686-9a5f-d2b91b35a262 to the handler 2019-10-07 13:32:47.020 15006 WARNING octavia.api.root_controller [req-34cfb894-b3c8-4dfd-8389-68e2c8c7d910 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:47.032 15006 INFO octavia.api.v1.controllers.load_balancer [req-04121612-7159-4601-8921-d82ae7a54643 - - - - -] Sending created Load Balancer edf8b79b-f414-4beb-bf4f-50ae422ad50e to the handler 2019-10-07 13:32:47.067 15006 INFO octavia.api.v1.controllers.listener [req-eac800f8-7f85-40ab-87c3-ff69e0488771 - - - - -] Sending Creation of Listener 4fba14c8-aa6f-419d-bccb-1b534b09feff to handler 2019-10-07 13:32:47.049 15020 INFO octavia.api.v1.controllers.listener [req-285c8d29-713a-473f-b8a9-410200a53c06 - - - - -] Sending Creation of Listener 42656138-d5c9-4ffb-93ef-db382cd0663f to handler 2019-10-07 13:32:47.079 15024 INFO octavia.common.config [req-f44c5bec-1346-4cec-8305-b8b854f8c0a5 - - - - -] Logging enabled! 2019-10-07 13:32:47.079 15024 INFO octavia.common.config [req-f44c5bec-1346-4cec-8305-b8b854f8c0a5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:47.103 15024 WARNING octavia.api.root_controller [req-f44c5bec-1346-4cec-8305-b8b854f8c0a5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:47.121 15020 INFO octavia.api.v1.controllers.pool [req-a9c4b17b-b354-42c8-b8e9-b92ed31f88b3 - - - - -] Sending Creation of Pool 0b3a3456-8ff8-4a9b-9747-d7af3c68c9c4 to handler 2019-10-07 13:32:47.123 15024 INFO octavia.api.v1.controllers.load_balancer [req-49ae9808-6c8b-40dc-9178-20688d47fc5b - - - - -] Sending created Load Balancer df30df6a-61dd-440f-be84-19441fbafcba to the handler 2019-10-07 13:32:47.132 15006 INFO octavia.api.v1.controllers.pool [req-37996244-b063-4df2-94b7-e895a62fb58d - - - - -] Sending Creation of Pool f03ae2c4-aebf-4de4-b2a0-7bcf001763e8 to handler 2019-10-07 13:32:47.189 15024 INFO octavia.api.v1.controllers.listener [req-865f0287-1f61-460d-8936-7266c9979465 - - - - -] Sending Creation of Listener e0ac2e01-c13f-4f9f-884b-186953011a39 to handler 2019-10-07 13:32:47.225 15006 INFO octavia.api.v1.controllers.pool [req-00c37b21-8008-44b5-bddb-841155c2df10 - - - - -] Sending Creation of Pool 06e78893-aa7e-4f66-9317-97030af79082 to handler 2019-10-07 13:32:46.955 15012 INFO octavia.api.v1.controllers.load_balancer [req-a30054d2-3846-4607-a243-6482db24cd23 - - - - -] Sending created Load Balancer 5122e980-b4c1-411a-b901-e380ae1d2013 to the handler 2019-10-07 13:32:46.966 15012 INFO octavia.api.v1.controllers.load_balancer [req-475de75c-c965-413d-97c5-ea5da42a779f - - - - -] Sending created Load Balancer cee0ad1c-262d-4bae-88fd-072971b64d5f to the handler 2019-10-07 13:32:46.975 15012 INFO octavia.api.v1.controllers.load_balancer [req-c233ea17-bd6b-498d-a03f-0ec281873c73 - - - - -] Sending created Load Balancer f335ea9c-cd67-49d9-989f-de28e5d458a0 to the handler 2019-10-07 13:32:46.984 15012 INFO octavia.api.v1.controllers.load_balancer [req-263f7631-e401-4f30-986c-00c6762c3529 - - - - -] Sending created Load Balancer 265eee82-04a8-4d0a-b759-ecaf550aebe3 to the handler 2019-10-07 13:32:46.992 15012 INFO octavia.api.v1.controllers.load_balancer [req-5d1b104c-8704-48c8-a364-1de4bb21e1b6 - - - - -] Sending created Load Balancer e6661bb9-be89-4f0a-b420-437e3ab5d72e to the handler 2019-10-07 13:32:47.001 15012 INFO octavia.api.v1.controllers.load_balancer [req-f5a5b844-b02b-4293-9ae7-4546bfbb0861 - - - - -] Sending created Load Balancer b6fbb1be-57e1-41c6-8d63-73e884ac86e4 to the handler 2019-10-07 13:32:47.009 15012 INFO octavia.api.v1.controllers.load_balancer [req-34075e74-979b-4a44-a4a0-0cdb65eab817 - - - - -] Sending created Load Balancer 9f239845-a32f-4d4b-81e8-35c464f0c6c5 to the handler 2019-10-07 13:32:47.018 15012 INFO octavia.api.v1.controllers.load_balancer [req-750638ee-2c38-4b17-87c6-1184dbc096e1 - - - - -] Sending created Load Balancer 1c007e5b-1161-4a60-a1ec-7c309f2659a0 to the handler 2019-10-07 13:32:47.027 15012 INFO octavia.api.v1.controllers.load_balancer [req-465f514c-107a-4cbf-8da4-1bcda3b2651c - - - - -] Sending created Load Balancer 1eaebf8f-a7eb-401a-8670-042b6440cc78 to the handler 2019-10-07 13:32:47.036 15012 INFO octavia.api.v1.controllers.load_balancer [req-46e7aed3-77ad-47c5-8f5e-ad77d0d4069e - - - - -] Sending created Load Balancer 10c7f36a-62a1-413e-9a13-6814b5db1ea1 to the handler 2019-10-07 13:32:47.045 15012 INFO octavia.api.v1.controllers.load_balancer [req-3e4e6b0d-72e9-40b5-8909-a82ea1ec8848 - - - - -] Sending created Load Balancer 79adbc9b-4be3-45c9-85cb-1681d72d9af3 to the handler 2019-10-07 13:32:47.055 15012 INFO octavia.api.v1.controllers.load_balancer [req-d7902566-6136-4894-9aad-2db4b96473c1 - - - - -] Sending created Load Balancer c3053599-9572-492f-b2ad-6bcc3495a3f8 to the handler 2019-10-07 13:32:47.064 15012 INFO octavia.api.v1.controllers.load_balancer [req-4419f17f-cecc-4775-869f-e16352785d11 - - - - -] Sending created Load Balancer 827bbacb-d61e-4e18-b284-d73c35e21579 to the handler 2019-10-07 13:32:47.073 15012 INFO octavia.api.v1.controllers.load_balancer [req-1408190e-8303-4670-ac22-e2e88446dde7 - - - - -] Sending created Load Balancer 8f22e8b6-dc54-48f2-b5ac-3d061fd2117c to the handler 2019-10-07 13:32:47.084 15012 INFO octavia.api.v1.controllers.load_balancer [req-762ade59-aa84-49fc-a8e5-63f192991a49 - - - - -] Sending created Load Balancer c3ebcf8b-bab6-4abe-9457-ad081aaf24a9 to the handler 2019-10-07 13:32:47.093 15012 INFO octavia.api.v1.controllers.load_balancer [req-67efe0a9-c944-4355-94e7-2e2c09b7704c - - - - -] Sending created Load Balancer 672c8664-243a-48c1-8e2e-e712a32be2fb to the handler 2019-10-07 13:32:47.103 15012 INFO octavia.api.v1.controllers.load_balancer [req-3ba82e59-2504-42e8-9ca9-7381801b1843 - - - - -] Sending created Load Balancer 114d4984-4f6a-4a1a-bd3b-e3cb42cd4f0e to the handler 2019-10-07 13:32:47.113 15012 INFO octavia.api.v1.controllers.load_balancer [req-b51dc04a-91b3-4d37-a12d-6e1b287408dd - - - - -] Sending created Load Balancer 72f95b74-563e-45e2-aad8-222b7ae0468e to the handler 2019-10-07 13:32:47.121 15012 INFO octavia.api.v1.controllers.load_balancer [req-d6f2a41c-f98b-4aeb-aa85-f74672019dc6 - - - - -] Sending created Load Balancer 767230e2-af65-432f-a5e4-00604855e9e3 to the handler 2019-10-07 13:32:47.130 15012 INFO octavia.api.v1.controllers.load_balancer [req-ff9963bc-1b04-4ee6-8ca6-72a3622dd601 - - - - -] Sending created Load Balancer fab032e0-4f06-47bb-9b73-2c655f10c67e to the handler 2019-10-07 13:32:47.139 15012 INFO octavia.api.v1.controllers.load_balancer [req-41df9cf4-5260-481e-9338-4f81ae22e9ac - - - - -] Sending created Load Balancer 34a6ae62-694d-4110-8a75-48d248a80292 to the handler 2019-10-07 13:32:47.148 15012 INFO octavia.api.v1.controllers.load_balancer [req-63e2824e-51b2-4143-b410-f88205ac5adc - - - - -] Sending created Load Balancer 71de8c95-a427-4f39-ac97-7f76db0af7ca to the handler 2019-10-07 13:32:47.157 15012 INFO octavia.api.v1.controllers.load_balancer [req-fb54c4ec-1245-4f39-911c-811e8720d8ec - - - - -] Sending created Load Balancer d77eb211-e6b6-4bbe-9a50-8593c30690c2 to the handler 2019-10-07 13:32:47.166 15012 INFO octavia.api.v1.controllers.load_balancer [req-1c64b605-3b53-47b0-8b04-61ff0c5d8638 - - - - -] Sending created Load Balancer 5103645c-8c8f-4b69-aa19-425b075dd8e1 to the handler 2019-10-07 13:32:47.174 15012 INFO octavia.api.v1.controllers.load_balancer [req-37061cad-10f6-4ebb-b348-4790e388158e - - - - -] Sending created Load Balancer c6301df2-e06a-4797-bf80-061c3f64cf36 to the handler 2019-10-07 13:32:47.183 15012 INFO octavia.api.v1.controllers.load_balancer [req-9e34afb1-7b02-4423-b79d-64842bde94b8 - - - - -] Sending created Load Balancer c367a001-192f-45f0-99bd-65909a0c92ac to the handler 2019-10-07 13:32:47.191 15012 INFO octavia.api.v1.controllers.load_balancer [req-ed65da7f-7dc8-484c-8589-4c2bdba9ae72 - - - - -] Sending created Load Balancer b8e964a3-4197-410e-88bf-c26084908806 to the handler 2019-10-07 13:32:47.201 15012 INFO octavia.api.v1.controllers.load_balancer [req-70e320dd-cad9-49fc-8ad6-305106bc0434 - - - - -] Sending created Load Balancer 914c8132-962f-499f-a278-5311c0f03726 to the handler 2019-10-07 13:32:47.210 15012 INFO octavia.api.v1.controllers.load_balancer [req-8a4c42d8-be12-4a0f-a78c-d3689e85908d - - - - -] Sending created Load Balancer 7423ed2a-aa80-4d2a-acfc-ba56f8eb4edd to the handler 2019-10-07 13:32:47.219 15012 INFO octavia.api.v1.controllers.load_balancer [req-c38657b0-726b-4906-a1d9-48185c1efa01 - - - - -] Sending created Load Balancer c27c836c-1de1-4f48-b847-73e98e40f97b to the handler 2019-10-07 13:32:47.267 15024 INFO octavia.api.v1.controllers.listener [req-223fbfa9-bbff-4e40-a8c2-1b64f9c2765f - - - - -] Sending Creation of Listener acd5ac41-effb-4550-ab05-0c8937720605 to handler 2019-10-07 13:32:47.229 15012 INFO octavia.api.v1.controllers.load_balancer [req-0d628e9f-e6b5-4123-9613-cd15e1970a58 - - - - -] Sending created Load Balancer 55e32961-bff8-4db7-a006-1c9e73456aa2 to the handler 2019-10-07 13:32:47.238 15012 INFO octavia.api.v1.controllers.load_balancer [req-b539450a-6854-4bf8-9a1f-f826932d7fe5 - - - - -] Sending created Load Balancer 84b585f3-6f10-4cb1-889c-c7994f9b543b to the handler 2019-10-07 13:32:47.246 15012 INFO octavia.api.v1.controllers.load_balancer [req-d771c9dd-61ae-43ef-9168-0a41f065262c - - - - -] Sending created Load Balancer 889ae11a-107c-4989-8d21-5e55b821d754 to the handler 2019-10-07 13:32:47.257 15012 INFO octavia.api.v1.controllers.load_balancer [req-97d16d99-3faf-404b-a813-e2c1b968fb72 - - - - -] Sending created Load Balancer 23dfad3b-6bb7-4626-aab6-f805e11dca21 to the handler 2019-10-07 13:32:47.266 15012 INFO octavia.api.v1.controllers.load_balancer [req-cbaf556b-b34a-407d-b198-fdcf09e7fbe8 - - - - -] Sending created Load Balancer 359bee76-f4ab-4d35-9f52-0ce872493b62 to the handler 2019-10-07 13:32:47.274 15012 INFO octavia.api.v1.controllers.load_balancer [req-62d1adf3-d3d1-433b-b034-74c681a5f034 - - - - -] Sending created Load Balancer 1d8c2678-c4e1-4de9-bf40-de7d9069e119 to the handler 2019-10-07 13:32:47.283 15012 INFO octavia.api.v1.controllers.load_balancer [req-18007366-13ad-43ca-8775-f4111174cdd1 - - - - -] Sending created Load Balancer 797b5af0-942c-46dc-a2b5-e32c8d046c6d to the handler 2019-10-07 13:32:47.262 15020 INFO octavia.api.v1.controllers.pool [req-dc3a7bda-5a3a-4f2b-82e1-1b5acfa22aaa - - - - -] Sending Creation of Pool 7e2b497e-6a46-4b8d-bb42-9bdb14cc93a7 to handler 2019-10-07 13:32:47.328 15006 INFO octavia.api.v1.controllers.health_monitor [req-9f38938f-3dd2-4d9c-b962-7df64ba44833 - - - - -] Sending Creation of Health Monitor for Pool f03ae2c4-aebf-4de4-b2a0-7bcf001763e8 to handler 2019-10-07 13:32:47.292 15012 INFO octavia.api.v1.controllers.load_balancer [req-42006412-1c79-458c-a4cd-eb759ab3fd32 - - - - -] Sending created Load Balancer c488f0a9-cab7-4a44-b462-891fa82e2d5e to the handler 2019-10-07 13:32:47.300 15012 INFO octavia.api.v1.controllers.load_balancer [req-91cf6253-b53d-47a0-99d8-521dec9bb12b - - - - -] Sending created Load Balancer 3d0e04b3-8710-471a-b339-e9fbeadebf94 to the handler 2019-10-07 13:32:47.309 15012 INFO octavia.api.v1.controllers.load_balancer [req-9324c1d0-61fe-4759-8492-8f51f98a5d13 - - - - -] Sending created Load Balancer 20fceed3-e122-4d62-b8e7-889b668a9188 to the handler 2019-10-07 13:32:47.317 15012 INFO octavia.api.v1.controllers.load_balancer [req-1bd5fc8a-73f5-4ea5-a01b-caa2756fea3d - - - - -] Sending created Load Balancer efa533d6-339f-43e3-9dfb-d8fd44ddb8ff to the handler 2019-10-07 13:32:47.328 15012 INFO octavia.api.v1.controllers.load_balancer [req-beae1a22-a8f2-42b6-a7fd-82fdc08925de - - - - -] Sending created Load Balancer 7de789be-24cf-4633-8236-52f181e5d3a4 to the handler 2019-10-07 13:32:47.343 15024 INFO octavia.api.v1.controllers.listener [req-174e5a07-ef5b-4dd0-9e96-0758a8ebc8ff - - - - -] Sending Creation of Listener 03eda872-2dfa-4d2e-b518-86feb2c43eae to handler 2019-10-07 13:32:47.387 15020 INFO octavia.api.v1.controllers.health_monitor [req-fca6cb22-1d67-4780-ac76-b1124493d4b3 - - - - -] Sending Creation of Health Monitor for Pool 7e2b497e-6a46-4b8d-bb42-9bdb14cc93a7 to handler 2019-10-07 13:32:47.412 15024 INFO octavia.api.v1.controllers.listener [req-ab59e1c9-4b5f-452e-82b0-bd1a09a799f6 - - - - -] Sending Creation of Listener 72160f9c-d8ac-4c8b-a5cc-6d185ea089c7 to handler 2019-10-07 13:32:47.388 15006 INFO octavia.api.v1.controllers.load_balancer [req-bc2d1e36-ead9-4b21-9124-41a055288c49 - - - - -] Sending updated Load Balancer edf8b79b-f414-4beb-bf4f-50ae422ad50e to the handler 2019-10-07 13:32:47.445 15006 INFO octavia.api.v1.controllers.health_monitor [req-cc50bd11-f96e-4b41-8ade-4fdb117d0c2d - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:47.474 15006 INFO oslo_db.sqlalchemy.provision [req-cc50bd11-f96e-4b41-8ade-4fdb117d0c2d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:47.476 15006 INFO oslo_db.sqlalchemy.provision [req-cc50bd11-f96e-4b41-8ade-4fdb117d0c2d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kqkgsvrggw 2019-10-07 13:32:47.476 15006 INFO oslo_db.sqlalchemy.provision [req-cc50bd11-f96e-4b41-8ade-4fdb117d0c2d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_update [0.564010s] ... ok 2019-10-07 13:32:47.479 15006 INFO oslo_db.sqlalchemy.provision [req-cc50bd11-f96e-4b41-8ade-4fdb117d0c2d - - - - -] CREATE BACKEND sqlite:// TOKEN hhkqrgzjck 2019-10-07 13:32:47.500 15024 INFO octavia.api.v1.controllers.listener [req-c13c5307-dbb0-451c-ab3e-53b72139f125 - - - - -] Sending Creation of Listener 6941b0a6-2c71-4b90-911d-30b68a6733fe to handler 2019-10-07 13:32:47.542 15020 INFO octavia.api.v1.controllers.health_monitor [req-c3950667-1df4-4f8f-9402-de2534769530 - - - - -] Sending Deletion of Health Monitor for Pool 7e2b497e-6a46-4b8d-bb42-9bdb14cc93a7 to handler 2019-10-07 13:32:47.553 15006 INFO octavia.common.config [req-cc50bd11-f96e-4b41-8ade-4fdb117d0c2d - - - - -] Logging enabled! 2019-10-07 13:32:47.553 15006 INFO octavia.common.config [req-cc50bd11-f96e-4b41-8ade-4fdb117d0c2d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:47.587 15024 INFO octavia.api.v1.controllers.listener [req-a46dc3ba-1177-4389-893b-7e9347b0758a - - - - -] Sending Creation of Listener c4460b00-2042-4832-9884-4119b49d703e to handler 2019-10-07 13:32:47.577 15006 WARNING octavia.api.root_controller [req-cc50bd11-f96e-4b41-8ade-4fdb117d0c2d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:47.585 15006 INFO octavia.api.v1.controllers.load_balancer [req-76d104c9-60f6-4a9c-9683-854d2ee93af1 - - - - -] Sending created Load Balancer aae93953-2309-4b41-a746-135e7724c79d to the handler 2019-10-07 13:32:47.620 15006 INFO octavia.api.v1.controllers.listener [req-7cf414aa-60ee-40bf-ba3c-1a9d4926bee3 - - - - -] Sending Creation of Listener 91ba3384-6104-4b1f-b769-ffad3dd6559b to handler 2019-10-07 13:32:47.686 15024 INFO octavia.api.v1.controllers.listener [req-1ec56cce-b88c-48ff-a9f9-91e3ac126995 - - - - -] Sending Creation of Listener 977b6cb8-9fbe-4bb3-9f54-9207c5b3aa63 to handler 2019-10-07 13:32:47.671 15006 INFO octavia.api.v1.controllers.pool [req-9c6423e5-ac69-4c2f-bb56-681814d52868 - - - - -] Sending Creation of Pool 13d6f8e1-f800-4d63-841e-1d707290ec12 to handler 2019-10-07 13:32:47.717 15020 INFO oslo_db.sqlalchemy.provision [req-31022b55-de26-450d-98b1-2697e79ee114 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:47.719 15020 INFO oslo_db.sqlalchemy.provision [req-31022b55-de26-450d-98b1-2697e79ee114 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vqpvxxxsyq 2019-10-07 13:32:47.719 15020 INFO oslo_db.sqlalchemy.provision [req-31022b55-de26-450d-98b1-2697e79ee114 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete [0.871638s] ... ok 2019-10-07 13:32:47.731 15020 INFO oslo_db.sqlalchemy.provision [req-31022b55-de26-450d-98b1-2697e79ee114 - - - - -] CREATE BACKEND sqlite:// TOKEN iwmkykpsgq 2019-10-07 13:32:47.760 15006 INFO octavia.api.v1.controllers.pool [req-9185bf7d-6ec9-4a89-8d04-af03f7e4b4bc - - - - -] Sending Creation of Pool 2daa25fa-ca61-447a-af43-13f0a60916ed to handler 2019-10-07 13:32:47.824 15024 INFO octavia.api.v1.controllers.listener [req-9e4c5b5b-d78f-4353-8bd5-2b4b6d9ea178 - - - - -] Sending Creation of Listener ac3c1d50-c771-44ed-ba4b-d24780e3ad5a to handler 2019-10-07 13:32:47.817 15020 INFO octavia.common.config [req-31022b55-de26-450d-98b1-2697e79ee114 - - - - -] Logging enabled! 2019-10-07 13:32:47.818 15020 INFO octavia.common.config [req-31022b55-de26-450d-98b1-2697e79ee114 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:47.838 15020 WARNING octavia.api.root_controller [req-31022b55-de26-450d-98b1-2697e79ee114 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:47.847 15020 INFO octavia.api.v1.controllers.load_balancer [req-b72161ff-dd53-41e0-8bfb-c16ed1cce0d6 - - - - -] Sending created Load Balancer 9612fbdf-3f0f-4456-8a74-095faaf17acf to the handler 2019-10-07 13:32:47.862 15006 INFO octavia.api.v1.controllers.health_monitor [req-ac87a406-99ae-4875-9e16-70831be89414 - - - - -] Sending Creation of Health Monitor for Pool 2daa25fa-ca61-447a-af43-13f0a60916ed to handler 2019-10-07 13:32:47.895 15020 INFO octavia.api.v1.controllers.listener [req-0d974e3a-c962-4889-a7e3-86d13b07ce24 - - - - -] Sending Creation of Listener 2ebce7e5-4f50-4a74-bbfc-f2e98970eb3b to handler 2019-10-07 13:32:47.913 15012 INFO oslo_db.sqlalchemy.provision [req-22f32f5f-fd7a-46f6-b253-1fe680cb0146 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:47.915 15012 INFO oslo_db.sqlalchemy.provision [req-22f32f5f-fd7a-46f6-b253-1fe680cb0146 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN felbxfdask 2019-10-07 13:32:47.915 15012 INFO oslo_db.sqlalchemy.provision [req-22f32f5f-fd7a-46f6-b253-1fe680cb0146 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_loadbalancer_sorting_and_pagination [1.319449s] ... ok 2019-10-07 13:32:47.918 15012 INFO oslo_db.sqlalchemy.provision [req-22f32f5f-fd7a-46f6-b253-1fe680cb0146 - - - - -] CREATE BACKEND sqlite:// TOKEN yhnzqqxknz 2019-10-07 13:32:47.947 15006 INFO octavia.api.v1.controllers.health_monitor [req-eb240096-ebfc-44b5-b01b-939537760a7d - - - - -] Sending Update of Health Monitor for Pool 2daa25fa-ca61-447a-af43-13f0a60916ed to handler 2019-10-07 13:32:47.959 15024 INFO octavia.api.v1.controllers.listener [req-5b869800-f3bc-48cd-9f51-93ec8512bd61 - - - - -] Sending Creation of Listener c79bef52-e2ff-4c92-849e-22ddcc282d80 to handler 2019-10-07 13:32:47.961 15020 INFO octavia.api.v1.controllers.pool [req-e1cd68cd-af2e-4872-b06c-c717969877fd - - - - -] Sending Creation of Pool 1a417228-cddb-498e-97e3-94d14ae9ed5e to handler 2019-10-07 13:32:47.994 15012 INFO octavia.common.config [req-22f32f5f-fd7a-46f6-b253-1fe680cb0146 - - - - -] Logging enabled! 2019-10-07 13:32:47.994 15012 INFO octavia.common.config [req-22f32f5f-fd7a-46f6-b253-1fe680cb0146 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:48.018 15012 WARNING octavia.api.root_controller [req-22f32f5f-fd7a-46f6-b253-1fe680cb0146 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:48.027 15012 INFO octavia.api.v1.controllers.load_balancer [req-27dc6b16-9a94-43e4-91dc-69e9694b94ba - - - - -] Sending created Load Balancer 71294fdb-35d6-4e85-989c-31639dbb69d8 to the handler 2019-10-07 13:32:48.016 15006 INFO oslo_db.sqlalchemy.provision [req-c92a9497-6953-4f2a-b220-454f8b4223d3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:48.018 15006 INFO oslo_db.sqlalchemy.provision [req-c92a9497-6953-4f2a-b220-454f8b4223d3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hhkqrgzjck 2019-10-07 13:32:48.018 15006 INFO oslo_db.sqlalchemy.provision [req-c92a9497-6953-4f2a-b220-454f8b4223d3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update_with_bad_handler [0.541959s] ... ok 2019-10-07 13:32:48.068 15012 INFO octavia.api.v1.controllers.listener [req-af77f79b-e0f0-4aa3-84a9-3002aeeae260 - - - - -] Sending Creation of Listener 8b5de1f4-7a7e-4ff8-b775-5940418d94d6 to handler 2019-10-07 13:32:48.071 15020 INFO octavia.api.v1.controllers.pool [req-028c7fe2-1785-49f1-9de2-dfe27024e93a - - - - -] Sending Creation of Pool 86daec62-4fce-4749-bebf-bff64d5b0c4a to handler 2019-10-07 13:32:48.021 15006 INFO oslo_db.sqlalchemy.provision [req-c92a9497-6953-4f2a-b220-454f8b4223d3 - - - - -] CREATE BACKEND sqlite:// TOKEN ccjyxbdwig 2019-10-07 13:32:48.108 15024 INFO octavia.api.v1.controllers.listener [req-65da51ad-ed35-4849-98dc-6fa8862fcf09 - - - - -] Sending Creation of Listener f130971d-4584-4e9f-ab59-1cfe2f6d2bc8 to handler 2019-10-07 13:32:48.095 15006 INFO octavia.common.config [req-c92a9497-6953-4f2a-b220-454f8b4223d3 - - - - -] Logging enabled! 2019-10-07 13:32:48.095 15006 INFO octavia.common.config [req-c92a9497-6953-4f2a-b220-454f8b4223d3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:48.118 15006 WARNING octavia.api.root_controller [req-c92a9497-6953-4f2a-b220-454f8b4223d3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:48.127 15006 INFO octavia.api.v1.controllers.load_balancer [req-8c53e075-d510-48f7-b9f6-793ef098ba95 - - - - -] Sending created Load Balancer d033af29-b011-4bca-8131-3bb6d1dfc8d3 to the handler 2019-10-07 13:32:48.162 15006 INFO octavia.api.v1.controllers.listener [req-652999ab-04c0-4f82-9642-a9ece78836ef - - - - -] Sending Creation of Listener 31361291-e3a5-4426-a388-79beb3c61ad0 to handler 2019-10-07 13:32:48.203 15020 INFO octavia.api.v1.controllers.health_monitor [req-173b25dd-2aa3-405a-9fca-cdc3bc1377b9 - - - - -] Sending Creation of Health Monitor for Pool 86daec62-4fce-4749-bebf-bff64d5b0c4a to handler 2019-10-07 13:32:48.217 15012 INFO octavia.api.v1.controllers.pool [req-55766697-a6fd-48e8-ba8e-1ff7a9f6da7b - - - - -] Sending Creation of Pool 36ff79b8-3347-46a8-9bad-91171f6fd1bf to handler 2019-10-07 13:32:48.215 15006 INFO octavia.api.v1.controllers.pool [req-4fedf33e-cf05-41ac-a83c-9d27a708cfab - - - - -] Sending Creation of Pool dbd94258-45b6-44ee-b39c-dae3318d3cf9 to handler 2019-10-07 13:32:48.295 15020 INFO octavia.api.v1.controllers.health_monitor [req-da4fab1e-c639-4e27-9d52-63271992614b - - - - -] Sending Update of Health Monitor for Pool 86daec62-4fce-4749-bebf-bff64d5b0c4a to handler 2019-10-07 13:32:48.304 15006 INFO octavia.api.v1.controllers.l7policy [req-3c51654d-828b-4bd1-ab41-3374fcee8990 - - - - -] Sending Creation of L7Policy 9a532d74-7f02-4e87-86be-4d87aaabeafe to handler 2019-10-07 13:32:48.346 15006 INFO oslo_db.sqlalchemy.provision [req-6760706a-a206-4307-9d13-f92e54acbb12 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:48.348 15006 INFO oslo_db.sqlalchemy.provision [req-6760706a-a206-4307-9d13-f92e54acbb12 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ccjyxbdwig 2019-10-07 13:32:48.348 15006 INFO oslo_db.sqlalchemy.provision [req-6760706a-a206-4307-9d13-f92e54acbb12 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_update [0.329848s] ... ok 2019-10-07 13:32:48.323 15012 INFO octavia.api.v1.controllers.pool [req-25d7163c-8863-4ed0-b47e-f790cbe9b839 - - - - -] Sending Creation of Pool 1fb72879-8085-4813-91a4-901075f5f631 to handler 2019-10-07 13:32:48.357 15024 INFO oslo_db.sqlalchemy.provision [req-02b71b8c-9160-4329-8dc6-e31f0da94b56 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:48.361 15024 INFO oslo_db.sqlalchemy.provision [req-02b71b8c-9160-4329-8dc6-e31f0da94b56 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ffqfthmwxk 2019-10-07 13:32:48.361 15024 INFO oslo_db.sqlalchemy.provision [req-02b71b8c-9160-4329-8dc6-e31f0da94b56 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_listeners_sorting_and_pagination [1.378499s] ... ok 2019-10-07 13:32:48.364 15024 INFO oslo_db.sqlalchemy.provision [req-02b71b8c-9160-4329-8dc6-e31f0da94b56 - - - - -] CREATE BACKEND sqlite:// TOKEN krgvwoftsq 2019-10-07 13:32:48.394 15012 INFO oslo_db.sqlalchemy.provision [req-caf8d9eb-af62-4704-a91a-ee7b2a84b2a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:48.396 15012 INFO oslo_db.sqlalchemy.provision [req-caf8d9eb-af62-4704-a91a-ee7b2a84b2a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yhnzqqxknz 2019-10-07 13:32:48.396 15012 INFO oslo_db.sqlalchemy.provision [req-caf8d9eb-af62-4704-a91a-ee7b2a84b2a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} 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-10-07 13:32:48.355 15006 INFO oslo_db.sqlalchemy.provision [req-6760706a-a206-4307-9d13-f92e54acbb12 - - - - -] CREATE BACKEND sqlite:// TOKEN iatndwfnrv 2019-10-07 13:32:48.399 15012 INFO oslo_db.sqlalchemy.provision [req-caf8d9eb-af62-4704-a91a-ee7b2a84b2a2 - - - - -] CREATE BACKEND sqlite:// TOKEN ugobnapvab 2019-10-07 13:32:48.439 15024 INFO octavia.common.config [req-02b71b8c-9160-4329-8dc6-e31f0da94b56 - - - - -] Logging enabled! 2019-10-07 13:32:48.440 15024 INFO octavia.common.config [req-02b71b8c-9160-4329-8dc6-e31f0da94b56 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:48.480 15020 INFO oslo_db.sqlalchemy.provision [req-0a50899d-b813-4423-9d96-a86564d8bc44 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:48.481 15020 INFO oslo_db.sqlalchemy.provision [req-0a50899d-b813-4423-9d96-a86564d8bc44 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iwmkykpsgq 2019-10-07 13:32:48.482 15020 INFO oslo_db.sqlalchemy.provision [req-0a50899d-b813-4423-9d96-a86564d8bc44 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update [0.753411s] ... ok 2019-10-07 13:32:48.477 15012 INFO octavia.common.config [req-caf8d9eb-af62-4704-a91a-ee7b2a84b2a2 - - - - -] Logging enabled! 2019-10-07 13:32:48.492 15012 INFO octavia.common.config [req-caf8d9eb-af62-4704-a91a-ee7b2a84b2a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:48.463 15024 WARNING octavia.api.root_controller [req-02b71b8c-9160-4329-8dc6-e31f0da94b56 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:48.473 15024 INFO octavia.api.v1.controllers.load_balancer [req-aba0be54-348f-4850-bc6e-ee26b65da018 - - - - -] Sending created Load Balancer c678d06d-3a1c-445a-bcc9-95d039cc8a09 to the handler 2019-10-07 13:32:48.485 15020 INFO oslo_db.sqlalchemy.provision [req-0a50899d-b813-4423-9d96-a86564d8bc44 - - - - -] CREATE BACKEND sqlite:// TOKEN zdvxyqcucn 2019-10-07 13:32:48.425 15006 INFO octavia.common.config [req-6760706a-a206-4307-9d13-f92e54acbb12 - - - - -] Logging enabled! 2019-10-07 13:32:48.427 15006 INFO octavia.common.config [req-6760706a-a206-4307-9d13-f92e54acbb12 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:48.449 15006 WARNING octavia.api.root_controller [req-6760706a-a206-4307-9d13-f92e54acbb12 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:48.458 15006 INFO octavia.api.v1.controllers.load_balancer [req-f70149f1-2d4c-4672-9e91-03d158d1cc05 - - - - -] Sending created Load Balancer aac672f6-e190-4ba6-8a12-8cbe9690cf0e to the handler 2019-10-07 13:32:48.488 15006 INFO octavia.api.v1.controllers.listener [req-f4f40d51-89d1-4a97-ba9e-a836c037179b - - - - -] Sending Creation of Listener d5206bba-f9fd-448d-9e6b-99b454d4302a to handler 2019-10-07 13:32:48.505 15024 INFO octavia.api.v1.controllers.listener [req-e5524374-2033-44b2-8117-8c391a7bc2e3 - - - - -] Sending Creation of Listener 7ad00827-6f74-46ee-a367-d2dd3a6b3729 to handler 2019-10-07 13:32:48.514 15012 WARNING octavia.api.root_controller [req-caf8d9eb-af62-4704-a91a-ee7b2a84b2a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:48.528 15012 INFO octavia.api.v1.controllers.load_balancer [req-eb5a8275-5afe-475e-861e-f96469db8743 - - - - -] Sending created Load Balancer 3d3d91a3-27c0-46e0-a519-084ac0530ced to the handler 2019-10-07 13:32:48.545 15006 INFO octavia.api.v1.controllers.pool [req-f57401fa-ad2e-455a-9d45-352a8a0ea04f - - - - -] Sending Creation of Pool 9dea8de4-e327-44f5-a213-8da11794f2f8 to handler 2019-10-07 13:32:48.562 15012 INFO octavia.api.v1.controllers.listener [req-3cc33e4e-56b9-4b7c-9259-1d51ab88e99f - - - - -] Sending Creation of Listener bbda0886-7986-4048-9fb5-a46c8d47ebdd to handler 2019-10-07 13:32:48.569 15020 INFO octavia.common.config [req-0a50899d-b813-4423-9d96-a86564d8bc44 - - - - -] Logging enabled! 2019-10-07 13:32:48.572 15020 INFO octavia.common.config [req-0a50899d-b813-4423-9d96-a86564d8bc44 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:48.592 15020 WARNING octavia.api.root_controller [req-0a50899d-b813-4423-9d96-a86564d8bc44 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:48.601 15020 INFO octavia.api.v1.controllers.load_balancer [req-0354c85f-66ae-43e3-8e39-b70cb73c0a52 - - - - -] Sending created Load Balancer 22b2fea7-788c-42ef-9d51-07f0128132db to the handler 2019-10-07 13:32:48.590 15024 INFO octavia.api.v1.controllers.pool [req-eb67f599-ac77-420c-8c83-8ad0b28a867a - - - - -] Sending Creation of Pool 8761b271-0b05-4b7f-b13b-b219dbc6e751 to handler 2019-10-07 13:32:48.627 15012 INFO octavia.api.v1.controllers.pool [req-ea3ab172-fee5-4e3d-bbdd-6c9833b1a334 - - - - -] Sending Creation of Pool b53bc53c-3f8b-4e8d-9b9d-696f527e9dd2 to handler 2019-10-07 13:32:48.645 15020 INFO octavia.api.v1.controllers.listener [req-3fd70483-b744-4733-abd9-83ddebf1d576 - - - - -] Sending Creation of Listener 0ad64172-3a14-4a0a-a154-e3e24fae5595 to handler 2019-10-07 13:32:48.639 15006 INFO octavia.api.v1.controllers.l7policy [req-25f822f7-cc42-4b93-aa1c-70a61f8a0414 - - - - -] Sending Creation of L7Policy a03c0d94-fbc6-4db8-ace6-2932b13201cb to handler 2019-10-07 13:32:48.688 15024 INFO octavia.api.v1.controllers.member [req-fb2fcd6c-2440-4fd8-866e-278c181e8d6a - - - - -] Sending Creation of Member 1c7cbf26-7b20-446e-bc7b-d8ee7c3d08b2 to handler 2019-10-07 13:32:48.701 15006 INFO oslo_db.sqlalchemy.provision [req-9b3ce836-57e1-48f3-b7f7-b46ebb0a709a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:48.703 15006 INFO oslo_db.sqlalchemy.provision [req-9b3ce836-57e1-48f3-b7f7-b46ebb0a709a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iatndwfnrv 2019-10-07 13:32:48.703 15006 INFO oslo_db.sqlalchemy.provision [req-9b3ce836-57e1-48f3-b7f7-b46ebb0a709a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_with_bad_handler [0.354616s] ... ok 2019-10-07 13:32:48.706 15006 INFO oslo_db.sqlalchemy.provision [req-9b3ce836-57e1-48f3-b7f7-b46ebb0a709a - - - - -] CREATE BACKEND sqlite:// TOKEN mzwribhbzi 2019-10-07 13:32:48.714 15020 INFO octavia.api.v1.controllers.pool [req-8a807545-2d79-41a2-84bc-9cba3160056b - - - - -] Sending Creation of Pool d03b8c3a-163c-4ca4-9416-24b67833caaf to handler 2019-10-07 13:32:48.723 15012 INFO octavia.api.v1.controllers.pool [req-6c38f1e7-1669-4a81-94e8-80e2d1912e5b - - - - -] Sending Creation of Pool fd402202-2f90-4748-9e5d-92a34d14a18f to handler 2019-10-07 13:32:48.758 15024 INFO octavia.api.v1.controllers.member [req-933068de-5694-4818-bf20-38727cac31d4 - - - - -] Sending Creation of Member 624360f6-6b1b-4521-b07f-d37a1fc89037 to handler 2019-10-07 13:32:48.783 15006 INFO octavia.common.config [req-9b3ce836-57e1-48f3-b7f7-b46ebb0a709a - - - - -] Logging enabled! 2019-10-07 13:32:48.785 15006 INFO octavia.common.config [req-9b3ce836-57e1-48f3-b7f7-b46ebb0a709a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:48.814 15012 INFO octavia.api.v1.controllers.health_monitor [req-83061cd9-f377-4e0c-8be4-aa07df8dafcb - - - - -] Sending Creation of Health Monitor for Pool b53bc53c-3f8b-4e8d-9b9d-696f527e9dd2 to handler 2019-10-07 13:32:48.816 15020 INFO octavia.api.v1.controllers.pool [req-841c0619-bdcf-444b-ae67-022806b49ee6 - - - - -] Sending Creation of Pool 2fe34a29-201c-4fc3-9300-9c9106d4bcc0 to handler 2019-10-07 13:32:48.808 15006 WARNING octavia.api.root_controller [req-9b3ce836-57e1-48f3-b7f7-b46ebb0a709a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:48.817 15006 INFO octavia.api.v1.controllers.load_balancer [req-689c5009-0361-4726-a147-cea47e7acc95 - - - - -] Sending created Load Balancer 94907ad0-4a2d-4363-917f-af0cc90e8003 to the handler 2019-10-07 13:32:48.841 15024 INFO octavia.api.v1.controllers.member [req-02190a02-d4e4-4d2f-8f50-a2d08299ba7b - - - - -] Sending Creation of Member 08beea1c-4a3e-478e-9163-83ed95366373 to handler 2019-10-07 13:32:48.857 15006 INFO octavia.api.v1.controllers.listener [req-a9a50c96-2051-4607-bd9c-bcbf76661fdc - - - - -] Sending Creation of Listener 57a4df20-1868-4d90-acc4-50a705bf941d to handler 2019-10-07 13:32:48.929 15024 INFO octavia.api.v1.controllers.member [req-2287c2bb-7f0e-46c5-a422-73315c66580e - - - - -] Sending Creation of Member 3c3d044b-bb74-4da8-8536-6a4a17fd1d28 to handler 2019-10-07 13:32:48.916 15020 INFO octavia.api.v1.controllers.health_monitor [req-db09419c-23b9-4b56-af9f-482a315c5273 - - - - -] Sending Creation of Health Monitor for Pool d03b8c3a-163c-4ca4-9416-24b67833caaf to handler 2019-10-07 13:32:48.913 15006 INFO octavia.api.v1.controllers.pool [req-ea2da6c1-02fd-4d7b-9cd0-6ec95d4e228a - - - - -] Sending Creation of Pool 6c3ac49b-57fc-4275-a79f-6be2c84731fb to handler 2019-10-07 13:32:48.955 15012 INFO oslo_db.sqlalchemy.provision [req-14af8258-d9f7-42ff-8baa-95530801bd27 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:48.957 15012 INFO oslo_db.sqlalchemy.provision [req-14af8258-d9f7-42ff-8baa-95530801bd27 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ugobnapvab 2019-10-07 13:32:48.957 15012 INFO oslo_db.sqlalchemy.provision [req-14af8258-d9f7-42ff-8baa-95530801bd27 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_sans_listener [0.560686s] ... ok 2019-10-07 13:32:48.966 15012 INFO oslo_db.sqlalchemy.provision [req-14af8258-d9f7-42ff-8baa-95530801bd27 - - - - -] CREATE BACKEND sqlite:// TOKEN paprepqlqu 2019-10-07 13:32:49.020 15020 INFO octavia.api.v1.controllers.load_balancer [req-9b19fa0c-6fe1-4afc-b581-a12fd672a251 - - - - -] Sending deleted Load Balancer 22b2fea7-788c-42ef-9d51-07f0128132db to the handler 2019-10-07 13:32:49.008 15024 INFO octavia.api.v1.controllers.member [req-26143edc-2b54-4b37-9f78-35106a68522b - - - - -] Sending Creation of Member b3c2e95f-fb7b-4a3f-a2c1-44c3dca4a4c8 to handler 2019-10-07 13:32:48.999 15006 INFO octavia.api.v1.controllers.l7policy [req-2a3c6fb5-bc34-4285-9ede-affb289ca04f - - - - -] Sending Creation of L7Policy 2a9d167a-92ed-4fc9-80d2-bac0e28f653e to handler 2019-10-07 13:32:49.016 15006 INFO oslo_db.sqlalchemy.provision [req-2a3c6fb5-bc34-4285-9ede-affb289ca04f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:49.017 15006 INFO oslo_db.sqlalchemy.provision [req-2a3c6fb5-bc34-4285-9ede-affb289ca04f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mzwribhbzi 2019-10-07 13:32:49.018 15006 INFO oslo_db.sqlalchemy.provision [req-2a3c6fb5-bc34-4285-9ede-affb289ca04f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_with_id [0.314574s] ... ok 2019-10-07 13:32:49.041 15012 INFO octavia.common.config [req-14af8258-d9f7-42ff-8baa-95530801bd27 - - - - -] Logging enabled! 2019-10-07 13:32:49.021 15006 INFO oslo_db.sqlalchemy.provision [req-2a3c6fb5-bc34-4285-9ede-affb289ca04f - - - - -] CREATE BACKEND sqlite:// TOKEN tfjvgupiyc 2019-10-07 13:32:49.044 15012 INFO octavia.common.config [req-14af8258-d9f7-42ff-8baa-95530801bd27 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:49.048 15020 INFO octavia.api.v1.controllers.health_monitor [req-59247d84-067b-4ce3-827b-31d8ec78ab08 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:49.079 15020 INFO oslo_db.sqlalchemy.provision [req-59247d84-067b-4ce3-827b-31d8ec78ab08 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:49.081 15020 INFO oslo_db.sqlalchemy.provision [req-59247d84-067b-4ce3-827b-31d8ec78ab08 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zdvxyqcucn 2019-10-07 13:32:49.081 15020 INFO oslo_db.sqlalchemy.provision [req-59247d84-067b-4ce3-827b-31d8ec78ab08 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_delete [0.599302s] ... ok 2019-10-07 13:32:49.068 15012 WARNING octavia.api.root_controller [req-14af8258-d9f7-42ff-8baa-95530801bd27 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:49.077 15012 INFO octavia.api.v1.controllers.load_balancer [req-0c6ed82a-f07a-492b-a448-d22526f4f913 - - - - -] Sending created Load Balancer 15d4f5c4-d199-464f-9cca-8276a759aeb0 to the handler 2019-10-07 13:32:49.119 15012 INFO octavia.api.v1.controllers.listener [req-1e189bf6-bcbd-49e0-807b-c0f1ea937712 - - - - -] Sending Creation of Listener c997017e-b1a7-43df-98a6-5e467b6c419c to handler 2019-10-07 13:32:49.084 15020 INFO oslo_db.sqlalchemy.provision [req-59247d84-067b-4ce3-827b-31d8ec78ab08 - - - - -] CREATE BACKEND sqlite:// TOKEN xpzwhubxvq 2019-10-07 13:32:49.142 15024 INFO oslo_db.sqlalchemy.provision [req-524d561b-cf41-46d8-bdfa-1eaea6810fdf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:49.144 15024 INFO oslo_db.sqlalchemy.provision [req-524d561b-cf41-46d8-bdfa-1eaea6810fdf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN krgvwoftsq 2019-10-07 13:32:49.144 15024 INFO oslo_db.sqlalchemy.provision [req-524d561b-cf41-46d8-bdfa-1eaea6810fdf - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_members_sorting_and_pagination [0.782637s] ... ok 2019-10-07 13:32:49.097 15006 INFO octavia.common.config [req-2a3c6fb5-bc34-4285-9ede-affb289ca04f - - - - -] Logging enabled! 2019-10-07 13:32:49.097 15006 INFO octavia.common.config [req-2a3c6fb5-bc34-4285-9ede-affb289ca04f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:49.121 15006 WARNING octavia.api.root_controller [req-2a3c6fb5-bc34-4285-9ede-affb289ca04f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:49.129 15006 INFO octavia.api.v1.controllers.load_balancer [req-544c70fd-81ae-44a9-8879-f09844582c46 - - - - -] Sending created Load Balancer cb8739c9-32b6-4049-806d-d4665cf74fa7 to the handler 2019-10-07 13:32:49.159 15006 INFO octavia.api.v1.controllers.listener [req-bd9bc4c8-9d1e-48ee-a9bf-f0a2057bc855 - - - - -] Sending Creation of Listener 75cace7b-0883-48f1-a7b5-576ab963d854 to handler 2019-10-07 13:32:49.185 15012 INFO octavia.api.v1.controllers.pool [req-5ccc7a12-22e0-4c4e-95ce-5ba96bde6a92 - - - - -] Sending Creation of Pool bea12f84-5eef-4629-8f43-f936da8281c7 to handler 2019-10-07 13:32:49.147 15024 INFO oslo_db.sqlalchemy.provision [req-524d561b-cf41-46d8-bdfa-1eaea6810fdf - - - - -] CREATE BACKEND sqlite:// TOKEN cisuldbqxg 2019-10-07 13:32:49.167 15020 INFO octavia.common.config [req-59247d84-067b-4ce3-827b-31d8ec78ab08 - - - - -] Logging enabled! 2019-10-07 13:32:49.167 15020 INFO octavia.common.config [req-59247d84-067b-4ce3-827b-31d8ec78ab08 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:49.187 15020 WARNING octavia.api.root_controller [req-59247d84-067b-4ce3-827b-31d8ec78ab08 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:49.205 15020 INFO octavia.api.v1.controllers.load_balancer [req-aa5019c0-7579-4df4-b8fa-fa4b3bfccdcc - - - - -] Sending created Load Balancer 4b8eeb8c-1cf6-4ccf-99e6-b81793a4283e to the handler 2019-10-07 13:32:49.219 15024 INFO octavia.common.config [req-524d561b-cf41-46d8-bdfa-1eaea6810fdf - - - - -] Logging enabled! 2019-10-07 13:32:49.220 15024 INFO octavia.common.config [req-524d561b-cf41-46d8-bdfa-1eaea6810fdf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:49.224 15006 INFO octavia.api.v1.controllers.pool [req-815d5a43-d9d6-4aae-a303-d6a6eeba797d - - - - -] Sending Creation of Pool a5c44298-fcce-4b67-897a-68463b751f77 to handler 2019-10-07 13:32:49.239 15020 INFO octavia.api.v1.controllers.listener [req-9991135d-8406-432e-a2fc-a40ed401faab - - - - -] Sending Creation of Listener 2f3d43d7-7d0f-43a2-b574-701a0428260e to handler 2019-10-07 13:32:49.240 15024 WARNING octavia.api.root_controller [req-524d561b-cf41-46d8-bdfa-1eaea6810fdf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:49.250 15024 INFO octavia.api.v1.controllers.load_balancer [req-569ddede-26cc-4b1c-9dad-0a87cd7af2a1 - - - - -] Sending created Load Balancer 3f97fb7f-ae22-4fc1-b5f2-32923c84f76f to the handler 2019-10-07 13:32:49.281 15024 INFO octavia.api.v1.controllers.listener [req-11a25caf-408c-4385-a6c2-0dd8d65619fe - - - - -] Sending Creation of Listener bc3a145a-e948-4d5c-88e3-2c150447166a to handler 2019-10-07 13:32:49.307 15020 INFO octavia.api.v1.controllers.pool [req-3c250ca4-d68d-4ca0-b2e5-867f7b229da4 - - - - -] Sending Creation of Pool 0be6c337-64e2-425c-99dc-de7b22d7814b to handler 2019-10-07 13:32:49.284 15012 INFO octavia.api.v1.controllers.pool [req-83e89168-095f-4cda-916d-30dedf05f9e1 - - - - -] Sending Creation of Pool 399ffd39-3cc7-42d2-8f98-50ea3e178ad9 to handler 2019-10-07 13:32:49.332 15024 INFO octavia.api.v1.controllers.pool [req-4ae5e78f-3753-4318-b32b-31eb98491fd4 - - - - -] Sending Creation of Pool 7b501c24-5f99-48f5-ae41-5b242b92fa76 to handler 2019-10-07 13:32:49.369 15012 INFO octavia.api.v1.controllers.load_balancer [req-46e7fb4c-e88b-4e99-8f8a-141c3b512ed5 - - - - -] Sending deleted Load Balancer 15d4f5c4-d199-464f-9cca-8276a759aeb0 to the handler 2019-10-07 13:32:49.407 15020 INFO octavia.api.v1.controllers.pool [req-858aedc1-946d-4afc-9ea0-4ea9249d35fa - - - - -] Sending Creation of Pool ef042eec-f116-4d26-9e3a-a929e8f2051b to handler 2019-10-07 13:32:49.408 15012 INFO octavia.api.v1.controllers.health_monitor [req-63c6d4ce-eabb-4829-b0f3-7e70c17058ee - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:49.386 15006 INFO octavia.api.v1.controllers.l7policy [req-6d01e6fc-3e69-4358-aea3-cf7dfa71c41c - - - - -] Sending Creation of L7Policy d68f957b-e44a-4c02-a4b9-e922d8b9c120 to handler 2019-10-07 13:32:49.426 15012 INFO oslo_db.sqlalchemy.provision [req-63c6d4ce-eabb-4829-b0f3-7e70c17058ee - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:49.428 15012 INFO oslo_db.sqlalchemy.provision [req-63c6d4ce-eabb-4829-b0f3-7e70c17058ee - - - - -] DROP BACKEND Engine(sqlite://) TOKEN paprepqlqu 2019-10-07 13:32:49.428 15012 INFO oslo_db.sqlalchemy.provision [req-63c6d4ce-eabb-4829-b0f3-7e70c17058ee - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_delete [0.471108s] ... ok 2019-10-07 13:32:49.426 15024 INFO octavia.api.v1.controllers.pool [req-cee2c7ad-072f-4069-b09d-a46df200b88e - - - - -] Sending Creation of Pool ebf924c9-a11f-4b43-a0a7-39f5c7b6e682 to handler 2019-10-07 13:32:49.437 15012 INFO oslo_db.sqlalchemy.provision [req-63c6d4ce-eabb-4829-b0f3-7e70c17058ee - - - - -] CREATE BACKEND sqlite:// TOKEN kddsktmeos 2019-10-07 13:32:49.443 15006 INFO octavia.api.v1.controllers.load_balancer [req-0858c9b6-e2c6-4379-a1e3-e15422dc4fc0 - - - - -] Sending updated Load Balancer cb8739c9-32b6-4049-806d-d4665cf74fa7 to the handler 2019-10-07 13:32:49.478 15006 INFO octavia.api.v1.controllers.l7policy [req-6a2a8aa3-d5a4-45f8-ae9a-b91a8b85ae4a - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:49.509 15012 INFO octavia.common.config [req-63c6d4ce-eabb-4829-b0f3-7e70c17058ee - - - - -] Logging enabled! 2019-10-07 13:32:49.510 15012 INFO octavia.common.config [req-63c6d4ce-eabb-4829-b0f3-7e70c17058ee - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:49.502 15006 INFO oslo_db.sqlalchemy.provision [req-6a2a8aa3-d5a4-45f8-ae9a-b91a8b85ae4a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:49.504 15006 INFO oslo_db.sqlalchemy.provision [req-6a2a8aa3-d5a4-45f8-ae9a-b91a8b85ae4a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tfjvgupiyc 2019-10-07 13:32:49.504 15006 INFO oslo_db.sqlalchemy.provision [req-6a2a8aa3-d5a4-45f8-ae9a-b91a8b85ae4a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete_when_lb_pending_update [0.486381s] ... ok 2019-10-07 13:32:49.510 15020 INFO octavia.api.v1.controllers.health_monitor [req-efaff2d5-3565-4454-96ce-9349344b4acb - - - - -] Sending Creation of Health Monitor for Pool 0be6c337-64e2-425c-99dc-de7b22d7814b to handler 2019-10-07 13:32:49.507 15006 INFO oslo_db.sqlalchemy.provision [req-6a2a8aa3-d5a4-45f8-ae9a-b91a8b85ae4a - - - - -] CREATE BACKEND sqlite:// TOKEN fitfpyrpju 2019-10-07 13:32:49.558 15012 WARNING octavia.api.root_controller [req-63c6d4ce-eabb-4829-b0f3-7e70c17058ee - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:49.549 15024 INFO oslo_db.sqlalchemy.provision [req-0e810847-921d-4cba-998a-c07dfbd268d3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:49.552 15024 INFO oslo_db.sqlalchemy.provision [req-0e810847-921d-4cba-998a-c07dfbd268d3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cisuldbqxg 2019-10-07 13:32:49.552 15024 INFO oslo_db.sqlalchemy.provision [req-0e810847-921d-4cba-998a-c07dfbd268d3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_create [0.408045s] ... ok 2019-10-07 13:32:49.555 15024 INFO oslo_db.sqlalchemy.provision [req-0e810847-921d-4cba-998a-c07dfbd268d3 - - - - -] CREATE BACKEND sqlite:// TOKEN uoyqbgxfsl 2019-10-07 13:32:49.586 15020 INFO octavia.api.v1.controllers.load_balancer [req-2e753029-1845-4704-a076-b8c9a5048653 - - - - -] Sending updated Load Balancer 4b8eeb8c-1cf6-4ccf-99e6-b81793a4283e to the handler 2019-10-07 13:32:49.580 15012 INFO octavia.api.v1.controllers.load_balancer [req-814583e8-0833-4286-8551-0b9d43c35d36 - - - - -] Sending created Load Balancer 2c68bc4e-a1f2-493b-bad0-c088e0536a84 to the handler 2019-10-07 13:32:49.640 15020 INFO octavia.api.v1.controllers.health_monitor [req-fc389be2-721b-4111-9b7a-f3524a3b3811 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:49.666 15020 INFO oslo_db.sqlalchemy.provision [req-fc389be2-721b-4111-9b7a-f3524a3b3811 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:49.668 15020 INFO oslo_db.sqlalchemy.provision [req-fc389be2-721b-4111-9b7a-f3524a3b3811 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xpzwhubxvq 2019-10-07 13:32:49.668 15020 INFO oslo_db.sqlalchemy.provision [req-fc389be2-721b-4111-9b7a-f3524a3b3811 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_update [0.586574s] ... ok 2019-10-07 13:32:49.625 15024 INFO octavia.common.config [req-0e810847-921d-4cba-998a-c07dfbd268d3 - - - - -] Logging enabled! 2019-10-07 13:32:49.625 15024 INFO octavia.common.config [req-0e810847-921d-4cba-998a-c07dfbd268d3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:49.590 15006 INFO octavia.common.config [req-6a2a8aa3-d5a4-45f8-ae9a-b91a8b85ae4a - - - - -] Logging enabled! 2019-10-07 13:32:49.591 15006 INFO octavia.common.config [req-6a2a8aa3-d5a4-45f8-ae9a-b91a8b85ae4a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:49.614 15006 WARNING octavia.api.root_controller [req-6a2a8aa3-d5a4-45f8-ae9a-b91a8b85ae4a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:49.623 15006 INFO octavia.api.v1.controllers.load_balancer [req-c4a4068f-1c86-483f-b42f-c56119c36273 - - - - -] Sending created Load Balancer 2ded8a17-14ee-4a34-a14e-511b788313bb to the handler 2019-10-07 13:32:49.656 15006 INFO octavia.api.v1.controllers.listener [req-277fa72f-2956-4f74-8ceb-8a3454f19ec9 - - - - -] Sending Creation of Listener fa39c61f-d1d7-41d5-82f9-70e2f64bc459 to handler 2019-10-07 13:32:49.652 15012 INFO octavia.api.v1.controllers.listener [req-14b0ec3d-5e53-402f-975e-608f72ea883a - - - - -] Sending Creation of Listener 7996715c-159c-4bc4-9aef-d9e1ebb03a16 to handler 2019-10-07 13:32:49.677 15020 INFO oslo_db.sqlalchemy.provision [req-fc389be2-721b-4111-9b7a-f3524a3b3811 - - - - -] CREATE BACKEND sqlite:// TOKEN lvssjbrymr 2019-10-07 13:32:49.717 15006 INFO octavia.api.v1.controllers.pool [req-bac1e5d0-fa80-4789-a05a-d48603dd5cdf - - - - -] Sending Creation of Pool fa10b75d-c62e-4e3d-b578-96bbf2c74c23 to handler 2019-10-07 13:32:49.722 15024 WARNING octavia.api.root_controller [req-0e810847-921d-4cba-998a-c07dfbd268d3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:49.731 15024 INFO octavia.api.v1.controllers.load_balancer [req-492b8f6b-b85b-4041-a8d2-e5fe12171b41 - - - - -] Sending created Load Balancer 353f5041-50db-4815-bff4-8fb79556f6c8 to the handler 2019-10-07 13:32:49.745 15020 INFO octavia.common.config [req-fc389be2-721b-4111-9b7a-f3524a3b3811 - - - - -] Logging enabled! 2019-10-07 13:32:49.746 15020 INFO octavia.common.config [req-fc389be2-721b-4111-9b7a-f3524a3b3811 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:49.751 15012 INFO octavia.api.v1.controllers.pool [req-c5d43f22-c686-4e84-8b29-e66f82e0d3ba - - - - -] Sending Creation of Pool 9ee18c7a-3b36-40ea-8cca-f41abda1af45 to handler 2019-10-07 13:32:49.764 15024 INFO octavia.api.v1.controllers.listener [req-071b3bbf-229c-4451-b26f-7d1865458f2a - - - - -] Sending Creation of Listener be524657-3757-40aa-89be-965c75e97147 to handler 2019-10-07 13:32:49.769 15020 WARNING octavia.api.root_controller [req-fc389be2-721b-4111-9b7a-f3524a3b3811 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:49.778 15020 INFO octavia.api.v1.controllers.load_balancer [req-4a03512e-9ee9-4700-96f0-e8688e0e14e5 - - - - -] Sending created Load Balancer 7e45917d-40ac-42d2-869e-97baf51b6a4f to the handler 2019-10-07 13:32:49.818 15024 INFO octavia.api.v1.controllers.pool [req-6eb67fd3-0af8-47fb-8a24-7a62b0b9822e - - - - -] Sending Creation of Pool d54e84eb-4821-428a-accd-a673c0813386 to handler 2019-10-07 13:32:49.826 15006 INFO octavia.api.v1.controllers.l7policy [req-f23e16a8-d2a5-4dd4-a018-2011276787c3 - - - - -] Sending Creation of L7Policy d7cca3fd-af48-49e8-919a-e53d272ee54e to handler 2019-10-07 13:32:49.815 15020 INFO octavia.api.v1.controllers.listener [req-5e73ec85-73ea-49f6-b6b9-2ef45ec5cb37 - - - - -] Sending Creation of Listener a2eadea0-1ef3-47a9-8bb6-0f5a8cec4a53 to handler 2019-10-07 13:32:49.873 15006 INFO oslo_db.sqlalchemy.provision [req-a569077c-26ca-4915-aa68-c1437029eba7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:49.874 15006 INFO oslo_db.sqlalchemy.provision [req-a569077c-26ca-4915-aa68-c1437029eba7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fitfpyrpju 2019-10-07 13:32:49.875 15006 INFO oslo_db.sqlalchemy.provision [req-a569077c-26ca-4915-aa68-c1437029eba7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_get [0.370314s] ... ok 2019-10-07 13:32:49.865 15020 INFO octavia.api.v1.controllers.pool [req-cce3edfd-4bf6-4df5-abbd-e87e26d929a7 - - - - -] Sending Creation of Pool 7eb966c3-9290-4914-a7d3-69cd034b5778 to handler 2019-10-07 13:32:49.877 15006 INFO oslo_db.sqlalchemy.provision [req-a569077c-26ca-4915-aa68-c1437029eba7 - - - - -] CREATE BACKEND sqlite:// TOKEN olqeguiyds 2019-10-07 13:32:49.908 15024 INFO octavia.api.v1.controllers.pool [req-492dc200-f545-45a3-97f3-0567d78f18c9 - - - - -] Sending Creation of Pool d9875277-a53a-4b88-9f5f-8a3d2369014a to handler 2019-10-07 13:32:49.915 15012 INFO octavia.api.v1.controllers.pool [req-27c8887e-59a5-44d9-a714-6331bb3b0845 - - - - -] Sending Creation of Pool 5acca606-7a67-41f3-974d-04f997ee85c7 to handler 2019-10-07 13:32:49.934 15020 INFO oslo_db.sqlalchemy.provision [req-d601d4ee-0241-4694-ac09-1b5bd66cce2f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:49.935 15020 INFO oslo_db.sqlalchemy.provision [req-d601d4ee-0241-4694-ac09-1b5bd66cce2f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lvssjbrymr 2019-10-07 13:32:49.936 15020 INFO oslo_db.sqlalchemy.provision [req-d601d4ee-0241-4694-ac09-1b5bd66cce2f - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_create [0.267309s] ... ok 2019-10-07 13:32:49.938 15020 INFO oslo_db.sqlalchemy.provision [req-d601d4ee-0241-4694-ac09-1b5bd66cce2f - - - - -] CREATE BACKEND sqlite:// TOKEN jjluxkgbsy 2019-10-07 13:32:49.953 15006 INFO octavia.common.config [req-a569077c-26ca-4915-aa68-c1437029eba7 - - - - -] Logging enabled! 2019-10-07 13:32:49.953 15006 INFO octavia.common.config [req-a569077c-26ca-4915-aa68-c1437029eba7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:49.977 15006 WARNING octavia.api.root_controller [req-a569077c-26ca-4915-aa68-c1437029eba7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:49.988 15006 INFO octavia.api.v1.controllers.load_balancer [req-cd90a530-f124-4719-b14e-73eccd383cbf - - - - -] Sending created Load Balancer bb96a1d4-ecb0-41d8-8d26-137b02ee2320 to the handler 2019-10-07 13:32:50.031 15020 INFO octavia.common.config [req-d601d4ee-0241-4694-ac09-1b5bd66cce2f - - - - -] Logging enabled! 2019-10-07 13:32:50.031 15020 INFO octavia.common.config [req-d601d4ee-0241-4694-ac09-1b5bd66cce2f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:50.020 15006 INFO octavia.api.v1.controllers.listener [req-7c5b6112-c595-4c45-82e8-99aa5ab757fb - - - - -] Sending Creation of Listener df1fdca4-2bb4-4f5a-a680-b5604fd68042 to handler 2019-10-07 13:32:50.034 15024 INFO octavia.api.v1.controllers.health_monitor [req-2ed90330-321c-4faa-90d3-9bd47bd9f584 - - - - -] Sending Creation of Health Monitor for Pool d9875277-a53a-4b88-9f5f-8a3d2369014a to handler 2019-10-07 13:32:50.102 15024 INFO oslo_db.sqlalchemy.provision [req-924e7d8a-d0d2-4f8c-a05c-3d937a57c055 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:50.104 15024 INFO oslo_db.sqlalchemy.provision [req-924e7d8a-d0d2-4f8c-a05c-3d937a57c055 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uoyqbgxfsl 2019-10-07 13:32:50.104 15024 INFO oslo_db.sqlalchemy.provision [req-924e7d8a-d0d2-4f8c-a05c-3d937a57c055 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_with_bad_handler [0.551872s] ... ok 2019-10-07 13:32:50.064 15020 WARNING octavia.api.root_controller [req-d601d4ee-0241-4694-ac09-1b5bd66cce2f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:50.078 15020 INFO octavia.api.v1.controllers.load_balancer [req-8c9966fc-4c7b-4888-ab19-6e9496dce283 - - - - -] Sending created Load Balancer bfeb71da-14ab-408a-ab62-00cf28089dc6 to the handler 2019-10-07 13:32:50.074 15006 INFO octavia.api.v1.controllers.pool [req-7f8a9707-052a-456a-8a32-a971932d85a0 - - - - -] Sending Creation of Pool 74c92a8e-0af7-435a-a41d-2d6cb2e48fa9 to handler 2019-10-07 13:32:50.077 15012 INFO octavia.api.v1.controllers.health_monitor [req-f942525d-2c52-4f83-ab52-c8a53fc7a1ff - - - - -] Sending Creation of Health Monitor for Pool 9ee18c7a-3b36-40ea-8cca-f41abda1af45 to handler 2019-10-07 13:32:50.107 15024 INFO oslo_db.sqlalchemy.provision [req-924e7d8a-d0d2-4f8c-a05c-3d937a57c055 - - - - -] CREATE BACKEND sqlite:// TOKEN sawmludjko 2019-10-07 13:32:50.115 15020 INFO octavia.api.v1.controllers.listener [req-2d2e24e4-6a76-4e79-8916-b18380a5423a - - - - -] Sending Creation of Listener 141a0b64-6d1b-46be-8b40-0a2b30908439 to handler 2019-10-07 13:32:50.179 15024 INFO octavia.common.config [req-924e7d8a-d0d2-4f8c-a05c-3d937a57c055 - - - - -] Logging enabled! 2019-10-07 13:32:50.179 15024 INFO octavia.common.config [req-924e7d8a-d0d2-4f8c-a05c-3d937a57c055 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:50.172 15006 INFO octavia.api.v1.controllers.l7policy [req-cb0801e3-d67f-4a01-8b38-fe65a91fd545 - - - - -] Sending Creation of L7Policy 2d2ad3ae-cbe6-4309-82c2-9a4e7cc1628f to handler 2019-10-07 13:32:50.193 15012 INFO oslo_db.sqlalchemy.provision [req-6ec54421-f6af-4fa9-9091-70c8f6b1bb83 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:50.198 15012 INFO oslo_db.sqlalchemy.provision [req-6ec54421-f6af-4fa9-9091-70c8f6b1bb83 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kddsktmeos 2019-10-07 13:32:50.200 15012 INFO oslo_db.sqlalchemy.provision [req-6ec54421-f6af-4fa9-9091-70c8f6b1bb83 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:32:50.180 15020 INFO octavia.api.v1.controllers.pool [req-4feba1e4-3d11-4eec-beb4-3c95be99b225 - - - - -] Sending Creation of Pool e0143f2a-c3fb-4b99-8eb3-813c37086b7e to handler 2019-10-07 13:32:50.200 15024 WARNING octavia.api.root_controller [req-924e7d8a-d0d2-4f8c-a05c-3d937a57c055 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:50.210 15024 INFO octavia.api.v1.controllers.load_balancer [req-477504eb-199c-421b-b3bb-968fcef839c1 - - - - -] Sending created Load Balancer 283c4a18-89dc-4ecc-87e7-d5f704683515 to the handler {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_get [0.775196s] ... ok 2019-10-07 13:32:50.208 15012 INFO oslo_db.sqlalchemy.provision [req-6ec54421-f6af-4fa9-9091-70c8f6b1bb83 - - - - -] CREATE BACKEND sqlite:// TOKEN wtdsdptwcg 2019-10-07 13:32:50.243 15024 INFO octavia.api.v1.controllers.listener [req-48474ced-9f76-4d2c-9c77-7a80efc7cc18 - - - - -] Sending Creation of Listener a2fea852-1f30-453e-a852-aecae2813c08 to handler 2019-10-07 13:32:50.278 15006 INFO octavia.api.v1.controllers.l7policy [req-e8582580-022a-41ec-8522-40f650af1b67 - - - - -] Sending Creation of L7Policy 939dd1f3-5828-45b8-acef-eee30a697f93 to handler 2019-10-07 13:32:50.263 15020 INFO oslo_db.sqlalchemy.provision [req-5ec0d63b-4715-4528-b1a7-4fdddc3249e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:50.265 15020 INFO oslo_db.sqlalchemy.provision [req-5ec0d63b-4715-4528-b1a7-4fdddc3249e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jjluxkgbsy 2019-10-07 13:32:50.265 15020 INFO oslo_db.sqlalchemy.provision [req-5ec0d63b-4715-4528-b1a7-4fdddc3249e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_create_redirect_to_url [0.329386s] ... ok 2019-10-07 13:32:50.268 15020 INFO oslo_db.sqlalchemy.provision [req-5ec0d63b-4715-4528-b1a7-4fdddc3249e2 - - - - -] CREATE BACKEND sqlite:// TOKEN unbbcdmfqr 2019-10-07 13:32:50.297 15024 INFO octavia.api.v1.controllers.pool [req-1d903320-7314-4f9b-8fea-afc80593c21f - - - - -] Sending Creation of Pool 8ee56371-52ec-4734-af9b-4a7c3420ee06 to handler 2019-10-07 13:32:50.306 15012 INFO octavia.common.config [req-6ec54421-f6af-4fa9-9091-70c8f6b1bb83 - - - - -] Logging enabled! 2019-10-07 13:32:50.308 15012 INFO octavia.common.config [req-6ec54421-f6af-4fa9-9091-70c8f6b1bb83 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:50.373 15006 INFO octavia.api.v1.controllers.l7policy [req-a3e922fa-ebdb-4bdb-ae58-6c2376b44056 - - - - -] Sending Creation of L7Policy d76aa236-90d0-4089-9809-86ebae3203c8 to handler 2019-10-07 13:32:50.358 15020 INFO octavia.common.config [req-5ec0d63b-4715-4528-b1a7-4fdddc3249e2 - - - - -] Logging enabled! 2019-10-07 13:32:50.360 15020 INFO octavia.common.config [req-5ec0d63b-4715-4528-b1a7-4fdddc3249e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:50.339 15012 WARNING octavia.api.root_controller [req-6ec54421-f6af-4fa9-9091-70c8f6b1bb83 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:50.355 15012 INFO octavia.api.v1.controllers.load_balancer [req-af96baa8-965f-4093-8ed6-e3a2ca8c550b - - - - -] Sending created Load Balancer 0d10a728-c5a2-4a6d-a4fd-1ca8b7f0281a to the handler 2019-10-07 13:32:50.395 15024 INFO octavia.api.v1.controllers.pool [req-28d81fc1-d8e6-496a-85d9-4caf089d5432 - - - - -] Sending Creation of Pool 46098e3b-3fd7-49c3-b8c0-a11193831558 to handler 2019-10-07 13:32:50.404 15012 INFO octavia.api.v1.controllers.listener [req-6f7af048-1841-4c2c-a6ea-d505ac136aa4 - - - - -] Sending Creation of Listener 80d6127b-cfc1-46b4-be73-15d917468680 to handler 2019-10-07 13:32:50.457 15020 WARNING octavia.api.root_controller [req-5ec0d63b-4715-4528-b1a7-4fdddc3249e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:50.450 15006 INFO oslo_db.sqlalchemy.provision [req-98f92cfc-4152-4449-b3aa-57f525c3ef9e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:50.452 15006 INFO oslo_db.sqlalchemy.provision [req-98f92cfc-4152-4449-b3aa-57f525c3ef9e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN olqeguiyds 2019-10-07 13:32:50.452 15006 INFO oslo_db.sqlalchemy.provision [req-98f92cfc-4152-4449-b3aa-57f525c3ef9e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_get_all [0.577367s] ... ok 2019-10-07 13:32:50.472 15020 INFO octavia.api.v1.controllers.load_balancer [req-a81a2113-7a87-44cc-b1c3-3d191750277b - - - - -] Sending created Load Balancer b3e47c8d-9706-46db-9f9f-e49626bbb10a to the handler 2019-10-07 13:32:50.455 15006 INFO oslo_db.sqlalchemy.provision [req-98f92cfc-4152-4449-b3aa-57f525c3ef9e - - - - -] CREATE BACKEND sqlite:// TOKEN klrdxefmnv 2019-10-07 13:32:50.473 15012 INFO octavia.api.v1.controllers.pool [req-a1adf793-5f25-4e81-b070-28971e830b53 - - - - -] Sending Creation of Pool dada97a8-7258-4f46-9bb3-12b65d816cc4 to handler 2019-10-07 13:32:50.496 15024 INFO octavia.api.v1.controllers.health_monitor [req-3d63ffe5-367c-4be3-8752-f37453453c48 - - - - -] Sending Creation of Health Monitor for Pool 46098e3b-3fd7-49c3-b8c0-a11193831558 to handler 2019-10-07 13:32:50.519 15020 INFO octavia.api.v1.controllers.listener [req-548ce087-5d42-411a-9580-03b0d7100d40 - - - - -] Sending Creation of Listener 81cfd5a7-20de-493a-8f1c-2fe892be217f to handler 2019-10-07 13:32:50.533 15006 INFO octavia.common.config [req-98f92cfc-4152-4449-b3aa-57f525c3ef9e - - - - -] Logging enabled! 2019-10-07 13:32:50.534 15006 INFO octavia.common.config [req-98f92cfc-4152-4449-b3aa-57f525c3ef9e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:50.557 15006 WARNING octavia.api.root_controller [req-98f92cfc-4152-4449-b3aa-57f525c3ef9e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:50.567 15006 INFO octavia.api.v1.controllers.load_balancer [req-e9f513a3-1b23-4178-8785-49e619e36613 - - - - -] Sending created Load Balancer 9852aa4d-d2d5-4db7-a727-06d536f4bacf to the handler 2019-10-07 13:32:50.578 15020 INFO octavia.api.v1.controllers.pool [req-1007a8e2-3979-497d-b1d3-683fa61cd28e - - - - -] Sending Creation of Pool 730f7140-67c2-49ec-ab40-e98f0839e925 to handler 2019-10-07 13:32:50.604 15012 INFO octavia.api.v1.controllers.l7policy [req-94f41857-b1d9-4acc-b344-edd213c5db31 - - - - -] Sending Creation of L7Policy 4f9998e9-ef2b-4c32-853f-edd0203ddfe3 to handler 2019-10-07 13:32:50.605 15006 INFO octavia.api.v1.controllers.listener [req-a927e40d-77ab-41ea-97ee-8e0aa5ee6eb5 - - - - -] Sending Creation of Listener ab56721c-8ca9-410f-9986-f54b569f1a09 to handler 2019-10-07 13:32:50.656 15020 ERROR octavia.api.v1.controllers.base [req-9280105f-bcb0-4bcf-a538-9d56c04b0aa4 - - - - -] L7 Policy feb32658-0316-4fa9-814b-ad0d6741cd63 not found: None 2019-10-07 13:32:50.656 15020 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:32:50.656 15020 ERROR octavia.api.v1.controllers.base 2019-10-07 13:32:50.661 15012 INFO oslo_db.sqlalchemy.provision [req-bb051792-688f-4377-9ab6-86bc069e99d3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:50.663 15012 INFO oslo_db.sqlalchemy.provision [req-bb051792-688f-4377-9ab6-86bc069e99d3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wtdsdptwcg 2019-10-07 13:32:50.663 15012 INFO oslo_db.sqlalchemy.provision [req-bb051792-688f-4377-9ab6-86bc069e99d3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_update_redirect_to_url [0.459347s] ... ok 2019-10-07 13:32:50.659 15006 INFO octavia.api.v1.controllers.pool [req-594ff26c-f34c-4fe1-ab67-509c487275fe - - - - -] Sending Creation of Pool 09c87c51-d69c-4b76-9b33-a1757598a288 to handler 2019-10-07 13:32:50.673 15020 INFO oslo_db.sqlalchemy.provision [req-9280105f-bcb0-4bcf-a538-9d56c04b0aa4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:50.674 15020 INFO oslo_db.sqlalchemy.provision [req-9280105f-bcb0-4bcf-a538-9d56c04b0aa4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN unbbcdmfqr 2019-10-07 13:32:50.674 15020 INFO oslo_db.sqlalchemy.provision [req-9280105f-bcb0-4bcf-a538-9d56c04b0aa4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_delete [0.409222s] ... ok 2019-10-07 13:32:50.677 15020 INFO oslo_db.sqlalchemy.provision [req-9280105f-bcb0-4bcf-a538-9d56c04b0aa4 - - - - -] CREATE BACKEND sqlite:// TOKEN fprgjlslsx 2019-10-07 13:32:50.677 15024 INFO oslo_db.sqlalchemy.provision [req-9f152a92-6d40-42c9-8e4d-d02a479d666e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:50.679 15024 INFO oslo_db.sqlalchemy.provision [req-9f152a92-6d40-42c9-8e4d-d02a479d666e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sawmludjko 2019-10-07 13:32:50.680 15024 INFO oslo_db.sqlalchemy.provision [req-9f152a92-6d40-42c9-8e4d-d02a479d666e - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_with_listener [0.575867s] ... ok 2019-10-07 13:32:50.667 15012 INFO oslo_db.sqlalchemy.provision [req-bb051792-688f-4377-9ab6-86bc069e99d3 - - - - -] CREATE BACKEND sqlite:// TOKEN pjarjtnudh 2019-10-07 13:32:50.685 15024 INFO oslo_db.sqlalchemy.provision [req-9f152a92-6d40-42c9-8e4d-d02a479d666e - - - - -] CREATE BACKEND sqlite:// TOKEN hsastmvmkq 2019-10-07 13:32:50.751 15006 INFO octavia.api.v1.controllers.l7policy [req-1080d5e4-0bba-4d87-9e2c-d79fe543fa7c - - - - -] Sending Creation of L7Policy 8121f231-68be-4899-83a7-86c03fdd7cff to handler 2019-10-07 13:32:50.767 15012 INFO octavia.common.config [req-bb051792-688f-4377-9ab6-86bc069e99d3 - - - - -] Logging enabled! 2019-10-07 13:32:50.767 15012 INFO octavia.common.config [req-bb051792-688f-4377-9ab6-86bc069e99d3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:50.768 15020 INFO octavia.common.config [req-9280105f-bcb0-4bcf-a538-9d56c04b0aa4 - - - - -] Logging enabled! 2019-10-07 13:32:50.768 15020 INFO octavia.common.config [req-9280105f-bcb0-4bcf-a538-9d56c04b0aa4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:50.796 15012 WARNING octavia.api.root_controller [req-bb051792-688f-4377-9ab6-86bc069e99d3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:50.803 15020 WARNING octavia.api.root_controller [req-9280105f-bcb0-4bcf-a538-9d56c04b0aa4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:50.812 15020 INFO octavia.api.v1.controllers.load_balancer [req-165a83a0-38a3-4685-a01b-8bb1b1d0bee2 - - - - -] Sending created Load Balancer 541b1432-3b96-40d5-85d6-1e01277b458c to the handler 2019-10-07 13:32:50.806 15024 INFO octavia.common.config [req-9f152a92-6d40-42c9-8e4d-d02a479d666e - - - - -] Logging enabled! 2019-10-07 13:32:50.807 15024 INFO octavia.common.config [req-9f152a92-6d40-42c9-8e4d-d02a479d666e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:50.815 15006 INFO octavia.api.v1.controllers.l7policy [req-1fcdaa72-9f8a-4925-912d-e3a326af72c8 - - - - -] Sending Update of L7Policy 8121f231-68be-4899-83a7-86c03fdd7cff to handler 2019-10-07 13:32:50.855 15020 INFO octavia.api.v1.controllers.listener [req-8f82805e-8afc-4704-b863-266876548313 - - - - -] Sending Creation of Listener 3ffe146b-1460-41b7-97a3-eed726749987 to handler 2019-10-07 13:32:50.845 15024 WARNING octavia.api.root_controller [req-9f152a92-6d40-42c9-8e4d-d02a479d666e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:50.859 15024 INFO octavia.api.v1.controllers.load_balancer [req-7fc79e82-7a9f-4440-85ac-ff4b01dd94e4 - - - - -] Sending created Load Balancer 4200475e-b673-46e1-a6ba-540944a3c1be to the handler 2019-10-07 13:32:50.814 15012 INFO octavia.api.v1.controllers.load_balancer [req-78bde294-6f7d-4219-b2d4-9f155112251b - - - - -] Sending created Load Balancer 5ae8dce9-82b8-4f0c-a4ed-0ea5a8ed7942 to the handler 2019-10-07 13:32:50.852 15012 INFO octavia.api.v1.controllers.listener [req-b0a705be-409f-4728-bd41-4a3cb95c31c6 - - - - -] Sending Creation of Listener 015c2ad1-e6c2-43b5-8458-cd4fa5456e52 to handler 2019-10-07 13:32:50.918 15012 INFO octavia.api.v1.controllers.pool [req-adc2fa8b-8a57-4cbd-8e31-3b04b75cc71c - - - - -] Sending Creation of Pool 7be2d7fd-ee54-47c4-aa9e-ec1204cd1c67 to handler 2019-10-07 13:32:50.909 15024 INFO octavia.api.v1.controllers.listener [req-bbaa5c4c-e1ab-439e-a276-d8c2b6845ad9 - - - - -] Sending Creation of Listener 7553f42f-c918-4df2-9af1-d382bb034508 to handler 2019-10-07 13:32:50.926 15020 INFO octavia.api.v1.controllers.pool [req-67fa34e5-84ae-4635-8426-6255e9556dce - - - - -] Sending Creation of Pool 5b6eea34-63ed-4e36-ab2f-c6c7a4cd5ac0 to handler 2019-10-07 13:32:50.934 15006 INFO oslo_db.sqlalchemy.provision [req-e336ed77-d088-4c01-96a6-8c20b32dd63f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:50.936 15006 INFO oslo_db.sqlalchemy.provision [req-e336ed77-d088-4c01-96a6-8c20b32dd63f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN klrdxefmnv 2019-10-07 13:32:50.936 15006 INFO oslo_db.sqlalchemy.provision [req-e336ed77-d088-4c01-96a6-8c20b32dd63f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update [0.483611s] ... ok 2019-10-07 13:32:50.939 15006 INFO oslo_db.sqlalchemy.provision [req-e336ed77-d088-4c01-96a6-8c20b32dd63f - - - - -] CREATE BACKEND sqlite:// TOKEN soebokxgoc 2019-10-07 13:32:51.005 15024 INFO octavia.api.v1.controllers.pool [req-7c529f0e-eb1b-470b-9b40-0fd4006ba4d4 - - - - -] Sending Creation of Pool 59fc3b06-0a56-4f85-8f7e-6b6533fcfd22 to handler 2019-10-07 13:32:51.013 15006 INFO octavia.common.config [req-e336ed77-d088-4c01-96a6-8c20b32dd63f - - - - -] Logging enabled! 2019-10-07 13:32:51.014 15006 INFO octavia.common.config [req-e336ed77-d088-4c01-96a6-8c20b32dd63f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:51.033 15006 WARNING octavia.api.root_controller [req-e336ed77-d088-4c01-96a6-8c20b32dd63f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:51.049 15020 INFO octavia.api.v1.controllers.l7policy [req-16dfe3ee-a08e-4531-92ef-2fbf7dc13e1a - - - - -] Sending Creation of L7Policy 96c972f7-7ce3-4117-95f0-4c2c699be25f to handler 2019-10-07 13:32:51.049 15006 INFO octavia.api.v1.controllers.load_balancer [req-88d555d3-3fd3-4901-8556-b397fb3ad9d3 - - - - -] Sending created Load Balancer 4ab2ef32-8d8e-4f1a-b10a-e79a01f4bd8d to the handler 2019-10-07 13:32:51.039 15012 INFO octavia.api.v1.controllers.l7policy [req-e95ee713-f4ff-4a41-91d8-07479ca7d75f - - - - -] Sending Creation of L7Policy de71f9d9-6b79-4e32-9db4-99ef54b45f3f to handler 2019-10-07 13:32:51.085 15006 INFO octavia.api.v1.controllers.listener [req-9990f80e-a170-407c-8af3-d6c48b63f7ce - - - - -] Sending Creation of Listener 6ba91b48-6653-4826-bf0a-bc6798f1447d to handler 2019-10-07 13:32:51.139 15006 INFO octavia.api.v1.controllers.pool [req-b003c609-dc4c-4c12-9175-8742d2679fc1 - - - - -] Sending Creation of Pool 4858db06-bdbc-424d-9693-88707f92a271 to handler 2019-10-07 13:32:51.143 15024 INFO octavia.api.v1.controllers.pool [req-b366e9b5-2656-4b8b-97ff-958fc4a1d422 - - - - -] Sending Creation of Pool 18f0e74d-6ec1-49c1-b975-2085305fb8b2 to handler 2019-10-07 13:32:51.199 15020 INFO oslo_db.sqlalchemy.provision [req-483c5ce6-6993-49a9-87ac-41a4466bbb8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:51.211 15020 INFO oslo_db.sqlalchemy.provision [req-483c5ce6-6993-49a9-87ac-41a4466bbb8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fprgjlslsx 2019-10-07 13:32:51.211 15020 INFO oslo_db.sqlalchemy.provision [req-483c5ce6-6993-49a9-87ac-41a4466bbb8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_redirect_to_url [0.536869s] ... ok 2019-10-07 13:32:51.215 15020 INFO oslo_db.sqlalchemy.provision [req-483c5ce6-6993-49a9-87ac-41a4466bbb8b - - - - -] CREATE BACKEND sqlite:// TOKEN lqiraafzgw 2019-10-07 13:32:51.194 15012 INFO oslo_db.sqlalchemy.provision [req-a25a42a7-1ff7-4c14-a7e2-4d796ebc441e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:51.195 15012 INFO oslo_db.sqlalchemy.provision [req-a25a42a7-1ff7-4c14-a7e2-4d796ebc441e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pjarjtnudh 2019-10-07 13:32:51.196 15012 INFO oslo_db.sqlalchemy.provision [req-a25a42a7-1ff7-4c14-a7e2-4d796ebc441e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_redirect_to_pool [0.532217s] ... ok 2019-10-07 13:32:51.199 15012 INFO oslo_db.sqlalchemy.provision [req-a25a42a7-1ff7-4c14-a7e2-4d796ebc441e - - - - -] CREATE BACKEND sqlite:// TOKEN fpkpuvcvro 2019-10-07 13:32:51.231 15006 INFO octavia.api.v1.controllers.l7policy [req-1a6e82ca-b5d8-48a6-97d0-bb3e49f20192 - - - - -] Sending Creation of L7Policy 186fcad2-9ef3-4db6-92e2-661911d09256 to handler 2019-10-07 13:32:51.278 15012 INFO octavia.common.config [req-a25a42a7-1ff7-4c14-a7e2-4d796ebc441e - - - - -] Logging enabled! 2019-10-07 13:32:51.280 15012 INFO octavia.common.config [req-a25a42a7-1ff7-4c14-a7e2-4d796ebc441e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:51.272 15024 INFO octavia.api.v1.controllers.health_monitor [req-a53c13eb-0c0f-45e9-9e3e-6ed9869c1d6f - - - - -] Sending Creation of Health Monitor for Pool 59fc3b06-0a56-4f85-8f7e-6b6533fcfd22 to handler 2019-10-07 13:32:51.289 15024 INFO oslo_db.sqlalchemy.provision [req-a53c13eb-0c0f-45e9-9e3e-6ed9869c1d6f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:51.291 15024 INFO oslo_db.sqlalchemy.provision [req-a53c13eb-0c0f-45e9-9e3e-6ed9869c1d6f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hsastmvmkq 2019-10-07 13:32:51.291 15024 INFO oslo_db.sqlalchemy.provision [req-a53c13eb-0c0f-45e9-9e3e-6ed9869c1d6f - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_with_project_id [0.610720s] ... ok 2019-10-07 13:32:51.303 15020 INFO octavia.common.config [req-483c5ce6-6993-49a9-87ac-41a4466bbb8b - - - - -] Logging enabled! 2019-10-07 13:32:51.304 15020 INFO octavia.common.config [req-483c5ce6-6993-49a9-87ac-41a4466bbb8b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:51.295 15006 INFO octavia.api.v1.controllers.l7policy [req-acdee020-d4ce-455d-a962-7f1688fafecd - - - - -] Sending Update of L7Policy 186fcad2-9ef3-4db6-92e2-661911d09256 to handler 2019-10-07 13:32:51.320 15006 INFO oslo_db.sqlalchemy.provision [req-acdee020-d4ce-455d-a962-7f1688fafecd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:51.295 15024 INFO oslo_db.sqlalchemy.provision [req-a53c13eb-0c0f-45e9-9e3e-6ed9869c1d6f - - - - -] CREATE BACKEND sqlite:// TOKEN bcduqpmcqs 2019-10-07 13:32:51.328 15006 INFO oslo_db.sqlalchemy.provision [req-acdee020-d4ce-455d-a962-7f1688fafecd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN soebokxgoc 2019-10-07 13:32:51.328 15006 INFO oslo_db.sqlalchemy.provision [req-acdee020-d4ce-455d-a962-7f1688fafecd - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_url_minimal [0.391797s] ... ok 2019-10-07 13:32:51.334 15020 WARNING octavia.api.root_controller [req-483c5ce6-6993-49a9-87ac-41a4466bbb8b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:51.343 15020 INFO octavia.api.v1.controllers.load_balancer [req-22074ea2-bc70-40a5-b60c-0d75b25f6b95 - - - - -] Sending created Load Balancer f9a0b0f2-e074-4c45-8c54-0393c04ebca4 to the handler 2019-10-07 13:32:51.331 15006 INFO oslo_db.sqlalchemy.provision [req-acdee020-d4ce-455d-a962-7f1688fafecd - - - - -] CREATE BACKEND sqlite:// TOKEN ypqctirjfs 2019-10-07 13:32:51.305 15012 WARNING octavia.api.root_controller [req-a25a42a7-1ff7-4c14-a7e2-4d796ebc441e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:51.315 15012 INFO octavia.api.v1.controllers.load_balancer [req-9973afe0-d6cb-4ed9-a0a5-b968ec18e6f0 - - - - -] Sending created Load Balancer ea1fd764-52d9-47b2-9ad4-90bb719c76a0 to the handler 2019-10-07 13:32:51.349 15012 INFO octavia.api.v1.controllers.listener [req-cf1cd27f-9cbb-47d9-a605-19eb21788d28 - - - - -] Sending Creation of Listener d6bd54f5-a38b-4fc9-86e5-a222dc0f2d5c to handler 2019-10-07 13:32:51.394 15020 INFO octavia.api.v1.controllers.listener [req-220784f0-f00c-4c19-a860-807c90a5fc7a - - - - -] Sending Creation of Listener 94419821-1134-4aa6-add6-93f0b40349c4 to handler 2019-10-07 13:32:51.406 15012 INFO octavia.api.v1.controllers.pool [req-f9d7b299-2874-4682-905c-878ceb135ba3 - - - - -] Sending Creation of Pool 5f38c99a-8a69-4db7-82e9-5656a83a4bda to handler 2019-10-07 13:32:51.405 15006 INFO octavia.common.config [req-acdee020-d4ce-455d-a962-7f1688fafecd - - - - -] Logging enabled! 2019-10-07 13:32:51.405 15006 INFO octavia.common.config [req-acdee020-d4ce-455d-a962-7f1688fafecd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:51.425 15006 WARNING octavia.api.root_controller [req-acdee020-d4ce-455d-a962-7f1688fafecd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:51.434 15006 INFO octavia.api.v1.controllers.load_balancer [req-0a587d9a-b1fe-4b9a-9f9c-5319976d775d - - - - -] Sending created Load Balancer 149668d2-de80-44ae-b782-36e1d055bff9 to the handler 2019-10-07 13:32:51.404 15024 INFO octavia.common.config [req-a53c13eb-0c0f-45e9-9e3e-6ed9869c1d6f - - - - -] Logging enabled! 2019-10-07 13:32:51.404 15024 INFO octavia.common.config [req-a53c13eb-0c0f-45e9-9e3e-6ed9869c1d6f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:51.438 15024 WARNING octavia.api.root_controller [req-a53c13eb-0c0f-45e9-9e3e-6ed9869c1d6f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:51.449 15024 INFO octavia.api.v1.controllers.load_balancer [req-01700b4b-d569-4d68-b1aa-c3634510def5 - - - - -] Sending created Load Balancer 3018ec4f-274d-4b85-bea8-50e9222c0631 to the handler 2019-10-07 13:32:51.473 15006 INFO octavia.api.v1.controllers.listener [req-f5635a1b-d899-49c4-ab34-55ab3cfa62d3 - - - - -] Sending Creation of Listener ea0013dd-c3f3-46ad-a5fe-284c663263b8 to handler 2019-10-07 13:32:51.466 15020 INFO octavia.api.v1.controllers.pool [req-80f68bf7-712d-412c-9915-75f0af54fae5 - - - - -] Sending Creation of Pool 56a8bd3a-0fd8-4e37-814c-12f2084a5e04 to handler 2019-10-07 13:32:51.495 15024 INFO octavia.api.v1.controllers.listener [req-baebfe20-f452-4a33-9e27-fbf5acbd44a0 - - - - -] Sending Creation of Listener e0b25713-a0ef-4055-8c49-a0ddbc9b4eff to handler 2019-10-07 13:32:51.502 15012 INFO octavia.api.v1.controllers.l7policy [req-064b3c62-7316-4576-980f-cfa7a39dde67 - - - - -] Sending Creation of L7Policy 2378ad66-9861-4081-87e2-afa2930e899e to handler 2019-10-07 13:32:51.529 15006 INFO octavia.api.v1.controllers.pool [req-e4821563-dd39-4da2-afae-99608354e135 - - - - -] Sending Creation of Pool 818f9f87-31a8-45d5-9069-9506d959ac3b to handler 2019-10-07 13:32:51.571 15024 INFO octavia.api.v1.controllers.pool [req-cf4b7480-0b7b-41ee-8225-b1a35c846df9 - - - - -] Sending Creation of Pool 9edebe8d-2c99-4498-9334-847bf279f86f to handler 2019-10-07 13:32:51.587 15020 INFO octavia.api.v1.controllers.l7policy [req-d63907fe-c61f-4baa-b292-20db624eb506 - - - - -] Sending Creation of L7Policy 77d632ad-a588-4f22-be65-335c5c2d8b22 to handler 2019-10-07 13:32:51.619 15006 INFO octavia.api.v1.controllers.l7policy [req-2163efd2-2ab5-4e51-adb9-bc6b9a058579 - - - - -] Sending Creation of L7Policy dc08e09e-2eef-45fe-ad2a-9941100e41af to handler 2019-10-07 13:32:51.654 15020 INFO octavia.api.v1.controllers.load_balancer [req-e4f39c83-7282-4558-8d52-ecf869a7764e - - - - -] Sending updated Load Balancer f9a0b0f2-e074-4c45-8c54-0393c04ebca4 to the handler 2019-10-07 13:32:51.680 15006 INFO octavia.api.v1.controllers.l7policy [req-fbd90e24-b054-49cf-a25b-4a4cf56903f5 - - - - -] Sending Update of L7Policy dc08e09e-2eef-45fe-ad2a-9941100e41af to handler 2019-10-07 13:32:51.684 15024 INFO octavia.api.v1.controllers.pool [req-964963b6-d1f4-4e35-a9e2-2cdd38be05e7 - - - - -] Sending Creation of Pool 760fa8d7-a0c2-4b44-b47c-db56e046d0e3 to handler 2019-10-07 13:32:51.695 15012 INFO oslo_db.sqlalchemy.provision [req-856b7885-5092-4377-806d-81cc7271c225 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:51.697 15012 INFO oslo_db.sqlalchemy.provision [req-856b7885-5092-4377-806d-81cc7271c225 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fpkpuvcvro 2019-10-07 13:32:51.697 15012 INFO oslo_db.sqlalchemy.provision [req-856b7885-5092-4377-806d-81cc7271c225 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_reject_policy [0.500860s] ... ok 2019-10-07 13:32:51.708 15020 INFO octavia.api.v1.controllers.l7policy [req-d4455381-8160-43a2-b633-5508f5403802 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:51.737 15020 INFO oslo_db.sqlalchemy.provision [req-d4455381-8160-43a2-b633-5508f5403802 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:51.700 15012 INFO oslo_db.sqlalchemy.provision [req-856b7885-5092-4377-806d-81cc7271c225 - - - - -] CREATE BACKEND sqlite:// TOKEN lkcbcxplau 2019-10-07 13:32:51.742 15006 INFO oslo_db.sqlalchemy.provision [req-772be70d-8b2c-4f44-937c-b65a414b8a3a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:51.743 15006 INFO oslo_db.sqlalchemy.provision [req-772be70d-8b2c-4f44-937c-b65a414b8a3a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ypqctirjfs 2019-10-07 13:32:51.743 15006 INFO oslo_db.sqlalchemy.provision [req-772be70d-8b2c-4f44-937c-b65a414b8a3a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_with_bad_handler [0.415236s] ... ok 2019-10-07 13:32:51.746 15006 INFO oslo_db.sqlalchemy.provision [req-772be70d-8b2c-4f44-937c-b65a414b8a3a - - - - -] CREATE BACKEND sqlite:// TOKEN mxyznmnxfr 2019-10-07 13:32:51.749 15020 INFO oslo_db.sqlalchemy.provision [req-d4455381-8160-43a2-b633-5508f5403802 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lqiraafzgw 2019-10-07 13:32:51.750 15020 INFO oslo_db.sqlalchemy.provision [req-d4455381-8160-43a2-b633-5508f5403802 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_when_lb_pending_update [0.538008s] ... ok 2019-10-07 13:32:51.753 15020 INFO oslo_db.sqlalchemy.provision [req-d4455381-8160-43a2-b633-5508f5403802 - - - - -] CREATE BACKEND sqlite:// TOKEN xidvozknmt 2019-10-07 13:32:51.777 15012 INFO octavia.common.config [req-856b7885-5092-4377-806d-81cc7271c225 - - - - -] Logging enabled! 2019-10-07 13:32:51.779 15012 INFO octavia.common.config [req-856b7885-5092-4377-806d-81cc7271c225 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:51.823 15006 INFO octavia.common.config [req-772be70d-8b2c-4f44-937c-b65a414b8a3a - - - - -] Logging enabled! 2019-10-07 13:32:51.823 15006 INFO octavia.common.config [req-772be70d-8b2c-4f44-937c-b65a414b8a3a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:51.809 15024 INFO octavia.api.v1.controllers.health_monitor [req-306f3b88-c718-4e19-9b3a-b44662cfa3a2 - - - - -] Sending Creation of Health Monitor for Pool 9edebe8d-2c99-4498-9334-847bf279f86f to handler 2019-10-07 13:32:51.801 15012 WARNING octavia.api.root_controller [req-856b7885-5092-4377-806d-81cc7271c225 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:51.810 15012 INFO octavia.api.v1.controllers.load_balancer [req-9a691d92-f566-4a97-b8d3-be47f36f06ef - - - - -] Sending created Load Balancer 59e637b7-b203-4a56-8f20-1398bd829da1 to the handler 2019-10-07 13:32:51.842 15012 INFO octavia.api.v1.controllers.listener [req-6dadff29-ab4f-4270-88bb-8919e4b21615 - - - - -] Sending Creation of Listener 13c5ebb5-2951-48bc-a3d8-55db29b49de3 to handler 2019-10-07 13:32:51.847 15006 WARNING octavia.api.root_controller [req-772be70d-8b2c-4f44-937c-b65a414b8a3a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:51.859 15006 INFO octavia.api.v1.controllers.load_balancer [req-89e1e95b-1ff0-428d-bdfb-07ba72f84d75 - - - - -] Sending created Load Balancer 60cbd04c-803c-46ac-a7b1-f57f9101be20 to the handler 2019-10-07 13:32:51.896 15024 INFO octavia.api.v1.controllers.load_balancer [req-11ac4eb6-0f2c-4e23-a423-23bdbd1d52fa - - - - -] Sending deleted Load Balancer 3018ec4f-274d-4b85-bea8-50e9222c0631 to the handler 2019-10-07 13:32:51.842 15020 INFO octavia.common.config [req-d4455381-8160-43a2-b633-5508f5403802 - - - - -] Logging enabled! 2019-10-07 13:32:51.843 15020 INFO octavia.common.config [req-d4455381-8160-43a2-b633-5508f5403802 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:51.864 15020 WARNING octavia.api.root_controller [req-d4455381-8160-43a2-b633-5508f5403802 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:51.873 15020 INFO octavia.api.v1.controllers.load_balancer [req-2090b380-9dfb-447e-8edc-47724109c5db - - - - -] Sending created Load Balancer 6925f600-761d-4169-92d6-bd64b188fced to the handler 2019-10-07 13:32:51.892 15006 INFO octavia.api.v1.controllers.listener [req-cd1e0016-756d-4ee4-abf7-00b414a06a6b - - - - -] Sending Creation of Listener 595c4eb5-149f-45bc-8c22-6ff3b5a53171 to handler 2019-10-07 13:32:51.919 15020 INFO octavia.api.v1.controllers.listener [req-18a313f0-e798-4e22-84b7-c36ba57e30a6 - - - - -] Sending Creation of Listener ca138af6-6509-490f-92a8-0ec2c25aeb89 to handler 2019-10-07 13:32:51.929 15024 INFO octavia.api.v1.controllers.health_monitor [req-5eb420f0-4c00-49f0-9494-b214b8859053 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:51.907 15012 INFO octavia.api.v1.controllers.pool [req-3021b4f5-20fd-4100-a1a1-473d2a551e76 - - - - -] Sending Creation of Pool 3cfeede7-e8e0-4600-94a7-c51c89e256f1 to handler 2019-10-07 13:32:51.962 15024 INFO oslo_db.sqlalchemy.provision [req-5eb420f0-4c00-49f0-9494-b214b8859053 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:51.964 15024 INFO oslo_db.sqlalchemy.provision [req-5eb420f0-4c00-49f0-9494-b214b8859053 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bcduqpmcqs 2019-10-07 13:32:51.964 15024 INFO oslo_db.sqlalchemy.provision [req-5eb420f0-4c00-49f0-9494-b214b8859053 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:32:51.968 15006 INFO octavia.api.v1.controllers.l7policy [req-48aa2a82-6f13-42c2-82dd-8be07f1daa15 - - - - -] Sending Creation of L7Policy 7b57332c-31e6-441a-823b-0005be89d46c to handler {3} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_delete [0.672590s] ... ok 2019-10-07 13:32:51.976 15020 INFO octavia.api.v1.controllers.pool [req-fea9ca8a-4576-4b43-a5f1-5a64fab839be - - - - -] Sending Creation of Pool 4662b4c6-c139-44bc-a641-eac83a462c06 to handler 2019-10-07 13:32:51.998 15012 INFO octavia.api.v1.controllers.l7policy [req-8ca2ada4-5506-4890-bcc5-9e040391a379 - - - - -] Sending Creation of L7Policy f6de37c1-96ca-48c6-a67b-b85fc38fd505 to handler 2019-10-07 13:32:51.967 15024 INFO oslo_db.sqlalchemy.provision [req-5eb420f0-4c00-49f0-9494-b214b8859053 - - - - -] CREATE BACKEND sqlite:// TOKEN dpqnckooqg 2019-10-07 13:32:52.034 15006 INFO oslo_db.sqlalchemy.provision [req-5480fd79-bef9-478a-aba9-f3a3de7c3993 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:52.036 15006 INFO oslo_db.sqlalchemy.provision [req-5480fd79-bef9-478a-aba9-f3a3de7c3993 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mxyznmnxfr 2019-10-07 13:32:52.036 15006 INFO oslo_db.sqlalchemy.provision [req-5480fd79-bef9-478a-aba9-f3a3de7c3993 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create [0.292701s] ... ok 2019-10-07 13:32:52.039 15006 INFO oslo_db.sqlalchemy.provision [req-5480fd79-bef9-478a-aba9-f3a3de7c3993 - - - - -] CREATE BACKEND sqlite:// TOKEN amxqdjzrfo 2019-10-07 13:32:52.051 15024 INFO octavia.common.config [req-5eb420f0-4c00-49f0-9494-b214b8859053 - - - - -] Logging enabled! 2019-10-07 13:32:52.051 15024 INFO octavia.common.config [req-5eb420f0-4c00-49f0-9494-b214b8859053 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:52.080 15020 INFO octavia.api.v1.controllers.l7policy [req-e65c0eb8-14c4-4e98-8e3c-12b8e431f0e1 - - - - -] Sending Creation of L7Policy 18a1a55e-b327-4058-8b9a-a724b67d1354 to handler 2019-10-07 13:32:52.057 15012 INFO octavia.api.v1.controllers.load_balancer [req-06e1eee1-4ed6-4a4d-b588-9738987edffc - - - - -] Sending deleted Load Balancer 59e637b7-b203-4a56-8f20-1398bd829da1 to the handler 2019-10-07 13:32:52.079 15012 INFO octavia.api.v1.controllers.l7policy [req-a991f53a-dc20-4869-8895-551cf05870cc - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:52.078 15024 WARNING octavia.api.root_controller [req-5eb420f0-4c00-49f0-9494-b214b8859053 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:52.088 15024 INFO octavia.api.v1.controllers.load_balancer [req-4b400fe6-8476-4736-8a52-8c5fb3100ce2 - - - - -] Sending created Load Balancer 48f69d7b-e292-44b4-81db-830eaa867d16 to the handler 2019-10-07 13:32:52.108 15012 INFO oslo_db.sqlalchemy.provision [req-a991f53a-dc20-4869-8895-551cf05870cc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:52.111 15012 INFO oslo_db.sqlalchemy.provision [req-a991f53a-dc20-4869-8895-551cf05870cc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lkcbcxplau 2019-10-07 13:32:52.111 15012 INFO oslo_db.sqlalchemy.provision [req-a991f53a-dc20-4869-8895-551cf05870cc - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_when_lb_pending_delete [0.414308s] ... ok 2019-10-07 13:32:52.115 15012 INFO oslo_db.sqlalchemy.provision [req-a991f53a-dc20-4869-8895-551cf05870cc - - - - -] CREATE BACKEND sqlite:// TOKEN qpulnwphow 2019-10-07 13:32:52.128 15024 INFO octavia.api.v1.controllers.listener [req-7b77d5c0-db6c-43a2-9b6c-e3e36d4d6b3d - - - - -] Sending Creation of Listener 14065216-7b21-4a5f-ac17-50f5d2fd6bed to handler 2019-10-07 13:32:52.115 15006 INFO octavia.common.config [req-5480fd79-bef9-478a-aba9-f3a3de7c3993 - - - - -] Logging enabled! 2019-10-07 13:32:52.117 15006 INFO octavia.common.config [req-5480fd79-bef9-478a-aba9-f3a3de7c3993 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:52.139 15006 WARNING octavia.api.root_controller [req-5480fd79-bef9-478a-aba9-f3a3de7c3993 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:52.151 15006 INFO octavia.api.v1.controllers.load_balancer [req-2fec7d04-b08d-4cc8-ad90-49763e4429e7 - - - - -] Sending created Load Balancer 501da56f-697a-4e16-8659-b9cdb7980ba7 to the handler 2019-10-07 13:32:52.205 15020 INFO oslo_db.sqlalchemy.provision [req-251b6216-d810-4ac3-bc9c-8fcab6499eca - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:52.206 15020 INFO oslo_db.sqlalchemy.provision [req-251b6216-d810-4ac3-bc9c-8fcab6499eca - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xidvozknmt 2019-10-07 13:32:52.207 15020 INFO oslo_db.sqlalchemy.provision [req-251b6216-d810-4ac3-bc9c-8fcab6499eca - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_with_duplicate_id [0.456921s] ... ok 2019-10-07 13:32:52.187 15012 INFO octavia.common.config [req-a991f53a-dc20-4869-8895-551cf05870cc - - - - -] Logging enabled! 2019-10-07 13:32:52.188 15012 INFO octavia.common.config [req-a991f53a-dc20-4869-8895-551cf05870cc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:52.211 15012 WARNING octavia.api.root_controller [req-a991f53a-dc20-4869-8895-551cf05870cc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:52.212 15020 INFO oslo_db.sqlalchemy.provision [req-251b6216-d810-4ac3-bc9c-8fcab6499eca - - - - -] CREATE BACKEND sqlite:// TOKEN mchwmzboxr 2019-10-07 13:32:52.189 15024 INFO octavia.api.v1.controllers.pool [req-db43bbb2-77ff-4ef8-bd42-1db70c936b6e - - - - -] Sending Creation of Pool d08ea668-931c-4b0c-9d15-184e9fd5be92 to handler 2019-10-07 13:32:52.188 15006 INFO octavia.api.v1.controllers.listener [req-a174c9af-bda6-4c46-b94c-2ae0bbf9fb3e - - - - -] Sending Creation of Listener 2066a40c-8642-4974-ab0e-46ba41f3510b to handler 2019-10-07 13:32:52.263 15006 INFO octavia.api.v1.controllers.l7policy [req-aa2a0604-54ec-45ec-a755-e77dce57b9fc - - - - -] Sending Creation of L7Policy d973ce0d-9460-479d-9a32-15f89471c58c to handler 2019-10-07 13:32:52.231 15012 INFO octavia.api.v1.controllers.load_balancer [req-f9a66e14-1b9f-4cb8-b328-70c9ee0df158 - - - - -] Sending created Load Balancer 6450c08c-5458-4d1d-b1cd-f638f3cf0154 to the handler 2019-10-07 13:32:52.267 15012 INFO octavia.api.v1.controllers.listener [req-4dbcb0a8-7ae7-4425-bfda-b7750f5d20fd - - - - -] Sending Creation of Listener 323f8099-1873-4d42-b63e-cbfa2b411df2 to handler 2019-10-07 13:32:52.295 15020 INFO octavia.common.config [req-251b6216-d810-4ac3-bc9c-8fcab6499eca - - - - -] Logging enabled! 2019-10-07 13:32:52.295 15020 INFO octavia.common.config [req-251b6216-d810-4ac3-bc9c-8fcab6499eca - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:52.288 15024 INFO octavia.api.v1.controllers.pool [req-f17d59a7-7688-4995-a863-35f972b53542 - - - - -] Sending Creation of Pool 2848278a-df7e-4323-be6d-5ea80337c7bd to handler 2019-10-07 13:32:52.316 15020 WARNING octavia.api.root_controller [req-251b6216-d810-4ac3-bc9c-8fcab6499eca - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:52.328 15020 INFO octavia.api.v1.controllers.load_balancer [req-642d0346-c28b-4896-84f8-699fb82a1dad - - - - -] Sending created Load Balancer 775f827f-8537-443c-a97a-958c934752a1 to the handler 2019-10-07 13:32:52.325 15012 INFO octavia.api.v1.controllers.pool [req-00691a28-2fd1-476c-bb86-00a0448a1bd3 - - - - -] Sending Creation of Pool 40b0c150-a190-43ce-bf43-6c2eda37a4f5 to handler 2019-10-07 13:32:52.326 15006 INFO oslo_db.sqlalchemy.provision [req-27a7dba4-2752-4f7e-9da7-bb6e1654499c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:52.328 15006 INFO oslo_db.sqlalchemy.provision [req-27a7dba4-2752-4f7e-9da7-bb6e1654499c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN amxqdjzrfo 2019-10-07 13:32:52.328 15006 INFO oslo_db.sqlalchemy.provision [req-27a7dba4-2752-4f7e-9da7-bb6e1654499c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_host_name_rule [0.291787s] ... ok 2019-10-07 13:32:52.331 15006 INFO oslo_db.sqlalchemy.provision [req-27a7dba4-2752-4f7e-9da7-bb6e1654499c - - - - -] CREATE BACKEND sqlite:// TOKEN enzocrdcss 2019-10-07 13:32:52.372 15020 INFO octavia.api.v1.controllers.listener [req-290fdb83-8654-4835-8e27-642c4d66a2b1 - - - - -] Sending Creation of Listener 5e715b35-c725-4995-85e3-6b03555ba9c3 to handler 2019-10-07 13:32:52.407 15006 INFO octavia.common.config [req-27a7dba4-2752-4f7e-9da7-bb6e1654499c - - - - -] Logging enabled! 2019-10-07 13:32:52.407 15012 INFO oslo_db.sqlalchemy.provision [req-fc10aab2-eccb-4e16-869f-38ae6323e7cc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:52.409 15012 INFO oslo_db.sqlalchemy.provision [req-fc10aab2-eccb-4e16-869f-38ae6323e7cc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qpulnwphow 2019-10-07 13:32:52.409 15012 INFO oslo_db.sqlalchemy.provision [req-fc10aab2-eccb-4e16-869f-38ae6323e7cc - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_empty_get_all [0.302534s] ... ok 2019-10-07 13:32:52.400 15024 INFO octavia.api.v1.controllers.health_monitor [req-2952fed8-681d-4e11-9ee4-575f9efc8afe - - - - -] Sending Creation of Health Monitor for Pool 2848278a-df7e-4323-be6d-5ea80337c7bd to handler 2019-10-07 13:32:52.417 15012 INFO oslo_db.sqlalchemy.provision [req-fc10aab2-eccb-4e16-869f-38ae6323e7cc - - - - -] CREATE BACKEND sqlite:// TOKEN gjxaxhtqml 2019-10-07 13:32:52.437 15020 INFO octavia.api.v1.controllers.pool [req-736be4c2-bd0a-44e0-9023-f11edd2da503 - - - - -] Sending Creation of Pool 04dc39b2-cd68-4545-a2df-c143df9e4aa5 to handler 2019-10-07 13:32:52.409 15006 INFO octavia.common.config [req-27a7dba4-2752-4f7e-9da7-bb6e1654499c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:52.431 15006 WARNING octavia.api.root_controller [req-27a7dba4-2752-4f7e-9da7-bb6e1654499c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:52.441 15006 INFO octavia.api.v1.controllers.load_balancer [req-034e941f-fd88-4f23-93e7-1b6a747976e7 - - - - -] Sending created Load Balancer 66fb90f1-91f9-4ecc-a9a1-4561af26d95a to the handler 2019-10-07 13:32:52.516 15024 INFO octavia.api.v1.controllers.health_monitor [req-67cb4fe5-60db-48df-8e9a-5a353d166f07 - - - - -] Sending Deletion of Health Monitor for Pool 2848278a-df7e-4323-be6d-5ea80337c7bd to handler 2019-10-07 13:32:52.538 15006 INFO octavia.api.v1.controllers.listener [req-21a58ce4-e0b1-4829-a86b-ef14055f48fb - - - - -] Sending Creation of Listener b93017a2-3eaa-43fa-8e7f-3218e95b3771 to handler 2019-10-07 13:32:52.489 15012 INFO octavia.common.config [req-fc10aab2-eccb-4e16-869f-38ae6323e7cc - - - - -] Logging enabled! 2019-10-07 13:32:52.490 15012 INFO octavia.common.config [req-fc10aab2-eccb-4e16-869f-38ae6323e7cc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:52.513 15012 WARNING octavia.api.root_controller [req-fc10aab2-eccb-4e16-869f-38ae6323e7cc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:52.524 15012 INFO octavia.api.v1.controllers.load_balancer [req-fc3df47d-bbae-42fe-9744-31de348deb12 - - - - -] Sending created Load Balancer 724603bd-3434-48a5-9000-b1c9edf02872 to the handler 2019-10-07 13:32:52.561 15012 INFO octavia.api.v1.controllers.listener [req-ab044cf1-eb20-4ad8-8a23-3aefcb6556d9 - - - - -] Sending Creation of Listener a03286a9-2084-456e-bdcd-6ad6fb285b5f to handler 2019-10-07 13:32:52.552 15020 INFO octavia.api.v1.controllers.l7policy [req-3cdf52a5-b53c-44fe-8761-9c9bbcd7f17e - - - - -] Sending Creation of L7Policy 7223367c-7218-4b3e-91bf-e6532c1eaab8 to handler 2019-10-07 13:32:52.601 15024 INFO oslo_db.sqlalchemy.provision [req-cda609ef-b78c-47ae-9be8-6705e97347a4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:52.602 15024 INFO oslo_db.sqlalchemy.provision [req-cda609ef-b78c-47ae-9be8-6705e97347a4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dpqnckooqg 2019-10-07 13:32:52.603 15024 INFO oslo_db.sqlalchemy.provision [req-cda609ef-b78c-47ae-9be8-6705e97347a4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete_with_bad_handler [0.638294s] ... ok 2019-10-07 13:32:52.619 15012 INFO octavia.api.v1.controllers.pool [req-bc23b95d-efd1-48ca-bef6-7f843ab86b5d - - - - -] Sending Creation of Pool f395f0fa-7b95-4947-a7ee-6ca496aca63a to handler 2019-10-07 13:32:52.606 15024 INFO oslo_db.sqlalchemy.provision [req-cda609ef-b78c-47ae-9be8-6705e97347a4 - - - - -] CREATE BACKEND sqlite:// TOKEN okjedgjham 2019-10-07 13:32:52.609 15006 INFO octavia.api.v1.controllers.l7policy [req-237bc833-ab90-4eaa-b9df-898c5c59b542 - - - - -] Sending Creation of L7Policy 39d2af71-b9b8-441c-8bc8-833f7aaedf27 to handler 2019-10-07 13:32:52.646 15020 INFO octavia.api.v1.controllers.l7policy [req-7c0639e8-2dea-49a3-81dd-bd3d03f4ce02 - - - - -] Sending Deletion of L7Policy 7223367c-7218-4b3e-91bf-e6532c1eaab8 to handler 2019-10-07 13:32:52.683 15024 INFO octavia.common.config [req-cda609ef-b78c-47ae-9be8-6705e97347a4 - - - - -] Logging enabled! 2019-10-07 13:32:52.684 15024 INFO octavia.common.config [req-cda609ef-b78c-47ae-9be8-6705e97347a4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:52.682 15006 INFO octavia.api.v1.controllers.l7rule [req-8c042166-c6b7-489e-8322-7f56963711c5 - - - - -] Sending Creation of L7Rule 149f370f-bdf1-405b-b4f8-0c41ea2919ac to handler 2019-10-07 13:32:52.708 15024 WARNING octavia.api.root_controller [req-cda609ef-b78c-47ae-9be8-6705e97347a4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:52.714 15012 INFO octavia.api.v1.controllers.l7policy [req-01783404-051b-4ce4-9cf5-809121e1ca67 - - - - -] Sending Creation of L7Policy 0193ba59-2f60-47f9-84bf-65e96117ffc3 to handler 2019-10-07 13:32:52.779 15012 INFO oslo_db.sqlalchemy.provision [req-e8318761-9a3c-4f2e-8684-97cf59215082 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:52.782 15012 INFO oslo_db.sqlalchemy.provision [req-e8318761-9a3c-4f2e-8684-97cf59215082 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gjxaxhtqml 2019-10-07 13:32:52.722 15024 INFO octavia.api.v1.controllers.load_balancer [req-f196789f-6951-47d6-9e68-c949564bdf19 - - - - -] Sending created Load Balancer 39958b65-1ffa-45a8-8f44-b196943a9f70 to the handler 2019-10-07 13:32:52.755 15024 INFO octavia.api.v1.controllers.listener [req-b354044d-a322-4218-b544-0e3364f98368 - - - - -] Sending Creation of Listener 31db8a4c-6697-4d56-9a67-df5d37d281f3 to handler 2019-10-07 13:32:52.779 15006 INFO oslo_db.sqlalchemy.provision [req-4fae016b-68c5-4281-910f-2cbbb7676a71 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:52.780 15006 INFO oslo_db.sqlalchemy.provision [req-4fae016b-68c5-4281-910f-2cbbb7676a71 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN enzocrdcss 2019-10-07 13:32:52.781 15006 INFO oslo_db.sqlalchemy.provision [req-4fae016b-68c5-4281-910f-2cbbb7676a71 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_cookie_rule [0.452352s] ... ok 2019-10-07 13:32:52.807 15024 INFO octavia.api.v1.controllers.pool [req-a19058b0-5d11-476f-be03-c8e611868448 - - - - -] Sending Creation of Pool f1426e90-ca02-4076-b5db-b31c5021f085 to handler 2019-10-07 13:32:52.784 15006 INFO oslo_db.sqlalchemy.provision [req-4fae016b-68c5-4281-910f-2cbbb7676a71 - - - - -] CREATE BACKEND sqlite:// TOKEN ounrgmkxtq 2019-10-07 13:32:52.797 15020 INFO oslo_db.sqlalchemy.provision [req-d082e9f3-59f3-4407-9d16-695e8bcb237a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:52.799 15020 INFO oslo_db.sqlalchemy.provision [req-d082e9f3-59f3-4407-9d16-695e8bcb237a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mchwmzboxr 2019-10-07 13:32:52.799 15020 INFO oslo_db.sqlalchemy.provision [req-d082e9f3-59f3-4407-9d16-695e8bcb237a - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete [0.595685s] ... ok 2019-10-07 13:32:52.784 15012 INFO oslo_db.sqlalchemy.provision [req-e8318761-9a3c-4f2e-8684-97cf59215082 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_url_bad_url [0.371318s] ... ok 2019-10-07 13:32:52.806 15020 INFO oslo_db.sqlalchemy.provision [req-d082e9f3-59f3-4407-9d16-695e8bcb237a - - - - -] CREATE BACKEND sqlite:// TOKEN clqxyxtfgf 2019-10-07 13:32:52.789 15012 INFO oslo_db.sqlalchemy.provision [req-e8318761-9a3c-4f2e-8684-97cf59215082 - - - - -] CREATE BACKEND sqlite:// TOKEN najkhxvdgm 2019-10-07 13:32:52.862 15006 INFO octavia.common.config [req-4fae016b-68c5-4281-910f-2cbbb7676a71 - - - - -] Logging enabled! 2019-10-07 13:32:52.862 15006 INFO octavia.common.config [req-4fae016b-68c5-4281-910f-2cbbb7676a71 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:52.866 15012 INFO octavia.common.config [req-e8318761-9a3c-4f2e-8684-97cf59215082 - - - - -] Logging enabled! 2019-10-07 13:32:52.868 15012 INFO octavia.common.config [req-e8318761-9a3c-4f2e-8684-97cf59215082 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:52.903 15024 INFO octavia.api.v1.controllers.pool [req-33c7839b-8bb8-485a-999e-c8388fff1569 - - - - -] Sending Creation of Pool 8c1488a8-2b41-4af3-8692-e52175689186 to handler 2019-10-07 13:32:52.891 15012 WARNING octavia.api.root_controller [req-e8318761-9a3c-4f2e-8684-97cf59215082 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:52.901 15012 INFO octavia.api.v1.controllers.load_balancer [req-405f1244-0d3f-4239-872a-48ba1aa4f835 - - - - -] Sending created Load Balancer 286c0f76-d38b-4d13-af74-caddb11604f6 to the handler 2019-10-07 13:32:52.933 15012 INFO octavia.api.v1.controllers.listener [req-d3a71931-9070-46c7-9f82-800c81dbc226 - - - - -] Sending Creation of Listener fc93dbbc-5d83-49ed-960e-0ce6e7c9700b to handler 2019-10-07 13:32:52.885 15020 INFO octavia.common.config [req-d082e9f3-59f3-4407-9d16-695e8bcb237a - - - - -] Logging enabled! 2019-10-07 13:32:52.885 15020 INFO octavia.common.config [req-d082e9f3-59f3-4407-9d16-695e8bcb237a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:52.909 15020 WARNING octavia.api.root_controller [req-d082e9f3-59f3-4407-9d16-695e8bcb237a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:52.932 15020 INFO octavia.api.v1.controllers.load_balancer [req-d9f172aa-c705-4463-a960-8142152612f5 - - - - -] Sending created Load Balancer d9dc4dc8-b82e-4aa4-82bc-9314d30d7d70 to the handler 2019-10-07 13:32:52.885 15006 WARNING octavia.api.root_controller [req-4fae016b-68c5-4281-910f-2cbbb7676a71 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:52.897 15006 INFO octavia.api.v1.controllers.load_balancer [req-76e6d059-6083-4e5e-a0fe-5fa2d3e3cf7a - - - - -] Sending created Load Balancer 348e6b4d-47d7-4809-a6d4-fe1f583b9e10 to the handler 2019-10-07 13:32:52.930 15006 INFO octavia.api.v1.controllers.listener [req-3172fd9c-d597-4726-9484-1692e53b0d50 - - - - -] Sending Creation of Listener 3875442f-0465-489d-935a-7ac4f3cb5786 to handler 2019-10-07 13:32:52.966 15020 INFO octavia.api.v1.controllers.listener [req-84c1421e-0e68-476f-a806-4c5dbca0f9c9 - - - - -] Sending Creation of Listener 80ba2872-142e-488d-aeaa-1cd20a0d07bb to handler 2019-10-07 13:32:52.995 15024 INFO octavia.api.v1.controllers.health_monitor [req-7f040641-49e0-445c-9878-1298c86ab8dc - - - - -] Sending Creation of Health Monitor for Pool f1426e90-ca02-4076-b5db-b31c5021f085 to handler 2019-10-07 13:32:53.012 15006 INFO octavia.api.v1.controllers.l7policy [req-7fdd92bf-81e1-4fbf-90b0-16af18d46899 - - - - -] Sending Creation of L7Policy f147ab4a-1e3e-4072-8318-4bda1df61090 to handler 2019-10-07 13:32:53.021 15012 INFO octavia.api.v1.controllers.l7policy [req-b2e59924-c533-461d-8c99-6de2de941ede - - - - -] Sending Creation of L7Policy a56f287a-9f3d-4177-b177-2fdd601a6165 to handler 2019-10-07 13:32:53.024 15020 INFO octavia.api.v1.controllers.pool [req-6edd3495-d220-4d2f-8a54-dc8c34c15594 - - - - -] Sending Creation of Pool 6cd66da9-045e-4185-89f9-bb312b8d4bc2 to handler 2019-10-07 13:32:53.075 15024 INFO oslo_db.sqlalchemy.provision [req-48857941-3516-451e-9ff4-439fd00f9299 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:53.077 15024 INFO oslo_db.sqlalchemy.provision [req-48857941-3516-451e-9ff4-439fd00f9299 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN okjedgjham 2019-10-07 13:32:53.077 15024 INFO oslo_db.sqlalchemy.provision [req-48857941-3516-451e-9ff4-439fd00f9299 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_duplicate_create [0.474414s] ... ok 2019-10-07 13:32:53.084 15006 INFO octavia.api.v1.controllers.l7rule [req-e5ea1e08-8e0e-4c6e-9a1f-646c4f97b4fe - - - - -] Sending Creation of L7Rule 4ed2f5ac-3bc5-42c1-bd59-f8a25f33b800 to handler 2019-10-07 13:32:53.088 15012 INFO oslo_db.sqlalchemy.provision [req-547ad750-1c26-4ebc-b1d1-c0fd7ef7d8c6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:53.090 15012 INFO oslo_db.sqlalchemy.provision [req-547ad750-1c26-4ebc-b1d1-c0fd7ef7d8c6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN najkhxvdgm 2019-10-07 13:32:53.090 15012 INFO oslo_db.sqlalchemy.provision [req-547ad750-1c26-4ebc-b1d1-c0fd7ef7d8c6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_cookie_rule [0.304130s] ... ok 2019-10-07 13:32:53.093 15012 INFO oslo_db.sqlalchemy.provision [req-547ad750-1c26-4ebc-b1d1-c0fd7ef7d8c6 - - - - -] CREATE BACKEND sqlite:// TOKEN einagldtry 2019-10-07 13:32:53.086 15024 INFO oslo_db.sqlalchemy.provision [req-48857941-3516-451e-9ff4-439fd00f9299 - - - - -] CREATE BACKEND sqlite:// TOKEN eesteyseuq 2019-10-07 13:32:53.114 15020 INFO octavia.api.v1.controllers.l7policy [req-2ddea511-ce07-47ba-adbb-fe7255a6354a - - - - -] Sending Creation of L7Policy 0a1ea07a-537a-4a44-9aed-b6b1471abbf0 to handler 2019-10-07 13:32:53.155 15024 INFO octavia.common.config [req-48857941-3516-451e-9ff4-439fd00f9299 - - - - -] Logging enabled! 2019-10-07 13:32:53.175 15006 INFO oslo_db.sqlalchemy.provision [req-033c76e7-02a4-45e7-9eaf-b2caf33f262f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:53.177 15006 INFO oslo_db.sqlalchemy.provision [req-033c76e7-02a4-45e7-9eaf-b2caf33f262f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ounrgmkxtq 2019-10-07 13:32:53.177 15006 INFO oslo_db.sqlalchemy.provision [req-033c76e7-02a4-45e7-9eaf-b2caf33f262f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_path_rule [0.396489s] ... ok 2019-10-07 13:32:53.180 15006 INFO oslo_db.sqlalchemy.provision [req-033c76e7-02a4-45e7-9eaf-b2caf33f262f - - - - -] CREATE BACKEND sqlite:// TOKEN eypzszmxdi 2019-10-07 13:32:53.157 15024 INFO octavia.common.config [req-48857941-3516-451e-9ff4-439fd00f9299 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:53.180 15024 WARNING octavia.api.root_controller [req-48857941-3516-451e-9ff4-439fd00f9299 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:53.190 15024 INFO octavia.api.v1.controllers.load_balancer [req-97eed42e-121c-4154-b95b-d55a85524a8d - - - - -] Sending created Load Balancer 48141c66-f451-4b07-96cc-3cd41ab0ea89 to the handler 2019-10-07 13:32:53.226 15024 INFO octavia.api.v1.controllers.listener [req-4cb5690c-54ef-4850-ab52-c5bd05fe82ca - - - - -] Sending Creation of Listener 61800dac-5789-4264-b805-628c7eb3920b to handler 2019-10-07 13:32:53.256 15006 INFO octavia.common.config [req-033c76e7-02a4-45e7-9eaf-b2caf33f262f - - - - -] Logging enabled! 2019-10-07 13:32:53.203 15020 INFO octavia.api.v1.controllers.l7policy [req-5b7b16d0-7009-4fb0-aced-943a2fd04818 - - - - -] Sending Deletion of L7Policy 0a1ea07a-537a-4a44-9aed-b6b1471abbf0 to handler 2019-10-07 13:32:53.261 15020 INFO oslo_db.sqlalchemy.provision [req-02783947-cfba-4c94-8f9b-1c60bf9b671e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:53.262 15020 INFO oslo_db.sqlalchemy.provision [req-02783947-cfba-4c94-8f9b-1c60bf9b671e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN clqxyxtfgf 2019-10-07 13:32:53.262 15020 INFO oslo_db.sqlalchemy.provision [req-02783947-cfba-4c94-8f9b-1c60bf9b671e - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete_with_bad_handler [0.459532s] ... ok 2019-10-07 13:32:53.259 15006 INFO octavia.common.config [req-033c76e7-02a4-45e7-9eaf-b2caf33f262f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:53.169 15012 INFO octavia.common.config [req-547ad750-1c26-4ebc-b1d1-c0fd7ef7d8c6 - - - - -] Logging enabled! 2019-10-07 13:32:53.170 15012 INFO octavia.common.config [req-547ad750-1c26-4ebc-b1d1-c0fd7ef7d8c6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:53.193 15012 WARNING octavia.api.root_controller [req-547ad750-1c26-4ebc-b1d1-c0fd7ef7d8c6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:53.205 15012 INFO octavia.api.v1.controllers.load_balancer [req-ac1e8b23-7567-47cb-b8c6-c0518a385f19 - - - - -] Sending created Load Balancer 05060fc5-edd6-4ca2-b2f2-12f48e24790e to the handler 2019-10-07 13:32:53.237 15012 INFO octavia.api.v1.controllers.listener [req-d036b1c8-c0e0-4965-8df5-ecadbf97245b - - - - -] Sending Creation of Listener 7fbb9fdb-a311-4b18-a803-1d3ed784ab58 to handler 2019-10-07 13:32:53.284 15024 INFO octavia.api.v1.controllers.pool [req-a062f5d5-e0b2-49aa-a4d2-48bf1afa628f - - - - -] Sending Creation of Pool 95f5c9d3-0d73-435a-9f4a-bbb6a6bba40e to handler 2019-10-07 13:32:53.265 15020 INFO oslo_db.sqlalchemy.provision [req-02783947-cfba-4c94-8f9b-1c60bf9b671e - - - - -] CREATE BACKEND sqlite:// TOKEN yyotpwqsno 2019-10-07 13:32:53.316 15012 INFO octavia.api.v1.controllers.l7policy [req-e480d4dc-9aaa-4d31-9b73-69f463709b27 - - - - -] Sending Creation of L7Policy 14b2e34d-e56c-4015-b022-c465f2388197 to handler 2019-10-07 13:32:53.341 15020 INFO octavia.common.config [req-02783947-cfba-4c94-8f9b-1c60bf9b671e - - - - -] Logging enabled! 2019-10-07 13:32:53.341 15020 INFO octavia.common.config [req-02783947-cfba-4c94-8f9b-1c60bf9b671e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:53.362 15020 WARNING octavia.api.root_controller [req-02783947-cfba-4c94-8f9b-1c60bf9b671e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:53.283 15006 WARNING octavia.api.root_controller [req-033c76e7-02a4-45e7-9eaf-b2caf33f262f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:53.292 15006 INFO octavia.api.v1.controllers.load_balancer [req-69b75c3d-7e72-431d-a4f7-aeac9c470ffc - - - - -] Sending created Load Balancer b17662f8-749e-4d48-91ee-4cc4a0dbd22b to the handler 2019-10-07 13:32:53.322 15006 INFO octavia.api.v1.controllers.listener [req-e8ec6b90-cae9-415a-b7ab-9561471c6565 - - - - -] Sending Creation of Listener 9a9d25fc-6a93-40b0-ab3d-9e83b7d37dc6 to handler 2019-10-07 13:32:53.350 15024 ERROR octavia.api.v1.controllers.base [req-22ea8955-7ca2-483d-9e70-25b27dd63905 - - - - -] Pool cbe6c235-7512-43b6-b7d3-db5beb061345 not found: None 2019-10-07 13:32:53.350 15024 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:32:53.350 15024 ERROR octavia.api.v1.controllers.base 2019-10-07 13:32:53.365 15024 INFO oslo_db.sqlalchemy.provision [req-22ea8955-7ca2-483d-9e70-25b27dd63905 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:53.366 15024 INFO oslo_db.sqlalchemy.provision [req-22ea8955-7ca2-483d-9e70-25b27dd63905 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eesteyseuq 2019-10-07 13:32:53.366 15024 INFO oslo_db.sqlalchemy.provision [req-22ea8955-7ca2-483d-9e70-25b27dd63905 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_create_redirect_to_pool [0.289050s] ... ok 2019-10-07 13:32:53.370 15024 INFO oslo_db.sqlalchemy.provision [req-22ea8955-7ca2-483d-9e70-25b27dd63905 - - - - -] CREATE BACKEND sqlite:// TOKEN grsepykaeg 2019-10-07 13:32:53.402 15006 INFO octavia.api.v1.controllers.l7policy [req-06a1f7e6-3978-484e-aa85-80f78e87a545 - - - - -] Sending Creation of L7Policy f64ef5b0-c541-449d-930e-e80616ca6138 to handler 2019-10-07 13:32:53.391 15012 INFO octavia.api.v1.controllers.l7rule [req-cd92348f-16e5-4d6a-9ea6-0f6c69437a06 - - - - -] Sending Creation of L7Rule a88fd8f0-7113-4fa9-afed-5e444b4e2898 to handler 2019-10-07 13:32:53.445 15024 INFO octavia.common.config [req-22ea8955-7ca2-483d-9e70-25b27dd63905 - - - - -] Logging enabled! 2019-10-07 13:32:53.446 15024 INFO octavia.common.config [req-22ea8955-7ca2-483d-9e70-25b27dd63905 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:53.377 15020 INFO octavia.api.v1.controllers.load_balancer [req-2c181101-d122-4f94-80cb-394707112516 - - - - -] Sending created Load Balancer 97b0bf0b-094b-4071-a7c8-d79198d0f86f to the handler 2019-10-07 13:32:53.409 15020 INFO octavia.api.v1.controllers.listener [req-36126dd7-b217-4c9e-a933-e7cf4425eed5 - - - - -] Sending Creation of Listener abec261d-c953-4a67-b3dc-cd7b779026ec to handler 2019-10-07 13:32:53.481 15006 INFO octavia.api.v1.controllers.l7rule [req-025c7dd0-33f2-4978-9b6e-2b384f409c2f - - - - -] Sending Creation of L7Rule f53b4cd4-2b90-434d-8f61-748f785ea495 to handler 2019-10-07 13:32:53.482 15012 INFO oslo_db.sqlalchemy.provision [req-184630d5-1937-42af-a05a-1511ae28b135 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:53.484 15012 INFO oslo_db.sqlalchemy.provision [req-184630d5-1937-42af-a05a-1511ae28b135 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN einagldtry 2019-10-07 13:32:53.484 15012 INFO oslo_db.sqlalchemy.provision [req-184630d5-1937-42af-a05a-1511ae28b135 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_host_name_rule [0.393610s] ... ok 2019-10-07 13:32:53.460 15020 INFO octavia.api.v1.controllers.pool [req-4531a931-54f2-42b6-a9d9-1da8e3b0f923 - - - - -] Sending Creation of Pool ee2f8eab-8d08-4882-a070-49c87b80d5e9 to handler 2019-10-07 13:32:53.487 15012 INFO oslo_db.sqlalchemy.provision [req-184630d5-1937-42af-a05a-1511ae28b135 - - - - -] CREATE BACKEND sqlite:// TOKEN pxmbmtpfok 2019-10-07 13:32:53.470 15024 WARNING octavia.api.root_controller [req-22ea8955-7ca2-483d-9e70-25b27dd63905 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:53.479 15024 INFO octavia.api.v1.controllers.load_balancer [req-6a227621-b1e1-48a5-872d-571c35bfaf9a - - - - -] Sending created Load Balancer 349c7498-f4e6-4858-860f-99d1ea76f33f to the handler 2019-10-07 13:32:53.517 15024 INFO octavia.api.v1.controllers.listener [req-8de2969b-422c-481d-81a7-a945b247cd18 - - - - -] Sending Creation of Listener 4d3115d4-e8cf-4d82-90f3-16b5797bc38f to handler 2019-10-07 13:32:53.576 15024 INFO octavia.api.v1.controllers.pool [req-5d4ab871-ac94-4d25-ad1c-8a89d7722952 - - - - -] Sending Creation of Pool 33e8a25b-379f-4c94-982f-6939d421b168 to handler 2019-10-07 13:32:53.554 15006 INFO octavia.api.v1.controllers.l7rule [req-3127730d-8ff5-48ad-9c93-6aa0f306cb15 - - - - -] Sending Creation of L7Rule d329137e-097c-43ae-9f7b-e8538da2cdd2 to handler 2019-10-07 13:32:53.549 15020 INFO octavia.api.v1.controllers.l7policy [req-3a2bbd52-9721-4396-9ffa-e104803ac34e - - - - -] Sending Creation of L7Policy b90a17b8-d932-419f-921a-f2b1939a9111 to handler 2019-10-07 13:32:53.634 15006 INFO octavia.api.v1.controllers.l7rule [req-76e7a65d-e8f1-41b1-ba7f-ba176b99bfc2 - - - - -] Sending Creation of L7Rule df0682b6-cd47-489b-8fd3-67eda5a94ad4 to handler 2019-10-07 13:32:53.565 15012 INFO octavia.common.config [req-184630d5-1937-42af-a05a-1511ae28b135 - - - - -] Logging enabled! 2019-10-07 13:32:53.565 15012 INFO octavia.common.config [req-184630d5-1937-42af-a05a-1511ae28b135 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:53.588 15012 WARNING octavia.api.root_controller [req-184630d5-1937-42af-a05a-1511ae28b135 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:53.601 15012 INFO octavia.api.v1.controllers.load_balancer [req-298152d1-61b1-4ba1-9820-f4287d751f39 - - - - -] Sending created Load Balancer 053ab7ce-f5d2-4b8c-95d9-5815f4abf1ab to the handler 2019-10-07 13:32:53.635 15012 INFO octavia.api.v1.controllers.listener [req-0d5986c4-d002-4e01-b68c-91465cf4e298 - - - - -] Sending Creation of Listener 6853a1ca-8c87-4987-8ddc-5e72d40f3b80 to handler 2019-10-07 13:32:53.603 15020 INFO octavia.api.v1.controllers.load_balancer [req-cf38984a-b8dc-4de3-b2d0-3f3098f347b1 - - - - -] Sending deleted Load Balancer 97b0bf0b-094b-4071-a7c8-d79198d0f86f to the handler 2019-10-07 13:32:53.627 15020 INFO octavia.api.v1.controllers.l7policy [req-2e4af938-1ed6-4cf5-bc3c-95ab70c6b535 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:53.720 15024 ERROR octavia.api.v1.controllers.base [req-88b09511-f1b4-4981-ba4f-3f0e08ff79b7 - - - - -] L7 Policy cf31571f-922e-4a8f-bc23-ea65176e70cb not found: None 2019-10-07 13:32:53.720 15024 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:32:53.720 15024 ERROR octavia.api.v1.controllers.base 2019-10-07 13:32:53.736 15024 INFO oslo_db.sqlalchemy.provision [req-88b09511-f1b4-4981-ba4f-3f0e08ff79b7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:53.737 15024 INFO oslo_db.sqlalchemy.provision [req-88b09511-f1b4-4981-ba4f-3f0e08ff79b7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN grsepykaeg 2019-10-07 13:32:53.737 15024 INFO oslo_db.sqlalchemy.provision [req-88b09511-f1b4-4981-ba4f-3f0e08ff79b7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_get [0.370619s] ... ok 2019-10-07 13:32:53.711 15006 INFO octavia.api.v1.controllers.l7rule [req-6d52df4d-3e7a-4dad-a9a8-4bd17fbfa2f1 - - - - -] Sending Creation of L7Rule c229df8d-1ba0-4099-988b-ad1d91af2448 to handler 2019-10-07 13:32:53.711 15020 INFO oslo_db.sqlalchemy.provision [req-2e4af938-1ed6-4cf5-bc3c-95ab70c6b535 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:53.713 15020 INFO oslo_db.sqlalchemy.provision [req-2e4af938-1ed6-4cf5-bc3c-95ab70c6b535 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yyotpwqsno 2019-10-07 13:32:53.713 15020 INFO oslo_db.sqlalchemy.provision [req-2e4af938-1ed6-4cf5-bc3c-95ab70c6b535 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_when_lb_pending_delete [0.450648s] ... ok 2019-10-07 13:32:53.747 15024 INFO oslo_db.sqlalchemy.provision [req-88b09511-f1b4-4981-ba4f-3f0e08ff79b7 - - - - -] CREATE BACKEND sqlite:// TOKEN pjlpvlitod 2019-10-07 13:32:53.717 15020 INFO oslo_db.sqlalchemy.provision [req-2e4af938-1ed6-4cf5-bc3c-95ab70c6b535 - - - - -] CREATE BACKEND sqlite:// TOKEN wvpjzdmufo 2019-10-07 13:32:53.710 15012 INFO octavia.api.v1.controllers.l7policy [req-01dc5eb7-89c9-40a5-b7f1-e5a054da9ae5 - - - - -] Sending Creation of L7Policy 0639708a-365e-49c2-9023-3f2da3acdcca to handler 2019-10-07 13:32:53.820 15024 INFO octavia.common.config [req-88b09511-f1b4-4981-ba4f-3f0e08ff79b7 - - - - -] Logging enabled! 2019-10-07 13:32:53.820 15024 INFO octavia.common.config [req-88b09511-f1b4-4981-ba4f-3f0e08ff79b7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:53.787 15006 INFO octavia.api.v1.controllers.l7rule [req-fd973ed8-aaff-4e2a-93ec-9c266fc73c13 - - - - -] Sending Creation of L7Rule ffe23bdb-d56a-49e1-a2a0-2cd9e1565a4c to handler 2019-10-07 13:32:53.791 15012 INFO octavia.api.v1.controllers.l7rule [req-88279c2f-29f3-4f00-b2e9-ee845e75f2d6 - - - - -] Sending Creation of L7Rule 5e470c25-1832-4baf-9680-187a602c435d to handler 2019-10-07 13:32:53.834 15012 INFO octavia.api.v1.controllers.load_balancer [req-2b4bf9f8-fb01-402e-915a-d95d01c1f639 - - - - -] Sending updated Load Balancer 053ab7ce-f5d2-4b8c-95d9-5815f4abf1ab to the handler 2019-10-07 13:32:53.865 15006 INFO octavia.api.v1.controllers.l7rule [req-84124ba2-39d4-408e-a71b-80de2270eedd - - - - -] Sending Creation of L7Rule 181154f0-f7ac-49a1-832a-14882c9cd79b to handler 2019-10-07 13:32:53.790 15020 INFO octavia.common.config [req-2e4af938-1ed6-4cf5-bc3c-95ab70c6b535 - - - - -] Logging enabled! 2019-10-07 13:32:53.791 15020 INFO octavia.common.config [req-2e4af938-1ed6-4cf5-bc3c-95ab70c6b535 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:53.810 15020 WARNING octavia.api.root_controller [req-2e4af938-1ed6-4cf5-bc3c-95ab70c6b535 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:53.819 15020 INFO octavia.api.v1.controllers.load_balancer [req-54c2b113-2649-45d2-afd6-b4328bc8c87b - - - - -] Sending created Load Balancer 5de165cb-7b29-4c9f-927c-5b10c0b6c580 to the handler 2019-10-07 13:32:53.857 15020 INFO octavia.api.v1.controllers.listener [req-7fec3573-6bce-4223-9f1a-cd1fcfb8bff5 - - - - -] Sending Creation of Listener 93ba46ce-33a1-43ba-8153-7aefdac7d8f0 to handler 2019-10-07 13:32:53.870 15012 INFO octavia.api.v1.controllers.l7rule [req-f3810fe9-f46a-4e3f-b24c-61ced98709df - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:53.889 15012 INFO oslo_db.sqlalchemy.provision [req-f3810fe9-f46a-4e3f-b24c-61ced98709df - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:53.893 15012 INFO oslo_db.sqlalchemy.provision [req-f3810fe9-f46a-4e3f-b24c-61ced98709df - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pxmbmtpfok 2019-10-07 13:32:53.893 15012 INFO oslo_db.sqlalchemy.provision [req-f3810fe9-f46a-4e3f-b24c-61ced98709df - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:32:53.845 15024 WARNING octavia.api.root_controller [req-88b09511-f1b4-4981-ba4f-3f0e08ff79b7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:53.858 15024 INFO octavia.api.v1.controllers.load_balancer [req-8a132fe3-9d02-4f47-8e03-ee196ad2e88a - - - - -] Sending created Load Balancer 3b1755db-f031-4c1b-9ffb-8bcfd7d893fd to the handler 2019-10-07 13:32:53.889 15024 INFO octavia.api.v1.controllers.listener [req-b28db2d5-849a-44e3-8ce7-7233779d6009 - - - - -] Sending Creation of Listener a5fd1216-3c43-4d56-845c-dae66b4d9684 to handler {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_when_lb_pending_update [0.409063s] ... ok 2019-10-07 13:32:53.896 15012 INFO oslo_db.sqlalchemy.provision [req-f3810fe9-f46a-4e3f-b24c-61ced98709df - - - - -] CREATE BACKEND sqlite:// TOKEN momsveisst 2019-10-07 13:32:53.938 15020 INFO octavia.api.v1.controllers.l7policy [req-243acdc9-961d-4d76-a857-be07dabb7b09 - - - - -] Sending Creation of L7Policy dd72ee9f-ebb4-451b-96d1-b5f8ffc8fdae to handler 2019-10-07 13:32:53.951 15024 INFO octavia.api.v1.controllers.pool [req-8f908454-2f0d-4a6d-95d7-a18c258f420b - - - - -] Sending Creation of Pool b0031456-b408-4936-a347-02e994cc01d7 to handler 2019-10-07 13:32:53.946 15006 INFO octavia.api.v1.controllers.l7rule [req-c58b3bbc-5527-4d48-a039-240b8db55728 - - - - -] Sending Creation of L7Rule ba02f633-dfbd-44f3-88a6-afbd21b9180f to handler 2019-10-07 13:32:54.008 15020 INFO oslo_db.sqlalchemy.provision [req-3fa341de-42ea-4ac9-a1e8-12657879fdc0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:54.009 15020 INFO oslo_db.sqlalchemy.provision [req-3fa341de-42ea-4ac9-a1e8-12657879fdc0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wvpjzdmufo 2019-10-07 13:32:54.010 15020 INFO oslo_db.sqlalchemy.provision [req-3fa341de-42ea-4ac9-a1e8-12657879fdc0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_header_rule [0.296330s] ... ok 2019-10-07 13:32:54.013 15020 INFO oslo_db.sqlalchemy.provision [req-3fa341de-42ea-4ac9-a1e8-12657879fdc0 - - - - -] CREATE BACKEND sqlite:// TOKEN kwlukltqfw 2019-10-07 13:32:54.051 15024 INFO octavia.api.v1.controllers.l7policy [req-f4a7e884-d19c-4a56-8b3b-e6ab6a324a38 - - - - -] Sending Creation of L7Policy 6ae4c736-b57c-42e1-8f53-4f35aa6eff6c to handler 2019-10-07 13:32:54.033 15006 INFO octavia.api.v1.controllers.l7rule [req-6e8d71f2-d563-4a4a-8166-8f43aebd3233 - - - - -] Sending Creation of L7Rule 1c7a97e7-81de-4afc-84a7-ceeb8a857d83 to handler 2019-10-07 13:32:53.970 15012 INFO octavia.common.config [req-f3810fe9-f46a-4e3f-b24c-61ced98709df - - - - -] Logging enabled! 2019-10-07 13:32:53.970 15012 INFO octavia.common.config [req-f3810fe9-f46a-4e3f-b24c-61ced98709df - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:53.992 15012 WARNING octavia.api.root_controller [req-f3810fe9-f46a-4e3f-b24c-61ced98709df - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:54.007 15012 INFO octavia.api.v1.controllers.load_balancer [req-55965d46-d8c6-4124-bbd0-23ca3ab0c5f3 - - - - -] Sending created Load Balancer f11fb7e0-d47b-4084-9f04-54aa528a6acd to the handler 2019-10-07 13:32:54.039 15012 INFO octavia.api.v1.controllers.listener [req-6ef047f5-32d6-437a-8a2c-967c03b2ecab - - - - -] Sending Creation of Listener eed1fb22-5e98-4687-984a-304639062e78 to handler 2019-10-07 13:32:54.086 15024 ERROR octavia.api.v1.controllers.base [req-62289e9d-8161-497f-b643-422b9a2766cf - - - - -] Pool f713c36a-7a37-4658-b9f2-c3909898ebc7 not found: None 2019-10-07 13:32:54.086 15024 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:32:54.086 15024 ERROR octavia.api.v1.controllers.base 2019-10-07 13:32:54.100 15024 INFO oslo_db.sqlalchemy.provision [req-62289e9d-8161-497f-b643-422b9a2766cf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:54.102 15024 INFO oslo_db.sqlalchemy.provision [req-62289e9d-8161-497f-b643-422b9a2766cf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pjlpvlitod 2019-10-07 13:32:54.102 15024 INFO oslo_db.sqlalchemy.provision [req-62289e9d-8161-497f-b643-422b9a2766cf - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_update_redirect_to_pool [0.364577s] ... ok 2019-10-07 13:32:54.105 15024 INFO oslo_db.sqlalchemy.provision [req-62289e9d-8161-497f-b643-422b9a2766cf - - - - -] CREATE BACKEND sqlite:// TOKEN byhqrddpus 2019-10-07 13:32:54.113 15006 INFO octavia.api.v1.controllers.l7rule [req-14b7e671-5aa8-44ff-9711-a21ea824909b - - - - -] Sending Creation of L7Rule 9e4d3e62-639d-4f3b-bc5d-db3b720174dd to handler 2019-10-07 13:32:54.119 15012 INFO octavia.api.v1.controllers.l7policy [req-fc9fc1da-1acb-446c-8105-c4a283060897 - - - - -] Sending Creation of L7Policy 1f999b64-8be7-4df7-b9d2-04dbc58208e2 to handler 2019-10-07 13:32:54.103 15020 INFO octavia.common.config [req-3fa341de-42ea-4ac9-a1e8-12657879fdc0 - - - - -] Logging enabled! 2019-10-07 13:32:54.103 15020 INFO octavia.common.config [req-3fa341de-42ea-4ac9-a1e8-12657879fdc0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:54.126 15020 WARNING octavia.api.root_controller [req-3fa341de-42ea-4ac9-a1e8-12657879fdc0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:54.137 15020 INFO octavia.api.v1.controllers.load_balancer [req-d4b2c383-15f5-48ea-b6db-9e47d4a052de - - - - -] Sending created Load Balancer c19cdc13-21ec-4be5-95b0-0d2e6712d07e to the handler 2019-10-07 13:32:54.212 15012 INFO octavia.api.v1.controllers.l7rule [req-b5d5eaf9-0a3e-4fce-8ea5-dba8d7e96f43 - - - - -] Sending Creation of L7Rule 93744f0a-506c-4d69-9031-30a82c089586 to handler 2019-10-07 13:32:54.191 15024 INFO octavia.common.config [req-62289e9d-8161-497f-b643-422b9a2766cf - - - - -] Logging enabled! 2019-10-07 13:32:54.192 15024 INFO octavia.common.config [req-62289e9d-8161-497f-b643-422b9a2766cf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:54.171 15020 INFO octavia.api.v1.controllers.listener [req-716d57a7-9202-493c-9304-be1b3268d199 - - - - -] Sending Creation of Listener d1c975c0-0135-402a-bfdc-089dd6f1a5ef to handler 2019-10-07 13:32:54.223 15024 WARNING octavia.api.root_controller [req-62289e9d-8161-497f-b643-422b9a2766cf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:54.196 15006 INFO octavia.api.v1.controllers.l7rule [req-8522cf28-511b-4512-9e0b-63acff67dda1 - - - - -] Sending Creation of L7Rule c719339b-810a-454e-b1f5-b6ffaba3b27e to handler 2019-10-07 13:32:54.254 15012 INFO oslo_db.sqlalchemy.provision [req-b5d5eaf9-0a3e-4fce-8ea5-dba8d7e96f43 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:54.239 15024 INFO octavia.api.v1.controllers.load_balancer [req-5801662c-3c00-49df-9ae7-5fa3141a9468 - - - - -] Sending created Load Balancer b9bef8f6-8a78-4344-8bb9-c8b08affc013 to the handler 2019-10-07 13:32:54.244 15020 INFO octavia.api.v1.controllers.l7policy [req-2ce090d3-ff7d-49ff-869e-4ef57e1d4e2d - - - - -] Sending Creation of L7Policy 6d86bd3d-c46a-4b37-928b-ee5aa5c696de to handler 2019-10-07 13:32:54.279 15024 INFO octavia.api.v1.controllers.listener [req-12d15a3e-f7e5-465e-ba06-7cfcd1a6cc6a - - - - -] Sending Creation of Listener cf58f1c5-3d60-4b40-b212-a04eb7784665 to handler 2019-10-07 13:32:54.258 15012 INFO oslo_db.sqlalchemy.provision [req-b5d5eaf9-0a3e-4fce-8ea5-dba8d7e96f43 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN momsveisst 2019-10-07 13:32:54.258 15012 INFO oslo_db.sqlalchemy.provision [req-b5d5eaf9-0a3e-4fce-8ea5-dba8d7e96f43 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_with_id [0.364582s] ... ok 2019-10-07 13:32:54.261 15012 INFO oslo_db.sqlalchemy.provision [req-b5d5eaf9-0a3e-4fce-8ea5-dba8d7e96f43 - - - - -] CREATE BACKEND sqlite:// TOKEN thbtfqextc 2019-10-07 13:32:54.279 15006 INFO octavia.api.v1.controllers.l7rule [req-f5d37db4-fd6b-4553-86f4-e5eb685650fd - - - - -] Sending Creation of L7Rule 32696186-09a7-47a0-8e60-6945acfa002f to handler 2019-10-07 13:32:54.296 15020 ERROR octavia.api.v1.controllers.base [req-83b9156a-cdc9-422a-bd43-4663fce6c61c - - - - -] L7 Rule c21c4c08-a4e8-488d-98fc-76c7024c91a4 not found: None 2019-10-07 13:32:54.296 15020 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:32:54.296 15020 ERROR octavia.api.v1.controllers.base 2019-10-07 13:32:54.311 15020 INFO oslo_db.sqlalchemy.provision [req-83b9156a-cdc9-422a-bd43-4663fce6c61c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:54.312 15020 INFO oslo_db.sqlalchemy.provision [req-83b9156a-cdc9-422a-bd43-4663fce6c61c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kwlukltqfw 2019-10-07 13:32:54.312 15020 INFO oslo_db.sqlalchemy.provision [req-83b9156a-cdc9-422a-bd43-4663fce6c61c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_delete [0.302565s] ... ok 2019-10-07 13:32:54.315 15020 INFO oslo_db.sqlalchemy.provision [req-83b9156a-cdc9-422a-bd43-4663fce6c61c - - - - -] CREATE BACKEND sqlite:// TOKEN nqrnezocvc 2019-10-07 13:32:54.344 15024 INFO octavia.api.v1.controllers.pool [req-2146d1e6-18d6-4fec-b8ad-9b9b71bfaade - - - - -] Sending Creation of Pool 7687ccc2-6b40-4f51-a0f5-c821c56fb1f0 to handler 2019-10-07 13:32:54.364 15006 INFO octavia.api.v1.controllers.l7rule [req-936e0827-a640-48a3-b685-8cec6bcafa59 - - - - -] Sending Creation of L7Rule 0af9ae45-b31b-46a4-ab4c-6848e831f6cf to handler 2019-10-07 13:32:54.350 15012 INFO octavia.common.config [req-b5d5eaf9-0a3e-4fce-8ea5-dba8d7e96f43 - - - - -] Logging enabled! 2019-10-07 13:32:54.351 15012 INFO octavia.common.config [req-b5d5eaf9-0a3e-4fce-8ea5-dba8d7e96f43 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:54.377 15012 WARNING octavia.api.root_controller [req-b5d5eaf9-0a3e-4fce-8ea5-dba8d7e96f43 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:54.387 15012 INFO octavia.api.v1.controllers.load_balancer [req-d7d7d6d7-382d-4e9f-b5a0-88cd6256a085 - - - - -] Sending created Load Balancer 84077ec8-e4f5-4059-9d18-9de871452896 to the handler 2019-10-07 13:32:54.437 15012 INFO octavia.api.v1.controllers.listener [req-fde6f7a9-b0cf-4ffa-9bae-47f8c58b45f0 - - - - -] Sending Creation of Listener 5586a1bd-4f4e-43e7-913f-495c270abc6b to handler 2019-10-07 13:32:54.391 15020 INFO octavia.common.config [req-83b9156a-cdc9-422a-bd43-4663fce6c61c - - - - -] Logging enabled! 2019-10-07 13:32:54.391 15020 INFO octavia.common.config [req-83b9156a-cdc9-422a-bd43-4663fce6c61c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:54.415 15020 WARNING octavia.api.root_controller [req-83b9156a-cdc9-422a-bd43-4663fce6c61c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:54.424 15020 INFO octavia.api.v1.controllers.load_balancer [req-be7554cf-0eb8-4cf0-a271-0f0bae33af4a - - - - -] Sending created Load Balancer c0034343-c05d-41e4-ad20-4444181f8516 to the handler 2019-10-07 13:32:54.456 15006 INFO octavia.api.v1.controllers.l7rule [req-6d51205d-45e6-44bf-9e5e-e47f4a9d208a - - - - -] Sending Creation of L7Rule f7d12931-be9f-43df-9ee6-a99673aa4046 to handler 2019-10-07 13:32:54.453 15024 INFO octavia.api.v1.controllers.l7policy [req-e9703531-1e99-4561-9f06-c6751d9919f9 - - - - -] Sending Creation of L7Policy 226c3307-39d4-40e7-875a-5be0397cf569 to handler 2019-10-07 13:32:54.460 15020 INFO octavia.api.v1.controllers.listener [req-1c6ab5dd-4936-4615-a88a-6ad76d7f6b1c - - - - -] Sending Creation of Listener deb30e66-4758-4f04-8bb7-4b385ba58d41 to handler 2019-10-07 13:32:54.532 15020 INFO octavia.api.v1.controllers.l7policy [req-1f516e90-2071-461d-a9b2-dc9029b81d79 - - - - -] Sending Creation of L7Policy 6b9003fd-339c-4a7c-b7d5-f810e694ea0f to handler 2019-10-07 13:32:54.532 15024 INFO octavia.api.v1.controllers.load_balancer [req-aa63a7d0-54be-44e4-8cd1-d7b837cf9256 - - - - -] Sending deleted Load Balancer b9bef8f6-8a78-4344-8bb9-c8b08affc013 to the handler 2019-10-07 13:32:54.559 15024 INFO octavia.api.v1.controllers.l7policy [req-ec073be3-ee26-44c4-810d-d5fb8c8e05df - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:54.551 15006 INFO octavia.api.v1.controllers.l7rule [req-669415ba-7608-42a9-b9e3-b044d2ec8c4f - - - - -] Sending Creation of L7Rule 65665bd3-18f4-4672-b07d-1e67eacc7c60 to handler 2019-10-07 13:32:54.587 15024 INFO oslo_db.sqlalchemy.provision [req-ec073be3-ee26-44c4-810d-d5fb8c8e05df - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:54.589 15024 INFO oslo_db.sqlalchemy.provision [req-ec073be3-ee26-44c4-810d-d5fb8c8e05df - - - - -] DROP BACKEND Engine(sqlite://) TOKEN byhqrddpus 2019-10-07 13:32:54.589 15024 INFO oslo_db.sqlalchemy.provision [req-ec073be3-ee26-44c4-810d-d5fb8c8e05df - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete_when_lb_pending_delete [0.486570s] ... ok 2019-10-07 13:32:54.598 15024 INFO oslo_db.sqlalchemy.provision [req-ec073be3-ee26-44c4-810d-d5fb8c8e05df - - - - -] CREATE BACKEND sqlite:// TOKEN vzmorfzsae 2019-10-07 13:32:54.614 15020 INFO octavia.api.v1.controllers.l7rule [req-d77e70c7-586a-4ab8-91bd-be617f5115f0 - - - - -] Sending Creation of L7Rule 8c58f6d4-11ba-4f87-b160-01d64de6b56d to handler 2019-10-07 13:32:54.629 15012 INFO octavia.api.v1.controllers.l7policy [req-9de6b701-e833-415f-9947-254a49979e65 - - - - -] Sending Creation of L7Policy 7b1e8e14-d905-44ef-9307-f20a6190f76c to handler 2019-10-07 13:32:54.673 15024 INFO octavia.common.config [req-ec073be3-ee26-44c4-810d-d5fb8c8e05df - - - - -] Logging enabled! 2019-10-07 13:32:54.674 15024 INFO octavia.common.config [req-ec073be3-ee26-44c4-810d-d5fb8c8e05df - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:54.646 15006 INFO octavia.api.v1.controllers.l7rule [req-cee9fa32-44ef-436f-981c-dbe98279af99 - - - - -] Sending Creation of L7Rule 8cc8bc7d-73eb-41dc-b7e2-c251381db001 to handler 2019-10-07 13:32:54.704 15020 INFO oslo_db.sqlalchemy.provision [req-9a67a7a4-551f-42e2-9e26-7c3facd443af - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:54.705 15020 INFO oslo_db.sqlalchemy.provision [req-9a67a7a4-551f-42e2-9e26-7c3facd443af - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nqrnezocvc 2019-10-07 13:32:54.706 15020 INFO oslo_db.sqlalchemy.provision [req-9a67a7a4-551f-42e2-9e26-7c3facd443af - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_file_type_rule [0.393009s] ... ok 2019-10-07 13:32:54.709 15020 INFO oslo_db.sqlalchemy.provision [req-9a67a7a4-551f-42e2-9e26-7c3facd443af - - - - -] CREATE BACKEND sqlite:// TOKEN ecikqmsphn 2019-10-07 13:32:54.698 15024 WARNING octavia.api.root_controller [req-ec073be3-ee26-44c4-810d-d5fb8c8e05df - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:54.712 15024 INFO octavia.api.v1.controllers.load_balancer [req-87ea9c07-0abf-42b3-b271-38306483646a - - - - -] Sending created Load Balancer 7ec15092-d983-45e0-843c-01d0b0332dc6 to the handler 2019-10-07 13:32:54.719 15012 INFO octavia.api.v1.controllers.l7rule [req-27de7117-3a98-4a50-9987-e7a1e0cd12bc - - - - -] Sending Creation of L7Rule 134485e1-8b63-476c-bae2-ab34718345c2 to handler 2019-10-07 13:32:54.736 15006 INFO octavia.api.v1.controllers.l7rule [req-11115b09-79bc-4aeb-bcf0-773e4f5404da - - - - -] Sending Creation of L7Rule 1f3b0046-ad11-4286-94b0-da672256e946 to handler 2019-10-07 13:32:54.753 15024 INFO octavia.api.v1.controllers.listener [req-a96ea115-cf2c-43c4-8c8e-25d0ce3305f1 - - - - -] Sending Creation of Listener c70c8fcf-5f79-41e7-8cd9-b6ee9d25f07c to handler 2019-10-07 13:32:54.777 15012 INFO oslo_db.sqlalchemy.provision [req-93e0993d-dc60-41dd-8ec4-be1df42dc472 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:54.783 15012 INFO oslo_db.sqlalchemy.provision [req-93e0993d-dc60-41dd-8ec4-be1df42dc472 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN thbtfqextc 2019-10-07 13:32:54.783 15012 INFO oslo_db.sqlalchemy.provision [req-93e0993d-dc60-41dd-8ec4-be1df42dc472 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_get [0.524745s] ... ok 2019-10-07 13:32:54.786 15012 INFO oslo_db.sqlalchemy.provision [req-93e0993d-dc60-41dd-8ec4-be1df42dc472 - - - - -] CREATE BACKEND sqlite:// TOKEN nlxdhubvok 2019-10-07 13:32:54.813 15024 INFO octavia.api.v1.controllers.pool [req-9d8c2bc6-531b-4cd6-a470-baaa01fab75f - - - - -] Sending Creation of Pool aaededb4-10dc-4a73-ac04-a593b4d0698c to handler 2019-10-07 13:32:54.828 15006 INFO octavia.api.v1.controllers.l7rule [req-7f5b5a6f-edf2-4ab0-a9a2-7ca291342885 - - - - -] Sending Creation of L7Rule 1836b732-35fe-483a-8e12-5ac31068f868 to handler 2019-10-07 13:32:54.788 15020 INFO octavia.common.config [req-9a67a7a4-551f-42e2-9e26-7c3facd443af - - - - -] Logging enabled! 2019-10-07 13:32:54.788 15020 INFO octavia.common.config [req-9a67a7a4-551f-42e2-9e26-7c3facd443af - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:54.810 15020 WARNING octavia.api.root_controller [req-9a67a7a4-551f-42e2-9e26-7c3facd443af - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:54.819 15020 INFO octavia.api.v1.controllers.load_balancer [req-70ff4f8c-7ebb-49ee-89a7-bacef0bd21f9 - - - - -] Sending created Load Balancer 2c950343-1b4a-4b14-a761-f9ba0dcb95a4 to the handler 2019-10-07 13:32:54.858 15020 INFO octavia.api.v1.controllers.listener [req-8e7f671a-07ff-413d-8608-72c805298192 - - - - -] Sending Creation of Listener 9e54a1e9-3f17-4a05-b5e6-efcc92d33a8b to handler 2019-10-07 13:32:54.877 15012 INFO octavia.common.config [req-93e0993d-dc60-41dd-8ec4-be1df42dc472 - - - - -] Logging enabled! 2019-10-07 13:32:54.877 15012 INFO octavia.common.config [req-93e0993d-dc60-41dd-8ec4-be1df42dc472 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:54.909 15024 INFO octavia.api.v1.controllers.l7policy [req-816f274b-e6cb-4c6d-917c-1df7444865b3 - - - - -] Sending Creation of L7Policy 56ec5b5c-ec8a-44cf-952c-d0f35e630f33 to handler 2019-10-07 13:32:54.917 15012 WARNING octavia.api.root_controller [req-93e0993d-dc60-41dd-8ec4-be1df42dc472 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:54.927 15012 INFO octavia.api.v1.controllers.load_balancer [req-a1f8c1e5-4afa-433a-b02b-10ab1e579187 - - - - -] Sending created Load Balancer 9f563da2-6dbf-4eab-9704-78eb31e177d5 to the handler 2019-10-07 13:32:54.924 15006 INFO octavia.api.v1.controllers.l7rule [req-26cba22e-a027-4abe-ac6c-b7b2af89d462 - - - - -] Sending Creation of L7Rule 9e1fe6ae-013c-483a-a030-790c46cd84ac to handler 2019-10-07 13:32:54.930 15020 INFO octavia.api.v1.controllers.l7policy [req-ef7b4b6f-100d-4be2-a86c-61f0eaca1f49 - - - - -] Sending Creation of L7Policy eb1fb947-dd93-48c7-9464-f3e77ca6b45d to handler 2019-10-07 13:32:54.967 15024 ERROR octavia.api.v1.controllers.base [req-1ac05760-62c0-4d09-84c7-52aac6632a96 - - - - -] Pool 38f4bfb6-edd2-40b4-bad7-b5c74bc21085 not found: None 2019-10-07 13:32:54.967 15024 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:32:54.967 15024 ERROR octavia.api.v1.controllers.base 2019-10-07 13:32:54.984 15024 INFO oslo_db.sqlalchemy.provision [req-1ac05760-62c0-4d09-84c7-52aac6632a96 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:54.985 15024 INFO oslo_db.sqlalchemy.provision [req-1ac05760-62c0-4d09-84c7-52aac6632a96 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vzmorfzsae 2019-10-07 13:32:54.985 15024 INFO oslo_db.sqlalchemy.provision [req-1ac05760-62c0-4d09-84c7-52aac6632a96 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_pool_bad_pool_id [0.390886s] ... ok 2019-10-07 13:32:54.989 15024 INFO oslo_db.sqlalchemy.provision [req-1ac05760-62c0-4d09-84c7-52aac6632a96 - - - - -] CREATE BACKEND sqlite:// TOKEN oexwdfhvxn 2019-10-07 13:32:54.980 15012 INFO octavia.api.v1.controllers.listener [req-4b8355b9-60a9-417a-8214-b284edf361d6 - - - - -] Sending Creation of Listener 3ccfabb3-7ab8-4c79-9240-47bb1f1d76af to handler 2019-10-07 13:32:55.010 15020 INFO octavia.api.v1.controllers.l7rule [req-768144c5-bc90-404e-904c-19ed90b75ef1 - - - - -] Sending Creation of L7Rule bc326c03-eefd-4363-9d92-ddfd0d6a2a0c to handler 2019-10-07 13:32:55.029 15006 INFO octavia.api.v1.controllers.l7rule [req-2f6e9396-7be5-48ac-85e7-c3e8c7d61b6b - - - - -] Sending Creation of L7Rule def1a517-3bdd-4b1e-9c48-c7a37e80394a to handler 2019-10-07 13:32:55.064 15024 INFO octavia.common.config [req-1ac05760-62c0-4d09-84c7-52aac6632a96 - - - - -] Logging enabled! 2019-10-07 13:32:55.064 15024 INFO octavia.common.config [req-1ac05760-62c0-4d09-84c7-52aac6632a96 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:55.075 15012 INFO octavia.api.v1.controllers.l7policy [req-61a34634-31bb-41b4-88c0-5b905dbca0b3 - - - - -] Sending Creation of L7Policy b2172008-99ea-44a2-9329-a0f4a2419262 to handler 2019-10-07 13:32:55.088 15024 WARNING octavia.api.root_controller [req-1ac05760-62c0-4d09-84c7-52aac6632a96 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:55.097 15024 INFO octavia.api.v1.controllers.load_balancer [req-7143d547-b5c4-4c9b-af66-deabb048b7ed - - - - -] Sending created Load Balancer b55b8ae1-bfb6-4188-b0dc-49d72af3279a to the handler 2019-10-07 13:32:55.113 15020 INFO oslo_db.sqlalchemy.provision [req-ca16f2cd-3ff0-484d-9df4-94c9208cae92 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:55.114 15020 INFO oslo_db.sqlalchemy.provision [req-ca16f2cd-3ff0-484d-9df4-94c9208cae92 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ecikqmsphn 2019-10-07 13:32:55.115 15020 INFO oslo_db.sqlalchemy.provision [req-ca16f2cd-3ff0-484d-9df4-94c9208cae92 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_header_rule [0.408830s] ... ok 2019-10-07 13:32:55.118 15020 INFO oslo_db.sqlalchemy.provision [req-ca16f2cd-3ff0-484d-9df4-94c9208cae92 - - - - -] CREATE BACKEND sqlite:// TOKEN adrcwhbzjv 2019-10-07 13:32:55.129 15006 INFO octavia.api.v1.controllers.l7rule [req-dd1b7e66-d78b-4c56-9b6e-7da4b84fccfa - - - - -] Sending Creation of L7Rule 404389cd-bf4f-4f8d-8c65-fa4ea07525b6 to handler 2019-10-07 13:32:55.134 15024 INFO octavia.api.v1.controllers.listener [req-901924f2-9013-4803-95fd-90a63af61cbf - - - - -] Sending Creation of Listener d8bbc5ef-8402-4172-ba97-c3ec6bd67db1 to handler 2019-10-07 13:32:55.166 15012 INFO octavia.api.v1.controllers.l7rule [req-27e10b94-3c3a-48a8-bd9e-f774db105831 - - - - -] Sending Creation of L7Rule d16ad85b-3381-4a2d-b9d0-6f3e69443955 to handler 2019-10-07 13:32:55.206 15020 INFO octavia.common.config [req-ca16f2cd-3ff0-484d-9df4-94c9208cae92 - - - - -] Logging enabled! 2019-10-07 13:32:55.206 15020 INFO octavia.common.config [req-ca16f2cd-3ff0-484d-9df4-94c9208cae92 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:55.208 15024 INFO octavia.api.v1.controllers.pool [req-14ca84bb-9ab9-4e11-9135-5da1c6a76ac2 - - - - -] Sending Creation of Pool 611b3e89-ebc1-414a-83ea-966c3e075366 to handler 2019-10-07 13:32:55.244 15020 WARNING octavia.api.root_controller [req-ca16f2cd-3ff0-484d-9df4-94c9208cae92 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:55.243 15006 INFO octavia.api.v1.controllers.l7rule [req-e835dc1d-5a2f-4d9b-8d41-cf3f9c053989 - - - - -] Sending Creation of L7Rule 734d557c-c6a9-4483-adde-57ebabbce65e to handler 2019-10-07 13:32:55.259 15020 INFO octavia.api.v1.controllers.load_balancer [req-77f7a26e-4dac-4188-a8c9-5949b2606948 - - - - -] Sending created Load Balancer c85c2161-46d7-4153-b87b-5d2a0378f481 to the handler 2019-10-07 13:32:55.295 15012 INFO oslo_db.sqlalchemy.provision [req-7def0d8e-937c-4dae-b2af-d3e20c4fc074 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:55.297 15012 INFO oslo_db.sqlalchemy.provision [req-7def0d8e-937c-4dae-b2af-d3e20c4fc074 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nlxdhubvok 2019-10-07 13:32:55.297 15012 INFO oslo_db.sqlalchemy.provision [req-7def0d8e-937c-4dae-b2af-d3e20c4fc074 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_with_invalid_rule [0.513765s] ... ok 2019-10-07 13:32:55.312 15020 INFO octavia.api.v1.controllers.listener [req-bab58d6c-713a-4fb1-8971-f635ea6a8c9e - - - - -] Sending Creation of Listener b8a8addd-c1c9-4474-bf5a-5f82cd1cac52 to handler 2019-10-07 13:32:55.301 15012 INFO oslo_db.sqlalchemy.provision [req-7def0d8e-937c-4dae-b2af-d3e20c4fc074 - - - - -] CREATE BACKEND sqlite:// TOKEN scgkqugvam 2019-10-07 13:32:55.350 15006 INFO octavia.api.v1.controllers.l7rule [req-2d6f5554-ec7f-4218-8035-447a57c137ff - - - - -] Sending Creation of L7Rule 72774a55-6ab6-45c8-a309-d969c248ccf6 to handler 2019-10-07 13:32:55.382 15024 INFO octavia.api.v1.controllers.l7policy [req-f1346bb7-3700-4afa-82ed-d07fdb695d65 - - - - -] Sending Creation of L7Policy 91908537-a933-4b7f-b6fd-6e4f39f11a4e to handler 2019-10-07 13:32:55.389 15012 INFO octavia.common.config [req-7def0d8e-937c-4dae-b2af-d3e20c4fc074 - - - - -] Logging enabled! 2019-10-07 13:32:55.400 15012 INFO octavia.common.config [req-7def0d8e-937c-4dae-b2af-d3e20c4fc074 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:55.414 15020 INFO octavia.api.v1.controllers.l7policy [req-22af7347-b575-4646-9f9d-d2415d65b9e6 - - - - -] Sending Creation of L7Policy b7895a10-7751-4feb-ad2d-fc8e2045fb0f to handler 2019-10-07 13:32:55.425 15012 WARNING octavia.api.root_controller [req-7def0d8e-937c-4dae-b2af-d3e20c4fc074 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:55.435 15012 INFO octavia.api.v1.controllers.load_balancer [req-3053759c-c1ed-4013-bef2-199712bd3ba8 - - - - -] Sending created Load Balancer 7eb81a1f-34a7-43fa-b716-4ef2479638b1 to the handler 2019-10-07 13:32:55.462 15006 INFO octavia.api.v1.controllers.l7rule [req-85f36006-8ab6-4c63-9b54-1f4230b640b1 - - - - -] Sending Creation of L7Rule ee2c0120-5c6a-4168-95d6-39eb50244d6d to handler 2019-10-07 13:32:55.509 15024 INFO octavia.api.v1.controllers.l7policy [req-f5262529-b9cb-40d0-b5db-9d72b34e4cdc - - - - -] Sending Update of L7Policy 91908537-a933-4b7f-b6fd-6e4f39f11a4e to handler 2019-10-07 13:32:55.493 15012 INFO octavia.api.v1.controllers.pool [req-20ece374-c441-4ddf-869d-4cfd20a4d98a - - - - -] Sending Creation of Pool f9233c3d-08f5-4ee0-824e-41cca11985a3 to handler 2019-10-07 13:32:55.511 15020 INFO octavia.api.v1.controllers.l7rule [req-6916a0be-d963-47b3-a7de-64a2e849138d - - - - -] Sending Creation of L7Rule 2ae121ee-0867-4dca-86ce-45928749cf9b to handler 2019-10-07 13:32:55.559 15024 INFO oslo_db.sqlalchemy.provision [req-f5262529-b9cb-40d0-b5db-9d72b34e4cdc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:55.566 15024 INFO oslo_db.sqlalchemy.provision [req-f5262529-b9cb-40d0-b5db-9d72b34e4cdc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oexwdfhvxn 2019-10-07 13:32:55.567 15024 INFO oslo_db.sqlalchemy.provision [req-f5262529-b9cb-40d0-b5db-9d72b34e4cdc - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:32:55.564 15006 INFO octavia.api.v1.controllers.l7rule [req-4bbd0c8f-a341-431c-8a53-84b9334ccf78 - - - - -] Sending Creation of L7Rule b9ac9ff2-633e-4c95-8689-f18c62cf9651 to handler 2019-10-07 13:32:55.577 15020 INFO oslo_db.sqlalchemy.provision [req-2ba8451b-3130-4594-a1c4-5d2f6fb6cea2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:55.578 15020 INFO oslo_db.sqlalchemy.provision [req-2ba8451b-3130-4594-a1c4-5d2f6fb6cea2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN adrcwhbzjv 2019-10-07 13:32:55.579 15020 INFO oslo_db.sqlalchemy.provision [req-2ba8451b-3130-4594-a1c4-5d2f6fb6cea2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_with_bad_handler [0.463897s] ... ok 2019-10-07 13:32:55.582 15020 INFO oslo_db.sqlalchemy.provision [req-2ba8451b-3130-4594-a1c4-5d2f6fb6cea2 - - - - -] CREATE BACKEND sqlite:// TOKEN pshcqfatza {3} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_pool_minimal [0.581728s] ... ok 2019-10-07 13:32:55.573 15024 INFO oslo_db.sqlalchemy.provision [req-f5262529-b9cb-40d0-b5db-9d72b34e4cdc - - - - -] CREATE BACKEND sqlite:// TOKEN evcdpipwam 2019-10-07 13:32:55.559 15012 INFO octavia.api.v1.controllers.listener [req-27b7f208-f8c2-44af-bad4-e733b9b8cae1 - - - - -] Sending Creation of Listener 7dedccb8-c3ae-48bf-8335-3100808e2f11 to handler 2019-10-07 13:32:55.677 15020 INFO octavia.common.config [req-2ba8451b-3130-4594-a1c4-5d2f6fb6cea2 - - - - -] Logging enabled! 2019-10-07 13:32:55.668 15006 INFO octavia.api.v1.controllers.l7rule [req-82863e45-6952-4732-934d-fcde951a5175 - - - - -] Sending Creation of L7Rule b9bd5ae2-59a3-461d-b1ef-081d143daef9 to handler 2019-10-07 13:32:55.679 15020 INFO octavia.common.config [req-2ba8451b-3130-4594-a1c4-5d2f6fb6cea2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:55.726 15012 INFO oslo_db.sqlalchemy.provision [req-5bb1cb1b-d0ca-40a2-beda-d0c95c9fd61b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:55.727 15012 INFO oslo_db.sqlalchemy.provision [req-5bb1cb1b-d0ca-40a2-beda-d0c95c9fd61b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN scgkqugvam 2019-10-07 13:32:55.728 15012 INFO oslo_db.sqlalchemy.provision [req-5bb1cb1b-d0ca-40a2-beda-d0c95c9fd61b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_create [0.430522s] ... ok 2019-10-07 13:32:55.711 15024 INFO octavia.common.config [req-f5262529-b9cb-40d0-b5db-9d72b34e4cdc - - - - -] Logging enabled! 2019-10-07 13:32:55.712 15024 INFO octavia.common.config [req-f5262529-b9cb-40d0-b5db-9d72b34e4cdc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:55.754 15024 WARNING octavia.api.root_controller [req-f5262529-b9cb-40d0-b5db-9d72b34e4cdc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:55.701 15020 WARNING octavia.api.root_controller [req-2ba8451b-3130-4594-a1c4-5d2f6fb6cea2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:55.713 15020 INFO octavia.api.v1.controllers.load_balancer [req-75d32eb4-9271-4b33-b037-7e7958b17f49 - - - - -] Sending created Load Balancer fb26d221-66d2-448a-9c39-1f745cd6d941 to the handler 2019-10-07 13:32:55.743 15020 INFO octavia.api.v1.controllers.listener [req-c3005213-f995-4f57-b60f-fc36c1099b18 - - - - -] Sending Creation of Listener 112703e8-a6bc-4596-a205-44ae9de452e5 to handler 2019-10-07 13:32:55.773 15006 INFO octavia.api.v1.controllers.l7rule [req-70cbe5d8-6bc6-4a1a-85dd-eb396cc4aa7d - - - - -] Sending Creation of L7Rule ab2efeee-2c67-4d5a-9bd1-be3c1137aa83 to handler 2019-10-07 13:32:55.777 15024 INFO octavia.api.v1.controllers.load_balancer [req-7c12ae02-d637-4daa-ab2c-96e75b5c3ad8 - - - - -] Sending created Load Balancer 9de3dc67-c394-419a-aee2-d36bdfd06a73 to the handler 2019-10-07 13:32:55.741 15012 INFO oslo_db.sqlalchemy.provision [req-5bb1cb1b-d0ca-40a2-beda-d0c95c9fd61b - - - - -] CREATE BACKEND sqlite:// TOKEN jkpskaehvh 2019-10-07 13:32:55.836 15024 INFO octavia.api.v1.controllers.listener [req-4648c46f-5b80-4763-9159-6a7972c7484d - - - - -] Sending Creation of Listener 7f589988-a7db-459c-bc40-0a398eaea66d to handler 2019-10-07 13:32:55.822 15020 INFO octavia.api.v1.controllers.l7policy [req-fa43ebe7-8fe3-4d6e-ba82-771b5fe390ca - - - - -] Sending Creation of L7Policy 4755c2b4-419a-4f2b-a372-e725b1ac4555 to handler 2019-10-07 13:32:55.840 15012 INFO octavia.common.config [req-5bb1cb1b-d0ca-40a2-beda-d0c95c9fd61b - - - - -] Logging enabled! 2019-10-07 13:32:55.841 15012 INFO octavia.common.config [req-5bb1cb1b-d0ca-40a2-beda-d0c95c9fd61b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:55.864 15012 WARNING octavia.api.root_controller [req-5bb1cb1b-d0ca-40a2-beda-d0c95c9fd61b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:55.875 15012 INFO octavia.api.v1.controllers.load_balancer [req-cf6b88de-f64f-4a86-95ef-1108f86e6b6a - - - - -] Sending created Load Balancer 283adb93-ef7d-4ae8-9dd2-0e1816ef3eaf to the handler 2019-10-07 13:32:55.886 15006 INFO octavia.api.v1.controllers.l7rule [req-404afa74-563b-4c0d-8edc-7844b1675083 - - - - -] Sending Creation of L7Rule 6202d63f-45eb-4388-a936-65381350e4e3 to handler 2019-10-07 13:32:55.895 15020 INFO octavia.api.v1.controllers.l7rule [req-6e0df62e-d723-4e6a-8b54-b871a96e044b - - - - -] Sending Creation of L7Rule 550d0e50-13d7-4baf-a540-7e0e3a9bf274 to handler 2019-10-07 13:32:55.942 15024 INFO octavia.api.v1.controllers.pool [req-9d908fdf-6134-4c92-abf9-8a8835f532ab - - - - -] Sending Creation of Pool 41863a7c-b514-4ba6-a284-b6550a100988 to handler 2019-10-07 13:32:55.915 15012 INFO octavia.api.v1.controllers.pool [req-4302a734-da1a-4f87-b539-9f9e12858e43 - - - - -] Sending Creation of Pool dc77d25a-681f-4135-b02c-3495f83fb015 to handler 2019-10-07 13:32:55.936 15020 INFO octavia.api.v1.controllers.load_balancer [req-88c2af71-4e47-45cb-a104-e6dccbdb0954 - - - - -] Sending updated Load Balancer fb26d221-66d2-448a-9c39-1f745cd6d941 to the handler 2019-10-07 13:32:55.990 15006 INFO octavia.api.v1.controllers.l7rule [req-0ba247ec-2ba4-41ec-bfbe-2ddb95ab1a05 - - - - -] Sending Creation of L7Rule 1d8bd9c1-12c0-4ee2-ad6c-ac5f760b8900 to handler 2019-10-07 13:32:55.981 15020 INFO octavia.api.v1.controllers.l7rule [req-5f475abd-98d5-4750-88b8-bac2a5ce46d0 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:56.000 15020 INFO oslo_db.sqlalchemy.provision [req-5f475abd-98d5-4750-88b8-bac2a5ce46d0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:56.002 15020 INFO oslo_db.sqlalchemy.provision [req-5f475abd-98d5-4750-88b8-bac2a5ce46d0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pshcqfatza 2019-10-07 13:32:56.002 15020 INFO oslo_db.sqlalchemy.provision [req-5f475abd-98d5-4750-88b8-bac2a5ce46d0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete_when_lb_pending_update [0.423322s] ... ok 2019-10-07 13:32:55.984 15012 INFO octavia.api.v1.controllers.listener [req-bed4fa6e-43ee-45db-83ef-a5f988944e1a - - - - -] Sending Creation of Listener 82b3b08b-2311-4123-b49a-8c0c290676e3 to handler 2019-10-07 13:32:56.005 15020 INFO oslo_db.sqlalchemy.provision [req-5f475abd-98d5-4750-88b8-bac2a5ce46d0 - - - - -] CREATE BACKEND sqlite:// TOKEN efjfsoehkg 2019-10-07 13:32:56.069 15012 INFO oslo_db.sqlalchemy.provision [req-dc4a297f-41e0-42dd-a2be-e06186316c94 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:56.072 15012 INFO oslo_db.sqlalchemy.provision [req-dc4a297f-41e0-42dd-a2be-e06186316c94 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jkpskaehvh 2019-10-07 13:32:56.072 15012 INFO oslo_db.sqlalchemy.provision [req-dc4a297f-41e0-42dd-a2be-e06186316c94 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_duplicate_id [0.344319s] ... ok 2019-10-07 13:32:56.076 15012 INFO oslo_db.sqlalchemy.provision [req-dc4a297f-41e0-42dd-a2be-e06186316c94 - - - - -] CREATE BACKEND sqlite:// TOKEN ilevedwtqa 2019-10-07 13:32:56.093 15020 INFO octavia.common.config [req-5f475abd-98d5-4750-88b8-bac2a5ce46d0 - - - - -] Logging enabled! 2019-10-07 13:32:56.093 15020 INFO octavia.common.config [req-5f475abd-98d5-4750-88b8-bac2a5ce46d0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:56.107 15024 INFO octavia.api.v1.controllers.l7policy [req-d667bcac-9679-4d28-971b-1094f1b63477 - - - - -] Sending Creation of L7Policy 07102fb1-315f-4888-9b39-4855ed6fc319 to handler 2019-10-07 13:32:56.118 15006 INFO octavia.api.v1.controllers.l7rule [req-19ad330e-4ad7-4ccf-8027-80dc3e1ac56e - - - - -] Sending Creation of L7Rule 785ec92a-a379-49c7-8ee5-8e602010968f to handler 2019-10-07 13:32:56.148 15012 INFO octavia.common.config [req-dc4a297f-41e0-42dd-a2be-e06186316c94 - - - - -] Logging enabled! 2019-10-07 13:32:56.126 15020 WARNING octavia.api.root_controller [req-5f475abd-98d5-4750-88b8-bac2a5ce46d0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:56.136 15020 INFO octavia.api.v1.controllers.load_balancer [req-fb7658f1-26d8-49f2-9389-49e731614e11 - - - - -] Sending created Load Balancer 7df76919-887a-42d0-a7e5-574ae9921cb5 to the handler 2019-10-07 13:32:56.170 15020 INFO octavia.api.v1.controllers.listener [req-1b5c54c4-2be7-4ad8-8aaa-d84254210f49 - - - - -] Sending Creation of Listener 2bd7a572-539b-45ca-bcd4-5749e8b565d3 to handler 2019-10-07 13:32:56.150 15012 INFO octavia.common.config [req-dc4a297f-41e0-42dd-a2be-e06186316c94 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:56.211 15024 INFO octavia.api.v1.controllers.load_balancer [req-e8349504-1bce-468a-8406-815487dcf15f - - - - -] Sending updated Load Balancer 9de3dc67-c394-419a-aee2-d36bdfd06a73 to the handler 2019-10-07 13:32:56.173 15012 WARNING octavia.api.root_controller [req-dc4a297f-41e0-42dd-a2be-e06186316c94 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:56.185 15012 INFO octavia.api.v1.controllers.load_balancer [req-2dc4743b-5a0c-43ee-9d8b-cf2ba4832862 - - - - -] Sending created Load Balancer f58282a0-7349-4100-8c39-f77d9bbcd1f4 to the handler 2019-10-07 13:32:56.230 15006 INFO octavia.api.v1.controllers.l7rule [req-465a09c0-6659-486f-a6eb-82e8972e4c45 - - - - -] Sending Creation of L7Rule 71dbe604-a32d-4353-aa48-aade0f9ef586 to handler 2019-10-07 13:32:56.255 15020 INFO octavia.api.v1.controllers.l7policy [req-761fbc9a-df66-45b7-8913-7ef0afc07aa2 - - - - -] Sending Creation of L7Policy 8ff48125-2cb4-427a-8ef1-785038928a9c to handler 2019-10-07 13:32:56.225 15012 INFO octavia.api.v1.controllers.pool [req-83c78639-1eec-4368-9b9c-55b8fb05457d - - - - -] Sending Creation of Pool 27b1d651-b3ba-40dc-8eab-ef9fdf642c01 to handler 2019-10-07 13:32:56.282 15024 INFO octavia.api.v1.controllers.l7policy [req-8f22542c-42b7-46cc-ae60-44070a05ad16 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:56.285 15012 INFO octavia.api.v1.controllers.listener [req-1af134ac-c7e1-481d-8837-69cf48964629 - - - - -] Sending Creation of Listener 79bea0a8-2a71-4633-908a-3f6d45915dcf to handler 2019-10-07 13:32:56.329 15024 INFO oslo_db.sqlalchemy.provision [req-8f22542c-42b7-46cc-ae60-44070a05ad16 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:56.342 15006 INFO octavia.api.v1.controllers.l7rule [req-99cc6d5e-6227-415e-8bb0-01d43e9b4286 - - - - -] Sending Creation of L7Rule 6d538e65-4a72-4a69-bcf3-9faa54e11249 to handler 2019-10-07 13:32:56.341 15020 INFO octavia.api.v1.controllers.l7rule [req-1a017756-2457-4d74-9a04-9923c55cc721 - - - - -] Sending Creation of L7Rule 532de31f-771a-4f90-8a29-444339a64ce1 to handler 2019-10-07 13:32:56.335 15024 INFO oslo_db.sqlalchemy.provision [req-8f22542c-42b7-46cc-ae60-44070a05ad16 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN evcdpipwam 2019-10-07 13:32:56.335 15024 INFO oslo_db.sqlalchemy.provision [req-8f22542c-42b7-46cc-ae60-44070a05ad16 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_when_lb_pending_update [0.767688s] ... ok 2019-10-07 13:32:56.341 15024 INFO oslo_db.sqlalchemy.provision [req-8f22542c-42b7-46cc-ae60-44070a05ad16 - - - - -] CREATE BACKEND sqlite:// TOKEN ndobzgocrr 2019-10-07 13:32:56.425 15012 INFO oslo_db.sqlalchemy.provision [req-3cf4e7e8-dae5-4c46-9014-f03320b68f94 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:56.427 15012 INFO oslo_db.sqlalchemy.provision [req-3cf4e7e8-dae5-4c46-9014-f03320b68f94 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ilevedwtqa 2019-10-07 13:32:56.427 15012 INFO oslo_db.sqlalchemy.provision [req-3cf4e7e8-dae5-4c46-9014-f03320b68f94 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_project_id [0.354212s] ... ok 2019-10-07 13:32:56.427 15020 INFO octavia.api.v1.controllers.l7rule [req-e765d6e7-89d9-48ff-9971-429591a52680 - - - - -] Sending Deletion of L7Rule 532de31f-771a-4f90-8a29-444339a64ce1 to handler 2019-10-07 13:32:56.436 15012 INFO oslo_db.sqlalchemy.provision [req-3cf4e7e8-dae5-4c46-9014-f03320b68f94 - - - - -] CREATE BACKEND sqlite:// TOKEN pbqmhcofvn 2019-10-07 13:32:56.463 15006 INFO octavia.api.v1.controllers.l7rule [req-a01c30d3-8930-4f25-a5d3-987468662393 - - - - -] Sending Creation of L7Rule 719602ec-daaf-4c7b-a35a-df8b5ebf570b to handler 2019-10-07 13:32:56.490 15020 INFO oslo_db.sqlalchemy.provision [req-0996b68c-7d29-4d78-be7a-7932f7a52bbd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:56.491 15020 INFO oslo_db.sqlalchemy.provision [req-0996b68c-7d29-4d78-be7a-7932f7a52bbd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN efjfsoehkg 2019-10-07 13:32:56.491 15020 INFO oslo_db.sqlalchemy.provision [req-0996b68c-7d29-4d78-be7a-7932f7a52bbd - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete_with_bad_handler [0.489217s] ... ok 2019-10-07 13:32:56.509 15012 INFO octavia.common.config [req-3cf4e7e8-dae5-4c46-9014-f03320b68f94 - - - - -] Logging enabled! 2019-10-07 13:32:56.476 15024 INFO octavia.common.config [req-8f22542c-42b7-46cc-ae60-44070a05ad16 - - - - -] Logging enabled! 2019-10-07 13:32:56.479 15024 INFO octavia.common.config [req-8f22542c-42b7-46cc-ae60-44070a05ad16 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:56.519 15024 WARNING octavia.api.root_controller [req-8f22542c-42b7-46cc-ae60-44070a05ad16 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:56.495 15020 INFO oslo_db.sqlalchemy.provision [req-0996b68c-7d29-4d78-be7a-7932f7a52bbd - - - - -] CREATE BACKEND sqlite:// TOKEN qnckhsefoo 2019-10-07 13:32:56.512 15012 INFO octavia.common.config [req-3cf4e7e8-dae5-4c46-9014-f03320b68f94 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:56.533 15012 WARNING octavia.api.root_controller [req-3cf4e7e8-dae5-4c46-9014-f03320b68f94 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:56.543 15012 INFO octavia.api.v1.controllers.load_balancer [req-9e8ef0b8-99ad-4c40-a9a0-dc53806c8ca4 - - - - -] Sending created Load Balancer 96ac6313-d0b1-4b6e-8215-9c06063993dc to the handler 2019-10-07 13:32:56.541 15024 INFO octavia.api.v1.controllers.load_balancer [req-76283a24-7406-419b-b016-121a82570703 - - - - -] Sending created Load Balancer 0114b035-4503-4177-a3e2-1db367ac4d59 to the handler 2019-10-07 13:32:56.588 15024 INFO octavia.api.v1.controllers.listener [req-a012b63e-9e61-4124-86f3-63a89f04e593 - - - - -] Sending Creation of Listener d8a38cc6-af92-4093-bf7b-babdba31bc87 to handler 2019-10-07 13:32:56.583 15020 INFO octavia.common.config [req-0996b68c-7d29-4d78-be7a-7932f7a52bbd - - - - -] Logging enabled! 2019-10-07 13:32:56.583 15020 INFO octavia.common.config [req-0996b68c-7d29-4d78-be7a-7932f7a52bbd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:56.586 15006 INFO octavia.api.v1.controllers.l7rule [req-683f5463-64e6-4dd9-9280-7989d80ff272 - - - - -] Sending Creation of L7Rule b7e3a8cd-b005-47fb-a61c-8c962a0713b8 to handler 2019-10-07 13:32:56.607 15012 INFO octavia.api.v1.controllers.pool [req-9635705e-5d45-4ae9-84af-58be86dbd422 - - - - -] Sending Creation of Pool d0b9064c-2ec8-487f-88cd-25fb23cfd011 to handler 2019-10-07 13:32:56.608 15020 WARNING octavia.api.root_controller [req-0996b68c-7d29-4d78-be7a-7932f7a52bbd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:56.617 15020 INFO octavia.api.v1.controllers.load_balancer [req-b4cceaa5-b046-4d86-9ba4-1b3ab37a6bab - - - - -] Sending created Load Balancer 1dadfc48-10e5-4ea6-bb3c-cbf9a2767137 to the handler 2019-10-07 13:32:56.663 15024 INFO octavia.api.v1.controllers.l7policy [req-0f4834b2-8167-4a69-8b6c-bc63c6b2df71 - - - - -] Sending Creation of L7Policy 994a1e1a-4885-4bc4-b96b-26fcd95df69f to handler 2019-10-07 13:32:56.672 15012 INFO octavia.api.v1.controllers.listener [req-4ad777ae-e5e4-446d-b178-d15069b573e5 - - - - -] Sending Creation of Listener e0f84f5e-7743-4bf1-9cb6-7314417238b4 to handler 2019-10-07 13:32:56.703 15012 INFO oslo_db.sqlalchemy.provision [req-4ad777ae-e5e4-446d-b178-d15069b573e5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:56.705 15012 INFO oslo_db.sqlalchemy.provision [req-4ad777ae-e5e4-446d-b178-d15069b573e5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pbqmhcofvn 2019-10-07 13:32:56.705 15012 INFO oslo_db.sqlalchemy.provision [req-4ad777ae-e5e4-446d-b178-d15069b573e5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_valid_insert_headers [0.278362s] ... ok 2019-10-07 13:32:56.709 15012 INFO oslo_db.sqlalchemy.provision [req-4ad777ae-e5e4-446d-b178-d15069b573e5 - - - - -] CREATE BACKEND sqlite:// TOKEN atkbcwfbnl 2019-10-07 13:32:56.707 15006 INFO octavia.api.v1.controllers.l7rule [req-17f08ec6-9e1c-4331-9491-e124a11ab594 - - - - -] Sending Creation of L7Rule 46470f7e-e427-49c8-be46-4d06948ef9d2 to handler 2019-10-07 13:32:56.727 15024 INFO oslo_db.sqlalchemy.provision [req-4ba80e6a-7d69-4de7-a763-8793abda1877 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:56.730 15024 INFO oslo_db.sqlalchemy.provision [req-4ba80e6a-7d69-4de7-a763-8793abda1877 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ndobzgocrr 2019-10-07 13:32:56.732 15024 INFO oslo_db.sqlalchemy.provision [req-4ba80e6a-7d69-4de7-a763-8793abda1877 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_file_type_rule [0.397386s] ... ok 2019-10-07 13:32:56.736 15024 INFO oslo_db.sqlalchemy.provision [req-4ba80e6a-7d69-4de7-a763-8793abda1877 - - - - -] CREATE BACKEND sqlite:// TOKEN kvifbgglbc 2019-10-07 13:32:56.739 15020 INFO octavia.api.v1.controllers.listener [req-7abd4927-ed04-46ea-8064-bb7a03207258 - - - - -] Sending Creation of Listener 469e2f45-c2a5-4c62-ad3b-0460b8af7cf7 to handler 2019-10-07 13:32:56.807 15024 INFO octavia.common.config [req-4ba80e6a-7d69-4de7-a763-8793abda1877 - - - - -] Logging enabled! 2019-10-07 13:32:56.808 15024 INFO octavia.common.config [req-4ba80e6a-7d69-4de7-a763-8793abda1877 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:56.824 15006 INFO octavia.api.v1.controllers.l7rule [req-ba5f00f8-c9d6-4816-a8a4-3031da05474a - - - - -] Sending Creation of L7Rule e5547fe5-e21b-4ece-ac89-971b63eda383 to handler 2019-10-07 13:32:56.800 15012 INFO octavia.common.config [req-4ad777ae-e5e4-446d-b178-d15069b573e5 - - - - -] Logging enabled! 2019-10-07 13:32:56.800 15012 INFO octavia.common.config [req-4ad777ae-e5e4-446d-b178-d15069b573e5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:56.827 15012 WARNING octavia.api.root_controller [req-4ad777ae-e5e4-446d-b178-d15069b573e5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:56.838 15012 INFO octavia.api.v1.controllers.load_balancer [req-f1ed74b4-0353-4d39-9ac7-f80bb08c86b9 - - - - -] Sending created Load Balancer d8db4137-d667-45db-968d-ff6a652e36fa to the handler 2019-10-07 13:32:56.827 15020 INFO octavia.api.v1.controllers.l7policy [req-34636b82-3ba1-4542-8c71-5d777ab1a83c - - - - -] Sending Creation of L7Policy ad42dfe7-0ef8-4973-b931-ef0636609431 to handler 2019-10-07 13:32:56.831 15024 WARNING octavia.api.root_controller [req-4ba80e6a-7d69-4de7-a763-8793abda1877 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:56.843 15024 INFO octavia.api.v1.controllers.load_balancer [req-fa160580-66ac-4b10-94d6-ccbd0f15a143 - - - - -] Sending created Load Balancer 29709d59-005b-434b-ad7a-17a9e5691fb7 to the handler 2019-10-07 13:32:56.875 15024 INFO octavia.api.v1.controllers.listener [req-b797df2d-0485-4bad-b491-43cc2ec27acc - - - - -] Sending Creation of Listener a57324ef-8e15-418c-a27b-dd9a11a12ad2 to handler 2019-10-07 13:32:56.904 15020 INFO octavia.api.v1.controllers.l7rule [req-ed404853-05c3-4c5a-abd4-e8082ca47d92 - - - - -] Sending Creation of L7Rule 30b9dcbe-46ff-4250-a5e6-8de39872f2cf to handler 2019-10-07 13:32:56.882 15012 INFO octavia.api.v1.controllers.pool [req-7f625f25-21a8-40f3-9404-fd18cd49a2e8 - - - - -] Sending Creation of Pool cad9254d-4928-4753-994e-5ea0ba1ca663 to handler 2019-10-07 13:32:56.950 15024 INFO octavia.api.v1.controllers.l7policy [req-cf2fc2b2-ba32-4f2d-8e8a-fc3e914be8ff - - - - -] Sending Creation of L7Policy 1c311ccc-bd06-47aa-a450-678498b5f785 to handler 2019-10-07 13:32:56.949 15006 INFO octavia.api.v1.controllers.l7rule [req-d117926a-92d9-48d8-9144-0abe3bd34b3e - - - - -] Sending Creation of L7Rule 56b37f07-5c62-4708-8d89-67a863325723 to handler 2019-10-07 13:32:56.939 15012 INFO octavia.api.v1.controllers.listener [req-a1ca1596-d68d-4651-9e4f-cf8788b73f58 - - - - -] Sending Creation of Listener b0b99e94-f3db-4b55-8f98-562e27852b47 to handler 2019-10-07 13:32:57.021 15024 INFO oslo_db.sqlalchemy.provision [req-4431f5df-f9ef-41ed-a4d8-138333b954d2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:57.023 15024 INFO oslo_db.sqlalchemy.provision [req-4431f5df-f9ef-41ed-a4d8-138333b954d2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kvifbgglbc 2019-10-07 13:32:57.023 15024 INFO oslo_db.sqlalchemy.provision [req-4431f5df-f9ef-41ed-a4d8-138333b954d2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_path_rule [0.289416s] ... ok 2019-10-07 13:32:56.981 15020 INFO octavia.api.v1.controllers.l7rule [req-51f4a060-e511-4f52-9fcc-18b09a523345 - - - - -] Sending Creation of L7Rule 14dea30a-2e0f-4bb0-a8aa-d204303b9bc2 to handler 2019-10-07 13:32:57.026 15024 INFO oslo_db.sqlalchemy.provision [req-4431f5df-f9ef-41ed-a4d8-138333b954d2 - - - - -] CREATE BACKEND sqlite:// TOKEN ktztqfnhmj 2019-10-07 13:32:57.041 15020 INFO oslo_db.sqlalchemy.provision [req-c16707f5-e950-43b1-9ae4-d8d0a48e3602 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:57.042 15020 INFO oslo_db.sqlalchemy.provision [req-c16707f5-e950-43b1-9ae4-d8d0a48e3602 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qnckhsefoo 2019-10-07 13:32:57.042 15020 INFO oslo_db.sqlalchemy.provision [req-c16707f5-e950-43b1-9ae4-d8d0a48e3602 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_get_all [0.550544s] ... ok 2019-10-07 13:32:57.009 15012 INFO octavia.api.v1.controllers.listener [req-a61f0b95-11d3-4278-91ab-4b895bcef72d - - - - -] Sending Creation of Listener 896b8d6d-eb4e-4ae6-994f-0234c3a32260 to handler 2019-10-07 13:32:57.045 15020 INFO oslo_db.sqlalchemy.provision [req-c16707f5-e950-43b1-9ae4-d8d0a48e3602 - - - - -] CREATE BACKEND sqlite:// TOKEN nkxfapfifp 2019-10-07 13:32:57.086 15012 INFO octavia.api.v1.controllers.listener [req-dcf5c05c-3c9b-4712-a73c-2b8f4238924f - - - - -] Sending Creation of Listener 20fa2ee9-be2c-42d3-8b49-ca2983a52b58 to handler 2019-10-07 13:32:57.119 15020 INFO octavia.common.config [req-c16707f5-e950-43b1-9ae4-d8d0a48e3602 - - - - -] Logging enabled! 2019-10-07 13:32:57.119 15020 INFO octavia.common.config [req-c16707f5-e950-43b1-9ae4-d8d0a48e3602 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:57.082 15006 INFO octavia.api.v1.controllers.l7rule [req-5d97f30e-9810-4982-af2a-670d1db76fbf - - - - -] Sending Creation of L7Rule a621e41b-37e9-4e97-bd69-be2af2d529f7 to handler 2019-10-07 13:32:57.100 15024 INFO octavia.common.config [req-4431f5df-f9ef-41ed-a4d8-138333b954d2 - - - - -] Logging enabled! 2019-10-07 13:32:57.101 15024 INFO octavia.common.config [req-4431f5df-f9ef-41ed-a4d8-138333b954d2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:57.125 15024 WARNING octavia.api.root_controller [req-4431f5df-f9ef-41ed-a4d8-138333b954d2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:57.137 15024 INFO octavia.api.v1.controllers.load_balancer [req-9000cc28-7d05-4da8-8b66-9de61fc05b39 - - - - -] Sending created Load Balancer b6dad87c-182b-4f1c-871a-38ab5ca25562 to the handler 2019-10-07 13:32:57.170 15024 INFO octavia.api.v1.controllers.listener [req-8a1aa6ab-9395-46e5-ba09-ae9f95bae80c - - - - -] Sending Creation of Listener 6b529146-10f0-4943-823d-399b74f7f550 to handler 2019-10-07 13:32:57.143 15020 WARNING octavia.api.root_controller [req-c16707f5-e950-43b1-9ae4-d8d0a48e3602 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:57.152 15020 INFO octavia.api.v1.controllers.load_balancer [req-51f4722b-83fa-49a6-86e8-5ec3479fa0bd - - - - -] Sending created Load Balancer a2141da9-403b-45f3-a5e2-615f9dedb2d9 to the handler 2019-10-07 13:32:57.186 15020 INFO octavia.api.v1.controllers.listener [req-12f18e23-c5d5-40c6-b4a1-6404af64667a - - - - -] Sending Creation of Listener b0532d3e-96bc-48dd-a5f9-25a25fb40a16 to handler 2019-10-07 13:32:57.184 15012 INFO oslo_db.sqlalchemy.provision [req-7cb6e174-f7fe-4929-9ebb-405c670d5d32 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:57.186 15012 INFO oslo_db.sqlalchemy.provision [req-7cb6e174-f7fe-4929-9ebb-405c670d5d32 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN atkbcwfbnl 2019-10-07 13:32:57.186 15012 INFO oslo_db.sqlalchemy.provision [req-7cb6e174-f7fe-4929-9ebb-405c670d5d32 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_get_all [0.480177s] ... ok 2019-10-07 13:32:57.189 15012 INFO oslo_db.sqlalchemy.provision [req-7cb6e174-f7fe-4929-9ebb-405c670d5d32 - - - - -] CREATE BACKEND sqlite:// TOKEN jderqjfifb 2019-10-07 13:32:57.198 15006 INFO octavia.api.v1.controllers.l7rule [req-d2b7ddf0-5191-440e-9871-98790cf1ef72 - - - - -] Sending Creation of L7Rule 9fc5364a-5ea0-4176-960a-b40ca0ce3034 to handler 2019-10-07 13:32:57.267 15012 INFO octavia.common.config [req-7cb6e174-f7fe-4929-9ebb-405c670d5d32 - - - - -] Logging enabled! 2019-10-07 13:32:57.268 15012 INFO octavia.common.config [req-7cb6e174-f7fe-4929-9ebb-405c670d5d32 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:57.269 15020 INFO octavia.api.v1.controllers.l7policy [req-5c20912e-0501-4aac-955c-4e0377e36052 - - - - -] Sending Creation of L7Policy e2789083-48c2-4631-a46b-c36fba86899f to handler 2019-10-07 13:32:57.292 15012 WARNING octavia.api.root_controller [req-7cb6e174-f7fe-4929-9ebb-405c670d5d32 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:57.301 15012 INFO octavia.api.v1.controllers.load_balancer [req-444a33ce-0ff9-4942-98f3-9fe06e9acf6b - - - - -] Sending created Load Balancer 382d4f75-40e0-4c59-8159-ef4ab7e006dc to the handler 2019-10-07 13:32:57.314 15006 INFO octavia.api.v1.controllers.l7rule [req-88acf274-76c8-4a69-8770-270663954cde - - - - -] Sending Creation of L7Rule da4a2761-c708-42ec-95ef-c0a276da3ed9 to handler 2019-10-07 13:32:57.349 15024 INFO octavia.api.v1.controllers.l7policy [req-7840e3d0-af9a-4c88-9119-a41039951e07 - - - - -] Sending Creation of L7Policy 492e8ec2-ac0c-48d4-b2a8-58980fc6efea to handler 2019-10-07 13:32:57.339 15012 INFO octavia.api.v1.controllers.pool [req-25c63fc2-1a6c-4f11-a7ed-4e9b3352db6f - - - - -] Sending Creation of Pool 69ec2e75-f91c-48fe-869a-352465dc1c1c to handler 2019-10-07 13:32:57.374 15012 INFO oslo_db.sqlalchemy.provision [req-5de16ba0-9c7b-4abf-ab27-04d77a0bc5cf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:57.376 15012 INFO oslo_db.sqlalchemy.provision [req-5de16ba0-9c7b-4abf-ab27-04d77a0bc5cf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jderqjfifb 2019-10-07 13:32:57.376 15012 INFO oslo_db.sqlalchemy.provision [req-5de16ba0-9c7b-4abf-ab27-04d77a0bc5cf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_listeners_same_port ... SKIPPED: This test should pass with a validation layer. 2019-10-07 13:32:57.344 15020 INFO octavia.api.v1.controllers.l7rule [req-c772c83d-f99a-4362-a7b6-c3a545009857 - - - - -] Sending Creation of L7Rule 23573a61-d155-4f91-8752-835387808d91 to handler 2019-10-07 13:32:57.379 15012 INFO oslo_db.sqlalchemy.provision [req-5de16ba0-9c7b-4abf-ab27-04d77a0bc5cf - - - - -] CREATE BACKEND sqlite:// TOKEN aptumjzayg 2019-10-07 13:32:57.401 15024 ERROR octavia.api.v1.controllers.base [req-0a85c2e9-2d7f-4b2a-b8e6-5d1cc97cb8cf - - - - -] L7 Rule 7457bd20-2595-42bd-a2d0-6bbc38cd615a not found: None 2019-10-07 13:32:57.401 15024 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:32:57.401 15024 ERROR octavia.api.v1.controllers.base 2019-10-07 13:32:57.413 15024 INFO oslo_db.sqlalchemy.provision [req-0a85c2e9-2d7f-4b2a-b8e6-5d1cc97cb8cf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:57.414 15024 INFO oslo_db.sqlalchemy.provision [req-0a85c2e9-2d7f-4b2a-b8e6-5d1cc97cb8cf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ktztqfnhmj 2019-10-07 13:32:57.414 15024 INFO oslo_db.sqlalchemy.provision [req-0a85c2e9-2d7f-4b2a-b8e6-5d1cc97cb8cf - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_get [0.391190s] ... ok 2019-10-07 13:32:57.406 15020 INFO octavia.api.v1.controllers.l7rule [req-ce8d3edd-513b-45d3-aa72-b3c67b989cbe - - - - -] Sending Update of L7Rule 23573a61-d155-4f91-8752-835387808d91 to handler 2019-10-07 13:32:57.417 15024 INFO oslo_db.sqlalchemy.provision [req-0a85c2e9-2d7f-4b2a-b8e6-5d1cc97cb8cf - - - - -] CREATE BACKEND sqlite:// TOKEN mcgtyersqm 2019-10-07 13:32:57.457 15012 INFO octavia.common.config [req-5de16ba0-9c7b-4abf-ab27-04d77a0bc5cf - - - - -] Logging enabled! 2019-10-07 13:32:57.457 15012 INFO octavia.common.config [req-5de16ba0-9c7b-4abf-ab27-04d77a0bc5cf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:57.495 15024 INFO octavia.common.config [req-0a85c2e9-2d7f-4b2a-b8e6-5d1cc97cb8cf - - - - -] Logging enabled! 2019-10-07 13:32:57.495 15024 INFO octavia.common.config [req-0a85c2e9-2d7f-4b2a-b8e6-5d1cc97cb8cf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:57.507 15020 INFO oslo_db.sqlalchemy.provision [req-abad748c-8b88-454c-aa45-d940dc19f1a7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:57.508 15020 INFO oslo_db.sqlalchemy.provision [req-abad748c-8b88-454c-aa45-d940dc19f1a7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nkxfapfifp 2019-10-07 13:32:57.509 15020 INFO oslo_db.sqlalchemy.provision [req-abad748c-8b88-454c-aa45-d940dc19f1a7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update [0.466094s] ... ok 2019-10-07 13:32:57.519 15024 WARNING octavia.api.root_controller [req-0a85c2e9-2d7f-4b2a-b8e6-5d1cc97cb8cf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:57.529 15024 INFO octavia.api.v1.controllers.load_balancer [req-52c5057a-84b0-4562-9031-972bd057e660 - - - - -] Sending created Load Balancer d0eb6750-434b-4296-8655-b1cea98ca9d7 to the handler 2019-10-07 13:32:57.512 15020 INFO oslo_db.sqlalchemy.provision [req-abad748c-8b88-454c-aa45-d940dc19f1a7 - - - - -] CREATE BACKEND sqlite:// TOKEN mjbrjeinrk 2019-10-07 13:32:57.564 15024 INFO octavia.api.v1.controllers.listener [req-a563be18-17a4-4760-89e8-75810edcc76e - - - - -] Sending Creation of Listener 6a99e3f0-011d-4465-9ed9-04c5e5e4ebac to handler 2019-10-07 13:32:57.481 15012 WARNING octavia.api.root_controller [req-5de16ba0-9c7b-4abf-ab27-04d77a0bc5cf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:57.491 15012 INFO octavia.api.v1.controllers.load_balancer [req-c1fc3250-bb09-486b-a1e5-cf73de93572f - - - - -] Sending created Load Balancer 9cd8641c-2b46-4ea0-8507-465f1015522c to the handler 2019-10-07 13:32:57.531 15012 INFO octavia.api.v1.controllers.pool [req-9dfa0b8b-7443-470d-9155-12d7b088984f - - - - -] Sending Creation of Pool f6174f7b-e958-49d5-8918-283e41cca7fe to handler 2019-10-07 13:32:57.563 15012 INFO octavia.api.v1.controllers.load_balancer [req-58d51cab-293c-4399-b23a-bdd670423226 - - - - -] Sending created Load Balancer e1bec68e-67cf-4268-98a0-c7f8a435e36d to the handler 2019-10-07 13:32:57.582 15012 INFO octavia.api.v1.controllers.listener [req-c73fbd19-82b0-4e66-b1ca-4fbad7806a28 - - - - -] Load Balancer e1bec68e-67cf-4268-98a0-c7f8a435e36d is immutable. 2019-10-07 13:32:57.601 15012 INFO oslo_db.sqlalchemy.provision [req-c73fbd19-82b0-4e66-b1ca-4fbad7806a28 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:57.603 15012 INFO oslo_db.sqlalchemy.provision [req-c73fbd19-82b0-4e66-b1ca-4fbad7806a28 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aptumjzayg 2019-10-07 13:32:57.603 15012 INFO oslo_db.sqlalchemy.provision [req-c73fbd19-82b0-4e66-b1ca-4fbad7806a28 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_pending_create [0.226739s] ... ok 2019-10-07 13:32:57.606 15012 INFO oslo_db.sqlalchemy.provision [req-c73fbd19-82b0-4e66-b1ca-4fbad7806a28 - - - - -] CREATE BACKEND sqlite:// TOKEN cvjkxwpsfw 2019-10-07 13:32:57.435 15006 INFO octavia.api.v1.controllers.l7rule [req-f7ecf40c-f9ac-4326-a9d8-b2fd627b5914 - - - - -] Sending Creation of L7Rule ea1f5c82-a687-466a-a956-6e3e524a7edd to handler 2019-10-07 13:32:57.570 15006 INFO octavia.api.v1.controllers.l7rule [req-33e9cee1-6473-4c65-b976-aff20e433edb - - - - -] Sending Creation of L7Rule 6eb55017-b4f5-455c-836a-4fb0738bd45a to handler 2019-10-07 13:32:57.635 15024 INFO octavia.api.v1.controllers.l7policy [req-c5986f7b-6731-4527-958f-235c61be9eb9 - - - - -] Sending Creation of L7Policy 4076015e-42b0-4240-94ac-5338ce95a4ae to handler 2019-10-07 13:32:57.586 15020 INFO octavia.common.config [req-abad748c-8b88-454c-aa45-d940dc19f1a7 - - - - -] Logging enabled! 2019-10-07 13:32:57.586 15020 INFO octavia.common.config [req-abad748c-8b88-454c-aa45-d940dc19f1a7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:57.610 15020 WARNING octavia.api.root_controller [req-abad748c-8b88-454c-aa45-d940dc19f1a7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:57.619 15020 INFO octavia.api.v1.controllers.load_balancer [req-fa568c4f-8a24-43ee-8cca-2c3c5cc829a0 - - - - -] Sending created Load Balancer 11087532-e822-4575-9f88-01ad8daa9e3e to the handler 2019-10-07 13:32:57.656 15020 INFO octavia.api.v1.controllers.pool [req-14c6e39c-6021-467c-a51f-7e3d1f14e06b - - - - -] Sending Creation of Pool fecd0658-4e8d-40e7-9299-b5041fe89e52 to handler 2019-10-07 13:32:57.686 15012 INFO octavia.common.config [req-c73fbd19-82b0-4e66-b1ca-4fbad7806a28 - - - - -] Logging enabled! 2019-10-07 13:32:57.686 15012 INFO octavia.common.config [req-c73fbd19-82b0-4e66-b1ca-4fbad7806a28 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:57.708 15020 INFO oslo_db.sqlalchemy.provision [req-434d1dff-57bc-4d1a-889c-0b6701d8f4fd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:57.710 15020 INFO oslo_db.sqlalchemy.provision [req-434d1dff-57bc-4d1a-889c-0b6701d8f4fd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mjbrjeinrk 2019-10-07 13:32:57.710 15020 INFO oslo_db.sqlalchemy.provision [req-434d1dff-57bc-4d1a-889c-0b6701d8f4fd - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_bad_default_pool_id [0.201287s] ... ok 2019-10-07 13:32:57.704 15006 INFO octavia.api.v1.controllers.l7rule [req-ed56a753-ab03-45d3-ac14-c8c77987df8f - - - - -] Sending Creation of L7Rule 75925029-1f18-465e-bc76-f7b31dcbc5b3 to handler 2019-10-07 13:32:57.713 15020 INFO oslo_db.sqlalchemy.provision [req-434d1dff-57bc-4d1a-889c-0b6701d8f4fd - - - - -] CREATE BACKEND sqlite:// TOKEN hndbuvhglh 2019-10-07 13:32:57.717 15024 INFO octavia.api.v1.controllers.l7rule [req-93cf2a86-4a27-42c6-b3cd-36b2d3859311 - - - - -] Sending Creation of L7Rule 6e218e63-044c-4a9a-a868-7e38b9813cc5 to handler 2019-10-07 13:32:57.760 15024 INFO oslo_db.sqlalchemy.provision [req-a1eae277-2eb5-46d8-8604-b360526d544b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:57.762 15024 INFO oslo_db.sqlalchemy.provision [req-a1eae277-2eb5-46d8-8604-b360526d544b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mcgtyersqm 2019-10-07 13:32:57.762 15024 INFO oslo_db.sqlalchemy.provision [req-a1eae277-2eb5-46d8-8604-b360526d544b - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_update [0.347898s] ... ok 2019-10-07 13:32:57.829 15006 INFO octavia.api.v1.controllers.l7rule [req-383e4f72-5a43-4186-ad7c-fc0dddbad537 - - - - -] Sending Creation of L7Rule 9931cc5c-24b5-48e0-b9f1-19558b8e1f7c to handler 2019-10-07 13:32:57.765 15024 INFO oslo_db.sqlalchemy.provision [req-a1eae277-2eb5-46d8-8604-b360526d544b - - - - -] CREATE BACKEND sqlite:// TOKEN rpxjnudtwp 2019-10-07 13:32:57.710 15012 WARNING octavia.api.root_controller [req-c73fbd19-82b0-4e66-b1ca-4fbad7806a28 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:57.720 15012 INFO octavia.api.v1.controllers.load_balancer [req-f73c9e07-3167-4537-8182-6cd27eac434b - - - - -] Sending created Load Balancer e73a2ba8-c796-4b0d-b7d8-ccf0903de6d3 to the handler 2019-10-07 13:32:57.760 15012 INFO octavia.api.v1.controllers.pool [req-9d260ba7-e8dc-4719-b0d1-ccdb5fefc316 - - - - -] Sending Creation of Pool c9425082-7cc0-4e3a-9428-dec5a6d241e5 to handler 2019-10-07 13:32:57.819 15012 INFO octavia.api.v1.controllers.listener [req-59c03ee4-296b-4c37-98c6-cc6c3522ea7a - - - - -] Sending Creation of Listener 8c739c14-991b-4ff4-9a13-b5412adbee74 to handler 2019-10-07 13:32:57.787 15020 INFO octavia.common.config [req-434d1dff-57bc-4d1a-889c-0b6701d8f4fd - - - - -] Logging enabled! 2019-10-07 13:32:57.787 15020 INFO octavia.common.config [req-434d1dff-57bc-4d1a-889c-0b6701d8f4fd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:57.810 15020 WARNING octavia.api.root_controller [req-434d1dff-57bc-4d1a-889c-0b6701d8f4fd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:57.819 15020 INFO octavia.api.v1.controllers.load_balancer [req-57d98a78-d1cb-4355-b8f0-f02b79a26579 - - - - -] Sending created Load Balancer 5a7fe70c-3f49-4799-816c-62d8d45cb026 to the handler 2019-10-07 13:32:57.851 15020 INFO octavia.api.v1.controllers.pool [req-1c051f83-3ed2-43d9-a8df-59b17e01aad7 - - - - -] Sending Creation of Pool 30364fa1-d665-46df-8970-65db545885f9 to handler 2019-10-07 13:32:57.888 15020 INFO octavia.api.v1.controllers.load_balancer [req-aef42534-1bbe-4dfa-a1c5-d0c7a718e18f - - - - -] Sending created Load Balancer 19be6648-dcf6-47e5-bf49-903b69787d0f to the handler 2019-10-07 13:32:57.841 15024 INFO octavia.common.config [req-a1eae277-2eb5-46d8-8604-b360526d544b - - - - -] Logging enabled! 2019-10-07 13:32:57.842 15024 INFO octavia.common.config [req-a1eae277-2eb5-46d8-8604-b360526d544b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:57.866 15024 WARNING octavia.api.root_controller [req-a1eae277-2eb5-46d8-8604-b360526d544b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:57.876 15024 INFO octavia.api.v1.controllers.load_balancer [req-da8fdf26-51b0-4d53-a6eb-2c22f951c94f - - - - -] Sending created Load Balancer fba7e887-c6d9-4014-af42-364f6fef44f5 to the handler 2019-10-07 13:32:57.909 15024 INFO octavia.api.v1.controllers.listener [req-d9ce2d82-8371-470e-95de-8ac1e952c7e4 - - - - -] Sending Creation of Listener 8a5afa50-e747-453c-b33a-220cfccd2e47 to handler 2019-10-07 13:32:57.933 15020 INFO octavia.api.v1.controllers.listener [req-d497f133-d2eb-48f6-bb43-72463b8e6d54 - - - - -] Sending Creation of Listener 9ecae641-caab-4636-a5b3-152b8e11c4fb to handler 2019-10-07 13:32:57.953 15006 INFO octavia.api.v1.controllers.l7rule [req-72e03987-2876-4427-b1d5-70dd4d89a07e - - - - -] Sending Creation of L7Rule dbb7e61a-38b1-4880-b4e4-8c825ff0bf22 to handler 2019-10-07 13:32:57.990 15020 INFO octavia.api.v1.controllers.load_balancer [req-8e32e3d1-c388-4d21-b590-751e8b048cca - - - - -] Sending deleted Load Balancer 19be6648-dcf6-47e5-bf49-903b69787d0f to the handler 2019-10-07 13:32:57.991 15024 INFO octavia.api.v1.controllers.l7policy [req-6c1fda07-cd26-445c-b2a9-3749ea16b297 - - - - -] Sending Creation of L7Policy aa9d932d-5486-42d8-a438-50b861208934 to handler 2019-10-07 13:32:58.011 15020 INFO octavia.api.v1.controllers.listener [req-fb52130d-3433-4ac4-9fdf-f2f0ff33b320 - - - - -] Load Balancer 19be6648-dcf6-47e5-bf49-903b69787d0f is immutable. 2019-10-07 13:32:58.049 15020 INFO oslo_db.sqlalchemy.provision [req-fb52130d-3433-4ac4-9fdf-f2f0ff33b320 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:58.054 15020 INFO oslo_db.sqlalchemy.provision [req-fb52130d-3433-4ac4-9fdf-f2f0ff33b320 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hndbuvhglh 2019-10-07 13:32:58.054 15020 INFO oslo_db.sqlalchemy.provision [req-fb52130d-3433-4ac4-9fdf-f2f0ff33b320 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete_pending_delete [0.344024s] ... ok 2019-10-07 13:32:58.057 15020 INFO oslo_db.sqlalchemy.provision [req-fb52130d-3433-4ac4-9fdf-f2f0ff33b320 - - - - -] CREATE BACKEND sqlite:// TOKEN uchjjgybqv 2019-10-07 13:32:58.075 15012 INFO oslo_db.sqlalchemy.provision [req-4193227e-74b5-4b42-bcd1-0aa9c458f8f7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:58.077 15012 INFO oslo_db.sqlalchemy.provision [req-4193227e-74b5-4b42-bcd1-0aa9c458f8f7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cvjkxwpsfw 2019-10-07 13:32:58.077 15012 INFO oslo_db.sqlalchemy.provision [req-4193227e-74b5-4b42-bcd1-0aa9c458f8f7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_with_bad_default_pool_id [0.473980s] ... ok 2019-10-07 13:32:58.081 15012 INFO oslo_db.sqlalchemy.provision [req-4193227e-74b5-4b42-bcd1-0aa9c458f8f7 - - - - -] CREATE BACKEND sqlite:// TOKEN jpuhekxuip 2019-10-07 13:32:58.064 15024 INFO octavia.api.v1.controllers.l7rule [req-a34ba28b-2356-4989-ab14-8a982c33f23b - - - - -] Sending Creation of L7Rule 9e435834-687a-4233-a876-3e03b6237fe2 to handler 2019-10-07 13:32:58.097 15006 INFO octavia.api.v1.controllers.l7rule [req-8ae3aed3-b27f-4ceb-be14-8934b9f95c1e - - - - -] Sending Creation of L7Rule abc6991d-1fef-4c38-a365-3fc034b29db6 to handler 2019-10-07 13:32:58.147 15020 INFO octavia.common.config [req-fb52130d-3433-4ac4-9fdf-f2f0ff33b320 - - - - -] Logging enabled! 2019-10-07 13:32:58.147 15020 INFO octavia.common.config [req-fb52130d-3433-4ac4-9fdf-f2f0ff33b320 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:58.158 15012 INFO octavia.common.config [req-4193227e-74b5-4b42-bcd1-0aa9c458f8f7 - - - - -] Logging enabled! 2019-10-07 13:32:58.159 15012 INFO octavia.common.config [req-4193227e-74b5-4b42-bcd1-0aa9c458f8f7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:58.120 15024 INFO octavia.api.v1.controllers.load_balancer [req-b35fefb3-7348-401f-9794-9f370ef4eab8 - - - - -] Sending deleted Load Balancer fba7e887-c6d9-4014-af42-364f6fef44f5 to the handler 2019-10-07 13:32:58.148 15024 INFO octavia.api.v1.controllers.l7rule [req-aabe014c-4979-4826-ab15-2382bc41000d - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:58.169 15024 INFO oslo_db.sqlalchemy.provision [req-aabe014c-4979-4826-ab15-2382bc41000d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:58.172 15024 INFO oslo_db.sqlalchemy.provision [req-aabe014c-4979-4826-ab15-2382bc41000d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rpxjnudtwp 2019-10-07 13:32:58.172 15024 INFO oslo_db.sqlalchemy.provision [req-aabe014c-4979-4826-ab15-2382bc41000d - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_when_lb_pending_delete [0.409256s] ... ok 2019-10-07 13:32:58.175 15024 INFO oslo_db.sqlalchemy.provision [req-aabe014c-4979-4826-ab15-2382bc41000d - - - - -] CREATE BACKEND sqlite:// TOKEN qxtxcnmlzw 2019-10-07 13:32:58.183 15012 WARNING octavia.api.root_controller [req-4193227e-74b5-4b42-bcd1-0aa9c458f8f7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:58.193 15012 INFO octavia.api.v1.controllers.load_balancer [req-9c7446dd-51aa-469d-a430-a9969b7c738f - - - - -] Sending created Load Balancer 9fab76a9-f234-495b-be06-ad6cac9b9b59 to the handler 2019-10-07 13:32:58.186 15020 WARNING octavia.api.root_controller [req-fb52130d-3433-4ac4-9fdf-f2f0ff33b320 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:58.195 15020 INFO octavia.api.v1.controllers.load_balancer [req-924817ee-d914-4cab-81c5-f5892f0fe75e - - - - -] Sending created Load Balancer 043354fa-f4a7-4062-a70b-876cf0ea1912 to the handler 2019-10-07 13:32:58.237 15012 INFO octavia.api.v1.controllers.pool [req-bb252e7e-d9cb-4fc0-ac63-6330581b5b7e - - - - -] Sending Creation of Pool 77df25c5-530f-46f0-b2a9-949b044076c3 to handler 2019-10-07 13:32:58.245 15020 INFO octavia.api.v1.controllers.pool [req-78692a65-3378-49f5-922e-f0146a4720d2 - - - - -] Sending Creation of Pool 3eeeeead-0a92-483d-9617-8221435c8438 to handler 2019-10-07 13:32:58.245 15006 INFO octavia.api.v1.controllers.l7rule [req-336a6538-8718-45ac-bf1f-bcddcedef80d - - - - -] Sending Creation of L7Rule 71fe9256-944b-48f0-bd42-05a9adcaaf60 to handler 2019-10-07 13:32:58.289 15020 INFO oslo_db.sqlalchemy.provision [req-338d300d-02d7-4a97-b2f6-2fbca7fc2dde - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:58.291 15020 INFO oslo_db.sqlalchemy.provision [req-338d300d-02d7-4a97-b2f6-2fbca7fc2dde - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uchjjgybqv 2019-10-07 13:32:58.291 15020 INFO oslo_db.sqlalchemy.provision [req-338d300d-02d7-4a97-b2f6-2fbca7fc2dde - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_listener_bad_protocol ... SKIPPED: This test should pass after a validation layer. 2019-10-07 13:32:58.294 15020 INFO oslo_db.sqlalchemy.provision [req-338d300d-02d7-4a97-b2f6-2fbca7fc2dde - - - - -] CREATE BACKEND sqlite:// TOKEN vafmillenv 2019-10-07 13:32:58.251 15024 INFO octavia.common.config [req-aabe014c-4979-4826-ab15-2382bc41000d - - - - -] Logging enabled! 2019-10-07 13:32:58.251 15024 INFO octavia.common.config [req-aabe014c-4979-4826-ab15-2382bc41000d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:58.276 15024 WARNING octavia.api.root_controller [req-aabe014c-4979-4826-ab15-2382bc41000d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:58.286 15024 INFO octavia.api.v1.controllers.load_balancer [req-d29acd80-a15e-419f-8079-68bd9e25e8ce - - - - -] Sending created Load Balancer 7f9a56e6-c98d-4f5c-a4ca-145d56fa45a5 to the handler 2019-10-07 13:32:58.326 15024 INFO octavia.api.v1.controllers.listener [req-071868e4-deb6-4cda-8d1e-e84046c098ae - - - - -] Sending Creation of Listener 3656e549-b512-4d1c-b091-a18a1daf4cdf to handler 2019-10-07 13:32:58.297 15012 INFO octavia.api.v1.controllers.listener [req-bacbe294-db2c-4201-b849-e440b99cf80c - - - - -] Sending Creation of Listener a59189ee-b9cd-4381-ab76-a2c3666373c0 to handler 2019-10-07 13:32:58.384 15020 INFO octavia.common.config [req-338d300d-02d7-4a97-b2f6-2fbca7fc2dde - - - - -] Logging enabled! 2019-10-07 13:32:58.367 15012 INFO octavia.api.v1.controllers.listener [req-5e618109-6259-4e5d-9ef1-2604d424a735 - - - - -] Sending Update of Listener a59189ee-b9cd-4381-ab76-a2c3666373c0 to handler 2019-10-07 13:32:58.395 15020 INFO octavia.common.config [req-338d300d-02d7-4a97-b2f6-2fbca7fc2dde - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:58.405 15024 INFO octavia.api.v1.controllers.l7policy [req-0ea7bcbc-f508-4504-9dfd-c69093a1232c - - - - -] Sending Creation of L7Policy b0ab3527-b102-44d0-9a4b-a52099a87b60 to handler 2019-10-07 13:32:58.414 15012 INFO oslo_db.sqlalchemy.provision [req-c752f326-0563-477b-8e1a-fa5b23fecaee - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:58.415 15012 INFO oslo_db.sqlalchemy.provision [req-c752f326-0563-477b-8e1a-fa5b23fecaee - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jpuhekxuip 2019-10-07 13:32:58.416 15012 INFO oslo_db.sqlalchemy.provision [req-c752f326-0563-477b-8e1a-fa5b23fecaee - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_with_tls_termination_data [0.338085s] ... ok 2019-10-07 13:32:58.419 15020 WARNING octavia.api.root_controller [req-338d300d-02d7-4a97-b2f6-2fbca7fc2dde - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:58.428 15020 INFO octavia.api.v1.controllers.load_balancer [req-7c24a237-e2f4-4a9d-87ee-3195cea8809f - - - - -] Sending created Load Balancer ddcc71d5-2780-46b6-a7fa-70cd12c3ebd3 to the handler 2019-10-07 13:32:58.442 15006 INFO octavia.api.v1.controllers.l7rule [req-ee98c145-4b0a-4a2b-a799-a6c73e4c9080 - - - - -] Sending Creation of L7Rule eb9ab593-8998-4a22-8294-4f171647c800 to handler 2019-10-07 13:32:58.419 15012 INFO oslo_db.sqlalchemy.provision [req-c752f326-0563-477b-8e1a-fa5b23fecaee - - - - -] CREATE BACKEND sqlite:// TOKEN dnbowiibou 2019-10-07 13:32:58.471 15020 INFO octavia.api.v1.controllers.pool [req-b0e843df-835a-438c-93d7-103d47fbe05b - - - - -] Sending Creation of Pool 1f7606f3-95bb-47bd-bfee-d2fecd2a0f76 to handler 2019-10-07 13:32:58.495 15012 INFO octavia.common.config [req-c752f326-0563-477b-8e1a-fa5b23fecaee - - - - -] Logging enabled! 2019-10-07 13:32:58.495 15012 INFO octavia.common.config [req-c752f326-0563-477b-8e1a-fa5b23fecaee - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:58.513 15020 INFO octavia.api.v1.controllers.load_balancer [req-bc2fadf3-0c1f-4511-9a06-56895a905d8a - - - - -] Sending created Load Balancer a7598a53-8d74-453d-bd60-a8b163d2c9dc to the handler 2019-10-07 13:32:58.491 15024 INFO octavia.api.v1.controllers.l7rule [req-4e712699-db6b-4b8e-820b-4e3400296718 - - - - -] Sending Creation of L7Rule 8edc037e-0b9a-430b-85cf-1baff91370fe to handler 2019-10-07 13:32:58.520 15012 WARNING octavia.api.root_controller [req-c752f326-0563-477b-8e1a-fa5b23fecaee - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:58.539 15012 INFO oslo_db.sqlalchemy.provision [req-089e02c3-3831-4d11-a89a-34b253a0af7b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:58.540 15012 INFO oslo_db.sqlalchemy.provision [req-089e02c3-3831-4d11-a89a-34b253a0af7b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dnbowiibou 2019-10-07 13:32:58.541 15012 INFO oslo_db.sqlalchemy.provision [req-089e02c3-3831-4d11-a89a-34b253a0af7b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_network_subnet [0.124732s] ... ok 2019-10-07 13:32:58.544 15012 INFO oslo_db.sqlalchemy.provision [req-089e02c3-3831-4d11-a89a-34b253a0af7b - - - - -] CREATE BACKEND sqlite:// TOKEN cbcpqqqpfm 2019-10-07 13:32:58.549 15020 INFO octavia.api.v1.controllers.listener [req-f0fe9193-3218-45a6-af4b-d38ba8030d61 - - - - -] Sending Creation of Listener 5b38957e-2f07-405a-b535-f944f7865d0e to handler 2019-10-07 13:32:58.578 15006 INFO octavia.api.v1.controllers.l7rule [req-b5818a94-8892-4576-8c9e-38a9c9671d8a - - - - -] Sending Creation of L7Rule 39f4be4b-0ea5-4fcd-b63f-ab816d6e9c6b to handler 2019-10-07 13:32:58.581 15024 INFO oslo_db.sqlalchemy.provision [req-77446b90-1e4c-4615-92db-838502afbe18 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:58.582 15024 INFO oslo_db.sqlalchemy.provision [req-77446b90-1e4c-4615-92db-838502afbe18 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qxtxcnmlzw 2019-10-07 13:32:58.583 15024 INFO oslo_db.sqlalchemy.provision [req-77446b90-1e4c-4615-92db-838502afbe18 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_with_duplicate_id [0.410637s] ... ok 2019-10-07 13:32:58.604 15020 INFO octavia.api.v1.controllers.load_balancer [req-da831c83-8510-4f04-9e2e-a0189a03aafc - - - - -] Sending deleted Load Balancer a7598a53-8d74-453d-bd60-a8b163d2c9dc to the handler 2019-10-07 13:32:58.619 15012 INFO octavia.common.config [req-089e02c3-3831-4d11-a89a-34b253a0af7b - - - - -] Logging enabled! 2019-10-07 13:32:58.621 15012 INFO octavia.common.config [req-089e02c3-3831-4d11-a89a-34b253a0af7b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:58.645 15012 WARNING octavia.api.root_controller [req-089e02c3-3831-4d11-a89a-34b253a0af7b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:58.586 15024 INFO oslo_db.sqlalchemy.provision [req-77446b90-1e4c-4615-92db-838502afbe18 - - - - -] CREATE BACKEND sqlite:// TOKEN ufbhbvfbzl 2019-10-07 13:32:58.665 15012 INFO oslo_db.sqlalchemy.provision [req-6d69b114-ac5b-46d7-bdbb-156c950f9455 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:58.666 15012 INFO oslo_db.sqlalchemy.provision [req-6d69b114-ac5b-46d7-bdbb-156c950f9455 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cbcpqqqpfm 2019-10-07 13:32:58.666 15012 INFO oslo_db.sqlalchemy.provision [req-6d69b114-ac5b-46d7-bdbb-156c950f9455 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_long_name [0.125631s] ... ok 2019-10-07 13:32:58.676 15012 INFO oslo_db.sqlalchemy.provision [req-6d69b114-ac5b-46d7-bdbb-156c950f9455 - - - - -] CREATE BACKEND sqlite:// TOKEN vghmavnmhb 2019-10-07 13:32:58.683 15020 INFO octavia.api.v1.controllers.listener [req-905eced9-ac98-405b-bd62-b104338f90a2 - - - - -] Load Balancer a7598a53-8d74-453d-bd60-a8b163d2c9dc is immutable. 2019-10-07 13:32:58.662 15024 INFO octavia.common.config [req-77446b90-1e4c-4615-92db-838502afbe18 - - - - -] Logging enabled! 2019-10-07 13:32:58.662 15024 INFO octavia.common.config [req-77446b90-1e4c-4615-92db-838502afbe18 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:58.688 15024 WARNING octavia.api.root_controller [req-77446b90-1e4c-4615-92db-838502afbe18 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:58.698 15024 INFO octavia.api.v1.controllers.load_balancer [req-5cda7907-15a4-4fce-a988-182f204cf2ea - - - - -] Sending created Load Balancer ef1b11d6-fbe6-4ce1-a6b2-9c3c4ec44603 to the handler 2019-10-07 13:32:58.718 15020 INFO oslo_db.sqlalchemy.provision [req-905eced9-ac98-405b-bd62-b104338f90a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:58.720 15020 INFO oslo_db.sqlalchemy.provision [req-905eced9-ac98-405b-bd62-b104338f90a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vafmillenv 2019-10-07 13:32:58.720 15020 INFO oslo_db.sqlalchemy.provision [req-905eced9-ac98-405b-bd62-b104338f90a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_pending_delete [0.428413s] ... ok 2019-10-07 13:32:58.723 15020 INFO oslo_db.sqlalchemy.provision [req-905eced9-ac98-405b-bd62-b104338f90a2 - - - - -] CREATE BACKEND sqlite:// TOKEN gkdspqxonj 2019-10-07 13:32:58.749 15012 INFO octavia.common.config [req-6d69b114-ac5b-46d7-bdbb-156c950f9455 - - - - -] Logging enabled! 2019-10-07 13:32:58.719 15006 INFO octavia.api.v1.controllers.l7rule [req-9c1c80c7-df7c-448f-911b-67818e163234 - - - - -] Sending Creation of L7Rule c6d8d33c-9cf7-4daa-8555-2cbd99550b5b to handler 2019-10-07 13:32:58.736 15024 INFO octavia.api.v1.controllers.listener [req-60b62d3b-3055-48c4-9137-bf757e91d5d4 - - - - -] Sending Creation of Listener 9314d74d-c89b-4d29-b154-c1a0b06c8813 to handler 2019-10-07 13:32:58.752 15012 INFO octavia.common.config [req-6d69b114-ac5b-46d7-bdbb-156c950f9455 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:58.775 15012 WARNING octavia.api.root_controller [req-6d69b114-ac5b-46d7-bdbb-156c950f9455 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:58.791 15012 INFO oslo_db.sqlalchemy.provision [req-98d0541b-0402-4c95-b788-26c25ebc0434 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:58.792 15012 INFO oslo_db.sqlalchemy.provision [req-98d0541b-0402-4c95-b788-26c25ebc0434 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vghmavnmhb 2019-10-07 13:32:58.793 15012 INFO oslo_db.sqlalchemy.provision [req-98d0541b-0402-4c95-b788-26c25ebc0434 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_without_vip [0.125898s] ... ok 2019-10-07 13:32:58.796 15012 INFO oslo_db.sqlalchemy.provision [req-98d0541b-0402-4c95-b788-26c25ebc0434 - - - - -] CREATE BACKEND sqlite:// TOKEN pwzuxwppsu 2019-10-07 13:32:58.813 15024 INFO octavia.api.v1.controllers.l7policy [req-46515831-aa32-45dc-a655-aebb108378e9 - - - - -] Sending Creation of L7Policy b00d2eb8-1e23-4ba8-b22c-ea076edd4ac9 to handler 2019-10-07 13:32:58.855 15006 INFO octavia.api.v1.controllers.l7rule [req-098b9646-addc-474d-b9e4-313edf345e07 - - - - -] Sending Creation of L7Rule 67f29dbf-882e-4dda-bb17-10767a9d2e1b to handler 2019-10-07 13:32:58.825 15020 INFO octavia.common.config [req-905eced9-ac98-405b-bd62-b104338f90a2 - - - - -] Logging enabled! 2019-10-07 13:32:58.825 15020 INFO octavia.common.config [req-905eced9-ac98-405b-bd62-b104338f90a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:58.850 15020 WARNING octavia.api.root_controller [req-905eced9-ac98-405b-bd62-b104338f90a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:58.862 15020 INFO octavia.api.v1.controllers.load_balancer [req-b68f5510-6f3a-4773-8e45-119cd37053a2 - - - - -] Sending created Load Balancer 0cd920e6-bbba-4370-8ce5-02373b4f2dec to the handler 2019-10-07 13:32:58.873 15012 INFO octavia.common.config [req-98d0541b-0402-4c95-b788-26c25ebc0434 - - - - -] Logging enabled! 2019-10-07 13:32:58.874 15012 INFO octavia.common.config [req-98d0541b-0402-4c95-b788-26c25ebc0434 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:58.874 15024 INFO oslo_db.sqlalchemy.provision [req-18d8ebb7-2d93-4430-a360-2d197d65d61a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:58.876 15024 INFO oslo_db.sqlalchemy.provision [req-18d8ebb7-2d93-4430-a360-2d197d65d61a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ufbhbvfbzl 2019-10-07 13:32:58.876 15024 INFO oslo_db.sqlalchemy.provision [req-18d8ebb7-2d93-4430-a360-2d197d65d61a - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_empty_get_all [0.293311s] ... ok 2019-10-07 13:32:58.897 15020 INFO oslo_db.sqlalchemy.provision [req-dcf02c99-5447-440a-a47e-24b572ebefdd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:58.898 15020 INFO oslo_db.sqlalchemy.provision [req-dcf02c99-5447-440a-a47e-24b572ebefdd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gkdspqxonj 2019-10-07 13:32:58.899 15020 INFO oslo_db.sqlalchemy.provision [req-dcf02c99-5447-440a-a47e-24b572ebefdd - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create [0.178287s] ... ok 2019-10-07 13:32:58.879 15024 INFO oslo_db.sqlalchemy.provision [req-18d8ebb7-2d93-4430-a360-2d197d65d61a - - - - -] CREATE BACKEND sqlite:// TOKEN gikpztkmhs 2019-10-07 13:32:58.902 15020 INFO oslo_db.sqlalchemy.provision [req-dcf02c99-5447-440a-a47e-24b572ebefdd - - - - -] CREATE BACKEND sqlite:// TOKEN obcgphzwqs 2019-10-07 13:32:58.898 15012 WARNING octavia.api.root_controller [req-98d0541b-0402-4c95-b788-26c25ebc0434 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:58.908 15012 INFO octavia.api.v1.controllers.load_balancer [req-d772725d-f124-4093-8f10-b3fb7c5e1357 - - - - -] Sending created Load Balancer 7e037b05-35a4-41b7-8c9b-ac94878ee666 to the handler 2019-10-07 13:32:58.925 15012 INFO octavia.api.v1.controllers.load_balancer [req-638ec7da-efe6-4aaa-a4e8-f5e087eccd11 - - - - -] Load Balancer 7e037b05-35a4-41b7-8c9b-ac94878ee666 is immutable. 2019-10-07 13:32:58.955 15024 INFO octavia.common.config [req-18d8ebb7-2d93-4430-a360-2d197d65d61a - - - - -] Logging enabled! 2019-10-07 13:32:58.955 15024 INFO octavia.common.config [req-18d8ebb7-2d93-4430-a360-2d197d65d61a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:58.945 15012 INFO oslo_db.sqlalchemy.provision [req-638ec7da-efe6-4aaa-a4e8-f5e087eccd11 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:58.946 15012 INFO oslo_db.sqlalchemy.provision [req-638ec7da-efe6-4aaa-a4e8-f5e087eccd11 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pwzuxwppsu 2019-10-07 13:32:58.947 15012 INFO oslo_db.sqlalchemy.provision [req-638ec7da-efe6-4aaa-a4e8-f5e087eccd11 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_pending_create [0.153845s] ... ok 2019-10-07 13:32:58.950 15012 INFO oslo_db.sqlalchemy.provision [req-638ec7da-efe6-4aaa-a4e8-f5e087eccd11 - - - - -] CREATE BACKEND sqlite:// TOKEN jkuqkuygzi 2019-10-07 13:32:58.973 15006 INFO oslo_db.sqlalchemy.provision [req-300524f9-2185-4d21-9232-9db1d04f0462 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:58.974 15006 INFO oslo_db.sqlalchemy.provision [req-300524f9-2185-4d21-9232-9db1d04f0462 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eypzszmxdi 2019-10-07 13:32:58.975 15006 INFO oslo_db.sqlalchemy.provision [req-300524f9-2185-4d21-9232-9db1d04f0462 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_too_many_rules [5.797187s] ... ok 2019-10-07 13:32:58.978 15006 INFO oslo_db.sqlalchemy.provision [req-300524f9-2185-4d21-9232-9db1d04f0462 - - - - -] CREATE BACKEND sqlite:// TOKEN jjquvcxlsp 2019-10-07 13:32:58.981 15020 INFO octavia.common.config [req-dcf02c99-5447-440a-a47e-24b572ebefdd - - - - -] Logging enabled! 2019-10-07 13:32:58.982 15020 INFO octavia.common.config [req-dcf02c99-5447-440a-a47e-24b572ebefdd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:59.003 15020 WARNING octavia.api.root_controller [req-dcf02c99-5447-440a-a47e-24b572ebefdd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:58.979 15024 WARNING octavia.api.root_controller [req-18d8ebb7-2d93-4430-a360-2d197d65d61a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:58.989 15024 INFO octavia.api.v1.controllers.load_balancer [req-d1bf537c-0695-4a4c-a50d-d054077dcd65 - - - - -] Sending created Load Balancer 2e5d2eca-8a06-4c02-9d33-b841f335d418 to the handler 2019-10-07 13:32:59.027 15024 INFO octavia.api.v1.controllers.listener [req-1cd0960d-b00f-4073-b410-27ce98b204f9 - - - - -] Sending Creation of Listener c26923d6-e1e2-4f51-97ca-ed6a6885221c to handler 2019-10-07 13:32:59.029 15012 INFO octavia.common.config [req-638ec7da-efe6-4aaa-a4e8-f5e087eccd11 - - - - -] Logging enabled! 2019-10-07 13:32:59.030 15012 INFO octavia.common.config [req-638ec7da-efe6-4aaa-a4e8-f5e087eccd11 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:59.019 15020 INFO oslo_db.sqlalchemy.provision [req-f32ac886-95b8-4542-b206-0cb3a131cff3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:59.027 15020 INFO oslo_db.sqlalchemy.provision [req-f32ac886-95b8-4542-b206-0cb3a131cff3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN obcgphzwqs 2019-10-07 13:32:59.027 15020 INFO oslo_db.sqlalchemy.provision [req-f32ac886-95b8-4542-b206-0cb3a131cff3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_has_no_subnet [0.128394s] ... ok 2019-10-07 13:32:59.030 15020 INFO oslo_db.sqlalchemy.provision [req-f32ac886-95b8-4542-b206-0cb3a131cff3 - - - - -] CREATE BACKEND sqlite:// TOKEN flgttemfag 2019-10-07 13:32:59.054 15006 INFO octavia.common.config [req-300524f9-2185-4d21-9232-9db1d04f0462 - - - - -] Logging enabled! 2019-10-07 13:32:59.054 15006 INFO octavia.common.config [req-300524f9-2185-4d21-9232-9db1d04f0462 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:59.078 15006 WARNING octavia.api.root_controller [req-300524f9-2185-4d21-9232-9db1d04f0462 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:59.090 15006 INFO octavia.api.v1.controllers.load_balancer [req-af1c2906-e02d-41ea-84d4-4ddef3f3fca1 - - - - -] Sending created Load Balancer 8b8c19b2-18b3-42ce-8066-1daf78410661 to the handler 2019-10-07 13:32:59.106 15024 INFO octavia.api.v1.controllers.l7policy [req-5b6888dd-602b-4162-b3ff-554387a508df - - - - -] Sending Creation of L7Policy f668f401-5a7f-4936-b4b2-c3f33f63d3a3 to handler 2019-10-07 13:32:59.125 15006 INFO octavia.api.v1.controllers.listener [req-93ed1ef8-3208-4208-86a1-3faa736d00f7 - - - - -] Sending Creation of Listener 8e56e356-868e-48cd-80a7-e64c9bcab1b6 to handler 2019-10-07 13:32:59.108 15020 INFO octavia.common.config [req-f32ac886-95b8-4542-b206-0cb3a131cff3 - - - - -] Logging enabled! 2019-10-07 13:32:59.109 15020 INFO octavia.common.config [req-f32ac886-95b8-4542-b206-0cb3a131cff3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:59.129 15020 WARNING octavia.api.root_controller [req-f32ac886-95b8-4542-b206-0cb3a131cff3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:59.144 15020 INFO octavia.api.v1.controllers.load_balancer [req-3513a5a5-fbb9-4c49-9851-1bf311553bf8 - - - - -] Sending created Load Balancer b159d09b-cb43-4eb6-8277-2fa1a1c9a617 to the handler 2019-10-07 13:32:59.055 15012 WARNING octavia.api.root_controller [req-638ec7da-efe6-4aaa-a4e8-f5e087eccd11 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:59.066 15012 INFO octavia.api.v1.controllers.load_balancer [req-5a154c35-5d54-45c7-b3c1-bebd9757332f - - - - -] Sending created Load Balancer 48494b94-0d8f-4949-9836-1a2869fa4601 to the handler 2019-10-07 13:32:59.096 15012 INFO octavia.api.v1.controllers.load_balancer [req-e5503ff1-9f0a-4551-9af2-a0fac97c117b - - - - -] Sending updated Load Balancer 48494b94-0d8f-4949-9836-1a2869fa4601 to the handler 2019-10-07 13:32:59.115 15012 INFO octavia.api.v1.controllers.load_balancer [req-75eb0228-337b-4c80-8719-1a225b399df2 - - - - -] Load Balancer 48494b94-0d8f-4949-9836-1a2869fa4601 is immutable. 2019-10-07 13:32:59.132 15012 INFO oslo_db.sqlalchemy.provision [req-75eb0228-337b-4c80-8719-1a225b399df2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:59.134 15012 INFO oslo_db.sqlalchemy.provision [req-75eb0228-337b-4c80-8719-1a225b399df2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jkuqkuygzi 2019-10-07 13:32:59.134 15012 INFO oslo_db.sqlalchemy.provision [req-75eb0228-337b-4c80-8719-1a225b399df2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_pending_update [0.187373s] ... ok 2019-10-07 13:32:59.137 15012 INFO oslo_db.sqlalchemy.provision [req-75eb0228-337b-4c80-8719-1a225b399df2 - - - - -] CREATE BACKEND sqlite:// TOKEN cyqgpfzraa 2019-10-07 13:32:59.181 15020 INFO oslo_db.sqlalchemy.provision [req-ea627130-ff4c-45a8-9fae-877f7bf3d926 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:59.183 15020 INFO oslo_db.sqlalchemy.provision [req-ea627130-ff4c-45a8-9fae-877f7bf3d926 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN flgttemfag 2019-10-07 13:32:59.183 15020 INFO oslo_db.sqlalchemy.provision [req-ea627130-ff4c-45a8-9fae-877f7bf3d926 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv6 [0.155608s] ... ok 2019-10-07 13:32:59.183 15024 INFO octavia.api.v1.controllers.l7rule [req-249ecf60-35e3-44cd-a022-d8e1a4394fad - - - - -] Sending Creation of L7Rule 568df432-2464-41bd-b89f-b6bd9597019d to handler 2019-10-07 13:32:59.197 15006 INFO octavia.api.v1.controllers.l7policy [req-9d294bdc-7ad8-40c5-96a4-a86a9045d58a - - - - -] Sending Creation of L7Policy 59b4226c-5ac3-4456-8546-34f0f2f79d88 to handler 2019-10-07 13:32:59.186 15020 INFO oslo_db.sqlalchemy.provision [req-ea627130-ff4c-45a8-9fae-877f7bf3d926 - - - - -] CREATE BACKEND sqlite:// TOKEN vqtmutzwoz 2019-10-07 13:32:59.231 15024 INFO octavia.api.v1.controllers.load_balancer [req-afa81999-fe4f-448a-8134-3e38cb113211 - - - - -] Sending deleted Load Balancer 2e5d2eca-8a06-4c02-9d33-b841f335d418 to the handler 2019-10-07 13:32:59.262 15020 INFO octavia.common.config [req-ea627130-ff4c-45a8-9fae-877f7bf3d926 - - - - -] Logging enabled! 2019-10-07 13:32:59.263 15020 INFO octavia.common.config [req-ea627130-ff4c-45a8-9fae-877f7bf3d926 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:59.277 15006 INFO octavia.api.v1.controllers.l7rule [req-bd04e133-65fb-4695-ae87-291a4668475c - - - - -] Sending Creation of L7Rule 5aa34404-db5e-42c3-b37b-1c6501ee796c to handler 2019-10-07 13:32:59.259 15024 INFO octavia.api.v1.controllers.l7rule [req-4998d5e4-429e-4897-8d4a-03a9b12bfa48 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:59.278 15024 INFO oslo_db.sqlalchemy.provision [req-4998d5e4-429e-4897-8d4a-03a9b12bfa48 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:59.280 15024 INFO oslo_db.sqlalchemy.provision [req-4998d5e4-429e-4897-8d4a-03a9b12bfa48 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gikpztkmhs 2019-10-07 13:32:59.280 15024 INFO oslo_db.sqlalchemy.provision [req-4998d5e4-429e-4897-8d4a-03a9b12bfa48 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:32:59.214 15012 INFO octavia.common.config [req-75eb0228-337b-4c80-8719-1a225b399df2 - - - - -] Logging enabled! 2019-10-07 13:32:59.215 15012 INFO octavia.common.config [req-75eb0228-337b-4c80-8719-1a225b399df2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:59.238 15012 WARNING octavia.api.root_controller [req-75eb0228-337b-4c80-8719-1a225b399df2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:59.252 15012 INFO octavia.api.v1.controllers.load_balancer [req-914dda93-72b9-4336-a758-4b328ab7a9c2 - - - - -] Sending created Load Balancer 205d8a14-ef49-45c4-a553-e367a9867296 to the handler 2019-10-07 13:32:59.276 15012 INFO oslo_db.sqlalchemy.provision [req-15c491c8-2f70-419f-8ef2-f447baf7ff55 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:59.278 15012 INFO oslo_db.sqlalchemy.provision [req-15c491c8-2f70-419f-8ef2-f447baf7ff55 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cyqgpfzraa 2019-10-07 13:32:59.278 15012 INFO oslo_db.sqlalchemy.provision [req-15c491c8-2f70-419f-8ef2-f447baf7ff55 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:32:59.286 15020 WARNING octavia.api.root_controller [req-ea627130-ff4c-45a8-9fae-877f7bf3d926 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:59.296 15020 INFO octavia.api.v1.controllers.load_balancer [req-cea958cb-8bcf-41e1-ba2f-51e28e48af47 - - - - -] Sending created Load Balancer adf765f7-8bef-4503-bde3-3d18c6f711b3 to the handler 2019-10-07 13:32:59.330 15020 INFO oslo_db.sqlalchemy.provision [req-0ac4895f-50e4-4b07-a1c7-630e781d5e03 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:59.331 15020 INFO oslo_db.sqlalchemy.provision [req-0ac4895f-50e4-4b07-a1c7-630e781d5e03 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vqtmutzwoz 2019-10-07 13:32:59.332 15020 INFO oslo_db.sqlalchemy.provision [req-0ac4895f-50e4-4b07-a1c7-630e781d5e03 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:32:59.357 15006 INFO octavia.api.v1.controllers.l7rule [req-bf1049c8-8cdb-4a78-9aeb-ab6983931191 - - - - -] Sending Deletion of L7Rule 5aa34404-db5e-42c3-b37b-1c6501ee796c to handler 2019-10-07 13:32:59.450 15006 INFO oslo_db.sqlalchemy.provision [req-5a7c2d54-abff-4bf2-8316-1878031fb726 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:59.451 15006 INFO oslo_db.sqlalchemy.provision [req-5a7c2d54-abff-4bf2-8316-1878031fb726 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jjquvcxlsp 2019-10-07 13:32:59.451 15006 INFO oslo_db.sqlalchemy.provision [req-5a7c2d54-abff-4bf2-8316-1878031fb726 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get [0.365538s] ... ok {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete [0.534427s] ... ok 2019-10-07 13:32:59.512 15006 INFO oslo_db.sqlalchemy.provision [req-5a7c2d54-abff-4bf2-8316-1878031fb726 - - - - -] CREATE BACKEND sqlite:// TOKEN usubkcyknb {2} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_subnet_fills_network [0.312961s] ... ok 2019-10-07 13:32:59.499 15020 INFO oslo_db.sqlalchemy.provision [req-0ac4895f-50e4-4b07-a1c7-630e781d5e03 - - - - -] CREATE BACKEND sqlite:// TOKEN pkjpmmabpt {3} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_when_lb_pending_delete [0.619591s] ... ok 2019-10-07 13:32:59.500 15024 INFO oslo_db.sqlalchemy.provision [req-4998d5e4-429e-4897-8d4a-03a9b12bfa48 - - - - -] CREATE BACKEND sqlite:// TOKEN fgcpagpjrk 2019-10-07 13:32:59.503 15012 INFO oslo_db.sqlalchemy.provision [req-15c491c8-2f70-419f-8ef2-f447baf7ff55 - - - - -] CREATE BACKEND sqlite:// TOKEN tcdzrtcdkq 2019-10-07 13:32:59.629 15024 INFO octavia.common.config [req-4998d5e4-429e-4897-8d4a-03a9b12bfa48 - - - - -] Logging enabled! 2019-10-07 13:32:59.630 15024 INFO octavia.common.config [req-4998d5e4-429e-4897-8d4a-03a9b12bfa48 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:59.575 15012 INFO octavia.common.config [req-15c491c8-2f70-419f-8ef2-f447baf7ff55 - - - - -] Logging enabled! 2019-10-07 13:32:59.577 15012 INFO octavia.common.config [req-15c491c8-2f70-419f-8ef2-f447baf7ff55 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:59.599 15012 WARNING octavia.api.root_controller [req-15c491c8-2f70-419f-8ef2-f447baf7ff55 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:59.609 15012 INFO octavia.api.v1.controllers.load_balancer [req-a37b9e69-5b65-479c-9a3b-0ea5b2b90899 - - - - -] Sending created Load Balancer 02955803-3160-4ba8-a019-9cc097d337b1 to the handler 2019-10-07 13:32:59.624 15012 INFO octavia.api.v1.controllers.load_balancer [req-392f040b-9e88-4ace-b99b-dabcd7675483 - - - - -] Sending created Load Balancer bdd564bb-8eea-4e8f-be18-c96f296b8122 to the handler 2019-10-07 13:32:59.633 15012 INFO octavia.api.v1.controllers.load_balancer [req-2c8f1461-0870-47b8-bc92-d11b73275bbd - - - - -] Sending created Load Balancer 7b947802-fece-4e89-b7a5-defb6e6f9501 to the handler 2019-10-07 13:32:59.650 15006 INFO octavia.common.config [req-5a7c2d54-abff-4bf2-8316-1878031fb726 - - - - -] Logging enabled! 2019-10-07 13:32:59.651 15006 INFO octavia.common.config [req-5a7c2d54-abff-4bf2-8316-1878031fb726 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:59.685 15024 WARNING octavia.api.root_controller [req-4998d5e4-429e-4897-8d4a-03a9b12bfa48 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:59.695 15024 INFO octavia.api.v1.controllers.load_balancer [req-423a23f7-f31b-4a74-bd29-946f7c7ab93a - - - - -] Sending created Load Balancer 3baea02d-f874-49f5-8469-d9cdd89e9e85 to the handler 2019-10-07 13:32:59.671 15012 INFO oslo_db.sqlalchemy.provision [req-4496946f-5acc-4c07-9036-4b10990f202a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:59.672 15012 INFO oslo_db.sqlalchemy.provision [req-4496946f-5acc-4c07-9036-4b10990f202a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tcdzrtcdkq 2019-10-07 13:32:59.672 15012 INFO oslo_db.sqlalchemy.provision [req-4496946f-5acc-4c07-9036-4b10990f202a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get_all_by_project_id [0.172104s] ... ok 2019-10-07 13:32:59.572 15020 INFO octavia.common.config [req-0ac4895f-50e4-4b07-a1c7-630e781d5e03 - - - - -] Logging enabled! 2019-10-07 13:32:59.572 15020 INFO octavia.common.config [req-0ac4895f-50e4-4b07-a1c7-630e781d5e03 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:59.596 15020 WARNING octavia.api.root_controller [req-0ac4895f-50e4-4b07-a1c7-630e781d5e03 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:59.609 15020 INFO octavia.api.v1.controllers.load_balancer [req-3c61bef6-e30c-414d-acda-341a7db8d2f4 - - - - -] Sending created Load Balancer fbb246ff-9efc-4bf6-aa6a-11cdece86846 to the handler 2019-10-07 13:32:59.632 15020 INFO octavia.api.v1.controllers.load_balancer [req-273e5b8d-b84f-4a98-a7f3-8e7d5ecd3d00 - - - - -] Sending deleted Load Balancer fbb246ff-9efc-4bf6-aa6a-11cdece86846 to the handler 2019-10-07 13:32:59.642 15020 INFO octavia.api.v1.controllers.load_balancer [req-ce99ef64-27d2-44da-9bcb-7a7666282fe8 - - - - -] Load Balancer fbb246ff-9efc-4bf6-aa6a-11cdece86846 is immutable. 2019-10-07 13:32:59.665 15020 INFO oslo_db.sqlalchemy.provision [req-ce99ef64-27d2-44da-9bcb-7a7666282fe8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:59.666 15020 INFO oslo_db.sqlalchemy.provision [req-ce99ef64-27d2-44da-9bcb-7a7666282fe8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pkjpmmabpt 2019-10-07 13:32:59.666 15020 INFO oslo_db.sqlalchemy.provision [req-ce99ef64-27d2-44da-9bcb-7a7666282fe8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_pending_delete [0.169959s] ... ok 2019-10-07 13:32:59.702 15006 WARNING octavia.api.root_controller [req-5a7c2d54-abff-4bf2-8316-1878031fb726 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:59.711 15006 INFO octavia.api.v1.controllers.load_balancer [req-f6e35fa8-af57-4a2b-a842-cbce392afd5e - - - - -] Sending created Load Balancer 9639e491-ec48-4845-8f5a-1f65be65d9e6 to the handler 2019-10-07 13:32:59.676 15012 INFO oslo_db.sqlalchemy.provision [req-4496946f-5acc-4c07-9036-4b10990f202a - - - - -] CREATE BACKEND sqlite:// TOKEN mgipzfbyzb 2019-10-07 13:32:59.670 15020 INFO oslo_db.sqlalchemy.provision [req-ce99ef64-27d2-44da-9bcb-7a7666282fe8 - - - - -] CREATE BACKEND sqlite:// TOKEN pvqanuetbm 2019-10-07 13:32:59.753 15012 INFO octavia.common.config [req-4496946f-5acc-4c07-9036-4b10990f202a - - - - -] Logging enabled! 2019-10-07 13:32:59.754 15012 INFO octavia.common.config [req-4496946f-5acc-4c07-9036-4b10990f202a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:59.776 15024 INFO octavia.api.v1.controllers.pool [req-9bdebfc8-ad90-44b7-9104-d9165b6fadca - - - - -] Sending Creation of Pool aa5c15b1-ae3e-4cbb-ad7c-77ef36b007c0 to handler 2019-10-07 13:32:59.783 15006 INFO octavia.api.v1.controllers.listener [req-2d5a3ff2-640b-4371-b6a0-9fa706085142 - - - - -] Sending Creation of Listener abfeed20-d135-4369-85cd-930230673cbe to handler 2019-10-07 13:32:59.813 15020 INFO octavia.common.config [req-ce99ef64-27d2-44da-9bcb-7a7666282fe8 - - - - -] Logging enabled! 2019-10-07 13:32:59.813 15020 INFO octavia.common.config [req-ce99ef64-27d2-44da-9bcb-7a7666282fe8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:32:59.775 15012 WARNING octavia.api.root_controller [req-4496946f-5acc-4c07-9036-4b10990f202a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:59.783 15012 ERROR wsme.api [req-508dbbb4-88a4-488b-a9cf-0de8f8d408f4 - - - - -] 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.2/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.2/octavia/api/v1/controllers/load_balancer.py", line 173, in post load_balancer) File "/builddir/build/BUILD/octavia-2.1.2/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-10-07 13:32:59.796 15012 INFO oslo_db.sqlalchemy.provision [req-508dbbb4-88a4-488b-a9cf-0de8f8d408f4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:59.797 15012 INFO oslo_db.sqlalchemy.provision [req-508dbbb4-88a4-488b-a9cf-0de8f8d408f4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mgipzfbyzb 2019-10-07 13:32:59.797 15012 INFO oslo_db.sqlalchemy.provision [req-508dbbb4-88a4-488b-a9cf-0de8f8d408f4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_db_create_failure [0.124687s] ... ok 2019-10-07 13:32:59.852 15006 INFO octavia.api.v1.controllers.l7policy [req-a1eae4cc-54bf-4d11-aa09-573ed72f38f1 - - - - -] Sending Creation of L7Policy 9164b381-2cbd-4b27-967d-91bf93c6bd3d to handler 2019-10-07 13:32:59.848 15020 WARNING octavia.api.root_controller [req-ce99ef64-27d2-44da-9bcb-7a7666282fe8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:32:59.862 15020 INFO octavia.api.v1.controllers.load_balancer [req-5a2e417c-44a5-4311-8c32-5afe4e8d6c3b - - - - -] Sending created Load Balancer 4cb4044a-1876-4ca1-916f-16794d9e838e to the handler 2019-10-07 13:32:59.899 15020 INFO octavia.api.v1.controllers.load_balancer [req-260a3da3-624e-41ce-98f3-13fe694e93df - - - - -] Sending deleted Load Balancer 4cb4044a-1876-4ca1-916f-16794d9e838e to the handler 2019-10-07 13:32:59.913 15020 INFO oslo_db.sqlalchemy.provision [req-260a3da3-624e-41ce-98f3-13fe694e93df - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:59.915 15020 INFO oslo_db.sqlalchemy.provision [req-260a3da3-624e-41ce-98f3-13fe694e93df - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pvqanuetbm 2019-10-07 13:32:59.915 15020 INFO oslo_db.sqlalchemy.provision [req-260a3da3-624e-41ce-98f3-13fe694e93df - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:32:59.869 15024 INFO octavia.api.v1.controllers.listener [req-b517ae95-e7cf-47bf-9e81-c7d6ff84acc1 - - - - -] Sending Creation of Listener 5ec72adf-639c-4f9a-ab63-f0e62aecffd6 to handler 2019-10-07 13:32:59.922 15006 INFO octavia.api.v1.controllers.l7rule [req-2036e25e-1919-45fd-b260-c398f81e226b - - - - -] Sending Creation of L7Rule 856afdc3-f871-4548-91f5-de255114fe20 to handler 2019-10-07 13:32:59.973 15006 INFO octavia.api.v1.controllers.load_balancer [req-d2ac96bf-fe53-468e-8110-f66caf39a2d5 - - - - -] Sending deleted Load Balancer 9639e491-ec48-4845-8f5a-1f65be65d9e6 to the handler 2019-10-07 13:32:59.994 15006 INFO octavia.api.v1.controllers.l7rule [req-d36d539d-c054-4469-808e-1f8f9028dc3e - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:32:59.995 15024 INFO oslo_db.sqlalchemy.provision [req-b5f829e4-4e34-433c-a190-931ec128c402 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:32:59.997 15024 INFO oslo_db.sqlalchemy.provision [req-b5f829e4-4e34-433c-a190-931ec128c402 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fgcpagpjrk 2019-10-07 13:32:59.997 15024 INFO oslo_db.sqlalchemy.provision [req-b5f829e4-4e34-433c-a190-931ec128c402 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:00.013 15006 INFO oslo_db.sqlalchemy.provision [req-d36d539d-c054-4469-808e-1f8f9028dc3e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:00.015 15006 INFO oslo_db.sqlalchemy.provision [req-d36d539d-c054-4469-808e-1f8f9028dc3e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN usubkcyknb 2019-10-07 13:33:00.015 15006 INFO oslo_db.sqlalchemy.provision [req-d36d539d-c054-4469-808e-1f8f9028dc3e - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_defaults [0.588777s] ... ok 2019-10-07 13:33:00.081 15012 INFO oslo_db.sqlalchemy.provision [req-508dbbb4-88a4-488b-a9cf-0de8f8d408f4 - - - - -] CREATE BACKEND sqlite:// TOKEN xqmwyhbndl 2019-10-07 13:33:00.089 15024 INFO oslo_db.sqlalchemy.provision [req-b5f829e4-4e34-433c-a190-931ec128c402 - - - - -] CREATE BACKEND sqlite:// TOKEN jiykwglxpd {2} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_with_error_status [0.412430s] ... ok {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete_when_lb_pending_delete [0.589658s] ... ok 2019-10-07 13:33:00.083 15020 INFO oslo_db.sqlalchemy.provision [req-260a3da3-624e-41ce-98f3-13fe694e93df - - - - -] CREATE BACKEND sqlite:// TOKEN rkvjkzhmbx 2019-10-07 13:33:00.102 15006 INFO oslo_db.sqlalchemy.provision [req-d36d539d-c054-4469-808e-1f8f9028dc3e - - - - -] CREATE BACKEND sqlite:// TOKEN vnaxwlpqos 2019-10-07 13:33:00.151 15012 INFO octavia.common.config [req-508dbbb4-88a4-488b-a9cf-0de8f8d408f4 - - - - -] Logging enabled! 2019-10-07 13:33:00.152 15012 INFO octavia.common.config [req-508dbbb4-88a4-488b-a9cf-0de8f8d408f4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:00.175 15012 WARNING octavia.api.root_controller [req-508dbbb4-88a4-488b-a9cf-0de8f8d408f4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:00.194 15012 INFO oslo_db.sqlalchemy.provision [req-42035522-b2e6-430a-83e8-c242cb90e7bf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:00.196 15012 INFO oslo_db.sqlalchemy.provision [req-42035522-b2e6-430a-83e8-c242cb90e7bf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xqmwyhbndl 2019-10-07 13:33:00.196 15012 INFO oslo_db.sqlalchemy.provision [req-42035522-b2e6-430a-83e8-c242cb90e7bf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_bad_rule [0.398522s] ... ok 2019-10-07 13:33:00.183 15024 INFO octavia.common.config [req-b5f829e4-4e34-433c-a190-931ec128c402 - - - - -] Logging enabled! 2019-10-07 13:33:00.183 15024 INFO octavia.common.config [req-b5f829e4-4e34-433c-a190-931ec128c402 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:00.209 15024 WARNING octavia.api.root_controller [req-b5f829e4-4e34-433c-a190-931ec128c402 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:00.199 15012 INFO oslo_db.sqlalchemy.provision [req-42035522-b2e6-430a-83e8-c242cb90e7bf - - - - -] CREATE BACKEND sqlite:// TOKEN feecnyewiy 2019-10-07 13:33:00.214 15020 INFO octavia.common.config [req-260a3da3-624e-41ce-98f3-13fe694e93df - - - - -] Logging enabled! 2019-10-07 13:33:00.215 15020 INFO octavia.common.config [req-260a3da3-624e-41ce-98f3-13fe694e93df - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:00.231 15024 INFO octavia.api.v1.controllers.load_balancer [req-5adb860e-dd76-4ecb-b3c6-fdbb1ea8d150 - - - - -] Sending created Load Balancer de91f258-05b2-4d67-8149-1f745af7c936 to the handler 2019-10-07 13:33:00.268 15020 WARNING octavia.api.root_controller [req-260a3da3-624e-41ce-98f3-13fe694e93df - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:00.240 15006 INFO octavia.common.config [req-d36d539d-c054-4469-808e-1f8f9028dc3e - - - - -] Logging enabled! 2019-10-07 13:33:00.240 15006 INFO octavia.common.config [req-d36d539d-c054-4469-808e-1f8f9028dc3e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:00.265 15024 INFO octavia.api.v1.controllers.pool [req-6fec6700-1583-44bb-9720-52360da88047 - - - - -] Sending Creation of Pool b6e99711-fec1-4011-a198-bed08dbdfa96 to handler 2019-10-07 13:33:00.315 15024 INFO oslo_db.sqlalchemy.provision [req-a1861985-17f6-4fa0-987b-c52cb5ebd3a7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:00.316 15024 INFO oslo_db.sqlalchemy.provision [req-a1861985-17f6-4fa0-987b-c52cb5ebd3a7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jiykwglxpd 2019-10-07 13:33:00.316 15024 INFO oslo_db.sqlalchemy.provision [req-a1861985-17f6-4fa0-987b-c52cb5ebd3a7 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:00.280 15006 WARNING octavia.api.root_controller [req-d36d539d-c054-4469-808e-1f8f9028dc3e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:00.289 15006 INFO octavia.api.v1.controllers.load_balancer [req-cd197c5d-8acd-4f21-a94b-86503dd3fe8d - - - - -] Sending created Load Balancer 556203c1-8f65-402b-8d4f-a434ecc328f4 to the handler {3} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_listener_bad_protocol [0.231173s] ... ok 2019-10-07 13:33:00.280 15012 INFO octavia.common.config [req-42035522-b2e6-430a-83e8-c242cb90e7bf - - - - -] Logging enabled! 2019-10-07 13:33:00.281 15012 INFO octavia.common.config [req-42035522-b2e6-430a-83e8-c242cb90e7bf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:00.301 15012 WARNING octavia.api.root_controller [req-42035522-b2e6-430a-83e8-c242cb90e7bf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:00.328 15012 INFO octavia.api.v1.controllers.load_balancer [req-47e7d48e-f394-44ae-9cfa-cf8e1b69e037 - - - - -] Sending full load balancer configuration 4716499d-9bed-46c9-8ba9-9a70d8fec591 to the handler 2019-10-07 13:33:00.342 15012 INFO oslo_db.sqlalchemy.provision [req-47e7d48e-f394-44ae-9cfa-cf8e1b69e037 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:00.343 15012 INFO oslo_db.sqlalchemy.provision [req-47e7d48e-f394-44ae-9cfa-cf8e1b69e037 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN feecnyewiy 2019-10-07 13:33:00.344 15012 INFO oslo_db.sqlalchemy.provision [req-47e7d48e-f394-44ae-9cfa-cf8e1b69e037 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener [0.147191s] ... ok 2019-10-07 13:33:00.347 15012 INFO oslo_db.sqlalchemy.provision [req-47e7d48e-f394-44ae-9cfa-cf8e1b69e037 - - - - -] CREATE BACKEND sqlite:// TOKEN vyvqpgeoth 2019-10-07 13:33:00.334 15020 INFO octavia.api.v1.controllers.load_balancer [req-c505d130-ae1a-4773-8e7b-4b8c5db6611d - - - - -] Sending full load balancer configuration 2eb76ba4-4452-4f45-96e7-fc87703b0bcd to the handler 2019-10-07 13:33:00.348 15020 INFO oslo_db.sqlalchemy.provision [req-c505d130-ae1a-4773-8e7b-4b8c5db6611d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:00.390 15020 INFO oslo_db.sqlalchemy.provision [req-c505d130-ae1a-4773-8e7b-4b8c5db6611d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rkvjkzhmbx 2019-10-07 13:33:00.390 15020 INFO oslo_db.sqlalchemy.provision [req-c505d130-ae1a-4773-8e7b-4b8c5db6611d - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_member [0.310749s] ... ok 2019-10-07 13:33:00.320 15024 INFO oslo_db.sqlalchemy.provision [req-a1861985-17f6-4fa0-987b-c52cb5ebd3a7 - - - - -] CREATE BACKEND sqlite:// TOKEN ysqnpottqp 2019-10-07 13:33:00.393 15020 INFO oslo_db.sqlalchemy.provision [req-c505d130-ae1a-4773-8e7b-4b8c5db6611d - - - - -] CREATE BACKEND sqlite:// TOKEN vqbzxlcpoa 2019-10-07 13:33:00.370 15006 INFO octavia.api.v1.controllers.listener [req-919c01de-2a33-461c-b996-cdbde8dbf9d3 - - - - -] Sending Creation of Listener e89ea294-f768-453f-a0c9-6d8022651ba4 to handler 2019-10-07 13:33:00.405 15024 INFO octavia.common.config [req-a1861985-17f6-4fa0-987b-c52cb5ebd3a7 - - - - -] Logging enabled! 2019-10-07 13:33:00.406 15024 INFO octavia.common.config [req-a1861985-17f6-4fa0-987b-c52cb5ebd3a7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:00.430 15024 WARNING octavia.api.root_controller [req-a1861985-17f6-4fa0-987b-c52cb5ebd3a7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:00.439 15024 INFO octavia.api.v1.controllers.load_balancer [req-227ff992-a224-40ee-9e4b-ec61dd50cfc9 - - - - -] Sending created Load Balancer d2bc9944-e958-4066-a1b0-6b551d756ea4 to the handler 2019-10-07 13:33:00.426 15012 INFO octavia.common.config [req-47e7d48e-f394-44ae-9cfa-cf8e1b69e037 - - - - -] Logging enabled! 2019-10-07 13:33:00.428 15012 INFO octavia.common.config [req-47e7d48e-f394-44ae-9cfa-cf8e1b69e037 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:00.450 15012 WARNING octavia.api.root_controller [req-47e7d48e-f394-44ae-9cfa-cf8e1b69e037 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:00.480 15012 INFO octavia.api.v1.controllers.load_balancer [req-7285d21e-fb70-4c03-8644-da1cbf231ad7 - - - - -] Sending full load balancer configuration 3c1d4c25-e67c-444e-92d6-7e54a841eefa to the handler 2019-10-07 13:33:00.477 15024 INFO octavia.api.v1.controllers.pool [req-37f7cac5-32da-42bb-871f-40caf83a74a3 - - - - -] Sending Creation of Pool 87081182-f9e7-4714-ba4c-71a9a28474d1 to handler 2019-10-07 13:33:00.496 15012 INFO oslo_db.sqlalchemy.provision [req-7285d21e-fb70-4c03-8644-da1cbf231ad7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:00.497 15012 INFO oslo_db.sqlalchemy.provision [req-7285d21e-fb70-4c03-8644-da1cbf231ad7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vyvqpgeoth 2019-10-07 13:33:00.498 15012 INFO oslo_db.sqlalchemy.provision [req-7285d21e-fb70-4c03-8644-da1cbf231ad7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_sni_containers [0.153915s] ... ok 2019-10-07 13:33:00.501 15012 INFO oslo_db.sqlalchemy.provision [req-7285d21e-fb70-4c03-8644-da1cbf231ad7 - - - - -] CREATE BACKEND sqlite:// TOKEN leiwjqryez 2019-10-07 13:33:00.513 15006 INFO octavia.api.v1.controllers.l7policy [req-e14b0a1a-da73-4a34-ae18-7fd5a338d173 - - - - -] Sending Creation of L7Policy ce94defe-87b1-4cce-967b-fdcb4623368f to handler 2019-10-07 13:33:00.532 15024 INFO octavia.api.v1.controllers.listener [req-34ddd853-26cf-4a09-8ba8-871d3bc3c9ea - - - - -] Sending Creation of Listener 4cec5907-e041-4713-af49-8a447f7d3e1f to handler 2019-10-07 13:33:00.581 15024 INFO oslo_db.sqlalchemy.provision [req-cf0337f7-4e80-4edd-9fa6-6598f61dd287 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:00.582 15024 INFO oslo_db.sqlalchemy.provision [req-cf0337f7-4e80-4edd-9fa6-6598f61dd287 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ysqnpottqp 2019-10-07 13:33:00.583 15024 INFO oslo_db.sqlalchemy.provision [req-cf0337f7-4e80-4edd-9fa6-6598f61dd287 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_tls_termination_data [0.265935s] ... ok 2019-10-07 13:33:00.536 15020 INFO octavia.common.config [req-c505d130-ae1a-4773-8e7b-4b8c5db6611d - - - - -] Logging enabled! 2019-10-07 13:33:00.536 15020 INFO octavia.common.config [req-c505d130-ae1a-4773-8e7b-4b8c5db6611d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:00.567 15020 WARNING octavia.api.root_controller [req-c505d130-ae1a-4773-8e7b-4b8c5db6611d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:00.586 15024 INFO oslo_db.sqlalchemy.provision [req-cf0337f7-4e80-4edd-9fa6-6598f61dd287 - - - - -] CREATE BACKEND sqlite:// TOKEN rncmtnfcxi 2019-10-07 13:33:00.577 15012 INFO octavia.common.config [req-7285d21e-fb70-4c03-8644-da1cbf231ad7 - - - - -] Logging enabled! 2019-10-07 13:33:00.579 15012 INFO octavia.common.config [req-7285d21e-fb70-4c03-8644-da1cbf231ad7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:00.599 15012 WARNING octavia.api.root_controller [req-7285d21e-fb70-4c03-8644-da1cbf231ad7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. /usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py:253: SAWarning: Object of type not in session, add operation along 'Listener.l7policies' will not proceed (orm_util.state_class_str(state), operation, prop)) 2019-10-07 13:33:00.595 15006 INFO octavia.api.v1.controllers.l7policy [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] L7Policy 8a75ddf0-b0ae-49a7-8c08-f0baa841e688 not found. 2019-10-07 13:33:00.596 15006 INFO octavia.api.v1.controllers.l7policy [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] L7Policy 8a75ddf0-b0ae-49a7-8c08-f0baa841e688 not found. 2019-10-07 13:33:00.607 15006 INFO octavia.api.v1.controllers.l7policy [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] L7Policy 8a75ddf0-b0ae-49a7-8c08-f0baa841e688 not found. 2019-10-07 13:33:00.609 15006 INFO octavia.api.v1.controllers.l7policy [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] L7Policy 8a75ddf0-b0ae-49a7-8c08-f0baa841e688 not found. 2019-10-07 13:33:00.649 15006 INFO octavia.api.v1.controllers.l7policy [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] L7Policy 8a75ddf0-b0ae-49a7-8c08-f0baa841e688 not found. 2019-10-07 13:33:00.655 15020 INFO octavia.api.v1.controllers.load_balancer [req-c8c84559-3ddd-4ef3-8a08-7ea7ebbc9b8d - - - - -] Sending full load balancer configuration f8cb73b3-7e7f-4251-9f5d-aaa4fd828f67 to the handler 2019-10-07 13:33:00.668 15020 INFO oslo_db.sqlalchemy.provision [req-c8c84559-3ddd-4ef3-8a08-7ea7ebbc9b8d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:00.669 15020 INFO oslo_db.sqlalchemy.provision [req-c8c84559-3ddd-4ef3-8a08-7ea7ebbc9b8d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vqbzxlcpoa 2019-10-07 13:33:00.690 15020 INFO oslo_db.sqlalchemy.provision [req-c8c84559-3ddd-4ef3-8a08-7ea7ebbc9b8d - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_pool [0.299505s] ... ok 2019-10-07 13:33:00.700 15012 INFO octavia.api.v1.controllers.load_balancer [req-37caf372-a0b1-493a-8bf7-b5a3928cd564 - - - - -] Sending full load balancer configuration 1b37cf35-84af-4d42-8ca6-652c34920eb3 to the handler 2019-10-07 13:33:00.671 15006 INFO octavia.api.v1.controllers.l7policy [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] L7Policy 8a75ddf0-b0ae-49a7-8c08-f0baa841e688 not found. 2019-10-07 13:33:00.676 15006 INFO octavia.api.v1.controllers.l7policy [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] L7Policy 8a75ddf0-b0ae-49a7-8c08-f0baa841e688 not found. 2019-10-07 13:33:00.678 15006 INFO octavia.api.v1.controllers.l7policy [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] L7Policy 8a75ddf0-b0ae-49a7-8c08-f0baa841e688 not found. 2019-10-07 13:33:00.689 15006 INFO oslo_db.sqlalchemy.provision [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:00.711 15006 INFO oslo_db.sqlalchemy.provision [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vnaxwlpqos 2019-10-07 13:33:00.711 15006 INFO oslo_db.sqlalchemy.provision [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_get_bad_parent_policy [0.611691s] ... ok 2019-10-07 13:33:00.718 15012 INFO oslo_db.sqlalchemy.provision [req-37caf372-a0b1-493a-8bf7-b5a3928cd564 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:00.720 15012 INFO oslo_db.sqlalchemy.provision [req-37caf372-a0b1-493a-8bf7-b5a3928cd564 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN leiwjqryez 2019-10-07 13:33:00.720 15012 INFO oslo_db.sqlalchemy.provision [req-37caf372-a0b1-493a-8bf7-b5a3928cd564 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_of_everything [0.222524s] ... ok 2019-10-07 13:33:00.724 15012 INFO oslo_db.sqlalchemy.provision [req-37caf372-a0b1-493a-8bf7-b5a3928cd564 - - - - -] CREATE BACKEND sqlite:// TOKEN qqdvohakal 2019-10-07 13:33:00.714 15006 INFO oslo_db.sqlalchemy.provision [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] CREATE BACKEND sqlite:// TOKEN oogfuziqnv 2019-10-07 13:33:00.693 15020 INFO oslo_db.sqlalchemy.provision [req-c8c84559-3ddd-4ef3-8a08-7ea7ebbc9b8d - - - - -] CREATE BACKEND sqlite:// TOKEN tzvjmcyhep 2019-10-07 13:33:00.751 15024 INFO octavia.common.config [req-cf0337f7-4e80-4edd-9fa6-6598f61dd287 - - - - -] Logging enabled! 2019-10-07 13:33:00.751 15024 INFO octavia.common.config [req-cf0337f7-4e80-4edd-9fa6-6598f61dd287 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:00.775 15024 WARNING octavia.api.root_controller [req-cf0337f7-4e80-4edd-9fa6-6598f61dd287 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:00.785 15024 INFO octavia.api.v1.controllers.load_balancer [req-061096c0-8fa3-4293-9651-2010bff5cc2a - - - - -] Sending created Load Balancer 7db3d683-6630-43df-b435-cc1ac013260c to the handler 2019-10-07 13:33:00.820 15024 INFO octavia.api.v1.controllers.pool [req-0b41aa83-1d4a-4bbb-864c-b0259eae3d3a - - - - -] Sending Creation of Pool 8492476c-a29a-4d54-8691-33ce606295ef to handler 2019-10-07 13:33:00.823 15020 INFO octavia.common.config [req-c8c84559-3ddd-4ef3-8a08-7ea7ebbc9b8d - - - - -] Logging enabled! 2019-10-07 13:33:00.823 15020 INFO octavia.common.config [req-c8c84559-3ddd-4ef3-8a08-7ea7ebbc9b8d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:00.795 15012 INFO octavia.common.config [req-37caf372-a0b1-493a-8bf7-b5a3928cd564 - - - - -] Logging enabled! 2019-10-07 13:33:00.796 15012 INFO octavia.common.config [req-37caf372-a0b1-493a-8bf7-b5a3928cd564 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:00.816 15012 WARNING octavia.api.root_controller [req-37caf372-a0b1-493a-8bf7-b5a3928cd564 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:00.826 15012 INFO octavia.api.v1.controllers.load_balancer [req-71d01b3f-5050-415f-a0d2-3c296c7d2d1b - - - - -] Sending created Load Balancer 36f5d6a2-7281-4976-94be-64c88a0befac to the handler 2019-10-07 13:33:00.855 15006 INFO octavia.common.config [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] Logging enabled! 2019-10-07 13:33:00.857 15006 INFO octavia.common.config [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:00.875 15020 WARNING octavia.api.root_controller [req-c8c84559-3ddd-4ef3-8a08-7ea7ebbc9b8d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:00.884 15020 INFO octavia.api.v1.controllers.load_balancer [req-2a0e3618-fbc8-4c91-b4af-0739c978fc42 - - - - -] Sending created Load Balancer 50822181-fe59-4c70-b3bd-03dc5d40a9dc to the handler 2019-10-07 13:33:00.857 15012 INFO octavia.api.v1.controllers.listener [req-b8886cdd-91b8-43be-be6c-25b4e48aac66 - - - - -] Sending Creation of Listener 4bd2e4c4-6dcc-42f5-aebe-af8486048e98 to handler 2019-10-07 13:33:00.872 15024 INFO octavia.api.v1.controllers.listener [req-348ba13e-1872-4c34-b7f9-ce06880ed7fe - - - - -] Sending Creation of Listener d22aa7e1-d824-43e6-b20b-b8d222731475 to handler 2019-10-07 13:33:00.910 15012 INFO octavia.api.v1.controllers.pool [req-7dde65dc-d2e1-419c-a421-8e0bf3f41b22 - - - - -] Sending Creation of Pool 4417d1f3-e89d-4ef6-9b78-9b8e0a72e3df to handler 2019-10-07 13:33:00.902 15006 WARNING octavia.api.root_controller [req-0e765be9-72c8-42bb-a81a-22db5d8d64a4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:00.948 15024 INFO octavia.api.v1.controllers.listener [req-bcee3740-e607-40c3-8581-2f18506d13e1 - - - - -] Sending Deletion of Listener d22aa7e1-d824-43e6-b20b-b8d222731475 to handler 2019-10-07 13:33:00.919 15006 INFO octavia.api.v1.controllers.load_balancer [req-b58768e6-6afd-49b0-8a35-7c68d716c2b8 - - - - -] Sending created Load Balancer 4f4226ff-2aa6-4c36-a80a-245dc14a4c08 to the handler 2019-10-07 13:33:00.971 15020 INFO octavia.api.v1.controllers.listener [req-f344ba11-7c58-4914-b1a7-cc8f4832b78b - - - - -] Sending Creation of Listener 5a4933de-2784-41b7-a823-b530ae960a3f to handler 2019-10-07 13:33:01.004 15006 INFO octavia.api.v1.controllers.listener [req-fa64052c-dff8-4480-ba24-e23598d9678f - - - - -] Sending Creation of Listener 4351ab37-6045-4ec5-89aa-46ec06e40fe1 to handler 2019-10-07 13:33:01.020 15012 INFO octavia.api.v1.controllers.pool [req-424d4de5-4f21-4077-87ef-a211237b63e5 - - - - -] Sending Creation of Pool b84c6f86-d024-4cb1-a857-f19de535a69b to handler 2019-10-07 13:33:01.096 15012 ERROR octavia.api.v1.controllers.base [req-291d38bf-bd9c-4859-aa41-4659a517e571 - - - - -] Member fa792baf-5d36-4cad-9304-cbe2ca9980c7 not found: None 2019-10-07 13:33:01.096 15012 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:33:01.096 15012 ERROR octavia.api.v1.controllers.base 2019-10-07 13:33:01.110 15012 INFO oslo_db.sqlalchemy.provision [req-291d38bf-bd9c-4859-aa41-4659a517e571 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:01.112 15012 INFO oslo_db.sqlalchemy.provision [req-291d38bf-bd9c-4859-aa41-4659a517e571 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qqdvohakal 2019-10-07 13:33:01.112 15012 INFO oslo_db.sqlalchemy.provision [req-291d38bf-bd9c-4859-aa41-4659a517e571 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_delete [0.391481s] ... ok 2019-10-07 13:33:01.115 15012 INFO oslo_db.sqlalchemy.provision [req-291d38bf-bd9c-4859-aa41-4659a517e571 - - - - -] CREATE BACKEND sqlite:// TOKEN xhakfkdfmi 2019-10-07 13:33:01.143 15024 INFO oslo_db.sqlalchemy.provision [req-b72d2f58-7711-4799-9359-46f7c2489725 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:01.144 15024 INFO oslo_db.sqlalchemy.provision [req-b72d2f58-7711-4799-9359-46f7c2489725 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rncmtnfcxi 2019-10-07 13:33:01.144 15024 INFO oslo_db.sqlalchemy.provision [req-b72d2f58-7711-4799-9359-46f7c2489725 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete [0.561492s] ... ok 2019-10-07 13:33:01.147 15024 INFO oslo_db.sqlalchemy.provision [req-b72d2f58-7711-4799-9359-46f7c2489725 - - - - -] CREATE BACKEND sqlite:// TOKEN drsaytnbul 2019-10-07 13:33:01.079 15020 INFO octavia.api.v1.controllers.pool [req-a085e7b4-fbc4-4dfc-8ef2-3d065c9a72e6 - - - - -] Sending Creation of Pool b4a90032-e5e7-4015-8b65-60ff659fd8db to handler 2019-10-07 13:33:01.152 15006 INFO octavia.api.v1.controllers.l7policy [req-97a7b55a-7089-4f56-9ee3-ca36b759852c - - - - -] Sending Creation of L7Policy e517b528-97f6-4c56-bbca-1802a76269d2 to handler 2019-10-07 13:33:01.190 15012 INFO octavia.common.config [req-291d38bf-bd9c-4859-aa41-4659a517e571 - - - - -] Logging enabled! 2019-10-07 13:33:01.190 15012 INFO octavia.common.config [req-291d38bf-bd9c-4859-aa41-4659a517e571 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:01.213 15012 WARNING octavia.api.root_controller [req-291d38bf-bd9c-4859-aa41-4659a517e571 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:01.222 15012 INFO octavia.api.v1.controllers.load_balancer [req-d5ed5455-3cc3-4a69-bc3b-966326919692 - - - - -] Sending created Load Balancer ce0b1529-3aa3-4c3d-9950-52f6d65b9a95 to the handler 2019-10-07 13:33:01.231 15024 INFO octavia.common.config [req-b72d2f58-7711-4799-9359-46f7c2489725 - - - - -] Logging enabled! 2019-10-07 13:33:01.232 15024 INFO octavia.common.config [req-b72d2f58-7711-4799-9359-46f7c2489725 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:01.257 15024 WARNING octavia.api.root_controller [req-b72d2f58-7711-4799-9359-46f7c2489725 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:01.266 15024 INFO octavia.api.v1.controllers.load_balancer [req-b63c98bc-95fc-4f77-b549-d08f30b52f80 - - - - -] Sending created Load Balancer f6034b20-df64-45d0-814e-ff8422cfe8a2 to the handler 2019-10-07 13:33:01.291 15006 INFO octavia.api.v1.controllers.l7rule [req-1af4305b-9b64-401e-9e1e-850fcc6ccb87 - - - - -] Sending Creation of L7Rule fb75ffb3-8690-47e5-b524-99af536414bf to handler 2019-10-07 13:33:01.311 15024 INFO octavia.api.v1.controllers.pool [req-1765cca7-cf90-4a6a-9216-01918ee0bce2 - - - - -] Sending Creation of Pool 7778aca6-79e9-484f-a47c-0497b3da5635 to handler 2019-10-07 13:33:01.260 15020 INFO octavia.api.v1.controllers.pool [req-992b7387-f725-4c87-9e3e-d853ca776b38 - - - - -] Sending Creation of Pool e1b4a9cd-ff10-49f0-9bd6-a9988c6fd9b2 to handler 2019-10-07 13:33:01.344 15012 INFO octavia.api.v1.controllers.listener [req-6c14d0c9-df61-4cc7-9f93-08eec676a452 - - - - -] Sending Creation of Listener f176914e-3433-42df-ade1-69bc170201d1 to handler 2019-10-07 13:33:01.354 15024 INFO octavia.api.v1.controllers.listener [req-e4b06876-5951-4f2e-bf74-a08a7069af05 - - - - -] Listener SEAN-CONNERY not found. 2019-10-07 13:33:01.366 15024 INFO oslo_db.sqlalchemy.provision [req-e4b06876-5951-4f2e-bf74-a08a7069af05 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:01.367 15024 INFO oslo_db.sqlalchemy.provision [req-e4b06876-5951-4f2e-bf74-a08a7069af05 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN drsaytnbul 2019-10-07 13:33:01.367 15024 INFO oslo_db.sqlalchemy.provision [req-e4b06876-5951-4f2e-bf74-a08a7069af05 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete_bad_listener_id [0.222819s] ... ok 2019-10-07 13:33:01.371 15006 INFO octavia.api.v1.controllers.load_balancer [req-ed9d0003-dd1b-4b9e-9b8f-e7f5db918f02 - - - - -] Sending updated Load Balancer 4f4226ff-2aa6-4c36-a80a-245dc14a4c08 to the handler 2019-10-07 13:33:01.379 15024 INFO oslo_db.sqlalchemy.provision [req-e4b06876-5951-4f2e-bf74-a08a7069af05 - - - - -] CREATE BACKEND sqlite:// TOKEN fivplpbjjc 2019-10-07 13:33:01.405 15012 INFO octavia.api.v1.controllers.pool [req-726c7fdb-5b0c-4c77-8001-f48a6706ef43 - - - - -] Sending Creation of Pool bfadae00-2875-4052-afc4-00c61e082eb0 to handler 2019-10-07 13:33:01.429 15020 INFO oslo_db.sqlalchemy.provision [req-40987ec4-c2dc-4b10-a90b-18770e93f14d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:01.451 15020 INFO oslo_db.sqlalchemy.provision [req-40987ec4-c2dc-4b10-a90b-18770e93f14d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tzvjmcyhep 2019-10-07 13:33:01.451 15020 INFO oslo_db.sqlalchemy.provision [req-40987ec4-c2dc-4b10-a90b-18770e93f14d - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_create [0.761198s] ... ok 2019-10-07 13:33:01.437 15006 INFO octavia.api.v1.controllers.l7rule [req-68e8edee-6da4-44bc-9330-289aa89f610a - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:01.483 15006 INFO oslo_db.sqlalchemy.provision [req-68e8edee-6da4-44bc-9330-289aa89f610a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:01.484 15006 INFO oslo_db.sqlalchemy.provision [req-68e8edee-6da4-44bc-9330-289aa89f610a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oogfuziqnv 2019-10-07 13:33:01.485 15006 INFO oslo_db.sqlalchemy.provision [req-68e8edee-6da4-44bc-9330-289aa89f610a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_when_lb_pending_update [0.773493s] ... ok 2019-10-07 13:33:01.488 15006 INFO oslo_db.sqlalchemy.provision [req-68e8edee-6da4-44bc-9330-289aa89f610a - - - - -] CREATE BACKEND sqlite:// TOKEN izxbbcxaxf 2019-10-07 13:33:01.455 15020 INFO oslo_db.sqlalchemy.provision [req-40987ec4-c2dc-4b10-a90b-18770e93f14d - - - - -] CREATE BACKEND sqlite:// TOKEN bgofkbatvv 2019-10-07 13:33:01.459 15024 INFO octavia.common.config [req-e4b06876-5951-4f2e-bf74-a08a7069af05 - - - - -] Logging enabled! 2019-10-07 13:33:01.459 15024 INFO octavia.common.config [req-e4b06876-5951-4f2e-bf74-a08a7069af05 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:01.502 15012 INFO octavia.api.v1.controllers.pool [req-2351b3ad-08df-45ba-b73e-05d121bad09e - - - - -] Sending Creation of Pool bfb67261-655c-44c2-9e62-1cccf4c5bc71 to handler 2019-10-07 13:33:01.490 15024 WARNING octavia.api.root_controller [req-e4b06876-5951-4f2e-bf74-a08a7069af05 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:01.502 15024 INFO octavia.api.v1.controllers.load_balancer [req-0e41f745-8f05-4883-8596-9742ee492a48 - - - - -] Sending created Load Balancer e5ea8e59-3789-4da4-ad3f-0157a940e8ec to the handler 2019-10-07 13:33:01.544 15024 INFO octavia.api.v1.controllers.pool [req-e0785ff3-60a3-4c10-9e98-690c23ae7c4b - - - - -] Sending Creation of Pool 15f170a5-863a-4d3a-955a-2b0aac8e60fd to handler 2019-10-07 13:33:01.607 15024 INFO octavia.api.v1.controllers.listener [req-7780257f-33c5-4cc3-8d8a-c2f270e70ea8 - - - - -] Sending Creation of Listener 1ea0677f-8a59-4fe3-8bd5-ab0c11481804 to handler 2019-10-07 13:33:01.608 15012 INFO octavia.api.v1.controllers.member [req-bb5b16bb-1094-436f-8d08-b6d800e303ed - - - - -] Sending Creation of Member 2f9e5ec5-3e9a-41fa-b6b0-b1ff2a48e965 to handler 2019-10-07 13:33:01.593 15020 INFO octavia.common.config [req-40987ec4-c2dc-4b10-a90b-18770e93f14d - - - - -] Logging enabled! 2019-10-07 13:33:01.594 15020 INFO octavia.common.config [req-40987ec4-c2dc-4b10-a90b-18770e93f14d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:01.629 15006 INFO octavia.common.config [req-68e8edee-6da4-44bc-9330-289aa89f610a - - - - -] Logging enabled! 2019-10-07 13:33:01.629 15006 INFO octavia.common.config [req-68e8edee-6da4-44bc-9330-289aa89f610a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:01.671 15012 INFO oslo_db.sqlalchemy.provision [req-5c118c32-db9e-4cd2-bf06-5853994527d0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:01.672 15012 INFO oslo_db.sqlalchemy.provision [req-5c118c32-db9e-4cd2-bf06-5853994527d0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xhakfkdfmi 2019-10-07 13:33:01.673 15012 INFO oslo_db.sqlalchemy.provision [req-5c118c32-db9e-4cd2-bf06-5853994527d0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_bad_handler [0.560119s] ... ok 2019-10-07 13:33:01.672 15024 INFO oslo_db.sqlalchemy.provision [req-b1858133-1a97-4b03-83ed-6d96f2808f55 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:01.674 15024 INFO oslo_db.sqlalchemy.provision [req-b1858133-1a97-4b03-83ed-6d96f2808f55 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fivplpbjjc 2019-10-07 13:33:01.674 15024 INFO oslo_db.sqlalchemy.provision [req-b1858133-1a97-4b03-83ed-6d96f2808f55 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_listener.TestListener.test_get [0.306290s] ... ok 2019-10-07 13:33:01.676 15012 INFO oslo_db.sqlalchemy.provision [req-5c118c32-db9e-4cd2-bf06-5853994527d0 - - - - -] CREATE BACKEND sqlite:// TOKEN uirjmzyias 2019-10-07 13:33:01.677 15024 INFO oslo_db.sqlalchemy.provision [req-b1858133-1a97-4b03-83ed-6d96f2808f55 - - - - -] CREATE BACKEND sqlite:// TOKEN dkthhduhnz 2019-10-07 13:33:01.635 15020 WARNING octavia.api.root_controller [req-40987ec4-c2dc-4b10-a90b-18770e93f14d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:01.645 15020 INFO octavia.api.v1.controllers.load_balancer [req-c210ed15-302b-4113-8de0-12597e36c319 - - - - -] Sending created Load Balancer 55c1b466-bfab-4d7c-999a-b932010d6974 to the handler 2019-10-07 13:33:01.690 15006 WARNING octavia.api.root_controller [req-68e8edee-6da4-44bc-9330-289aa89f610a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:01.702 15006 INFO octavia.api.v1.controllers.load_balancer [req-8d790a36-4901-4a3d-9394-d0c06b4997db - - - - -] Sending created Load Balancer cc069f54-335a-493d-99ea-393a01abe43a to the handler 2019-10-07 13:33:01.757 15012 INFO octavia.common.config [req-5c118c32-db9e-4cd2-bf06-5853994527d0 - - - - -] Logging enabled! 2019-10-07 13:33:01.735 15020 INFO octavia.api.v1.controllers.listener [req-4362cf31-f3c1-4030-a666-21e824a5a7c8 - - - - -] Sending Creation of Listener 240eae4f-7609-4165-8383-76981607a61c to handler 2019-10-07 13:33:01.767 15006 INFO octavia.api.v1.controllers.listener [req-dae345a3-2782-4e22-956b-7edf08b1b262 - - - - -] Sending Creation of Listener bce03f00-b765-44e7-9748-90d6fe46922c to handler 2019-10-07 13:33:01.758 15024 INFO octavia.common.config [req-b1858133-1a97-4b03-83ed-6d96f2808f55 - - - - -] Logging enabled! 2019-10-07 13:33:01.758 15024 INFO octavia.common.config [req-b1858133-1a97-4b03-83ed-6d96f2808f55 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:01.762 15012 INFO octavia.common.config [req-5c118c32-db9e-4cd2-bf06-5853994527d0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:01.791 15024 WARNING octavia.api.root_controller [req-b1858133-1a97-4b03-83ed-6d96f2808f55 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:01.805 15024 INFO octavia.api.v1.controllers.load_balancer [req-a647e791-bca1-4903-acc0-337ee64ba8c0 - - - - -] Sending created Load Balancer 51dbc4ca-1632-415c-965a-80b5c2b8b4a1 to the handler 2019-10-07 13:33:01.784 15012 WARNING octavia.api.root_controller [req-5c118c32-db9e-4cd2-bf06-5853994527d0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:01.794 15012 INFO octavia.api.v1.controllers.load_balancer [req-aef7c588-b062-46c0-8392-2bbf505c1e16 - - - - -] Sending created Load Balancer a970b0fa-7b9f-4973-afb1-ec423b171c31 to the handler 2019-10-07 13:33:01.839 15012 INFO octavia.api.v1.controllers.listener [req-a1866928-f327-4170-9db4-bf6dc90f2e45 - - - - -] Sending Creation of Listener eda59f38-1137-4bbd-b528-c5cb5c069614 to handler 2019-10-07 13:33:01.842 15006 INFO octavia.api.v1.controllers.l7policy [req-4eb6abe8-9006-4943-b9ef-c0e8ba674634 - - - - -] Sending Creation of L7Policy eb96103d-ffaf-4689-9ba2-fbfd69e63d82 to handler 2019-10-07 13:33:01.898 15012 INFO octavia.api.v1.controllers.pool [req-85c1945f-5747-4fc7-a885-ca031135088f - - - - -] Sending Creation of Pool ff6304d4-f3d5-400a-92c9-05adab4a95d9 to handler 2019-10-07 13:33:01.891 15024 INFO octavia.api.v1.controllers.pool [req-cb90c533-7b0d-45e2-be1b-070162e17cf8 - - - - -] Sending Creation of Pool 70372d5f-3347-4587-b273-17a9eb06038d to handler 2019-10-07 13:33:01.883 15020 INFO octavia.api.v1.controllers.pool [req-e0d77c76-3aee-4d49-a685-4b964caccee9 - - - - -] Sending Creation of Pool bdbf1b02-b152-449c-9a1f-a30cbbdeb186 to handler 2019-10-07 13:33:01.916 15006 INFO octavia.api.v1.controllers.l7rule [req-11f2e1aa-234f-4e67-bf74-1e13fb18b099 - - - - -] Sending Creation of L7Rule 1f649615-8c05-4431-91f7-e1d42f976efa to handler 2019-10-07 13:33:01.969 15024 INFO octavia.api.v1.controllers.load_balancer [req-9209f78f-9ff4-4353-a0e5-9b27f10ec396 - - - - -] Load Balancer SEAN-CONNERY was not found. 2019-10-07 13:33:01.973 15024 INFO octavia.api.v1.controllers.load_balancer [req-9209f78f-9ff4-4353-a0e5-9b27f10ec396 - - - - -] Load Balancer SEAN-CONNERY was not found. 2019-10-07 13:33:01.984 15024 INFO oslo_db.sqlalchemy.provision [req-9209f78f-9ff4-4353-a0e5-9b27f10ec396 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:01.986 15024 INFO oslo_db.sqlalchemy.provision [req-9209f78f-9ff4-4353-a0e5-9b27f10ec396 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dkthhduhnz 2019-10-07 13:33:01.986 15024 INFO oslo_db.sqlalchemy.provision [req-9209f78f-9ff4-4353-a0e5-9b27f10ec396 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_listener.TestListener.test_get_all_bad_lb_id [0.312918s] ... ok 2019-10-07 13:33:01.972 15006 INFO octavia.api.v1.controllers.l7rule [req-1ec0c544-1f7c-47b0-8e3f-bcb235b11e01 - - - - -] Sending Update of L7Rule 1f649615-8c05-4431-91f7-e1d42f976efa to handler 2019-10-07 13:33:01.990 15024 INFO oslo_db.sqlalchemy.provision [req-9209f78f-9ff4-4353-a0e5-9b27f10ec396 - - - - -] CREATE BACKEND sqlite:// TOKEN haxuwwvudq 2019-10-07 13:33:01.999 15012 INFO octavia.api.v1.controllers.pool [req-5f894312-8138-4c05-a642-dfa318e01aa7 - - - - -] Sending Creation of Pool 18be1a27-8f3d-40d4-87b7-d61faa275dd6 to handler 2019-10-07 13:33:02.030 15006 INFO oslo_db.sqlalchemy.provision [req-760fb335-f172-4f73-b432-8a6435a522a7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:02.032 15006 INFO oslo_db.sqlalchemy.provision [req-760fb335-f172-4f73-b432-8a6435a522a7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN izxbbcxaxf 2019-10-07 13:33:02.032 15006 INFO oslo_db.sqlalchemy.provision [req-760fb335-f172-4f73-b432-8a6435a522a7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_with_bad_handler [0.547467s] ... ok 2019-10-07 13:33:02.036 15006 INFO oslo_db.sqlalchemy.provision [req-760fb335-f172-4f73-b432-8a6435a522a7 - - - - -] CREATE BACKEND sqlite:// TOKEN iqztsintqj 2019-10-07 13:33:02.065 15020 INFO octavia.api.v1.controllers.pool [req-7455719f-40d6-42cc-9abf-02317aab0b8d - - - - -] Sending Creation of Pool 2f8e476d-e487-4b28-94fb-1fa681421996 to handler 2019-10-07 13:33:02.103 15012 INFO octavia.api.v1.controllers.member [req-e13a74e5-7929-4fbc-904a-48ffc0f4d6ba - - - - -] Sending Creation of Member cf964cba-b0a5-4640-a636-95c17ceff616 to handler 2019-10-07 13:33:02.117 15012 INFO oslo_db.sqlalchemy.provision [req-e13a74e5-7929-4fbc-904a-48ffc0f4d6ba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:02.119 15012 INFO oslo_db.sqlalchemy.provision [req-e13a74e5-7929-4fbc-904a-48ffc0f4d6ba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uirjmzyias 2019-10-07 13:33:02.119 15012 INFO oslo_db.sqlalchemy.provision [req-e13a74e5-7929-4fbc-904a-48ffc0f4d6ba - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_id [0.449423s] ... ok 2019-10-07 13:33:02.125 15012 INFO oslo_db.sqlalchemy.provision [req-e13a74e5-7929-4fbc-904a-48ffc0f4d6ba - - - - -] CREATE BACKEND sqlite:// TOKEN bjmxbuxrhy 2019-10-07 13:33:02.136 15006 INFO octavia.common.config [req-760fb335-f172-4f73-b432-8a6435a522a7 - - - - -] Logging enabled! 2019-10-07 13:33:02.136 15006 INFO octavia.common.config [req-760fb335-f172-4f73-b432-8a6435a522a7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:02.151 15024 INFO octavia.common.config [req-9209f78f-9ff4-4353-a0e5-9b27f10ec396 - - - - -] Logging enabled! 2019-10-07 13:33:02.151 15024 INFO octavia.common.config [req-9209f78f-9ff4-4353-a0e5-9b27f10ec396 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:02.167 15006 WARNING octavia.api.root_controller [req-760fb335-f172-4f73-b432-8a6435a522a7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:02.176 15006 INFO octavia.api.v1.controllers.load_balancer [req-bd670a48-cd45-4b76-a43f-765d4e076a56 - - - - -] Sending created Load Balancer d94ed3cf-c011-40d6-83d5-ac0299d018ba to the handler 2019-10-07 13:33:02.193 15024 WARNING octavia.api.root_controller [req-9209f78f-9ff4-4353-a0e5-9b27f10ec396 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:02.228 15006 INFO octavia.api.v1.controllers.pool [req-e85f7019-be65-42ab-9a11-f4eaf738fefa - - - - -] Sending Creation of Pool 6c661cd8-18e2-40ed-b351-5cee46b8aeef to handler 2019-10-07 13:33:02.205 15020 ERROR octavia.api.v1.controllers.base [req-d65efed2-ebb9-4f19-850d-aa6009435e64 - - - - -] Member 04205e2f-d9b0-4341-a343-515c4bb4f707 not found: None 2019-10-07 13:33:02.205 15020 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:33:02.205 15020 ERROR octavia.api.v1.controllers.base 2019-10-07 13:33:02.216 15020 INFO oslo_db.sqlalchemy.provision [req-d65efed2-ebb9-4f19-850d-aa6009435e64 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:02.218 15020 INFO oslo_db.sqlalchemy.provision [req-d65efed2-ebb9-4f19-850d-aa6009435e64 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bgofkbatvv 2019-10-07 13:33:02.218 15020 INFO oslo_db.sqlalchemy.provision [req-d65efed2-ebb9-4f19-850d-aa6009435e64 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_get [0.766767s] ... ok 2019-10-07 13:33:02.221 15020 INFO oslo_db.sqlalchemy.provision [req-d65efed2-ebb9-4f19-850d-aa6009435e64 - - - - -] CREATE BACKEND sqlite:// TOKEN vjtagdyifg 2019-10-07 13:33:02.233 15024 INFO octavia.api.v1.controllers.load_balancer [req-90b92592-58d7-413a-80d8-3eb143f49877 - - - - -] Sending created Load Balancer 05ed827f-8482-41f1-a691-a15d7ecddcfc to the handler 2019-10-07 13:33:02.268 15024 INFO octavia.api.v1.controllers.pool [req-cb7b1d75-38b3-4e96-8aa3-84f8dcca1628 - - - - -] Sending Creation of Pool b862a8fd-039a-4b7e-af06-06a8df88f024 to handler 2019-10-07 13:33:02.203 15012 INFO octavia.common.config [req-e13a74e5-7929-4fbc-904a-48ffc0f4d6ba - - - - -] Logging enabled! 2019-10-07 13:33:02.204 15012 INFO octavia.common.config [req-e13a74e5-7929-4fbc-904a-48ffc0f4d6ba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:02.227 15012 WARNING octavia.api.root_controller [req-e13a74e5-7929-4fbc-904a-48ffc0f4d6ba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:02.237 15012 INFO octavia.api.v1.controllers.load_balancer [req-96d9c89d-e444-425e-81b0-8ff55062278b - - - - -] Sending created Load Balancer 870c16ce-79af-4e2c-93e4-5120c4d1e4b7 to the handler 2019-10-07 13:33:02.270 15012 INFO octavia.api.v1.controllers.listener [req-889f0fe9-9bdc-40cb-aeb5-a561676c4975 - - - - -] Sending Creation of Listener 9169eec8-52d8-4d1a-ac65-cbb10c861e43 to handler 2019-10-07 13:33:02.296 15006 INFO octavia.api.v1.controllers.listener [req-63f312b1-f982-4cf9-ba91-8e506131fbfe - - - - -] Sending Creation of Listener 67a460cc-0840-4e37-93d7-934bd08f1b09 to handler 2019-10-07 13:33:02.337 15012 INFO octavia.api.v1.controllers.pool [req-f370de62-e7c3-4297-b885-9cf1f7af8e14 - - - - -] Sending Creation of Pool 01735536-c49b-438c-aabe-56fe324ca938 to handler 2019-10-07 13:33:02.379 15006 INFO oslo_db.sqlalchemy.provision [req-31df5b69-5a29-4da3-9f8a-7eea628ce560 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:02.382 15006 INFO oslo_db.sqlalchemy.provision [req-31df5b69-5a29-4da3-9f8a-7eea628ce560 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iqztsintqj 2019-10-07 13:33:02.382 15006 INFO oslo_db.sqlalchemy.provision [req-31df5b69-5a29-4da3-9f8a-7eea628ce560 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_listeners_same_port [0.349906s] ... ok 2019-10-07 13:33:02.300 15020 INFO octavia.common.config [req-d65efed2-ebb9-4f19-850d-aa6009435e64 - - - - -] Logging enabled! 2019-10-07 13:33:02.301 15020 INFO octavia.common.config [req-d65efed2-ebb9-4f19-850d-aa6009435e64 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:02.324 15020 WARNING octavia.api.root_controller [req-d65efed2-ebb9-4f19-850d-aa6009435e64 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:02.336 15020 INFO octavia.api.v1.controllers.load_balancer [req-95328b45-c84f-4cdd-b66f-00d40af1c5b0 - - - - -] Sending created Load Balancer 68465105-87c2-4e93-9372-42e3768d6929 to the handler 2019-10-07 13:33:02.368 15020 INFO octavia.api.v1.controllers.listener [req-b5efc77f-ba4d-4f09-b5db-643e7a56ceaf - - - - -] Sending Creation of Listener 3424b868-4034-438b-81fc-df5686310704 to handler 2019-10-07 13:33:02.386 15006 INFO oslo_db.sqlalchemy.provision [req-31df5b69-5a29-4da3-9f8a-7eea628ce560 - - - - -] CREATE BACKEND sqlite:// TOKEN sdurcyxkcd 2019-10-07 13:33:02.402 15024 INFO octavia.api.v1.controllers.listener [req-7d6acd3f-d78a-4d0e-9cba-844dbd43a6e6 - - - - -] Sending Creation of Listener 316aea5b-f54f-47ac-a5c8-9ee15a03c67e to handler 2019-10-07 13:33:02.425 15020 INFO octavia.api.v1.controllers.pool [req-88cfad08-f52b-4609-a7cc-3370e0914f43 - - - - -] Sending Creation of Pool e7728c5b-aa27-47c6-8ab7-9a7233862824 to handler 2019-10-07 13:33:02.459 15006 INFO octavia.common.config [req-31df5b69-5a29-4da3-9f8a-7eea628ce560 - - - - -] Logging enabled! 2019-10-07 13:33:02.459 15006 INFO octavia.common.config [req-31df5b69-5a29-4da3-9f8a-7eea628ce560 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:02.435 15012 INFO octavia.api.v1.controllers.pool [req-ddbfbc0f-c577-46f6-9ed7-47435a9d9eb3 - - - - -] Sending Creation of Pool 36b1aa05-e5df-4acc-8525-f4989ed63f72 to handler 2019-10-07 13:33:02.537 15012 INFO octavia.api.v1.controllers.member [req-d06ce0f3-49c7-4395-b6c4-fb564bfa7160 - - - - -] Sending Creation of Member bfa954a5-19b0-46f4-b67e-c90dfbd80135 to handler 2019-10-07 13:33:02.550 15012 INFO oslo_db.sqlalchemy.provision [req-d06ce0f3-49c7-4395-b6c4-fb564bfa7160 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:02.551 15012 INFO oslo_db.sqlalchemy.provision [req-d06ce0f3-49c7-4395-b6c4-fb564bfa7160 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bjmxbuxrhy 2019-10-07 13:33:02.552 15012 INFO oslo_db.sqlalchemy.provision [req-d06ce0f3-49c7-4395-b6c4-fb564bfa7160 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_project_id [0.429050s] ... ok 2019-10-07 13:33:02.483 15006 WARNING octavia.api.root_controller [req-31df5b69-5a29-4da3-9f8a-7eea628ce560 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:02.493 15006 INFO octavia.api.v1.controllers.load_balancer [req-89a60242-fe68-44ff-b461-e9f1b5699318 - - - - -] Sending created Load Balancer 92303398-09fa-4ac1-968a-51294e16bdfb to the handler 2019-10-07 13:33:02.527 15006 INFO octavia.api.v1.controllers.pool [req-9b5fe716-c6d4-448c-a275-88906b224005 - - - - -] Sending Creation of Pool 14f7350d-a776-49af-a4c7-cd5f0212ed8d to handler 2019-10-07 13:33:02.585 15006 INFO oslo_db.sqlalchemy.provision [req-6a66c479-6174-4bd0-8bae-6a2bc2c076bb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:02.587 15006 INFO oslo_db.sqlalchemy.provision [req-6a66c479-6174-4bd0-8bae-6a2bc2c076bb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sdurcyxkcd 2019-10-07 13:33:02.587 15006 INFO oslo_db.sqlalchemy.provision [req-6a66c479-6174-4bd0-8bae-6a2bc2c076bb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_over_quota [0.204270s] ... ok 2019-10-07 13:33:02.508 15020 INFO octavia.api.v1.controllers.pool [req-3193ed81-ac6c-434a-b74d-baa0dcfb48d5 - - - - -] Sending Creation of Pool 265ed700-4c73-4373-add8-913a17cc2042 to handler 2019-10-07 13:33:02.555 15012 INFO oslo_db.sqlalchemy.provision [req-d06ce0f3-49c7-4395-b6c4-fb564bfa7160 - - - - -] CREATE BACKEND sqlite:// TOKEN hmimlkygyk 2019-10-07 13:33:02.595 15006 INFO oslo_db.sqlalchemy.provision [req-6a66c479-6174-4bd0-8bae-6a2bc2c076bb - - - - -] CREATE BACKEND sqlite:// TOKEN cphlcqrxno 2019-10-07 13:33:02.558 15024 INFO octavia.api.v1.controllers.listener [req-af468b0f-58b4-4139-ad3b-0505ce989d66 - - - - -] Sending Update of Listener 316aea5b-f54f-47ac-a5c8-9ee15a03c67e to handler 2019-10-07 13:33:02.629 15012 INFO octavia.common.config [req-d06ce0f3-49c7-4395-b6c4-fb564bfa7160 - - - - -] Logging enabled! 2019-10-07 13:33:02.629 15012 INFO octavia.common.config [req-d06ce0f3-49c7-4395-b6c4-fb564bfa7160 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:02.613 15020 INFO octavia.api.v1.controllers.member [req-2fdde4b6-e0cf-47df-a789-4b6a13d1c883 - - - - -] Sending Creation of Member 43942dcc-4bd0-4ce3-89e7-748ba82e151d to handler 2019-10-07 13:33:02.651 15020 INFO oslo_db.sqlalchemy.provision [req-1743af5f-910b-421f-b846-af83fd3b0769 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:02.653 15020 INFO oslo_db.sqlalchemy.provision [req-1743af5f-910b-421f-b846-af83fd3b0769 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vjtagdyifg 2019-10-07 13:33:02.653 15020 INFO oslo_db.sqlalchemy.provision [req-1743af5f-910b-421f-b846-af83fd3b0769 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_update [0.434561s] ... ok 2019-10-07 13:33:02.662 15006 INFO octavia.common.config [req-6a66c479-6174-4bd0-8bae-6a2bc2c076bb - - - - -] Logging enabled! 2019-10-07 13:33:02.663 15006 INFO octavia.common.config [req-6a66c479-6174-4bd0-8bae-6a2bc2c076bb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:02.650 15012 WARNING octavia.api.root_controller [req-d06ce0f3-49c7-4395-b6c4-fb564bfa7160 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:02.660 15012 INFO octavia.api.v1.controllers.load_balancer [req-526173e7-ce95-46bc-b7e8-0da87759679b - - - - -] Sending created Load Balancer 5450b820-a2e5-46a9-9218-dcc4c2523370 to the handler 2019-10-07 13:33:02.656 15020 INFO oslo_db.sqlalchemy.provision [req-1743af5f-910b-421f-b846-af83fd3b0769 - - - - -] CREATE BACKEND sqlite:// TOKEN jjxjudazoc 2019-10-07 13:33:02.694 15012 INFO octavia.api.v1.controllers.listener [req-686fc917-763b-4824-882b-0f1822d9fec0 - - - - -] Sending Creation of Listener c0e53582-a211-4301-bd82-5455d28efc97 to handler 2019-10-07 13:33:02.721 15024 INFO oslo_db.sqlalchemy.provision [req-70527e54-ede1-4269-82d1-d9681d04c148 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:02.723 15024 INFO oslo_db.sqlalchemy.provision [req-70527e54-ede1-4269-82d1-d9681d04c148 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN haxuwwvudq 2019-10-07 13:33:02.723 15024 INFO oslo_db.sqlalchemy.provision [req-70527e54-ede1-4269-82d1-d9681d04c148 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_listener.TestListener.test_update [0.735919s] ... ok 2019-10-07 13:33:02.736 15020 INFO octavia.common.config [req-1743af5f-910b-421f-b846-af83fd3b0769 - - - - -] Logging enabled! 2019-10-07 13:33:02.736 15020 INFO octavia.common.config [req-1743af5f-910b-421f-b846-af83fd3b0769 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:02.755 15012 INFO octavia.api.v1.controllers.pool [req-7c65c2c2-116c-459a-a1bd-ca3d00e804a9 - - - - -] Sending Creation of Pool 2ad2d24b-0c2e-476a-84e6-cfebd6e1069d to handler 2019-10-07 13:33:02.686 15006 WARNING octavia.api.root_controller [req-6a66c479-6174-4bd0-8bae-6a2bc2c076bb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:02.699 15006 INFO octavia.api.v1.controllers.load_balancer [req-76e03555-7c3d-4467-96d6-76b5b2173b64 - - - - -] Sending created Load Balancer 4c4ab1f8-3cef-41f8-8095-6b631595671f to the handler 2019-10-07 13:33:02.726 15024 INFO oslo_db.sqlalchemy.provision [req-70527e54-ede1-4269-82d1-d9681d04c148 - - - - -] CREATE BACKEND sqlite:// TOKEN rswqyuvoqt 2019-10-07 13:33:02.763 15020 WARNING octavia.api.root_controller [req-1743af5f-910b-421f-b846-af83fd3b0769 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:02.772 15020 INFO octavia.api.v1.controllers.load_balancer [req-909aa8b9-792b-4899-80af-7c99cdaffa5b - - - - -] Sending created Load Balancer 675f81d4-a20b-4da1-b886-478aadd50451 to the handler 2019-10-07 13:33:02.739 15006 INFO octavia.api.v1.controllers.pool [req-7fc2d2e2-3485-41aa-a30a-439327053812 - - - - -] Sending Creation of Pool c5160458-082b-4978-8171-57f553107240 to handler 2019-10-07 13:33:02.808 15020 INFO octavia.api.v1.controllers.listener [req-666382ba-dc58-403b-a7ed-bc1bf91c5b9e - - - - -] Sending Creation of Listener a3bd94df-4f64-4146-9597-f9d670d2fc00 to handler 2019-10-07 13:33:02.839 15012 INFO octavia.api.v1.controllers.pool [req-9bfb6e83-1f94-473a-8ffb-e2a10bdc5d4c - - - - -] Sending Creation of Pool 18c458ce-1ee0-4f6e-bd38-d7ce9ad70df2 to handler 2019-10-07 13:33:02.866 15024 INFO octavia.common.config [req-70527e54-ede1-4269-82d1-d9681d04c148 - - - - -] Logging enabled! 2019-10-07 13:33:02.866 15024 INFO octavia.common.config [req-70527e54-ede1-4269-82d1-d9681d04c148 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:02.861 15020 INFO octavia.api.v1.controllers.pool [req-fab9bb7b-783f-48f2-a816-4e3c37269b99 - - - - -] Sending Creation of Pool b4219e44-6147-4fbd-afcf-b6ba0c26b46d to handler 2019-10-07 13:33:02.897 15006 INFO oslo_db.sqlalchemy.provision [req-efc03b9d-d34b-41f3-aa33-d3122422cb32 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:02.899 15006 INFO oslo_db.sqlalchemy.provision [req-efc03b9d-d34b-41f3-aa33-d3122422cb32 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cphlcqrxno 2019-10-07 13:33:02.899 15006 INFO oslo_db.sqlalchemy.provision [req-efc03b9d-d34b-41f3-aa33-d3122422cb32 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_bad_insert_headers [0.316382s] ... ok 2019-10-07 13:33:02.930 15012 INFO octavia.api.v1.controllers.member [req-edfe4534-370a-4828-8e59-f4fafd057079 - - - - -] Sending Creation of Member 09b0dd68-a05b-48a0-a311-640716465239 to handler 2019-10-07 13:33:02.917 15024 WARNING octavia.api.root_controller [req-70527e54-ede1-4269-82d1-d9681d04c148 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:02.942 15024 INFO oslo_db.sqlalchemy.provision [req-7947bba4-2159-4f85-a86d-696cbab80101 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:02.944 15024 INFO oslo_db.sqlalchemy.provision [req-7947bba4-2159-4f85-a86d-696cbab80101 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rswqyuvoqt 2019-10-07 13:33:02.944 15024 INFO oslo_db.sqlalchemy.provision [req-7947bba4-2159-4f85-a86d-696cbab80101 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_empty_vip [0.220574s] ... ok 2019-10-07 13:33:02.907 15006 INFO oslo_db.sqlalchemy.provision [req-efc03b9d-d34b-41f3-aa33-d3122422cb32 - - - - -] CREATE BACKEND sqlite:// TOKEN brmumcvbxy 2019-10-07 13:33:02.947 15024 INFO oslo_db.sqlalchemy.provision [req-7947bba4-2159-4f85-a86d-696cbab80101 - - - - -] CREATE BACKEND sqlite:// TOKEN wjfakebiem 2019-10-07 13:33:02.976 15006 INFO octavia.common.config [req-efc03b9d-d34b-41f3-aa33-d3122422cb32 - - - - -] Logging enabled! 2019-10-07 13:33:02.978 15006 INFO octavia.common.config [req-efc03b9d-d34b-41f3-aa33-d3122422cb32 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:02.951 15020 INFO octavia.api.v1.controllers.pool [req-00b96855-fb9c-4987-b2e6-ca8ddd5b108d - - - - -] Sending Creation of Pool 1ac78320-8da9-44d4-a59c-faec9ec36f21 to handler 2019-10-07 13:33:03.015 15024 INFO octavia.common.config [req-7947bba4-2159-4f85-a86d-696cbab80101 - - - - -] Logging enabled! 2019-10-07 13:33:03.015 15024 INFO octavia.common.config [req-7947bba4-2159-4f85-a86d-696cbab80101 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:03.036 15024 WARNING octavia.api.root_controller [req-7947bba4-2159-4f85-a86d-696cbab80101 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:03.050 15024 INFO oslo_db.sqlalchemy.provision [req-da8c73be-1ba6-47e9-8154-46936af09de3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:03.052 15024 INFO oslo_db.sqlalchemy.provision [req-da8c73be-1ba6-47e9-8154-46936af09de3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wjfakebiem 2019-10-07 13:33:03.052 15024 INFO oslo_db.sqlalchemy.provision [req-da8c73be-1ba6-47e9-8154-46936af09de3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_long_description [0.108137s] ... ok 2019-10-07 13:33:03.000 15006 WARNING octavia.api.root_controller [req-efc03b9d-d34b-41f3-aa33-d3122422cb32 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:03.013 15006 INFO octavia.api.v1.controllers.load_balancer [req-f5116547-a210-4685-9d02-0551987909a0 - - - - -] Sending created Load Balancer ff4e8cd5-5c7e-43a2-b3f9-bf4b111710b4 to the handler 2019-10-07 13:33:03.048 15006 INFO octavia.api.v1.controllers.pool [req-67621bd7-c741-43e6-81a4-4537ee83b54d - - - - -] Sending Creation of Pool 306e1c7e-7818-4ea1-8060-bf9cde85f8f2 to handler 2019-10-07 13:33:03.055 15024 INFO oslo_db.sqlalchemy.provision [req-da8c73be-1ba6-47e9-8154-46936af09de3 - - - - -] CREATE BACKEND sqlite:// TOKEN xzhvkbgztm 2019-10-07 13:33:03.000 15012 INFO octavia.api.v1.controllers.load_balancer [req-d1e9064b-d646-459c-86ad-93f7c1a1384e - - - - -] Sending deleted Load Balancer 5450b820-a2e5-46a9-9218-dcc4c2523370 to the handler 2019-10-07 13:33:03.026 15012 INFO octavia.api.v1.controllers.member [req-bea0ceb1-9ee3-479c-a948-3a9cc4814f30 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:03.065 15012 INFO oslo_db.sqlalchemy.provision [req-bea0ceb1-9ee3-479c-a948-3a9cc4814f30 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:03.066 15012 INFO oslo_db.sqlalchemy.provision [req-bea0ceb1-9ee3-479c-a948-3a9cc4814f30 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hmimlkygyk 2019-10-07 13:33:03.066 15012 INFO oslo_db.sqlalchemy.provision [req-bea0ceb1-9ee3-479c-a948-3a9cc4814f30 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_delete_when_lb_pending_delete [0.514675s] ... ok 2019-10-07 13:33:03.070 15012 INFO oslo_db.sqlalchemy.provision [req-bea0ceb1-9ee3-479c-a948-3a9cc4814f30 - - - - -] CREATE BACKEND sqlite:// TOKEN vbbotlgmne 2019-10-07 13:33:03.108 15006 INFO octavia.api.v1.controllers.listener [req-54da5c78-6c32-48e8-95d1-8de68a8c5a82 - - - - -] Sending Creation of Listener d05ce694-c654-432c-8f83-a8e5b8133afc to handler 2019-10-07 13:33:03.135 15006 INFO oslo_db.sqlalchemy.provision [req-54da5c78-6c32-48e8-95d1-8de68a8c5a82 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:03.137 15006 INFO oslo_db.sqlalchemy.provision [req-54da5c78-6c32-48e8-95d1-8de68a8c5a82 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN brmumcvbxy 2019-10-07 13:33:03.137 15006 INFO oslo_db.sqlalchemy.provision [req-54da5c78-6c32-48e8-95d1-8de68a8c5a82 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_default_pool_id [0.233160s] ... ok 2019-10-07 13:33:03.124 15024 INFO octavia.common.config [req-da8c73be-1ba6-47e9-8154-46936af09de3 - - - - -] Logging enabled! 2019-10-07 13:33:03.125 15024 INFO octavia.common.config [req-da8c73be-1ba6-47e9-8154-46936af09de3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:03.145 15024 WARNING octavia.api.root_controller [req-da8c73be-1ba6-47e9-8154-46936af09de3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:03.159 15024 INFO oslo_db.sqlalchemy.provision [req-4a03b49b-c902-453e-ba18-2c71abd2b69c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:03.161 15024 INFO oslo_db.sqlalchemy.provision [req-4a03b49b-c902-453e-ba18-2c71abd2b69c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xzhvkbgztm 2019-10-07 13:33:03.161 15024 INFO oslo_db.sqlalchemy.provision [req-4a03b49b-c902-453e-ba18-2c71abd2b69c - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_nonuuid_vip_attributes [0.108880s] ... ok 2019-10-07 13:33:03.164 15024 INFO oslo_db.sqlalchemy.provision [req-4a03b49b-c902-453e-ba18-2c71abd2b69c - - - - -] CREATE BACKEND sqlite:// TOKEN klhsnufxex 2019-10-07 13:33:03.142 15006 INFO oslo_db.sqlalchemy.provision [req-54da5c78-6c32-48e8-95d1-8de68a8c5a82 - - - - -] CREATE BACKEND sqlite:// TOKEN xscwtdfhqa 2019-10-07 13:33:03.141 15012 INFO octavia.common.config [req-bea0ceb1-9ee3-479c-a948-3a9cc4814f30 - - - - -] Logging enabled! 2019-10-07 13:33:03.142 15012 INFO octavia.common.config [req-bea0ceb1-9ee3-479c-a948-3a9cc4814f30 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:03.135 15020 INFO octavia.api.v1.controllers.member [req-1b2e3a91-5444-4a44-a86e-42dbc0e624ac - - - - -] Sending Creation of Member 29c185d7-5246-4262-afe1-4ea4f4744896 to handler 2019-10-07 13:33:03.217 15006 INFO octavia.common.config [req-54da5c78-6c32-48e8-95d1-8de68a8c5a82 - - - - -] Logging enabled! 2019-10-07 13:33:03.218 15006 INFO octavia.common.config [req-54da5c78-6c32-48e8-95d1-8de68a8c5a82 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:03.162 15012 WARNING octavia.api.root_controller [req-bea0ceb1-9ee3-479c-a948-3a9cc4814f30 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:03.171 15012 INFO octavia.api.v1.controllers.load_balancer [req-2b159d92-efef-4ad1-8087-5317a05d6588 - - - - -] Sending created Load Balancer 45ddeaec-b456-46cb-a15a-4c388d49c0cd to the handler 2019-10-07 13:33:03.211 15012 INFO octavia.api.v1.controllers.listener [req-0a8f7d89-c79f-44b6-9368-95ef2b25b906 - - - - -] Sending Creation of Listener d61cd61b-a59d-4104-8b58-b82e89fd8b38 to handler 2019-10-07 13:33:03.260 15012 INFO octavia.api.v1.controllers.pool [req-bf4e73d2-b380-4ea4-b716-bc35c08eb8fc - - - - -] Sending Creation of Pool 17a56662-0292-4152-9a24-be62a394e770 to handler 2019-10-07 13:33:03.292 15020 INFO octavia.api.v1.controllers.load_balancer [req-4fd7c32a-b6ab-4779-b8c4-6be6a1851f10 - - - - -] Sending deleted Load Balancer 675f81d4-a20b-4da1-b886-478aadd50451 to the handler 2019-10-07 13:33:03.260 15006 WARNING octavia.api.root_controller [req-54da5c78-6c32-48e8-95d1-8de68a8c5a82 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:03.276 15006 INFO octavia.api.v1.controllers.load_balancer [req-bf17a875-0e63-4a7f-af4f-da502f950811 - - - - -] Sending created Load Balancer fa24e3e7-ad00-444d-81e7-55fa3ba3b372 to the handler 2019-10-07 13:33:03.232 15024 INFO octavia.common.config [req-4a03b49b-c902-453e-ba18-2c71abd2b69c - - - - -] Logging enabled! 2019-10-07 13:33:03.232 15024 INFO octavia.common.config [req-4a03b49b-c902-453e-ba18-2c71abd2b69c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:03.253 15024 WARNING octavia.api.root_controller [req-4a03b49b-c902-453e-ba18-2c71abd2b69c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:03.262 15024 INFO octavia.api.v1.controllers.load_balancer [req-167f377e-459c-4ee8-9000-0b5b692c549e - - - - -] Sending created Load Balancer 557b18f4-76e8-4347-a1ee-c621058b630b to the handler 2019-10-07 13:33:03.302 15024 INFO oslo_db.sqlalchemy.provision [req-bccc25fd-4b4a-4748-b0e2-2e975ffb13ba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:03.303 15024 INFO oslo_db.sqlalchemy.provision [req-bccc25fd-4b4a-4748-b0e2-2e975ffb13ba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN klhsnufxex 2019-10-07 13:33:03.304 15024 INFO oslo_db.sqlalchemy.provision [req-bccc25fd-4b4a-4748-b0e2-2e975ffb13ba - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_full [0.142129s] ... ok 2019-10-07 13:33:03.306 15024 INFO oslo_db.sqlalchemy.provision [req-bccc25fd-4b4a-4748-b0e2-2e975ffb13ba - - - - -] CREATE BACKEND sqlite:// TOKEN rdcmcvqnvu 2019-10-07 13:33:03.346 15012 INFO octavia.api.v1.controllers.pool [req-9c2c7a3e-aa0e-4283-ac1e-3ce08fc6c9c8 - - - - -] Sending Creation of Pool 65d514b8-c29e-4efb-a432-05cabbbb82ae to handler 2019-10-07 13:33:03.348 15020 INFO octavia.api.v1.controllers.member [req-9c9f0a95-42ab-4adc-a2bf-d4580ca45926 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:03.345 15006 INFO octavia.api.v1.controllers.pool [req-4b95186a-52a0-431a-902d-8aaabde88861 - - - - -] Sending Creation of Pool 26cb349e-e9c8-4f82-bb42-52520941d761 to handler 2019-10-07 13:33:03.383 15024 INFO octavia.common.config [req-bccc25fd-4b4a-4748-b0e2-2e975ffb13ba - - - - -] Logging enabled! 2019-10-07 13:33:03.383 15024 INFO octavia.common.config [req-bccc25fd-4b4a-4748-b0e2-2e975ffb13ba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:03.382 15020 INFO oslo_db.sqlalchemy.provision [req-9c9f0a95-42ab-4adc-a2bf-d4580ca45926 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:03.383 15020 INFO oslo_db.sqlalchemy.provision [req-9c9f0a95-42ab-4adc-a2bf-d4580ca45926 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jjxjudazoc 2019-10-07 13:33:03.384 15020 INFO oslo_db.sqlalchemy.provision [req-9c9f0a95-42ab-4adc-a2bf-d4580ca45926 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_member.TestMember.test_create_when_lb_pending_delete [0.730424s] ... ok 2019-10-07 13:33:03.387 15020 INFO oslo_db.sqlalchemy.provision [req-9c9f0a95-42ab-4adc-a2bf-d4580ca45926 - - - - -] CREATE BACKEND sqlite:// TOKEN cvemxsobsa 2019-10-07 13:33:03.408 15024 WARNING octavia.api.root_controller [req-bccc25fd-4b4a-4748-b0e2-2e975ffb13ba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:03.417 15024 INFO octavia.api.v1.controllers.load_balancer [req-3f67e231-2cbf-48b5-87f8-ecfdea8d6918 - - - - -] Sending created Load Balancer b19717c5-a216-4526-acf9-20cdcddf76cf to the handler 2019-10-07 13:33:03.453 15024 INFO oslo_db.sqlalchemy.provision [req-762bb88f-d75a-44f8-a524-c35c5f849f21 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:03.454 15024 INFO oslo_db.sqlalchemy.provision [req-762bb88f-d75a-44f8-a524-c35c5f849f21 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rdcmcvqnvu 2019-10-07 13:33:03.455 15024 INFO oslo_db.sqlalchemy.provision [req-762bb88f-d75a-44f8-a524-c35c5f849f21 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv4 [0.151040s] ... ok 2019-10-07 13:33:03.494 15006 INFO octavia.api.v1.controllers.listener [req-3378cfba-3b2c-405d-8d11-5ed08b8944ec - - - - -] Sending Creation of Listener ccb5060e-834b-444c-aa5c-5059454487bf to handler 2019-10-07 13:33:03.458 15024 INFO oslo_db.sqlalchemy.provision [req-762bb88f-d75a-44f8-a524-c35c5f849f21 - - - - -] CREATE BACKEND sqlite:// TOKEN mmqkzsxzfw 2019-10-07 13:33:03.442 15012 INFO octavia.api.v1.controllers.member [req-05374e78-3303-49de-aee8-08a09ae32cb1 - - - - -] Sending Creation of Member 975733d2-55be-4ffc-b67e-20fb62178520 to handler 2019-10-07 13:33:03.477 15012 INFO oslo_db.sqlalchemy.provision [req-692528f2-d457-4ed7-8065-8b5950b4c90c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:03.479 15012 INFO oslo_db.sqlalchemy.provision [req-692528f2-d457-4ed7-8065-8b5950b4c90c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vbbotlgmne 2019-10-07 13:33:03.479 15012 INFO oslo_db.sqlalchemy.provision [req-692528f2-d457-4ed7-8065-8b5950b4c90c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_get [0.412791s] ... ok 2019-10-07 13:33:03.482 15012 INFO oslo_db.sqlalchemy.provision [req-692528f2-d457-4ed7-8065-8b5950b4c90c - - - - -] CREATE BACKEND sqlite:// TOKEN hnpqjcceox 2019-10-07 13:33:03.532 15024 INFO octavia.common.config [req-762bb88f-d75a-44f8-a524-c35c5f849f21 - - - - -] Logging enabled! 2019-10-07 13:33:03.533 15024 INFO octavia.common.config [req-762bb88f-d75a-44f8-a524-c35c5f849f21 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:03.554 15024 WARNING octavia.api.root_controller [req-762bb88f-d75a-44f8-a524-c35c5f849f21 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:03.559 15024 ERROR octavia.api.v1.controllers.base [req-39282984-cd80-4024-97cc-d1e80be8251e - - - - -] Load Balancer bad_uuid not found: None 2019-10-07 13:33:03.559 15024 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:33:03.559 15024 ERROR octavia.api.v1.controllers.base 2019-10-07 13:33:03.571 15024 INFO oslo_db.sqlalchemy.provision [req-39282984-cd80-4024-97cc-d1e80be8251e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:03.572 15024 INFO oslo_db.sqlalchemy.provision [req-39282984-cd80-4024-97cc-d1e80be8251e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mmqkzsxzfw 2019-10-07 13:33:03.573 15024 INFO oslo_db.sqlalchemy.provision [req-39282984-cd80-4024-97cc-d1e80be8251e - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_bad_lb_id [0.117805s] ... ok 2019-10-07 13:33:03.557 15020 INFO octavia.common.config [req-9c9f0a95-42ab-4adc-a2bf-d4580ca45926 - - - - -] Logging enabled! 2019-10-07 13:33:03.562 15020 INFO octavia.common.config [req-9c9f0a95-42ab-4adc-a2bf-d4580ca45926 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:03.576 15024 INFO oslo_db.sqlalchemy.provision [req-39282984-cd80-4024-97cc-d1e80be8251e - - - - -] CREATE BACKEND sqlite:// TOKEN xyrmolyffc 2019-10-07 13:33:03.603 15020 WARNING octavia.api.root_controller [req-9c9f0a95-42ab-4adc-a2bf-d4580ca45926 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:03.612 15020 INFO octavia.api.v1.controllers.load_balancer [req-5ed871ab-758a-4ae3-a8fc-d5c0987cd823 - - - - -] Sending created Load Balancer 879ab40d-9b5a-48ef-8b3c-3a440b24dd82 to the handler 2019-10-07 13:33:03.550 15012 INFO octavia.common.config [req-692528f2-d457-4ed7-8065-8b5950b4c90c - - - - -] Logging enabled! 2019-10-07 13:33:03.550 15012 INFO octavia.common.config [req-692528f2-d457-4ed7-8065-8b5950b4c90c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:03.571 15012 WARNING octavia.api.root_controller [req-692528f2-d457-4ed7-8065-8b5950b4c90c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:03.580 15012 INFO octavia.api.v1.controllers.load_balancer [req-031fa9fb-a367-4e25-b5e7-41dd6f5a8b72 - - - - -] Sending created Load Balancer 53095f83-28fa-4edc-be56-a326ce8e94e6 to the handler 2019-10-07 13:33:03.659 15024 INFO octavia.common.config [req-39282984-cd80-4024-97cc-d1e80be8251e - - - - -] Logging enabled! 2019-10-07 13:33:03.616 15012 INFO octavia.api.v1.controllers.listener [req-eb750acc-f149-49a8-b129-3a0254ffce8b - - - - -] Sending Creation of Listener 4ac200b6-f267-43d1-8cc1-298868dab1fa to handler 2019-10-07 13:33:03.684 15020 INFO octavia.api.v1.controllers.listener [req-936c79e9-1835-424f-b669-6e070b6fafe4 - - - - -] Sending Creation of Listener dae09410-a946-4274-ad1d-fc2e29e9485d to handler 2019-10-07 13:33:03.671 15012 INFO octavia.api.v1.controllers.pool [req-c10d07cf-b7fd-4fd9-b4e3-09a7f7f8ced4 - - - - -] Sending Creation of Pool caa27e52-52c9-4c7f-bf88-7d3b9f38b333 to handler 2019-10-07 13:33:03.716 15006 INFO oslo_db.sqlalchemy.provision [req-14e0ddd5-6867-4e86-ba21-c6835ac52092 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:03.720 15006 INFO oslo_db.sqlalchemy.provision [req-14e0ddd5-6867-4e86-ba21-c6835ac52092 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xscwtdfhqa 2019-10-07 13:33:03.721 15006 INFO oslo_db.sqlalchemy.provision [req-14e0ddd5-6867-4e86-ba21-c6835ac52092 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_id [0.584135s] ... ok 2019-10-07 13:33:03.662 15024 INFO octavia.common.config [req-39282984-cd80-4024-97cc-d1e80be8251e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:03.685 15024 WARNING octavia.api.root_controller [req-39282984-cd80-4024-97cc-d1e80be8251e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:03.694 15024 INFO octavia.api.v1.controllers.load_balancer [req-ed4a71c7-3ff8-4938-a292-8977792f03e6 - - - - -] Sending created Load Balancer 795904fe-af9e-4c44-8847-ac5f8c4e3621 to the handler 2019-10-07 13:33:03.731 15024 INFO octavia.api.v1.controllers.pool [req-3ef0f3e1-7fe6-433b-9ee4-31924644a5e0 - - - - -] Sending Creation of Pool b92c22ff-accc-40d8-b22f-f6c51cc7df9c to handler 2019-10-07 13:33:03.725 15006 INFO oslo_db.sqlalchemy.provision [req-14e0ddd5-6867-4e86-ba21-c6835ac52092 - - - - -] CREATE BACKEND sqlite:// TOKEN kttdfqskbs 2019-10-07 13:33:03.771 15024 WARNING octavia.api.v1.controllers.load_balancer [req-a989d246-09c9-4461-82e0-deccc4da5ac8 - - - - -] Cannot delete Load Balancer 795904fe-af9e-4c44-8847-ac5f8c4e3621 - it has children 2019-10-07 13:33:03.757 15012 INFO octavia.api.v1.controllers.pool [req-3eec8957-f62e-4c32-9983-57ba44db085b - - - - -] Sending Creation of Pool 80117625-5008-4fcd-a773-d736e0550e84 to handler 2019-10-07 13:33:03.785 15024 INFO oslo_db.sqlalchemy.provision [req-a989d246-09c9-4461-82e0-deccc4da5ac8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:03.786 15024 INFO oslo_db.sqlalchemy.provision [req-a989d246-09c9-4461-82e0-deccc4da5ac8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xyrmolyffc 2019-10-07 13:33:03.786 15024 INFO oslo_db.sqlalchemy.provision [req-a989d246-09c9-4461-82e0-deccc4da5ac8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_with_pool [0.213436s] ... ok 2019-10-07 13:33:03.789 15024 INFO oslo_db.sqlalchemy.provision [req-a989d246-09c9-4461-82e0-deccc4da5ac8 - - - - -] CREATE BACKEND sqlite:// TOKEN kyvyxlxpya 2019-10-07 13:33:03.783 15020 INFO octavia.api.v1.controllers.pool [req-833d70eb-3c5a-4008-b5c6-65c1c327ded6 - - - - -] Sending Creation of Pool 0c6bf480-d2a6-4176-a994-d89c7d2eb94d to handler 2019-10-07 13:33:03.834 15006 INFO octavia.common.config [req-14e0ddd5-6867-4e86-ba21-c6835ac52092 - - - - -] Logging enabled! 2019-10-07 13:33:03.834 15006 INFO octavia.common.config [req-14e0ddd5-6867-4e86-ba21-c6835ac52092 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:03.865 15024 INFO octavia.common.config [req-a989d246-09c9-4461-82e0-deccc4da5ac8 - - - - -] Logging enabled! 2019-10-07 13:33:03.865 15024 INFO octavia.common.config [req-a989d246-09c9-4461-82e0-deccc4da5ac8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:03.886 15024 WARNING octavia.api.root_controller [req-a989d246-09c9-4461-82e0-deccc4da5ac8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:03.868 15006 WARNING octavia.api.root_controller [req-14e0ddd5-6867-4e86-ba21-c6835ac52092 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:03.885 15006 INFO octavia.api.v1.controllers.load_balancer [req-05be1a0e-b661-43ca-9f37-7c7303f3a425 - - - - -] Sending created Load Balancer 2ad7b736-5a6c-4151-9e66-f33e0a9f223d to the handler 2019-10-07 13:33:03.868 15012 INFO octavia.api.v1.controllers.member [req-133810e5-7caf-45b6-93fb-df13671902b9 - - - - -] Sending Creation of Member cf33170e-8d04-4320-9ee7-ac9e3a728136 to handler 2019-10-07 13:33:03.909 15024 INFO oslo_db.sqlalchemy.provision [req-45af561f-7202-42da-ac86-ec45714c3abe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:03.911 15024 INFO oslo_db.sqlalchemy.provision [req-45af561f-7202-42da-ac86-ec45714c3abe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kyvyxlxpya 2019-10-07 13:33:03.911 15024 INFO oslo_db.sqlalchemy.provision [req-45af561f-7202-42da-ac86-ec45714c3abe - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_empty_list [0.124372s] ... ok 2019-10-07 13:33:03.914 15024 INFO oslo_db.sqlalchemy.provision [req-45af561f-7202-42da-ac86-ec45714c3abe - - - - -] CREATE BACKEND sqlite:// TOKEN gaxkgkxvkq 2019-10-07 13:33:03.898 15020 INFO octavia.api.v1.controllers.pool [req-27a42f7a-ae47-496d-8fb2-3d1b62d953d4 - - - - -] Sending Creation of Pool a4a4b807-3e58-46eb-af52-612a61ff8adc to handler 2019-10-07 13:33:03.938 15006 INFO octavia.api.v1.controllers.pool [req-64780c17-fe32-403a-a860-f36789309680 - - - - -] Sending Creation of Pool 53148dc6-8c83-445e-af17-4b3c273d82f6 to handler 2019-10-07 13:33:03.999 15020 INFO octavia.api.v1.controllers.member [req-dc8787f8-7bab-487c-a6cb-e926a7afd68a - - - - -] Sending Creation of Member cc61ede5-1011-4197-96d8-668cdeecae0d to handler 2019-10-07 13:33:04.036 15006 INFO octavia.api.v1.controllers.listener [req-eb130ab7-7647-446a-a242-02abbc26a0f8 - - - - -] Sending Creation of Listener a5a7d3d0-4d40-4d39-9ec1-466f0ba2c1dc to handler 2019-10-07 13:33:04.023 15012 INFO octavia.api.v1.controllers.member [req-825bf67f-f5b5-4282-a151-cc14e0818f17 - - - - -] Sending Update of Member cf33170e-8d04-4320-9ee7-ac9e3a728136 to handler 2019-10-07 13:33:03.989 15024 INFO octavia.common.config [req-45af561f-7202-42da-ac86-ec45714c3abe - - - - -] Logging enabled! 2019-10-07 13:33:03.989 15024 INFO octavia.common.config [req-45af561f-7202-42da-ac86-ec45714c3abe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:04.013 15024 WARNING octavia.api.root_controller [req-45af561f-7202-42da-ac86-ec45714c3abe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:04.025 15024 INFO octavia.api.v1.controllers.load_balancer [req-f186dd65-bcc4-454b-9d5c-da846fb71c15 - - - - -] Sending created Load Balancer 4b66cca9-d69e-4b8e-8473-4b9ce6a29740 to the handler 2019-10-07 13:33:04.034 15024 INFO octavia.api.v1.controllers.load_balancer [req-3d547969-ef1a-4ad2-8abd-f691c25472f1 - - - - -] Sending created Load Balancer 1aa5efdb-4fe0-4819-880a-ff2ef85ada2d to the handler 2019-10-07 13:33:04.043 15024 INFO octavia.api.v1.controllers.load_balancer [req-88c1bcfe-7431-4a8a-8e9d-50033964397e - - - - -] Sending created Load Balancer d945b0ca-8862-44b3-b9cd-86dea5bfd6ae to the handler 2019-10-07 13:33:04.126 15020 INFO oslo_db.sqlalchemy.provision [req-b1dcdd2c-b617-4987-98c2-78598e615d14 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:04.130 15020 INFO oslo_db.sqlalchemy.provision [req-b1dcdd2c-b617-4987-98c2-78598e615d14 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cvemxsobsa 2019-10-07 13:33:04.130 15020 INFO oslo_db.sqlalchemy.provision [req-b1dcdd2c-b617-4987-98c2-78598e615d14 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_monitor_address_and_port [0.746097s] ... ok 2019-10-07 13:33:04.145 15024 INFO oslo_db.sqlalchemy.provision [req-5b772cb6-06a8-4389-8a5d-3b855955d994 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:04.147 15024 INFO oslo_db.sqlalchemy.provision [req-5b772cb6-06a8-4389-8a5d-3b855955d994 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gaxkgkxvkq 2019-10-07 13:33:04.147 15024 INFO oslo_db.sqlalchemy.provision [req-5b772cb6-06a8-4389-8a5d-3b855955d994 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get_all [0.235847s] ... ok 2019-10-07 13:33:04.133 15020 INFO oslo_db.sqlalchemy.provision [req-b1dcdd2c-b617-4987-98c2-78598e615d14 - - - - -] CREATE BACKEND sqlite:// TOKEN dxelluahgk 2019-10-07 13:33:04.149 15006 INFO octavia.api.v1.controllers.listener [req-a23fdf2f-414c-41d2-b0b8-b353793b132d - - - - -] Sending Creation of Listener 3d11505f-61f4-4328-9888-b15dfb453aac to handler 2019-10-07 13:33:04.157 15024 INFO oslo_db.sqlalchemy.provision [req-5b772cb6-06a8-4389-8a5d-3b855955d994 - - - - -] CREATE BACKEND sqlite:// TOKEN jtzxuquzou 2019-10-07 13:33:04.186 15006 INFO oslo_db.sqlalchemy.provision [req-a23fdf2f-414c-41d2-b0b8-b353793b132d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:04.188 15006 INFO oslo_db.sqlalchemy.provision [req-a23fdf2f-414c-41d2-b0b8-b353793b132d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kttdfqskbs 2019-10-07 13:33:04.188 15006 INFO oslo_db.sqlalchemy.provision [req-a23fdf2f-414c-41d2-b0b8-b353793b132d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_shared_default_pool_id [0.467097s] ... ok 2019-10-07 13:33:04.192 15006 INFO oslo_db.sqlalchemy.provision [req-a23fdf2f-414c-41d2-b0b8-b353793b132d - - - - -] CREATE BACKEND sqlite:// TOKEN bmnhqgupiv 2019-10-07 13:33:04.205 15020 INFO octavia.common.config [req-b1dcdd2c-b617-4987-98c2-78598e615d14 - - - - -] Logging enabled! 2019-10-07 13:33:04.205 15020 INFO octavia.common.config [req-b1dcdd2c-b617-4987-98c2-78598e615d14 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:04.227 15024 INFO octavia.common.config [req-5b772cb6-06a8-4389-8a5d-3b855955d994 - - - - -] Logging enabled! 2019-10-07 13:33:04.227 15024 INFO octavia.common.config [req-5b772cb6-06a8-4389-8a5d-3b855955d994 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:04.252 15024 WARNING octavia.api.root_controller [req-5b772cb6-06a8-4389-8a5d-3b855955d994 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:04.257 15024 ERROR octavia.api.v1.controllers.base [req-2c79b39c-fc56-4a71-a61b-3c2b7c96645f - - - - -] Load Balancer SEAN-CONNERY not found: None 2019-10-07 13:33:04.257 15024 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:33:04.257 15024 ERROR octavia.api.v1.controllers.base 2019-10-07 13:33:04.273 15024 INFO oslo_db.sqlalchemy.provision [req-2c79b39c-fc56-4a71-a61b-3c2b7c96645f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:04.275 15024 INFO oslo_db.sqlalchemy.provision [req-2c79b39c-fc56-4a71-a61b-3c2b7c96645f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jtzxuquzou 2019-10-07 13:33:04.275 15024 INFO oslo_db.sqlalchemy.provision [req-2c79b39c-fc56-4a71-a61b-3c2b7c96645f - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:04.302 15006 INFO octavia.common.config [req-a23fdf2f-414c-41d2-b0b8-b353793b132d - - - - -] Logging enabled! 2019-10-07 13:33:04.302 15006 INFO octavia.common.config [req-a23fdf2f-414c-41d2-b0b8-b353793b132d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:04.294 15020 WARNING octavia.api.root_controller [req-b1dcdd2c-b617-4987-98c2-78598e615d14 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:04.304 15020 INFO octavia.api.v1.controllers.load_balancer [req-0b3385ff-9df6-4201-8e5f-f4136604104c - - - - -] Sending created Load Balancer db4ab2dd-9178-4597-815f-8220c672b40f to the handler 2019-10-07 13:33:04.305 15012 INFO oslo_db.sqlalchemy.provision [req-bde58cc9-525c-4cd0-8100-38be7dcdc596 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:04.307 15012 INFO oslo_db.sqlalchemy.provision [req-bde58cc9-525c-4cd0-8100-38be7dcdc596 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hnpqjcceox 2019-10-07 13:33:04.307 15012 INFO oslo_db.sqlalchemy.provision [req-bde58cc9-525c-4cd0-8100-38be7dcdc596 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:04.322 15006 WARNING octavia.api.root_controller [req-a23fdf2f-414c-41d2-b0b8-b353793b132d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:04.333 15006 INFO octavia.api.v1.controllers.load_balancer [req-a74b730a-461a-4c8b-b5e7-bc9a4280a2c3 - - - - -] Sending created Load Balancer 96f566a9-9c96-42a6-b9d1-785ea7ceea1c to the handler 2019-10-07 13:33:04.334 15020 INFO octavia.api.v1.controllers.listener [req-e51285ff-8b9a-4a97-92a1-dd12f94e44cf - - - - -] Sending Creation of Listener b8f3accb-40c8-44fa-bbb9-97a6fc5989c6 to handler {1} octavia.tests.functional.api.v1.test_member.TestMember.test_update [0.886946s] ... ok 2019-10-07 13:33:04.370 15012 INFO oslo_db.sqlalchemy.provision [req-bde58cc9-525c-4cd0-8100-38be7dcdc596 - - - - -] CREATE BACKEND sqlite:// TOKEN xdpitzvmhj 2019-10-07 13:33:04.368 15006 INFO octavia.api.v1.controllers.pool [req-2cb5b908-9444-49c9-8624-30a69d170832 - - - - -] Sending Creation of Pool 367fd37e-d178-47b8-8fee-24f7a1c51576 to handler {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get_bad_lb_id [0.232184s] ... ok 2019-10-07 13:33:04.382 15024 INFO oslo_db.sqlalchemy.provision [req-2c79b39c-fc56-4a71-a61b-3c2b7c96645f - - - - -] CREATE BACKEND sqlite:// TOKEN njxcypttgi 2019-10-07 13:33:04.403 15006 INFO octavia.api.v1.controllers.load_balancer [req-342ba828-54ad-43c8-b9a3-8cfed10ac13c - - - - -] Sending created Load Balancer 723e159e-7a0b-47a4-a49e-8ccc82f71dd2 to the handler 2019-10-07 13:33:04.387 15020 INFO octavia.api.v1.controllers.pool [req-d57749e1-fbc3-44e8-b3c8-56607604c403 - - - - -] Sending Creation of Pool 7994097e-2a04-4d29-894b-7e8f15cc3d13 to handler 2019-10-07 13:33:04.433 15006 INFO octavia.api.v1.controllers.listener [req-18a33a08-3b44-4246-a7cf-cde8155ad567 - - - - -] Sending Creation of Listener 01ab28a3-22d7-455f-82e4-850b99a3bc32 to handler 2019-10-07 13:33:04.452 15006 INFO octavia.api.v1.controllers.listener [req-3eb46146-853e-4acc-b5ec-8c59edba022f - - - - -] Load Balancer 723e159e-7a0b-47a4-a49e-8ccc82f71dd2 is immutable. 2019-10-07 13:33:04.470 15006 INFO oslo_db.sqlalchemy.provision [req-3eb46146-853e-4acc-b5ec-8c59edba022f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:04.472 15006 INFO oslo_db.sqlalchemy.provision [req-3eb46146-853e-4acc-b5ec-8c59edba022f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bmnhqgupiv 2019-10-07 13:33:04.472 15006 INFO oslo_db.sqlalchemy.provision [req-3eb46146-853e-4acc-b5ec-8c59edba022f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete_pending_update [0.283320s] ... ok 2019-10-07 13:33:04.475 15006 INFO oslo_db.sqlalchemy.provision [req-3eb46146-853e-4acc-b5ec-8c59edba022f - - - - -] CREATE BACKEND sqlite:// TOKEN vrhjmfoqwb 2019-10-07 13:33:04.487 15020 INFO octavia.api.v1.controllers.pool [req-84a59dd8-0ec9-4900-9990-3f17a262eaef - - - - -] Sending Creation of Pool de603c82-d376-4151-86ce-0d3d4fb176d7 to handler 2019-10-07 13:33:04.502 15024 INFO octavia.common.config [req-2c79b39c-fc56-4a71-a61b-3c2b7c96645f - - - - -] Logging enabled! 2019-10-07 13:33:04.503 15024 INFO octavia.common.config [req-2c79b39c-fc56-4a71-a61b-3c2b7c96645f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:04.520 15012 INFO octavia.common.config [req-bde58cc9-525c-4cd0-8100-38be7dcdc596 - - - - -] Logging enabled! 2019-10-07 13:33:04.520 15012 INFO octavia.common.config [req-bde58cc9-525c-4cd0-8100-38be7dcdc596 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:04.545 15024 WARNING octavia.api.root_controller [req-2c79b39c-fc56-4a71-a61b-3c2b7c96645f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:04.546 15006 INFO octavia.common.config [req-3eb46146-853e-4acc-b5ec-8c59edba022f - - - - -] Logging enabled! 2019-10-07 13:33:04.546 15006 INFO octavia.common.config [req-3eb46146-853e-4acc-b5ec-8c59edba022f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:04.561 15012 WARNING octavia.api.root_controller [req-bde58cc9-525c-4cd0-8100-38be7dcdc596 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:04.583 15020 INFO octavia.api.v1.controllers.member [req-80cf759b-9c51-46a1-9299-029fe5f7ce60 - - - - -] Sending Creation of Member d870bd20-c486-48b8-a2e8-bda1f7d8c369 to handler 2019-10-07 13:33:04.590 15012 INFO octavia.api.v1.controllers.load_balancer [req-3b49728d-8319-48e4-9131-23123aaa2d72 - - - - -] Sending created Load Balancer a34d1e50-52fe-4a1c-8e43-43bc16fb864e to the handler 2019-10-07 13:33:04.572 15006 WARNING octavia.api.root_controller [req-3eb46146-853e-4acc-b5ec-8c59edba022f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:04.586 15006 INFO octavia.api.v1.controllers.load_balancer [req-f8c89eb3-6b1c-4ef4-9244-106693da1117 - - - - -] Sending created Load Balancer aec0e8d1-1c0a-4f93-b25e-e5cc1753d242 to the handler 2019-10-07 13:33:04.617 15006 INFO octavia.api.v1.controllers.pool [req-0db3e4ba-ffd2-4a15-8e7c-0795f0e4cdb4 - - - - -] Sending Creation of Pool a8b120b6-1a27-42b2-a3f1-9c32ecb8208d to handler 2019-10-07 13:33:04.574 15024 INFO octavia.api.v1.controllers.load_balancer [req-9a4e5941-c523-42bd-a937-d3cab8d78d91 - - - - -] Sending created Load Balancer 054e72a8-dc50-4fbe-9120-870b53cb1fae to the handler 2019-10-07 13:33:04.618 15024 INFO octavia.api.v1.controllers.load_balancer [req-9f9b7249-078f-47a4-b1c6-9dd4ab67b07e - - - - -] Sending updated Load Balancer 054e72a8-dc50-4fbe-9120-870b53cb1fae to the handler 2019-10-07 13:33:04.665 15024 INFO oslo_db.sqlalchemy.provision [req-57989b08-f6df-485d-915a-fac39dac59ea - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:04.666 15024 INFO oslo_db.sqlalchemy.provision [req-57989b08-f6df-485d-915a-fac39dac59ea - - - - -] DROP BACKEND Engine(sqlite://) TOKEN njxcypttgi 2019-10-07 13:33:04.666 15024 INFO oslo_db.sqlalchemy.provision [req-57989b08-f6df-485d-915a-fac39dac59ea - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update [0.287006s] ... ok 2019-10-07 13:33:04.669 15024 INFO oslo_db.sqlalchemy.provision [req-57989b08-f6df-485d-915a-fac39dac59ea - - - - -] CREATE BACKEND sqlite:// TOKEN slpkthndhe 2019-10-07 13:33:04.678 15012 INFO octavia.api.v1.controllers.listener [req-2e6f0b8c-15a4-4489-b71f-10b4676d5c27 - - - - -] Sending Creation of Listener 04e83e82-d044-4379-87b5-1c3c5d5f3670 to handler 2019-10-07 13:33:04.659 15006 INFO octavia.api.v1.controllers.listener [req-b7c5734a-4e0d-4836-adb5-42aa1f47d059 - - - - -] Listener SEAN-CONNERY not found. 2019-10-07 13:33:04.671 15006 INFO oslo_db.sqlalchemy.provision [req-b7c5734a-4e0d-4836-adb5-42aa1f47d059 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:04.673 15006 INFO oslo_db.sqlalchemy.provision [req-b7c5734a-4e0d-4836-adb5-42aa1f47d059 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vrhjmfoqwb 2019-10-07 13:33:04.673 15006 INFO oslo_db.sqlalchemy.provision [req-b7c5734a-4e0d-4836-adb5-42aa1f47d059 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_get_bad_listener_id [0.200573s] ... ok 2019-10-07 13:33:04.676 15006 INFO oslo_db.sqlalchemy.provision [req-b7c5734a-4e0d-4836-adb5-42aa1f47d059 - - - - -] CREATE BACKEND sqlite:// TOKEN fotiafmlix 2019-10-07 13:33:04.746 15024 INFO octavia.common.config [req-57989b08-f6df-485d-915a-fac39dac59ea - - - - -] Logging enabled! 2019-10-07 13:33:04.747 15024 INFO octavia.common.config [req-57989b08-f6df-485d-915a-fac39dac59ea - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:04.751 15006 INFO octavia.common.config [req-b7c5734a-4e0d-4836-adb5-42aa1f47d059 - - - - -] Logging enabled! 2019-10-07 13:33:04.751 15006 INFO octavia.common.config [req-b7c5734a-4e0d-4836-adb5-42aa1f47d059 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:04.771 15006 WARNING octavia.api.root_controller [req-b7c5734a-4e0d-4836-adb5-42aa1f47d059 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:04.747 15020 INFO octavia.api.v1.controllers.member [req-bdb12c6b-8b19-4596-bc1b-3466e06fbd8e - - - - -] Sending Deletion of Member d870bd20-c486-48b8-a2e8-bda1f7d8c369 to handler 2019-10-07 13:33:04.771 15024 WARNING octavia.api.root_controller [req-57989b08-f6df-485d-915a-fac39dac59ea - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:04.776 15024 ERROR octavia.api.v1.controllers.base [req-e3688c19-d35e-42ae-a0a1-6a02236ec4c3 - - - - -] Load Balancer SEAN-CONNERY not found: None 2019-10-07 13:33:04.776 15024 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:33:04.776 15024 ERROR octavia.api.v1.controllers.base 2019-10-07 13:33:04.792 15024 INFO oslo_db.sqlalchemy.provision [req-e3688c19-d35e-42ae-a0a1-6a02236ec4c3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:04.793 15024 INFO oslo_db.sqlalchemy.provision [req-e3688c19-d35e-42ae-a0a1-6a02236ec4c3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN slpkthndhe 2019-10-07 13:33:04.793 15024 INFO oslo_db.sqlalchemy.provision [req-e3688c19-d35e-42ae-a0a1-6a02236ec4c3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_bad_lb_id [0.126914s] ... ok 2019-10-07 13:33:04.805 15012 INFO octavia.api.v1.controllers.pool [req-e948c3a3-370a-42d8-bb97-6733e0d4f963 - - - - -] Sending Creation of Pool 92ad9e1b-6500-46be-8da6-daf807292f09 to handler 2019-10-07 13:33:04.796 15024 INFO oslo_db.sqlalchemy.provision [req-e3688c19-d35e-42ae-a0a1-6a02236ec4c3 - - - - -] CREATE BACKEND sqlite:// TOKEN iwkzomyyvu 2019-10-07 13:33:04.786 15006 INFO octavia.api.v1.controllers.load_balancer [req-680b3343-6e97-4961-bfa6-35955c9c6cd4 - - - - -] Sending created Load Balancer 22c3b898-a402-4b7d-a595-5dbd62ace255 to the handler 2019-10-07 13:33:04.822 15006 INFO octavia.api.v1.controllers.pool [req-4fabf62e-4877-4847-9823-3fa4aba2ecf9 - - - - -] Sending Creation of Pool 4a1730cf-2ab7-43d7-a1f0-7a0ad0cb07df to handler 2019-10-07 13:33:04.864 15006 INFO octavia.api.v1.controllers.listener [req-2a0ed0d4-293d-48b5-9745-0c5f2436dca8 - - - - -] Listener SEAN-CONNERY not found. 2019-10-07 13:33:04.877 15006 INFO oslo_db.sqlalchemy.provision [req-2a0ed0d4-293d-48b5-9745-0c5f2436dca8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:04.879 15006 INFO oslo_db.sqlalchemy.provision [req-2a0ed0d4-293d-48b5-9745-0c5f2436dca8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fotiafmlix 2019-10-07 13:33:04.879 15006 INFO oslo_db.sqlalchemy.provision [req-2a0ed0d4-293d-48b5-9745-0c5f2436dca8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_bad_listener_id [0.205673s] ... ok 2019-10-07 13:33:04.882 15006 INFO oslo_db.sqlalchemy.provision [req-2a0ed0d4-293d-48b5-9745-0c5f2436dca8 - - - - -] CREATE BACKEND sqlite:// TOKEN btdaxpufft 2019-10-07 13:33:04.875 15024 INFO octavia.common.config [req-e3688c19-d35e-42ae-a0a1-6a02236ec4c3 - - - - -] Logging enabled! 2019-10-07 13:33:04.875 15024 INFO octavia.common.config [req-e3688c19-d35e-42ae-a0a1-6a02236ec4c3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:04.899 15024 WARNING octavia.api.root_controller [req-e3688c19-d35e-42ae-a0a1-6a02236ec4c3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:04.908 15024 INFO octavia.api.v1.controllers.load_balancer [req-32c4c643-0972-4c31-b68d-b43827fefc29 - - - - -] Sending created Load Balancer 9a9e2ead-ab78-4fd3-8693-5214fa4a9675 to the handler 2019-10-07 13:33:04.918 15024 INFO octavia.api.v1.controllers.load_balancer [req-26a35de8-4cb1-4fe5-93b8-eee7f24c29a0 - - - - -] Load Balancer 9a9e2ead-ab78-4fd3-8693-5214fa4a9675 is immutable. 2019-10-07 13:33:04.941 15024 INFO oslo_db.sqlalchemy.provision [req-26a35de8-4cb1-4fe5-93b8-eee7f24c29a0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:04.943 15024 INFO oslo_db.sqlalchemy.provision [req-26a35de8-4cb1-4fe5-93b8-eee7f24c29a0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iwkzomyyvu 2019-10-07 13:33:04.943 15024 INFO oslo_db.sqlalchemy.provision [req-26a35de8-4cb1-4fe5-93b8-eee7f24c29a0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_pending_create [0.149612s] ... ok 2019-10-07 13:33:04.946 15024 INFO oslo_db.sqlalchemy.provision [req-26a35de8-4cb1-4fe5-93b8-eee7f24c29a0 - - - - -] CREATE BACKEND sqlite:// TOKEN sjzkqislwq 2019-10-07 13:33:04.955 15006 INFO octavia.common.config [req-2a0ed0d4-293d-48b5-9745-0c5f2436dca8 - - - - -] Logging enabled! 2019-10-07 13:33:04.955 15006 INFO octavia.common.config [req-2a0ed0d4-293d-48b5-9745-0c5f2436dca8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:04.979 15006 WARNING octavia.api.root_controller [req-2a0ed0d4-293d-48b5-9745-0c5f2436dca8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:04.991 15006 INFO octavia.api.v1.controllers.load_balancer [req-06053d0c-21c4-4f0d-90de-50fa99d9daec - - - - -] Sending created Load Balancer 72ed97fa-67ad-4080-b7c4-96d105266782 to the handler 2019-10-07 13:33:04.992 15012 INFO octavia.api.v1.controllers.pool [req-3e5e7559-8af7-4ff6-8675-9f7cb49bca21 - - - - -] Sending Creation of Pool 77347bb6-26eb-4f2e-839e-950305a36aa6 to handler 2019-10-07 13:33:05.029 15006 INFO octavia.api.v1.controllers.pool [req-a136edd2-6eb3-4664-8db9-805d716d9384 - - - - -] Sending Creation of Pool d8a5fd24-b674-48f3-a9fa-e6b5301ebd9a to handler 2019-10-07 13:33:05.078 15020 INFO oslo_db.sqlalchemy.provision [req-46d2899c-a913-42da-a183-d0b0de7cebd7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:05.060 15006 INFO octavia.api.v1.controllers.load_balancer [req-c43dbaa4-229b-4165-84ca-ad0ac2a5ac3b - - - - -] Sending created Load Balancer da9ef88d-2b82-45d7-ad5f-89b7c4025238 to the handler 2019-10-07 13:33:05.020 15024 INFO octavia.common.config [req-26a35de8-4cb1-4fe5-93b8-eee7f24c29a0 - - - - -] Logging enabled! 2019-10-07 13:33:05.021 15024 INFO octavia.common.config [req-26a35de8-4cb1-4fe5-93b8-eee7f24c29a0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:05.045 15024 WARNING octavia.api.root_controller [req-26a35de8-4cb1-4fe5-93b8-eee7f24c29a0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:05.057 15024 INFO octavia.api.v1.controllers.load_balancer [req-225ec2ae-6337-4ecd-aeff-ff5aa81d24c4 - - - - -] Sending created Load Balancer e0d3a142-88f2-4a22-886c-b253d5e1e17c to the handler 2019-10-07 13:33:05.080 15024 INFO octavia.api.v1.controllers.load_balancer [req-22886765-cb1c-4e63-8dc7-a3cc64ce6c89 - - - - -] Sending deleted Load Balancer e0d3a142-88f2-4a22-886c-b253d5e1e17c to the handler 2019-10-07 13:33:05.093 15006 INFO octavia.api.v1.controllers.listener [req-ca3b8534-a417-4f1a-87d4-01cbf61df325 - - - - -] Sending Creation of Listener 34ddfa44-76db-4602-b118-9efef94f8d94 to handler 2019-10-07 13:33:05.090 15020 INFO oslo_db.sqlalchemy.provision [req-46d2899c-a913-42da-a183-d0b0de7cebd7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dxelluahgk 2019-10-07 13:33:05.090 15020 INFO oslo_db.sqlalchemy.provision [req-46d2899c-a913-42da-a183-d0b0de7cebd7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_member.TestMember.test_delete [0.960292s] ... ok 2019-10-07 13:33:05.094 15020 INFO oslo_db.sqlalchemy.provision [req-46d2899c-a913-42da-a183-d0b0de7cebd7 - - - - -] CREATE BACKEND sqlite:// TOKEN zlsqxxgjyb 2019-10-07 13:33:05.135 15006 INFO octavia.api.v1.controllers.load_balancer [req-36d29f65-545a-42c4-adc9-ad0732ee2ca0 - - - - -] Sending updated Load Balancer da9ef88d-2b82-45d7-ad5f-89b7c4025238 to the handler 2019-10-07 13:33:05.095 15024 INFO octavia.api.v1.controllers.load_balancer [req-3470d330-9296-4d72-8a21-fda71036b79f - - - - -] Load Balancer e0d3a142-88f2-4a22-886c-b253d5e1e17c is immutable. 2019-10-07 13:33:05.114 15024 INFO oslo_db.sqlalchemy.provision [req-3470d330-9296-4d72-8a21-fda71036b79f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:05.115 15024 INFO oslo_db.sqlalchemy.provision [req-3470d330-9296-4d72-8a21-fda71036b79f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sjzkqislwq 2019-10-07 13:33:05.115 15024 INFO oslo_db.sqlalchemy.provision [req-3470d330-9296-4d72-8a21-fda71036b79f - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_pending_delete [0.172100s] ... ok 2019-10-07 13:33:05.118 15024 INFO oslo_db.sqlalchemy.provision [req-3470d330-9296-4d72-8a21-fda71036b79f - - - - -] CREATE BACKEND sqlite:// TOKEN fmdmmdqiys 2019-10-07 13:33:05.161 15006 INFO octavia.api.v1.controllers.listener [req-66283af8-7245-46c1-813a-b89cbe655d74 - - - - -] Load Balancer da9ef88d-2b82-45d7-ad5f-89b7c4025238 is immutable. 2019-10-07 13:33:05.179 15006 INFO oslo_db.sqlalchemy.provision [req-66283af8-7245-46c1-813a-b89cbe655d74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:05.180 15006 INFO oslo_db.sqlalchemy.provision [req-66283af8-7245-46c1-813a-b89cbe655d74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN btdaxpufft 2019-10-07 13:33:05.181 15006 INFO oslo_db.sqlalchemy.provision [req-66283af8-7245-46c1-813a-b89cbe655d74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_pending_update [0.301548s] ... ok 2019-10-07 13:33:05.184 15006 INFO oslo_db.sqlalchemy.provision [req-66283af8-7245-46c1-813a-b89cbe655d74 - - - - -] CREATE BACKEND sqlite:// TOKEN jdtrypskwr 2019-10-07 13:33:05.193 15012 INFO octavia.api.v1.controllers.member [req-a956edf3-64fe-44f9-8237-0cf3adfeef54 - - - - -] Sending Creation of Member f1c9b9f1-cf8d-414a-a13b-704c9139a43e to handler 2019-10-07 13:33:05.191 15024 INFO octavia.common.config [req-3470d330-9296-4d72-8a21-fda71036b79f - - - - -] Logging enabled! 2019-10-07 13:33:05.191 15024 INFO octavia.common.config [req-3470d330-9296-4d72-8a21-fda71036b79f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:05.215 15024 WARNING octavia.api.root_controller [req-3470d330-9296-4d72-8a21-fda71036b79f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:05.224 15024 INFO octavia.api.v1.controllers.load_balancer [req-3506b963-fffd-4114-bc9b-a3481bcf7dd5 - - - - -] Sending created Load Balancer 7e8d61d3-f251-40a4-8b45-947361aae2af to the handler 2019-10-07 13:33:05.251 15020 INFO octavia.common.config [req-46d2899c-a913-42da-a183-d0b0de7cebd7 - - - - -] Logging enabled! 2019-10-07 13:33:05.252 15020 INFO octavia.common.config [req-46d2899c-a913-42da-a183-d0b0de7cebd7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:05.251 15024 INFO octavia.api.v1.controllers.load_balancer [req-efc42f01-86f9-4cdc-9c64-300a511dbade - - - - -] Sending updated Load Balancer 7e8d61d3-f251-40a4-8b45-947361aae2af to the handler 2019-10-07 13:33:05.266 15024 INFO octavia.api.v1.controllers.load_balancer [req-3b8f76b8-e5dd-436b-8ba0-bc9fc72ddcc6 - - - - -] Load Balancer 7e8d61d3-f251-40a4-8b45-947361aae2af is immutable. 2019-10-07 13:33:05.287 15024 INFO oslo_db.sqlalchemy.provision [req-3b8f76b8-e5dd-436b-8ba0-bc9fc72ddcc6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:05.288 15024 INFO oslo_db.sqlalchemy.provision [req-3b8f76b8-e5dd-436b-8ba0-bc9fc72ddcc6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fmdmmdqiys 2019-10-07 13:33:05.288 15024 INFO oslo_db.sqlalchemy.provision [req-3b8f76b8-e5dd-436b-8ba0-bc9fc72ddcc6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_pending_update [0.172807s] ... ok 2019-10-07 13:33:05.292 15020 WARNING octavia.api.root_controller [req-46d2899c-a913-42da-a183-d0b0de7cebd7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:05.296 15024 INFO oslo_db.sqlalchemy.provision [req-3b8f76b8-e5dd-436b-8ba0-bc9fc72ddcc6 - - - - -] CREATE BACKEND sqlite:// TOKEN wxuqjvgxvk 2019-10-07 13:33:05.326 15012 INFO octavia.api.v1.controllers.load_balancer [req-21fa2125-4ecd-4cd2-9fec-8cb8052b424d - - - - -] Sending updated Load Balancer a34d1e50-52fe-4a1c-8e43-43bc16fb864e to the handler 2019-10-07 13:33:05.279 15006 INFO octavia.common.config [req-66283af8-7245-46c1-813a-b89cbe655d74 - - - - -] Logging enabled! 2019-10-07 13:33:05.282 15006 INFO octavia.common.config [req-66283af8-7245-46c1-813a-b89cbe655d74 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:05.305 15006 WARNING octavia.api.root_controller [req-66283af8-7245-46c1-813a-b89cbe655d74 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:05.315 15006 INFO octavia.api.v1.controllers.load_balancer [req-f5a3cf98-0ac9-4342-9b45-7aedf76c892f - - - - -] Sending created Load Balancer 32037874-decc-4c3f-9df8-73c3d6d997bf to the handler 2019-10-07 13:33:05.313 15020 INFO octavia.api.v1.controllers.load_balancer [req-cb41fbfd-5b00-449f-ac0e-b8b23f0e05d1 - - - - -] Sending created Load Balancer 192e5018-091b-45e3-86ad-8d116e02259c to the handler 2019-10-07 13:33:05.366 15024 INFO octavia.common.config [req-3b8f76b8-e5dd-436b-8ba0-bc9fc72ddcc6 - - - - -] Logging enabled! 2019-10-07 13:33:05.367 15024 INFO octavia.common.config [req-3b8f76b8-e5dd-436b-8ba0-bc9fc72ddcc6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:05.364 15006 INFO octavia.api.v1.controllers.listener [req-edb0235a-332c-4c2e-8c8c-97a5f2e791b9 - - - - -] Sending Creation of Listener fc6e4ca8-bb14-4b88-a63f-789b2b6da77e to handler 2019-10-07 13:33:05.375 15020 INFO octavia.api.v1.controllers.listener [req-0f4e270c-0ced-4df0-bce4-733fdf18df1f - - - - -] Sending Creation of Listener 08be11a4-04d4-4002-8839-fc1250ae26a1 to handler 2019-10-07 13:33:05.391 15024 WARNING octavia.api.root_controller [req-3b8f76b8-e5dd-436b-8ba0-bc9fc72ddcc6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:05.400 15024 INFO octavia.api.v1.controllers.load_balancer [req-ab655aca-849a-4bce-9d90-4f23cd1b5406 - - - - -] Sending created Load Balancer 8ed444e5-0535-4a70-a39e-a77a0974526e to the handler 2019-10-07 13:33:05.421 15012 INFO octavia.api.v1.controllers.member [req-d69b01b6-5d6d-4740-81f8-11780a2017d7 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:05.430 15024 INFO oslo_db.sqlalchemy.provision [req-6032cbe8-033f-499e-a68c-0a306792b5cc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:05.431 15024 INFO oslo_db.sqlalchemy.provision [req-6032cbe8-033f-499e-a68c-0a306792b5cc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wxuqjvgxvk 2019-10-07 13:33:05.432 15024 INFO oslo_db.sqlalchemy.provision [req-6032cbe8-033f-499e-a68c-0a306792b5cc - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_with_vip [0.143167s] ... ok 2019-10-07 13:33:05.435 15024 INFO oslo_db.sqlalchemy.provision [req-6032cbe8-033f-499e-a68c-0a306792b5cc - - - - -] CREATE BACKEND sqlite:// TOKEN ptlrmcrmny 2019-10-07 13:33:05.459 15006 INFO oslo_db.sqlalchemy.provision [req-4ebef200-7750-427f-a610-428ed7942bcb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:05.464 15012 INFO oslo_db.sqlalchemy.provision [req-d69b01b6-5d6d-4740-81f8-11780a2017d7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:05.467 15012 INFO oslo_db.sqlalchemy.provision [req-d69b01b6-5d6d-4740-81f8-11780a2017d7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xdpitzvmhj 2019-10-07 13:33:05.469 15012 INFO oslo_db.sqlalchemy.provision [req-d69b01b6-5d6d-4740-81f8-11780a2017d7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_update_when_lb_pending_update [1.103955s] ... ok 2019-10-07 13:33:05.463 15006 INFO oslo_db.sqlalchemy.provision [req-4ebef200-7750-427f-a610-428ed7942bcb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jdtrypskwr 2019-10-07 13:33:05.463 15006 INFO oslo_db.sqlalchemy.provision [req-4ebef200-7750-427f-a610-428ed7942bcb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener_statistics.TestListenerStatistics.test_get [0.282298s] ... ok 2019-10-07 13:33:05.466 15006 INFO oslo_db.sqlalchemy.provision [req-4ebef200-7750-427f-a610-428ed7942bcb - - - - -] CREATE BACKEND sqlite:// TOKEN rvnqbjmdzc 2019-10-07 13:33:05.474 15012 INFO oslo_db.sqlalchemy.provision [req-d69b01b6-5d6d-4740-81f8-11780a2017d7 - - - - -] CREATE BACKEND sqlite:// TOKEN knlmrtitqz 2019-10-07 13:33:05.509 15024 INFO octavia.common.config [req-6032cbe8-033f-499e-a68c-0a306792b5cc - - - - -] Logging enabled! 2019-10-07 13:33:05.509 15024 INFO octavia.common.config [req-6032cbe8-033f-499e-a68c-0a306792b5cc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:05.514 15020 INFO octavia.api.v1.controllers.pool [req-07de6d4d-1e81-49a0-a7f1-e98412898191 - - - - -] Sending Creation of Pool b83a6d89-260a-4e5a-ad0e-d560c98d3f14 to handler 2019-10-07 13:33:05.534 15024 WARNING octavia.api.root_controller [req-6032cbe8-033f-499e-a68c-0a306792b5cc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:05.555 15006 INFO octavia.common.config [req-4ebef200-7750-427f-a610-428ed7942bcb - - - - -] Logging enabled! 2019-10-07 13:33:05.555 15006 INFO octavia.common.config [req-4ebef200-7750-427f-a610-428ed7942bcb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 /usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py:253: SAWarning: Object of type not in session, add operation along 'Listener.l7policies' will not proceed (orm_util.state_class_str(state), operation, prop)) 2019-10-07 13:33:05.593 15006 WARNING octavia.api.root_controller [req-4ebef200-7750-427f-a610-428ed7942bcb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:05.608 15006 INFO oslo_db.sqlalchemy.provision [req-246e59d8-32c1-42e6-9490-a78049a32b36 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:05.609 15006 INFO oslo_db.sqlalchemy.provision [req-246e59d8-32c1-42e6-9490-a78049a32b36 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rvnqbjmdzc 2019-10-07 13:33:05.615 15006 INFO oslo_db.sqlalchemy.provision [req-246e59d8-32c1-42e6-9490-a78049a32b36 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_over_quota [0.152244s] ... ok 2019-10-07 13:33:05.618 15006 INFO oslo_db.sqlalchemy.provision [req-246e59d8-32c1-42e6-9490-a78049a32b36 - - - - -] CREATE BACKEND sqlite:// TOKEN snxqnftqyr 2019-10-07 13:33:05.627 15024 INFO octavia.api.v1.controllers.load_balancer [req-9e07b65b-cf8d-4937-85cc-2b6ce450c1ef - - - - -] Sending full load balancer configuration 8deb84c7-5563-466d-abd7-43d1c2f0302f to the handler 2019-10-07 13:33:05.642 15024 INFO oslo_db.sqlalchemy.provision [req-9e07b65b-cf8d-4937-85cc-2b6ce450c1ef - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:05.644 15024 INFO oslo_db.sqlalchemy.provision [req-9e07b65b-cf8d-4937-85cc-2b6ce450c1ef - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ptlrmcrmny 2019-10-07 13:33:05.644 15024 INFO oslo_db.sqlalchemy.provision [req-9e07b65b-cf8d-4937-85cc-2b6ce450c1ef - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_redirect_pools_no_rules [0.212092s] ... ok 2019-10-07 13:33:05.647 15024 INFO oslo_db.sqlalchemy.provision [req-9e07b65b-cf8d-4937-85cc-2b6ce450c1ef - - - - -] CREATE BACKEND sqlite:// TOKEN ekmlaxmugo 2019-10-07 13:33:05.629 15012 INFO octavia.common.config [req-d69b01b6-5d6d-4740-81f8-11780a2017d7 - - - - -] Logging enabled! 2019-10-07 13:33:05.640 15012 INFO octavia.common.config [req-d69b01b6-5d6d-4740-81f8-11780a2017d7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:05.692 15020 INFO octavia.api.v1.controllers.pool [req-ac5d29b2-7084-44a0-a018-4293bb03e83f - - - - -] Sending Creation of Pool adacc1ef-dc71-44ef-a5c8-20e97b583eae to handler 2019-10-07 13:33:05.680 15012 WARNING octavia.api.root_controller [req-d69b01b6-5d6d-4740-81f8-11780a2017d7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:05.700 15012 INFO octavia.api.v1.controllers.load_balancer [req-2b057943-be96-44a9-bd80-a3f7426cb2b4 - - - - -] Sending created Load Balancer 27deae8e-485b-4e88-9e86-fa2e88783f3b to the handler 2019-10-07 13:33:05.707 15006 INFO octavia.common.config [req-246e59d8-32c1-42e6-9490-a78049a32b36 - - - - -] Logging enabled! 2019-10-07 13:33:05.707 15006 INFO octavia.common.config [req-246e59d8-32c1-42e6-9490-a78049a32b36 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:05.728 15006 WARNING octavia.api.root_controller [req-246e59d8-32c1-42e6-9490-a78049a32b36 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:05.737 15006 INFO octavia.api.v1.controllers.load_balancer [req-7b1abdfc-6b8b-43c7-bc78-f7780017dbf5 - - - - -] Sending created Load Balancer 3f6a7150-94a5-4734-b008-27730d4b0187 to the handler 2019-10-07 13:33:05.768 15006 INFO oslo_db.sqlalchemy.provision [req-7c38c53c-c66e-4458-987c-582a65c66edf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:05.733 15024 INFO octavia.common.config [req-9e07b65b-cf8d-4937-85cc-2b6ce450c1ef - - - - -] Logging enabled! 2019-10-07 13:33:05.734 15024 INFO octavia.common.config [req-9e07b65b-cf8d-4937-85cc-2b6ce450c1ef - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:05.758 15024 WARNING octavia.api.root_controller [req-9e07b65b-cf8d-4937-85cc-2b6ce450c1ef - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:05.771 15024 INFO octavia.api.v1.controllers.load_balancer [req-42364312-d4fe-4ae0-966f-48948ccf8428 - - - - -] Sending created Load Balancer b5ce4519-bf60-4752-91ee-e35ff18fc5b4 to the handler 2019-10-07 13:33:05.773 15006 INFO oslo_db.sqlalchemy.provision [req-7c38c53c-c66e-4458-987c-582a65c66edf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN snxqnftqyr 2019-10-07 13:33:05.774 15006 INFO oslo_db.sqlalchemy.provision [req-7c38c53c-c66e-4458-987c-582a65c66edf - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_duplicate_id [0.158103s] ... ok 2019-10-07 13:33:05.766 15012 INFO octavia.api.v1.controllers.listener [req-0441b87b-58a0-4c93-9f80-5bc1506bbb34 - - - - -] Sending Creation of Listener 3f4526d1-0a39-4c3c-9022-ff3dd9d1c125 to handler 2019-10-07 13:33:05.777 15006 INFO oslo_db.sqlalchemy.provision [req-7c38c53c-c66e-4458-987c-582a65c66edf - - - - -] CREATE BACKEND sqlite:// TOKEN uokszuvzdy 2019-10-07 13:33:05.810 15024 INFO octavia.api.v1.controllers.listener [req-6246aebd-5401-4814-9cb3-0f4a519801eb - - - - -] Sending Creation of Listener 69e3fc88-97fe-4346-ab82-c0d611dbc142 to handler 2019-10-07 13:33:05.838 15020 INFO octavia.api.v1.controllers.member [req-d1cd83ee-08c7-4ede-9620-b44c9c58e869 - - - - -] Sending Creation of Member 1a47f206-6bf4-4353-b0d9-56075b13ca0d to handler 2019-10-07 13:33:05.862 15006 INFO octavia.common.config [req-7c38c53c-c66e-4458-987c-582a65c66edf - - - - -] Logging enabled! 2019-10-07 13:33:05.863 15006 INFO octavia.common.config [req-7c38c53c-c66e-4458-987c-582a65c66edf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:05.888 15006 WARNING octavia.api.root_controller [req-7c38c53c-c66e-4458-987c-582a65c66edf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:05.900 15006 INFO octavia.api.v1.controllers.load_balancer [req-75297fbc-5c6c-44d1-ae3d-62c3dbbc79c4 - - - - -] Sending created Load Balancer d579d4a0-a6bd-42c2-9422-e89e4adfa591 to the handler 2019-10-07 13:33:05.898 15020 INFO octavia.api.v1.controllers.load_balancer [req-523cdf26-655a-4176-b164-665bf8182b83 - - - - -] Sending updated Load Balancer 192e5018-091b-45e3-86ad-8d116e02259c to the handler 2019-10-07 13:33:05.938 15020 INFO octavia.api.v1.controllers.member [req-422cd0fb-f605-4fd3-bf7c-5f6ad7f9512c - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:05.966 15024 INFO oslo_db.sqlalchemy.provision [req-d743ed1e-fc6f-4176-80e4-2b188673cb0a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:05.970 15024 INFO oslo_db.sqlalchemy.provision [req-d743ed1e-fc6f-4176-80e4-2b188673cb0a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ekmlaxmugo 2019-10-07 13:33:05.972 15024 INFO oslo_db.sqlalchemy.provision [req-d743ed1e-fc6f-4176-80e4-2b188673cb0a - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_load_balancer_statistics.TestLoadBlancerStatistics.test_get [0.329988s] ... ok 2019-10-07 13:33:05.964 15020 INFO oslo_db.sqlalchemy.provision [req-422cd0fb-f605-4fd3-bf7c-5f6ad7f9512c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:05.965 15020 INFO oslo_db.sqlalchemy.provision [req-422cd0fb-f605-4fd3-bf7c-5f6ad7f9512c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zlsqxxgjyb 2019-10-07 13:33:05.965 15020 INFO oslo_db.sqlalchemy.provision [req-422cd0fb-f605-4fd3-bf7c-5f6ad7f9512c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_member.TestMember.test_delete_when_lb_pending_update [0.874673s] ... ok 2019-10-07 13:33:05.948 15006 INFO oslo_db.sqlalchemy.provision [req-f0d91c0d-42c6-441c-8d5e-1f3f926236ba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:05.950 15006 INFO oslo_db.sqlalchemy.provision [req-f0d91c0d-42c6-441c-8d5e-1f3f926236ba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uokszuvzdy 2019-10-07 13:33:05.950 15006 INFO oslo_db.sqlalchemy.provision [req-f0d91c0d-42c6-441c-8d5e-1f3f926236ba - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_id [0.176250s] ... ok 2019-10-07 13:33:05.968 15020 INFO oslo_db.sqlalchemy.provision [req-422cd0fb-f605-4fd3-bf7c-5f6ad7f9512c - - - - -] CREATE BACKEND sqlite:// TOKEN bcpvibdvbj 2019-10-07 13:33:05.953 15006 INFO oslo_db.sqlalchemy.provision [req-f0d91c0d-42c6-441c-8d5e-1f3f926236ba - - - - -] CREATE BACKEND sqlite:// TOKEN rplaqvewym 2019-10-07 13:33:05.979 15024 INFO oslo_db.sqlalchemy.provision [req-d743ed1e-fc6f-4176-80e4-2b188673cb0a - - - - -] CREATE BACKEND sqlite:// TOKEN sailgfvidm 2019-10-07 13:33:06.036 15006 INFO octavia.common.config [req-f0d91c0d-42c6-441c-8d5e-1f3f926236ba - - - - -] Logging enabled! 2019-10-07 13:33:06.037 15006 INFO octavia.common.config [req-f0d91c0d-42c6-441c-8d5e-1f3f926236ba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:06.046 15020 INFO octavia.common.config [req-422cd0fb-f605-4fd3-bf7c-5f6ad7f9512c - - - - -] Logging enabled! 2019-10-07 13:33:06.046 15020 INFO octavia.common.config [req-422cd0fb-f605-4fd3-bf7c-5f6ad7f9512c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:06.067 15020 WARNING octavia.api.root_controller [req-422cd0fb-f605-4fd3-bf7c-5f6ad7f9512c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:06.079 15020 INFO octavia.api.v1.controllers.load_balancer [req-baac19bf-0aa9-41b1-92a1-f64b087c88aa - - - - -] Sending created Load Balancer 2c0d657a-6a25-4be3-a4ea-89903a29dfd9 to the handler 2019-10-07 13:33:06.114 15020 INFO octavia.api.v1.controllers.listener [req-59e3c598-5fdd-42b0-af31-39f61f52e0b3 - - - - -] Sending Creation of Listener a1776318-f4e8-4b8c-a2cf-c1f867626b59 to handler 2019-10-07 13:33:06.163 15024 INFO octavia.common.config [req-d743ed1e-fc6f-4176-80e4-2b188673cb0a - - - - -] Logging enabled! 2019-10-07 13:33:06.163 15024 INFO octavia.common.config [req-d743ed1e-fc6f-4176-80e4-2b188673cb0a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:06.156 15006 WARNING octavia.api.root_controller [req-f0d91c0d-42c6-441c-8d5e-1f3f926236ba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:06.174 15006 INFO oslo_db.sqlalchemy.provision [req-c64cd102-e15b-4101-9690-2d9873c529b9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:06.176 15006 INFO oslo_db.sqlalchemy.provision [req-c64cd102-e15b-4101-9690-2d9873c529b9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rplaqvewym 2019-10-07 13:33:06.176 15006 INFO oslo_db.sqlalchemy.provision [req-c64cd102-e15b-4101-9690-2d9873c529b9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_subnet [0.225562s] ... ok 2019-10-07 13:33:06.168 15020 INFO octavia.api.v1.controllers.pool [req-3ff8b53a-c0da-47ab-ba13-cdca86877ee4 - - - - -] Sending Creation of Pool 1edd68b4-d25e-40a7-bfbb-891aabf9f11c to handler 2019-10-07 13:33:06.201 15012 INFO oslo_db.sqlalchemy.provision [req-12cd5202-fec0-4031-b517-5e86d03a2d86 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:06.203 15012 INFO oslo_db.sqlalchemy.provision [req-12cd5202-fec0-4031-b517-5e86d03a2d86 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN knlmrtitqz 2019-10-07 13:33:06.203 15012 INFO oslo_db.sqlalchemy.provision [req-12cd5202-fec0-4031-b517-5e86d03a2d86 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_create [0.732223s] ... ok 2019-10-07 13:33:06.179 15006 INFO oslo_db.sqlalchemy.provision [req-c64cd102-e15b-4101-9690-2d9873c529b9 - - - - -] CREATE BACKEND sqlite:// TOKEN bhlvzefnlr 2019-10-07 13:33:06.207 15012 INFO oslo_db.sqlalchemy.provision [req-12cd5202-fec0-4031-b517-5e86d03a2d86 - - - - -] CREATE BACKEND sqlite:// TOKEN sfzqzngvga 2019-10-07 13:33:06.261 15020 INFO octavia.api.v1.controllers.pool [req-5a26e174-6161-4cfa-a7c7-2d878f797fec - - - - -] Sending Creation of Pool 4494cd82-f590-4ed1-81f8-ad1962206ed9 to handler 2019-10-07 13:33:06.215 15024 WARNING octavia.api.root_controller [req-d743ed1e-fc6f-4176-80e4-2b188673cb0a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:06.225 15024 INFO octavia.api.v1.controllers.load_balancer [req-16b42fc0-970f-4035-9bf2-215944883aeb - - - - -] Sending created Load Balancer cf07f4e1-648a-4357-8dda-0a6213ff7950 to the handler 2019-10-07 13:33:06.254 15006 INFO octavia.common.config [req-c64cd102-e15b-4101-9690-2d9873c529b9 - - - - -] Logging enabled! 2019-10-07 13:33:06.254 15006 INFO octavia.common.config [req-c64cd102-e15b-4101-9690-2d9873c529b9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:06.278 15006 WARNING octavia.api.root_controller [req-c64cd102-e15b-4101-9690-2d9873c529b9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:06.288 15006 INFO octavia.api.v1.controllers.load_balancer [req-88079333-a06b-4356-b03c-40d5de5887fd - - - - -] Sending created Load Balancer 3145a1f1-6192-49d0-abc8-71966dabf727 to the handler 2019-10-07 13:33:06.292 15024 INFO octavia.api.v1.controllers.listener [req-f425d780-5fb8-4616-9add-95640c5060c1 - - - - -] Sending Creation of Listener af7f09dc-9249-4038-b486-5b1cf99ecf7a to handler 2019-10-07 13:33:06.370 15006 INFO oslo_db.sqlalchemy.provision [req-a3681c58-f2ba-4e38-9a15-1741b9a06761 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:06.372 15006 INFO oslo_db.sqlalchemy.provision [req-a3681c58-f2ba-4e38-9a15-1741b9a06761 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bhlvzefnlr 2019-10-07 13:33:06.372 15006 INFO oslo_db.sqlalchemy.provision [req-a3681c58-f2ba-4e38-9a15-1741b9a06761 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_project_id [0.195849s] ... ok 2019-10-07 13:33:06.375 15006 INFO oslo_db.sqlalchemy.provision [req-a3681c58-f2ba-4e38-9a15-1741b9a06761 - - - - -] CREATE BACKEND sqlite:// TOKEN lohiudvahs 2019-10-07 13:33:06.432 15020 INFO octavia.api.v1.controllers.member [req-72150eb5-2c33-47bc-957b-d112dc716d1c - - - - -] Sending Creation of Member 6a5954b2-2de9-4b61-b297-cba6ed5d5147 to handler 2019-10-07 13:33:06.412 15024 INFO octavia.api.v1.controllers.pool [req-0bbda4bc-c6b1-4c18-b65a-cbf89d2765d1 - - - - -] Sending Creation of Pool 4644893f-5697-40ee-8544-6ab765836e0d to handler 2019-10-07 13:33:06.380 15012 INFO octavia.common.config [req-12cd5202-fec0-4031-b517-5e86d03a2d86 - - - - -] Logging enabled! 2019-10-07 13:33:06.381 15012 INFO octavia.common.config [req-12cd5202-fec0-4031-b517-5e86d03a2d86 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:06.422 15012 WARNING octavia.api.root_controller [req-12cd5202-fec0-4031-b517-5e86d03a2d86 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:06.432 15012 INFO octavia.api.v1.controllers.load_balancer [req-a2a93383-0ff8-4fc7-a0b8-e9db1f72283c - - - - -] Sending created Load Balancer 82fd11df-be0a-4d9d-948b-341623a23a2d to the handler 2019-10-07 13:33:06.511 15012 INFO octavia.api.v1.controllers.listener [req-20fc0d65-2fde-4280-a223-a96b55f209d6 - - - - -] Sending Creation of Listener 9afb5387-991b-47f0-9bb5-0de044bb9b54 to handler 2019-10-07 13:33:06.597 15006 INFO octavia.common.config [req-a3681c58-f2ba-4e38-9a15-1741b9a06761 - - - - -] Logging enabled! 2019-10-07 13:33:06.599 15006 INFO octavia.common.config [req-a3681c58-f2ba-4e38-9a15-1741b9a06761 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:06.642 15012 ERROR octavia.api.v1.controllers.base [req-85b77af8-433b-48d6-8214-407278c0fc82 - - - - -] Pool a9b86b79-0f8a-4e3d-a5f9-0d8ebe0137ba not found: None 2019-10-07 13:33:06.642 15012 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:33:06.642 15012 ERROR octavia.api.v1.controllers.base 2019-10-07 13:33:06.633 15020 INFO oslo_db.sqlalchemy.provision [req-4d27d67b-5914-44e2-b3f2-10162c7e8ef8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:06.635 15020 INFO oslo_db.sqlalchemy.provision [req-4d27d67b-5914-44e2-b3f2-10162c7e8ef8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bcpvibdvbj 2019-10-07 13:33:06.635 15020 INFO oslo_db.sqlalchemy.provision [req-4d27d67b-5914-44e2-b3f2-10162c7e8ef8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_member.TestMember.test_duplicate_create [0.669825s] ... ok 2019-10-07 13:33:06.654 15012 INFO oslo_db.sqlalchemy.provision [req-85b77af8-433b-48d6-8214-407278c0fc82 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:06.656 15012 INFO oslo_db.sqlalchemy.provision [req-85b77af8-433b-48d6-8214-407278c0fc82 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sfzqzngvga 2019-10-07 13:33:06.656 15012 INFO oslo_db.sqlalchemy.provision [req-85b77af8-433b-48d6-8214-407278c0fc82 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_get [0.452583s] ... ok 2019-10-07 13:33:06.639 15020 INFO oslo_db.sqlalchemy.provision [req-4d27d67b-5914-44e2-b3f2-10162c7e8ef8 - - - - -] CREATE BACKEND sqlite:// TOKEN xydkbgfpuq 2019-10-07 13:33:06.624 15024 INFO octavia.api.v1.controllers.pool [req-545e3000-cb67-4ce9-8b98-38063a963afd - - - - -] Sending Creation of Pool 687fad26-7977-458d-9a69-1904d623c3f6 to handler 2019-10-07 13:33:06.701 15006 WARNING octavia.api.root_controller [req-a3681c58-f2ba-4e38-9a15-1741b9a06761 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:06.713 15006 INFO octavia.api.v1.controllers.load_balancer [req-57cdd8a5-afe6-4c8a-b90c-0b3bade49151 - - - - -] Sending created Load Balancer 0c4f11a8-2c2d-4f47-8e11-eaf157cca50f to the handler 2019-10-07 13:33:06.738 15006 INFO octavia.api.v1.controllers.load_balancer [req-e496cd84-d354-414a-a455-024e5e9bfea2 - - - - -] Sending deleted Load Balancer 0c4f11a8-2c2d-4f47-8e11-eaf157cca50f to the handler 2019-10-07 13:33:06.659 15012 INFO oslo_db.sqlalchemy.provision [req-85b77af8-433b-48d6-8214-407278c0fc82 - - - - -] CREATE BACKEND sqlite:// TOKEN bvvqxllrbe 2019-10-07 13:33:06.804 15020 INFO octavia.common.config [req-4d27d67b-5914-44e2-b3f2-10162c7e8ef8 - - - - -] Logging enabled! 2019-10-07 13:33:06.804 15020 INFO octavia.common.config [req-4d27d67b-5914-44e2-b3f2-10162c7e8ef8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:06.813 15012 INFO octavia.common.config [req-85b77af8-433b-48d6-8214-407278c0fc82 - - - - -] Logging enabled! 2019-10-07 13:33:06.813 15012 INFO octavia.common.config [req-85b77af8-433b-48d6-8214-407278c0fc82 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:06.833 15024 INFO octavia.api.v1.controllers.member [req-38dc7cff-7e60-4e8f-a9aa-c3926e434f32 - - - - -] Sending Creation of Member f3307b63-1578-429d-a572-ed7dd5e2d817 to handler 2019-10-07 13:33:06.856 15020 WARNING octavia.api.root_controller [req-4d27d67b-5914-44e2-b3f2-10162c7e8ef8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:06.866 15020 INFO octavia.api.v1.controllers.load_balancer [req-7c6ee416-8a72-462f-b3b6-cbce7531bc94 - - - - -] Sending created Load Balancer 7ee3d960-0ec7-4d0f-9a1f-bd62d7e136e6 to the handler 2019-10-07 13:33:06.900 15006 INFO oslo_db.sqlalchemy.provision [req-bb9309d9-472e-428d-9c75-155eafcaa00b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:06.901 15006 INFO oslo_db.sqlalchemy.provision [req-bb9309d9-472e-428d-9c75-155eafcaa00b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lohiudvahs 2019-10-07 13:33:06.902 15006 INFO oslo_db.sqlalchemy.provision [req-bb9309d9-472e-428d-9c75-155eafcaa00b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete [0.529415s] ... ok 2019-10-07 13:33:06.905 15006 INFO oslo_db.sqlalchemy.provision [req-bb9309d9-472e-428d-9c75-155eafcaa00b - - - - -] CREATE BACKEND sqlite:// TOKEN rrtnpeqgpp 2019-10-07 13:33:06.874 15012 WARNING octavia.api.root_controller [req-85b77af8-433b-48d6-8214-407278c0fc82 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:06.884 15012 INFO octavia.api.v1.controllers.load_balancer [req-50739031-80db-4318-9aa1-9aa7ed20e6a3 - - - - -] Sending created Load Balancer cc1b9525-10a0-4de3-af7c-78e68f03be40 to the handler 2019-10-07 13:33:06.946 15024 INFO octavia.api.v1.controllers.load_balancer [req-15fcfee3-b0a8-43c8-9ae8-c8e64e4edf3a - - - - -] Sending updated Load Balancer cf07f4e1-648a-4357-8dda-0a6213ff7950 to the handler 2019-10-07 13:33:06.969 15012 INFO octavia.api.v1.controllers.listener [req-50b4cefe-c31b-4b8c-b4cc-a8665ffbfdee - - - - -] Sending Creation of Listener ceb40ac8-d4d9-42c9-98f3-6bd7119cf0f8 to handler 2019-10-07 13:33:06.970 15020 INFO octavia.api.v1.controllers.listener [req-e0bf8585-f70f-4075-849f-4e1b8b01216a - - - - -] Sending Creation of Listener 76affbcd-8ce3-4ea6-bfb3-de6bd6dc1ee6 to handler 2019-10-07 13:33:07.068 15024 INFO octavia.api.v1.controllers.member [req-d8c72be0-7c4f-49ee-840e-91a958886e5f - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:07.102 15006 INFO octavia.common.config [req-bb9309d9-472e-428d-9c75-155eafcaa00b - - - - -] Logging enabled! 2019-10-07 13:33:07.103 15006 INFO octavia.common.config [req-bb9309d9-472e-428d-9c75-155eafcaa00b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:07.095 15020 INFO octavia.api.v1.controllers.load_balancer [req-040d3309-3b09-40b8-b52b-0197bb5de1ac - - - - -] Sending deleted Load Balancer 7ee3d960-0ec7-4d0f-9a1f-bd62d7e136e6 to the handler 2019-10-07 13:33:07.112 15020 INFO octavia.api.v1.controllers.pool [req-304355b2-d3d6-4d49-9874-e05fd1339148 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:07.128 15020 INFO oslo_db.sqlalchemy.provision [req-304355b2-d3d6-4d49-9874-e05fd1339148 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:07.129 15020 INFO oslo_db.sqlalchemy.provision [req-304355b2-d3d6-4d49-9874-e05fd1339148 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xydkbgfpuq 2019-10-07 13:33:07.129 15020 INFO oslo_db.sqlalchemy.provision [req-304355b2-d3d6-4d49-9874-e05fd1339148 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_when_lb_pending_delete [0.493853s] ... ok 2019-10-07 13:33:07.133 15020 INFO oslo_db.sqlalchemy.provision [req-304355b2-d3d6-4d49-9874-e05fd1339148 - - - - -] CREATE BACKEND sqlite:// TOKEN qqznuiwyjq 2019-10-07 13:33:07.126 15006 WARNING octavia.api.root_controller [req-bb9309d9-472e-428d-9c75-155eafcaa00b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:07.103 15024 INFO oslo_db.sqlalchemy.provision [req-d8c72be0-7c4f-49ee-840e-91a958886e5f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:07.105 15024 INFO oslo_db.sqlalchemy.provision [req-d8c72be0-7c4f-49ee-840e-91a958886e5f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sailgfvidm 2019-10-07 13:33:07.105 15024 INFO oslo_db.sqlalchemy.provision [req-d8c72be0-7c4f-49ee-840e-91a958886e5f - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_member.TestMember.test_create_when_lb_pending_update [1.130133s] ... ok 2019-10-07 13:33:07.171 15012 INFO octavia.api.v1.controllers.pool [req-f379f311-53bd-4795-84d4-b50e9fda0a77 - - - - -] Sending Creation of Pool eb73d31d-bfc6-4aa1-a8a5-7ff4a2f98ebe to handler 2019-10-07 13:33:07.109 15024 INFO oslo_db.sqlalchemy.provision [req-d8c72be0-7c4f-49ee-840e-91a958886e5f - - - - -] CREATE BACKEND sqlite:// TOKEN trcsxbjglz 2019-10-07 13:33:07.204 15020 INFO octavia.common.config [req-304355b2-d3d6-4d49-9874-e05fd1339148 - - - - -] Logging enabled! 2019-10-07 13:33:07.204 15020 INFO octavia.common.config [req-304355b2-d3d6-4d49-9874-e05fd1339148 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:07.181 15006 INFO octavia.api.v1.controllers.load_balancer [req-9d98a686-4c34-4d40-a1d7-43718c49886e - - - - -] Sending created Load Balancer 2de31de5-00a8-4768-8d91-a176beba2f1d to the handler 2019-10-07 13:33:07.245 15020 WARNING octavia.api.root_controller [req-304355b2-d3d6-4d49-9874-e05fd1339148 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:07.255 15020 INFO octavia.api.v1.controllers.load_balancer [req-5842901e-0210-42b9-9db8-9ca95633cc44 - - - - -] Sending created Load Balancer 8f7b84f6-ed6a-4ba6-9018-1c73f0860446 to the handler 2019-10-07 13:33:07.236 15006 INFO octavia.api.v1.controllers.listener [req-30796621-e62e-4a5b-a1b7-b01b367509e9 - - - - -] Sending Creation of Listener 4631b234-6e33-4ec5-adb1-aff30f9e5093 to handler 2019-10-07 13:33:07.292 15020 INFO octavia.api.v1.controllers.listener [req-5aac3161-314b-4c4a-8ca2-075ca3c0ab53 - - - - -] Sending Creation of Listener e73f1a6a-92ae-4dfa-8cdd-e2159be83d06 to handler 2019-10-07 13:33:07.293 15006 WARNING octavia.api.v1.controllers.load_balancer [req-3d786723-c091-4da0-8d32-9f48ab8d9516 - - - - -] Cannot delete Load Balancer 2de31de5-00a8-4768-8d91-a176beba2f1d - it has children 2019-10-07 13:33:07.304 15006 INFO oslo_db.sqlalchemy.provision [req-3d786723-c091-4da0-8d32-9f48ab8d9516 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:07.306 15006 INFO oslo_db.sqlalchemy.provision [req-3d786723-c091-4da0-8d32-9f48ab8d9516 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rrtnpeqgpp 2019-10-07 13:33:07.306 15006 INFO oslo_db.sqlalchemy.provision [req-3d786723-c091-4da0-8d32-9f48ab8d9516 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_with_listener [0.404222s] ... ok 2019-10-07 13:33:07.280 15024 INFO octavia.common.config [req-d8c72be0-7c4f-49ee-840e-91a958886e5f - - - - -] Logging enabled! 2019-10-07 13:33:07.281 15024 INFO octavia.common.config [req-d8c72be0-7c4f-49ee-840e-91a958886e5f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:07.309 15006 INFO oslo_db.sqlalchemy.provision [req-3d786723-c091-4da0-8d32-9f48ab8d9516 - - - - -] CREATE BACKEND sqlite:// TOKEN apqwzflmts 2019-10-07 13:33:07.322 15024 WARNING octavia.api.root_controller [req-d8c72be0-7c4f-49ee-840e-91a958886e5f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:07.334 15024 INFO octavia.api.v1.controllers.load_balancer [req-f7607bde-7a76-487e-b00d-3fc9f26bb4cb - - - - -] Sending created Load Balancer 373bda8d-aabc-4440-9084-71b6ce2d79a4 to the handler 2019-10-07 13:33:07.370 15020 INFO octavia.api.v1.controllers.load_balancer [req-53241bfd-5259-4018-a1a2-6092c7bedfda - - - - -] Sending updated Load Balancer 8f7b84f6-ed6a-4ba6-9018-1c73f0860446 to the handler 2019-10-07 13:33:07.391 15020 INFO octavia.api.v1.controllers.pool [req-019403ed-fb46-4a09-afed-256532ce8656 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:07.385 15006 INFO octavia.common.config [req-3d786723-c091-4da0-8d32-9f48ab8d9516 - - - - -] Logging enabled! 2019-10-07 13:33:07.386 15006 INFO octavia.common.config [req-3d786723-c091-4da0-8d32-9f48ab8d9516 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:07.408 15006 WARNING octavia.api.root_controller [req-3d786723-c091-4da0-8d32-9f48ab8d9516 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:07.409 15020 INFO oslo_db.sqlalchemy.provision [req-019403ed-fb46-4a09-afed-256532ce8656 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:07.410 15020 INFO oslo_db.sqlalchemy.provision [req-019403ed-fb46-4a09-afed-256532ce8656 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qqznuiwyjq 2019-10-07 13:33:07.411 15020 INFO oslo_db.sqlalchemy.provision [req-019403ed-fb46-4a09-afed-256532ce8656 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_when_lb_pending_update [0.281009s] ... ok /usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py:253: SAWarning: Object of type not in session, add operation along 'Listener.l7policies' will not proceed (orm_util.state_class_str(state), operation, prop)) 2019-10-07 13:33:07.414 15020 INFO oslo_db.sqlalchemy.provision [req-019403ed-fb46-4a09-afed-256532ce8656 - - - - -] CREATE BACKEND sqlite:// TOKEN ierktqnfwt 2019-10-07 13:33:07.372 15012 INFO oslo_db.sqlalchemy.provision [req-ee333627-ff72-4dff-9159-aea1aa5b70ac - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:07.374 15012 INFO oslo_db.sqlalchemy.provision [req-ee333627-ff72-4dff-9159-aea1aa5b70ac - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bvvqxllrbe 2019-10-07 13:33:07.374 15012 INFO oslo_db.sqlalchemy.provision [req-ee333627-ff72-4dff-9159-aea1aa5b70ac - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_update [0.718164s] ... ok 2019-10-07 13:33:07.378 15012 INFO oslo_db.sqlalchemy.provision [req-ee333627-ff72-4dff-9159-aea1aa5b70ac - - - - -] CREATE BACKEND sqlite:// TOKEN lahcyzsblv 2019-10-07 13:33:07.430 15024 INFO octavia.api.v1.controllers.listener [req-05926bf4-7f35-495c-a28d-eede20481002 - - - - -] Sending Creation of Listener 6db123b3-cb62-4ce9-9978-578ca2cb53ba to handler 2019-10-07 13:33:07.494 15006 INFO octavia.api.v1.controllers.load_balancer [req-f02c75ca-b2f4-401d-a896-0b25e9ffedd0 - - - - -] Sending full load balancer configuration cb83d011-b751-4661-9aaf-0c813d9aff84 to the handler 2019-10-07 13:33:07.529 15012 INFO octavia.common.config [req-ee333627-ff72-4dff-9159-aea1aa5b70ac - - - - -] Logging enabled! 2019-10-07 13:33:07.537 15020 INFO octavia.common.config [req-019403ed-fb46-4a09-afed-256532ce8656 - - - - -] Logging enabled! 2019-10-07 13:33:07.537 15020 INFO octavia.common.config [req-019403ed-fb46-4a09-afed-256532ce8656 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:07.530 15012 INFO octavia.common.config [req-ee333627-ff72-4dff-9159-aea1aa5b70ac - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:07.560 15024 INFO octavia.api.v1.controllers.pool [req-a0394e82-1f5d-4ff6-9c53-e47a9c53839c - - - - -] Sending Creation of Pool 98b8f74c-e27a-4be3-8f64-8ec238ba8f98 to handler 2019-10-07 13:33:07.512 15006 INFO oslo_db.sqlalchemy.provision [req-f02c75ca-b2f4-401d-a896-0b25e9ffedd0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:07.513 15006 INFO oslo_db.sqlalchemy.provision [req-f02c75ca-b2f4-401d-a896-0b25e9ffedd0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN apqwzflmts 2019-10-07 13:33:07.514 15006 INFO oslo_db.sqlalchemy.provision [req-f02c75ca-b2f4-401d-a896-0b25e9ffedd0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_one_redirect_pool_one_rule [0.207303s] ... ok 2019-10-07 13:33:07.516 15006 INFO oslo_db.sqlalchemy.provision [req-f02c75ca-b2f4-401d-a896-0b25e9ffedd0 - - - - -] CREATE BACKEND sqlite:// TOKEN nsthlwxpwv 2019-10-07 13:33:07.588 15020 WARNING octavia.api.root_controller [req-019403ed-fb46-4a09-afed-256532ce8656 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:07.592 15006 INFO octavia.common.config [req-f02c75ca-b2f4-401d-a896-0b25e9ffedd0 - - - - -] Logging enabled! 2019-10-07 13:33:07.593 15006 INFO octavia.common.config [req-f02c75ca-b2f4-401d-a896-0b25e9ffedd0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:07.585 15012 WARNING octavia.api.root_controller [req-ee333627-ff72-4dff-9159-aea1aa5b70ac - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:07.595 15012 INFO octavia.api.v1.controllers.load_balancer [req-4eee74c2-ae02-4a35-a5f0-9ec5f6ee9129 - - - - -] Sending created Load Balancer 8c5dc8e0-56bd-4441-9a4a-362bc4b37f55 to the handler 2019-10-07 13:33:07.607 15020 INFO octavia.api.v1.controllers.load_balancer [req-e6701470-0083-438c-8083-4842b4f5d785 - - - - -] Sending created Load Balancer 61ff4c40-b79e-4cdb-855f-b8f21d5bf78a to the handler 2019-10-07 13:33:07.616 15006 WARNING octavia.api.root_controller [req-f02c75ca-b2f4-401d-a896-0b25e9ffedd0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:07.668 15006 INFO octavia.api.v1.controllers.load_balancer [req-a627045c-79ec-47a7-aa70-32a4b5a1ca18 - - - - -] Sending full load balancer configuration b34fb81e-df8c-451c-bc8f-b6ca60f3da28 to the handler 2019-10-07 13:33:07.684 15006 INFO oslo_db.sqlalchemy.provision [req-a627045c-79ec-47a7-aa70-32a4b5a1ca18 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:07.685 15006 INFO oslo_db.sqlalchemy.provision [req-a627045c-79ec-47a7-aa70-32a4b5a1ca18 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nsthlwxpwv 2019-10-07 13:33:07.685 15006 INFO oslo_db.sqlalchemy.provision [req-a627045c-79ec-47a7-aa70-32a4b5a1ca18 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_no_rule [0.171674s] ... ok 2019-10-07 13:33:07.688 15006 INFO oslo_db.sqlalchemy.provision [req-a627045c-79ec-47a7-aa70-32a4b5a1ca18 - - - - -] CREATE BACKEND sqlite:// TOKEN ibomrbivuk 2019-10-07 13:33:07.710 15020 INFO octavia.api.v1.controllers.listener [req-c2f49211-62f0-47c9-af9c-5e03966e3ff8 - - - - -] Sending Creation of Listener b6a0a3a4-742e-4ddd-a331-1c21df558718 to handler 2019-10-07 13:33:07.690 15012 INFO octavia.api.v1.controllers.listener [req-b0d84b6d-c71d-4105-8d58-c791bf034249 - - - - -] Sending Creation of Listener d9fa9ba2-78f7-40ea-802a-478974c1cfe3 to handler 2019-10-07 13:33:07.758 15024 INFO octavia.api.v1.controllers.pool [req-39180453-98b6-4f89-aa40-99f0fd0589bc - - - - -] Sending Creation of Pool 543a1ad4-f3f5-44dd-9f00-502f3875ef41 to handler 2019-10-07 13:33:07.771 15006 INFO octavia.common.config [req-a627045c-79ec-47a7-aa70-32a4b5a1ca18 - - - - -] Logging enabled! 2019-10-07 13:33:07.772 15006 INFO octavia.common.config [req-a627045c-79ec-47a7-aa70-32a4b5a1ca18 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:07.795 15006 WARNING octavia.api.root_controller [req-a627045c-79ec-47a7-aa70-32a4b5a1ca18 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:07.834 15012 INFO oslo_db.sqlalchemy.provision [req-1b64fb69-9255-4adf-b215-d46ba64b3073 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:07.836 15012 INFO oslo_db.sqlalchemy.provision [req-1b64fb69-9255-4adf-b215-d46ba64b3073 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lahcyzsblv 2019-10-07 13:33:07.836 15012 INFO oslo_db.sqlalchemy.provision [req-1b64fb69-9255-4adf-b215-d46ba64b3073 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_over_quota [0.461292s] ... ok 2019-10-07 13:33:07.852 15006 INFO octavia.api.v1.controllers.load_balancer [req-41dfa081-aa5a-479e-905d-b4f9fde639b1 - - - - -] Sending full load balancer configuration 1e59f8c0-2474-44ee-8cff-5b67e53217bd to the handler 2019-10-07 13:33:07.839 15012 INFO oslo_db.sqlalchemy.provision [req-1b64fb69-9255-4adf-b215-d46ba64b3073 - - - - -] CREATE BACKEND sqlite:// TOKEN mxpvlrawwl 2019-10-07 13:33:07.868 15006 INFO oslo_db.sqlalchemy.provision [req-41dfa081-aa5a-479e-905d-b4f9fde639b1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:07.870 15006 INFO oslo_db.sqlalchemy.provision [req-41dfa081-aa5a-479e-905d-b4f9fde639b1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ibomrbivuk 2019-10-07 13:33:07.870 15006 INFO oslo_db.sqlalchemy.provision [req-41dfa081-aa5a-479e-905d-b4f9fde639b1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_one_rule [0.184297s] ... ok 2019-10-07 13:33:07.873 15006 INFO oslo_db.sqlalchemy.provision [req-41dfa081-aa5a-479e-905d-b4f9fde639b1 - - - - -] CREATE BACKEND sqlite:// TOKEN mrcizrixvx 2019-10-07 13:33:07.948 15006 INFO octavia.common.config [req-41dfa081-aa5a-479e-905d-b4f9fde639b1 - - - - -] Logging enabled! 2019-10-07 13:33:07.949 15006 INFO octavia.common.config [req-41dfa081-aa5a-479e-905d-b4f9fde639b1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:07.934 15020 INFO octavia.api.v1.controllers.pool [req-2380d6ee-73dc-41c4-80f6-92798b051290 - - - - -] Sending Creation of Pool 0d136c2f-68b4-46fa-8495-c561604794d7 to handler 2019-10-07 13:33:08.001 15012 INFO octavia.common.config [req-1b64fb69-9255-4adf-b215-d46ba64b3073 - - - - -] Logging enabled! 2019-10-07 13:33:07.975 15024 INFO octavia.api.v1.controllers.member [req-2ff7602d-5526-4c33-a868-8182f5ec25cb - - - - -] Sending Creation of Member b7044625-1cda-4cb6-a08d-7fd58436eabf to handler 2019-10-07 13:33:07.973 15006 WARNING octavia.api.root_controller [req-41dfa081-aa5a-479e-905d-b4f9fde639b1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:08.002 15006 INFO octavia.api.v1.controllers.load_balancer [req-3b19ddf3-9197-4b43-afd7-5a6cb4771488 - - - - -] Sending full load balancer configuration a014830b-9d84-4e11-89cb-edc0ac23e131 to the handler 2019-10-07 13:33:08.019 15020 INFO oslo_db.sqlalchemy.provision [req-2380d6ee-73dc-41c4-80f6-92798b051290 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:08.021 15020 INFO oslo_db.sqlalchemy.provision [req-2380d6ee-73dc-41c4-80f6-92798b051290 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ierktqnfwt 2019-10-07 13:33:08.021 15020 INFO oslo_db.sqlalchemy.provision [req-2380d6ee-73dc-41c4-80f6-92798b051290 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_id [0.610213s] ... ok 2019-10-07 13:33:08.005 15012 INFO octavia.common.config [req-1b64fb69-9255-4adf-b215-d46ba64b3073 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:08.024 15020 INFO oslo_db.sqlalchemy.provision [req-2380d6ee-73dc-41c4-80f6-92798b051290 - - - - -] CREATE BACKEND sqlite:// TOKEN tjniyxycwi 2019-10-07 13:33:08.020 15006 INFO oslo_db.sqlalchemy.provision [req-3b19ddf3-9197-4b43-afd7-5a6cb4771488 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:08.021 15006 INFO oslo_db.sqlalchemy.provision [req-3b19ddf3-9197-4b43-afd7-5a6cb4771488 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mrcizrixvx 2019-10-07 13:33:08.022 15006 INFO oslo_db.sqlalchemy.provision [req-3b19ddf3-9197-4b43-afd7-5a6cb4771488 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners [0.151628s] ... ok 2019-10-07 13:33:08.024 15006 INFO oslo_db.sqlalchemy.provision [req-3b19ddf3-9197-4b43-afd7-5a6cb4771488 - - - - -] CREATE BACKEND sqlite:// TOKEN osuwhfpapv 2019-10-07 13:33:08.047 15012 WARNING octavia.api.root_controller [req-1b64fb69-9255-4adf-b215-d46ba64b3073 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:08.057 15012 INFO octavia.api.v1.controllers.load_balancer [req-71a457e7-0669-453b-9d05-1f74783a30b9 - - - - -] Sending created Load Balancer a37244c6-9004-43b9-b633-63600e78f97a to the handler 2019-10-07 13:33:08.100 15006 INFO octavia.common.config [req-3b19ddf3-9197-4b43-afd7-5a6cb4771488 - - - - -] Logging enabled! 2019-10-07 13:33:08.100 15006 INFO octavia.common.config [req-3b19ddf3-9197-4b43-afd7-5a6cb4771488 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:08.123 15006 WARNING octavia.api.root_controller [req-3b19ddf3-9197-4b43-afd7-5a6cb4771488 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:08.143 15012 INFO octavia.api.v1.controllers.listener [req-314a286d-126b-4aac-80af-9dc291880b40 - - - - -] Sending Creation of Listener 15e8058e-d4f5-48f6-8a69-d34cd7d20641 to handler 2019-10-07 13:33:08.185 15006 INFO octavia.api.v1.controllers.load_balancer [req-afda3b62-7a9d-4f40-bf55-870f7085187f - - - - -] Sending full load balancer configuration 5cb10e67-e700-400a-a6fd-551e1edec9a2 to the handler 2019-10-07 13:33:08.201 15006 INFO oslo_db.sqlalchemy.provision [req-afda3b62-7a9d-4f40-bf55-870f7085187f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:08.202 15006 INFO oslo_db.sqlalchemy.provision [req-afda3b62-7a9d-4f40-bf55-870f7085187f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN osuwhfpapv 2019-10-07 13:33:08.203 15006 INFO oslo_db.sqlalchemy.provision [req-afda3b62-7a9d-4f40-bf55-870f7085187f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners_one_pool [0.180703s] ... ok 2019-10-07 13:33:08.205 15006 INFO oslo_db.sqlalchemy.provision [req-afda3b62-7a9d-4f40-bf55-870f7085187f - - - - -] CREATE BACKEND sqlite:// TOKEN mydziusuyr 2019-10-07 13:33:08.195 15020 INFO octavia.common.config [req-2380d6ee-73dc-41c4-80f6-92798b051290 - - - - -] Logging enabled! 2019-10-07 13:33:08.200 15020 INFO octavia.common.config [req-2380d6ee-73dc-41c4-80f6-92798b051290 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:08.241 15020 WARNING octavia.api.root_controller [req-2380d6ee-73dc-41c4-80f6-92798b051290 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:08.255 15020 INFO octavia.api.v1.controllers.load_balancer [req-63a4160c-1ff2-43b7-b717-24ee929af0f2 - - - - -] Sending created Load Balancer 0361a723-4de8-41d2-ae7c-178d35ea58b5 to the handler 2019-10-07 13:33:08.191 15024 ERROR wsme.api [req-2866cbdd-89ec-445f-9e15-0261c81ab384 - - - - -] Server-side error: "New instance with identity key (, (u'b7044625-1cda-4cb6-a08d-7fd58436eabf',), 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.2/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.2/octavia/api/v1/controllers/member.py", line 124, in post **member_dict) File "/builddir/build/BUILD/octavia-2.1.2/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'b7044625-1cda-4cb6-a08d-7fd58436eabf',), None) conflicts with persistent instance : FlushError: New instance with identity key (, (u'b7044625-1cda-4cb6-a08d-7fd58436eabf',), None) conflicts with persistent instance 2019-10-07 13:33:08.263 15024 INFO oslo_db.sqlalchemy.provision [req-2866cbdd-89ec-445f-9e15-0261c81ab384 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:08.265 15024 INFO oslo_db.sqlalchemy.provision [req-2866cbdd-89ec-445f-9e15-0261c81ab384 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN trcsxbjglz 2019-10-07 13:33:08.265 15024 INFO oslo_db.sqlalchemy.provision [req-2866cbdd-89ec-445f-9e15-0261c81ab384 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_duplicate_id [1.159825s] ... ok 2019-10-07 13:33:08.293 15020 INFO octavia.api.v1.controllers.listener [req-a375637e-d233-4a05-8528-723ed7371cb6 - - - - -] Sending Creation of Listener 2b95cd2b-f1bb-4180-917a-c68c6d050947 to handler 2019-10-07 13:33:08.269 15024 INFO oslo_db.sqlalchemy.provision [req-2866cbdd-89ec-445f-9e15-0261c81ab384 - - - - -] CREATE BACKEND sqlite:// TOKEN rnjwgndzgc 2019-10-07 13:33:08.298 15006 INFO octavia.common.config [req-afda3b62-7a9d-4f40-bf55-870f7085187f - - - - -] Logging enabled! 2019-10-07 13:33:08.298 15006 INFO octavia.common.config [req-afda3b62-7a9d-4f40-bf55-870f7085187f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:08.328 15006 WARNING octavia.api.root_controller [req-afda3b62-7a9d-4f40-bf55-870f7085187f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:08.370 15006 INFO octavia.api.v1.controllers.load_balancer [req-cbe83c88-497a-4f1f-8f28-79f1911aee2b - - - - -] Sending full load balancer configuration d50a4c73-4926-4038-b83b-594705a2d33f to the handler 2019-10-07 13:33:08.384 15006 INFO oslo_db.sqlalchemy.provision [req-cbe83c88-497a-4f1f-8f28-79f1911aee2b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:08.385 15006 INFO oslo_db.sqlalchemy.provision [req-cbe83c88-497a-4f1f-8f28-79f1911aee2b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mydziusuyr 2019-10-07 13:33:08.385 15006 INFO oslo_db.sqlalchemy.provision [req-cbe83c88-497a-4f1f-8f28-79f1911aee2b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_hm [0.182710s] ... ok 2019-10-07 13:33:08.389 15006 INFO oslo_db.sqlalchemy.provision [req-cbe83c88-497a-4f1f-8f28-79f1911aee2b - - - - -] CREATE BACKEND sqlite:// TOKEN odprgwncpu 2019-10-07 13:33:08.409 15020 INFO octavia.api.v1.controllers.pool [req-17d968f1-7dcf-4dcb-9c01-e6d12c6c08d4 - - - - -] Sending Creation of Pool a138ffe8-5355-439a-85e8-24199befa944 to handler 2019-10-07 13:33:08.375 15012 INFO octavia.api.v1.controllers.pool [req-077ebf82-04fe-40b3-a55f-c9693cfee3d3 - - - - -] Sending Creation of Pool 9287cfe1-d576-4eb6-afbb-9ab5d3421ffe to handler 2019-10-07 13:33:08.469 15006 INFO octavia.common.config [req-cbe83c88-497a-4f1f-8f28-79f1911aee2b - - - - -] Logging enabled! 2019-10-07 13:33:08.461 15024 INFO octavia.common.config [req-2866cbdd-89ec-445f-9e15-0261c81ab384 - - - - -] Logging enabled! 2019-10-07 13:33:08.462 15024 INFO octavia.common.config [req-2866cbdd-89ec-445f-9e15-0261c81ab384 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:08.473 15006 INFO octavia.common.config [req-cbe83c88-497a-4f1f-8f28-79f1911aee2b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:08.495 15006 WARNING octavia.api.root_controller [req-cbe83c88-497a-4f1f-8f28-79f1911aee2b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:08.506 15006 INFO octavia.api.v1.controllers.load_balancer [req-a5e413dc-6686-4849-823d-18882943c994 - - - - -] Sending created Load Balancer 4c834682-7fc2-4887-8f31-7e5ed9726d6f to the handler 2019-10-07 13:33:08.523 15024 WARNING octavia.api.root_controller [req-2866cbdd-89ec-445f-9e15-0261c81ab384 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:08.556 15012 INFO oslo_db.sqlalchemy.provision [req-800f7806-ddc3-4d99-8a0f-b897a4029f0e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:08.557 15012 INFO oslo_db.sqlalchemy.provision [req-800f7806-ddc3-4d99-8a0f-b897a4029f0e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mxpvlrawwl 2019-10-07 13:33:08.558 15012 INFO oslo_db.sqlalchemy.provision [req-800f7806-ddc3-4d99-8a0f-b897a4029f0e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_sans_listener [0.721607s] ... ok 2019-10-07 13:33:08.543 15006 INFO octavia.api.v1.controllers.listener [req-1202f1ae-0c2c-473f-ae95-9cb37a15bae1 - - - - -] Sending Creation of Listener 46cf6734-fe32-4530-be5c-199154b7c95a to handler 2019-10-07 13:33:08.561 15012 INFO oslo_db.sqlalchemy.provision [req-800f7806-ddc3-4d99-8a0f-b897a4029f0e - - - - -] CREATE BACKEND sqlite:// TOKEN bfynxqrjjb 2019-10-07 13:33:08.575 15024 INFO octavia.api.v1.controllers.load_balancer [req-f52cdf4f-4d7f-4765-bbef-2e28e1bb72cd - - - - -] Sending created Load Balancer 70438d7e-9925-4169-9ea7-6319b16ea5f2 to the handler 2019-10-07 13:33:08.606 15006 INFO octavia.api.v1.controllers.pool [req-18f4ea23-9711-4bfb-ae5c-117e17978582 - - - - -] Sending Creation of Pool 7d9ba6f2-23fa-42a4-b2cb-5ec6dac41c3c to handler 2019-10-07 13:33:08.684 15020 INFO oslo_db.sqlalchemy.provision [req-606eca01-75dd-4c7a-9572-e04ebaf0e691 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:08.686 15006 INFO octavia.api.v1.controllers.pool [req-9c760325-ef92-4069-84be-c32c76101d94 - - - - -] Sending Creation of Pool 05ea7e0d-b5b6-447e-a5cd-160e3b8aceb4 to handler 2019-10-07 13:33:08.697 15020 INFO oslo_db.sqlalchemy.provision [req-606eca01-75dd-4c7a-9572-e04ebaf0e691 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tjniyxycwi 2019-10-07 13:33:08.697 15020 INFO oslo_db.sqlalchemy.provision [req-606eca01-75dd-4c7a-9572-e04ebaf0e691 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_proxy_protocol [0.675963s] ... ok 2019-10-07 13:33:08.700 15020 INFO oslo_db.sqlalchemy.provision [req-606eca01-75dd-4c7a-9572-e04ebaf0e691 - - - - -] CREATE BACKEND sqlite:// TOKEN hiyowilcjn 2019-10-07 13:33:08.794 15012 INFO octavia.common.config [req-800f7806-ddc3-4d99-8a0f-b897a4029f0e - - - - -] Logging enabled! 2019-10-07 13:33:08.794 15012 INFO octavia.common.config [req-800f7806-ddc3-4d99-8a0f-b897a4029f0e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:08.798 15006 INFO oslo_db.sqlalchemy.provision [req-9c957ca4-8007-4042-9038-6611d590607f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:08.799 15006 INFO oslo_db.sqlalchemy.provision [req-9c957ca4-8007-4042-9038-6611d590607f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN odprgwncpu 2019-10-07 13:33:08.799 15006 INFO oslo_db.sqlalchemy.provision [req-9c957ca4-8007-4042-9038-6611d590607f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_create_over_quota [0.420007s] ... ok 2019-10-07 13:33:08.809 15006 INFO oslo_db.sqlalchemy.provision [req-9c957ca4-8007-4042-9038-6611d590607f - - - - -] CREATE BACKEND sqlite:// TOKEN jdrdvsvgyq 2019-10-07 13:33:08.839 15020 INFO octavia.common.config [req-606eca01-75dd-4c7a-9572-e04ebaf0e691 - - - - -] Logging enabled! 2019-10-07 13:33:08.841 15020 INFO octavia.common.config [req-606eca01-75dd-4c7a-9572-e04ebaf0e691 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:08.855 15012 WARNING octavia.api.root_controller [req-800f7806-ddc3-4d99-8a0f-b897a4029f0e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:08.865 15012 INFO octavia.api.v1.controllers.load_balancer [req-50e3b3db-d2ba-4a24-80f1-64cc4f57f06a - - - - -] Sending created Load Balancer ed7ecff6-0760-4bb9-9cd0-fe4d25a0911f to the handler 2019-10-07 13:33:08.893 15020 WARNING octavia.api.root_controller [req-606eca01-75dd-4c7a-9572-e04ebaf0e691 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:08.933 15006 INFO octavia.common.config [req-9c957ca4-8007-4042-9038-6611d590607f - - - - -] Logging enabled! 2019-10-07 13:33:08.934 15006 INFO octavia.common.config [req-9c957ca4-8007-4042-9038-6611d590607f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:08.955 15024 INFO octavia.api.v1.controllers.listener [req-8a3ef35b-c539-4ea1-a902-8d4fc0ac3c96 - - - - -] Sending Creation of Listener 69ea1073-8446-41e8-8b64-3a62891b6abd to handler 2019-10-07 13:33:08.932 15020 INFO octavia.api.v1.controllers.load_balancer [req-ae82c8b7-063f-4953-b884-dff6477352dd - - - - -] Sending created Load Balancer 48409181-65a5-4b7c-9547-13f6e7faee87 to the handler 2019-10-07 13:33:08.951 15012 INFO octavia.api.v1.controllers.listener [req-00e4443b-2203-4386-b1bb-da1fc7664e36 - - - - -] Sending Creation of Listener 30dc7426-58c0-4605-b694-2429b6dd793b to handler 2019-10-07 13:33:08.984 15006 WARNING octavia.api.root_controller [req-9c957ca4-8007-4042-9038-6611d590607f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:08.996 15006 INFO octavia.api.v1.controllers.load_balancer [req-09ef14cc-acd6-404f-b4f7-fd813f1e2de0 - - - - -] Sending created Load Balancer 61edd67e-24f3-4523-93bc-7b7eeb5bd8dc to the handler 2019-10-07 13:33:08.986 15020 INFO octavia.api.v1.controllers.listener [req-594e69cd-d356-47a2-a4d8-f89e496e8ac4 - - - - -] Sending Creation of Listener b64876a1-9f6d-4a21-9a8c-ef248a1e7c10 to handler 2019-10-07 13:33:09.029 15006 INFO octavia.api.v1.controllers.listener [req-1a228364-d8bf-4f85-b425-391acca53830 - - - - -] Sending Creation of Listener e5ecb3c6-58ac-4359-b072-75b23a753fcf to handler 2019-10-07 13:33:09.075 15024 INFO octavia.api.v1.controllers.pool [req-10eedcb3-ea7d-4230-83c8-0aa74b67b275 - - - - -] Sending Creation of Pool 4dfa2b9a-1763-4e7e-9c20-93581bc0687b to handler 2019-10-07 13:33:09.091 15012 INFO oslo_db.sqlalchemy.provision [req-a1c9ba47-5bb6-49d4-bc68-6e9899caccb7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:09.093 15012 INFO oslo_db.sqlalchemy.provision [req-a1c9ba47-5bb6-49d4-bc68-6e9899caccb7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bfynxqrjjb 2019-10-07 13:33:09.093 15012 INFO oslo_db.sqlalchemy.provision [req-a1c9ba47-5bb6-49d4-bc68-6e9899caccb7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_bad_session_persistence [0.535283s] ... ok 2019-10-07 13:33:09.097 15012 INFO oslo_db.sqlalchemy.provision [req-a1c9ba47-5bb6-49d4-bc68-6e9899caccb7 - - - - -] CREATE BACKEND sqlite:// TOKEN xyrukfpmrv 2019-10-07 13:33:09.165 15006 INFO octavia.api.v1.controllers.pool [req-9b984496-5761-4e3e-aa64-0b2e83ae0548 - - - - -] Sending Creation of Pool 64270013-9d4b-4b3b-86cb-95ee9eb39f10 to handler 2019-10-07 13:33:09.256 15024 INFO octavia.api.v1.controllers.pool [req-f5fc7787-f5ea-4ee7-9fb0-e30d130fa933 - - - - -] Sending Creation of Pool 1d5c1ee5-11a6-465f-9648-fc8eef299ee9 to handler 2019-10-07 13:33:09.265 15012 INFO octavia.common.config [req-a1c9ba47-5bb6-49d4-bc68-6e9899caccb7 - - - - -] Logging enabled! 2019-10-07 13:33:09.265 15012 INFO octavia.common.config [req-a1c9ba47-5bb6-49d4-bc68-6e9899caccb7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:09.284 15020 INFO octavia.api.v1.controllers.pool [req-02943a61-496e-4184-b84c-f9f02fc2bb43 - - - - -] Sending Creation of Pool 6bbedd2d-470e-4905-8b1f-56492879268c to handler 2019-10-07 13:33:09.307 15012 WARNING octavia.api.root_controller [req-a1c9ba47-5bb6-49d4-bc68-6e9899caccb7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:09.317 15012 INFO octavia.api.v1.controllers.load_balancer [req-e261513c-1eaa-4c91-adf4-cd8949b28ce5 - - - - -] Sending created Load Balancer 6d58008b-5c41-448b-9393-f9daf2b3770f to the handler 2019-10-07 13:33:09.344 15006 INFO octavia.api.v1.controllers.pool [req-5e13d661-a128-4386-9e51-ee2947583661 - - - - -] Sending Creation of Pool 1ccc8d72-2f3e-4940-a86a-df6f4387eaf3 to handler 2019-10-07 13:33:09.392 15012 INFO octavia.api.v1.controllers.listener [req-f5c5d5a7-e18a-4677-8475-fd055ee1986e - - - - -] Sending Creation of Listener 278a23dc-0701-4d37-9b56-6e6631897f59 to handler 2019-10-07 13:33:09.453 15024 INFO octavia.api.v1.controllers.member [req-046bec96-3092-47b7-a9f8-d1e24fc47675 - - - - -] Sending Creation of Member 76049fca-e994-49a4-8475-75ca5712c58e to handler 2019-10-07 13:33:09.536 15020 INFO oslo_db.sqlalchemy.provision [req-bc90e154-ea35-415e-ac66-a4cb3b5c4d9d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:09.537 15020 INFO oslo_db.sqlalchemy.provision [req-bc90e154-ea35-415e-ac66-a4cb3b5c4d9d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hiyowilcjn 2019-10-07 13:33:09.538 15020 INFO oslo_db.sqlalchemy.provision [req-bc90e154-ea35-415e-ac66-a4cb3b5c4d9d - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_session_persistence [0.840339s] ... ok 2019-10-07 13:33:09.542 15006 INFO octavia.api.v1.controllers.member [req-cbc9f8ae-1a1a-48c9-bb3a-7e6bab497990 - - - - -] Sending Creation of Member a3abbc3e-f643-42bc-b69c-f73ab43baa2c to handler 2019-10-07 13:33:09.561 15020 INFO oslo_db.sqlalchemy.provision [req-bc90e154-ea35-415e-ac66-a4cb3b5c4d9d - - - - -] CREATE BACKEND sqlite:// TOKEN ftmwttceol 2019-10-07 13:33:09.576 15012 INFO octavia.api.v1.controllers.pool [req-f24eb271-b8d7-4729-a3ae-7621dd4ff00b - - - - -] Sending Creation of Pool 0420fe56-b1c3-41e9-84a7-88477b86d6fd to handler 2019-10-07 13:33:09.653 15024 INFO octavia.api.v1.controllers.member [req-37f9c740-d76c-4f99-944b-39a974bdfac1 - - - - -] Sending Deletion of Member 76049fca-e994-49a4-8475-75ca5712c58e to handler 2019-10-07 13:33:09.700 15020 INFO octavia.common.config [req-bc90e154-ea35-415e-ac66-a4cb3b5c4d9d - - - - -] Logging enabled! 2019-10-07 13:33:09.701 15020 INFO octavia.common.config [req-bc90e154-ea35-415e-ac66-a4cb3b5c4d9d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:09.730 15012 INFO oslo_db.sqlalchemy.provision [req-b3b40658-b5e2-4a09-9c63-66fbb75facbb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:09.732 15012 INFO oslo_db.sqlalchemy.provision [req-b3b40658-b5e2-4a09-9c63-66fbb75facbb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xyrukfpmrv 2019-10-07 13:33:09.732 15012 INFO oslo_db.sqlalchemy.provision [req-b3b40658-b5e2-4a09-9c63-66fbb75facbb - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_duplicate_id [0.638631s] ... ok 2019-10-07 13:33:09.735 15012 INFO oslo_db.sqlalchemy.provision [req-b3b40658-b5e2-4a09-9c63-66fbb75facbb - - - - -] CREATE BACKEND sqlite:// TOKEN npmtmsymuw 2019-10-07 13:33:09.792 15006 INFO oslo_db.sqlalchemy.provision [req-3dd17c27-b417-4b88-b8f1-c664d2e315b9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:09.796 15006 INFO oslo_db.sqlalchemy.provision [req-3dd17c27-b417-4b88-b8f1-c664d2e315b9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jdrdvsvgyq 2019-10-07 13:33:09.797 15006 INFO oslo_db.sqlalchemy.provision [req-3dd17c27-b417-4b88-b8f1-c664d2e315b9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_create_sans_listener [0.993113s] ... ok 2019-10-07 13:33:09.802 15006 INFO oslo_db.sqlalchemy.provision [req-3dd17c27-b417-4b88-b8f1-c664d2e315b9 - - - - -] CREATE BACKEND sqlite:// TOKEN ivhckvusim 2019-10-07 13:33:09.741 15020 WARNING octavia.api.root_controller [req-bc90e154-ea35-415e-ac66-a4cb3b5c4d9d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:09.750 15020 INFO octavia.api.v1.controllers.load_balancer [req-701f076a-03a6-4a87-a2f8-80ec272f5475 - - - - -] Sending created Load Balancer 1ac663a9-15d6-49dd-949b-99011d54a9e2 to the handler 2019-10-07 13:33:09.811 15024 INFO oslo_db.sqlalchemy.provision [req-47b60982-3cf1-413f-b1f7-88120e4ebf55 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:09.813 15024 INFO oslo_db.sqlalchemy.provision [req-47b60982-3cf1-413f-b1f7-88120e4ebf55 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rnjwgndzgc 2019-10-07 13:33:09.813 15024 INFO oslo_db.sqlalchemy.provision [req-47b60982-3cf1-413f-b1f7-88120e4ebf55 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_member.TestMember.test_delete_with_bad_handler [1.547528s] ... ok 2019-10-07 13:33:09.821 15020 INFO octavia.api.v1.controllers.listener [req-25d516f1-4fa4-4d81-a959-2bc3f2f88812 - - - - -] Sending Creation of Listener 5fc39fc8-67f1-4264-a9d5-16227677768b to handler 2019-10-07 13:33:09.816 15024 INFO oslo_db.sqlalchemy.provision [req-47b60982-3cf1-413f-b1f7-88120e4ebf55 - - - - -] CREATE BACKEND sqlite:// TOKEN nvitcjxafj 2019-10-07 13:33:09.880 15012 INFO octavia.common.config [req-b3b40658-b5e2-4a09-9c63-66fbb75facbb - - - - -] Logging enabled! 2019-10-07 13:33:09.881 15012 INFO octavia.common.config [req-b3b40658-b5e2-4a09-9c63-66fbb75facbb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:09.941 15012 WARNING octavia.api.root_controller [req-b3b40658-b5e2-4a09-9c63-66fbb75facbb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:09.950 15012 INFO octavia.api.v1.controllers.load_balancer [req-7d8112ac-3d02-47d5-91e0-4648bde0c9a6 - - - - -] Sending created Load Balancer c545907b-78bd-4eff-bcf8-ca24d8fccd95 to the handler 2019-10-07 13:33:09.973 15024 INFO octavia.common.config [req-47b60982-3cf1-413f-b1f7-88120e4ebf55 - - - - -] Logging enabled! 2019-10-07 13:33:09.974 15024 INFO octavia.common.config [req-47b60982-3cf1-413f-b1f7-88120e4ebf55 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:09.969 15006 INFO octavia.common.config [req-3dd17c27-b417-4b88-b8f1-c664d2e315b9 - - - - -] Logging enabled! 2019-10-07 13:33:10.001 15006 INFO octavia.common.config [req-3dd17c27-b417-4b88-b8f1-c664d2e315b9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:10.030 15024 WARNING octavia.api.root_controller [req-47b60982-3cf1-413f-b1f7-88120e4ebf55 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:10.045 15006 WARNING octavia.api.root_controller [req-3dd17c27-b417-4b88-b8f1-c664d2e315b9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:10.016 15012 INFO octavia.api.v1.controllers.listener [req-634227d5-c41d-4767-b3fe-faffbf89a860 - - - - -] Sending Creation of Listener a28efe53-59dd-448e-8feb-ce0c5948e920 to handler 2019-10-07 13:33:10.061 15006 INFO octavia.api.v1.controllers.load_balancer [req-687730bb-3dac-4f5f-90d3-d363251eb434 - - - - -] Sending created Load Balancer 459a1c4c-c4a2-4061-b4d9-f1e8b455cccb to the handler 2019-10-07 13:33:10.089 15024 INFO octavia.api.v1.controllers.load_balancer [req-10cb9a9b-4e18-4d7d-bb3f-ea62560d3efe - - - - -] Sending created Load Balancer bae17ec7-baf3-4167-a917-6c30104d2fc3 to the handler 2019-10-07 13:33:10.011 15020 INFO octavia.api.v1.controllers.pool [req-de8069df-0f77-4bf1-9e96-5cf0761a09ee - - - - -] Sending Creation of Pool 7ae07017-bf48-4f7d-a22f-7f2a4d2c1891 to handler 2019-10-07 13:33:10.135 15006 INFO octavia.api.v1.controllers.listener [req-8eca8818-0efb-48cd-81dc-e1d9cc0a8c33 - - - - -] Sending Creation of Listener 8411195e-5636-4cef-94b8-40f1562f11f4 to handler 2019-10-07 13:33:10.167 15012 INFO octavia.api.v1.controllers.pool [req-f207cbad-48e9-4af2-be05-0ce79a79822d - - - - -] Sending Creation of Pool ba1a2ac7-1b01-4c39-899f-645844470723 to handler 2019-10-07 13:33:10.161 15024 INFO octavia.api.v1.controllers.listener [req-45666d38-19f3-4ee8-9108-28f6dd6b91ee - - - - -] Sending Creation of Listener fcfc0d67-948c-4a10-a507-67758984fb70 to handler 2019-10-07 13:33:10.173 15020 INFO octavia.api.v1.controllers.pool [req-5fb1dcd4-703e-45a2-af39-d1f5fbd2b28c - - - - -] Sending Deletion of Pool 7ae07017-bf48-4f7d-a22f-7f2a4d2c1891 to handler 2019-10-07 13:33:10.277 15024 INFO octavia.api.v1.controllers.pool [req-77ae6e13-fc52-4a81-ae95-624d9090e555 - - - - -] Sending Creation of Pool 0cfdb2b0-7e9b-4699-a3c3-bdb1255a8925 to handler 2019-10-07 13:33:10.287 15006 INFO octavia.api.v1.controllers.pool [req-e42707dd-a1c2-48fd-b638-cc8f37ca2551 - - - - -] Sending Creation of Pool 2c730e56-ebc0-4520-b931-fdf368fd5997 to handler 2019-10-07 13:33:10.400 15020 INFO oslo_db.sqlalchemy.provision [req-23740b0d-8d2d-4970-805f-4dce8e48408a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:10.402 15020 INFO oslo_db.sqlalchemy.provision [req-23740b0d-8d2d-4970-805f-4dce8e48408a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ftmwttceol 2019-10-07 13:33:10.402 15020 INFO oslo_db.sqlalchemy.provision [req-23740b0d-8d2d-4970-805f-4dce8e48408a - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete [0.864339s] ... ok 2019-10-07 13:33:10.405 15020 INFO oslo_db.sqlalchemy.provision [req-23740b0d-8d2d-4970-805f-4dce8e48408a - - - - -] CREATE BACKEND sqlite:// TOKEN ywyetnzjmx 2019-10-07 13:33:10.424 15012 INFO oslo_db.sqlalchemy.provision [req-fa5ca15f-90f5-48eb-bc2f-9e473c1fc9a3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:10.426 15012 INFO oslo_db.sqlalchemy.provision [req-fa5ca15f-90f5-48eb-bc2f-9e473c1fc9a3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN npmtmsymuw 2019-10-07 13:33:10.426 15012 INFO oslo_db.sqlalchemy.provision [req-fa5ca15f-90f5-48eb-bc2f-9e473c1fc9a3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_listener_id_in_pool_dict [0.693239s] ... ok 2019-10-07 13:33:10.429 15012 INFO oslo_db.sqlalchemy.provision [req-fa5ca15f-90f5-48eb-bc2f-9e473c1fc9a3 - - - - -] CREATE BACKEND sqlite:// TOKEN nndcnsipmf 2019-10-07 13:33:10.477 15024 INFO octavia.api.v1.controllers.pool [req-2b31d666-adaa-4923-baab-d8bde1e2a372 - - - - -] Sending Creation of Pool f078bdf3-1975-4132-a363-6aae51d81d9f to handler 2019-10-07 13:33:10.568 15012 INFO octavia.common.config [req-fa5ca15f-90f5-48eb-bc2f-9e473c1fc9a3 - - - - -] Logging enabled! 2019-10-07 13:33:10.553 15020 INFO octavia.common.config [req-23740b0d-8d2d-4970-805f-4dce8e48408a - - - - -] Logging enabled! 2019-10-07 13:33:10.553 15020 INFO octavia.common.config [req-23740b0d-8d2d-4970-805f-4dce8e48408a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:10.569 15012 INFO octavia.common.config [req-fa5ca15f-90f5-48eb-bc2f-9e473c1fc9a3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:10.576 15020 WARNING octavia.api.root_controller [req-23740b0d-8d2d-4970-805f-4dce8e48408a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:10.598 15020 INFO octavia.api.v1.controllers.load_balancer [req-e081d7de-1a41-4f60-b08d-7c3c0e9e9145 - - - - -] Sending created Load Balancer a69f4a09-5821-4132-bae8-55364cf6d274 to the handler 2019-10-07 13:33:10.652 15006 INFO octavia.api.v1.controllers.pool [req-648865ae-1329-48ea-8c97-55eca7e10544 - - - - -] Sending Creation of Pool 4a1d44a1-37a4-4f67-821d-370213373d3c to handler 2019-10-07 13:33:10.633 15012 WARNING octavia.api.root_controller [req-fa5ca15f-90f5-48eb-bc2f-9e473c1fc9a3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:10.643 15012 INFO octavia.api.v1.controllers.load_balancer [req-3c7c29a6-3670-489a-87b9-c691d323eff6 - - - - -] Sending created Load Balancer 5c310aaf-c778-41f4-91b0-9dfd59bb22e0 to the handler 2019-10-07 13:33:10.684 15020 INFO octavia.api.v1.controllers.listener [req-e65a198c-f217-4c14-8714-36b7a0ee2ec5 - - - - -] Sending Creation of Listener f97a41f9-3a30-4531-8330-833cb069ff56 to handler 2019-10-07 13:33:10.723 15024 INFO oslo_db.sqlalchemy.provision [req-5913b727-96aa-4d8a-a782-8aa729af71ea - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:10.724 15024 INFO oslo_db.sqlalchemy.provision [req-5913b727-96aa-4d8a-a782-8aa729af71ea - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nvitcjxafj 2019-10-07 13:33:10.725 15024 INFO oslo_db.sqlalchemy.provision [req-5913b727-96aa-4d8a-a782-8aa729af71ea - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_member.TestMember.test_empty_get_all [0.911150s] ... ok 2019-10-07 13:33:10.728 15024 INFO oslo_db.sqlalchemy.provision [req-5913b727-96aa-4d8a-a782-8aa729af71ea - - - - -] CREATE BACKEND sqlite:// TOKEN frpyrgfiic 2019-10-07 13:33:10.731 15012 INFO octavia.api.v1.controllers.listener [req-dbd348dd-f833-4cb0-aa43-b9c9382801af - - - - -] Sending Creation of Listener 96fe8beb-0461-4b7e-aaec-6b929d183777 to handler 2019-10-07 13:33:10.815 15020 INFO octavia.api.v1.controllers.pool [req-db5840c3-a0ab-491c-b283-913189251811 - - - - -] Sending Creation of Pool cb2dd436-1652-4c55-a0ad-555060af746c to handler 2019-10-07 13:33:10.874 15024 INFO octavia.common.config [req-5913b727-96aa-4d8a-a782-8aa729af71ea - - - - -] Logging enabled! 2019-10-07 13:33:10.879 15024 INFO octavia.common.config [req-5913b727-96aa-4d8a-a782-8aa729af71ea - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:10.913 15006 INFO octavia.api.v1.controllers.member [req-39fae536-b3a5-47c4-a1d7-549ef34ec198 - - - - -] Sending Creation of Member 7b47b544-8cac-47de-b4ef-d3d0628f050c to handler 2019-10-07 13:33:10.899 15012 INFO octavia.api.v1.controllers.pool [req-11a91871-770c-4aa7-a2bd-227f2abea2a7 - - - - -] Sending Creation of Pool 2a8fd203-00eb-4623-ad1c-0549bd565bb0 to handler 2019-10-07 13:33:10.943 15024 WARNING octavia.api.root_controller [req-5913b727-96aa-4d8a-a782-8aa729af71ea - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:10.955 15024 INFO octavia.api.v1.controllers.load_balancer [req-59bebd14-f46e-4457-b2f7-a8d6d9de4e7f - - - - -] Sending created Load Balancer 9bd6a63a-4604-4a01-824d-2b5b4966d498 to the handler 2019-10-07 13:33:11.038 15012 INFO octavia.api.v1.controllers.pool [req-dda11596-72e0-4f3c-8eb6-dd3ddf426659 - - - - -] Sending Update of Pool 2a8fd203-00eb-4623-ad1c-0549bd565bb0 to handler 2019-10-07 13:33:11.056 15024 INFO octavia.api.v1.controllers.listener [req-b31bc2dd-1e93-404f-a74c-334f353848bd - - - - -] Sending Creation of Listener 28aa79d3-ae81-4c8e-b248-75df34364260 to handler 2019-10-07 13:33:11.022 15020 INFO octavia.api.v1.controllers.l7policy [req-a388a973-d1d0-4501-837b-73fe86422e80 - - - - -] Sending Creation of L7Policy a98c3dd3-86f2-4085-9b4e-d8026948356a to handler 2019-10-07 13:33:11.175 15012 INFO oslo_db.sqlalchemy.provision [req-ed4693ca-c18b-475f-babc-54191eda6745 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:11.177 15012 INFO oslo_db.sqlalchemy.provision [req-ed4693ca-c18b-475f-babc-54191eda6745 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nndcnsipmf 2019-10-07 13:33:11.177 15012 INFO oslo_db.sqlalchemy.provision [req-ed4693ca-c18b-475f-babc-54191eda6745 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_session_persistence [0.751439s] ... ok 2019-10-07 13:33:11.164 15020 INFO oslo_db.sqlalchemy.provision [req-342a0d6e-e386-4145-8dca-042b29b30886 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:11.165 15020 INFO oslo_db.sqlalchemy.provision [req-342a0d6e-e386-4145-8dca-042b29b30886 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ywyetnzjmx 2019-10-07 13:33:11.166 15020 INFO oslo_db.sqlalchemy.provision [req-342a0d6e-e386-4145-8dca-042b29b30886 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_with_l7policy [0.763238s] ... ok 2019-10-07 13:33:11.169 15020 INFO oslo_db.sqlalchemy.provision [req-342a0d6e-e386-4145-8dca-042b29b30886 - - - - -] CREATE BACKEND sqlite:// TOKEN eftnhwsrce 2019-10-07 13:33:11.202 15024 INFO octavia.api.v1.controllers.pool [req-19f476f5-ce3d-4f7f-b788-1f3202fc9371 - - - - -] Sending Creation of Pool d97ed914-afe9-4692-8bae-1f7431af3576 to handler 2019-10-07 13:33:11.186 15012 INFO oslo_db.sqlalchemy.provision [req-ed4693ca-c18b-475f-babc-54191eda6745 - - - - -] CREATE BACKEND sqlite:// TOKEN efmlsnxtrb 2019-10-07 13:33:11.235 15006 INFO oslo_db.sqlalchemy.provision [req-9c93468f-35c1-4da4-8e97-50f9f3619eb5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:11.236 15006 INFO oslo_db.sqlalchemy.provision [req-9c93468f-35c1-4da4-8e97-50f9f3619eb5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ivhckvusim 2019-10-07 13:33:11.237 15006 INFO oslo_db.sqlalchemy.provision [req-9c93468f-35c1-4da4-8e97-50f9f3619eb5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_attached_listener [1.437645s] ... ok 2019-10-07 13:33:11.240 15006 INFO oslo_db.sqlalchemy.provision [req-9c93468f-35c1-4da4-8e97-50f9f3619eb5 - - - - -] CREATE BACKEND sqlite:// TOKEN bpwdinnrku 2019-10-07 13:33:11.317 15020 INFO octavia.common.config [req-342a0d6e-e386-4145-8dca-042b29b30886 - - - - -] Logging enabled! 2019-10-07 13:33:11.317 15020 INFO octavia.common.config [req-342a0d6e-e386-4145-8dca-042b29b30886 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:11.335 15012 INFO octavia.common.config [req-ed4693ca-c18b-475f-babc-54191eda6745 - - - - -] Logging enabled! 2019-10-07 13:33:11.336 15012 INFO octavia.common.config [req-ed4693ca-c18b-475f-babc-54191eda6745 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:11.376 15024 INFO octavia.api.v1.controllers.pool [req-9759e192-1b97-4e1e-a2db-d6f81f0a804e - - - - -] Sending Creation of Pool 3fbba493-1862-432b-a226-cb381dd06455 to handler 2019-10-07 13:33:11.386 15012 WARNING octavia.api.root_controller [req-ed4693ca-c18b-475f-babc-54191eda6745 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:11.395 15012 INFO octavia.api.v1.controllers.load_balancer [req-4a0cd67b-475e-4d0e-adef-2cb30f8a11bb - - - - -] Sending created Load Balancer f200a4be-d1a6-4875-82fb-b720a72e763e to the handler 2019-10-07 13:33:11.367 15020 WARNING octavia.api.root_controller [req-342a0d6e-e386-4145-8dca-042b29b30886 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:11.379 15020 INFO octavia.api.v1.controllers.load_balancer [req-f2c90b9f-2525-4fd4-bc15-0a5b4e1c8ea6 - - - - -] Sending created Load Balancer 6fb9fb15-02cf-4219-a4b9-d0cef6b15be1 to the handler 2019-10-07 13:33:11.420 15006 INFO octavia.common.config [req-9c93468f-35c1-4da4-8e97-50f9f3619eb5 - - - - -] Logging enabled! 2019-10-07 13:33:11.421 15006 INFO octavia.common.config [req-9c93468f-35c1-4da4-8e97-50f9f3619eb5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:11.457 15012 INFO octavia.api.v1.controllers.listener [req-c63532c0-4ca0-4086-ad01-d2a27d781809 - - - - -] Sending Creation of Listener ada4695b-ddad-4134-a379-e2468d239c35 to handler 2019-10-07 13:33:11.455 15020 INFO octavia.api.v1.controllers.listener [req-fe3f5c25-bdf1-440d-87ce-08c0735a03a4 - - - - -] Sending Creation of Listener 35f52233-a87a-4340-acdf-e0a0e5091f6a to handler 2019-10-07 13:33:11.461 15006 WARNING octavia.api.root_controller [req-9c93468f-35c1-4da4-8e97-50f9f3619eb5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:11.470 15006 INFO octavia.api.v1.controllers.load_balancer [req-ccfb5f35-c49c-4313-a1da-26a198bc8c4e - - - - -] Sending created Load Balancer 2bc05be9-0bde-40d7-bac2-17b4219d9a82 to the handler 2019-10-07 13:33:11.548 15006 INFO octavia.api.v1.controllers.listener [req-1e488e66-603e-4458-8365-b2d06a098f02 - - - - -] Sending Creation of Listener bf1f39d9-47c8-4e4d-9a3f-ea961702eacb to handler 2019-10-07 13:33:11.618 15024 INFO octavia.api.v1.controllers.member [req-a6b76da8-956b-4356-bdb3-f88f73b5d55c - - - - -] Sending Creation of Member 103baf9a-23e9-49b8-ab01-5a1aae241b23 to handler 2019-10-07 13:33:11.644 15020 INFO octavia.api.v1.controllers.pool [req-034541a4-81d4-4c6c-8a1e-fc149521a12e - - - - -] Sending Creation of Pool 65f25618-9d40-4408-af56-7fe6886aaa88 to handler 2019-10-07 13:33:11.646 15012 INFO octavia.api.v1.controllers.pool [req-e501631b-4048-4943-94f7-3981254b67f0 - - - - -] Sending Creation of Pool 5c5fecc8-bcdd-4ef6-a673-e98df4517805 to handler 2019-10-07 13:33:11.665 15006 INFO octavia.api.v1.controllers.pool [req-f7447390-8aca-43cc-a665-d21e463522c4 - - - - -] Sending Creation of Pool cbdb2d8a-2f46-443e-9388-cd7fb7047057 to handler 2019-10-07 13:33:11.791 15024 INFO octavia.api.v1.controllers.member [req-a8eb7663-f24c-4f19-bfc2-a1c0181bc64f - - - - -] Sending Creation of Member 4f1e1eb1-798e-4175-95c7-eac4322c67f4 to handler 2019-10-07 13:33:11.825 15020 INFO octavia.api.v1.controllers.pool [req-92a73346-1b73-4a2e-b173-8d91efc5818a - - - - -] Sending Deletion of Pool 65f25618-9d40-4408-af56-7fe6886aaa88 to handler 2019-10-07 13:33:11.870 15006 INFO octavia.api.v1.controllers.pool [req-5d585b7c-691a-4d50-8f16-a4351526b164 - - - - -] Sending Creation of Pool 33711433-4944-4e1a-8e74-7f699f4a8643 to handler 2019-10-07 13:33:11.929 15012 INFO octavia.api.v1.controllers.load_balancer [req-57f97372-f730-4276-8226-39718633e280 - - - - -] Sending deleted Load Balancer f200a4be-d1a6-4875-82fb-b720a72e763e to the handler 2019-10-07 13:33:11.961 15012 INFO octavia.api.v1.controllers.pool [req-a2bcd671-d863-4322-ab78-c5ad80e31dd6 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:11.954 15024 INFO oslo_db.sqlalchemy.provision [req-8977d439-a5a3-4388-9c76-35b5ad346c62 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:11.956 15024 INFO oslo_db.sqlalchemy.provision [req-8977d439-a5a3-4388-9c76-35b5ad346c62 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN frpyrgfiic 2019-10-07 13:33:11.956 15024 INFO oslo_db.sqlalchemy.provision [req-8977d439-a5a3-4388-9c76-35b5ad346c62 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_member.TestMember.test_get_all [1.231388s] ... ok 2019-10-07 13:33:11.959 15024 INFO oslo_db.sqlalchemy.provision [req-8977d439-a5a3-4388-9c76-35b5ad346c62 - - - - -] CREATE BACKEND sqlite:// TOKEN pbcpgbpmzf 2019-10-07 13:33:12.025 15012 INFO oslo_db.sqlalchemy.provision [req-a2bcd671-d863-4322-ab78-c5ad80e31dd6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:12.027 15012 INFO oslo_db.sqlalchemy.provision [req-a2bcd671-d863-4322-ab78-c5ad80e31dd6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN efmlsnxtrb 2019-10-07 13:33:12.027 15012 INFO oslo_db.sqlalchemy.provision [req-a2bcd671-d863-4322-ab78-c5ad80e31dd6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_when_lb_pending_delete [0.849562s] ... ok 2019-10-07 13:33:12.045 15006 INFO oslo_db.sqlalchemy.provision [req-1ee9c829-9276-448b-a023-e9a0dd28dc72 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:12.047 15006 INFO oslo_db.sqlalchemy.provision [req-1ee9c829-9276-448b-a023-e9a0dd28dc72 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bpwdinnrku 2019-10-07 13:33:12.047 15006 INFO oslo_db.sqlalchemy.provision [req-1ee9c829-9276-448b-a023-e9a0dd28dc72 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_bad_subnet [0.810092s] ... ok 2019-10-07 13:33:12.050 15006 INFO oslo_db.sqlalchemy.provision [req-1ee9c829-9276-448b-a023-e9a0dd28dc72 - - - - -] CREATE BACKEND sqlite:// TOKEN suplljjctg 2019-10-07 13:33:12.030 15012 INFO oslo_db.sqlalchemy.provision [req-a2bcd671-d863-4322-ab78-c5ad80e31dd6 - - - - -] CREATE BACKEND sqlite:// TOKEN ycnyjnredt 2019-10-07 13:33:12.097 15020 INFO oslo_db.sqlalchemy.provision [req-94b39e99-5eaf-44ca-99c2-a3ff8e9f8a6c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:12.099 15020 INFO oslo_db.sqlalchemy.provision [req-94b39e99-5eaf-44ca-99c2-a3ff8e9f8a6c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eftnhwsrce 2019-10-07 13:33:12.099 15020 INFO oslo_db.sqlalchemy.provision [req-94b39e99-5eaf-44ca-99c2-a3ff8e9f8a6c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_with_session_persistence [0.956666s] ... ok 2019-10-07 13:33:12.126 15024 INFO octavia.common.config [req-8977d439-a5a3-4388-9c76-35b5ad346c62 - - - - -] Logging enabled! 2019-10-07 13:33:12.127 15024 INFO octavia.common.config [req-8977d439-a5a3-4388-9c76-35b5ad346c62 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:12.125 15020 INFO oslo_db.sqlalchemy.provision [req-94b39e99-5eaf-44ca-99c2-a3ff8e9f8a6c - - - - -] CREATE BACKEND sqlite:// TOKEN twvgikndyf 2019-10-07 13:33:12.178 15024 WARNING octavia.api.root_controller [req-8977d439-a5a3-4388-9c76-35b5ad346c62 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:12.188 15024 INFO octavia.api.v1.controllers.load_balancer [req-f8f6176d-cd85-4b49-999d-4e7f17ec4499 - - - - -] Sending created Load Balancer daca1697-ffb2-4fdc-8c49-fd50f9bdb696 to the handler 2019-10-07 13:33:12.180 15012 INFO octavia.common.config [req-a2bcd671-d863-4322-ab78-c5ad80e31dd6 - - - - -] Logging enabled! 2019-10-07 13:33:12.180 15012 INFO octavia.common.config [req-a2bcd671-d863-4322-ab78-c5ad80e31dd6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:12.212 15006 INFO octavia.common.config [req-1ee9c829-9276-448b-a023-e9a0dd28dc72 - - - - -] Logging enabled! 2019-10-07 13:33:12.213 15006 INFO octavia.common.config [req-1ee9c829-9276-448b-a023-e9a0dd28dc72 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:12.236 15006 WARNING octavia.api.root_controller [req-1ee9c829-9276-448b-a023-e9a0dd28dc72 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:12.257 15024 INFO octavia.api.v1.controllers.listener [req-36c8b4fb-bd34-4ea3-bddb-a23e3ba012a6 - - - - -] Sending Creation of Listener d64357d9-85b1-4355-a42a-b90903bc351d to handler 2019-10-07 13:33:12.231 15012 WARNING octavia.api.root_controller [req-a2bcd671-d863-4322-ab78-c5ad80e31dd6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:12.241 15012 INFO octavia.api.v1.controllers.load_balancer [req-722c4069-e19b-4f4d-aa90-a2141008800b - - - - -] Sending created Load Balancer f2871b6d-2d91-4ece-8a2c-a8821e0c5f9d to the handler 2019-10-07 13:33:12.275 15006 INFO octavia.api.v1.controllers.load_balancer [req-092adee1-d49e-48de-9b5c-e2d66962fb63 - - - - -] Sending created Load Balancer 83d7bae8-8884-4d9c-a124-ed54bc49b264 to the handler 2019-10-07 13:33:12.281 15020 INFO octavia.common.config [req-94b39e99-5eaf-44ca-99c2-a3ff8e9f8a6c - - - - -] Logging enabled! 2019-10-07 13:33:12.282 15020 INFO octavia.common.config [req-94b39e99-5eaf-44ca-99c2-a3ff8e9f8a6c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:12.307 15012 INFO octavia.api.v1.controllers.listener [req-10687d26-1a0d-4480-a57c-e3d40c181cf5 - - - - -] Sending Creation of Listener d84a137a-5b31-432e-9864-6049d6dcd922 to handler 2019-10-07 13:33:12.347 15006 INFO octavia.api.v1.controllers.listener [req-79f5a2bb-bab5-4a7b-ae15-3cc853934228 - - - - -] Sending Creation of Listener 727b0bd0-3f27-4c7b-b174-8b61ab737b49 to handler 2019-10-07 13:33:12.365 15024 INFO octavia.api.v1.controllers.pool [req-3780e034-2fb6-4f1a-97eb-60eaadcf7a2d - - - - -] Sending Creation of Pool 1dadd02c-21af-423f-8a55-dbcfcf6659b9 to handler 2019-10-07 13:33:12.322 15020 WARNING octavia.api.root_controller [req-94b39e99-5eaf-44ca-99c2-a3ff8e9f8a6c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:12.332 15020 INFO octavia.api.v1.controllers.load_balancer [req-b9b2d02b-3ee6-4cac-8542-3e3639e56d6f - - - - -] Sending created Load Balancer 5c1b7990-522f-46c3-a6f5-58b797ace865 to the handler 2019-10-07 13:33:12.408 15020 INFO octavia.api.v1.controllers.listener [req-6b38a954-fcfd-42f1-8e5f-1e0a6e03f964 - - - - -] Sending Creation of Listener d7bbfce5-6e33-473a-af33-557d6674c820 to handler 2019-10-07 13:33:12.440 15006 INFO octavia.api.v1.controllers.pool [req-4c32bc39-8197-4f58-8e5a-447e943b5a4e - - - - -] Sending Creation of Pool fd0c33e4-88dc-4ccb-aac2-dfd393eed793 to handler 2019-10-07 13:33:12.480 15012 INFO octavia.api.v1.controllers.pool [req-4e58307e-295a-4330-a7a0-c3e52553e22f - - - - -] Sending Creation of Pool 0a8d7774-8e8a-4cf7-bd0c-c52df175a92d to handler 2019-10-07 13:33:12.538 15020 INFO octavia.api.v1.controllers.pool [req-496be797-a9bf-400e-b5ab-2f7243289412 - - - - -] Sending Creation of Pool 0a6f2d29-28e2-4115-b38f-88e71f7c11b7 to handler 2019-10-07 13:33:12.544 15024 INFO octavia.api.v1.controllers.pool [req-2f9466da-eefd-4975-91c7-bec488d5c99c - - - - -] Sending Creation of Pool bce76c1e-84c0-41f2-8740-dc7aca7d0043 to handler 2019-10-07 13:33:12.604 15012 INFO octavia.api.v1.controllers.load_balancer [req-546192b5-c4fa-4013-b993-aa46397e758a - - - - -] Sending updated Load Balancer f2871b6d-2d91-4ece-8a2c-a8821e0c5f9d to the handler 2019-10-07 13:33:12.639 15006 INFO octavia.api.v1.controllers.pool [req-13e80037-29dd-4ebc-b3e1-bf4ccebed2df - - - - -] Sending Creation of Pool 143d573a-a61f-4fd2-9e55-b226d7d6cc6e to handler 2019-10-07 13:33:12.683 15012 INFO octavia.api.v1.controllers.pool [req-c2f6ff30-1439-4121-8339-c9be45f4e4c1 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:12.713 15024 INFO octavia.api.v1.controllers.member [req-e08b70a3-0cdd-4731-84c6-4f8931aaef15 - - - - -] Sending Creation of Member 9ad3bf8f-8a6e-445e-ba7c-1c75f1f63d89 to handler 2019-10-07 13:33:12.707 15012 INFO oslo_db.sqlalchemy.provision [req-c2f6ff30-1439-4121-8339-c9be45f4e4c1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:12.722 15012 INFO oslo_db.sqlalchemy.provision [req-c2f6ff30-1439-4121-8339-c9be45f4e4c1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ycnyjnredt 2019-10-07 13:33:12.724 15012 INFO oslo_db.sqlalchemy.provision [req-c2f6ff30-1439-4121-8339-c9be45f4e4c1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_when_lb_pending_update [0.698927s] ... ok 2019-10-07 13:33:12.673 15020 INFO oslo_db.sqlalchemy.provision [req-255dc8ba-4a09-4b27-9dad-f4db4249e715 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:12.674 15020 INFO oslo_db.sqlalchemy.provision [req-255dc8ba-4a09-4b27-9dad-f4db4249e715 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN twvgikndyf 2019-10-07 13:33:12.674 15020 INFO oslo_db.sqlalchemy.provision [req-255dc8ba-4a09-4b27-9dad-f4db4249e715 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_get_all [0.551647s] ... ok 2019-10-07 13:33:12.677 15020 INFO oslo_db.sqlalchemy.provision [req-255dc8ba-4a09-4b27-9dad-f4db4249e715 - - - - -] CREATE BACKEND sqlite:// TOKEN bthxkcncii 2019-10-07 13:33:12.742 15012 INFO oslo_db.sqlalchemy.provision [req-c2f6ff30-1439-4121-8339-c9be45f4e4c1 - - - - -] CREATE BACKEND sqlite:// TOKEN qgxlqaghyf 2019-10-07 13:33:12.826 15020 INFO octavia.common.config [req-255dc8ba-4a09-4b27-9dad-f4db4249e715 - - - - -] Logging enabled! 2019-10-07 13:33:12.826 15020 INFO octavia.common.config [req-255dc8ba-4a09-4b27-9dad-f4db4249e715 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:12.861 15024 INFO octavia.api.v1.controllers.load_balancer [req-fb9e844c-b232-418c-a296-81a7b59424b7 - - - - -] Sending deleted Load Balancer daca1697-ffb2-4fdc-8c49-fd50f9bdb696 to the handler 2019-10-07 13:33:12.859 15006 INFO octavia.api.v1.controllers.member [req-ee316047-9135-40be-93cc-7a2f6a53edf3 - - - - -] Sending Creation of Member 33765927-19ca-456c-b30b-a774169e6197 to handler 2019-10-07 13:33:12.894 15006 INFO oslo_db.sqlalchemy.provision [req-ee316047-9135-40be-93cc-7a2f6a53edf3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:12.896 15006 INFO oslo_db.sqlalchemy.provision [req-ee316047-9135-40be-93cc-7a2f6a53edf3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN suplljjctg 2019-10-07 13:33:12.896 15006 INFO oslo_db.sqlalchemy.provision [req-ee316047-9135-40be-93cc-7a2f6a53edf3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_valid_subnet [0.848999s] ... ok 2019-10-07 13:33:12.908 15024 INFO octavia.api.v1.controllers.member [req-6689f2b4-870d-4b69-9857-ecab67b9e777 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:12.893 15012 INFO octavia.common.config [req-c2f6ff30-1439-4121-8339-c9be45f4e4c1 - - - - -] Logging enabled! 2019-10-07 13:33:12.893 15012 INFO octavia.common.config [req-c2f6ff30-1439-4121-8339-c9be45f4e4c1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:12.899 15006 INFO oslo_db.sqlalchemy.provision [req-ee316047-9135-40be-93cc-7a2f6a53edf3 - - - - -] CREATE BACKEND sqlite:// TOKEN uzzroucrme 2019-10-07 13:33:12.867 15020 WARNING octavia.api.root_controller [req-255dc8ba-4a09-4b27-9dad-f4db4249e715 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:12.878 15020 INFO octavia.api.v1.controllers.load_balancer [req-b1684df5-d66e-4d96-9d26-ba7253e59b37 - - - - -] Sending created Load Balancer 2b8c2f4e-53a6-4441-b845-850c19c52965 to the handler 2019-10-07 13:33:12.943 15012 WARNING octavia.api.root_controller [req-c2f6ff30-1439-4121-8339-c9be45f4e4c1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:12.955 15012 INFO octavia.api.v1.controllers.load_balancer [req-5538a3c2-23bd-4634-ae56-4673455eaa8e - - - - -] Sending created Load Balancer 06340e6d-fc9a-4b39-b6a6-6441a5200da6 to the handler 2019-10-07 13:33:12.966 15020 INFO octavia.api.v1.controllers.listener [req-283940f2-a81c-4813-bd45-39f93223977a - - - - -] Sending Creation of Listener d4dd4489-ad45-4d49-a621-1c54a66c17f8 to handler 2019-10-07 13:33:13.019 15012 INFO octavia.api.v1.controllers.listener [req-e9514139-f3b9-4c68-910c-609b2f7442a2 - - - - -] Sending Creation of Listener c8506e9b-96e2-404d-9b4e-1f278f0df0e0 to handler 2019-10-07 13:33:12.994 15024 INFO oslo_db.sqlalchemy.provision [req-6689f2b4-870d-4b69-9857-ecab67b9e777 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:12.996 15024 INFO oslo_db.sqlalchemy.provision [req-6689f2b4-870d-4b69-9857-ecab67b9e777 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pbcpgbpmzf 2019-10-07 13:33:12.996 15024 INFO oslo_db.sqlalchemy.provision [req-6689f2b4-870d-4b69-9857-ecab67b9e777 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_member.TestMember.test_update_when_lb_pending_delete [1.039525s] ... ok 2019-10-07 13:33:12.999 15024 INFO oslo_db.sqlalchemy.provision [req-6689f2b4-870d-4b69-9857-ecab67b9e777 - - - - -] CREATE BACKEND sqlite:// TOKEN ytekvpdusl 2019-10-07 13:33:13.037 15006 INFO octavia.common.config [req-ee316047-9135-40be-93cc-7a2f6a53edf3 - - - - -] Logging enabled! 2019-10-07 13:33:13.050 15006 INFO octavia.common.config [req-ee316047-9135-40be-93cc-7a2f6a53edf3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:13.102 15020 ERROR octavia.api.v1.controllers.base [req-a6e50fbb-dd38-4574-a4d8-bc82a46983d1 - - - - -] Listener bad_id not found: None 2019-10-07 13:33:13.102 15020 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:33:13.102 15020 ERROR octavia.api.v1.controllers.base 2019-10-07 13:33:13.119 15020 INFO oslo_db.sqlalchemy.provision [req-a6e50fbb-dd38-4574-a4d8-bc82a46983d1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:13.120 15020 INFO oslo_db.sqlalchemy.provision [req-a6e50fbb-dd38-4574-a4d8-bc82a46983d1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bthxkcncii 2019-10-07 13:33:13.120 15020 INFO oslo_db.sqlalchemy.provision [req-a6e50fbb-dd38-4574-a4d8-bc82a46983d1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_get_all_with_bad_listener [0.445861s] ... ok 2019-10-07 13:33:13.102 15006 WARNING octavia.api.root_controller [req-ee316047-9135-40be-93cc-7a2f6a53edf3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:13.111 15006 INFO octavia.api.v1.controllers.load_balancer [req-83d8baea-1ea8-4d26-ac30-d05e9908e32b - - - - -] Sending created Load Balancer 3b456d5f-c23b-4a4c-ad78-e31fce1cc416 to the handler 2019-10-07 13:33:13.148 15012 INFO oslo_db.sqlalchemy.provision [req-595e8677-b66e-4af3-b53b-c89985f83b70 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:13.123 15020 INFO oslo_db.sqlalchemy.provision [req-a6e50fbb-dd38-4574-a4d8-bc82a46983d1 - - - - -] CREATE BACKEND sqlite:// TOKEN eeyidcikri 2019-10-07 13:33:13.152 15012 INFO oslo_db.sqlalchemy.provision [req-595e8677-b66e-4af3-b53b-c89985f83b70 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qgxlqaghyf 2019-10-07 13:33:13.152 15012 INFO oslo_db.sqlalchemy.provision [req-595e8677-b66e-4af3-b53b-c89985f83b70 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_empty_get_all [0.417660s] ... ok 2019-10-07 13:33:13.161 15012 INFO oslo_db.sqlalchemy.provision [req-595e8677-b66e-4af3-b53b-c89985f83b70 - - - - -] CREATE BACKEND sqlite:// TOKEN ilyywhdzuc 2019-10-07 13:33:13.185 15006 INFO octavia.api.v1.controllers.listener [req-848da819-974f-40eb-b396-c3940a494c2a - - - - -] Sending Creation of Listener d0e561f0-def5-4c01-b068-13daad00a374 to handler 2019-10-07 13:33:13.142 15024 INFO octavia.common.config [req-6689f2b4-870d-4b69-9857-ecab67b9e777 - - - - -] Logging enabled! 2019-10-07 13:33:13.142 15024 INFO octavia.common.config [req-6689f2b4-870d-4b69-9857-ecab67b9e777 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:13.208 15024 WARNING octavia.api.root_controller [req-6689f2b4-870d-4b69-9857-ecab67b9e777 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:13.220 15024 INFO octavia.api.v1.controllers.load_balancer [req-f0a40171-3707-4c15-a7e0-315af46c0c59 - - - - -] Sending created Load Balancer 8b85f06a-04f4-44d3-b933-c4e4576778ec to the handler 2019-10-07 13:33:13.271 15024 INFO octavia.api.v1.controllers.listener [req-92d5a09e-51e2-4c33-af3d-90ae01a91e2f - - - - -] Sending Creation of Listener 24aa4448-88ad-4cba-924c-914e7a131be8 to handler 2019-10-07 13:33:13.306 15020 INFO octavia.common.config [req-a6e50fbb-dd38-4574-a4d8-bc82a46983d1 - - - - -] Logging enabled! 2019-10-07 13:33:13.306 15020 INFO octavia.common.config [req-a6e50fbb-dd38-4574-a4d8-bc82a46983d1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:13.317 15012 INFO octavia.common.config [req-595e8677-b66e-4af3-b53b-c89985f83b70 - - - - -] Logging enabled! 2019-10-07 13:33:13.313 15006 INFO octavia.api.v1.controllers.pool [req-347ce604-96bf-4917-a169-8557a87dbd1a - - - - -] Sending Creation of Pool e07cbfb4-dacf-4677-ba26-e8b71167c74f to handler 2019-10-07 13:33:13.318 15012 INFO octavia.common.config [req-595e8677-b66e-4af3-b53b-c89985f83b70 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:13.341 15020 WARNING octavia.api.root_controller [req-a6e50fbb-dd38-4574-a4d8-bc82a46983d1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:13.383 15020 INFO octavia.api.v1.controllers.load_balancer [req-ae6d2e74-6a16-44ae-9d57-3977432d0836 - - - - -] Sending created Load Balancer 82f6e948-9ac5-48fe-a08e-613890d51f12 to the handler 2019-10-07 13:33:13.368 15012 WARNING octavia.api.root_controller [req-595e8677-b66e-4af3-b53b-c89985f83b70 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:13.378 15012 INFO octavia.api.v1.controllers.load_balancer [req-87101472-cea7-4491-ab12-a44b8cee95c1 - - - - -] Sending created Load Balancer 12aee772-1a27-47a2-b876-571bf47b09b8 to the handler 2019-10-07 13:33:13.447 15020 INFO octavia.api.v1.controllers.listener [req-02346734-0024-4235-bccb-832df417ec03 - - - - -] Sending Creation of Listener 213013f3-afc9-456d-bd8d-05a01930419a to handler 2019-10-07 13:33:13.464 15012 INFO octavia.api.v1.controllers.listener [req-db388b65-690a-4ab3-b4bc-6e7ec11fe560 - - - - -] Sending Creation of Listener 0253b9e4-7687-41cd-9cff-e7ac087e7a11 to handler 2019-10-07 13:33:13.460 15024 INFO octavia.api.v1.controllers.pool [req-d2f75ea9-d7f6-4200-ba7e-4bb18be66b70 - - - - -] Sending Creation of Pool ae363561-84a9-406e-ae46-c9edbbaf1fb2 to handler 2019-10-07 13:33:13.488 15006 INFO octavia.api.v1.controllers.pool [req-ca834b13-4726-40bb-bdc6-51cdbaf996d6 - - - - -] Sending Creation of Pool 3b7d817f-00d3-4686-8735-937afc293ed3 to handler 2019-10-07 13:33:13.573 15012 INFO oslo_db.sqlalchemy.provision [req-c70e9ef6-74cb-4940-aad1-77189e414b96 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:13.575 15012 INFO oslo_db.sqlalchemy.provision [req-c70e9ef6-74cb-4940-aad1-77189e414b96 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ilyywhdzuc 2019-10-07 13:33:13.575 15012 INFO oslo_db.sqlalchemy.provision [req-c70e9ef6-74cb-4940-aad1-77189e414b96 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_bad_session_persistence ... SKIPPED: This test should pass after a validation layer. 2019-10-07 13:33:13.578 15012 INFO oslo_db.sqlalchemy.provision [req-c70e9ef6-74cb-4940-aad1-77189e414b96 - - - - -] CREATE BACKEND sqlite:// TOKEN oltqwaezed 2019-10-07 13:33:13.587 15006 INFO oslo_db.sqlalchemy.provision [req-20eb79fd-a5da-4d15-8d78-f57cc62d8943 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:13.601 15006 INFO oslo_db.sqlalchemy.provision [req-20eb79fd-a5da-4d15-8d78-f57cc62d8943 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uzzroucrme 2019-10-07 13:33:13.601 15006 INFO oslo_db.sqlalchemy.provision [req-20eb79fd-a5da-4d15-8d78-f57cc62d8943 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_duplicate_update ... SKIPPED: This test should pass after a validation layer. 2019-10-07 13:33:13.593 15024 INFO octavia.api.v1.controllers.pool [req-9c5261f3-5d0f-42c2-8c45-fcd4070a672d - - - - -] Sending Update of Pool ae363561-84a9-406e-ae46-c9edbbaf1fb2 to handler 2019-10-07 13:33:13.604 15006 INFO oslo_db.sqlalchemy.provision [req-20eb79fd-a5da-4d15-8d78-f57cc62d8943 - - - - -] CREATE BACKEND sqlite:// TOKEN atnisbxlyp 2019-10-07 13:33:13.639 15020 INFO octavia.api.v1.controllers.pool [req-c49d5b42-eb66-4747-a081-783076d9a957 - - - - -] Sending Creation of Pool 7e7020d2-0016-4095-8518-c724988310f7 to handler 2019-10-07 13:33:13.716 15024 INFO oslo_db.sqlalchemy.provision [req-b27b3bf0-55be-4138-ba17-a1f5e4597be9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:13.717 15024 INFO oslo_db.sqlalchemy.provision [req-b27b3bf0-55be-4138-ba17-a1f5e4597be9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ytekvpdusl 2019-10-07 13:33:13.717 15024 INFO oslo_db.sqlalchemy.provision [req-b27b3bf0-55be-4138-ba17-a1f5e4597be9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_pool.TestPool.test_add_session_persistence [0.721329s] ... ok 2019-10-07 13:33:13.733 15012 INFO octavia.common.config [req-c70e9ef6-74cb-4940-aad1-77189e414b96 - - - - -] Logging enabled! 2019-10-07 13:33:13.733 15012 INFO octavia.common.config [req-c70e9ef6-74cb-4940-aad1-77189e414b96 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:13.721 15024 INFO oslo_db.sqlalchemy.provision [req-b27b3bf0-55be-4138-ba17-a1f5e4597be9 - - - - -] CREATE BACKEND sqlite:// TOKEN ffzyehvegu 2019-10-07 13:33:13.757 15006 INFO octavia.common.config [req-20eb79fd-a5da-4d15-8d78-f57cc62d8943 - - - - -] Logging enabled! 2019-10-07 13:33:13.760 15006 INFO octavia.common.config [req-20eb79fd-a5da-4d15-8d78-f57cc62d8943 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:13.765 15020 INFO octavia.api.v1.controllers.pool [req-ca8f646e-15bc-493c-90c4-cb9da4a962ee - - - - -] Sending Update of Pool 7e7020d2-0016-4095-8518-c724988310f7 to handler 2019-10-07 13:33:13.767 15012 WARNING octavia.api.root_controller [req-c70e9ef6-74cb-4940-aad1-77189e414b96 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:13.792 15012 INFO octavia.api.v1.controllers.load_balancer [req-4242b33c-d653-4cf1-b2a4-32b90431f7ac - - - - -] Sending created Load Balancer 20a4a320-1a17-4d8d-861b-0618fc33f08e to the handler 2019-10-07 13:33:13.813 15006 WARNING octavia.api.root_controller [req-20eb79fd-a5da-4d15-8d78-f57cc62d8943 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:13.825 15006 INFO octavia.api.v1.controllers.load_balancer [req-2763ee09-0d28-400a-9f7e-5416f14923de - - - - -] Sending created Load Balancer 619a44d3-185b-40eb-9f08-315c802eadd9 to the handler 2019-10-07 13:33:13.867 15012 INFO octavia.api.v1.controllers.listener [req-9c838dd0-bd13-4a57-ade4-3823e2bb8aba - - - - -] Sending Creation of Listener ecca50d1-3ccf-42b1-8d65-255f57c73522 to handler 2019-10-07 13:33:13.880 15024 INFO octavia.common.config [req-b27b3bf0-55be-4138-ba17-a1f5e4597be9 - - - - -] Logging enabled! 2019-10-07 13:33:13.881 15024 INFO octavia.common.config [req-b27b3bf0-55be-4138-ba17-a1f5e4597be9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:13.909 15006 INFO octavia.api.v1.controllers.listener [req-da770795-e453-4c1b-9c58-34237639efc7 - - - - -] Sending Creation of Listener eb2ecba5-1bf2-4718-b56b-7b16c699d47f to handler 2019-10-07 13:33:13.932 15024 WARNING octavia.api.root_controller [req-b27b3bf0-55be-4138-ba17-a1f5e4597be9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:13.941 15024 INFO octavia.api.v1.controllers.load_balancer [req-ee6349f8-61db-41f4-99ac-61b5a8cd92f9 - - - - -] Sending created Load Balancer f2cb47ac-6094-4f71-9ea9-6fc6872acac0 to the handler 2019-10-07 13:33:14.005 15006 INFO octavia.api.v1.controllers.pool [req-cfab5e37-ba70-4e83-9f06-35daf1ba0f84 - - - - -] Sending Creation of Pool a325d089-2913-4711-91af-8865d0459d93 to handler 2019-10-07 13:33:14.027 15024 INFO octavia.api.v1.controllers.listener [req-5dbb422b-3165-4ef7-94d1-c21b09ffce5b - - - - -] Sending Creation of Listener f7505d37-77f0-41b0-b2f7-0cf9809e90f4 to handler 2019-10-07 13:33:14.047 15012 INFO octavia.api.v1.controllers.pool [req-88e834e5-ce23-4363-b190-808a614e82db - - - - -] Sending Creation of Pool 4fb761e8-b432-4a10-8660-2ca7022e9809 to handler 2019-10-07 13:33:14.060 15020 INFO oslo_db.sqlalchemy.provision [req-2f48c279-e706-4937-bdfc-e315a6961b1c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:14.063 15020 INFO oslo_db.sqlalchemy.provision [req-2f48c279-e706-4937-bdfc-e315a6961b1c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eeyidcikri 2019-10-07 13:33:14.064 15020 INFO oslo_db.sqlalchemy.provision [req-2f48c279-e706-4937-bdfc-e315a6961b1c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_update [0.943042s] ... ok 2019-10-07 13:33:14.067 15020 INFO oslo_db.sqlalchemy.provision [req-2f48c279-e706-4937-bdfc-e315a6961b1c - - - - -] CREATE BACKEND sqlite:// TOKEN pijgboiaum 2019-10-07 13:33:14.184 15024 INFO octavia.api.v1.controllers.pool [req-909f16b7-7701-4062-b811-1b66916e0581 - - - - -] Sending Creation of Pool 6ef049dc-4aca-40e7-87e3-447972af0a37 to handler 2019-10-07 13:33:14.220 15012 INFO octavia.api.v1.controllers.pool [req-9206dfb5-513e-4d94-a30c-745da260fb1c - - - - -] Sending Update of Pool 4fb761e8-b432-4a10-8660-2ca7022e9809 to handler 2019-10-07 13:33:14.234 15020 INFO octavia.common.config [req-2f48c279-e706-4937-bdfc-e315a6961b1c - - - - -] Logging enabled! 2019-10-07 13:33:14.235 15020 INFO octavia.common.config [req-2f48c279-e706-4937-bdfc-e315a6961b1c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:14.255 15020 WARNING octavia.api.root_controller [req-2f48c279-e706-4937-bdfc-e315a6961b1c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:14.215 15006 INFO octavia.api.v1.controllers.pool [req-212176d0-7b28-41e1-99aa-1278014748eb - - - - -] Sending Creation of Pool 579b6490-11b3-49fd-a872-dc0505e42001 to handler 2019-10-07 13:33:14.284 15020 INFO octavia.api.v1.controllers.load_balancer [req-6c7b9c0e-cf28-46de-a046-37bd5bd6449b - - - - -] Sending created Load Balancer c29d5f3d-3687-4fae-ad55-8c08804ac670 to the handler 2019-10-07 13:33:14.338 15020 INFO octavia.api.v1.controllers.listener [req-2db5fa33-2a90-4caf-a49a-dbef18422906 - - - - -] Sending Creation of Listener 9e16d58d-3b41-4f31-b058-0f736f6d483b to handler 2019-10-07 13:33:14.407 15006 INFO octavia.api.v1.controllers.member [req-d7c9d27b-7470-40b6-a2ff-3d8fb481caf7 - - - - -] Sending Creation of Member 937201ee-3a1b-4674-9d3d-a898733d6714 to handler 2019-10-07 13:33:14.445 15024 INFO oslo_db.sqlalchemy.provision [req-a1bacaa9-5212-443e-954a-c2e96aca5485 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:14.449 15024 INFO oslo_db.sqlalchemy.provision [req-a1bacaa9-5212-443e-954a-c2e96aca5485 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ffzyehvegu 2019-10-07 13:33:14.449 15024 INFO oslo_db.sqlalchemy.provision [req-a1bacaa9-5212-443e-954a-c2e96aca5485 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_pool.TestPool.test_create [0.731182s] ... ok 2019-10-07 13:33:14.452 15024 INFO oslo_db.sqlalchemy.provision [req-a1bacaa9-5212-443e-954a-c2e96aca5485 - - - - -] CREATE BACKEND sqlite:// TOKEN ozkzkchqyt 2019-10-07 13:33:14.464 15012 INFO oslo_db.sqlalchemy.provision [req-fe6309b4-704a-4bfc-a6cb-3e089ecc35bf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:14.466 15012 INFO oslo_db.sqlalchemy.provision [req-fe6309b4-704a-4bfc-a6cb-3e089ecc35bf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oltqwaezed 2019-10-07 13:33:14.466 15012 INFO oslo_db.sqlalchemy.provision [req-fe6309b4-704a-4bfc-a6cb-3e089ecc35bf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_session_persistence [0.890673s] ... ok 2019-10-07 13:33:14.469 15012 INFO oslo_db.sqlalchemy.provision [req-fe6309b4-704a-4bfc-a6cb-3e089ecc35bf - - - - -] CREATE BACKEND sqlite:// TOKEN iqrqfeqcev 2019-10-07 13:33:14.559 15006 INFO octavia.api.v1.controllers.member [req-66228c87-1399-46d5-9dae-ed9746109db8 - - - - -] Sending Update of Member 937201ee-3a1b-4674-9d3d-a898733d6714 to handler 2019-10-07 13:33:14.590 15020 INFO octavia.api.v1.controllers.pool [req-41b6a5c8-e420-4205-b8c2-eeb8ce8a6676 - - - - -] Sending Creation of Pool a859f78b-a1e4-4628-978d-2fb071ff0ba8 to handler 2019-10-07 13:33:14.610 15012 INFO octavia.common.config [req-fe6309b4-704a-4bfc-a6cb-3e089ecc35bf - - - - -] Logging enabled! 2019-10-07 13:33:14.612 15012 INFO octavia.common.config [req-fe6309b4-704a-4bfc-a6cb-3e089ecc35bf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:14.604 15024 INFO octavia.common.config [req-a1bacaa9-5212-443e-954a-c2e96aca5485 - - - - -] Logging enabled! 2019-10-07 13:33:14.605 15024 INFO octavia.common.config [req-a1bacaa9-5212-443e-954a-c2e96aca5485 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:14.652 15012 WARNING octavia.api.root_controller [req-fe6309b4-704a-4bfc-a6cb-3e089ecc35bf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:14.647 15024 WARNING octavia.api.root_controller [req-a1bacaa9-5212-443e-954a-c2e96aca5485 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:14.657 15024 INFO octavia.api.v1.controllers.load_balancer [req-70c3c7b4-8ce2-4844-a782-10b48b0deb3a - - - - -] Sending created Load Balancer 4093afa2-f651-4534-aeb0-e06b35edb54a to the handler 2019-10-07 13:33:14.694 15012 INFO octavia.api.v1.controllers.load_balancer [req-e2a71e06-c9e6-4d48-a7cb-11afda753ca1 - - - - -] Sending created Load Balancer 3ed8868b-000b-4c0f-8e47-51bfe46458c3 to the handler 2019-10-07 13:33:14.727 15006 INFO oslo_db.sqlalchemy.provision [req-89b2a8b8-2d9b-4a08-b95e-1234edb76933 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:14.728 15006 INFO oslo_db.sqlalchemy.provision [req-89b2a8b8-2d9b-4a08-b95e-1234edb76933 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN atnisbxlyp 2019-10-07 13:33:14.728 15006 INFO oslo_db.sqlalchemy.provision [req-89b2a8b8-2d9b-4a08-b95e-1234edb76933 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_update_with_bad_handler [1.126962s] ... ok 2019-10-07 13:33:14.732 15006 INFO oslo_db.sqlalchemy.provision [req-89b2a8b8-2d9b-4a08-b95e-1234edb76933 - - - - -] CREATE BACKEND sqlite:// TOKEN cxferqjvab 2019-10-07 13:33:14.729 15020 INFO octavia.api.v1.controllers.pool [req-a1ef969b-002d-4be4-9285-935b1e3e6fa5 - - - - -] Sending Update of Pool a859f78b-a1e4-4628-978d-2fb071ff0ba8 to handler 2019-10-07 13:33:14.755 15024 INFO octavia.api.v1.controllers.listener [req-db8774d0-fda2-4b6a-a262-8f944f4c4790 - - - - -] Sending Creation of Listener 2c92b3d0-e1af-49ce-af78-efa6790dd39f to handler 2019-10-07 13:33:14.773 15012 INFO octavia.api.v1.controllers.listener [req-8298bfd0-669b-4b06-ace9-12281f1e6a27 - - - - -] Sending Creation of Listener 56d044b7-bf84-48c7-a476-82bfe1a8d508 to handler 2019-10-07 13:33:14.871 15006 INFO octavia.common.config [req-89b2a8b8-2d9b-4a08-b95e-1234edb76933 - - - - -] Logging enabled! 2019-10-07 13:33:14.885 15024 INFO oslo_db.sqlalchemy.provision [req-49a53f43-4589-4826-885c-dadf9c9f3f60 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:14.894 15020 INFO oslo_db.sqlalchemy.provision [req-9ac76246-3d7e-482e-8152-bc47eaf6959c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:14.890 15024 INFO oslo_db.sqlalchemy.provision [req-49a53f43-4589-4826-885c-dadf9c9f3f60 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ozkzkchqyt 2019-10-07 13:33:14.890 15024 INFO oslo_db.sqlalchemy.provision [req-49a53f43-4589-4826-885c-dadf9c9f3f60 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_bad_protocol [0.441017s] ... ok 2019-10-07 13:33:14.893 15024 INFO oslo_db.sqlalchemy.provision [req-49a53f43-4589-4826-885c-dadf9c9f3f60 - - - - -] CREATE BACKEND sqlite:// TOKEN ltbgliveum 2019-10-07 13:33:14.926 15012 INFO octavia.api.v1.controllers.pool [req-b4a106ce-6df2-42a7-9a0e-e0efab17e43f - - - - -] Sending Creation of Pool 21f2a18b-054d-4098-9e69-f0a22a74ce8e to handler 2019-10-07 13:33:14.914 15006 INFO octavia.common.config [req-89b2a8b8-2d9b-4a08-b95e-1234edb76933 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:14.897 15020 INFO oslo_db.sqlalchemy.provision [req-9ac76246-3d7e-482e-8152-bc47eaf6959c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pijgboiaum 2019-10-07 13:33:14.899 15020 INFO oslo_db.sqlalchemy.provision [req-9ac76246-3d7e-482e-8152-bc47eaf6959c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_preserve_session_persistence [0.835750s] ... ok 2019-10-07 13:33:14.903 15020 INFO oslo_db.sqlalchemy.provision [req-9ac76246-3d7e-482e-8152-bc47eaf6959c - - - - -] CREATE BACKEND sqlite:// TOKEN zchgvhgbyq 2019-10-07 13:33:14.964 15006 WARNING octavia.api.root_controller [req-89b2a8b8-2d9b-4a08-b95e-1234edb76933 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:14.973 15006 INFO octavia.api.v1.controllers.load_balancer [req-4cbc8652-07f2-417d-9568-5c237a7538dd - - - - -] Sending created Load Balancer 8b9aec23-e5ff-42f1-b749-0fde1bde3fdf to the handler 2019-10-07 13:33:15.048 15012 INFO octavia.api.v1.controllers.load_balancer [req-edab1e20-aaee-45cf-adfd-1feef4eb0534 - - - - -] Sending deleted Load Balancer 3ed8868b-000b-4c0f-8e47-51bfe46458c3 to the handler 2019-10-07 13:33:15.062 15020 INFO octavia.common.config [req-9ac76246-3d7e-482e-8152-bc47eaf6959c - - - - -] Logging enabled! 2019-10-07 13:33:15.063 15020 INFO octavia.common.config [req-9ac76246-3d7e-482e-8152-bc47eaf6959c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:15.067 15006 INFO octavia.api.v1.controllers.listener [req-d34517d0-f950-433b-a7db-ae97b35d4c2d - - - - -] Sending Creation of Listener f79e63e0-a09b-4f49-9a00-903c4863cac7 to handler 2019-10-07 13:33:15.083 15024 INFO octavia.common.config [req-49a53f43-4589-4826-885c-dadf9c9f3f60 - - - - -] Logging enabled! 2019-10-07 13:33:15.084 15024 INFO octavia.common.config [req-49a53f43-4589-4826-885c-dadf9c9f3f60 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:15.115 15024 WARNING octavia.api.root_controller [req-49a53f43-4589-4826-885c-dadf9c9f3f60 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:15.121 15012 INFO octavia.api.v1.controllers.pool [req-519e0cc3-5002-465b-8fad-86b0472ee67b - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:15.146 15012 INFO oslo_db.sqlalchemy.provision [req-519e0cc3-5002-465b-8fad-86b0472ee67b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:15.103 15020 WARNING octavia.api.root_controller [req-9ac76246-3d7e-482e-8152-bc47eaf6959c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:15.151 15020 INFO oslo_db.sqlalchemy.provision [req-5a771e46-325f-45b7-ba31-432368ea2c46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:15.153 15020 INFO oslo_db.sqlalchemy.provision [req-5a771e46-325f-45b7-ba31-432368ea2c46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zchgvhgbyq 2019-10-07 13:33:15.153 15020 INFO oslo_db.sqlalchemy.provision [req-5a771e46-325f-45b7-ba31-432368ea2c46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_custom_missing_quotas [0.253384s] ... ok 2019-10-07 13:33:15.156 15024 INFO octavia.api.v1.controllers.load_balancer [req-073a6e98-9385-446c-ab56-84aefb9c50fa - - - - -] Sending created Load Balancer 9a5eb087-2735-4d5f-a602-ff0fb177f63c to the handler 2019-10-07 13:33:15.149 15012 INFO oslo_db.sqlalchemy.provision [req-519e0cc3-5002-465b-8fad-86b0472ee67b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iqrqfeqcev 2019-10-07 13:33:15.156 15020 INFO oslo_db.sqlalchemy.provision [req-5a771e46-325f-45b7-ba31-432368ea2c46 - - - - -] CREATE BACKEND sqlite:// TOKEN xikyikqtle 2019-10-07 13:33:15.180 15012 INFO oslo_db.sqlalchemy.provision [req-519e0cc3-5002-465b-8fad-86b0472ee67b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_when_lb_pending_delete [0.713732s] ... ok 2019-10-07 13:33:15.183 15012 INFO oslo_db.sqlalchemy.provision [req-519e0cc3-5002-465b-8fad-86b0472ee67b - - - - -] CREATE BACKEND sqlite:// TOKEN zbqgvgkksm 2019-10-07 13:33:15.234 15006 ERROR octavia.api.v1.controllers.base [req-6f7918ed-52de-43c6-b062-bee9547c9b5f - - - - -] Pool be7e7f18-550f-4702-90a3-571308f374cb not found: None 2019-10-07 13:33:15.234 15006 ERROR octavia.api.v1.controllers.base None 2019-10-07 13:33:15.234 15006 ERROR octavia.api.v1.controllers.base 2019-10-07 13:33:15.251 15006 INFO oslo_db.sqlalchemy.provision [req-6f7918ed-52de-43c6-b062-bee9547c9b5f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:15.253 15006 INFO oslo_db.sqlalchemy.provision [req-6f7918ed-52de-43c6-b062-bee9547c9b5f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cxferqjvab 2019-10-07 13:33:15.253 15006 INFO oslo_db.sqlalchemy.provision [req-6f7918ed-52de-43c6-b062-bee9547c9b5f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_delete [0.524562s] ... ok 2019-10-07 13:33:15.256 15006 INFO oslo_db.sqlalchemy.provision [req-6f7918ed-52de-43c6-b062-bee9547c9b5f - - - - -] CREATE BACKEND sqlite:// TOKEN juxmmrdlbh 2019-10-07 13:33:15.271 15024 INFO octavia.api.v1.controllers.listener [req-aa552585-b58f-47ef-a0ac-99eafcb5c6f0 - - - - -] Sending Creation of Listener cd09b4b7-8d95-4ac7-8c6c-977beab67597 to handler 2019-10-07 13:33:15.305 15020 INFO octavia.common.config [req-5a771e46-325f-45b7-ba31-432368ea2c46 - - - - -] Logging enabled! 2019-10-07 13:33:15.306 15020 INFO octavia.common.config [req-5a771e46-325f-45b7-ba31-432368ea2c46 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:15.312 15012 INFO octavia.common.config [req-519e0cc3-5002-465b-8fad-86b0472ee67b - - - - -] Logging enabled! 2019-10-07 13:33:15.314 15012 INFO octavia.common.config [req-519e0cc3-5002-465b-8fad-86b0472ee67b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:15.356 15012 WARNING octavia.api.root_controller [req-519e0cc3-5002-465b-8fad-86b0472ee67b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:15.345 15020 WARNING octavia.api.root_controller [req-5a771e46-325f-45b7-ba31-432368ea2c46 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:15.377 15012 INFO oslo_db.sqlalchemy.provision [req-e6fcc83f-6870-4c1a-bbe6-b1d60658c1e9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:15.392 15012 INFO oslo_db.sqlalchemy.provision [req-e6fcc83f-6870-4c1a-bbe6-b1d60658c1e9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zbqgvgkksm 2019-10-07 13:33:15.394 15012 INFO oslo_db.sqlalchemy.provision [req-e6fcc83f-6870-4c1a-bbe6-b1d60658c1e9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_get_all_quotas_no_quotas [0.214828s] ... ok 2019-10-07 13:33:15.398 15012 INFO oslo_db.sqlalchemy.provision [req-e6fcc83f-6870-4c1a-bbe6-b1d60658c1e9 - - - - -] CREATE BACKEND sqlite:// TOKEN lgsommrthe 2019-10-07 13:33:15.456 15006 INFO octavia.common.config [req-6f7918ed-52de-43c6-b062-bee9547c9b5f - - - - -] Logging enabled! 2019-10-07 13:33:15.456 15006 INFO octavia.common.config [req-6f7918ed-52de-43c6-b062-bee9547c9b5f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:15.480 15024 INFO octavia.api.v1.controllers.pool [req-135e1675-858d-438a-ab98-dc375d79d63a - - - - -] Sending Creation of Pool 0fba2890-d09f-45a1-a982-6863fbd4c43d to handler 2019-10-07 13:33:15.498 15006 WARNING octavia.api.root_controller [req-6f7918ed-52de-43c6-b062-bee9547c9b5f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:15.510 15006 INFO octavia.api.v1.controllers.load_balancer [req-cd7dbe1f-7196-42a1-98f1-848d0d6c16db - - - - -] Sending created Load Balancer ae9049ae-cc37-4bd0-8216-7e11857808e2 to the handler 2019-10-07 13:33:15.559 15012 INFO octavia.common.config [req-e6fcc83f-6870-4c1a-bbe6-b1d60658c1e9 - - - - -] Logging enabled! 2019-10-07 13:33:15.561 15012 INFO octavia.common.config [req-e6fcc83f-6870-4c1a-bbe6-b1d60658c1e9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:15.570 15024 INFO oslo_db.sqlalchemy.provision [req-2d011a31-9384-4991-89e4-8f0ab67c5f67 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:15.594 15006 INFO octavia.api.v1.controllers.listener [req-7a5604be-fc64-4311-96f0-045ded93e3bb - - - - -] Sending Creation of Listener 52dd4c17-5094-4431-afa9-0b8a6ffd2e07 to handler 2019-10-07 13:33:15.612 15012 WARNING octavia.api.root_controller [req-e6fcc83f-6870-4c1a-bbe6-b1d60658c1e9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:15.632 15012 INFO oslo_db.sqlalchemy.provision [req-5abe44cf-607e-401d-b8eb-0e1fff00c6a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:15.611 15024 INFO oslo_db.sqlalchemy.provision [req-2d011a31-9384-4991-89e4-8f0ab67c5f67 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ltbgliveum 2019-10-07 13:33:15.611 15024 INFO oslo_db.sqlalchemy.provision [req-2d011a31-9384-4991-89e4-8f0ab67c5f67 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_bad_handler [0.721155s] ... ok 2019-10-07 13:33:15.613 15020 INFO octavia.api.v2.controllers.load_balancer [req-d38ec521-d52f-41b2-ab0c-b511bf3384e3 - - - - -] Sending created Load Balancer 542a956b-7ead-4d7f-b831-9ef87e36b8f9 to the handler 2019-10-07 13:33:15.614 15024 INFO oslo_db.sqlalchemy.provision [req-2d011a31-9384-4991-89e4-8f0ab67c5f67 - - - - -] CREATE BACKEND sqlite:// TOKEN fnwgfasxtl 2019-10-07 13:33:15.635 15012 INFO oslo_db.sqlalchemy.provision [req-5abe44cf-607e-401d-b8eb-0e1fff00c6a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lgsommrthe 2019-10-07 13:33:15.637 15012 INFO oslo_db.sqlalchemy.provision [req-5abe44cf-607e-401d-b8eb-0e1fff00c6a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_get_default_quotas [0.242032s] ... ok 2019-10-07 13:33:15.641 15012 INFO oslo_db.sqlalchemy.provision [req-5abe44cf-607e-401d-b8eb-0e1fff00c6a2 - - - - -] CREATE BACKEND sqlite:// TOKEN nglnaedvcv 2019-10-07 13:33:15.759 15006 INFO octavia.api.v1.controllers.pool [req-aaaa460f-3da0-42ba-a949-7f873a4687d0 - - - - -] Sending Creation of Pool 8124eba0-1a4e-4ded-8244-660647b93738 to handler 2019-10-07 13:33:15.750 15020 INFO octavia.api.v2.controllers.amphora [req-3ca67f95-fa30-41d5-83e7-32499aeb1ab4 - - - - -] Sending failover request for amphora bcee5260-b5b6-4e2e-9e17-148f9087f2e0 to the handler 2019-10-07 13:33:15.749 15024 INFO octavia.common.config [req-2d011a31-9384-4991-89e4-8f0ab67c5f67 - - - - -] Logging enabled! 2019-10-07 13:33:15.780 15024 INFO octavia.common.config [req-2d011a31-9384-4991-89e4-8f0ab67c5f67 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:15.802 15020 INFO oslo_db.sqlalchemy.provision [req-3ca67f95-fa30-41d5-83e7-32499aeb1ab4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:15.804 15020 INFO oslo_db.sqlalchemy.provision [req-3ca67f95-fa30-41d5-83e7-32499aeb1ab4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xikyikqtle 2019-10-07 13:33:15.804 15020 INFO oslo_db.sqlalchemy.provision [req-3ca67f95-fa30-41d5-83e7-32499aeb1ab4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_failover [0.650571s] ... ok 2019-10-07 13:33:15.805 15024 WARNING octavia.api.root_controller [req-2d011a31-9384-4991-89e4-8f0ab67c5f67 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:15.807 15020 INFO oslo_db.sqlalchemy.provision [req-3ca67f95-fa30-41d5-83e7-32499aeb1ab4 - - - - -] CREATE BACKEND sqlite:// TOKEN xbsdrdbted 2019-10-07 13:33:15.803 15012 INFO octavia.common.config [req-5abe44cf-607e-401d-b8eb-0e1fff00c6a2 - - - - -] Logging enabled! 2019-10-07 13:33:15.803 15012 INFO octavia.common.config [req-5abe44cf-607e-401d-b8eb-0e1fff00c6a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:15.834 15024 INFO octavia.api.v1.controllers.load_balancer [req-5ab5414c-cf9b-46db-99a5-98ddb68014e2 - - - - -] Sending created Load Balancer 0091609b-e903-4078-9225-5bc7916d2586 to the handler 2019-10-07 13:33:15.857 15012 WARNING octavia.api.root_controller [req-5abe44cf-607e-401d-b8eb-0e1fff00c6a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:15.885 15024 INFO octavia.api.v1.controllers.listener [req-0f9ae397-20f5-4f15-8c7b-f9febff9b1dd - - - - -] Sending Creation of Listener 4fbbc5c6-543a-4fd0-a7a2-2976d708ffa3 to handler 2019-10-07 13:33:15.905 15012 INFO octavia.api.v2.controllers.load_balancer [req-60b57841-e5c4-45ed-8b7d-742ddaf955d9 - - - - -] Sending created Load Balancer c55f8130-8ce9-4935-8cf5-9016bad51ddd to the handler 2019-10-07 13:33:15.952 15020 INFO octavia.common.config [req-3ca67f95-fa30-41d5-83e7-32499aeb1ab4 - - - - -] Logging enabled! 2019-10-07 13:33:15.952 15020 INFO octavia.common.config [req-3ca67f95-fa30-41d5-83e7-32499aeb1ab4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:15.960 15006 INFO oslo_db.sqlalchemy.provision [req-93329146-cfe8-447a-9a92-fbb5ef939b5d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:15.963 15006 INFO oslo_db.sqlalchemy.provision [req-93329146-cfe8-447a-9a92-fbb5ef939b5d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN juxmmrdlbh 2019-10-07 13:33:15.990 15006 INFO oslo_db.sqlalchemy.provision [req-93329146-cfe8-447a-9a92-fbb5ef939b5d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_listener_with_default_pool_id_set [0.736679s] ... ok 2019-10-07 13:33:15.993 15006 INFO oslo_db.sqlalchemy.provision [req-93329146-cfe8-447a-9a92-fbb5ef939b5d - - - - -] CREATE BACKEND sqlite:// TOKEN rfalqbzzlh 2019-10-07 13:33:16.008 15012 INFO oslo_db.sqlalchemy.provision [req-14c13c2b-7855-4646-b820-35ff3c8766b3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:16.009 15012 INFO oslo_db.sqlalchemy.provision [req-14c13c2b-7855-4646-b820-35ff3c8766b3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nglnaedvcv 2019-10-07 13:33:16.010 15012 INFO oslo_db.sqlalchemy.provision [req-14c13c2b-7855-4646-b820-35ff3c8766b3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_empty_get_all [0.372171s] ... ok 2019-10-07 13:33:16.013 15012 INFO oslo_db.sqlalchemy.provision [req-14c13c2b-7855-4646-b820-35ff3c8766b3 - - - - -] CREATE BACKEND sqlite:// TOKEN qcjoyamfso 2019-10-07 13:33:16.057 15024 INFO octavia.api.v1.controllers.pool [req-bdd83ca8-232e-4d28-a0dd-7b3cad4ca90a - - - - -] Sending Creation of Pool 3c399310-2296-4358-85e1-75758ccf8911 to handler 2019-10-07 13:33:16.073 15020 WARNING octavia.api.root_controller [req-3ca67f95-fa30-41d5-83e7-32499aeb1ab4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:16.090 15020 INFO octavia.api.v2.controllers.load_balancer [req-6dd716a9-8ca6-4111-a5da-6af96b4f9fa9 - - - - -] Sending created Load Balancer 75319ae5-a311-462a-b75f-b5ad06321d25 to the handler 2019-10-07 13:33:16.131 15024 INFO oslo_db.sqlalchemy.provision [req-bdd83ca8-232e-4d28-a0dd-7b3cad4ca90a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:16.133 15024 INFO oslo_db.sqlalchemy.provision [req-bdd83ca8-232e-4d28-a0dd-7b3cad4ca90a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fnwgfasxtl 2019-10-07 13:33:16.133 15024 INFO oslo_db.sqlalchemy.provision [req-bdd83ca8-232e-4d28-a0dd-7b3cad4ca90a - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_project_id [0.521303s] ... ok 2019-10-07 13:33:16.136 15024 INFO oslo_db.sqlalchemy.provision [req-bdd83ca8-232e-4d28-a0dd-7b3cad4ca90a - - - - -] CREATE BACKEND sqlite:// TOKEN nwdrnaonkn 2019-10-07 13:33:16.162 15012 INFO octavia.common.config [req-14c13c2b-7855-4646-b820-35ff3c8766b3 - - - - -] Logging enabled! 2019-10-07 13:33:16.164 15012 INFO octavia.common.config [req-14c13c2b-7855-4646-b820-35ff3c8766b3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:16.168 15006 INFO octavia.common.config [req-93329146-cfe8-447a-9a92-fbb5ef939b5d - - - - -] Logging enabled! 2019-10-07 13:33:16.168 15006 INFO octavia.common.config [req-93329146-cfe8-447a-9a92-fbb5ef939b5d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:16.209 15006 WARNING octavia.api.root_controller [req-93329146-cfe8-447a-9a92-fbb5ef939b5d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:16.224 15020 INFO oslo_db.sqlalchemy.provision [req-3b48b047-b8a9-4784-8097-64acec0afa69 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:16.226 15020 INFO oslo_db.sqlalchemy.provision [req-3b48b047-b8a9-4784-8097-64acec0afa69 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xbsdrdbted 2019-10-07 13:33:16.226 15020 INFO oslo_db.sqlalchemy.provision [req-3b48b047-b8a9-4784-8097-64acec0afa69 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get [0.422047s] ... ok 2019-10-07 13:33:16.224 15006 INFO octavia.api.v1.controllers.load_balancer [req-4522916e-7d03-4af7-99f9-16fc60694b54 - - - - -] Sending created Load Balancer 040b0f63-1c01-4490-a380-3c3327c81af3 to the handler 2019-10-07 13:33:16.229 15020 INFO oslo_db.sqlalchemy.provision [req-3b48b047-b8a9-4784-8097-64acec0afa69 - - - - -] CREATE BACKEND sqlite:// TOKEN bynbojsrlw 2019-10-07 13:33:16.217 15012 WARNING octavia.api.root_controller [req-14c13c2b-7855-4646-b820-35ff3c8766b3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:16.261 15012 INFO octavia.api.v2.controllers.load_balancer [req-c6274a68-cf04-4832-93a1-e4766ea4ce27 - - - - -] Sending created Load Balancer fc752cfd-6b6c-4d53-8c7c-5d853770e4b3 to the handler 2019-10-07 13:33:16.296 15006 INFO octavia.api.v1.controllers.listener [req-4005e982-0c0e-403b-b6ac-f9d4572b796c - - - - -] Sending Creation of Listener 285aec7a-8cfe-40c6-aec7-bba589423b93 to handler 2019-10-07 13:33:16.353 15012 ERROR octavia.api.v2.controllers.base [req-b34d8e8e-b658-4535-9ac3-625a23d86ee2 - - - - -] Amphora asdf not found: None 2019-10-07 13:33:16.353 15012 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:33:16.353 15012 ERROR octavia.api.v2.controllers.base 2019-10-07 13:33:16.365 15012 INFO oslo_db.sqlalchemy.provision [req-b34d8e8e-b658-4535-9ac3-625a23d86ee2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:16.366 15012 INFO oslo_db.sqlalchemy.provision [req-b34d8e8e-b658-4535-9ac3-625a23d86ee2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qcjoyamfso 2019-10-07 13:33:16.366 15012 INFO oslo_db.sqlalchemy.provision [req-b34d8e8e-b658-4535-9ac3-625a23d86ee2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_failover_bad_amp_id [0.356478s] ... ok 2019-10-07 13:33:16.389 15020 INFO octavia.common.config [req-3b48b047-b8a9-4784-8097-64acec0afa69 - - - - -] Logging enabled! 2019-10-07 13:33:16.389 15020 INFO octavia.common.config [req-3b48b047-b8a9-4784-8097-64acec0afa69 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:16.402 15012 INFO oslo_db.sqlalchemy.provision [req-b34d8e8e-b658-4535-9ac3-625a23d86ee2 - - - - -] CREATE BACKEND sqlite:// TOKEN qzkckhbgfl 2019-10-07 13:33:16.461 15020 WARNING octavia.api.root_controller [req-3b48b047-b8a9-4784-8097-64acec0afa69 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:16.500 15024 INFO octavia.common.config [req-bdd83ca8-232e-4d28-a0dd-7b3cad4ca90a - - - - -] Logging enabled! 2019-10-07 13:33:16.501 15024 INFO octavia.common.config [req-bdd83ca8-232e-4d28-a0dd-7b3cad4ca90a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:16.529 15006 INFO octavia.api.v1.controllers.pool [req-9702e844-8852-49db-9753-9b3cedb9677f - - - - -] Sending Creation of Pool 7b6e4c7e-67ec-4a04-867b-f514bafe0639 to handler 2019-10-07 13:33:16.534 15020 INFO octavia.api.v2.controllers.load_balancer [req-310717e6-101d-47c9-abf5-56b20b9abda4 - - - - -] Sending created Load Balancer de799a76-b194-4c21-b5eb-508bef70cdbc to the handler 2019-10-07 13:33:16.541 15012 INFO octavia.common.config [req-b34d8e8e-b658-4535-9ac3-625a23d86ee2 - - - - -] Logging enabled! 2019-10-07 13:33:16.541 15012 INFO octavia.common.config [req-b34d8e8e-b658-4535-9ac3-625a23d86ee2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:16.562 15024 WARNING octavia.api.root_controller [req-bdd83ca8-232e-4d28-a0dd-7b3cad4ca90a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:16.572 15024 INFO octavia.api.v1.controllers.load_balancer [req-9063829a-c486-4b99-ae36-6cf8c830ff5e - - - - -] Sending created Load Balancer f2f6a347-6258-4558-8eb9-df915ce3256b to the handler 2019-10-07 13:33:16.582 15012 WARNING octavia.api.root_controller [req-b34d8e8e-b658-4535-9ac3-625a23d86ee2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:16.609 15012 INFO octavia.api.v2.controllers.load_balancer [req-fdda2afc-ac03-47c3-9bc8-8c7adaa6ba9b - - - - -] Sending created Load Balancer 6b9660dc-c0ff-45d5-bfd6-5c1a36bc3e87 to the handler 2019-10-07 13:33:16.614 15020 INFO oslo_db.sqlalchemy.provision [req-9df786f5-a991-4f0c-9862-3375d1842f92 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:16.615 15020 INFO oslo_db.sqlalchemy.provision [req-9df786f5-a991-4f0c-9862-3375d1842f92 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bynbojsrlw 2019-10-07 13:33:16.616 15020 INFO oslo_db.sqlalchemy.provision [req-9df786f5-a991-4f0c-9862-3375d1842f92 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_authorized [0.389186s] ... ok 2019-10-07 13:33:16.618 15020 INFO oslo_db.sqlalchemy.provision [req-9df786f5-a991-4f0c-9862-3375d1842f92 - - - - -] CREATE BACKEND sqlite:// TOKEN uvtteomqyo 2019-10-07 13:33:16.653 15024 INFO octavia.api.v1.controllers.listener [req-71f02be7-70f3-45b7-bf61-71252665c48d - - - - -] Sending Creation of Listener cbe9035c-b928-47f9-9774-e68cea939828 to handler 2019-10-07 13:33:16.684 15006 INFO octavia.api.v1.controllers.pool [req-fe925854-f96a-4ae9-b8f6-f24c80afaec9 - - - - -] Sending Deletion of Pool 7b6e4c7e-67ec-4a04-867b-f514bafe0639 to handler 2019-10-07 13:33:16.727 15012 INFO oslo_db.sqlalchemy.provision [req-f318ac2d-19f2-4fe2-b33f-dffc1bf233a9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:16.739 15012 INFO oslo_db.sqlalchemy.provision [req-f318ac2d-19f2-4fe2-b33f-dffc1bf233a9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qzkckhbgfl 2019-10-07 13:33:16.741 15012 INFO oslo_db.sqlalchemy.provision [req-f318ac2d-19f2-4fe2-b33f-dffc1bf233a9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_filter [0.376038s] ... ok 2019-10-07 13:33:16.746 15012 INFO oslo_db.sqlalchemy.provision [req-f318ac2d-19f2-4fe2-b33f-dffc1bf233a9 - - - - -] CREATE BACKEND sqlite:// TOKEN zqznpblwhq 2019-10-07 13:33:16.787 15020 INFO octavia.common.config [req-9df786f5-a991-4f0c-9862-3375d1842f92 - - - - -] Logging enabled! 2019-10-07 13:33:16.787 15020 INFO octavia.common.config [req-9df786f5-a991-4f0c-9862-3375d1842f92 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:16.819 15006 INFO oslo_db.sqlalchemy.provision [req-d6f1d9da-b918-4760-aed2-03185072bb0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:16.831 15006 INFO oslo_db.sqlalchemy.provision [req-d6f1d9da-b918-4760-aed2-03185072bb0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rfalqbzzlh 2019-10-07 13:33:16.831 15006 INFO oslo_db.sqlalchemy.provision [req-d6f1d9da-b918-4760-aed2-03185072bb0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_with_bad_handler [0.840840s] ... ok 2019-10-07 13:33:16.834 15006 INFO oslo_db.sqlalchemy.provision [req-d6f1d9da-b918-4760-aed2-03185072bb0f - - - - -] CREATE BACKEND sqlite:// TOKEN qqblgkczwm 2019-10-07 13:33:16.865 15024 INFO octavia.api.v1.controllers.pool [req-e50da9e7-ef00-4ec6-a1b6-f23c56263050 - - - - -] Sending Creation of Pool 9ee2a2ec-ffb4-4ab3-84bf-e0f60741d3d0 to handler 2019-10-07 13:33:16.857 15020 WARNING octavia.api.root_controller [req-9df786f5-a991-4f0c-9862-3375d1842f92 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:16.871 15020 INFO octavia.api.v2.controllers.load_balancer [req-dbb5ed95-5f6b-4c58-8e9b-4f368d79aae9 - - - - -] Sending created Load Balancer 58305e4b-871c-4a02-9ca4-b16b6d41f694 to the handler 2019-10-07 13:33:16.916 15012 INFO octavia.common.config [req-f318ac2d-19f2-4fe2-b33f-dffc1bf233a9 - - - - -] Logging enabled! 2019-10-07 13:33:16.916 15012 INFO octavia.common.config [req-f318ac2d-19f2-4fe2-b33f-dffc1bf233a9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:16.992 15020 INFO oslo_db.sqlalchemy.provision [req-13ff50df-0eca-48fa-89fb-094f95570ad2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:16.994 15020 INFO oslo_db.sqlalchemy.provision [req-13ff50df-0eca-48fa-89fb-094f95570ad2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uvtteomqyo 2019-10-07 13:33:16.994 15020 INFO oslo_db.sqlalchemy.provision [req-13ff50df-0eca-48fa-89fb-094f95570ad2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_one_fields_filter [0.378361s] ... ok 2019-10-07 13:33:16.986 15006 INFO octavia.common.config [req-d6f1d9da-b918-4760-aed2-03185072bb0f - - - - -] Logging enabled! 2019-10-07 13:33:16.986 15006 INFO octavia.common.config [req-d6f1d9da-b918-4760-aed2-03185072bb0f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:17.015 15006 WARNING octavia.api.root_controller [req-d6f1d9da-b918-4760-aed2-03185072bb0f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:16.997 15020 INFO oslo_db.sqlalchemy.provision [req-13ff50df-0eca-48fa-89fb-094f95570ad2 - - - - -] CREATE BACKEND sqlite:// TOKEN shnmvahfyy 2019-10-07 13:33:17.025 15024 INFO oslo_db.sqlalchemy.provision [req-a8e8d09f-6cea-4144-b3cf-bf472492f390 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:17.027 15024 INFO oslo_db.sqlalchemy.provision [req-a8e8d09f-6cea-4144-b3cf-bf472492f390 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nwdrnaonkn 2019-10-07 13:33:17.027 15024 INFO oslo_db.sqlalchemy.provision [req-a8e8d09f-6cea-4144-b3cf-bf472492f390 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_pool.TestPool.test_get_all_with_listener [0.893821s] ... ok 2019-10-07 13:33:17.030 15024 INFO oslo_db.sqlalchemy.provision [req-a8e8d09f-6cea-4144-b3cf-bf472492f390 - - - - -] CREATE BACKEND sqlite:// TOKEN gdbrimcoqx 2019-10-07 13:33:17.057 15006 INFO octavia.api.v1.controllers.load_balancer [req-06d57481-3cff-4040-8c3e-9b6deb220695 - - - - -] Sending created Load Balancer 1192bff7-460e-4be3-8b39-e3bad1cdd242 to the handler 2019-10-07 13:33:17.099 15012 WARNING octavia.api.root_controller [req-f318ac2d-19f2-4fe2-b33f-dffc1bf233a9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:17.122 15006 INFO octavia.api.v1.controllers.listener [req-cbf5af6c-df37-4546-ac89-71b00b11dafa - - - - -] Sending Creation of Listener ce77799e-96b4-45e4-b4ad-26d9710d697c to handler 2019-10-07 13:33:17.143 15012 INFO octavia.api.v2.controllers.load_balancer [req-fa4488d9-b76f-4773-9e57-684887cd5054 - - - - -] Sending created Load Balancer 312b931c-4f00-4c36-8785-5af08e886e31 to the handler 2019-10-07 13:33:17.146 15020 INFO octavia.common.config [req-13ff50df-0eca-48fa-89fb-094f95570ad2 - - - - -] Logging enabled! 2019-10-07 13:33:17.146 15020 INFO octavia.common.config [req-13ff50df-0eca-48fa-89fb-094f95570ad2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:17.172 15024 INFO octavia.common.config [req-a8e8d09f-6cea-4144-b3cf-bf472492f390 - - - - -] Logging enabled! 2019-10-07 13:33:17.172 15024 INFO octavia.common.config [req-a8e8d09f-6cea-4144-b3cf-bf472492f390 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:17.207 15020 WARNING octavia.api.root_controller [req-13ff50df-0eca-48fa-89fb-094f95570ad2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:17.219 15020 INFO octavia.api.v2.controllers.load_balancer [req-7f011471-33bb-48c7-9f09-69cdde58ee3f - - - - -] Sending created Load Balancer 6032ebe6-46ba-43a1-8f6b-0a1a98712702 to the handler 2019-10-07 13:33:17.214 15024 WARNING octavia.api.root_controller [req-a8e8d09f-6cea-4144-b3cf-bf472492f390 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:17.228 15024 INFO octavia.api.v1.controllers.load_balancer [req-70c53acf-abf3-4db0-8d24-2760a873b9d0 - - - - -] Sending created Load Balancer e75bdef1-16c6-4a01-81d2-d8623b45a54f to the handler 2019-10-07 13:33:17.323 15020 INFO octavia.api.v2.controllers.listener [req-a31ec1f3-88f7-401b-b48f-3f09058fff9a - - - - -] Sending Creation of Listener f6135d9f-68f0-4ccd-b695-665e961b0228 to handler 2019-10-07 13:33:17.311 15024 INFO octavia.api.v1.controllers.listener [req-72e6ccd4-bd79-4d5f-a17e-27fb823fbfdc - - - - -] Sending Creation of Listener 8123d1cd-8360-4af4-b05c-2ec2afccf0a1 to handler 2019-10-07 13:33:17.351 15012 INFO oslo_db.sqlalchemy.provision [req-2bf5aa8c-1b12-437c-bf56-392e6eb33ffb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:17.353 15012 INFO oslo_db.sqlalchemy.provision [req-2bf5aa8c-1b12-437c-bf56-392e6eb33ffb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zqznpblwhq 2019-10-07 13:33:17.353 15012 INFO oslo_db.sqlalchemy.provision [req-2bf5aa8c-1b12-437c-bf56-392e6eb33ffb - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_limited [0.610243s] ... ok 2019-10-07 13:33:17.356 15012 INFO oslo_db.sqlalchemy.provision [req-2bf5aa8c-1b12-437c-bf56-392e6eb33ffb - - - - -] CREATE BACKEND sqlite:// TOKEN ewzxhuosvs 2019-10-07 13:33:17.413 15006 INFO octavia.api.v1.controllers.pool [req-ea157d83-d8a5-4f72-b46b-7d82e3c80b65 - - - - -] Sending Creation of Pool 93df34e6-7b26-4297-bd31-50439649a97d to handler 2019-10-07 13:33:17.456 15020 INFO octavia.api.v2.controllers.pool [req-63eec7e3-0114-467f-8353-ea474ca713e3 - - - - -] Sending Creation of Pool 8bc4342c-ce88-462f-a990-2ebcf2f14087 to handler 2019-10-07 13:33:17.493 15012 INFO octavia.common.config [req-2bf5aa8c-1b12-437c-bf56-392e6eb33ffb - - - - -] Logging enabled! 2019-10-07 13:33:17.493 15012 INFO octavia.common.config [req-2bf5aa8c-1b12-437c-bf56-392e6eb33ffb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:17.545 15012 WARNING octavia.api.root_controller [req-2bf5aa8c-1b12-437c-bf56-392e6eb33ffb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:17.555 15024 INFO octavia.api.v1.controllers.pool [req-218d034c-6128-4869-b5b3-7576bccfd127 - - - - -] Sending Creation of Pool 6a9bf3c4-bda0-4517-877f-3bbab887f745 to handler 2019-10-07 13:33:17.576 15012 INFO octavia.api.v2.controllers.load_balancer [req-0f9e3660-dd28-4d70-8cb4-e4fbf22cf024 - - - - -] Sending created Load Balancer 0469b5fa-2e37-4192-b581-1bb45ff4200c to the handler 2019-10-07 13:33:17.631 15006 INFO oslo_db.sqlalchemy.provision [req-da4d7646-7066-402c-abcd-566303f031c6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:17.634 15006 INFO oslo_db.sqlalchemy.provision [req-da4d7646-7066-402c-abcd-566303f031c6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qqblgkczwm 2019-10-07 13:33:17.646 15006 INFO oslo_db.sqlalchemy.provision [req-da4d7646-7066-402c-abcd-566303f031c6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_get [0.814243s] ... ok 2019-10-07 13:33:17.652 15020 INFO octavia.api.v2.controllers.pool [req-9633f514-e807-4d7c-a391-3f9e106702ad - - - - -] Sending Creation of Pool 8efb2bd7-5a6b-4614-af8b-441d30e43a71 to handler 2019-10-07 13:33:17.649 15006 INFO oslo_db.sqlalchemy.provision [req-da4d7646-7066-402c-abcd-566303f031c6 - - - - -] CREATE BACKEND sqlite:// TOKEN kacncrohgb 2019-10-07 13:33:17.688 15012 INFO oslo_db.sqlalchemy.provision [req-9d56176f-d7d9-4c69-80ae-16677be28a5d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:17.700 15012 INFO oslo_db.sqlalchemy.provision [req-9d56176f-d7d9-4c69-80ae-16677be28a5d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ewzxhuosvs 2019-10-07 13:33:17.701 15012 INFO oslo_db.sqlalchemy.provision [req-9d56176f-d7d9-4c69-80ae-16677be28a5d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_by_project_id [0.347492s] ... ok 2019-10-07 13:33:17.704 15012 INFO oslo_db.sqlalchemy.provision [req-9d56176f-d7d9-4c69-80ae-16677be28a5d - - - - -] CREATE BACKEND sqlite:// TOKEN wyhyauzyqe 2019-10-07 13:33:17.703 15024 INFO octavia.api.v1.controllers.load_balancer [req-c6fed8d4-74d6-47bd-8fda-389e7ad509ab - - - - -] Sending updated Load Balancer e75bdef1-16c6-4a01-81d2-d8623b45a54f to the handler 2019-10-07 13:33:17.769 15024 INFO octavia.api.v1.controllers.pool [req-c14731cf-a6f5-4829-aac6-682b5de110cd - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:17.829 15006 INFO octavia.common.config [req-da4d7646-7066-402c-abcd-566303f031c6 - - - - -] Logging enabled! 2019-10-07 13:33:17.839 15006 INFO octavia.common.config [req-da4d7646-7066-402c-abcd-566303f031c6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:17.849 15012 INFO octavia.common.config [req-9d56176f-d7d9-4c69-80ae-16677be28a5d - - - - -] Logging enabled! 2019-10-07 13:33:17.849 15012 INFO octavia.common.config [req-9d56176f-d7d9-4c69-80ae-16677be28a5d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:17.860 15024 INFO oslo_db.sqlalchemy.provision [req-c14731cf-a6f5-4829-aac6-682b5de110cd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:17.864 15024 INFO oslo_db.sqlalchemy.provision [req-c14731cf-a6f5-4829-aac6-682b5de110cd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gdbrimcoqx 2019-10-07 13:33:17.865 15024 INFO oslo_db.sqlalchemy.provision [req-c14731cf-a6f5-4829-aac6-682b5de110cd - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_when_lb_pending_update [0.837571s] ... ok 2019-10-07 13:33:17.892 15012 WARNING octavia.api.root_controller [req-9d56176f-d7d9-4c69-80ae-16677be28a5d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:17.890 15020 INFO octavia.api.v2.controllers.health_monitor [req-e133b188-cecd-4673-bb3d-5f1f96db9284 - 5eae4e34-fc61-43c0-999e-30dc5b3e9217 - - -] Sending Creation of Health Monitor 4f4aa993-3177-40eb-8b4e-d104037c284c to handler 2019-10-07 13:33:17.889 15006 WARNING octavia.api.root_controller [req-da4d7646-7066-402c-abcd-566303f031c6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:17.898 15006 INFO octavia.api.v1.controllers.load_balancer [req-267d1bf7-c63e-4ec4-8a82-d5ae7bf7456b - - - - -] Sending created Load Balancer 688e9ba6-6d97-4e36-b3af-82d813375c0f to the handler 2019-10-07 13:33:17.868 15024 INFO oslo_db.sqlalchemy.provision [req-c14731cf-a6f5-4829-aac6-682b5de110cd - - - - -] CREATE BACKEND sqlite:// TOKEN guitnofnfi 2019-10-07 13:33:17.927 15012 INFO octavia.api.v2.controllers.load_balancer [req-92daf761-424a-4223-a81d-322cf714c333 - - - - -] Sending created Load Balancer 52a6c719-ce9e-4d25-a469-34ce835114f8 to the handler 2019-10-07 13:33:17.996 15006 INFO octavia.api.v1.controllers.listener [req-b2f355bf-0296-4060-9323-0f31933ac70e - - - - -] Sending Creation of Listener e55fe1ce-689c-40db-8495-112b83273a2e to handler 2019-10-07 13:33:18.041 15012 INFO oslo_db.sqlalchemy.provision [req-134779d0-a6d4-4f34-981c-18a1273b51cc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:18.043 15012 INFO oslo_db.sqlalchemy.provision [req-134779d0-a6d4-4f34-981c-18a1273b51cc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wyhyauzyqe 2019-10-07 13:33:18.043 15012 INFO oslo_db.sqlalchemy.provision [req-134779d0-a6d4-4f34-981c-18a1273b51cc - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_not_authorized [0.342051s] ... ok 2019-10-07 13:33:18.047 15012 INFO oslo_db.sqlalchemy.provision [req-134779d0-a6d4-4f34-981c-18a1273b51cc - - - - -] CREATE BACKEND sqlite:// TOKEN mvusqpzifr 2019-10-07 13:33:18.114 15006 INFO octavia.api.v1.controllers.pool [req-ad7acb06-a515-4398-9a20-ac8bed076aba - - - - -] Sending Creation of Pool 9888a6dd-48d3-48d7-a67d-0fd0fe2624df to handler 2019-10-07 13:33:18.069 15024 INFO octavia.common.config [req-c14731cf-a6f5-4829-aac6-682b5de110cd - - - - -] Logging enabled! 2019-10-07 13:33:18.070 15024 INFO octavia.common.config [req-c14731cf-a6f5-4829-aac6-682b5de110cd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:18.132 15024 WARNING octavia.api.root_controller [req-c14731cf-a6f5-4829-aac6-682b5de110cd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:18.188 15012 INFO octavia.common.config [req-134779d0-a6d4-4f34-981c-18a1273b51cc - - - - -] Logging enabled! 2019-10-07 13:33:18.190 15012 INFO octavia.common.config [req-134779d0-a6d4-4f34-981c-18a1273b51cc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:18.197 15006 INFO octavia.api.v1.controllers.pool [req-a75aa703-64a4-465f-8b74-21083e0a6ee9 - - - - -] Sending Update of Pool 9888a6dd-48d3-48d7-a67d-0fd0fe2624df to handler 2019-10-07 13:33:18.259 15024 INFO oslo_db.sqlalchemy.provision [req-c2ca6655-2a58-44d6-b7ea-c6622006b42f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:18.260 15024 INFO oslo_db.sqlalchemy.provision [req-c2ca6655-2a58-44d6-b7ea-c6622006b42f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN guitnofnfi 2019-10-07 13:33:18.261 15024 INFO oslo_db.sqlalchemy.provision [req-c2ca6655-2a58-44d6-b7ea-c6622006b42f - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_delete_custom_quotas [0.395654s] ... ok 2019-10-07 13:33:18.244 15012 WARNING octavia.api.root_controller [req-134779d0-a6d4-4f34-981c-18a1273b51cc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:18.268 15006 INFO oslo_db.sqlalchemy.provision [req-b3808323-0591-4f7d-8e3d-14aa25a7bae8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:18.264 15024 INFO oslo_db.sqlalchemy.provision [req-c2ca6655-2a58-44d6-b7ea-c6622006b42f - - - - -] CREATE BACKEND sqlite:// TOKEN csrleucesy 2019-10-07 13:33:18.273 15006 INFO oslo_db.sqlalchemy.provision [req-b3808323-0591-4f7d-8e3d-14aa25a7bae8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kacncrohgb 2019-10-07 13:33:18.274 15006 INFO oslo_db.sqlalchemy.provision [req-b3808323-0591-4f7d-8e3d-14aa25a7bae8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_with_bad_handler [0.627911s] ... ok 2019-10-07 13:33:18.277 15006 INFO oslo_db.sqlalchemy.provision [req-b3808323-0591-4f7d-8e3d-14aa25a7bae8 - - - - -] CREATE BACKEND sqlite:// TOKEN finfuljvtz 2019-10-07 13:33:18.296 15012 INFO octavia.api.v2.controllers.load_balancer [req-874e69eb-5477-4c55-a3e5-2f0a3a957e31 - - - - -] Sending created Load Balancer e94e6d96-c2a2-4a35-baa6-f2cdfefa097e to the handler 2019-10-07 13:33:18.353 15020 INFO oslo_db.sqlalchemy.provision [req-0d060934-48cf-4797-a964-c00cdfde9c06 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:18.354 15020 INFO oslo_db.sqlalchemy.provision [req-0d060934-48cf-4797-a964-c00cdfde9c06 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN shnmvahfyy 2019-10-07 13:33:18.354 15020 INFO oslo_db.sqlalchemy.provision [req-0d060934-48cf-4797-a964-c00cdfde9c06 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_authorized [1.360185s] ... ok 2019-10-07 13:33:18.357 15020 INFO oslo_db.sqlalchemy.provision [req-0d060934-48cf-4797-a964-c00cdfde9c06 - - - - -] CREATE BACKEND sqlite:// TOKEN pucdpteumh 2019-10-07 13:33:18.371 15012 INFO octavia.api.v2.controllers.listener [req-fa1d0ade-7d81-4ff8-970a-b248de4e763e - - - - -] Sending Creation of Listener e1328a55-01bd-46f4-b059-f541e5b784f9 to handler 2019-10-07 13:33:18.380 15006 INFO octavia.common.config [req-b3808323-0591-4f7d-8e3d-14aa25a7bae8 - - - - -] Logging enabled! 2019-10-07 13:33:18.381 15006 INFO octavia.common.config [req-b3808323-0591-4f7d-8e3d-14aa25a7bae8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:18.403 15006 WARNING octavia.api.root_controller [req-b3808323-0591-4f7d-8e3d-14aa25a7bae8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:18.434 15006 INFO oslo_db.sqlalchemy.provision [req-e36db2ac-0be2-435e-ab93-a790a23268b0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:18.435 15006 INFO oslo_db.sqlalchemy.provision [req-e36db2ac-0be2-435e-ab93-a790a23268b0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN finfuljvtz 2019-10-07 13:33:18.436 15006 INFO oslo_db.sqlalchemy.provision [req-e36db2ac-0be2-435e-ab93-a790a23268b0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_custom_partial_quotas [0.161621s] ... ok 2019-10-07 13:33:18.439 15006 INFO oslo_db.sqlalchemy.provision [req-e36db2ac-0be2-435e-ab93-a790a23268b0 - - - - -] CREATE BACKEND sqlite:// TOKEN xbyhvrelgi 2019-10-07 13:33:18.492 15024 INFO octavia.common.config [req-c2ca6655-2a58-44d6-b7ea-c6622006b42f - - - - -] Logging enabled! 2019-10-07 13:33:18.492 15024 INFO octavia.common.config [req-c2ca6655-2a58-44d6-b7ea-c6622006b42f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:18.518 15006 INFO octavia.common.config [req-e36db2ac-0be2-435e-ab93-a790a23268b0 - - - - -] Logging enabled! 2019-10-07 13:33:18.519 15006 INFO octavia.common.config [req-e36db2ac-0be2-435e-ab93-a790a23268b0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:18.525 15012 INFO octavia.api.v2.controllers.pool [req-b01ef1a6-9e0e-4e11-a89e-0fc60ce7a9f1 - - - - -] Sending Creation of Pool 0fc42f5f-7a88-4dae-8b99-24130c9e22ab to handler 2019-10-07 13:33:18.543 15024 WARNING octavia.api.root_controller [req-c2ca6655-2a58-44d6-b7ea-c6622006b42f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:18.544 15006 WARNING octavia.api.root_controller [req-e36db2ac-0be2-435e-ab93-a790a23268b0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:18.586 15020 INFO octavia.common.config [req-0d060934-48cf-4797-a964-c00cdfde9c06 - - - - -] Logging enabled! 2019-10-07 13:33:18.586 15020 INFO octavia.common.config [req-0d060934-48cf-4797-a964-c00cdfde9c06 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:18.581 15006 INFO oslo_db.sqlalchemy.provision [req-b9401b61-ac8b-4747-b26a-fc6f031f0a0c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:18.582 15006 INFO oslo_db.sqlalchemy.provision [req-b9401b61-ac8b-4747-b26a-fc6f031f0a0c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xbyhvrelgi 2019-10-07 13:33:18.583 15006 INFO oslo_db.sqlalchemy.provision [req-b9401b61-ac8b-4747-b26a-fc6f031f0a0c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_custom_quotas [0.146944s] ... ok 2019-10-07 13:33:18.586 15006 INFO oslo_db.sqlalchemy.provision [req-b9401b61-ac8b-4747-b26a-fc6f031f0a0c - - - - -] CREATE BACKEND sqlite:// TOKEN nzmfkznyhl 2019-10-07 13:33:18.647 15020 WARNING octavia.api.root_controller [req-0d060934-48cf-4797-a964-c00cdfde9c06 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:18.656 15024 INFO oslo_db.sqlalchemy.provision [req-332bcf37-b546-40ef-9151-d7b56bd20c70 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:18.657 15024 INFO oslo_db.sqlalchemy.provision [req-332bcf37-b546-40ef-9151-d7b56bd20c70 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN csrleucesy 2019-10-07 13:33:18.657 15024 INFO oslo_db.sqlalchemy.provision [req-332bcf37-b546-40ef-9151-d7b56bd20c70 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_get_all_quotas_with_quotas [0.396581s] ... ok 2019-10-07 13:33:18.661 15024 INFO oslo_db.sqlalchemy.provision [req-332bcf37-b546-40ef-9151-d7b56bd20c70 - - - - -] CREATE BACKEND sqlite:// TOKEN rypedyahbh 2019-10-07 13:33:18.679 15020 INFO octavia.api.v2.controllers.load_balancer [req-3818f975-016e-41ac-8334-75be7431d533 - - - - -] Sending created Load Balancer 0c38753d-a110-46dd-b114-e4dc07d2c34d to the handler 2019-10-07 13:33:18.680 15006 INFO octavia.common.config [req-b9401b61-ac8b-4747-b26a-fc6f031f0a0c - - - - -] Logging enabled! 2019-10-07 13:33:18.680 15006 INFO octavia.common.config [req-b9401b61-ac8b-4747-b26a-fc6f031f0a0c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:18.715 15006 WARNING octavia.api.root_controller [req-b9401b61-ac8b-4747-b26a-fc6f031f0a0c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:18.731 15006 INFO oslo_db.sqlalchemy.provision [req-5e4bdf86-500a-47e0-9d33-912fc03f9dff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:18.733 15006 INFO oslo_db.sqlalchemy.provision [req-5e4bdf86-500a-47e0-9d33-912fc03f9dff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nzmfkznyhl 2019-10-07 13:33:18.733 15006 INFO oslo_db.sqlalchemy.provision [req-5e4bdf86-500a-47e0-9d33-912fc03f9dff - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_delete_non_existent_custom_quotas [0.150076s] ... ok 2019-10-07 13:33:18.736 15006 INFO oslo_db.sqlalchemy.provision [req-5e4bdf86-500a-47e0-9d33-912fc03f9dff - - - - -] CREATE BACKEND sqlite:// TOKEN jhxdumbwpu 2019-10-07 13:33:18.756 15020 INFO octavia.api.v2.controllers.listener [req-16c72206-11e1-450b-a6a7-4e64c6919949 - - - - -] Sending Creation of Listener f993a328-ceb9-40ac-9f89-c93a6b0ce8b0 to handler 2019-10-07 13:33:18.787 15012 INFO octavia.api.v2.controllers.pool [req-30416b2d-ec0d-41c9-8a9f-083af60789b0 - - - - -] Sending Creation of Pool e8916b21-47bc-4e23-83f3-b354564bb910 to handler 2019-10-07 13:33:18.826 15006 INFO octavia.common.config [req-5e4bdf86-500a-47e0-9d33-912fc03f9dff - - - - -] Logging enabled! 2019-10-07 13:33:18.826 15006 INFO octavia.common.config [req-5e4bdf86-500a-47e0-9d33-912fc03f9dff - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:18.848 15006 WARNING octavia.api.root_controller [req-5e4bdf86-500a-47e0-9d33-912fc03f9dff - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:18.871 15006 INFO octavia.api.v2.controllers.load_balancer [req-0df5e81c-9e0d-4f48-bf0a-e2efc09b1dce - - - - -] Sending created Load Balancer cebf7efa-ef96-4796-8980-d2185e40d01a to the handler 2019-10-07 13:33:18.881 15024 INFO octavia.common.config [req-332bcf37-b546-40ef-9151-d7b56bd20c70 - - - - -] Logging enabled! 2019-10-07 13:33:18.881 15024 INFO octavia.common.config [req-332bcf37-b546-40ef-9151-d7b56bd20c70 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:18.907 15006 ERROR octavia.api.v2.controllers.base [req-30d86b0e-fad3-4974-8db5-aa2cab238931 - - - - -] Amphora d4359f2f-766d-4db8-bec6-73caae315ac9 not found: None 2019-10-07 13:33:18.907 15006 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:33:18.907 15006 ERROR octavia.api.v2.controllers.base 2019-10-07 13:33:18.918 15006 INFO oslo_db.sqlalchemy.provision [req-30d86b0e-fad3-4974-8db5-aa2cab238931 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:18.923 15006 INFO oslo_db.sqlalchemy.provision [req-30d86b0e-fad3-4974-8db5-aa2cab238931 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jhxdumbwpu 2019-10-07 13:33:18.924 15006 INFO oslo_db.sqlalchemy.provision [req-30d86b0e-fad3-4974-8db5-aa2cab238931 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_bad_get [0.190605s] ... ok 2019-10-07 13:33:18.927 15006 INFO oslo_db.sqlalchemy.provision [req-30d86b0e-fad3-4974-8db5-aa2cab238931 - - - - -] CREATE BACKEND sqlite:// TOKEN ovcxmvmzjz 2019-10-07 13:33:18.933 15024 WARNING octavia.api.root_controller [req-332bcf37-b546-40ef-9151-d7b56bd20c70 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:18.946 15024 INFO octavia.api.v2.controllers.load_balancer [req-34a77ec5-7ef0-4694-af99-1cb82ff9ece4 - - - - -] Sending created Load Balancer 0a9b4484-9247-4e26-a5c5-d55c2eb94b51 to the handler 2019-10-07 13:33:18.974 15020 INFO octavia.api.v2.controllers.pool [req-2f594bca-b134-4f36-9e30-f634cc66a951 - - - - -] Sending Creation of Pool 7450f5c0-a3f7-47d2-ba81-3968d2a964d5 to handler 2019-10-07 13:33:18.986 15012 INFO octavia.api.v2.controllers.load_balancer [req-cd772e36-db3c-4bc1-a241-b2465afd1bba - - - - -] Sending created Load Balancer 32623ee2-81a0-41a1-baaf-13981448f1ce to the handler 2019-10-07 13:33:19.009 15006 INFO octavia.common.config [req-30d86b0e-fad3-4974-8db5-aa2cab238931 - - - - -] Logging enabled! 2019-10-07 13:33:19.009 15006 INFO octavia.common.config [req-30d86b0e-fad3-4974-8db5-aa2cab238931 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:19.044 15006 WARNING octavia.api.root_controller [req-30d86b0e-fad3-4974-8db5-aa2cab238931 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:19.058 15006 INFO octavia.api.v2.controllers.load_balancer [req-fc7508fb-4ecf-4d48-9fa0-39962d0eb413 - - - - -] Sending created Load Balancer bef91835-73c5-4a2b-881d-cbaf4aca9ff7 to the handler 2019-10-07 13:33:19.110 15006 INFO oslo_db.sqlalchemy.provision [req-8f238ff8-571a-42d6-bad2-e7f30ebc6489 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:19.112 15006 INFO oslo_db.sqlalchemy.provision [req-8f238ff8-571a-42d6-bad2-e7f30ebc6489 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ovcxmvmzjz 2019-10-07 13:33:19.112 15006 INFO oslo_db.sqlalchemy.provision [req-8f238ff8-571a-42d6-bad2-e7f30ebc6489 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_authorized [0.188247s] ... ok 2019-10-07 13:33:19.117 15024 INFO oslo_db.sqlalchemy.provision [req-518ba8e3-d5c2-4b06-a4c7-dd3d636e5eb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:19.119 15024 INFO oslo_db.sqlalchemy.provision [req-518ba8e3-d5c2-4b06-a4c7-dd3d636e5eb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rypedyahbh 2019-10-07 13:33:19.119 15024 INFO oslo_db.sqlalchemy.provision [req-518ba8e3-d5c2-4b06-a4c7-dd3d636e5eb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all [0.461159s] ... ok 2019-10-07 13:33:19.098 15012 INFO octavia.api.v2.controllers.pool [req-f11296f2-f53d-4ca8-8119-f003a5d43a54 - - - - -] Sending Creation of Pool 340d7088-1f06-4228-bd21-110741b30cc5 to handler 2019-10-07 13:33:19.115 15006 INFO oslo_db.sqlalchemy.provision [req-8f238ff8-571a-42d6-bad2-e7f30ebc6489 - - - - -] CREATE BACKEND sqlite:// TOKEN gehppngmpc 2019-10-07 13:33:19.122 15024 INFO oslo_db.sqlalchemy.provision [req-518ba8e3-d5c2-4b06-a4c7-dd3d636e5eb4 - - - - -] CREATE BACKEND sqlite:// TOKEN xgdquahgpc 2019-10-07 13:33:19.199 15006 INFO octavia.common.config [req-8f238ff8-571a-42d6-bad2-e7f30ebc6489 - - - - -] Logging enabled! 2019-10-07 13:33:19.199 15006 INFO octavia.common.config [req-8f238ff8-571a-42d6-bad2-e7f30ebc6489 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:19.224 15020 INFO octavia.api.v2.controllers.pool [req-f1cd3727-6f34-4e65-8a3f-0ce06e8391fd - - - - -] Sending Creation of Pool f4dc5aa5-798b-4417-95e2-df733e7ede94 to handler 2019-10-07 13:33:19.259 15012 INFO oslo_db.sqlalchemy.provision [req-81085c13-2dc9-455f-b4f7-64fb567e1920 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:19.263 15012 INFO oslo_db.sqlalchemy.provision [req-81085c13-2dc9-455f-b4f7-64fb567e1920 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mvusqpzifr 2019-10-07 13:33:19.263 15012 INFO oslo_db.sqlalchemy.provision [req-81085c13-2dc9-455f-b4f7-64fb567e1920 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_pool_in_error [1.219566s] ... ok 2019-10-07 13:33:19.229 15006 WARNING octavia.api.root_controller [req-8f238ff8-571a-42d6-bad2-e7f30ebc6489 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:19.245 15006 INFO octavia.api.v2.controllers.load_balancer [req-e6597356-ece2-4d2a-9807-85d4b035974c - - - - -] Sending created Load Balancer 1641b5cd-3c59-49af-aff7-a99fbdf4ed98 to the handler 2019-10-07 13:33:19.266 15012 INFO oslo_db.sqlalchemy.provision [req-81085c13-2dc9-455f-b4f7-64fb567e1920 - - - - -] CREATE BACKEND sqlite:// TOKEN gjynwisdda 2019-10-07 13:33:19.304 15006 INFO oslo_db.sqlalchemy.provision [req-920d71ee-91a2-481f-841e-6ca24c23e2ac - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:19.305 15006 INFO oslo_db.sqlalchemy.provision [req-920d71ee-91a2-481f-841e-6ca24c23e2ac - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gehppngmpc 2019-10-07 13:33:19.306 15006 INFO oslo_db.sqlalchemy.provision [req-920d71ee-91a2-481f-841e-6ca24c23e2ac - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_not_authorized [0.193384s] ... ok 2019-10-07 13:33:19.309 15006 INFO oslo_db.sqlalchemy.provision [req-920d71ee-91a2-481f-841e-6ca24c23e2ac - - - - -] CREATE BACKEND sqlite:// TOKEN ptchezdsor 2019-10-07 13:33:19.351 15024 INFO octavia.common.config [req-518ba8e3-d5c2-4b06-a4c7-dd3d636e5eb4 - - - - -] Logging enabled! 2019-10-07 13:33:19.351 15024 INFO octavia.common.config [req-518ba8e3-d5c2-4b06-a4c7-dd3d636e5eb4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:19.399 15012 INFO octavia.common.config [req-81085c13-2dc9-455f-b4f7-64fb567e1920 - - - - -] Logging enabled! 2019-10-07 13:33:19.403 15012 INFO octavia.common.config [req-81085c13-2dc9-455f-b4f7-64fb567e1920 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:19.393 15024 WARNING octavia.api.root_controller [req-518ba8e3-d5c2-4b06-a4c7-dd3d636e5eb4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:19.404 15024 INFO octavia.api.v2.controllers.load_balancer [req-d2ef3bbd-af67-4f33-b1b4-8b1bd8172b4a - - - - -] Sending created Load Balancer ddce2cac-68a8-4e62-aa0f-bb3bd78edfcf to the handler 2019-10-07 13:33:19.434 15006 INFO octavia.common.config [req-920d71ee-91a2-481f-841e-6ca24c23e2ac - - - - -] Logging enabled! 2019-10-07 13:33:19.435 15006 INFO octavia.common.config [req-920d71ee-91a2-481f-841e-6ca24c23e2ac - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:19.461 15012 WARNING octavia.api.root_controller [req-81085c13-2dc9-455f-b4f7-64fb567e1920 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:19.462 15020 INFO oslo_db.sqlalchemy.provision [req-d8606292-080c-4d75-8d96-17e1788d5bd0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:19.463 15020 INFO oslo_db.sqlalchemy.provision [req-d8606292-080c-4d75-8d96-17e1788d5bd0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pucdpteumh 2019-10-07 13:33:19.464 15020 INFO oslo_db.sqlalchemy.provision [req-d8606292-080c-4d75-8d96-17e1788d5bd0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_not_authorized [1.109012s] ... ok 2019-10-07 13:33:19.476 15012 INFO octavia.api.v2.controllers.load_balancer [req-e4787a3a-c1fc-44ad-934e-fa4c6b4ce141 - - - - -] Sending created Load Balancer 1423a732-5c23-4d8e-8b64-0211eb8b1d50 to the handler 2019-10-07 13:33:19.497 15006 WARNING octavia.api.root_controller [req-920d71ee-91a2-481f-841e-6ca24c23e2ac - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:19.467 15020 INFO oslo_db.sqlalchemy.provision [req-d8606292-080c-4d75-8d96-17e1788d5bd0 - - - - -] CREATE BACKEND sqlite:// TOKEN acmezwjwlo 2019-10-07 13:33:19.514 15024 INFO oslo_db.sqlalchemy.provision [req-62837a33-4455-4c9a-a4dd-d956b4f15480 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:19.515 15024 INFO oslo_db.sqlalchemy.provision [req-62837a33-4455-4c9a-a4dd-d956b4f15480 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xgdquahgpc 2019-10-07 13:33:19.515 15024 INFO oslo_db.sqlalchemy.provision [req-62837a33-4455-4c9a-a4dd-d956b4f15480 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_fields_filter [0.396435s] ... ok 2019-10-07 13:33:19.518 15024 INFO oslo_db.sqlalchemy.provision [req-62837a33-4455-4c9a-a4dd-d956b4f15480 - - - - -] CREATE BACKEND sqlite:// TOKEN hcxtllxrsy 2019-10-07 13:33:19.578 15006 INFO octavia.api.v2.controllers.load_balancer [req-85e005c8-8227-41c3-b0d8-de32b86f9cb3 - - - - -] Sending created Load Balancer 25543e4a-5f76-44da-9a6c-636a32e2196e to the handler 2019-10-07 13:33:19.605 15020 INFO octavia.common.config [req-d8606292-080c-4d75-8d96-17e1788d5bd0 - - - - -] Logging enabled! 2019-10-07 13:33:19.605 15020 INFO octavia.common.config [req-d8606292-080c-4d75-8d96-17e1788d5bd0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:19.616 15012 INFO octavia.api.v2.controllers.listener [req-f682220a-4096-42d2-baff-917d46a0b3ab - - - - -] Sending Creation of Listener 386cf1c2-3ef6-4b76-a4ce-c51fabc62156 to handler 2019-10-07 13:33:19.646 15020 WARNING octavia.api.root_controller [req-d8606292-080c-4d75-8d96-17e1788d5bd0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:19.657 15024 INFO octavia.common.config [req-62837a33-4455-4c9a-a4dd-d956b4f15480 - - - - -] Logging enabled! 2019-10-07 13:33:19.657 15024 INFO octavia.common.config [req-62837a33-4455-4c9a-a4dd-d956b4f15480 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:19.668 15006 INFO octavia.api.v2.controllers.listener [req-36c7bef6-2ca6-412c-8ae8-1e9466a6bca5 - - - - -] Sending Creation of Listener ac7cc78d-d8b6-4e30-8e5f-4a7b6440a5a5 to handler 2019-10-07 13:33:19.668 15020 INFO octavia.api.v2.controllers.load_balancer [req-35a5ec42-81a4-48e2-933f-8ab513aa8f7f - - - - -] Sending created Load Balancer 5d67607d-2d9f-41a5-bf89-459c9693bf6d to the handler 2019-10-07 13:33:19.710 15024 WARNING octavia.api.root_controller [req-62837a33-4455-4c9a-a4dd-d956b4f15480 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:19.726 15012 INFO octavia.api.v2.controllers.pool [req-7fbe6860-309e-4584-944f-046f8603347c - - - - -] Sending Creation of Pool 6ee77bea-1b65-4752-9132-debf26194877 to handler 2019-10-07 13:33:19.732 15024 INFO octavia.api.v2.controllers.load_balancer [req-da5eb356-3249-4a2a-b061-df60fa244b48 - - - - -] Sending created Load Balancer f207d9fe-4150-456c-9ce3-7a1e72ab71b1 to the handler 2019-10-07 13:33:19.747 15020 INFO octavia.api.v2.controllers.listener [req-ab379ed1-c2a3-465f-b5e5-30a18cf6e417 - - - - -] Sending Creation of Listener 2e926291-bf7c-47eb-8c7b-3a5c8c039bf0 to handler 2019-10-07 13:33:19.789 15006 INFO octavia.api.v2.controllers.pool [req-b375b7cc-81ea-4806-a8cd-d6323d2f7d35 - - - - -] Sending Creation of Pool cff0e9e4-1dc1-4b5b-bab9-f3efb7f29d9d to handler 2019-10-07 13:33:19.863 15020 INFO octavia.api.v2.controllers.pool [req-ce23a3be-cabe-442b-afd1-a11173c0b290 - - - - -] Sending Creation of Pool 96a71ed7-bdaa-4323-b83b-b168e9e639a3 to handler 2019-10-07 13:33:19.856 15024 INFO oslo_db.sqlalchemy.provision [req-d4c0c9d2-c7bf-4257-a907-28248eee6175 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:19.858 15024 INFO oslo_db.sqlalchemy.provision [req-d4c0c9d2-c7bf-4257-a907-28248eee6175 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hcxtllxrsy 2019-10-07 13:33:19.858 15024 INFO oslo_db.sqlalchemy.provision [req-d4c0c9d2-c7bf-4257-a907-28248eee6175 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_sorted [0.342726s] ... ok 2019-10-07 13:33:19.871 15024 INFO oslo_db.sqlalchemy.provision [req-d4c0c9d2-c7bf-4257-a907-28248eee6175 - - - - -] CREATE BACKEND sqlite:// TOKEN zntzxqekfm 2019-10-07 13:33:19.986 15012 INFO octavia.api.v2.controllers.pool [req-98f241e3-6c56-4ea5-99de-a84758b3d78c - - - - -] Sending Creation of Pool cadbc72c-80a2-4e01-9252-e129e6261a20 to handler 2019-10-07 13:33:20.010 15024 INFO octavia.common.config [req-d4c0c9d2-c7bf-4257-a907-28248eee6175 - - - - -] Logging enabled! 2019-10-07 13:33:20.011 15024 INFO octavia.common.config [req-d4c0c9d2-c7bf-4257-a907-28248eee6175 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:20.037 15006 INFO octavia.api.v2.controllers.pool [req-aa2b70ab-7a59-41be-8e29-a5af4d02c2fe - - - - -] Sending Creation of Pool 42b322a9-08e3-403c-8048-a0e33d002f7e to handler 2019-10-07 13:33:20.040 15020 INFO octavia.api.v2.controllers.pool [req-35e594d8-0278-4daf-9b64-a336167cc81e - - - - -] Sending Creation of Pool fd926102-db4a-4bcc-a1a6-65b69930ba81 to handler 2019-10-07 13:33:20.064 15024 WARNING octavia.api.root_controller [req-d4c0c9d2-c7bf-4257-a907-28248eee6175 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:20.075 15024 INFO octavia.api.v2.controllers.load_balancer [req-2467367d-8f1c-4bba-a52a-1d62eedff394 - - - - -] Sending created Load Balancer a641f6a2-6a43-4272-94eb-148257346d02 to the handler 2019-10-07 13:33:20.191 15024 INFO oslo_db.sqlalchemy.provision [req-eba435f9-0244-4621-a2bb-038a480061c5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:20.193 15024 INFO oslo_db.sqlalchemy.provision [req-eba435f9-0244-4621-a2bb-038a480061c5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zntzxqekfm 2019-10-07 13:33:20.193 15024 INFO oslo_db.sqlalchemy.provision [req-eba435f9-0244-4621-a2bb-038a480061c5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_by_loadbalancer_id [0.334400s] ... ok 2019-10-07 13:33:20.196 15024 INFO oslo_db.sqlalchemy.provision [req-eba435f9-0244-4621-a2bb-038a480061c5 - - - - -] CREATE BACKEND sqlite:// TOKEN bymsuvcxzn 2019-10-07 13:33:20.242 15012 INFO octavia.api.v2.controllers.health_monitor [req-eb722d6a-4c6e-4c1d-99ff-0419fc79df85 - - - - -] Sending Creation of Health Monitor c31b1c9d-fc07-467d-80f6-ce3ce6f1d2c5 to handler 2019-10-07 13:33:20.271 15020 INFO octavia.api.v2.controllers.health_monitor [req-9e323f83-4a26-4c29-8d0c-ebd0d0793f73 - - - - -] Sending Creation of Health Monitor 1289a692-a46c-4129-a9dc-28acba81dd59 to handler 2019-10-07 13:33:20.306 15006 INFO oslo_db.sqlalchemy.provision [req-63cc0553-c71f-4414-a5b1-4c53d8a328fd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:20.308 15006 INFO oslo_db.sqlalchemy.provision [req-63cc0553-c71f-4414-a5b1-4c53d8a328fd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ptchezdsor 2019-10-07 13:33:20.308 15006 INFO oslo_db.sqlalchemy.provision [req-63cc0553-c71f-4414-a5b1-4c53d8a328fd - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_create_with_invalid_url_path [1.002200s] ... ok 2019-10-07 13:33:20.311 15006 INFO oslo_db.sqlalchemy.provision [req-63cc0553-c71f-4414-a5b1-4c53d8a328fd - - - - -] CREATE BACKEND sqlite:// TOKEN bfilwiuhlf 2019-10-07 13:33:20.335 15024 INFO octavia.common.config [req-eba435f9-0244-4621-a2bb-038a480061c5 - - - - -] Logging enabled! 2019-10-07 13:33:20.336 15024 INFO octavia.common.config [req-eba435f9-0244-4621-a2bb-038a480061c5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:20.377 15024 WARNING octavia.api.root_controller [req-eba435f9-0244-4621-a2bb-038a480061c5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:20.399 15024 INFO octavia.api.v2.controllers.load_balancer [req-ef63ea4e-2d0d-4670-bd64-6a6aa1c8fc66 - - - - -] Sending created Load Balancer 617a34bc-5a1d-4077-8023-29da6dc6e315 to the handler 2019-10-07 13:33:20.446 15020 INFO oslo_db.sqlalchemy.provision [req-617bf0ad-020d-4e36-b048-4e19c722232e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:20.448 15020 INFO oslo_db.sqlalchemy.provision [req-617bf0ad-020d-4e36-b048-4e19c722232e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN acmezwjwlo 2019-10-07 13:33:20.448 15020 INFO oslo_db.sqlalchemy.provision [req-617bf0ad-020d-4e36-b048-4e19c722232e - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_already_deleted [0.984018s] ... ok 2019-10-07 13:33:20.439 15006 INFO octavia.common.config [req-63cc0553-c71f-4414-a5b1-4c53d8a328fd - - - - -] Logging enabled! 2019-10-07 13:33:20.439 15006 INFO octavia.common.config [req-63cc0553-c71f-4414-a5b1-4c53d8a328fd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:20.451 15020 INFO oslo_db.sqlalchemy.provision [req-617bf0ad-020d-4e36-b048-4e19c722232e - - - - -] CREATE BACKEND sqlite:// TOKEN yxhfcvhywd 2019-10-07 13:33:20.486 15006 WARNING octavia.api.root_controller [req-63cc0553-c71f-4414-a5b1-4c53d8a328fd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:20.497 15006 INFO octavia.api.v2.controllers.load_balancer [req-5cbd0a97-7a3f-4322-b7a4-a1e7f186594b - - - - -] Sending created Load Balancer 80f430ff-3f4f-425c-90f2-e9226d2b7382 to the handler 2019-10-07 13:33:20.522 15024 INFO oslo_db.sqlalchemy.provision [req-8aa0caf4-91da-41d8-af8e-e27630e0a802 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:20.524 15024 INFO oslo_db.sqlalchemy.provision [req-8aa0caf4-91da-41d8-af8e-e27630e0a802 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bymsuvcxzn 2019-10-07 13:33:20.524 15024 INFO oslo_db.sqlalchemy.provision [req-8aa0caf4-91da-41d8-af8e-e27630e0a802 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_hides_deleted [0.331007s] ... ok 2019-10-07 13:33:20.527 15024 INFO oslo_db.sqlalchemy.provision [req-8aa0caf4-91da-41d8-af8e-e27630e0a802 - - - - -] CREATE BACKEND sqlite:// TOKEN kkwvkpvgeu 2019-10-07 13:33:20.545 15012 INFO oslo_db.sqlalchemy.provision [req-e98fcc08-2200-482e-9703-77868d7a2f76 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:20.546 15012 INFO oslo_db.sqlalchemy.provision [req-e98fcc08-2200-482e-9703-77868d7a2f76 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gjynwisdda 2019-10-07 13:33:20.546 15012 INFO oslo_db.sqlalchemy.provision [req-e98fcc08-2200-482e-9703-77868d7a2f76 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_with_bad_handler [1.283449s] ... ok 2019-10-07 13:33:20.550 15012 INFO oslo_db.sqlalchemy.provision [req-e98fcc08-2200-482e-9703-77868d7a2f76 - - - - -] CREATE BACKEND sqlite:// TOKEN pzxiusanzp 2019-10-07 13:33:20.583 15006 INFO octavia.api.v2.controllers.listener [req-efcc634a-809d-40d6-ac78-77a2c602346a - - - - -] Sending Creation of Listener 0615d782-8f0f-488f-b0f9-d4b7242b62ed to handler 2019-10-07 13:33:20.600 15020 INFO octavia.common.config [req-617bf0ad-020d-4e36-b048-4e19c722232e - - - - -] Logging enabled! 2019-10-07 13:33:20.601 15020 INFO octavia.common.config [req-617bf0ad-020d-4e36-b048-4e19c722232e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:20.631 15020 WARNING octavia.api.root_controller [req-617bf0ad-020d-4e36-b048-4e19c722232e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:20.678 15012 INFO octavia.common.config [req-e98fcc08-2200-482e-9703-77868d7a2f76 - - - - -] Logging enabled! 2019-10-07 13:33:20.680 15012 INFO octavia.common.config [req-e98fcc08-2200-482e-9703-77868d7a2f76 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:20.687 15024 INFO octavia.common.config [req-8aa0caf4-91da-41d8-af8e-e27630e0a802 - - - - -] Logging enabled! 2019-10-07 13:33:20.687 15024 INFO octavia.common.config [req-8aa0caf4-91da-41d8-af8e-e27630e0a802 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:20.664 15020 INFO octavia.api.v2.controllers.load_balancer [req-c2b7cffa-ca21-401d-8037-faf7d3186822 - - - - -] Sending created Load Balancer 00aa80bd-b090-44d8-bd30-239846795ed7 to the handler 2019-10-07 13:33:20.706 15012 WARNING octavia.api.root_controller [req-e98fcc08-2200-482e-9703-77868d7a2f76 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:20.732 15006 INFO octavia.api.v2.controllers.pool [req-f4f4e20e-2552-4abf-8a3c-f91b19836c84 - - - - -] Sending Creation of Pool b7e37e78-e6b2-4db5-983b-ba4ae3137de8 to handler 2019-10-07 13:33:20.746 15012 INFO octavia.api.v2.controllers.load_balancer [req-2dcc26ec-608c-4296-be8d-0c33f7b7a86c - - - - -] Sending created Load Balancer 248aed76-ea75-4202-bd6b-db0ac2365ed3 to the handler 2019-10-07 13:33:20.729 15024 WARNING octavia.api.root_controller [req-8aa0caf4-91da-41d8-af8e-e27630e0a802 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:20.741 15024 INFO octavia.api.v2.controllers.load_balancer [req-86aeda43-0fb9-44d7-b46f-c2b538bcd674 - - - - -] Sending created Load Balancer 7cf6336e-d7e8-4f64-a029-dc831afd1f90 to the handler 2019-10-07 13:33:20.753 15020 INFO octavia.api.v2.controllers.listener [req-afbd5443-08ff-4769-bbce-8355405d990e - - - - -] Sending Creation of Listener df422ccd-77fb-4415-b883-e8a054001eb5 to handler 2019-10-07 13:33:20.822 15024 INFO octavia.api.v2.controllers.listener [req-e663066c-9864-4cda-8c39-71a3d408f8ba - - - - -] Sending Creation of Listener 07d2cf1f-582e-43a4-a944-affa9a2a3f0e to handler 2019-10-07 13:33:20.860 15012 INFO octavia.api.v2.controllers.listener [req-c03a905b-32d6-44f1-bd11-546bb6946e45 - - - - -] Sending Creation of Listener 338d53ba-47d4-4d11-b25d-d83cc885ed03 to handler 2019-10-07 13:33:20.860 15020 INFO octavia.api.v2.controllers.pool [req-a79c141f-bff5-4a4e-8bab-c1bd93483b6b - - - - -] Sending Creation of Pool d02597a0-9587-49e0-abf2-25ee20e90b0f to handler 2019-10-07 13:33:20.916 15006 INFO octavia.api.v2.controllers.pool [req-d14ea31b-881c-45a4-9ec0-e185782953ce - - - - -] Sending Creation of Pool 433c1779-0222-4e5a-bbea-704f5dc22c93 to handler 2019-10-07 13:33:20.954 15024 INFO octavia.api.v2.controllers.pool [req-dd127300-275d-4cae-a8d4-d5f670a9b2ec - - - - -] Sending Creation of Pool e9beec68-89e3-4196-8293-3e1fb7170dd4 to handler 2019-10-07 13:33:20.986 15012 INFO octavia.api.v2.controllers.pool [req-85ae023f-9fd4-47f3-8e24-e54525014cfd - - - - -] Sending Creation of Pool a0870946-a621-430e-8003-03bb18d59d1e to handler 2019-10-07 13:33:21.096 15020 INFO octavia.api.v2.controllers.pool [req-98b438ba-f52d-4d6b-8792-a546a2f63e95 - - - - -] Sending Creation of Pool edca8202-e3b7-4338-b036-329e3766ab26 to handler 2019-10-07 13:33:21.119 15006 INFO octavia.api.v2.controllers.health_monitor [req-201825b3-2b1b-4801-a839-58beb631fd92 - - - - -] Health Monitor b4ca331b-ff3e-4e1b-80b5-f314f15abc5d was not found 2019-10-07 13:33:21.187 15006 INFO oslo_db.sqlalchemy.provision [req-201825b3-2b1b-4801-a839-58beb631fd92 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:21.189 15006 INFO oslo_db.sqlalchemy.provision [req-201825b3-2b1b-4801-a839-58beb631fd92 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bfilwiuhlf 2019-10-07 13:33:21.189 15006 INFO oslo_db.sqlalchemy.provision [req-201825b3-2b1b-4801-a839-58beb631fd92 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_delete [0.880533s] ... ok 2019-10-07 13:33:21.173 15024 INFO octavia.api.v2.controllers.pool [req-927d9709-456e-4c56-bc6b-138a88009213 - - - - -] Sending Creation of Pool b407abd2-d9e5-436a-9830-aa5c19ec8461 to handler 2019-10-07 13:33:21.192 15006 INFO oslo_db.sqlalchemy.provision [req-201825b3-2b1b-4801-a839-58beb631fd92 - - - - -] CREATE BACKEND sqlite:// TOKEN btsncnwnnl 2019-10-07 13:33:21.214 15012 INFO octavia.api.v2.controllers.pool [req-d40854bb-816f-4dc2-b762-2839341cfc4c - - - - -] Sending Creation of Pool bd8a4e00-3ff2-43e3-985a-f3b31330b872 to handler 2019-10-07 13:33:21.315 15006 INFO octavia.common.config [req-201825b3-2b1b-4801-a839-58beb631fd92 - - - - -] Logging enabled! 2019-10-07 13:33:21.315 15006 INFO octavia.common.config [req-201825b3-2b1b-4801-a839-58beb631fd92 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:21.382 15006 WARNING octavia.api.root_controller [req-201825b3-2b1b-4801-a839-58beb631fd92 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:21.394 15006 INFO octavia.api.v2.controllers.load_balancer [req-ee53b181-1488-4f06-96e0-4dde55d15e8a - - - - -] Sending created Load Balancer d3035298-0514-431e-80b1-11e2383f845b to the handler 2019-10-07 13:33:21.419 15020 INFO octavia.api.v2.controllers.health_monitor [req-1cd4e702-614a-4577-8dba-535b6ec70ef3 - - - - -] Sending Creation of Health Monitor 20d5df2b-f2b0-4138-827c-e43329804ef8 to handler 2019-10-07 13:33:21.454 15012 INFO octavia.api.v2.controllers.health_monitor [req-75f0a221-bb1f-4a2c-8231-003e71da13e3 - - - - -] Sending Creation of Health Monitor 94ea0eb2-c1f8-417c-839e-3a4dfd12e8bb to handler 2019-10-07 13:33:21.513 15024 INFO oslo_db.sqlalchemy.provision [req-221dedb2-c45a-4bd5-91e0-19376d40f308 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:21.515 15024 INFO oslo_db.sqlalchemy.provision [req-221dedb2-c45a-4bd5-91e0-19376d40f308 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kkwvkpvgeu 2019-10-07 13:33:21.515 15024 INFO oslo_db.sqlalchemy.provision [req-221dedb2-c45a-4bd5-91e0-19376d40f308 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_create [0.991057s] ... ok 2019-10-07 13:33:21.524 15006 INFO octavia.api.v2.controllers.listener [req-ad0f6946-60fd-4df4-b5d6-45c33e96b925 - - - - -] Sending Creation of Listener e19e961e-e127-4be8-acd6-71bf58d78adb to handler 2019-10-07 13:33:21.518 15024 INFO oslo_db.sqlalchemy.provision [req-221dedb2-c45a-4bd5-91e0-19376d40f308 - - - - -] CREATE BACKEND sqlite:// TOKEN ajygswpbgy 2019-10-07 13:33:21.653 15020 INFO oslo_db.sqlalchemy.provision [req-b6960fee-bceb-482b-b5b6-5a96c60ec388 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:21.654 15020 INFO oslo_db.sqlalchemy.provision [req-b6960fee-bceb-482b-b5b6-5a96c60ec388 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yxhfcvhywd 2019-10-07 13:33:21.654 15020 INFO oslo_db.sqlalchemy.provision [req-b6960fee-bceb-482b-b5b6-5a96c60ec388 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all [1.206340s] ... ok 2019-10-07 13:33:21.635 15006 INFO octavia.api.v2.controllers.pool [req-65a280f0-5e2d-44e3-b427-099607a31f79 - - - - -] Sending Creation of Pool 3207b236-6db9-4726-990c-ca445f38af35 to handler 2019-10-07 13:33:21.657 15020 INFO oslo_db.sqlalchemy.provision [req-b6960fee-bceb-482b-b5b6-5a96c60ec388 - - - - -] CREATE BACKEND sqlite:// TOKEN isstgmdfwq 2019-10-07 13:33:21.638 15024 INFO octavia.common.config [req-221dedb2-c45a-4bd5-91e0-19376d40f308 - - - - -] Logging enabled! 2019-10-07 13:33:21.639 15024 INFO octavia.common.config [req-221dedb2-c45a-4bd5-91e0-19376d40f308 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:21.692 15024 WARNING octavia.api.root_controller [req-221dedb2-c45a-4bd5-91e0-19376d40f308 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:21.705 15024 INFO octavia.api.v2.controllers.load_balancer [req-58b369ea-a08e-4625-a9c5-f68dad3631e3 - - - - -] Sending created Load Balancer 7c66d360-eac7-4340-8405-b2e7c7426db3 to the handler 2019-10-07 13:33:21.787 15024 INFO octavia.api.v2.controllers.listener [req-3e55c90f-a372-47cf-9dcb-e1c24566d26c - - - - -] Sending Creation of Listener 733098f1-3ed5-41bf-ada4-41eb0a1d8e59 to handler 2019-10-07 13:33:21.788 15012 INFO octavia.api.v2.controllers.health_monitor [req-b6f58d8f-022d-4224-8ee3-f10965273bf8 - 5b3cbad0-dae1-440a-b535-0a5a564db8dd - - -] Sending Deletion of Health Monitor for Pool 94ea0eb2-c1f8-417c-839e-3a4dfd12e8bb to handler 2019-10-07 13:33:21.813 15020 INFO octavia.common.config [req-b6960fee-bceb-482b-b5b6-5a96c60ec388 - - - - -] Logging enabled! 2019-10-07 13:33:21.813 15020 INFO octavia.common.config [req-b6960fee-bceb-482b-b5b6-5a96c60ec388 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:21.859 15020 WARNING octavia.api.root_controller [req-b6960fee-bceb-482b-b5b6-5a96c60ec388 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:21.903 15020 INFO octavia.api.v2.controllers.load_balancer [req-4838f718-ea82-4f88-b84f-1a72fc1eae71 - - - - -] Sending created Load Balancer cebb0f5e-0c9b-46e0-a895-885c0e280c1c to the handler 2019-10-07 13:33:21.964 15020 INFO octavia.api.v2.controllers.listener [req-7c3d6efa-7a05-4bf3-8e73-7f128a1fda4e - - - - -] Sending Creation of Listener 8026ced0-05aa-498c-92b8-6dc0efb24561 to handler 2019-10-07 13:33:22.018 15012 INFO oslo_db.sqlalchemy.provision [req-6c44f0eb-fbaf-45a1-9748-b8233576e826 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:22.019 15012 INFO oslo_db.sqlalchemy.provision [req-6c44f0eb-fbaf-45a1-9748-b8233576e826 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pzxiusanzp 2019-10-07 13:33:22.019 15012 INFO oslo_db.sqlalchemy.provision [req-6c44f0eb-fbaf-45a1-9748-b8233576e826 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_authorized [1.472855s] ... ok 2019-10-07 13:33:22.033 15012 INFO oslo_db.sqlalchemy.provision [req-6c44f0eb-fbaf-45a1-9748-b8233576e826 - - - - -] CREATE BACKEND sqlite:// TOKEN ifjbrbrrnb 2019-10-07 13:33:22.056 15006 INFO octavia.api.v2.controllers.pool [req-b6c3c058-5993-4a7e-b1f1-94faa3374c6f - - - - -] Sending Creation of Pool 1f7bfc3f-85b6-4654-a7d4-eb8c1ad09428 to handler 2019-10-07 13:33:22.097 15024 INFO octavia.api.v2.controllers.pool [req-e4853351-f123-4e6f-bb59-87cf10ade655 - - - - -] Sending Creation of Pool 7e084d9c-3f61-41ad-aca0-09187a559477 to handler 2019-10-07 13:33:22.119 15012 INFO octavia.common.config [req-6c44f0eb-fbaf-45a1-9748-b8233576e826 - - - - -] Logging enabled! 2019-10-07 13:33:22.119 15012 INFO octavia.common.config [req-6c44f0eb-fbaf-45a1-9748-b8233576e826 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:22.107 15020 INFO octavia.api.v2.controllers.pool [req-09463c9f-4b3e-4eb9-a3d3-94000f929f4a - - - - -] Sending Creation of Pool 76077cb2-355d-4e94-8ca9-15921ef25c1d to handler 2019-10-07 13:33:22.144 15012 WARNING octavia.api.root_controller [req-6c44f0eb-fbaf-45a1-9748-b8233576e826 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:22.172 15012 INFO octavia.api.v2.controllers.load_balancer [req-86933fcc-92f9-4938-97c3-4372e6adf052 - - - - -] Sending created Load Balancer e8686877-54ac-4006-a405-2860bef30ab8 to the handler 2019-10-07 13:33:22.214 15012 INFO octavia.api.v2.controllers.listener [req-e9380089-0fbe-485d-90ff-a9b7b7ddaaee - - - - -] Sending Creation of Listener 559bfd0b-819b-4be1-9c9d-cf3bdd74044b to handler 2019-10-07 13:33:22.210 15006 INFO octavia.api.v2.controllers.health_monitor [req-c6c58536-b817-44b6-aba1-9bde1e0720d5 - - - - -] Health Monitor ba911e43-58fa-46d3-bfd2-b58b309f35ee was not found 2019-10-07 13:33:22.227 15006 INFO oslo_db.sqlalchemy.provision [req-c6c58536-b817-44b6-aba1-9bde1e0720d5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:22.229 15006 INFO oslo_db.sqlalchemy.provision [req-c6c58536-b817-44b6-aba1-9bde1e0720d5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN btsncnwnnl 2019-10-07 13:33:22.229 15006 INFO oslo_db.sqlalchemy.provision [req-c6c58536-b817-44b6-aba1-9bde1e0720d5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_get [1.039788s] ... ok 2019-10-07 13:33:22.232 15006 INFO oslo_db.sqlalchemy.provision [req-c6c58536-b817-44b6-aba1-9bde1e0720d5 - - - - -] CREATE BACKEND sqlite:// TOKEN mbcvnireoc 2019-10-07 13:33:22.300 15024 INFO octavia.api.v2.controllers.pool [req-2c526de3-b04c-4d47-a4d5-f1acbc7dcac0 - - - - -] Sending Creation of Pool cad30412-caae-4606-af37-d2affbcf2646 to handler 2019-10-07 13:33:22.317 15020 INFO octavia.api.v2.controllers.pool [req-d295204e-d6ba-4f10-8047-567999a0af0c - - - - -] Sending Creation of Pool 4df3a75b-1658-42be-a91b-59f1c6a0b905 to handler 2019-10-07 13:33:22.320 15006 INFO octavia.common.config [req-c6c58536-b817-44b6-aba1-9bde1e0720d5 - - - - -] Logging enabled! 2019-10-07 13:33:22.323 15006 INFO octavia.common.config [req-c6c58536-b817-44b6-aba1-9bde1e0720d5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:22.355 15006 WARNING octavia.api.root_controller [req-c6c58536-b817-44b6-aba1-9bde1e0720d5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:22.366 15006 INFO octavia.api.v2.controllers.load_balancer [req-5ba2ef89-e006-4226-a4cf-6a4cb6ad86b7 - - - - -] Sending created Load Balancer e84e079b-adc9-49f8-90ba-2c6135b7fc00 to the handler 2019-10-07 13:33:22.401 15012 INFO octavia.api.v2.controllers.pool [req-65453330-305f-4a4f-9d13-84054088426b - - - - -] Sending Creation of Pool c167208b-1c5a-41af-b483-85ab39eadfa3 to handler 2019-10-07 13:33:22.414 15006 INFO octavia.api.v2.controllers.listener [req-705a740a-d0d0-4d6a-8140-9863b205a2ca - - - - -] Sending Creation of Listener 31e1f233-d1ed-4800-a013-e01ae7e76d8c to handler 2019-10-07 13:33:22.485 15006 INFO octavia.api.v2.controllers.pool [req-00b188af-22e1-4af6-9d98-d9867a44756c - - - - -] Sending Creation of Pool 1be9ee51-1e36-4b0e-b570-132f2c4d1fd5 to handler 2019-10-07 13:33:22.593 15020 INFO octavia.api.v2.controllers.health_monitor [req-167be841-59bf-4d67-907c-b3388f0007af - - - - -] Sending Creation of Health Monitor 28d55e94-67ab-4d4e-8aef-d1166b9354e9 to handler 2019-10-07 13:33:22.613 15006 INFO octavia.api.v2.controllers.pool [req-a760246f-9db6-488c-821d-7110a4f68dd1 - - - - -] Sending Creation of Pool ad5c7e06-71ae-4016-b91f-2183f011a9dc to handler 2019-10-07 13:33:22.634 15024 INFO octavia.api.v2.controllers.health_monitor [req-002cb93c-e7ca-44b2-9644-f432e1303129 - - - - -] Sending Creation of Health Monitor d9392e81-445c-46cf-b64d-61fa55d37c59 to handler 2019-10-07 13:33:22.637 15012 INFO octavia.api.v2.controllers.pool [req-9829dd44-0002-402b-82c0-ea8478aa6924 - - - - -] Sending Creation of Pool e296771e-cdd1-4552-b259-ae8e670cd623 to handler 2019-10-07 13:33:22.737 15006 INFO octavia.api.v2.controllers.health_monitor [req-d671d963-3d60-40ca-82c9-3dafc0d18e21 - - - - -] Sending Creation of Health Monitor 3029e74c-69ab-4c32-b217-380a41e33adf to handler 2019-10-07 13:33:22.828 15012 INFO octavia.api.v2.controllers.health_monitor [req-24e884ae-b4ae-47ca-aaa6-82928f7da322 - - - - -] Sending Creation of Health Monitor 81d667c3-9a55-4e9f-b55b-3a6014434e3c to handler 2019-10-07 13:33:22.862 15006 INFO oslo_db.sqlalchemy.provision [req-2b5edb11-79c0-46f7-8743-0747501ba860 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:22.866 15006 INFO oslo_db.sqlalchemy.provision [req-2b5edb11-79c0-46f7-8743-0747501ba860 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mbcvnireoc 2019-10-07 13:33:22.866 15006 INFO oslo_db.sqlalchemy.provision [req-2b5edb11-79c0-46f7-8743-0747501ba860 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_http_monitor_with_relative_path [0.637007s] ... ok 2019-10-07 13:33:22.846 15024 INFO oslo_db.sqlalchemy.provision [req-e254bfb3-67ef-4f3d-a963-a38252191dc8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:22.848 15024 INFO oslo_db.sqlalchemy.provision [req-e254bfb3-67ef-4f3d-a963-a38252191dc8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ajygswpbgy 2019-10-07 13:33:22.848 15024 INFO oslo_db.sqlalchemy.provision [req-e254bfb3-67ef-4f3d-a963-a38252191dc8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_update [1.332344s] ... ok 2019-10-07 13:33:22.869 15006 INFO oslo_db.sqlalchemy.provision [req-2b5edb11-79c0-46f7-8743-0747501ba860 - - - - -] CREATE BACKEND sqlite:// TOKEN vfyiuycmlx 2019-10-07 13:33:22.892 15020 INFO octavia.api.v2.controllers.health_monitor [req-c0cc5d9e-f243-4295-b3a6-c4c294a20740 - - - - -] Sending Update of Health Monitor for Pool 28d55e94-67ab-4d4e-8aef-d1166b9354e9 to handler 2019-10-07 13:33:22.880 15024 INFO oslo_db.sqlalchemy.provision [req-e254bfb3-67ef-4f3d-a963-a38252191dc8 - - - - -] CREATE BACKEND sqlite:// TOKEN xojaazqvxm 2019-10-07 13:33:22.965 15006 INFO octavia.common.config [req-2b5edb11-79c0-46f7-8743-0747501ba860 - - - - -] Logging enabled! 2019-10-07 13:33:22.965 15006 INFO octavia.common.config [req-2b5edb11-79c0-46f7-8743-0747501ba860 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:22.998 15006 WARNING octavia.api.root_controller [req-2b5edb11-79c0-46f7-8743-0747501ba860 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:23.009 15006 INFO octavia.api.v2.controllers.load_balancer [req-21b786f9-4ceb-495a-be3b-070e3a932adc - - - - -] Sending created Load Balancer 759c30f3-a7e5-4061-95e4-908376da061d to the handler 2019-10-07 13:33:23.009 15024 INFO octavia.common.config [req-e254bfb3-67ef-4f3d-a963-a38252191dc8 - - - - -] Logging enabled! 2019-10-07 13:33:23.030 15024 INFO octavia.common.config [req-e254bfb3-67ef-4f3d-a963-a38252191dc8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:23.057 15006 INFO octavia.api.v2.controllers.listener [req-7abed83f-706c-4c88-961e-0d9f28a52b8c - - - - -] Sending Creation of Listener 68efce93-4222-47ef-b996-66415ad001bf to handler 2019-10-07 13:33:23.052 15024 WARNING octavia.api.root_controller [req-e254bfb3-67ef-4f3d-a963-a38252191dc8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:23.090 15012 INFO oslo_db.sqlalchemy.provision [req-7717452d-6a98-44a9-8c18-b87c7eff42ae - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:23.091 15012 INFO oslo_db.sqlalchemy.provision [req-7717452d-6a98-44a9-8c18-b87c7eff42ae - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ifjbrbrrnb 2019-10-07 13:33:23.092 15012 INFO oslo_db.sqlalchemy.provision [req-7717452d-6a98-44a9-8c18-b87c7eff42ae - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_not_authorized [1.071893s] ... ok 2019-10-07 13:33:23.095 15012 INFO oslo_db.sqlalchemy.provision [req-7717452d-6a98-44a9-8c18-b87c7eff42ae - - - - -] CREATE BACKEND sqlite:// TOKEN sfhgwldnsh 2019-10-07 13:33:23.113 15020 INFO oslo_db.sqlalchemy.provision [req-8f07f6b6-d933-403a-a141-a6afced6457e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:23.115 15020 INFO oslo_db.sqlalchemy.provision [req-8f07f6b6-d933-403a-a141-a6afced6457e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN isstgmdfwq 2019-10-07 13:33:23.115 15020 INFO oslo_db.sqlalchemy.provision [req-8f07f6b6-d933-403a-a141-a6afced6457e - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update [1.460598s] ... ok 2019-10-07 13:33:23.118 15020 INFO oslo_db.sqlalchemy.provision [req-8f07f6b6-d933-403a-a141-a6afced6457e - - - - -] CREATE BACKEND sqlite:// TOKEN ohmjwxqwvb 2019-10-07 13:33:23.140 15006 INFO octavia.api.v2.controllers.pool [req-0dc00418-1ce9-47ea-ad27-735be8f93959 - - - - -] Sending Creation of Pool 3939c6a8-a980-4889-9dd9-457a4bebc1ed to handler 2019-10-07 13:33:23.095 15024 INFO octavia.api.v2.controllers.load_balancer [req-82fba061-d441-44d0-ae0b-e2a95f2d382a - - - - -] Sending created Load Balancer 835f9e6d-ba82-40bf-ab1b-f6f26aa5c12d to the handler 2019-10-07 13:33:23.183 15012 INFO octavia.common.config [req-7717452d-6a98-44a9-8c18-b87c7eff42ae - - - - -] Logging enabled! 2019-10-07 13:33:23.183 15024 INFO octavia.api.v2.controllers.listener [req-acc1eef9-ef24-439e-a7fd-6ab6cf714f4d - - - - -] Sending Creation of Listener d060e2fa-3f0d-4bb0-99dc-1f5ebe82c753 to handler 2019-10-07 13:33:23.187 15012 INFO octavia.common.config [req-7717452d-6a98-44a9-8c18-b87c7eff42ae - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:23.217 15012 WARNING octavia.api.root_controller [req-7717452d-6a98-44a9-8c18-b87c7eff42ae - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:23.234 15012 INFO octavia.api.v2.controllers.load_balancer [req-3de5cf13-7eac-4837-9181-9dfc097bad03 - - - - -] Sending created Load Balancer d26af3de-6876-43c9-9a04-cd0e13c8b037 to the handler 2019-10-07 13:33:23.233 15006 INFO octavia.api.v2.controllers.pool [req-66d0dd56-a383-4946-8d1e-b02c94947d43 - - - - -] Sending Creation of Pool 294a938c-235b-4f8a-b548-55191e210344 to handler 2019-10-07 13:33:23.278 15024 INFO octavia.api.v2.controllers.pool [req-325017f6-61dc-4da2-95b0-b44ebadf9f8d - - - - -] Sending Creation of Pool 8fc15697-77e2-4d68-868b-efcb11669f83 to handler 2019-10-07 13:33:23.266 15020 INFO octavia.common.config [req-8f07f6b6-d933-403a-a141-a6afced6457e - - - - -] Logging enabled! 2019-10-07 13:33:23.266 15020 INFO octavia.common.config [req-8f07f6b6-d933-403a-a141-a6afced6457e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:23.293 15012 INFO octavia.api.v2.controllers.listener [req-068b851b-8804-45b9-a614-12374004f850 - - - - -] Sending Creation of Listener d6d21576-5376-43f2-a1d8-73492367a505 to handler 2019-10-07 13:33:23.339 15006 INFO oslo_db.sqlalchemy.provision [req-7a7225a6-3cba-4b86-98a7-cf15e731a3bd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:23.317 15020 WARNING octavia.api.root_controller [req-8f07f6b6-d933-403a-a141-a6afced6457e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:23.338 15020 INFO octavia.api.v2.controllers.load_balancer [req-250a8ab4-404d-4ec8-a2ff-558842db42ed - - - - -] Sending created Load Balancer 83aa76bf-118d-47b9-8e57-cf9fb24ac5fd to the handler 2019-10-07 13:33:23.347 15006 INFO oslo_db.sqlalchemy.provision [req-7a7225a6-3cba-4b86-98a7-cf15e731a3bd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vfyiuycmlx 2019-10-07 13:33:23.347 15006 INFO oslo_db.sqlalchemy.provision [req-7a7225a6-3cba-4b86-98a7-cf15e731a3bd - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_over_quota [0.480899s] ... ok 2019-10-07 13:33:23.350 15006 INFO oslo_db.sqlalchemy.provision [req-7a7225a6-3cba-4b86-98a7-cf15e731a3bd - - - - -] CREATE BACKEND sqlite:// TOKEN xzioywsqpm 2019-10-07 13:33:23.379 15012 INFO octavia.api.v2.controllers.pool [req-1c0d3e22-20ff-4b40-a3da-1af31178f33a - - - - -] Sending Creation of Pool 3eaf1212-8c06-4705-8bb0-4195874f0239 to handler 2019-10-07 13:33:23.417 15020 INFO octavia.api.v2.controllers.listener [req-733bcbf3-264f-4e12-baf5-fb5793b108b7 - - - - -] Sending Creation of Listener 5d9b2dc6-ac3a-417d-ad89-f0a9a2728683 to handler 2019-10-07 13:33:23.444 15006 INFO octavia.common.config [req-7a7225a6-3cba-4b86-98a7-cf15e731a3bd - - - - -] Logging enabled! 2019-10-07 13:33:23.440 15024 INFO octavia.api.v2.controllers.pool [req-46a2ce51-9f60-4d05-be8d-2968acfc0437 - - - - -] Sending Creation of Pool 9b48c053-51fa-4023-866c-8a388dce79b2 to handler 2019-10-07 13:33:23.446 15006 INFO octavia.common.config [req-7a7225a6-3cba-4b86-98a7-cf15e731a3bd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:23.469 15006 WARNING octavia.api.root_controller [req-7a7225a6-3cba-4b86-98a7-cf15e731a3bd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:23.521 15006 INFO octavia.api.v2.controllers.load_balancer [req-ac301d30-0484-4a6f-a57d-21ab5929d171 - - - - -] Sending created Load Balancer 68965332-6a20-4a46-919e-2ceff3205bcd to the handler 2019-10-07 13:33:23.549 15024 INFO octavia.api.v2.controllers.health_monitor [req-ba3a2ce0-8caf-4b79-ae7a-8e6eae9e0972 - - - - -] Sending Creation of Health Monitor 73615ac7-34e5-46a2-857d-4381a06040ab to handler 2019-10-07 13:33:23.549 15020 INFO octavia.api.v2.controllers.pool [req-c8dd045d-cbe9-47ec-845b-5f306e314fc7 - - - - -] Sending Creation of Pool 62a35b43-3b9a-485f-a9b4-4f3602c02b80 to handler 2019-10-07 13:33:23.598 15006 INFO octavia.api.v2.controllers.listener [req-aa00fbbb-bf62-45da-a2d4-e52f9c5c2ebe - - - - -] Sending Creation of Listener 69e0076d-ee70-4078-a401-cc64a9732b46 to handler 2019-10-07 13:33:23.629 15012 INFO octavia.api.v2.controllers.pool [req-92b3c9c8-e5df-4b29-9202-346ca6626d4b - - - - -] Sending Creation of Pool d064761d-046d-486c-99b7-ffaf2f3c6600 to handler 2019-10-07 13:33:23.654 15024 INFO oslo_db.sqlalchemy.provision [req-f4701e0f-4061-4427-8cb7-ece44ac41138 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:23.656 15024 INFO oslo_db.sqlalchemy.provision [req-f4701e0f-4061-4427-8cb7-ece44ac41138 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xojaazqvxm 2019-10-07 13:33:23.656 15024 INFO oslo_db.sqlalchemy.provision [req-f4701e0f-4061-4427-8cb7-ece44ac41138 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_http_monitor_with_url_path [0.808207s] ... ok 2019-10-07 13:33:23.659 15024 INFO oslo_db.sqlalchemy.provision [req-f4701e0f-4061-4427-8cb7-ece44ac41138 - - - - -] CREATE BACKEND sqlite:// TOKEN awyimagcpz 2019-10-07 13:33:23.718 15006 INFO octavia.api.v2.controllers.pool [req-33983e5c-b89b-4eef-b9f9-84969eb00dca - - - - -] Sending Creation of Pool 2c4e9dc2-f05e-48b3-b92c-2e5560bf826d to handler 2019-10-07 13:33:23.742 15020 INFO octavia.api.v2.controllers.pool [req-a3648a0d-3e70-4355-86b8-84357e01c731 - - - - -] Sending Creation of Pool c4d5906c-3027-4cfd-96ee-811c90a2cdd0 to handler 2019-10-07 13:33:23.735 15024 INFO octavia.common.config [req-f4701e0f-4061-4427-8cb7-ece44ac41138 - - - - -] Logging enabled! 2019-10-07 13:33:23.735 15024 INFO octavia.common.config [req-f4701e0f-4061-4427-8cb7-ece44ac41138 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:23.757 15024 WARNING octavia.api.root_controller [req-f4701e0f-4061-4427-8cb7-ece44ac41138 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:23.779 15012 INFO octavia.api.v2.controllers.health_monitor [req-7c7c4f8a-e9ba-4bce-85ac-c9661faa49e1 - - - - -] Sending Creation of Health Monitor 6a6f77b7-f9b9-4c14-a0a5-6a47272863f1 to handler 2019-10-07 13:33:23.769 15024 INFO octavia.api.v2.controllers.load_balancer [req-53eb35ed-6da8-4ce9-bb38-58307c2b57de - - - - -] Sending created Load Balancer 21ee4fbf-bfa6-458a-8381-aff00923ffe2 to the handler 2019-10-07 13:33:23.807 15024 INFO octavia.api.v2.controllers.listener [req-1d576d23-0c68-4bf5-8a7e-9e20cc9f3bc5 - - - - -] Sending Creation of Listener 21b48a68-7442-4b88-97a4-8d11f21c4f99 to handler 2019-10-07 13:33:23.865 15024 INFO octavia.api.v2.controllers.pool [req-068fc399-9999-4a14-8598-dddaa897f53e - - - - -] Sending Creation of Pool fd0e14a1-80f4-444a-b1dc-5d1b810e809a to handler 2019-10-07 13:33:23.918 15012 INFO octavia.api.v2.controllers.load_balancer [req-8346d06a-ee58-4542-a47f-dc210c87151c - - - - -] Sending updated Load Balancer d26af3de-6876-43c9-9a04-cd0e13c8b037 to the handler 2019-10-07 13:33:23.915 15006 INFO octavia.api.v2.controllers.pool [req-89380d8d-3f1e-4319-9444-8eaa4bf82252 - - - - -] Sending Creation of Pool 9046a1cc-c1b8-43df-8e84-47124fc0ffdb to handler 2019-10-07 13:33:23.948 15020 INFO octavia.api.v2.controllers.health_monitor [req-c9d2085d-fc96-4c70-a706-5c96f2c8fa6c - - - - -] Sending Creation of Health Monitor 5124a3d0-a64f-495f-beba-180611becc39 to handler 2019-10-07 13:33:23.966 15024 INFO octavia.api.v2.controllers.pool [req-61f58a62-e13f-45b1-bf08-59665b61fc93 - - - - -] Sending Creation of Pool 2771efdf-3e44-4974-abcb-652e4836b59d to handler 2019-10-07 13:33:23.984 15012 INFO octavia.api.v2.controllers.health_monitor [req-81696146-68ae-45b5-8d28-09f0b36a6ddf - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:23.998 15012 INFO oslo_db.sqlalchemy.provision [req-81696146-68ae-45b5-8d28-09f0b36a6ddf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:23.999 15012 INFO oslo_db.sqlalchemy.provision [req-81696146-68ae-45b5-8d28-09f0b36a6ddf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sfhgwldnsh 2019-10-07 13:33:24.000 15012 INFO oslo_db.sqlalchemy.provision [req-81696146-68ae-45b5-8d28-09f0b36a6ddf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_update [0.907802s] ... ok 2019-10-07 13:33:24.003 15012 INFO oslo_db.sqlalchemy.provision [req-81696146-68ae-45b5-8d28-09f0b36a6ddf - - - - -] CREATE BACKEND sqlite:// TOKEN mdmxirivbh 2019-10-07 13:33:24.065 15024 INFO octavia.api.v2.controllers.load_balancer [req-33d4fd33-c30a-4ebc-81f0-d4bc6cdc01c0 - - - - -] Sending deleted Load Balancer 21ee4fbf-bfa6-458a-8381-aff00923ffe2 to the handler 2019-10-07 13:33:24.099 15024 INFO octavia.api.v2.controllers.health_monitor [req-622ec419-41f9-475a-b174-3c0334dcdf36 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:24.111 15024 INFO oslo_db.sqlalchemy.provision [req-622ec419-41f9-475a-b174-3c0334dcdf36 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:24.112 15024 INFO oslo_db.sqlalchemy.provision [req-622ec419-41f9-475a-b174-3c0334dcdf36 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN awyimagcpz 2019-10-07 13:33:24.113 15024 INFO oslo_db.sqlalchemy.provision [req-622ec419-41f9-475a-b174-3c0334dcdf36 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_delete [0.456209s] ... ok 2019-10-07 13:33:24.116 15024 INFO oslo_db.sqlalchemy.provision [req-622ec419-41f9-475a-b174-3c0334dcdf36 - - - - -] CREATE BACKEND sqlite:// TOKEN kotfyhmcop 2019-10-07 13:33:24.094 15012 INFO octavia.common.config [req-81696146-68ae-45b5-8d28-09f0b36a6ddf - - - - -] Logging enabled! 2019-10-07 13:33:24.094 15012 INFO octavia.common.config [req-81696146-68ae-45b5-8d28-09f0b36a6ddf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:24.119 15012 WARNING octavia.api.root_controller [req-81696146-68ae-45b5-8d28-09f0b36a6ddf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:24.105 15020 INFO octavia.api.v2.controllers.load_balancer [req-b3496794-572d-4342-b93a-0d61e35e06c5 - - - - -] Sending deleted Load Balancer 83aa76bf-118d-47b9-8e57-cf9fb24ac5fd to the handler 2019-10-07 13:33:24.144 15020 INFO octavia.api.v2.controllers.health_monitor [req-618d55ac-4307-4b67-a9f1-45540a567d90 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:24.115 15006 INFO octavia.api.v2.controllers.health_monitor [req-99f003c6-3a1b-4de5-aa63-e11f5e4438af - - - - -] Sending Creation of Health Monitor 94cc02f1-e4f8-4195-950e-5f35b45074c2 to handler 2019-10-07 13:33:24.156 15020 INFO oslo_db.sqlalchemy.provision [req-618d55ac-4307-4b67-a9f1-45540a567d90 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:24.158 15020 INFO oslo_db.sqlalchemy.provision [req-618d55ac-4307-4b67-a9f1-45540a567d90 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ohmjwxqwvb 2019-10-07 13:33:24.158 15020 INFO oslo_db.sqlalchemy.provision [req-618d55ac-4307-4b67-a9f1-45540a567d90 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_delete [1.042497s] ... ok 2019-10-07 13:33:24.138 15012 INFO octavia.api.v2.controllers.load_balancer [req-5807f50e-12f5-4d3b-a6d0-d49ea45f2ec8 - - - - -] Sending created Load Balancer 4aee8d77-646f-46bf-acb6-22c29f9f3aec to the handler 2019-10-07 13:33:24.162 15020 INFO oslo_db.sqlalchemy.provision [req-618d55ac-4307-4b67-a9f1-45540a567d90 - - - - -] CREATE BACKEND sqlite:// TOKEN oxqchxirkr 2019-10-07 13:33:24.190 15012 INFO octavia.api.v2.controllers.listener [req-297e12aa-d487-46cb-a704-217cc1c21aeb - - - - -] Sending Creation of Listener 644994cf-539f-4da9-aa93-e596033afea3 to handler 2019-10-07 13:33:24.183 15024 INFO octavia.common.config [req-622ec419-41f9-475a-b174-3c0334dcdf36 - - - - -] Logging enabled! 2019-10-07 13:33:24.183 15024 INFO octavia.common.config [req-622ec419-41f9-475a-b174-3c0334dcdf36 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:24.205 15024 WARNING octavia.api.root_controller [req-622ec419-41f9-475a-b174-3c0334dcdf36 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:24.217 15024 INFO octavia.api.v2.controllers.load_balancer [req-bb262d81-fa36-441c-8252-d164f81f3810 - - - - -] Sending created Load Balancer 52b62547-0d68-42ab-841e-b4a28a704cd3 to the handler 2019-10-07 13:33:24.249 15012 INFO octavia.api.v2.controllers.pool [req-7de4a352-da2c-4f48-84ca-c32148020c97 - - - - -] Sending Creation of Pool e59b19ee-4123-4b60-bbc6-654d0b008748 to handler 2019-10-07 13:33:24.253 15024 INFO octavia.api.v2.controllers.listener [req-02bffbdd-17dd-4910-b5df-3af87b4e0d68 - - - - -] Sending Creation of Listener 60467342-60ca-491f-b057-4ca3dd029fec to handler 2019-10-07 13:33:24.241 15020 INFO octavia.common.config [req-618d55ac-4307-4b67-a9f1-45540a567d90 - - - - -] Logging enabled! 2019-10-07 13:33:24.242 15020 INFO octavia.common.config [req-618d55ac-4307-4b67-a9f1-45540a567d90 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:24.263 15020 WARNING octavia.api.root_controller [req-618d55ac-4307-4b67-a9f1-45540a567d90 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:24.275 15020 INFO octavia.api.v2.controllers.load_balancer [req-8ff5c8bb-9970-4edc-a5c0-870afdfc835d - - - - -] Sending created Load Balancer f0cfdc11-82a7-4517-b9b8-62ce295c07eb to the handler 2019-10-07 13:33:24.303 15006 INFO oslo_db.sqlalchemy.provision [req-a1b6139b-6eda-4224-bd11-130a8bf90586 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:24.306 15006 INFO oslo_db.sqlalchemy.provision [req-a1b6139b-6eda-4224-bd11-130a8bf90586 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xzioywsqpm 2019-10-07 13:33:24.306 15006 INFO oslo_db.sqlalchemy.provision [req-a1b6139b-6eda-4224-bd11-130a8bf90586 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:24.311 15024 INFO octavia.api.v2.controllers.pool [req-e8b0796a-ba97-41b8-a253-2abf6611e8aa - - - - -] Sending Creation of Pool b75bbd3d-4f49-4db3-816f-d91afc553d53 to handler {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_sans_listener [0.958725s] ... ok 2019-10-07 13:33:24.319 15020 INFO octavia.api.v2.controllers.listener [req-f4c99f40-bcc3-40aa-9d23-7862c6e39a71 - - - - -] Sending Creation of Listener 2784a92b-ab33-42e1-9298-bb2552773afc to handler 2019-10-07 13:33:24.309 15006 INFO oslo_db.sqlalchemy.provision [req-a1b6139b-6eda-4224-bd11-130a8bf90586 - - - - -] CREATE BACKEND sqlite:// TOKEN uxoinoqkzg 2019-10-07 13:33:24.340 15012 INFO octavia.api.v2.controllers.pool [req-357cce6f-8a49-4846-884d-188a145e2816 - - - - -] Sending Creation of Pool dcecdd37-c092-4108-b279-c8cadb2745f5 to handler 2019-10-07 13:33:24.380 15020 INFO octavia.api.v2.controllers.pool [req-b22eafb3-a517-4799-b13a-601f568e35c6 - - - - -] Sending Creation of Pool 5061ada3-5e50-4ffd-b308-9cb3dbf15085 to handler 2019-10-07 13:33:24.382 15006 INFO octavia.common.config [req-a1b6139b-6eda-4224-bd11-130a8bf90586 - - - - -] Logging enabled! 2019-10-07 13:33:24.383 15006 INFO octavia.common.config [req-a1b6139b-6eda-4224-bd11-130a8bf90586 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:24.425 15012 INFO oslo_db.sqlalchemy.provision [req-f9667bb5-8b37-4f47-9818-a54a7ceb957d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:24.426 15012 INFO oslo_db.sqlalchemy.provision [req-f9667bb5-8b37-4f47-9818-a54a7ceb957d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mdmxirivbh 2019-10-07 13:33:24.426 15012 INFO oslo_db.sqlalchemy.provision [req-f9667bb5-8b37-4f47-9818-a54a7ceb957d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_empty_get_all [0.426372s] ... ok 2019-10-07 13:33:24.408 15006 WARNING octavia.api.root_controller [req-a1b6139b-6eda-4224-bd11-130a8bf90586 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:24.419 15006 INFO octavia.api.v2.controllers.load_balancer [req-daf24803-64c2-4870-bf1d-2805ba7b6a56 - - - - -] Sending created Load Balancer b5e0f65b-0189-4404-8bd8-9284b2f58959 to the handler 2019-10-07 13:33:24.401 15024 INFO octavia.api.v2.controllers.pool [req-9f8967ca-6dbf-4730-9adb-6c1b08c97292 - - - - -] Sending Creation of Pool c3cd099d-8e59-4342-b77c-f4bff507d68b to handler 2019-10-07 13:33:24.429 15012 INFO oslo_db.sqlalchemy.provision [req-f9667bb5-8b37-4f47-9818-a54a7ceb957d - - - - -] CREATE BACKEND sqlite:// TOKEN uamrikccmh 2019-10-07 13:33:24.459 15006 INFO octavia.api.v2.controllers.listener [req-d2df9800-34eb-4a91-9765-7746cfdbe535 - - - - -] Sending Creation of Listener f505708f-6471-4dc8-8500-c5593de27ede to handler 2019-10-07 13:33:24.487 15020 INFO octavia.api.v2.controllers.pool [req-f2c03220-1a59-4a97-bbf5-2a6c0e560f78 - - - - -] Sending Creation of Pool 8268eab0-2038-4c2e-bc37-576a5900c8c2 to handler 2019-10-07 13:33:24.494 15024 INFO octavia.api.v2.controllers.load_balancer [req-9bf2325f-496d-4d67-8651-f26809f88320 - - - - -] Sending updated Load Balancer 52b62547-0d68-42ab-841e-b4a28a704cd3 to the handler 2019-10-07 13:33:24.540 15024 INFO octavia.api.v2.controllers.health_monitor [req-fd6a1c1f-9f37-4ae6-9a3e-e4e23309c1a6 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:24.551 15024 INFO oslo_db.sqlalchemy.provision [req-fd6a1c1f-9f37-4ae6-9a3e-e4e23309c1a6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:24.553 15024 INFO oslo_db.sqlalchemy.provision [req-fd6a1c1f-9f37-4ae6-9a3e-e4e23309c1a6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kotfyhmcop 2019-10-07 13:33:24.553 15024 INFO oslo_db.sqlalchemy.provision [req-fd6a1c1f-9f37-4ae6-9a3e-e4e23309c1a6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_update [0.440355s] ... ok 2019-10-07 13:33:24.522 15006 INFO octavia.api.v2.controllers.pool [req-4df77a45-e626-4ab0-a8e8-b8e286a0a28f - - - - -] Sending Creation of Pool f6e5044d-3ff0-4e56-9ed0-fd45a57ffc43 to handler 2019-10-07 13:33:24.556 15024 INFO oslo_db.sqlalchemy.provision [req-fd6a1c1f-9f37-4ae6-9a3e-e4e23309c1a6 - - - - -] CREATE BACKEND sqlite:// TOKEN yqeyfvwlru 2019-10-07 13:33:24.503 15012 INFO octavia.common.config [req-f9667bb5-8b37-4f47-9818-a54a7ceb957d - - - - -] Logging enabled! 2019-10-07 13:33:24.504 15012 INFO octavia.common.config [req-f9667bb5-8b37-4f47-9818-a54a7ceb957d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:24.527 15012 WARNING octavia.api.root_controller [req-f9667bb5-8b37-4f47-9818-a54a7ceb957d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:24.541 15012 INFO octavia.api.v2.controllers.load_balancer [req-61c0023c-ad4e-433c-9138-12a7216d199f - - - - -] Sending created Load Balancer 7e571757-a470-4808-89bc-31936295e643 to the handler 2019-10-07 13:33:24.580 15012 INFO octavia.api.v2.controllers.listener [req-4a3fcfd0-3452-4232-9367-8ce5a08e2e13 - - - - -] Sending Creation of Listener 9d8a7210-f905-4260-923b-3e8d24bdc645 to handler 2019-10-07 13:33:24.612 15006 INFO octavia.api.v2.controllers.pool [req-b61b9c18-76c2-40c4-97fc-599bf2d93cfb - - - - -] Sending Creation of Pool 5df3f41f-30ef-497f-a280-48d9b19a9734 to handler 2019-10-07 13:33:24.614 15020 INFO octavia.api.v2.controllers.health_monitor [req-c81c62ae-2f53-4c93-b23b-32225126285a - - - - -] Sending Creation of Health Monitor 939d9ae9-7939-4d3a-9b61-fd70f77ad231 to handler 2019-10-07 13:33:24.641 15012 INFO octavia.api.v2.controllers.pool [req-972c8d94-250c-4cba-9f5f-f01bdd8c301e - - - - -] Sending Creation of Pool 9d620081-f798-44fc-93a5-fd98aa15fc54 to handler 2019-10-07 13:33:24.623 15024 INFO octavia.common.config [req-fd6a1c1f-9f37-4ae6-9a3e-e4e23309c1a6 - - - - -] Logging enabled! 2019-10-07 13:33:24.623 15024 INFO octavia.common.config [req-fd6a1c1f-9f37-4ae6-9a3e-e4e23309c1a6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:24.645 15024 WARNING octavia.api.root_controller [req-fd6a1c1f-9f37-4ae6-9a3e-e4e23309c1a6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:24.656 15024 INFO octavia.api.v2.controllers.load_balancer [req-de999a98-4ce4-4285-b931-a3f62d823a7d - - - - -] Sending created Load Balancer c5bf56e9-3a77-43f6-ba9e-f24d023d9da4 to the handler 2019-10-07 13:33:24.709 15020 INFO octavia.api.v2.controllers.load_balancer [req-90bd267a-2bb2-4d87-82af-23a94ad91192 - - - - -] Sending updated Load Balancer f0cfdc11-82a7-4517-b9b8-62ce295c07eb to the handler 2019-10-07 13:33:24.725 15006 INFO octavia.api.v2.controllers.health_monitor [req-33540648-a2ee-4ac5-9513-ea0864a64a27 - - - - -] Sending Creation of Health Monitor 461c6be9-64e2-4831-8772-c05cf47fdd5e to handler 2019-10-07 13:33:24.692 15024 INFO octavia.api.v2.controllers.listener [req-906b5ba5-6788-469a-82a5-b6bc26690820 - - - - -] Sending Creation of Listener fb4ef0ae-5a7d-4134-9e85-1a035a2aaa08 to handler 2019-10-07 13:33:24.743 15006 INFO oslo_db.sqlalchemy.provision [req-33540648-a2ee-4ac5-9513-ea0864a64a27 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:24.744 15006 INFO oslo_db.sqlalchemy.provision [req-33540648-a2ee-4ac5-9513-ea0864a64a27 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uxoinoqkzg 2019-10-07 13:33:24.745 15006 INFO oslo_db.sqlalchemy.provision [req-33540648-a2ee-4ac5-9513-ea0864a64a27 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_with_project_id_is_ignored [0.438508s] ... ok 2019-10-07 13:33:24.751 15020 INFO octavia.api.v2.controllers.health_monitor [req-4eb18fcf-ef90-4326-abe6-32be369df10d - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:24.763 15020 INFO oslo_db.sqlalchemy.provision [req-4eb18fcf-ef90-4326-abe6-32be369df10d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:24.765 15020 INFO oslo_db.sqlalchemy.provision [req-4eb18fcf-ef90-4326-abe6-32be369df10d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oxqchxirkr 2019-10-07 13:33:24.765 15020 INFO oslo_db.sqlalchemy.provision [req-4eb18fcf-ef90-4326-abe6-32be369df10d - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_update [0.606703s] ... ok 2019-10-07 13:33:24.748 15006 INFO oslo_db.sqlalchemy.provision [req-33540648-a2ee-4ac5-9513-ea0864a64a27 - - - - -] CREATE BACKEND sqlite:// TOKEN ukelnjikwb 2019-10-07 13:33:24.740 15012 INFO octavia.api.v2.controllers.pool [req-6be61d58-af33-4994-89d8-cf8650cfeeb8 - - - - -] Sending Creation of Pool 04719433-1410-42f3-9202-0b1ba3244443 to handler 2019-10-07 13:33:24.754 15024 INFO octavia.api.v2.controllers.pool [req-6457d80c-854e-42e7-8d1f-12521ff225fe - - - - -] Sending Creation of Pool 137e2093-d584-4193-8861-17789ef34834 to handler 2019-10-07 13:33:24.768 15020 INFO oslo_db.sqlalchemy.provision [req-4eb18fcf-ef90-4326-abe6-32be369df10d - - - - -] CREATE BACKEND sqlite:// TOKEN ljwlaxefrv 2019-10-07 13:33:24.833 15006 INFO octavia.common.config [req-33540648-a2ee-4ac5-9513-ea0864a64a27 - - - - -] Logging enabled! 2019-10-07 13:33:24.833 15006 INFO octavia.common.config [req-33540648-a2ee-4ac5-9513-ea0864a64a27 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:24.837 15020 INFO octavia.common.config [req-4eb18fcf-ef90-4326-abe6-32be369df10d - - - - -] Logging enabled! 2019-10-07 13:33:24.837 15020 INFO octavia.common.config [req-4eb18fcf-ef90-4326-abe6-32be369df10d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:24.858 15020 WARNING octavia.api.root_controller [req-4eb18fcf-ef90-4326-abe6-32be369df10d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:24.849 15024 INFO octavia.api.v2.controllers.pool [req-572239bd-e294-4ee0-8ea1-62c43ba1d889 - - - - -] Sending Creation of Pool c37b077d-9c0b-492e-9e1b-34797ce11a8e to handler 2019-10-07 13:33:24.870 15020 INFO octavia.api.v2.controllers.load_balancer [req-a867d955-8842-4295-8b7b-c640b4aa14ad - - - - -] Sending created Load Balancer 05205ee9-9bed-4911-87a1-67ac69d0e36a to the handler 2019-10-07 13:33:24.855 15012 INFO octavia.api.v2.controllers.pool [req-97263b95-ac6d-4097-bf3a-03189116ce85 - - - - -] Sending Creation of Pool 282f8e88-4a8e-4aac-8315-e667ea39017c to handler 2019-10-07 13:33:24.862 15006 WARNING octavia.api.root_controller [req-33540648-a2ee-4ac5-9513-ea0864a64a27 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:24.875 15006 INFO octavia.api.v2.controllers.load_balancer [req-ebf22aff-3492-4ca6-b94f-63be815268e5 - - - - -] Sending created Load Balancer 842d0857-bdf2-44f5-9b82-22500e7f182a to the handler 2019-10-07 13:33:24.913 15020 INFO octavia.api.v2.controllers.listener [req-f3b9a2ea-4c5f-4b15-88cc-28e0565915a4 - - - - -] Sending Creation of Listener 61fb37a3-109e-4012-8752-bf8284a7bf6a to handler 2019-10-07 13:33:24.912 15006 INFO octavia.api.v2.controllers.listener [req-6c07f8ef-01d2-449d-98e6-c28e4d92fd69 - - - - -] Sending Creation of Listener 027e49ae-d217-4f83-b5b6-89258e156330 to handler 2019-10-07 13:33:24.957 15024 INFO octavia.api.v2.controllers.health_monitor [req-1c17ff8d-773e-4a5a-b820-c64363810fbc - - - - -] Sending Creation of Health Monitor 7517e271-7253-4b48-87c5-b589b18a6ff2 to handler 2019-10-07 13:33:24.972 15020 INFO octavia.api.v2.controllers.pool [req-55566ecf-9adf-4150-ba8e-aa23d2ba1184 - - - - -] Sending Creation of Pool 4af02ce6-6247-4f42-99d3-6662412539a1 to handler 2019-10-07 13:33:25.003 15012 INFO octavia.api.v2.controllers.pool [req-36f60f8a-0d4f-419d-bb80-92c16af6e5d2 - - - - -] Sending Creation of Pool be7740be-9458-4dc9-b21f-5fc2b09aef1f to handler 2019-10-07 13:33:24.973 15006 INFO octavia.api.v2.controllers.pool [req-e3f60cf2-395c-462a-8e1c-cfb7d012b533 - - - - -] Sending Creation of Pool 45769f50-c8b4-4e9a-8305-0ee5a84f8e26 to handler 2019-10-07 13:33:25.045 15020 INFO oslo_db.sqlalchemy.provision [req-944f2852-3c1c-48b9-afe4-48a246274a17 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:25.047 15020 INFO oslo_db.sqlalchemy.provision [req-944f2852-3c1c-48b9-afe4-48a246274a17 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ljwlaxefrv 2019-10-07 13:33:25.047 15020 INFO oslo_db.sqlalchemy.provision [req-944f2852-3c1c-48b9-afe4-48a246274a17 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_create [0.282110s] ... ok 2019-10-07 13:33:25.050 15020 INFO oslo_db.sqlalchemy.provision [req-944f2852-3c1c-48b9-afe4-48a246274a17 - - - - -] CREATE BACKEND sqlite:// TOKEN litwtiouli 2019-10-07 13:33:25.077 15006 INFO octavia.api.v2.controllers.pool [req-d56cac74-1026-48bc-b442-c38618d21422 - - - - -] Sending Creation of Pool fbce462b-8437-4dbb-adac-9f254e69cb83 to handler 2019-10-07 13:33:25.124 15024 INFO oslo_db.sqlalchemy.provision [req-efcdd85b-6643-49de-a6a9-8fba4079989c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:25.125 15024 INFO oslo_db.sqlalchemy.provision [req-efcdd85b-6643-49de-a6a9-8fba4079989c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yqeyfvwlru 2019-10-07 13:33:25.125 15024 INFO oslo_db.sqlalchemy.provision [req-efcdd85b-6643-49de-a6a9-8fba4079989c - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_with_listener [0.572016s] ... ok 2019-10-07 13:33:25.128 15020 INFO octavia.common.config [req-944f2852-3c1c-48b9-afe4-48a246274a17 - - - - -] Logging enabled! 2019-10-07 13:33:25.129 15020 INFO octavia.common.config [req-944f2852-3c1c-48b9-afe4-48a246274a17 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:25.128 15024 INFO oslo_db.sqlalchemy.provision [req-efcdd85b-6643-49de-a6a9-8fba4079989c - - - - -] CREATE BACKEND sqlite:// TOKEN zmxojleeab 2019-10-07 13:33:25.149 15020 WARNING octavia.api.root_controller [req-944f2852-3c1c-48b9-afe4-48a246274a17 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:25.161 15020 INFO octavia.api.v2.controllers.load_balancer [req-d030d992-ad28-476e-a30c-06fcade4231a - - - - -] Sending created Load Balancer cbfeeccb-8656-4074-9f23-2fc460bce56d to the handler 2019-10-07 13:33:25.185 15012 INFO octavia.api.v2.controllers.pool [req-b09f75c1-d778-42f9-bb5e-7c60b22152ae - - - - -] Sending Creation of Pool 0a7d21da-1de6-4eb5-abd6-3a573d6b892d to handler 2019-10-07 13:33:25.194 15006 INFO octavia.api.v2.controllers.health_monitor [req-230bd7c6-0c42-46b3-ad58-2b2be007fe64 - - - - -] Sending Creation of Health Monitor fa255133-2bac-449d-86c7-fd76f3babd4d to handler 2019-10-07 13:33:25.199 15020 INFO octavia.api.v2.controllers.listener [req-761e3875-f8d3-42d0-ba1b-d3df0e5b1a96 - - - - -] Sending Creation of Listener 24ec3d44-cb1c-4b3b-a745-e50a732c326d to handler 2019-10-07 13:33:25.195 15024 INFO octavia.common.config [req-efcdd85b-6643-49de-a6a9-8fba4079989c - - - - -] Logging enabled! 2019-10-07 13:33:25.196 15024 INFO octavia.common.config [req-efcdd85b-6643-49de-a6a9-8fba4079989c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:25.217 15024 WARNING octavia.api.root_controller [req-efcdd85b-6643-49de-a6a9-8fba4079989c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:25.228 15024 INFO octavia.api.v2.controllers.load_balancer [req-243ae456-c8f0-4917-bab7-61a67a0ee9ac - - - - -] Sending created Load Balancer f159315a-268c-4cea-930d-8874cd9e9c2f to the handler 2019-10-07 13:33:25.257 15020 INFO octavia.api.v2.controllers.pool [req-840fddbc-1f6a-4414-b8b4-b47a0433645d - - - - -] Sending Creation of Pool e16e26ee-dabc-4776-8d54-82533bb2cf11 to handler 2019-10-07 13:33:25.265 15024 INFO octavia.api.v2.controllers.listener [req-e4b64c5d-3c2b-4135-8ebb-bec5b284da90 - - - - -] Sending Creation of Listener 431094d0-32ce-4ce1-81f4-40f18ea292da to handler 2019-10-07 13:33:25.284 15006 INFO octavia.api.v2.controllers.load_balancer [req-f6c1117b-41f5-410b-836a-0275c1179a06 - - - - -] Sending deleted Load Balancer 842d0857-bdf2-44f5-9b82-22500e7f182a to the handler 2019-10-07 13:33:25.313 15006 INFO octavia.api.v2.controllers.health_monitor [req-12dbff21-d30a-4aa8-a1af-3ef7a436da9d - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:25.326 15006 INFO oslo_db.sqlalchemy.provision [req-12dbff21-d30a-4aa8-a1af-3ef7a436da9d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:25.327 15006 INFO oslo_db.sqlalchemy.provision [req-12dbff21-d30a-4aa8-a1af-3ef7a436da9d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ukelnjikwb 2019-10-07 13:33:25.328 15006 INFO oslo_db.sqlalchemy.provision [req-12dbff21-d30a-4aa8-a1af-3ef7a436da9d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_delete [0.582800s] ... ok 2019-10-07 13:33:25.323 15024 INFO octavia.api.v2.controllers.pool [req-cc0d9dc0-ba76-47c5-8ec1-83948fff1a74 - - - - -] Sending Creation of Pool b08f9e43-019a-43a9-a672-181843444ad9 to handler 2019-10-07 13:33:25.324 15020 ERROR octavia.api.v2.controllers.base [req-ebdaf80f-fbf3-4960-93be-a693ebae98d7 - - - - -] Pool e6e1863d-cb5a-4f01-8c18-d36d4d2205cd not found: None 2019-10-07 13:33:25.324 15020 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:33:25.324 15020 ERROR octavia.api.v2.controllers.base 2019-10-07 13:33:25.336 15020 INFO oslo_db.sqlalchemy.provision [req-ebdaf80f-fbf3-4960-93be-a693ebae98d7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:25.338 15020 INFO oslo_db.sqlalchemy.provision [req-ebdaf80f-fbf3-4960-93be-a693ebae98d7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN litwtiouli 2019-10-07 13:33:25.338 15020 INFO oslo_db.sqlalchemy.provision [req-ebdaf80f-fbf3-4960-93be-a693ebae98d7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_create_redirect_to_pool [0.290533s] ... ok 2019-10-07 13:33:25.331 15006 INFO oslo_db.sqlalchemy.provision [req-12dbff21-d30a-4aa8-a1af-3ef7a436da9d - - - - -] CREATE BACKEND sqlite:// TOKEN xdhhfirraf 2019-10-07 13:33:25.350 15020 INFO oslo_db.sqlalchemy.provision [req-ebdaf80f-fbf3-4960-93be-a693ebae98d7 - - - - -] CREATE BACKEND sqlite:// TOKEN pvbwyckfwu 2019-10-07 13:33:25.417 15024 INFO octavia.api.v2.controllers.pool [req-4ec436f9-e12f-4151-b953-10f893e37b70 - - - - -] Sending Creation of Pool edaa7b01-2eaf-4fe2-b19f-762cc1365749 to handler 2019-10-07 13:33:25.416 15012 INFO octavia.api.v2.controllers.health_monitor [req-40dd06f6-e21a-4bf3-b652-96f8aa819333 - - - - -] Sending Creation of Health Monitor c5af506b-29ca-47d4-8af4-30d8aa9a6c5a to handler 2019-10-07 13:33:25.424 15020 INFO octavia.common.config [req-ebdaf80f-fbf3-4960-93be-a693ebae98d7 - - - - -] Logging enabled! 2019-10-07 13:33:25.425 15020 INFO octavia.common.config [req-ebdaf80f-fbf3-4960-93be-a693ebae98d7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:25.415 15006 INFO octavia.common.config [req-12dbff21-d30a-4aa8-a1af-3ef7a436da9d - - - - -] Logging enabled! 2019-10-07 13:33:25.416 15006 INFO octavia.common.config [req-12dbff21-d30a-4aa8-a1af-3ef7a436da9d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:25.436 15006 WARNING octavia.api.root_controller [req-12dbff21-d30a-4aa8-a1af-3ef7a436da9d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:25.456 15006 INFO octavia.api.v2.controllers.load_balancer [req-5acc1320-47b8-45d3-9eed-9af5b173acb6 - - - - -] Sending created Load Balancer 7888c655-d3c7-4b57-a638-b08d9c50c351 to the handler 2019-10-07 13:33:25.457 15020 WARNING octavia.api.root_controller [req-ebdaf80f-fbf3-4960-93be-a693ebae98d7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:25.469 15020 INFO octavia.api.v2.controllers.load_balancer [req-1d06b736-04be-4c01-8be3-d6e828c7fe44 - - - - -] Sending created Load Balancer 32d91d2a-6f7a-4f54-ba79-79f82a221194 to the handler 2019-10-07 13:33:25.501 15006 INFO octavia.api.v2.controllers.listener [req-8b56562c-b39f-4fad-b39c-b7a400e3124a - - - - -] Sending Creation of Listener 95a40104-05a5-434b-b31f-75b7ac3dff66 to handler 2019-10-07 13:33:25.512 15020 INFO octavia.api.v2.controllers.listener [req-861f3d52-ff90-4d8b-927c-885eda752d3c - - - - -] Sending Creation of Listener a72f37b8-efd1-46dd-8180-3330a45942d2 to handler 2019-10-07 13:33:25.526 15024 INFO octavia.api.v2.controllers.health_monitor [req-d0bd36b1-48d7-41f4-92d2-fdd179c9463c - - - - -] Sending Creation of Health Monitor 4a453be6-b396-4d12-9a23-b811ca02ab45 to handler 2019-10-07 13:33:25.560 15006 INFO octavia.api.v2.controllers.pool [req-d794aa87-0f5d-4b29-83bd-0526b5f80a84 - - - - -] Sending Creation of Pool 0344e2c6-6a28-4d80-b1a2-9829e03d7e14 to handler 2019-10-07 13:33:25.587 15020 INFO octavia.api.v2.controllers.pool [req-c4bfa75d-e0a6-48df-8f25-ccf5f3dea43a - - - - -] Sending Creation of Pool 9179c992-9404-4ee9-8d71-2c5c923c37c9 to handler 2019-10-07 13:33:25.581 15012 INFO octavia.api.v2.controllers.health_monitor [req-ae038679-1abb-4465-8060-c2574aaccb32 - - - - -] Sending Creation of Health Monitor bea5127f-b6e8-4a66-bb24-2c66f26d0b50 to handler 2019-10-07 13:33:25.659 15020 ERROR octavia.api.v2.controllers.base [req-957f5ab8-d5d1-4f93-9186-990360e76f6a - - - - -] L7 Policy c08ad60d-68ef-4f4f-8b5c-6803dd3b3460 not found: None 2019-10-07 13:33:25.659 15020 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:33:25.659 15020 ERROR octavia.api.v2.controllers.base 2019-10-07 13:33:25.654 15024 INFO octavia.api.v2.controllers.health_monitor [req-2f6b686a-0b88-4a68-9329-49e85f520c76 - - - - -] Sending Deletion of Health Monitor for Pool 4a453be6-b396-4d12-9a23-b811ca02ab45 to handler 2019-10-07 13:33:25.654 15006 INFO octavia.api.v2.controllers.pool [req-4320aba3-a078-4f55-92a0-055c529e6cf5 - - - - -] Sending Creation of Pool 072942fd-270a-4d53-b559-559d867d83ca to handler 2019-10-07 13:33:25.677 15020 INFO oslo_db.sqlalchemy.provision [req-957f5ab8-d5d1-4f93-9186-990360e76f6a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:25.679 15020 INFO oslo_db.sqlalchemy.provision [req-957f5ab8-d5d1-4f93-9186-990360e76f6a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pvbwyckfwu 2019-10-07 13:33:25.679 15020 INFO oslo_db.sqlalchemy.provision [req-957f5ab8-d5d1-4f93-9186-990360e76f6a - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_get [0.341264s] ... ok 2019-10-07 13:33:25.682 15020 INFO oslo_db.sqlalchemy.provision [req-957f5ab8-d5d1-4f93-9186-990360e76f6a - - - - -] CREATE BACKEND sqlite:// TOKEN abewwocrio 2019-10-07 13:33:25.744 15024 INFO oslo_db.sqlalchemy.provision [req-0e6e2a61-b49e-4ee1-b574-070724d6e38f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:25.745 15024 INFO oslo_db.sqlalchemy.provision [req-0e6e2a61-b49e-4ee1-b574-070724d6e38f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zmxojleeab 2019-10-07 13:33:25.746 15024 INFO oslo_db.sqlalchemy.provision [req-0e6e2a61-b49e-4ee1-b574-070724d6e38f - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete [0.620236s] ... ok 2019-10-07 13:33:25.749 15024 INFO oslo_db.sqlalchemy.provision [req-0e6e2a61-b49e-4ee1-b574-070724d6e38f - - - - -] CREATE BACKEND sqlite:// TOKEN rmuvmkuxkf 2019-10-07 13:33:25.758 15012 INFO octavia.api.v2.controllers.health_monitor [req-a9798773-30cc-41df-b015-a3985d5e76ad - - - - -] Sending Creation of Health Monitor 933f2b54-9659-480e-bcfe-76ddb6f276da to handler 2019-10-07 13:33:25.767 15006 INFO octavia.api.v2.controllers.health_monitor [req-3588983f-c8ae-4ed2-88ed-6f0edd302525 - - - - -] Sending Creation of Health Monitor 685d7977-f44e-4715-a0b4-5a7f2b6f2efc to handler 2019-10-07 13:33:25.782 15020 INFO octavia.common.config [req-957f5ab8-d5d1-4f93-9186-990360e76f6a - - - - -] Logging enabled! 2019-10-07 13:33:25.782 15020 INFO octavia.common.config [req-957f5ab8-d5d1-4f93-9186-990360e76f6a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:25.808 15020 WARNING octavia.api.root_controller [req-957f5ab8-d5d1-4f93-9186-990360e76f6a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:25.823 15020 INFO octavia.api.v2.controllers.load_balancer [req-32a36ed9-ac5d-4579-a563-9587604ba2c1 - - - - -] Sending created Load Balancer d986c301-d0f2-4835-ad90-2b56b0b68c33 to the handler 2019-10-07 13:33:25.816 15024 INFO octavia.common.config [req-0e6e2a61-b49e-4ee1-b574-070724d6e38f - - - - -] Logging enabled! 2019-10-07 13:33:25.817 15024 INFO octavia.common.config [req-0e6e2a61-b49e-4ee1-b574-070724d6e38f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:25.838 15024 WARNING octavia.api.root_controller [req-0e6e2a61-b49e-4ee1-b574-070724d6e38f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:25.849 15024 INFO octavia.api.v2.controllers.load_balancer [req-1b526039-97a4-413b-ba8a-aae301bdaeaf - - - - -] Sending created Load Balancer e14ad2e4-85ab-4176-84c1-593c5f97ee0a to the handler 2019-10-07 13:33:25.878 15020 INFO octavia.api.v2.controllers.listener [req-9ee1c636-5496-4bef-b61f-2dbaaa927c1f - - - - -] Sending Creation of Listener 6ab33f16-62e1-4848-9827-2639284603a0 to handler 2019-10-07 13:33:25.902 15012 INFO oslo_db.sqlalchemy.provision [req-b8ada56f-a42b-454b-af90-8fc149a00746 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:25.904 15012 INFO oslo_db.sqlalchemy.provision [req-b8ada56f-a42b-454b-af90-8fc149a00746 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uamrikccmh 2019-10-07 13:33:25.904 15012 INFO oslo_db.sqlalchemy.provision [req-b8ada56f-a42b-454b-af90-8fc149a00746 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_filter [1.477780s] ... ok 2019-10-07 13:33:25.885 15024 INFO octavia.api.v2.controllers.listener [req-a3220bd3-c071-4cda-bea9-867c2af8dd40 - - - - -] Sending Creation of Listener 9bd40c22-8c00-461a-a89e-b36b127c66eb to handler 2019-10-07 13:33:25.907 15012 INFO oslo_db.sqlalchemy.provision [req-b8ada56f-a42b-454b-af90-8fc149a00746 - - - - -] CREATE BACKEND sqlite:// TOKEN vcovpqelvh 2019-10-07 13:33:25.885 15006 INFO octavia.api.v2.controllers.health_monitor [req-c61c0118-715d-49cb-8f78-db703eb33268 - - - - -] Sending Deletion of Health Monitor for Pool 685d7977-f44e-4715-a0b4-5a7f2b6f2efc to handler 2019-10-07 13:33:25.944 15024 INFO octavia.api.v2.controllers.pool [req-14adadc3-ad97-458c-bdb6-1a4536f4f345 - - - - -] Sending Creation of Pool f7494d28-a1d5-4647-84c2-5b32363e04ab to handler 2019-10-07 13:33:25.953 15020 INFO octavia.api.v2.controllers.pool [req-97ba0909-0e5d-4db5-adb1-1ca03df94445 - - - - -] Sending Creation of Pool 1db00042-4046-4468-9a87-75348458e160 to handler 2019-10-07 13:33:25.996 15006 INFO oslo_db.sqlalchemy.provision [req-7bd6b8f2-9511-4c7a-b95d-547ccbd2376e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:25.997 15006 INFO oslo_db.sqlalchemy.provision [req-7bd6b8f2-9511-4c7a-b95d-547ccbd2376e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xdhhfirraf 2019-10-07 13:33:25.998 15006 INFO oslo_db.sqlalchemy.provision [req-7bd6b8f2-9511-4c7a-b95d-547ccbd2376e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_with_bad_handler [0.669730s] ... ok 2019-10-07 13:33:26.007 15006 INFO oslo_db.sqlalchemy.provision [req-7bd6b8f2-9511-4c7a-b95d-547ccbd2376e - - - - -] CREATE BACKEND sqlite:// TOKEN ezuvxftewv 2019-10-07 13:33:25.986 15012 INFO octavia.common.config [req-b8ada56f-a42b-454b-af90-8fc149a00746 - - - - -] Logging enabled! 2019-10-07 13:33:25.987 15012 INFO octavia.common.config [req-b8ada56f-a42b-454b-af90-8fc149a00746 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:26.008 15012 WARNING octavia.api.root_controller [req-b8ada56f-a42b-454b-af90-8fc149a00746 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:26.025 15012 INFO octavia.api.v2.controllers.load_balancer [req-0e322829-7811-4871-913d-cc26aeda7340 - - - - -] Sending created Load Balancer b5e3c602-2205-42d7-9e81-f01244dbb603 to the handler 2019-10-07 13:33:26.034 15024 INFO octavia.api.v2.controllers.pool [req-6caa21ed-664d-47aa-a267-738a0b783ad8 - - - - -] Sending Creation of Pool 8cc69a3e-5cd5-4527-8855-f7e18beeaa4a to handler 2019-10-07 13:33:26.067 15012 INFO octavia.api.v2.controllers.listener [req-1938b512-6444-498d-96ad-764b50f51dc5 - - - - -] Sending Creation of Listener 5f405dc9-3103-4516-b31d-e4a356679997 to handler 2019-10-07 13:33:26.129 15012 INFO octavia.api.v2.controllers.pool [req-3776a9cd-c1c0-4369-a021-79c421ad58d9 - - - - -] Sending Creation of Pool 59898643-6ebd-4095-ad4f-6c26d2a94462 to handler 2019-10-07 13:33:26.076 15006 INFO octavia.common.config [req-7bd6b8f2-9511-4c7a-b95d-547ccbd2376e - - - - -] Logging enabled! 2019-10-07 13:33:26.078 15006 INFO octavia.common.config [req-7bd6b8f2-9511-4c7a-b95d-547ccbd2376e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:26.100 15006 WARNING octavia.api.root_controller [req-7bd6b8f2-9511-4c7a-b95d-547ccbd2376e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:26.114 15006 INFO octavia.api.v2.controllers.load_balancer [req-b0b1425e-b4eb-4ac6-8aa3-3abec0fe7f0d - - - - -] Sending created Load Balancer 8262b6ef-a597-416e-ae5b-94d92d341939 to the handler 2019-10-07 13:33:26.153 15024 INFO octavia.api.v2.controllers.health_monitor [req-8010718d-12ed-4de2-9d22-7f8a6556898d - - - - -] Sending Creation of Health Monitor c8b6f7ab-d158-4f16-ba32-0694bf5974b5 to handler 2019-10-07 13:33:26.153 15006 INFO octavia.api.v2.controllers.listener [req-cbc5ceeb-771e-4dc4-a550-7142d5de70b9 - - - - -] Sending Creation of Listener 48046a21-0da8-49e5-9c05-f3966862c80e to handler 2019-10-07 13:33:26.213 15006 INFO octavia.api.v2.controllers.pool [req-2c82612e-55ed-448c-a509-c174a9be399c - - - - -] Sending Creation of Pool 0def6bda-e07e-4754-80ad-6d48fc3b0704 to handler 2019-10-07 13:33:26.246 15020 INFO octavia.api.v2.controllers.l7policy [req-7e1bcbda-2b59-4312-8620-a6f4d6b969d6 - - - - -] Sending Creation of L7Policy 25a64d03-a5c9-4215-b35f-df04da06193f to handler 2019-10-07 13:33:26.267 15024 INFO oslo_db.sqlalchemy.provision [req-92cae818-b446-480a-9f54-ba53347f9bb9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:26.269 15024 INFO oslo_db.sqlalchemy.provision [req-92cae818-b446-480a-9f54-ba53347f9bb9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rmuvmkuxkf 2019-10-07 13:33:26.269 15024 INFO oslo_db.sqlalchemy.provision [req-92cae818-b446-480a-9f54-ba53347f9bb9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_duplicate_create [0.522920s] ... ok 2019-10-07 13:33:26.236 15012 INFO octavia.api.v2.controllers.pool [req-54651f12-126f-48e9-9726-8df078d89e61 - - - - -] Sending Creation of Pool 692cebd1-f541-4677-ba34-ae98e7f9022d to handler 2019-10-07 13:33:26.272 15024 INFO oslo_db.sqlalchemy.provision [req-92cae818-b446-480a-9f54-ba53347f9bb9 - - - - -] CREATE BACKEND sqlite:// TOKEN lrrcugtchx 2019-10-07 13:33:26.306 15020 INFO oslo_db.sqlalchemy.provision [req-20d8f57e-449b-42d5-9645-8a2663316f54 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:26.313 15020 INFO oslo_db.sqlalchemy.provision [req-20d8f57e-449b-42d5-9645-8a2663316f54 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN abewwocrio 2019-10-07 13:33:26.314 15020 INFO oslo_db.sqlalchemy.provision [req-20d8f57e-449b-42d5-9645-8a2663316f54 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_update_redirect_to_url [0.634106s] ... ok 2019-10-07 13:33:26.317 15020 INFO oslo_db.sqlalchemy.provision [req-20d8f57e-449b-42d5-9645-8a2663316f54 - - - - -] CREATE BACKEND sqlite:// TOKEN agodmekbbm 2019-10-07 13:33:26.333 15012 INFO octavia.api.v2.controllers.load_balancer [req-f9476e0c-c081-4430-9872-6a8a7d9deea5 - - - - -] Sending created Load Balancer d0107f4b-9932-4ffb-9911-fc1e6bd2a59e to the handler 2019-10-07 13:33:26.339 15024 INFO octavia.common.config [req-92cae818-b446-480a-9f54-ba53347f9bb9 - - - - -] Logging enabled! 2019-10-07 13:33:26.339 15024 INFO octavia.common.config [req-92cae818-b446-480a-9f54-ba53347f9bb9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:26.361 15024 WARNING octavia.api.root_controller [req-92cae818-b446-480a-9f54-ba53347f9bb9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:26.372 15024 INFO octavia.api.v2.controllers.load_balancer [req-42153716-78f2-4956-9515-47e45f43e89c - - - - -] Sending created Load Balancer 4f85a34e-a5ff-4512-bc0f-8dc60c229beb to the handler 2019-10-07 13:33:26.394 15012 INFO octavia.api.v2.controllers.pool [req-67be626b-e471-4529-9507-cb2b2f66a968 - - - - -] Sending Creation of Pool 180f2189-918f-4f5a-89a0-4df3a8fc8670 to handler 2019-10-07 13:33:26.377 15006 INFO octavia.api.v2.controllers.pool [req-0460ea3f-dcf8-46a0-bc30-35b524a40c64 - - - - -] Sending Creation of Pool 86dadcb2-d507-4eab-8427-1aa02ee9db70 to handler 2019-10-07 13:33:26.412 15024 INFO octavia.api.v2.controllers.listener [req-e558d4ab-8ba1-4493-a978-af36b07f37d4 - - - - -] Sending Creation of Listener dcdcb3b9-d2c2-40a5-a514-89a569656d51 to handler 2019-10-07 13:33:26.460 15012 INFO octavia.api.v2.controllers.pool [req-b9f525e5-c76a-45d7-901a-4a514506a4dd - - - - -] Sending Creation of Pool 52fefca1-85e2-4e04-9d7f-9fc2dfb08cd6 to handler 2019-10-07 13:33:26.489 15006 INFO octavia.api.v2.controllers.health_monitor [req-a6d0e81a-cac6-4191-842b-a61ce469418f - - - - -] Sending Creation of Health Monitor 66cf480d-3b22-4317-a6ff-019ed0ff99a5 to handler 2019-10-07 13:33:26.503 15020 INFO octavia.common.config [req-20d8f57e-449b-42d5-9645-8a2663316f54 - - - - -] Logging enabled! 2019-10-07 13:33:26.503 15020 INFO octavia.common.config [req-20d8f57e-449b-42d5-9645-8a2663316f54 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:26.549 15024 INFO octavia.api.v2.controllers.pool [req-9acb956a-cfaf-43e8-aa9b-02ab6dab9602 - - - - -] Sending Creation of Pool 83e19084-33ec-42d1-b052-cb2858fa2ee4 to handler 2019-10-07 13:33:26.547 15012 INFO octavia.api.v2.controllers.health_monitor [req-c2cec636-ab29-4df0-ac28-efef4204208d - - - - -] Sending Creation of Health Monitor 684ad5d9-703b-411e-978f-101bb3d41022 to handler 2019-10-07 13:33:26.560 15020 WARNING octavia.api.root_controller [req-20d8f57e-449b-42d5-9645-8a2663316f54 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:26.593 15020 INFO octavia.api.v2.controllers.load_balancer [req-1607e6e6-608f-4792-b877-c29c48de90dd - - - - -] Sending created Load Balancer 9f561445-b14c-4305-90a4-a4a947b7c96c to the handler 2019-10-07 13:33:26.608 15006 INFO oslo_db.sqlalchemy.provision [req-b2e86caa-d75d-41bc-b42d-1e55786ffcc2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:26.612 15006 INFO oslo_db.sqlalchemy.provision [req-b2e86caa-d75d-41bc-b42d-1e55786ffcc2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ezuvxftewv 2019-10-07 13:33:26.612 15006 INFO oslo_db.sqlalchemy.provision [req-b2e86caa-d75d-41bc-b42d-1e55786ffcc2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get [0.614099s] ... ok 2019-10-07 13:33:26.615 15006 INFO oslo_db.sqlalchemy.provision [req-b2e86caa-d75d-41bc-b42d-1e55786ffcc2 - - - - -] CREATE BACKEND sqlite:// TOKEN zymdlcmlcy 2019-10-07 13:33:26.650 15024 INFO octavia.api.v2.controllers.pool [req-8de34296-d650-450b-afcd-f8cebbac6b05 - - - - -] Sending Creation of Pool f13912f2-1871-456f-8282-4505bb338f47 to handler 2019-10-07 13:33:26.654 15012 INFO octavia.api.v2.controllers.health_monitor [req-89944349-e52e-4ae0-a7a8-a94c6b00af32 - - - - -] Sending Creation of Health Monitor aea984bc-e557-43b4-86d2-1aaef2f4c0de to handler 2019-10-07 13:33:26.677 15020 INFO octavia.api.v2.controllers.listener [req-73e40cbb-22a7-4e4e-a751-59524dd7f47c - - - - -] Sending Creation of Listener 8f1ecca5-dbf9-4164-9e13-ef61b5119857 to handler 2019-10-07 13:33:26.697 15006 INFO octavia.common.config [req-b2e86caa-d75d-41bc-b42d-1e55786ffcc2 - - - - -] Logging enabled! 2019-10-07 13:33:26.700 15006 INFO octavia.common.config [req-b2e86caa-d75d-41bc-b42d-1e55786ffcc2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:26.731 15006 WARNING octavia.api.root_controller [req-b2e86caa-d75d-41bc-b42d-1e55786ffcc2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:26.743 15012 INFO octavia.api.v2.controllers.health_monitor [req-301dd176-2662-48a9-bb18-31a693a43239 - - - - -] Sending Creation of Health Monitor 12bed92e-70dc-4b07-9182-33e2175bfde0 to handler 2019-10-07 13:33:26.756 15024 INFO octavia.api.v2.controllers.pool [req-e0bdaf99-e96e-439c-9873-1fd0abf63c01 - - - - -] Sending Creation of Pool 22768690-c04b-4bcf-9e48-d63ecb2f7f5f to handler 2019-10-07 13:33:26.748 15006 INFO octavia.api.v2.controllers.load_balancer [req-096656d7-a2d5-4c33-a6e3-5dfe899904bc - - - - -] Sending created Load Balancer 7c61fe82-effc-40ac-a4cb-5752574a44be to the handler 2019-10-07 13:33:26.793 15006 INFO octavia.api.v2.controllers.listener [req-89e81cb9-d61e-43f6-82e4-e81b6b361a3a - - - - -] Sending Creation of Listener 74180b42-b26b-4727-9855-69f7ca255679 to handler 2019-10-07 13:33:26.820 15020 INFO octavia.api.v2.controllers.pool [req-91d17858-1ab1-4e87-9228-cb8fc59e4b31 - - - - -] Sending Creation of Pool 70473d36-1500-41de-b5ab-58440612df53 to handler 2019-10-07 13:33:26.840 15012 INFO oslo_db.sqlalchemy.provision [req-3618284e-8994-4939-89d1-3f29b473f1da - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:26.841 15012 INFO oslo_db.sqlalchemy.provision [req-3618284e-8994-4939-89d1-3f29b473f1da - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vcovpqelvh 2019-10-07 13:33:26.841 15012 INFO oslo_db.sqlalchemy.provision [req-3618284e-8994-4939-89d1-3f29b473f1da - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_non_admin [0.937001s] ... ok 2019-10-07 13:33:26.845 15012 INFO oslo_db.sqlalchemy.provision [req-3618284e-8994-4939-89d1-3f29b473f1da - - - - -] CREATE BACKEND sqlite:// TOKEN ndkmzpgzng 2019-10-07 13:33:26.869 15006 INFO octavia.api.v2.controllers.pool [req-2ff39da8-9aea-4760-acc9-c2876c86ae3e - - - - -] Sending Creation of Pool 1416f1b1-cbc3-4e66-bfdc-1d949add8726 to handler 2019-10-07 13:33:26.873 15024 INFO octavia.api.v2.controllers.pool [req-dbeb387c-39db-49ed-9ae9-e6bfe80a422d - - - - -] Sending Creation of Pool 30b307ee-1c85-4411-a4f6-6df4636811dc to handler 2019-10-07 13:33:26.926 15012 INFO octavia.common.config [req-3618284e-8994-4939-89d1-3f29b473f1da - - - - -] Logging enabled! 2019-10-07 13:33:26.926 15012 INFO octavia.common.config [req-3618284e-8994-4939-89d1-3f29b473f1da - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:26.956 15012 WARNING octavia.api.root_controller [req-3618284e-8994-4939-89d1-3f29b473f1da - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:26.971 15012 INFO octavia.api.v2.controllers.load_balancer [req-458cd96b-3436-4f2a-a298-e851fa68c205 - - - - -] Sending created Load Balancer c0564450-d112-4c20-b359-70e3b0a15981 to the handler 2019-10-07 13:33:26.996 15006 INFO octavia.api.v2.controllers.pool [req-f97d8a57-93ef-4c17-8e95-83e043e8fc1e - - - - -] Sending Creation of Pool 9b391ca2-087a-41d0-9eb5-41b676b52287 to handler 2019-10-07 13:33:27.004 15020 INFO oslo_db.sqlalchemy.provision [req-500f1337-4cea-493e-b4a8-3dc87da37759 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:27.006 15020 INFO oslo_db.sqlalchemy.provision [req-500f1337-4cea-493e-b4a8-3dc87da37759 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN agodmekbbm 2019-10-07 13:33:27.006 15020 INFO oslo_db.sqlalchemy.provision [req-500f1337-4cea-493e-b4a8-3dc87da37759 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:27.015 15012 INFO octavia.api.v2.controllers.listener [req-e7084b1c-deb2-4eac-b4c4-c071e9e72819 - - - - -] Sending Creation of Listener 93ccd5a9-1162-48dd-879d-b4b145fb3fb0 to handler {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_over_quota [0.692286s] ... ok 2019-10-07 13:33:27.009 15020 INFO oslo_db.sqlalchemy.provision [req-500f1337-4cea-493e-b4a8-3dc87da37759 - - - - -] CREATE BACKEND sqlite:// TOKEN oelytsyvsi 2019-10-07 13:33:27.025 15024 INFO octavia.api.v2.controllers.pool [req-97a5eb79-a09e-4bfb-b076-38ab9c481066 - - - - -] Sending Creation of Pool d6af6a54-f7dd-41c9-ab59-fb9710590aa0 to handler 2019-10-07 13:33:27.082 15012 INFO octavia.api.v2.controllers.pool [req-c73f4b37-7cce-4d11-a240-24d2a50c9c9c - - - - -] Sending Creation of Pool 2942de57-496e-4e8c-ac4b-266d71a7e9cc to handler 2019-10-07 13:33:27.136 15020 INFO octavia.common.config [req-500f1337-4cea-493e-b4a8-3dc87da37759 - - - - -] Logging enabled! 2019-10-07 13:33:27.137 15020 INFO octavia.common.config [req-500f1337-4cea-493e-b4a8-3dc87da37759 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:27.126 15006 INFO octavia.api.v2.controllers.load_balancer [req-78766bdd-943e-4e55-9e2c-69d8b72345f3 - - - - -] Sending created Load Balancer 45394843-6d37-4a06-8fca-028e4fee8508 to the handler 2019-10-07 13:33:27.185 15024 INFO octavia.api.v2.controllers.health_monitor [req-0926c426-d55c-4a47-bc1c-6f0dde821e1a - - - - -] Sending Creation of Health Monitor c1d53c29-a305-49cc-9c63-523d7275eb7d to handler 2019-10-07 13:33:27.187 15012 INFO octavia.api.v2.controllers.pool [req-f87fd338-a9df-47f8-97e4-908ba8954174 - - - - -] Sending Creation of Pool 5f474f5f-0bd8-4bc9-97ed-91e0334ac719 to handler 2019-10-07 13:33:27.161 15020 WARNING octavia.api.root_controller [req-500f1337-4cea-493e-b4a8-3dc87da37759 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:27.173 15020 INFO octavia.api.v2.controllers.load_balancer [req-65c65716-e952-45e4-b7fe-141d86d4493e - - - - -] Sending created Load Balancer c51df30c-fc7f-44b7-a0b2-de2e7628429f to the handler 2019-10-07 13:33:27.192 15006 INFO octavia.api.v2.controllers.pool [req-5493f36c-7c7f-45e9-bb69-86f40b9416d6 - - - - -] Sending Creation of Pool 866204e5-fabf-4645-b800-615f8ed77f6d to handler 2019-10-07 13:33:27.215 15020 INFO octavia.api.v2.controllers.listener [req-4f45e6de-23b1-4002-80b7-07e420aab62b - - - - -] Sending Creation of Listener ac3ef5ab-3aa2-4fb8-a9b6-a6860ae1e932 to handler 2019-10-07 13:33:27.269 15012 INFO octavia.api.v2.controllers.load_balancer [req-9382d800-d3f9-4b5e-ba72-7f918c227292 - - - - -] Sending created Load Balancer 7325cdc6-0264-4174-93ab-b231537f6b30 to the handler 2019-10-07 13:33:27.258 15006 INFO octavia.api.v2.controllers.pool [req-cfaa690a-6a5a-4266-96a8-f12ccc641759 - - - - -] Sending Creation of Pool 33bfa097-1606-4789-a8f1-e63213a6a642 to handler 2019-10-07 13:33:27.291 15020 INFO octavia.api.v2.controllers.pool [req-7da880e3-9b13-469f-8fb5-0f4f7300e540 - - - - -] Sending Creation of Pool 7a9a120b-068d-487a-b7b0-813516721e74 to handler 2019-10-07 13:33:27.309 15012 INFO octavia.api.v2.controllers.pool [req-c21597de-f326-4b59-b28e-d37680ddf43f - - - - -] Sending Creation of Pool 6c2f4335-5f55-45a2-8a3e-9748270defc8 to handler 2019-10-07 13:33:27.369 15012 INFO octavia.api.v2.controllers.pool [req-a208af13-27a8-42a7-b68c-6aa04ae535f1 - - - - -] Sending Creation of Pool d956fbcc-3fed-49f2-b720-6fef4fe6f538 to handler 2019-10-07 13:33:27.359 15024 INFO octavia.api.v2.controllers.health_monitor [req-8b9b12f9-eea7-4b32-b6c8-62a71e1ed365 - - - - -] Sending Creation of Health Monitor f7ddf30f-913d-4f71-b339-c147e1ef5267 to handler 2019-10-07 13:33:27.356 15006 INFO octavia.api.v2.controllers.pool [req-9126f205-ba36-499b-bd4c-df26a0a46aa8 - - - - -] Sending Creation of Pool 1730fcc5-bb65-4399-acba-2863bf26a333 to handler 2019-10-07 13:33:27.413 15020 INFO octavia.api.v2.controllers.l7policy [req-a60303d6-64ff-4571-b9cd-3812be6ecb31 - 8eba7bcc-de1f-4ff3-b79e-2598e994a6e1 - - -] Sending Creation of L7Policy 595c68be-7f34-4fc9-aabb-08b835798816 to handler 2019-10-07 13:33:27.455 15012 INFO octavia.api.v2.controllers.pool [req-5505d89f-45b8-4c2a-a8a2-8ddce506ab2d - - - - -] Sending Creation of Pool 3a44803b-d8ac-4abf-84f7-d1e7f905c538 to handler 2019-10-07 13:33:27.463 15006 INFO octavia.api.v2.controllers.health_monitor [req-f6ff650e-511b-48ca-b383-05387451dda2 - - - - -] Sending Creation of Health Monitor 299ddd4b-084b-4bbc-b657-7595e4dfc6e1 to handler 2019-10-07 13:33:27.502 15020 INFO oslo_db.sqlalchemy.provision [req-cf3e8e01-add7-4f27-96dc-e0b23722327b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:27.503 15020 INFO oslo_db.sqlalchemy.provision [req-cf3e8e01-add7-4f27-96dc-e0b23722327b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oelytsyvsi 2019-10-07 13:33:27.503 15020 INFO oslo_db.sqlalchemy.provision [req-cf3e8e01-add7-4f27-96dc-e0b23722327b - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_policy_authorized [0.497136s] ... ok 2019-10-07 13:33:27.506 15020 INFO oslo_db.sqlalchemy.provision [req-cf3e8e01-add7-4f27-96dc-e0b23722327b - - - - -] CREATE BACKEND sqlite:// TOKEN ozflqlmdqp 2019-10-07 13:33:27.540 15024 INFO octavia.api.v2.controllers.health_monitor [req-f0b8b41f-0a05-4647-8076-706a7f0a1f63 - - - - -] Sending Creation of Health Monitor da06f802-317e-40a6-8759-8ed93da53999 to handler 2019-10-07 13:33:27.554 15012 INFO octavia.api.v2.controllers.health_monitor [req-314babc6-c044-48fe-9ef5-2c9237776f3a - - - - -] Sending Creation of Health Monitor 6c8005c0-ea69-4619-8e6f-88d8f236b57f to handler 2019-10-07 13:33:27.596 15006 INFO octavia.api.v2.controllers.health_monitor [req-9f090188-c101-4401-8f17-d0aca79bc3a3 - - - - -] Sending Creation of Health Monitor 63c1e251-de11-4bc8-b0b5-2ef44e1342c7 to handler 2019-10-07 13:33:27.574 15020 INFO octavia.common.config [req-cf3e8e01-add7-4f27-96dc-e0b23722327b - - - - -] Logging enabled! 2019-10-07 13:33:27.574 15020 INFO octavia.common.config [req-cf3e8e01-add7-4f27-96dc-e0b23722327b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:27.595 15020 WARNING octavia.api.root_controller [req-cf3e8e01-add7-4f27-96dc-e0b23722327b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:27.606 15020 INFO octavia.api.v2.controllers.load_balancer [req-12bc644d-baf6-4bd1-a41c-95c501849c79 - - - - -] Sending created Load Balancer 86f50e93-69c7-4bd2-a979-1662e0a5cc10 to the handler 2019-10-07 13:33:27.648 15020 INFO octavia.api.v2.controllers.listener [req-ce38b663-1feb-4cea-95b9-6ee4b6827493 - - - - -] Sending Creation of Listener 55c3e3f3-918b-42d9-8e3a-9fd98ca2afbe to handler 2019-10-07 13:33:27.655 15012 INFO octavia.api.v2.controllers.health_monitor [req-4e039315-9fd0-49f4-bade-49afba2f2644 - - - - -] Sending Creation of Health Monitor ee865660-e18f-418a-b5c5-8d1a5bec7716 to handler 2019-10-07 13:33:27.674 15024 INFO oslo_db.sqlalchemy.provision [req-d86b0ba2-d42d-474a-96f7-76eab4c16c73 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:27.675 15024 INFO oslo_db.sqlalchemy.provision [req-d86b0ba2-d42d-474a-96f7-76eab4c16c73 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lrrcugtchx 2019-10-07 13:33:27.675 15024 INFO oslo_db.sqlalchemy.provision [req-d86b0ba2-d42d-474a-96f7-76eab4c16c73 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_fields_filter [1.406448s] ... ok 2019-10-07 13:33:27.678 15024 INFO oslo_db.sqlalchemy.provision [req-d86b0ba2-d42d-474a-96f7-76eab4c16c73 - - - - -] CREATE BACKEND sqlite:// TOKEN vhfmhrcukg 2019-10-07 13:33:27.706 15020 INFO octavia.api.v2.controllers.pool [req-f73e888d-df63-483d-8f70-815e41022db9 - - - - -] Sending Creation of Pool 9d0fc674-7838-471e-a995-17109c16dd32 to handler 2019-10-07 13:33:27.709 15006 INFO octavia.api.v2.controllers.health_monitor [req-9d94bc83-c0d4-486d-93b0-457a95dcc4f8 - - - - -] Sending Creation of Health Monitor 9367bffb-252b-45a5-909b-826704b02d74 to handler 2019-10-07 13:33:27.781 15012 INFO octavia.api.v2.controllers.health_monitor [req-6f92cd76-cca3-410d-8de5-3b09d97cb022 - - - - -] Sending Creation of Health Monitor 30578bba-4800-4884-b286-d0dad12f6944 to handler 2019-10-07 13:33:27.746 15024 INFO octavia.common.config [req-d86b0ba2-d42d-474a-96f7-76eab4c16c73 - - - - -] Logging enabled! 2019-10-07 13:33:27.746 15024 INFO octavia.common.config [req-d86b0ba2-d42d-474a-96f7-76eab4c16c73 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:27.768 15024 WARNING octavia.api.root_controller [req-d86b0ba2-d42d-474a-96f7-76eab4c16c73 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:27.779 15024 INFO octavia.api.v2.controllers.load_balancer [req-f9a8a21f-61b6-4e84-901c-f5f75aa1de1e - - - - -] Sending created Load Balancer bc290cae-ab6d-414b-96b7-cea400994a1e to the handler 2019-10-07 13:33:27.813 15020 INFO octavia.api.v2.controllers.l7policy [req-0ea47ad4-0f9f-4084-b50a-f24c8d8c28bd - - - - -] Sending Creation of L7Policy 72ef312f-baa7-467d-8f0e-6588f3bf1c25 to handler 2019-10-07 13:33:27.832 15006 INFO oslo_db.sqlalchemy.provision [req-b750377d-91f1-4a98-b5c2-f2b977ffae2f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:27.834 15006 INFO oslo_db.sqlalchemy.provision [req-b750377d-91f1-4a98-b5c2-f2b977ffae2f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zymdlcmlcy 2019-10-07 13:33:27.834 15006 INFO oslo_db.sqlalchemy.provision [req-b750377d-91f1-4a98-b5c2-f2b977ffae2f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_admin [1.222177s] ... ok 2019-10-07 13:33:27.837 15006 INFO oslo_db.sqlalchemy.provision [req-b750377d-91f1-4a98-b5c2-f2b977ffae2f - - - - -] CREATE BACKEND sqlite:// TOKEN mwprawsfkv 2019-10-07 13:33:27.817 15024 INFO octavia.api.v2.controllers.listener [req-173aa0e1-ebbc-452e-94ab-9e327c7e5a61 - - - - -] Sending Creation of Listener 545a0861-dc60-4a57-9a18-53968d81dc50 to handler 2019-10-07 13:33:27.874 15024 INFO octavia.api.v2.controllers.pool [req-a34b93ea-243c-41ce-8bf3-787e9db52ee9 - - - - -] Sending Creation of Pool d7bddc9c-95d0-4f36-bd20-d51f7f409801 to handler 2019-10-07 13:33:27.905 15020 INFO oslo_db.sqlalchemy.provision [req-6b43c46d-56f7-457f-b5f9-5ef641bb443f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:27.906 15020 INFO oslo_db.sqlalchemy.provision [req-6b43c46d-56f7-457f-b5f9-5ef641bb443f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ozflqlmdqp 2019-10-07 13:33:27.907 15020 INFO oslo_db.sqlalchemy.provision [req-6b43c46d-56f7-457f-b5f9-5ef641bb443f - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_redirect_to_pool [0.403059s] ... ok 2019-10-07 13:33:27.929 15006 INFO octavia.common.config [req-b750377d-91f1-4a98-b5c2-f2b977ffae2f - - - - -] Logging enabled! 2019-10-07 13:33:27.932 15006 INFO octavia.common.config [req-b750377d-91f1-4a98-b5c2-f2b977ffae2f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:27.958 15006 WARNING octavia.api.root_controller [req-b750377d-91f1-4a98-b5c2-f2b977ffae2f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:27.915 15020 INFO oslo_db.sqlalchemy.provision [req-6b43c46d-56f7-457f-b5f9-5ef641bb443f - - - - -] CREATE BACKEND sqlite:// TOKEN towpsgxlol 2019-10-07 13:33:27.982 15006 INFO octavia.api.v2.controllers.load_balancer [req-2d554467-f499-4e01-adff-ac1c16ca8938 - - - - -] Sending created Load Balancer 7e78a5b2-e569-4579-8940-244302e31988 to the handler 2019-10-07 13:33:27.975 15024 INFO octavia.api.v2.controllers.pool [req-d1251068-744c-40e5-a149-ebe17fff33e6 - - - - -] Sending Creation of Pool 9c4af7d2-a55b-47f9-b0b3-0513f5fd6b0d to handler 2019-10-07 13:33:28.008 15012 INFO oslo_db.sqlalchemy.provision [req-19eb8c8f-976e-4308-bf0b-e0ecf30ea885 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:28.010 15012 INFO oslo_db.sqlalchemy.provision [req-19eb8c8f-976e-4308-bf0b-e0ecf30ea885 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ndkmzpgzng 2019-10-07 13:33:28.010 15012 INFO oslo_db.sqlalchemy.provision [req-19eb8c8f-976e-4308-bf0b-e0ecf30ea885 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_non_admin_global_observer [1.168712s] ... ok 2019-10-07 13:33:27.992 15020 INFO octavia.common.config [req-6b43c46d-56f7-457f-b5f9-5ef641bb443f - - - - -] Logging enabled! 2019-10-07 13:33:27.992 15020 INFO octavia.common.config [req-6b43c46d-56f7-457f-b5f9-5ef641bb443f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:28.013 15012 INFO oslo_db.sqlalchemy.provision [req-19eb8c8f-976e-4308-bf0b-e0ecf30ea885 - - - - -] CREATE BACKEND sqlite:// TOKEN wjawannyfk 2019-10-07 13:33:28.029 15006 INFO octavia.api.v2.controllers.listener [req-b8ad9975-f294-4267-91f9-4ffb37c52577 - - - - -] Sending Creation of Listener 5ccbe40e-2aff-471e-a766-cc575a6697a3 to handler 2019-10-07 13:33:28.043 15020 WARNING octavia.api.root_controller [req-6b43c46d-56f7-457f-b5f9-5ef641bb443f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:28.055 15020 INFO octavia.api.v2.controllers.load_balancer [req-c2e29268-2d89-4376-b5c6-56227c3461a0 - - - - -] Sending created Load Balancer d45e7382-59c1-44d9-b0bd-ce7f8df0a3c1 to the handler 2019-10-07 13:33:28.083 15024 INFO octavia.api.v2.controllers.pool [req-9186109b-c294-4ce3-800f-02b6a4a74ad1 - - - - -] Sending Creation of Pool 1c3b8fa0-87a9-4d24-bfde-82b1c72a28a2 to handler 2019-10-07 13:33:28.107 15006 INFO octavia.api.v2.controllers.pool [req-a021b687-8281-4f19-ab4f-c80534fd4248 - - - - -] Sending Creation of Pool 76a27206-b263-4a2b-8bfc-36da6b827c22 to handler 2019-10-07 13:33:28.145 15020 INFO octavia.api.v2.controllers.listener [req-c0091ba9-bcc3-4d7f-9bde-ef89988e5f31 - - - - -] Sending Creation of Listener fcd52e64-665c-4458-bbf2-565a5a065911 to handler 2019-10-07 13:33:28.160 15012 INFO octavia.common.config [req-19eb8c8f-976e-4308-bf0b-e0ecf30ea885 - - - - -] Logging enabled! 2019-10-07 13:33:28.160 15012 INFO octavia.common.config [req-19eb8c8f-976e-4308-bf0b-e0ecf30ea885 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:28.200 15024 INFO octavia.api.v2.controllers.pool [req-5efa5534-5f2f-4bfb-bbd3-5068f4932346 - - - - -] Sending Creation of Pool 15d4e519-a599-423b-b84a-736d315b9679 to handler 2019-10-07 13:33:28.213 15012 WARNING octavia.api.root_controller [req-19eb8c8f-976e-4308-bf0b-e0ecf30ea885 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:28.234 15006 INFO octavia.api.v2.controllers.pool [req-93c6b6c7-ef20-498d-97ff-2b2e6d769b8d - - - - -] Sending Creation of Pool e7f2f599-68df-4dca-a890-fc2ceb56626f to handler 2019-10-07 13:33:28.235 15012 INFO octavia.api.v2.controllers.load_balancer [req-a761551d-15fe-4559-a94d-34948bad9295 - - - - -] Sending created Load Balancer 2609f5fd-b04a-4ae7-8b11-7e5a5befe5f5 to the handler 2019-10-07 13:33:28.268 15020 INFO octavia.api.v2.controllers.pool [req-68393d3e-0023-4024-aae6-57465131f8ec - - - - -] Sending Creation of Pool 71bab3a3-e338-4a6c-a23b-830020605479 to handler 2019-10-07 13:33:28.315 15012 INFO octavia.api.v2.controllers.listener [req-904bfbb8-05cc-48a0-9180-b6223a115fef - - - - -] Sending Creation of Listener f9dcc814-1651-4ed2-9a56-ee365992a761 to handler 2019-10-07 13:33:28.341 15024 INFO octavia.api.v2.controllers.pool [req-6c0906ec-6093-4da8-99a9-c24107dbbe38 - - - - -] Sending Creation of Pool 2c7334db-f683-4c97-9d66-117edf20724c to handler 2019-10-07 13:33:28.358 15006 INFO octavia.api.v2.controllers.health_monitor [req-2ebc32de-e2f3-4665-beb7-10a056cd1b2b - - - - -] Sending Creation of Health Monitor 1e704ee3-8cbd-4302-aebb-c44092208aae to handler 2019-10-07 13:33:28.454 15006 INFO oslo_db.sqlalchemy.provision [req-34d863a4-d02a-466f-b858-b77759a73b85 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:28.448 15012 INFO octavia.api.v2.controllers.pool [req-dbaf6d3f-6732-4453-bccd-cb29dc716271 - - - - -] Sending Creation of Pool c2c42cb8-35b9-412a-9da2-9770c7f5d5d5 to handler 2019-10-07 13:33:28.457 15006 INFO oslo_db.sqlalchemy.provision [req-34d863a4-d02a-466f-b858-b77759a73b85 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mwprawsfkv 2019-10-07 13:33:28.458 15006 INFO oslo_db.sqlalchemy.provision [req-34d863a4-d02a-466f-b858-b77759a73b85 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_not_authorized [0.623213s] ... ok 2019-10-07 13:33:28.461 15006 INFO oslo_db.sqlalchemy.provision [req-34d863a4-d02a-466f-b858-b77759a73b85 - - - - -] CREATE BACKEND sqlite:// TOKEN agqhvvyypc 2019-10-07 13:33:28.523 15024 INFO octavia.api.v2.controllers.health_monitor [req-5be61563-dfb9-4da7-9826-b711adc7e95f - - - - -] Sending Creation of Health Monitor f3859d9a-4d86-4285-8b40-c3e006b18181 to handler 2019-10-07 13:33:28.409 15020 INFO octavia.api.v2.controllers.load_balancer [req-1e5344b4-9839-4a6a-917f-876854e52291 - - - - -] Sending deleted Load Balancer d45e7382-59c1-44d9-b0bd-ce7f8df0a3c1 to the handler 2019-10-07 13:33:28.428 15020 INFO octavia.api.v2.controllers.l7policy [req-db270bf9-9162-4cb2-beed-a4d7a03c513f - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:28.480 15020 INFO oslo_db.sqlalchemy.provision [req-db270bf9-9162-4cb2-beed-a4d7a03c513f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:28.482 15020 INFO oslo_db.sqlalchemy.provision [req-db270bf9-9162-4cb2-beed-a4d7a03c513f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN towpsgxlol 2019-10-07 13:33:28.482 15020 INFO oslo_db.sqlalchemy.provision [req-db270bf9-9162-4cb2-beed-a4d7a03c513f - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_when_lb_pending_delete [0.575102s] ... ok 2019-10-07 13:33:28.548 15006 INFO octavia.common.config [req-34d863a4-d02a-466f-b858-b77759a73b85 - - - - -] Logging enabled! 2019-10-07 13:33:28.549 15006 INFO octavia.common.config [req-34d863a4-d02a-466f-b858-b77759a73b85 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:28.485 15020 INFO oslo_db.sqlalchemy.provision [req-db270bf9-9162-4cb2-beed-a4d7a03c513f - - - - -] CREATE BACKEND sqlite:// TOKEN fqzxpgmfrj 2019-10-07 13:33:28.584 15006 WARNING octavia.api.root_controller [req-34d863a4-d02a-466f-b858-b77759a73b85 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:28.599 15006 INFO octavia.api.v2.controllers.load_balancer [req-bbe7cc30-8111-4d45-ada7-f3a7b0327d8d - - - - -] Sending created Load Balancer 2d9e0bf4-adc0-4f94-86ad-7207b625c32d to the handler 2019-10-07 13:33:28.653 15006 INFO octavia.api.v2.controllers.listener [req-d5bae9b2-4bcf-4312-a13f-71abee6959e1 - - - - -] Sending Creation of Listener 551d737e-02f9-49c8-b4bc-89103652fa25 to handler 2019-10-07 13:33:28.659 15012 INFO octavia.api.v2.controllers.pool [req-89826f26-0d8f-4e70-a44a-4b4355a7e5ae - - - - -] Sending Creation of Pool d3958de5-eda1-4434-a188-b10a5575c2df to handler 2019-10-07 13:33:28.634 15020 INFO octavia.common.config [req-db270bf9-9162-4cb2-beed-a4d7a03c513f - - - - -] Logging enabled! 2019-10-07 13:33:28.635 15020 INFO octavia.common.config [req-db270bf9-9162-4cb2-beed-a4d7a03c513f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:28.709 15024 INFO octavia.api.v2.controllers.health_monitor [req-85eb4b3e-f8ac-4dac-baac-ad38a3a852de - - - - -] Sending Creation of Health Monitor 2599f574-bed3-453d-a884-e7f3fc06aa0d to handler 2019-10-07 13:33:28.677 15020 WARNING octavia.api.root_controller [req-db270bf9-9162-4cb2-beed-a4d7a03c513f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:28.689 15020 INFO octavia.api.v2.controllers.load_balancer [req-ab23722b-bab9-4031-9815-403599e3fe4e - - - - -] Sending created Load Balancer 9cc075d8-d05e-482f-b820-2200766fb308 to the handler 2019-10-07 13:33:28.730 15006 INFO octavia.api.v2.controllers.pool [req-2b581589-09b6-4289-8358-ffb6f825d673 - - - - -] Sending Creation of Pool df58a6ec-a085-4336-a836-07284675fa35 to handler 2019-10-07 13:33:28.769 15012 INFO octavia.api.v2.controllers.load_balancer [req-7dd07d1d-1e0b-40e7-9861-bf15fbe9fad7 - - - - -] Sending created Load Balancer 6238d035-525e-43e0-beb3-ec8bc3e5b551 to the handler 2019-10-07 13:33:28.799 15012 INFO octavia.api.v2.controllers.load_balancer [req-b01cc158-803f-4218-99a2-cd11747cdbba - - - - -] Sending created Load Balancer 668c538e-ce57-4692-8492-4cac536f4ed0 to the handler 2019-10-07 13:33:28.817 15020 INFO octavia.api.v2.controllers.listener [req-3ba6949e-aa5e-446d-ab84-d278d6b2c9c3 - - - - -] Sending Creation of Listener 7384c27b-9e1c-4fd3-b844-577fc5ad8865 to handler 2019-10-07 13:33:28.839 15012 INFO octavia.api.v2.controllers.pool [req-458c8b08-4ad1-4cbd-9ada-f5a0d202775a - - - - -] Sending Creation of Pool cfd691f9-a5fe-4727-9cfa-a441bff3776a to handler 2019-10-07 13:33:28.897 15012 INFO octavia.api.v2.controllers.pool [req-afb7a3ba-0ecd-4871-baf7-3390c6c781e0 - - - - -] Sending Creation of Pool 3c6dd4a3-9ed7-4f05-9d13-f84c033e6761 to handler 2019-10-07 13:33:28.919 15020 INFO octavia.api.v2.controllers.pool [req-b4619250-4052-4094-ae59-ae58d15d7203 - - - - -] Sending Creation of Pool 1f96d353-4c8e-4874-92ef-c804edfb0ce2 to handler 2019-10-07 13:33:28.922 15024 INFO octavia.api.v2.controllers.health_monitor [req-0b9ca140-0d47-49cd-af34-4051e8edab2d - - - - -] Sending Creation of Health Monitor 91a1a5ce-c5c1-464d-97c0-47002cfa00c9 to handler 2019-10-07 13:33:28.968 15012 INFO octavia.api.v2.controllers.pool [req-b40fdff4-4551-4b24-b01b-2c0c39b0477e - - - - -] Sending Creation of Pool 8bec89a3-08da-48c7-99f2-f09967ca232c to handler 2019-10-07 13:33:28.967 15006 INFO octavia.api.v2.controllers.pool [req-ea51a051-fa7f-435e-b35e-d7b6da60ff17 - - - - -] Sending Creation of Pool b687dd04-ba61-49a0-9b98-d65a51980e03 to handler 2019-10-07 13:33:29.027 15020 INFO octavia.api.v2.controllers.l7policy [req-a8af87a3-2e75-4353-b6fa-905e9f5aa447 - - - - -] Sending Creation of L7Policy 2804b309-6e36-4571-9246-a0d2e9cf2d86 to handler 2019-10-07 13:33:29.134 15020 INFO octavia.api.v2.controllers.load_balancer [req-01503e46-0a2b-4b7b-9ba4-c927f19233ed - - - - -] Sending updated Load Balancer 9cc075d8-d05e-482f-b820-2200766fb308 to the handler 2019-10-07 13:33:29.140 15012 INFO octavia.api.v2.controllers.health_monitor [req-975ee091-ea72-4e91-ba9e-e03c27fc5969 - - - - -] Sending Creation of Health Monitor 8b5c908f-8b28-484c-854f-0c512ae2f8bc to handler 2019-10-07 13:33:29.160 15024 INFO oslo_db.sqlalchemy.provision [req-04c99f63-8bfe-45f9-b577-5953194c362a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:29.162 15024 INFO oslo_db.sqlalchemy.provision [req-04c99f63-8bfe-45f9-b577-5953194c362a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vhfmhrcukg 2019-10-07 13:33:29.162 15024 INFO oslo_db.sqlalchemy.provision [req-04c99f63-8bfe-45f9-b577-5953194c362a - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_limited [1.486674s] ... ok 2019-10-07 13:33:29.165 15024 INFO oslo_db.sqlalchemy.provision [req-04c99f63-8bfe-45f9-b577-5953194c362a - - - - -] CREATE BACKEND sqlite:// TOKEN jzeitmrfao 2019-10-07 13:33:29.167 15020 INFO octavia.api.v2.controllers.l7policy [req-01120fc5-66ad-4532-8fa7-6e0b91c6d544 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:29.179 15020 INFO oslo_db.sqlalchemy.provision [req-01120fc5-66ad-4532-8fa7-6e0b91c6d544 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:29.180 15020 INFO oslo_db.sqlalchemy.provision [req-01120fc5-66ad-4532-8fa7-6e0b91c6d544 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fqzxpgmfrj 2019-10-07 13:33:29.180 15020 INFO oslo_db.sqlalchemy.provision [req-01120fc5-66ad-4532-8fa7-6e0b91c6d544 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_when_lb_pending_update [0.698320s] ... ok 2019-10-07 13:33:29.184 15020 INFO oslo_db.sqlalchemy.provision [req-01120fc5-66ad-4532-8fa7-6e0b91c6d544 - - - - -] CREATE BACKEND sqlite:// TOKEN oozqqiqted 2019-10-07 13:33:29.191 15006 INFO octavia.api.v2.controllers.health_monitor [req-c74bc4a0-ba56-48df-a770-89cf545675a9 - - - - -] Sending Creation of Health Monitor e2c54507-8782-4532-a2b9-ee3375bf089f to handler 2019-10-07 13:33:29.291 15006 INFO oslo_db.sqlalchemy.provision [req-7d7f0aa8-197c-416b-8a10-5d52c99d4856 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:29.292 15006 INFO oslo_db.sqlalchemy.provision [req-7d7f0aa8-197c-416b-8a10-5d52c99d4856 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN agqhvvyypc 2019-10-07 13:33:29.293 15006 INFO oslo_db.sqlalchemy.provision [req-7d7f0aa8-197c-416b-8a10-5d52c99d4856 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_hides_deleted [0.834887s] ... ok 2019-10-07 13:33:29.296 15006 INFO oslo_db.sqlalchemy.provision [req-7d7f0aa8-197c-416b-8a10-5d52c99d4856 - - - - -] CREATE BACKEND sqlite:// TOKEN icsntixjvi 2019-10-07 13:33:29.274 15024 INFO octavia.common.config [req-04c99f63-8bfe-45f9-b577-5953194c362a - - - - -] Logging enabled! 2019-10-07 13:33:29.274 15024 INFO octavia.common.config [req-04c99f63-8bfe-45f9-b577-5953194c362a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:29.302 15024 WARNING octavia.api.root_controller [req-04c99f63-8bfe-45f9-b577-5953194c362a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:29.316 15024 INFO octavia.api.v2.controllers.load_balancer [req-b43a9fbc-205f-4b36-8ee7-8ac41cb05cc0 - - - - -] Sending created Load Balancer 06689753-fedf-4c6f-9897-f7c0899a3f2d to the handler 2019-10-07 13:33:29.262 15020 INFO octavia.common.config [req-01120fc5-66ad-4532-8fa7-6e0b91c6d544 - - - - -] Logging enabled! 2019-10-07 13:33:29.262 15020 INFO octavia.common.config [req-01120fc5-66ad-4532-8fa7-6e0b91c6d544 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:29.286 15020 WARNING octavia.api.root_controller [req-01120fc5-66ad-4532-8fa7-6e0b91c6d544 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:29.301 15020 INFO octavia.api.v2.controllers.load_balancer [req-77c23b6f-94b2-4357-8e3e-8d1b20cde119 - - - - -] Sending created Load Balancer c459ddf5-09d7-4700-9087-bd8468828c11 to the handler 2019-10-07 13:33:29.314 15012 INFO octavia.api.v2.controllers.health_monitor [req-082a8003-edea-4139-9c47-d0fdbc9a7c81 - - - - -] Sending Creation of Health Monitor 840802ad-e21e-4ae0-8525-26e16cae65fd to handler 2019-10-07 13:33:29.341 15020 INFO octavia.api.v2.controllers.listener [req-0cf70239-1c5e-46f3-bae7-155927871e56 - - - - -] Sending Creation of Listener 90b41da8-eb99-440c-ac17-76d9d17c5058 to handler 2019-10-07 13:33:29.357 15024 INFO octavia.api.v2.controllers.listener [req-33acab30-f544-4952-86e3-5d96a06a16e5 - - - - -] Sending Creation of Listener 8f5cf3a0-ead5-4da6-90d5-bfe241854e8f to handler 2019-10-07 13:33:29.402 15020 INFO octavia.api.v2.controllers.pool [req-62027ecf-c04c-43c6-9c63-07a23f511716 - - - - -] Sending Creation of Pool 100bdddb-1750-4744-90e7-b527dd0b4370 to handler 2019-10-07 13:33:29.424 15024 INFO octavia.api.v2.controllers.pool [req-75a50dcb-7898-41b2-b21e-d80bcfe76536 - - - - -] Sending Creation of Pool 9baf4409-a3ea-4588-a287-9e2950395adc to handler 2019-10-07 13:33:29.386 15006 INFO octavia.common.config [req-7d7f0aa8-197c-416b-8a10-5d52c99d4856 - - - - -] Logging enabled! 2019-10-07 13:33:29.388 15006 INFO octavia.common.config [req-7d7f0aa8-197c-416b-8a10-5d52c99d4856 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:29.410 15006 WARNING octavia.api.root_controller [req-7d7f0aa8-197c-416b-8a10-5d52c99d4856 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:29.424 15006 INFO octavia.api.v2.controllers.load_balancer [req-eaeaa5ec-c447-46f4-ac96-5ae1e16f4a9d - - - - -] Sending created Load Balancer f15737b9-c867-4367-aa7b-adf6121e5b2a to the handler 2019-10-07 13:33:29.465 15006 INFO octavia.api.v2.controllers.listener [req-f06ce801-eae0-42b4-80c6-42438f7e7682 - - - - -] Sending Creation of Listener dd3e8d9c-1822-4b30-8310-8c7d7770be64 to handler 2019-10-07 13:33:29.491 15012 INFO octavia.api.v2.controllers.health_monitor [req-a911de9c-52d6-4cd4-a866-e78eb66641f4 - - - - -] Sending Creation of Health Monitor 2c0c007e-6f48-42b3-be47-2c8672a7c8f8 to handler 2019-10-07 13:33:29.494 15020 INFO octavia.api.v2.controllers.l7policy [req-1cc44854-9ed6-4509-8adb-bd5f8f26cf03 - - - - -] Sending Creation of L7Policy 79ce4bd8-c8da-4609-83e2-23a1b1088694 to handler 2019-10-07 13:33:29.528 15024 INFO octavia.api.v2.controllers.pool [req-7c8ba6f9-67e1-430d-9c23-084f0f5c54d8 - - - - -] Sending Creation of Pool 696375ec-f8f4-4bf8-ba9d-ef023ebb06b3 to handler 2019-10-07 13:33:29.525 15006 INFO octavia.api.v2.controllers.pool [req-14485d5e-4ed1-4e0b-b99f-46a6f4da35f1 - - - - -] Sending Creation of Pool 6dbcfe99-1b6c-466d-9030-26049c3450d7 to handler 2019-10-07 13:33:29.539 15020 INFO oslo_db.sqlalchemy.provision [req-ce19de47-eefb-49b8-9d63-0d4a22fac980 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:29.542 15020 INFO oslo_db.sqlalchemy.provision [req-ce19de47-eefb-49b8-9d63-0d4a22fac980 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oozqqiqted 2019-10-07 13:33:29.542 15020 INFO oslo_db.sqlalchemy.provision [req-ce19de47-eefb-49b8-9d63-0d4a22fac980 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_authorized [0.361375s] ... ok 2019-10-07 13:33:29.545 15020 INFO oslo_db.sqlalchemy.provision [req-ce19de47-eefb-49b8-9d63-0d4a22fac980 - - - - -] CREATE BACKEND sqlite:// TOKEN ijclnwpggv 2019-10-07 13:33:29.612 15006 INFO oslo_db.sqlalchemy.provision [req-80a4462a-6926-4681-abc4-710efe7e6f16 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:29.613 15006 INFO oslo_db.sqlalchemy.provision [req-80a4462a-6926-4681-abc4-710efe7e6f16 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN icsntixjvi 2019-10-07 13:33:29.614 15006 INFO oslo_db.sqlalchemy.provision [req-80a4462a-6926-4681-abc4-710efe7e6f16 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_policy_not_authorized [0.320535s] ... ok 2019-10-07 13:33:29.628 15024 INFO octavia.api.v2.controllers.pool [req-bca4a55f-97f3-40d6-bdc3-2cc9a159e57d - - - - -] Sending Creation of Pool f614948e-989a-4263-b6fc-87c3ba6760e1 to handler 2019-10-07 13:33:29.617 15006 INFO oslo_db.sqlalchemy.provision [req-80a4462a-6926-4681-abc4-710efe7e6f16 - - - - -] CREATE BACKEND sqlite:// TOKEN ombejvytft 2019-10-07 13:33:29.660 15012 INFO oslo_db.sqlalchemy.provision [req-0f3b75b3-e224-4ea8-8559-3eed40987e87 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:29.662 15012 INFO oslo_db.sqlalchemy.provision [req-0f3b75b3-e224-4ea8-8559-3eed40987e87 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wjawannyfk 2019-10-07 13:33:29.662 15012 INFO oslo_db.sqlalchemy.provision [req-0f3b75b3-e224-4ea8-8559-3eed40987e87 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_by_project_id [1.651561s] ... ok 2019-10-07 13:33:29.618 15020 INFO octavia.common.config [req-ce19de47-eefb-49b8-9d63-0d4a22fac980 - - - - -] Logging enabled! 2019-10-07 13:33:29.618 15020 INFO octavia.common.config [req-ce19de47-eefb-49b8-9d63-0d4a22fac980 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:29.693 15006 INFO octavia.common.config [req-80a4462a-6926-4681-abc4-710efe7e6f16 - - - - -] Logging enabled! 2019-10-07 13:33:29.693 15006 INFO octavia.common.config [req-80a4462a-6926-4681-abc4-710efe7e6f16 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:29.665 15012 INFO oslo_db.sqlalchemy.provision [req-0f3b75b3-e224-4ea8-8559-3eed40987e87 - - - - -] CREATE BACKEND sqlite:// TOKEN zvuyomvbfk 2019-10-07 13:33:29.642 15020 WARNING octavia.api.root_controller [req-ce19de47-eefb-49b8-9d63-0d4a22fac980 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:29.654 15020 INFO octavia.api.v2.controllers.load_balancer [req-d1cb78e7-5176-4b71-9657-cb09072f092d - - - - -] Sending created Load Balancer fd97c332-602d-4ead-add7-7f4209c47aa2 to the handler 2019-10-07 13:33:29.692 15020 INFO octavia.api.v2.controllers.listener [req-8db19a85-eb89-4021-af20-c3b5ce39086a - - - - -] Sending Creation of Listener 84ad69e2-46ae-4912-a10a-fa061205d9c6 to handler 2019-10-07 13:33:29.719 15006 WARNING octavia.api.root_controller [req-80a4462a-6926-4681-abc4-710efe7e6f16 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:29.734 15006 INFO octavia.api.v2.controllers.load_balancer [req-0aac258e-307c-4b5b-a703-9d035bd0c22b - - - - -] Sending created Load Balancer 5862ac5e-8a00-4db6-8996-7de71cea30d7 to the handler 2019-10-07 13:33:29.775 15006 INFO octavia.api.v2.controllers.listener [req-c682f078-f681-4a83-b54b-c1bff701f165 - - - - -] Sending Creation of Listener 497032bd-c75d-4699-b598-8c0b448483ff to handler 2019-10-07 13:33:29.782 15024 INFO octavia.api.v2.controllers.pool [req-7d7c5a66-5d5a-4a9b-a58b-6d9e5897a884 - - - - -] Sending Creation of Pool 20ed18f7-5da9-4248-adf1-d88e8d7f4bea to handler 2019-10-07 13:33:29.797 15012 INFO octavia.common.config [req-0f3b75b3-e224-4ea8-8559-3eed40987e87 - - - - -] Logging enabled! 2019-10-07 13:33:29.797 15012 INFO octavia.common.config [req-0f3b75b3-e224-4ea8-8559-3eed40987e87 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:29.849 15012 WARNING octavia.api.root_controller [req-0f3b75b3-e224-4ea8-8559-3eed40987e87 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:29.840 15020 INFO octavia.api.v2.controllers.pool [req-a4f171d2-8334-421d-bdde-854c6b343765 - - - - -] Sending Creation of Pool 7ff0b032-4a86-4788-9799-e49b535b0f16 to handler 2019-10-07 13:33:29.838 15006 INFO octavia.api.v2.controllers.pool [req-f107a343-d784-4645-b2d5-7a3ebfac9625 - - - - -] Sending Creation of Pool a72f4017-cddd-499a-8641-19a00d35e7da to handler 2019-10-07 13:33:29.872 15012 INFO octavia.api.v2.controllers.load_balancer [req-fc0429ad-541b-46e6-8aa7-42ca3a8bc53a - - - - -] Sending created Load Balancer 9747f66d-36a0-4080-a6b6-b1dd96334f87 to the handler 2019-10-07 13:33:29.932 15006 INFO octavia.api.v2.controllers.l7policy [req-de19d20e-9a53-4fcc-abc5-6aa3ee541ccd - - - - -] Sending Creation of L7Policy fbeaea9c-ae5b-41f3-8d31-8966b3cf3fb5 to handler 2019-10-07 13:33:29.932 15020 INFO octavia.api.v2.controllers.l7policy [req-eec57b8b-25f8-4f5e-8ab7-5ae0e9f54277 - - - - -] Sending Creation of L7Policy 8a1f129f-b8c3-427a-8bec-bbd52cbdeb21 to handler 2019-10-07 13:33:29.943 15012 INFO octavia.api.v2.controllers.listener [req-37e21d16-500f-4273-8088-75b6494121cd - - - - -] Sending Creation of Listener 8bbb7606-947c-4269-bf64-19a7c1e79c7a to handler 2019-10-07 13:33:29.945 15024 INFO octavia.api.v2.controllers.pool [req-c14c367a-bd92-44f3-9845-17a9fdd2f430 - - - - -] Sending Creation of Pool 9508cc3a-c77f-49cc-a702-1b2b3b93664e to handler 2019-10-07 13:33:30.004 15006 INFO oslo_db.sqlalchemy.provision [req-3fede6f1-9456-43f4-a975-4aacc62c79b7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:29.992 15020 INFO oslo_db.sqlalchemy.provision [req-6dd5db06-60a9-40ee-8649-4863f378285f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:29.994 15020 INFO oslo_db.sqlalchemy.provision [req-6dd5db06-60a9-40ee-8649-4863f378285f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ijclnwpggv 2019-10-07 13:33:29.994 15020 INFO oslo_db.sqlalchemy.provision [req-6dd5db06-60a9-40ee-8649-4863f378285f - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_hides_deleted [0.451455s] ... ok 2019-10-07 13:33:29.997 15020 INFO oslo_db.sqlalchemy.provision [req-6dd5db06-60a9-40ee-8649-4863f378285f - - - - -] CREATE BACKEND sqlite:// TOKEN uenlhcqona 2019-10-07 13:33:30.007 15006 INFO oslo_db.sqlalchemy.provision [req-3fede6f1-9456-43f4-a975-4aacc62c79b7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ombejvytft 2019-10-07 13:33:30.008 15006 INFO oslo_db.sqlalchemy.provision [req-3fede6f1-9456-43f4-a975-4aacc62c79b7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_redirect_to_url [0.394030s] ... ok 2019-10-07 13:33:30.011 15006 INFO oslo_db.sqlalchemy.provision [req-3fede6f1-9456-43f4-a975-4aacc62c79b7 - - - - -] CREATE BACKEND sqlite:// TOKEN ysziuixohc 2019-10-07 13:33:30.088 15012 INFO octavia.api.v2.controllers.pool [req-ac0d69a7-d123-4f82-b5d7-54e83f52c5f2 - - - - -] Sending Creation of Pool 884b1615-d0a9-4a06-aee2-3a271c57c56c to handler 2019-10-07 13:33:30.073 15020 INFO octavia.common.config [req-6dd5db06-60a9-40ee-8649-4863f378285f - - - - -] Logging enabled! 2019-10-07 13:33:30.073 15020 INFO octavia.common.config [req-6dd5db06-60a9-40ee-8649-4863f378285f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:30.096 15020 WARNING octavia.api.root_controller [req-6dd5db06-60a9-40ee-8649-4863f378285f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:30.108 15020 INFO octavia.api.v2.controllers.load_balancer [req-7951ef2b-4e40-439a-818a-0579689df365 - - - - -] Sending created Load Balancer 86f81ee9-eba7-4ba3-80c7-810a632af01c to the handler 2019-10-07 13:33:30.106 15024 INFO octavia.api.v2.controllers.health_monitor [req-31b135ff-466a-4e5c-8ade-6ad2f728af74 - - - - -] Sending Creation of Health Monitor 364f2728-320d-4275-9bbc-0de757397def to handler 2019-10-07 13:33:30.084 15006 INFO octavia.common.config [req-3fede6f1-9456-43f4-a975-4aacc62c79b7 - - - - -] Logging enabled! 2019-10-07 13:33:30.085 15006 INFO octavia.common.config [req-3fede6f1-9456-43f4-a975-4aacc62c79b7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:30.108 15006 WARNING octavia.api.root_controller [req-3fede6f1-9456-43f4-a975-4aacc62c79b7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:30.120 15006 INFO octavia.api.v2.controllers.load_balancer [req-696906a0-afa8-4564-822d-4336ceb53054 - - - - -] Sending created Load Balancer cada60d9-65a8-4d6f-8397-29a8987f4dba to the handler 2019-10-07 13:33:30.151 15020 INFO octavia.api.v2.controllers.listener [req-3bdcbafe-f5ce-4ccb-8b40-39276ea93415 - - - - -] Sending Creation of Listener cc5f3017-b48e-43e3-a013-a4cb9a274397 to handler 2019-10-07 13:33:30.166 15006 INFO octavia.api.v2.controllers.listener [req-5dd96212-08f8-4fcd-92fe-979cbb61b4eb - - - - -] Sending Creation of Listener 8b9b4097-8163-4a26-8c41-69afd830e850 to handler 2019-10-07 13:33:30.191 15012 INFO octavia.api.v2.controllers.pool [req-73ff5823-a2a5-4016-9ec9-640fdfdca779 - - - - -] Sending Creation of Pool 45fbe432-a6e2-49c4-af55-47175e323810 to handler 2019-10-07 13:33:30.213 15020 INFO octavia.api.v2.controllers.pool [req-9771ebfd-5e1b-49eb-98e2-9ce87a43d5b8 - - - - -] Sending Creation of Pool b70b4ecb-0176-4e33-ba9f-57a4920b8b7a to handler 2019-10-07 13:33:30.230 15006 INFO octavia.api.v2.controllers.pool [req-457acf00-31c4-4eee-89c6-0de62b95c2ae - - - - -] Sending Creation of Pool 0c0ba9ca-bb18-4673-9441-47e2e31cb2a6 to handler 2019-10-07 13:33:30.280 15024 INFO octavia.api.v2.controllers.health_monitor [req-126b279e-dbf8-4a6f-ab4d-9bc7188b95e2 - - - - -] Sending Creation of Health Monitor 4fbf7010-136a-4e9c-8eb9-e57fea20e530 to handler 2019-10-07 13:33:30.302 15012 INFO octavia.api.v2.controllers.health_monitor [req-38caeb57-0dbe-4605-aeeb-017f3c5491a9 - - - - -] Sending Creation of Health Monitor 3e652718-fe91-4478-918b-ee3f0cbba58d to handler 2019-10-07 13:33:30.306 15020 INFO octavia.api.v2.controllers.l7policy [req-54276509-d988-442d-a1f1-da6a94dfb356 - - - - -] Sending Creation of L7Policy 1c285234-c78d-4b11-816a-46bb9aa6f7be to handler 2019-10-07 13:33:30.341 15020 INFO oslo_db.sqlalchemy.provision [req-4ecc7eba-01a8-485e-9790-d06146a097e6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:30.342 15020 INFO oslo_db.sqlalchemy.provision [req-4ecc7eba-01a8-485e-9790-d06146a097e6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uenlhcqona 2019-10-07 13:33:30.342 15020 INFO oslo_db.sqlalchemy.provision [req-4ecc7eba-01a8-485e-9790-d06146a097e6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_not_authorized [0.348422s] ... ok 2019-10-07 13:33:30.345 15020 INFO oslo_db.sqlalchemy.provision [req-4ecc7eba-01a8-485e-9790-d06146a097e6 - - - - -] CREATE BACKEND sqlite:// TOKEN ztjmasouwj 2019-10-07 13:33:30.325 15006 INFO octavia.api.v2.controllers.l7policy [req-c81bae01-fcb7-4538-8d3e-fe33cc65e1c9 - - - - -] Sending Creation of L7Policy 8b26ff08-89c1-449f-8afd-f6f119fc3c08 to handler 2019-10-07 13:33:30.429 15012 INFO oslo_db.sqlalchemy.provision [req-6a1097bf-def5-4dea-8b76-4f6636ca8112 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:30.433 15012 INFO oslo_db.sqlalchemy.provision [req-6a1097bf-def5-4dea-8b76-4f6636ca8112 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zvuyomvbfk 2019-10-07 13:33:30.433 15012 INFO oslo_db.sqlalchemy.provision [req-6a1097bf-def5-4dea-8b76-4f6636ca8112 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:30.420 15020 INFO octavia.common.config [req-4ecc7eba-01a8-485e-9790-d06146a097e6 - - - - -] Logging enabled! 2019-10-07 13:33:30.421 15020 INFO octavia.common.config [req-4ecc7eba-01a8-485e-9790-d06146a097e6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_pool_returns_hm_id [0.770825s] ... ok 2019-10-07 13:33:30.467 15024 INFO octavia.api.v2.controllers.health_monitor [req-c8b39945-98eb-4b3c-af36-ef5d210e7af8 - - - - -] Sending Creation of Health Monitor 9ae7f13c-7018-4b3a-9546-b92e72579d83 to handler 2019-10-07 13:33:30.468 15006 INFO octavia.api.v2.controllers.l7policy [req-179ef76b-e902-4998-bf74-596ff4ff941e - e3bc4e9c-1862-4e5c-8399-926aefbc7fd7 - - -] Sending Deletion of L7Policy 8b26ff08-89c1-449f-8afd-f6f119fc3c08 to handler 2019-10-07 13:33:30.437 15012 INFO oslo_db.sqlalchemy.provision [req-6a1097bf-def5-4dea-8b76-4f6636ca8112 - - - - -] CREATE BACKEND sqlite:// TOKEN tphklkxyay 2019-10-07 13:33:30.445 15020 WARNING octavia.api.root_controller [req-4ecc7eba-01a8-485e-9790-d06146a097e6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:30.457 15020 INFO octavia.api.v2.controllers.load_balancer [req-f4a8af1c-b360-40e3-946f-5e372ba789e4 - - - - -] Sending created Load Balancer 0ea89c76-650b-4e4b-a043-b3fcf65a5b7f to the handler 2019-10-07 13:33:30.495 15020 INFO octavia.api.v2.controllers.listener [req-f6fdd36d-10e1-452f-86ec-26351c93cc3e - - - - -] Sending Creation of Listener 636ee524-af99-46d3-973e-2f32a4cad15d to handler 2019-10-07 13:33:30.536 15006 INFO oslo_db.sqlalchemy.provision [req-a95a50da-86fb-4028-b0f3-7701d3f8725b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:30.537 15006 INFO oslo_db.sqlalchemy.provision [req-a95a50da-86fb-4028-b0f3-7701d3f8725b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ysziuixohc 2019-10-07 13:33:30.538 15006 INFO oslo_db.sqlalchemy.provision [req-a95a50da-86fb-4028-b0f3-7701d3f8725b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_authorized [0.529497s] ... ok 2019-10-07 13:33:30.545 15006 INFO oslo_db.sqlalchemy.provision [req-a95a50da-86fb-4028-b0f3-7701d3f8725b - - - - -] CREATE BACKEND sqlite:// TOKEN pxrhuktueo 2019-10-07 13:33:30.521 15012 INFO octavia.common.config [req-6a1097bf-def5-4dea-8b76-4f6636ca8112 - - - - -] Logging enabled! 2019-10-07 13:33:30.521 15012 INFO octavia.common.config [req-6a1097bf-def5-4dea-8b76-4f6636ca8112 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:30.547 15012 WARNING octavia.api.root_controller [req-6a1097bf-def5-4dea-8b76-4f6636ca8112 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:30.568 15012 INFO octavia.api.v2.controllers.load_balancer [req-d8a7ba5b-b409-44aa-981b-c424662bed18 - - - - -] Sending created Load Balancer 38be2cc0-13a9-431f-829b-0668e8a965c7 to the handler 2019-10-07 13:33:30.557 15020 INFO octavia.api.v2.controllers.pool [req-af2ee350-fdd2-4688-9183-1778c0efaeca - - - - -] Sending Creation of Pool a4ab8f12-5cbd-4bff-9a7a-fa2ff28f3666 to handler 2019-10-07 13:33:30.621 15024 INFO oslo_db.sqlalchemy.provision [req-7d8eb264-7782-4364-9cb1-9a279ba429e1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:30.622 15024 INFO oslo_db.sqlalchemy.provision [req-7d8eb264-7782-4364-9cb1-9a279ba429e1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jzeitmrfao 2019-10-07 13:33:30.622 15024 INFO oslo_db.sqlalchemy.provision [req-7d8eb264-7782-4364-9cb1-9a279ba429e1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_sorted [1.459929s] ... ok 2019-10-07 13:33:30.612 15012 INFO octavia.api.v2.controllers.listener [req-5fc8cce5-90fb-4f7a-9545-3417c00f20af - - - - -] Sending Creation of Listener 75444848-61d5-4db2-baed-b37d61f623c9 to handler 2019-10-07 13:33:30.625 15024 INFO oslo_db.sqlalchemy.provision [req-7d8eb264-7782-4364-9cb1-9a279ba429e1 - - - - -] CREATE BACKEND sqlite:// TOKEN ewmbtbfvce 2019-10-07 13:33:30.649 15020 INFO octavia.api.v2.controllers.l7policy [req-fe5a12ef-6a20-407f-bd16-e76c37222157 - - - - -] Sending Creation of L7Policy 79b5d50b-6041-428d-87bd-6fe108520e36 to handler 2019-10-07 13:33:30.655 15006 INFO octavia.common.config [req-a95a50da-86fb-4028-b0f3-7701d3f8725b - - - - -] Logging enabled! 2019-10-07 13:33:30.655 15006 INFO octavia.common.config [req-a95a50da-86fb-4028-b0f3-7701d3f8725b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:30.672 15012 INFO octavia.api.v2.controllers.pool [req-b5ce32ef-e9ca-4250-b4a3-c2eb59109273 - - - - -] Sending Creation of Pool d3c4e226-6dd2-40c0-be5c-9e06f9fb3aad to handler 2019-10-07 13:33:30.696 15024 INFO octavia.common.config [req-7d8eb264-7782-4364-9cb1-9a279ba429e1 - - - - -] Logging enabled! 2019-10-07 13:33:30.697 15024 INFO octavia.common.config [req-7d8eb264-7782-4364-9cb1-9a279ba429e1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:30.689 15006 WARNING octavia.api.root_controller [req-a95a50da-86fb-4028-b0f3-7701d3f8725b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:30.711 15006 INFO octavia.api.v2.controllers.load_balancer [req-7f651f46-cfbd-49c5-9582-fbd8b91f8c91 - - - - -] Sending created Load Balancer d12b2ed1-a6e1-4697-9779-d29603eac914 to the handler 2019-10-07 13:33:30.728 15012 ERROR octavia.api.v2.controllers.base [req-ce939e6d-f3b2-4873-a3be-2e120c035863 - - - - -] L7 Policy 6974dca3-dce0-4293-a4cf-2d7d08c17aa4 not found: None 2019-10-07 13:33:30.728 15012 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:33:30.728 15012 ERROR octavia.api.v2.controllers.base 2019-10-07 13:33:30.739 15012 INFO oslo_db.sqlalchemy.provision [req-ce939e6d-f3b2-4873-a3be-2e120c035863 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:30.741 15012 INFO oslo_db.sqlalchemy.provision [req-ce939e6d-f3b2-4873-a3be-2e120c035863 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tphklkxyay 2019-10-07 13:33:30.741 15012 INFO oslo_db.sqlalchemy.provision [req-ce939e6d-f3b2-4873-a3be-2e120c035863 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_delete [0.307345s] ... ok 2019-10-07 13:33:30.757 15020 INFO oslo_db.sqlalchemy.provision [req-0d269056-3778-4ac8-b9fe-6d96d4f854f8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:30.758 15020 INFO oslo_db.sqlalchemy.provision [req-0d269056-3778-4ac8-b9fe-6d96d4f854f8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ztjmasouwj 2019-10-07 13:33:30.759 15020 INFO oslo_db.sqlalchemy.provision [req-0d269056-3778-4ac8-b9fe-6d96d4f854f8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_one_fields_filter [0.416106s] ... ok 2019-10-07 13:33:30.762 15020 INFO oslo_db.sqlalchemy.provision [req-0d269056-3778-4ac8-b9fe-6d96d4f854f8 - - - - -] CREATE BACKEND sqlite:// TOKEN wcslfveidp 2019-10-07 13:33:30.744 15012 INFO oslo_db.sqlalchemy.provision [req-ce939e6d-f3b2-4873-a3be-2e120c035863 - - - - -] CREATE BACKEND sqlite:// TOKEN ekvjugedlm 2019-10-07 13:33:30.721 15024 WARNING octavia.api.root_controller [req-7d8eb264-7782-4364-9cb1-9a279ba429e1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:30.734 15024 INFO octavia.api.v2.controllers.load_balancer [req-1c9ca67a-ebcc-4804-a1ec-2b3fa267c801 - - - - -] Sending created Load Balancer c02eea20-f102-4006-b6cf-2c14f977fb4b to the handler 2019-10-07 13:33:30.781 15024 INFO octavia.api.v2.controllers.listener [req-231d8405-c4ca-4cb4-a685-66384dae7140 - - - - -] Sending Creation of Listener 7ad4c635-7779-4847-ac9e-e270a66892e8 to handler 2019-10-07 13:33:30.812 15012 INFO octavia.common.config [req-ce939e6d-f3b2-4873-a3be-2e120c035863 - - - - -] Logging enabled! 2019-10-07 13:33:30.813 15012 INFO octavia.common.config [req-ce939e6d-f3b2-4873-a3be-2e120c035863 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:30.838 15020 INFO octavia.common.config [req-0d269056-3778-4ac8-b9fe-6d96d4f854f8 - - - - -] Logging enabled! 2019-10-07 13:33:30.833 15012 WARNING octavia.api.root_controller [req-ce939e6d-f3b2-4873-a3be-2e120c035863 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:30.845 15012 INFO octavia.api.v2.controllers.load_balancer [req-76b9f264-844c-4af8-ab9f-0536d13bb870 - - - - -] Sending created Load Balancer 14ab5dab-61fa-44f8-8958-aa6b5beadc35 to the handler 2019-10-07 13:33:30.848 15024 INFO octavia.api.v2.controllers.pool [req-9012b877-aa00-463b-9f11-9482eea78d3e - - - - -] Sending Creation of Pool dd76d4f1-a5f0-492a-8dff-275252113d45 to handler 2019-10-07 13:33:30.864 15006 INFO octavia.api.v2.controllers.listener [req-c5dbc773-b7c2-41fe-a880-2c4ae963d363 - - - - -] Sending Creation of Listener 715b1387-8c63-4398-9cb4-bfa056f6f21e to handler 2019-10-07 13:33:30.840 15020 INFO octavia.common.config [req-0d269056-3778-4ac8-b9fe-6d96d4f854f8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:30.870 15020 WARNING octavia.api.root_controller [req-0d269056-3778-4ac8-b9fe-6d96d4f854f8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:30.884 15020 INFO octavia.api.v2.controllers.load_balancer [req-e236616c-b413-4d56-a950-bdd842859679 - - - - -] Sending created Load Balancer 5973160c-ee7b-4b9b-809c-7fc992cb8ab1 to the handler 2019-10-07 13:33:30.883 15012 INFO octavia.api.v2.controllers.listener [req-aa0fcbe6-00e7-481f-b9f2-b4cbde6329c6 - - - - -] Sending Creation of Listener 74693d5c-3af0-40cb-812f-4bf82406464c to handler 2019-10-07 13:33:30.946 15012 INFO octavia.api.v2.controllers.pool [req-ea108bd2-1e46-4bef-9218-d20256f01b01 - - - - -] Sending Creation of Pool e9224e47-5165-4b7d-9c2e-29533cd0b901 to handler 2019-10-07 13:33:30.949 15024 INFO octavia.api.v2.controllers.pool [req-07b6d975-b6c9-46ff-b3e4-9603246987ff - - - - -] Sending Creation of Pool f0072be7-88f5-41d4-9121-a203d3d23619 to handler 2019-10-07 13:33:30.931 15020 INFO octavia.api.v2.controllers.listener [req-584b0dfa-5c1d-4549-ab33-d92d8b970acb - - - - -] Sending Creation of Listener 60c8a488-4b69-4d41-a6fc-313391b6e8d6 to handler 2019-10-07 13:33:30.946 15006 INFO octavia.api.v2.controllers.pool [req-491d1c0e-a7c8-49c6-ab38-f3fe9af4430b - - - - -] Sending Creation of Pool 8898ac4a-3c1a-4e27-8de5-304a0c7616ae to handler 2019-10-07 13:33:30.992 15020 INFO octavia.api.v2.controllers.pool [req-8b562ec6-78b7-4f40-be02-96aca0e7880d - - - - -] Sending Creation of Pool f7d0891d-c5a0-4d41-88c9-dda9f94be1b6 to handler 2019-10-07 13:33:31.038 15012 INFO octavia.api.v2.controllers.l7policy [req-a0253d0b-a1a2-4cb0-a145-097935c5f482 - - - - -] Sending Creation of L7Policy 7b2b53ac-ec82-4684-b7f5-dadcdee3a5e6 to handler 2019-10-07 13:33:31.054 15024 INFO octavia.api.v2.controllers.health_monitor [req-1c0dbe70-9931-48b0-bb36-b9c38952ebfd - - - - -] Sending Creation of Health Monitor 8389a37d-8ba3-4ac5-9ada-68a5464f9ed6 to handler 2019-10-07 13:33:31.063 15006 INFO octavia.api.v2.controllers.l7policy [req-6dbb7018-e84f-4274-9375-1ccca833739a - - - - -] Sending Creation of L7Policy a7ebde61-3657-451a-b7e0-415abc1075c7 to handler 2019-10-07 13:33:31.078 15020 INFO octavia.api.v2.controllers.l7policy [req-c1a02c91-0b33-4ff3-8eb2-a13ed2635811 - - - - -] Sending Creation of L7Policy 69b7f606-9672-463f-823a-e8f12e90c023 to handler 2019-10-07 13:33:31.145 15012 INFO octavia.api.v2.controllers.load_balancer [req-1c469be5-98c8-47f6-a9ac-d0c8a2574008 - - - - -] Sending updated Load Balancer 14ab5dab-61fa-44f8-8958-aa6b5beadc35 to the handler 2019-10-07 13:33:31.153 15024 INFO oslo_db.sqlalchemy.provision [req-d366c3c3-2460-4795-b574-900ef89bae50 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:31.155 15024 INFO oslo_db.sqlalchemy.provision [req-d366c3c3-2460-4795-b574-900ef89bae50 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ewmbtbfvce 2019-10-07 13:33:31.155 15024 INFO oslo_db.sqlalchemy.provision [req-d366c3c3-2460-4795-b574-900ef89bae50 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_authorized [0.532240s] ... ok 2019-10-07 13:33:31.158 15024 INFO oslo_db.sqlalchemy.provision [req-d366c3c3-2460-4795-b574-900ef89bae50 - - - - -] CREATE BACKEND sqlite:// TOKEN elznsjlmqm 2019-10-07 13:33:31.176 15012 INFO octavia.api.v2.controllers.l7policy [req-e9a6c926-da26-4058-894d-a9b7401cf431 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:31.188 15012 INFO oslo_db.sqlalchemy.provision [req-e9a6c926-da26-4058-894d-a9b7401cf431 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:31.189 15012 INFO oslo_db.sqlalchemy.provision [req-e9a6c926-da26-4058-894d-a9b7401cf431 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ekvjugedlm 2019-10-07 13:33:31.189 15012 INFO oslo_db.sqlalchemy.provision [req-e9a6c926-da26-4058-894d-a9b7401cf431 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_when_lb_pending_update [0.448261s] ... ok 2019-10-07 13:33:31.192 15012 INFO oslo_db.sqlalchemy.provision [req-e9a6c926-da26-4058-894d-a9b7401cf431 - - - - -] CREATE BACKEND sqlite:// TOKEN caicwvncky 2019-10-07 13:33:31.196 15020 INFO octavia.api.v2.controllers.l7policy [req-f8b0ab4a-1a65-46b4-aa2a-20e2fad00b68 - - - - -] Sending Update of L7Policy 69b7f606-9672-463f-823a-e8f12e90c023 to handler 2019-10-07 13:33:31.239 15024 INFO octavia.common.config [req-d366c3c3-2460-4795-b574-900ef89bae50 - - - - -] Logging enabled! 2019-10-07 13:33:31.239 15024 INFO octavia.common.config [req-d366c3c3-2460-4795-b574-900ef89bae50 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:31.263 15020 INFO oslo_db.sqlalchemy.provision [req-d0c2c391-4b58-4d2c-910f-c686c563c752 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:31.264 15020 INFO oslo_db.sqlalchemy.provision [req-d0c2c391-4b58-4d2c-910f-c686c563c752 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wcslfveidp 2019-10-07 13:33:31.264 15020 INFO oslo_db.sqlalchemy.provision [req-d0c2c391-4b58-4d2c-910f-c686c563c752 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update [0.505447s] ... ok 2019-10-07 13:33:31.283 15006 INFO oslo_db.sqlalchemy.provision [req-e53e4201-3cc8-47d7-8eba-5713e9410196 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:31.284 15006 INFO oslo_db.sqlalchemy.provision [req-e53e4201-3cc8-47d7-8eba-5713e9410196 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pxrhuktueo 2019-10-07 13:33:31.285 15006 INFO oslo_db.sqlalchemy.provision [req-e53e4201-3cc8-47d7-8eba-5713e9410196 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_not_authorized [0.747121s] ... ok 2019-10-07 13:33:31.267 15020 INFO oslo_db.sqlalchemy.provision [req-d0c2c391-4b58-4d2c-910f-c686c563c752 - - - - -] CREATE BACKEND sqlite:// TOKEN mzngllctbs 2019-10-07 13:33:31.288 15006 INFO oslo_db.sqlalchemy.provision [req-e53e4201-3cc8-47d7-8eba-5713e9410196 - - - - -] CREATE BACKEND sqlite:// TOKEN qjtxtfgykp 2019-10-07 13:33:31.264 15024 WARNING octavia.api.root_controller [req-d366c3c3-2460-4795-b574-900ef89bae50 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:31.275 15024 INFO octavia.api.v2.controllers.load_balancer [req-5d11f563-da37-49c0-a0f3-1a34d1ab7b90 - - - - -] Sending created Load Balancer afcdf1fb-fde4-4ef3-92cf-689c514da4f3 to the handler 2019-10-07 13:33:31.311 15024 INFO octavia.api.v2.controllers.listener [req-a2993839-4a7b-4245-9ee6-42cdcc45fcf4 - - - - -] Sending Creation of Listener cf536c3f-afbb-49a1-a6dc-a3f9659ef126 to handler 2019-10-07 13:33:31.260 15012 INFO octavia.common.config [req-e9a6c926-da26-4058-894d-a9b7401cf431 - - - - -] Logging enabled! 2019-10-07 13:33:31.261 15012 INFO octavia.common.config [req-e9a6c926-da26-4058-894d-a9b7401cf431 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:31.281 15012 WARNING octavia.api.root_controller [req-e9a6c926-da26-4058-894d-a9b7401cf431 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:31.293 15012 INFO octavia.api.v2.controllers.load_balancer [req-58276b98-7a4a-427f-b30c-4f75ff5a9753 - - - - -] Sending created Load Balancer cf2f910f-0a65-4e6d-a9b7-f1a8e033cea4 to the handler 2019-10-07 13:33:31.339 15012 INFO octavia.api.v2.controllers.listener [req-d2c9dc8b-a244-417f-a906-c1ed301837bd - - - - -] Sending Creation of Listener 312f79f3-70e6-4b27-b49f-9bf71727cdde to handler 2019-10-07 13:33:31.379 15024 INFO octavia.api.v2.controllers.pool [req-8b6d9918-1f21-447c-a00f-6cd9d84e9f82 - - - - -] Sending Creation of Pool 6d51cab9-cab4-496c-918d-d4e882f9cd75 to handler 2019-10-07 13:33:31.407 15012 INFO octavia.api.v2.controllers.pool [req-52321d86-32e6-44f9-bb19-29ce7874f87b - - - - -] Sending Creation of Pool 906e4148-ed6a-46e0-8253-47f4bb8ab260 to handler 2019-10-07 13:33:31.342 15020 INFO octavia.common.config [req-d0c2c391-4b58-4d2c-910f-c686c563c752 - - - - -] Logging enabled! 2019-10-07 13:33:31.342 15020 INFO octavia.common.config [req-d0c2c391-4b58-4d2c-910f-c686c563c752 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:31.366 15020 WARNING octavia.api.root_controller [req-d0c2c391-4b58-4d2c-910f-c686c563c752 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:31.381 15020 INFO octavia.api.v2.controllers.load_balancer [req-853291c7-3f36-4261-afcd-698cb8e6bc6a - - - - -] Sending created Load Balancer dd14f8b1-52e9-49db-8786-3f159ad2774b to the handler 2019-10-07 13:33:31.420 15020 INFO octavia.api.v2.controllers.listener [req-0f371b09-957f-46a7-95d0-2b0e6f72f0b6 - - - - -] Sending Creation of Listener d3d4b131-f301-49bd-9b13-0b5b631b14f6 to handler 2019-10-07 13:33:31.441 15006 INFO octavia.common.config [req-e53e4201-3cc8-47d7-8eba-5713e9410196 - - - - -] Logging enabled! 2019-10-07 13:33:31.441 15006 INFO octavia.common.config [req-e53e4201-3cc8-47d7-8eba-5713e9410196 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:31.486 15006 WARNING octavia.api.root_controller [req-e53e4201-3cc8-47d7-8eba-5713e9410196 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:31.485 15020 INFO octavia.api.v2.controllers.pool [req-d2058732-c924-41c2-bc2c-f97613a242bb - - - - -] Sending Creation of Pool ac7422bd-076e-4b23-b4f4-563a05ecfdae to handler 2019-10-07 13:33:31.503 15024 INFO octavia.api.v2.controllers.pool [req-8799f94d-d076-45e7-b385-75122d12ac07 - - - - -] Sending Creation of Pool 5094aadd-ea54-4587-93d4-5d2b0ca79e3a to handler 2019-10-07 13:33:31.505 15012 INFO octavia.api.v2.controllers.l7policy [req-c84a655b-d9a6-48e4-a20e-8988e480fd8d - - - - -] Sending Creation of L7Policy 7b64316e-cf90-4d84-a707-c9471b61c942 to handler 2019-10-07 13:33:31.521 15006 INFO octavia.api.v2.controllers.load_balancer [req-4f9bae45-fecb-468b-b74f-628d688e1132 - - - - -] Sending created Load Balancer d8dad264-692f-474b-a1e0-0432529f6e0d to the handler 2019-10-07 13:33:31.567 15006 INFO octavia.api.v2.controllers.listener [req-1dc536fd-a11c-4fee-931d-01f5371ae156 - - - - -] Sending Creation of Listener 03b93ae4-eacd-4367-91d6-97c291423b0b to handler 2019-10-07 13:33:31.577 15020 INFO octavia.api.v2.controllers.l7policy [req-8df612c9-d729-4194-a9dd-2ca42ff6ce85 - - - - -] Sending Creation of L7Policy fc648398-6ee5-4fc0-bcdb-46cf0989a294 to handler 2019-10-07 13:33:31.623 15024 INFO octavia.api.v2.controllers.health_monitor [req-86cdaf97-20c3-4824-9569-658116295878 - - - - -] Sending Creation of Health Monitor 4b8dfe32-da53-4822-aaf4-53da2bc7d2ce to handler 2019-10-07 13:33:31.617 15012 INFO octavia.api.v2.controllers.load_balancer [req-ac24b57d-f003-4e2b-a56f-6862315e16db - - - - -] Sending deleted Load Balancer cf2f910f-0a65-4e6d-a9b7-f1a8e033cea4 to the handler 2019-10-07 13:33:31.649 15012 INFO octavia.api.v2.controllers.l7policy [req-68af5022-58b0-4049-b277-aa2c71002b34 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:31.639 15006 INFO octavia.api.v2.controllers.pool [req-38950307-f247-485f-b871-b657d169ddc5 - - - - -] Sending Creation of Pool 3cda4152-c859-44d9-ae8a-70abd62711a4 to handler 2019-10-07 13:33:31.665 15012 INFO oslo_db.sqlalchemy.provision [req-68af5022-58b0-4049-b277-aa2c71002b34 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:31.663 15020 ERROR octavia.api.v2.controllers.base [req-840fa90c-b1c9-4420-b944-149280fe5092 - - - - -] Pool 0f8d48ab-253f-4a87-9c4f-57f7588aedf8 not found: None 2019-10-07 13:33:31.663 15020 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:33:31.663 15020 ERROR octavia.api.v2.controllers.base 2019-10-07 13:33:31.674 15020 INFO oslo_db.sqlalchemy.provision [req-840fa90c-b1c9-4420-b944-149280fe5092 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:31.676 15020 INFO oslo_db.sqlalchemy.provision [req-840fa90c-b1c9-4420-b944-149280fe5092 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mzngllctbs 2019-10-07 13:33:31.676 15020 INFO oslo_db.sqlalchemy.provision [req-840fa90c-b1c9-4420-b944-149280fe5092 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_pool_bad_pool_id [0.411376s] ... ok 2019-10-07 13:33:31.679 15020 INFO oslo_db.sqlalchemy.provision [req-840fa90c-b1c9-4420-b944-149280fe5092 - - - - -] CREATE BACKEND sqlite:// TOKEN piyqvhlgax 2019-10-07 13:33:31.669 15012 INFO oslo_db.sqlalchemy.provision [req-68af5022-58b0-4049-b277-aa2c71002b34 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN caicwvncky 2019-10-07 13:33:31.670 15012 INFO oslo_db.sqlalchemy.provision [req-68af5022-58b0-4049-b277-aa2c71002b34 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_when_lb_pending_delete [0.480039s] ... ok 2019-10-07 13:33:31.673 15012 INFO oslo_db.sqlalchemy.provision [req-68af5022-58b0-4049-b277-aa2c71002b34 - - - - -] CREATE BACKEND sqlite:// TOKEN hhymswecsd 2019-10-07 13:33:31.731 15024 INFO oslo_db.sqlalchemy.provision [req-b5a9d31a-e816-4448-b2a2-3e8ea41ced9f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:31.732 15024 INFO oslo_db.sqlalchemy.provision [req-b5a9d31a-e816-4448-b2a2-3e8ea41ced9f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN elznsjlmqm 2019-10-07 13:33:31.732 15024 INFO oslo_db.sqlalchemy.provision [req-b5a9d31a-e816-4448-b2a2-3e8ea41ced9f - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_not_authorized [0.577551s] ... ok 2019-10-07 13:33:31.737 15006 INFO octavia.api.v2.controllers.l7policy [req-d2e73a15-fe34-4342-883e-380c0431abb8 - - - - -] Sending Creation of L7Policy bf5c69f2-38db-4559-9006-386bcf7448d9 to handler 2019-10-07 13:33:31.735 15024 INFO oslo_db.sqlalchemy.provision [req-b5a9d31a-e816-4448-b2a2-3e8ea41ced9f - - - - -] CREATE BACKEND sqlite:// TOKEN mhuvdsuwqm 2019-10-07 13:33:31.761 15020 INFO octavia.common.config [req-840fa90c-b1c9-4420-b944-149280fe5092 - - - - -] Logging enabled! 2019-10-07 13:33:31.761 15020 INFO octavia.common.config [req-840fa90c-b1c9-4420-b944-149280fe5092 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:31.782 15020 WARNING octavia.api.root_controller [req-840fa90c-b1c9-4420-b944-149280fe5092 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:31.793 15020 INFO octavia.api.v2.controllers.load_balancer [req-1b74a817-d3f1-4aba-a6d4-177a91f2bb9b - - - - -] Sending created Load Balancer 1e6114aa-26e7-46be-b311-69e536e2dc18 to the handler 2019-10-07 13:33:31.783 15012 INFO octavia.common.config [req-68af5022-58b0-4049-b277-aa2c71002b34 - - - - -] Logging enabled! 2019-10-07 13:33:31.783 15012 INFO octavia.common.config [req-68af5022-58b0-4049-b277-aa2c71002b34 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:31.814 15012 WARNING octavia.api.root_controller [req-68af5022-58b0-4049-b277-aa2c71002b34 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:31.802 15024 INFO octavia.common.config [req-b5a9d31a-e816-4448-b2a2-3e8ea41ced9f - - - - -] Logging enabled! 2019-10-07 13:33:31.803 15024 INFO octavia.common.config [req-b5a9d31a-e816-4448-b2a2-3e8ea41ced9f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:31.829 15012 INFO octavia.api.v2.controllers.load_balancer [req-24df7fa8-376d-4875-b2e9-98346cb3d4ab - - - - -] Sending created Load Balancer 8b46187b-401f-4e6e-96d3-379c06598233 to the handler 2019-10-07 13:33:31.841 15020 INFO octavia.api.v2.controllers.listener [req-65688d61-6b79-491d-9642-f3a0fca335d2 - - - - -] Sending Creation of Listener 90ff51ee-7ade-444f-9ae5-2eef9db29d1f to handler 2019-10-07 13:33:31.824 15024 WARNING octavia.api.root_controller [req-b5a9d31a-e816-4448-b2a2-3e8ea41ced9f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:31.836 15024 INFO octavia.api.v2.controllers.load_balancer [req-42b7f792-5903-45fc-8390-603c078eb678 - - - - -] Sending created Load Balancer 2d6f82a8-1582-42c8-a27a-20b25402f741 to the handler 2019-10-07 13:33:31.873 15024 INFO octavia.api.v2.controllers.listener [req-6bc7d005-c55f-414e-a1c5-da3d46fce47c - - - - -] Sending Creation of Listener 7d9fef96-990c-4b0e-bc45-24ffff5b4126 to handler 2019-10-07 13:33:31.889 15012 INFO octavia.api.v2.controllers.listener [req-5a80f221-d0a1-4820-bcc2-7416f77b557e - - - - -] Sending Creation of Listener db87d6ac-f306-454f-8f2f-238cd8ccf5b5 to handler 2019-10-07 13:33:31.884 15006 INFO octavia.api.v2.controllers.l7policy [req-63882cc8-95bb-4dec-9b1f-23eb267e462e - - - - -] Sending Deletion of L7Policy bf5c69f2-38db-4559-9006-386bcf7448d9 to handler 2019-10-07 13:33:31.903 15020 INFO octavia.api.v2.controllers.pool [req-dc874c2d-c4d5-46a4-ad4c-4958ed5f599c - - - - -] Sending Creation of Pool e7a16326-3eb0-4016-85f0-ab9f2d17914b to handler 2019-10-07 13:33:31.927 15024 INFO octavia.api.v2.controllers.pool [req-b981ed05-897f-4f16-9fdf-d29de9ee20c5 - - - - -] Sending Creation of Pool 0a463d58-87f5-4487-b132-809243d94a17 to handler 2019-10-07 13:33:31.961 15006 INFO oslo_db.sqlalchemy.provision [req-8e748a16-8dce-4b5f-9ef8-61cbe554f2a6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:31.962 15006 INFO oslo_db.sqlalchemy.provision [req-8e748a16-8dce-4b5f-9ef8-61cbe554f2a6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qjtxtfgykp 2019-10-07 13:33:31.962 15006 INFO oslo_db.sqlalchemy.provision [req-8e748a16-8dce-4b5f-9ef8-61cbe554f2a6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_with_bad_handler [0.677423s] ... ok 2019-10-07 13:33:31.965 15006 INFO oslo_db.sqlalchemy.provision [req-8e748a16-8dce-4b5f-9ef8-61cbe554f2a6 - - - - -] CREATE BACKEND sqlite:// TOKEN ubbtrkovgd 2019-10-07 13:33:31.968 15012 INFO octavia.api.v2.controllers.pool [req-808ff5a0-8845-4a1d-850d-bc5a8a15398f - - - - -] Sending Creation of Pool 01ad8c5b-eb83-42b5-9c85-b034e30f8bf6 to handler 2019-10-07 13:33:32.008 15020 INFO octavia.api.v2.controllers.l7policy [req-a2a17025-8b2a-4d93-952a-e76d4a3a8ef1 - - - - -] Sending Creation of L7Policy 0dab089c-2cdb-4eb3-b879-6865e9512975 to handler 2019-10-07 13:33:32.021 15024 INFO octavia.api.v2.controllers.pool [req-ec8201dd-a0e8-4d8d-a371-08e7cfd9de54 - - - - -] Sending Creation of Pool 0bc0a858-c6d4-45d3-9ddb-dacf5657a029 to handler 2019-10-07 13:33:32.065 15012 INFO oslo_db.sqlalchemy.provision [req-c0875d21-da75-4773-bd15-ff2efeb4eb03 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:32.066 15012 INFO oslo_db.sqlalchemy.provision [req-c0875d21-da75-4773-bd15-ff2efeb4eb03 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hhymswecsd 2019-10-07 13:33:32.066 15012 INFO oslo_db.sqlalchemy.provision [req-c0875d21-da75-4773-bd15-ff2efeb4eb03 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_empty_get_all [0.396682s] ... ok 2019-10-07 13:33:32.046 15006 INFO octavia.common.config [req-8e748a16-8dce-4b5f-9ef8-61cbe554f2a6 - - - - -] Logging enabled! 2019-10-07 13:33:32.046 15006 INFO octavia.common.config [req-8e748a16-8dce-4b5f-9ef8-61cbe554f2a6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:32.077 15006 WARNING octavia.api.root_controller [req-8e748a16-8dce-4b5f-9ef8-61cbe554f2a6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:32.069 15012 INFO oslo_db.sqlalchemy.provision [req-c0875d21-da75-4773-bd15-ff2efeb4eb03 - - - - -] CREATE BACKEND sqlite:// TOKEN nahfyapxsq 2019-10-07 13:33:32.093 15006 INFO octavia.api.v2.controllers.load_balancer [req-ce663d30-989b-4a24-8735-033d06d01c33 - - - - -] Sending created Load Balancer b8441319-e06e-4cf6-beb0-f38b059ae24c to the handler 2019-10-07 13:33:32.129 15020 INFO octavia.api.v2.controllers.l7policy [req-41224970-7870-4a80-bf61-e298a9eed0a7 - - - - -] Sending Update of L7Policy 0dab089c-2cdb-4eb3-b879-6865e9512975 to handler 2019-10-07 13:33:32.146 15020 INFO oslo_db.sqlalchemy.provision [req-41224970-7870-4a80-bf61-e298a9eed0a7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:32.147 15020 INFO oslo_db.sqlalchemy.provision [req-41224970-7870-4a80-bf61-e298a9eed0a7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN piyqvhlgax 2019-10-07 13:33:32.147 15020 INFO oslo_db.sqlalchemy.provision [req-41224970-7870-4a80-bf61-e298a9eed0a7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_url_minimal [0.471279s] ... ok 2019-10-07 13:33:32.144 15012 INFO octavia.common.config [req-c0875d21-da75-4773-bd15-ff2efeb4eb03 - - - - -] Logging enabled! 2019-10-07 13:33:32.144 15012 INFO octavia.common.config [req-c0875d21-da75-4773-bd15-ff2efeb4eb03 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:32.165 15012 WARNING octavia.api.root_controller [req-c0875d21-da75-4773-bd15-ff2efeb4eb03 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:32.148 15006 INFO octavia.api.v2.controllers.listener [req-7f799086-86d3-45a5-bef3-a0aad1e4d58a - - - - -] Sending Creation of Listener 29f2fcd2-c710-480d-b283-3e9ae3b78e3d to handler 2019-10-07 13:33:32.186 15024 INFO octavia.api.v2.controllers.pool [req-35ac8b3c-b5aa-4bea-b46f-7fe86abaf482 - - - - -] Sending Creation of Pool d6075616-eb6d-4914-9fc8-ac56e233c25d to handler 2019-10-07 13:33:32.184 15012 INFO octavia.api.v2.controllers.load_balancer [req-d8c1a784-25df-4144-af8c-2497a6844689 - - - - -] Sending created Load Balancer 38acb58b-c2c9-4c61-8699-87cc987819f5 to the handler 2019-10-07 13:33:32.156 15020 INFO oslo_db.sqlalchemy.provision [req-41224970-7870-4a80-bf61-e298a9eed0a7 - - - - -] CREATE BACKEND sqlite:// TOKEN ubcnxxvpzg 2019-10-07 13:33:32.232 15006 INFO octavia.api.v2.controllers.pool [req-669c1db1-1b5c-4b2f-b237-d9226e079623 - - - - -] Sending Creation of Pool 3afa9a71-466a-4bfd-b996-2d66f18fcc1e to handler 2019-10-07 13:33:32.231 15012 INFO octavia.api.v2.controllers.listener [req-5f44faff-4dd9-4d84-a191-a73bf073f850 - - - - -] Sending Creation of Listener 30b511ee-2a0c-48c4-9dc0-989293513d41 to handler 2019-10-07 13:33:32.225 15020 INFO octavia.common.config [req-41224970-7870-4a80-bf61-e298a9eed0a7 - - - - -] Logging enabled! 2019-10-07 13:33:32.225 15020 INFO octavia.common.config [req-41224970-7870-4a80-bf61-e298a9eed0a7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:32.248 15020 WARNING octavia.api.root_controller [req-41224970-7870-4a80-bf61-e298a9eed0a7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:32.262 15020 INFO octavia.api.v2.controllers.load_balancer [req-10f1be49-dd07-4894-95f0-2cd525cbf4ac - - - - -] Sending created Load Balancer 78bda08e-f0e2-4916-8d93-636a777704b6 to the handler 2019-10-07 13:33:32.292 15012 INFO octavia.api.v2.controllers.pool [req-8e906f2c-812c-422f-a917-1c12d0609ea0 - - - - -] Sending Creation of Pool d18d3b9d-4597-48ec-9a21-ad611ceff6b7 to handler 2019-10-07 13:33:32.301 15020 INFO octavia.api.v2.controllers.listener [req-499c1ea8-fe56-4fd5-8622-40598ab1870a - - - - -] Sending Creation of Listener 585d68cf-f013-408f-9575-8dbfa185a976 to handler 2019-10-07 13:33:32.343 15006 INFO octavia.api.v2.controllers.l7policy [req-45d004da-e96b-4eb8-a9af-f730941b82cc - - - - -] Sending Creation of L7Policy 5b1dc74e-c5bb-4f30-aecc-12480685fd68 to handler 2019-10-07 13:33:32.373 15024 INFO octavia.api.v2.controllers.health_monitor [req-8d0ca27b-44a2-41b7-8040-842233398e11 - - - - -] Sending Creation of Health Monitor c871456f-44ad-4e65-a869-b001181f315c to handler 2019-10-07 13:33:32.390 15012 INFO octavia.api.v2.controllers.l7policy [req-43aa9fc7-5978-4213-81bc-926ee88e9f1f - - - - -] Sending Creation of L7Policy 5eeb819e-da28-4288-983a-253ffe2b7fab to handler 2019-10-07 13:33:32.361 15020 INFO octavia.api.v2.controllers.pool [req-8a4ea488-7c50-4372-aedf-693d522405a7 - - - - -] Sending Creation of Pool 98145df6-2791-4513-a161-c161ee38fabe to handler 2019-10-07 13:33:32.425 15012 INFO oslo_db.sqlalchemy.provision [req-35a5e3d9-c030-40e9-8db4-53e25520dbe4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:32.429 15012 INFO oslo_db.sqlalchemy.provision [req-35a5e3d9-c030-40e9-8db4-53e25520dbe4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nahfyapxsq 2019-10-07 13:33:32.429 15012 INFO oslo_db.sqlalchemy.provision [req-35a5e3d9-c030-40e9-8db4-53e25520dbe4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get [0.362657s] ... ok 2019-10-07 13:33:32.432 15012 INFO oslo_db.sqlalchemy.provision [req-35a5e3d9-c030-40e9-8db4-53e25520dbe4 - - - - -] CREATE BACKEND sqlite:// TOKEN heyimeqsgm 2019-10-07 13:33:32.477 15006 INFO oslo_db.sqlalchemy.provision [req-6487e0ed-83c3-4faf-bf71-610ba432c3c2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:32.452 15020 INFO octavia.api.v2.controllers.l7policy [req-680c48c5-efa9-4f90-a3f6-5e29ec8bb97a - - - - -] Sending Creation of L7Policy 562ed18d-677f-4cdb-885a-b25689368b14 to handler 2019-10-07 13:33:32.489 15006 INFO oslo_db.sqlalchemy.provision [req-6487e0ed-83c3-4faf-bf71-610ba432c3c2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ubbtrkovgd 2019-10-07 13:33:32.489 15006 INFO oslo_db.sqlalchemy.provision [req-6487e0ed-83c3-4faf-bf71-610ba432c3c2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all [0.526866s] ... ok 2019-10-07 13:33:32.493 15006 INFO oslo_db.sqlalchemy.provision [req-6487e0ed-83c3-4faf-bf71-610ba432c3c2 - - - - -] CREATE BACKEND sqlite:// TOKEN sztabbqbea 2019-10-07 13:33:32.502 15024 INFO oslo_db.sqlalchemy.provision [req-539e8704-d18d-4360-923d-fc59ee670fe9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:32.503 15024 INFO oslo_db.sqlalchemy.provision [req-539e8704-d18d-4360-923d-fc59ee670fe9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mhuvdsuwqm 2019-10-07 13:33:32.503 15024 INFO oslo_db.sqlalchemy.provision [req-539e8704-d18d-4360-923d-fc59ee670fe9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_one_fields_filter [0.770602s] ... ok 2019-10-07 13:33:32.506 15024 INFO oslo_db.sqlalchemy.provision [req-539e8704-d18d-4360-923d-fc59ee670fe9 - - - - -] CREATE BACKEND sqlite:// TOKEN meuuvkplft 2019-10-07 13:33:32.507 15012 INFO octavia.common.config [req-35a5e3d9-c030-40e9-8db4-53e25520dbe4 - - - - -] Logging enabled! 2019-10-07 13:33:32.507 15012 INFO octavia.common.config [req-35a5e3d9-c030-40e9-8db4-53e25520dbe4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:32.568 15006 INFO octavia.common.config [req-6487e0ed-83c3-4faf-bf71-610ba432c3c2 - - - - -] Logging enabled! 2019-10-07 13:33:32.568 15006 INFO octavia.common.config [req-6487e0ed-83c3-4faf-bf71-610ba432c3c2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:32.538 15012 WARNING octavia.api.root_controller [req-35a5e3d9-c030-40e9-8db4-53e25520dbe4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:32.550 15012 INFO octavia.api.v2.controllers.load_balancer [req-1e668836-2a7c-47f9-bc50-feb12321e4d5 - - - - -] Sending created Load Balancer fa9be1dd-61bf-4912-99a0-e1a669073ce6 to the handler 2019-10-07 13:33:32.576 15024 INFO octavia.common.config [req-539e8704-d18d-4360-923d-fc59ee670fe9 - - - - -] Logging enabled! 2019-10-07 13:33:32.576 15024 INFO octavia.common.config [req-539e8704-d18d-4360-923d-fc59ee670fe9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:32.577 15020 INFO octavia.api.v2.controllers.l7policy [req-83eba7a3-2d1b-4edc-a188-30acf38998b3 - - - - -] Sending Update of L7Policy 562ed18d-677f-4cdb-885a-b25689368b14 to handler 2019-10-07 13:33:32.588 15012 INFO octavia.api.v2.controllers.listener [req-1a948ed5-862a-4e58-b40b-7fc4a4276d2a - - - - -] Sending Creation of Listener 2aa39118-ff96-4573-874e-446833041855 to handler 2019-10-07 13:33:32.597 15006 WARNING octavia.api.root_controller [req-6487e0ed-83c3-4faf-bf71-610ba432c3c2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:32.611 15006 INFO octavia.api.v2.controllers.load_balancer [req-3f2ac99b-1d18-4e32-90a1-79eeebaf738f - - - - -] Sending created Load Balancer 28f3d957-7718-4cd6-97a4-00f29f10fcd7 to the handler 2019-10-07 13:33:32.599 15024 WARNING octavia.api.root_controller [req-539e8704-d18d-4360-923d-fc59ee670fe9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:32.610 15024 INFO octavia.api.v2.controllers.load_balancer [req-fd5333f2-4bd8-4d11-9fc3-77eeb3c9c841 - - - - -] Sending created Load Balancer 179c227c-7f7c-4252-841d-d6e255fee8bf to the handler 2019-10-07 13:33:32.646 15024 INFO octavia.api.v2.controllers.listener [req-3e0f307f-8432-4e74-a9c6-7d754481308d - - - - -] Sending Creation of Listener fe1ace3e-b5e6-47b9-8118-874b2af8723e to handler 2019-10-07 13:33:32.653 15006 INFO octavia.api.v2.controllers.listener [req-51b005f0-856b-49df-ab91-8054bbf6a927 - - - - -] Sending Creation of Listener dedc38e9-4584-4a44-b8ae-cdd2cfff2f92 to handler 2019-10-07 13:33:32.659 15012 INFO octavia.api.v2.controllers.pool [req-00aea552-48a9-4380-bd7a-c9a186e91a8a - - - - -] Sending Creation of Pool 49eaed69-83ac-438a-9201-bcd1bab9d8b2 to handler 2019-10-07 13:33:32.682 15020 INFO oslo_db.sqlalchemy.provision [req-6b4eeea1-8892-4acd-a4bb-bfa01787a673 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:32.683 15020 INFO oslo_db.sqlalchemy.provision [req-6b4eeea1-8892-4acd-a4bb-bfa01787a673 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ubcnxxvpzg 2019-10-07 13:33:32.683 15020 INFO oslo_db.sqlalchemy.provision [req-6b4eeea1-8892-4acd-a4bb-bfa01787a673 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_with_bad_handler [0.535904s] ... ok 2019-10-07 13:33:32.687 15020 INFO oslo_db.sqlalchemy.provision [req-6b4eeea1-8892-4acd-a4bb-bfa01787a673 - - - - -] CREATE BACKEND sqlite:// TOKEN woffxgcvcr 2019-10-07 13:33:32.703 15024 INFO octavia.api.v2.controllers.pool [req-0082f5f2-2a2a-420c-876e-f2be58766032 - - - - -] Sending Creation of Pool bc10884c-3acd-453d-a4bb-2eb53894429c to handler 2019-10-07 13:33:32.713 15006 INFO octavia.api.v2.controllers.pool [req-474860c0-2a0e-4cf5-916c-68663827c250 - - - - -] Sending Creation of Pool c4a516f1-e642-4bc3-b187-fc92dc840504 to handler 2019-10-07 13:33:32.750 15012 INFO octavia.api.v2.controllers.l7policy [req-c9ec8b03-2226-4fb7-b6b5-a703445efbd3 - - - - -] Sending Creation of L7Policy 1efb43d7-0d21-4164-a989-9ad16f3e8be3 to handler 2019-10-07 13:33:32.778 15006 INFO octavia.api.v2.controllers.load_balancer [req-e64218c7-1c44-4b02-bece-09ba2eb391b5 - - - - -] Sending created Load Balancer e1b617e3-1d2e-4611-a8da-1ca12b54b5d4 to the handler 2019-10-07 13:33:32.776 15020 INFO octavia.common.config [req-6b4eeea1-8892-4acd-a4bb-bfa01787a673 - - - - -] Logging enabled! 2019-10-07 13:33:32.776 15020 INFO octavia.common.config [req-6b4eeea1-8892-4acd-a4bb-bfa01787a673 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:32.798 15024 INFO octavia.api.v2.controllers.pool [req-d33c8e67-15b2-4782-9695-b5690b02758b - - - - -] Sending Creation of Pool d4ff57d3-3fe6-493f-9de6-4e09e0761149 to handler 2019-10-07 13:33:32.818 15006 INFO octavia.api.v2.controllers.listener [req-04440e1a-ee5f-4d5f-a9f1-8cd9df5b0db0 - - - - -] Sending Creation of Listener 1e9222cb-f247-46e7-ba17-b3aa7d982d1f to handler 2019-10-07 13:33:32.806 15020 WARNING octavia.api.root_controller [req-6b4eeea1-8892-4acd-a4bb-bfa01787a673 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:32.818 15020 INFO octavia.api.v2.controllers.load_balancer [req-202fbaa2-d7f5-4fa0-b38c-954c7a2222a5 - - - - -] Sending created Load Balancer e0e6b406-48fe-43ca-aaa3-5411ede74ae0 to the handler 2019-10-07 13:33:32.876 15006 INFO octavia.api.v2.controllers.pool [req-e623bb7e-a55d-4fc7-8a6a-a6d697e6ed87 - - - - -] Sending Creation of Pool a60b058d-5c1c-4d57-b75f-cd00568e2d58 to handler 2019-10-07 13:33:32.886 15012 INFO octavia.api.v2.controllers.l7policy [req-7375eadc-8abc-49b1-92ec-bdec1a0601b9 - - - - -] Sending Creation of L7Policy b89e543f-cfd9-4ccc-aa68-f3d8b6582851 to handler 2019-10-07 13:33:32.915 15024 INFO octavia.api.v2.controllers.health_monitor [req-8f571d83-d946-4eb9-89e3-b27b6127b142 - - - - -] Sending Creation of Health Monitor f12e572c-34a8-41b9-a3a5-08bc27569de2 to handler 2019-10-07 13:33:32.958 15020 INFO octavia.api.v2.controllers.listener [req-165c9765-f805-43c5-99c3-1e0957ec5d42 - - - - -] Sending Creation of Listener d20dcb20-18d5-4789-94c7-e7f41296c54f to handler 2019-10-07 13:33:32.971 15006 INFO octavia.api.v2.controllers.l7policy [req-88bd7098-efcd-4228-9513-56ce5a9acdc4 - - - - -] Sending Creation of L7Policy a2387e37-a57b-49ad-a0ca-9c24fa19993a to handler 2019-10-07 13:33:33.022 15024 INFO octavia.api.v2.controllers.health_monitor [req-b0e87466-2c08-4bef-b547-c8a8e6284c32 - fae15ce6-6a94-4710-9f31-9b08f111dd5a - - -] Sending Update of Health Monitor for Pool f12e572c-34a8-41b9-a3a5-08bc27569de2 to handler 2019-10-07 13:33:33.049 15020 INFO octavia.api.v2.controllers.l7policy [req-857cf245-9eb1-4dc6-83f2-6f4ffd5be0ed - - - - -] Sending Creation of L7Policy e61c85b6-80f0-4897-89fd-c4e0bb37a45a to handler 2019-10-07 13:33:33.045 15012 INFO octavia.api.v2.controllers.l7policy [req-13683b07-0516-4dac-a138-7ec5705b1d06 - - - - -] Sending Creation of L7Policy 22e495b2-e36c-4859-afdf-52b6c4e68b0e to handler 2019-10-07 13:33:33.118 15006 INFO octavia.api.v2.controllers.l7policy [req-5a203bdb-461f-4d26-ab8e-8309e5c72518 - - - - -] Sending Creation of L7Policy 1012a4e5-ce53-4e15-8c47-f162a7554fe8 to handler 2019-10-07 13:33:33.130 15024 INFO oslo_db.sqlalchemy.provision [req-fd384cd5-3fc0-42a2-9b93-38d1a98cf86a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:33.131 15024 INFO oslo_db.sqlalchemy.provision [req-fd384cd5-3fc0-42a2-9b93-38d1a98cf86a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN meuuvkplft 2019-10-07 13:33:33.131 15024 INFO oslo_db.sqlalchemy.provision [req-fd384cd5-3fc0-42a2-9b93-38d1a98cf86a - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_authorized [0.627869s] ... ok 2019-10-07 13:33:33.134 15024 INFO oslo_db.sqlalchemy.provision [req-fd384cd5-3fc0-42a2-9b93-38d1a98cf86a - - - - -] CREATE BACKEND sqlite:// TOKEN kyomkleigv 2019-10-07 13:33:33.166 15020 INFO oslo_db.sqlalchemy.provision [req-f03c7b40-2a54-4e54-99a1-e54995cfd936 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:33.168 15020 INFO oslo_db.sqlalchemy.provision [req-f03c7b40-2a54-4e54-99a1-e54995cfd936 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN woffxgcvcr 2019-10-07 13:33:33.168 15020 INFO oslo_db.sqlalchemy.provision [req-f03c7b40-2a54-4e54-99a1-e54995cfd936 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_file_type_rule [0.484315s] ... ok 2019-10-07 13:33:33.179 15020 INFO oslo_db.sqlalchemy.provision [req-f03c7b40-2a54-4e54-99a1-e54995cfd936 - - - - -] CREATE BACKEND sqlite:// TOKEN kplhclvbvl 2019-10-07 13:33:33.201 15024 INFO octavia.common.config [req-fd384cd5-3fc0-42a2-9b93-38d1a98cf86a - - - - -] Logging enabled! 2019-10-07 13:33:33.202 15024 INFO octavia.common.config [req-fd384cd5-3fc0-42a2-9b93-38d1a98cf86a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:33.223 15024 WARNING octavia.api.root_controller [req-fd384cd5-3fc0-42a2-9b93-38d1a98cf86a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:33.234 15024 INFO octavia.api.v2.controllers.load_balancer [req-e79df758-663c-46da-8e7b-e5853eead19e - - - - -] Sending created Load Balancer e63b3c98-749c-4d09-8d96-143352001d2d to the handler 2019-10-07 13:33:33.277 15006 INFO octavia.api.v2.controllers.l7policy [req-5cdd430e-a7ea-4a59-9fc7-0ef099653c52 - - - - -] Sending Creation of L7Policy e0776987-45cb-4a4b-8b94-e1ce6f22ba6e to handler 2019-10-07 13:33:33.265 15020 INFO octavia.common.config [req-f03c7b40-2a54-4e54-99a1-e54995cfd936 - - - - -] Logging enabled! 2019-10-07 13:33:33.265 15020 INFO octavia.common.config [req-f03c7b40-2a54-4e54-99a1-e54995cfd936 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:33.273 15012 INFO oslo_db.sqlalchemy.provision [req-309060c1-66d6-462a-b954-daaa31a15b8e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:33.274 15012 INFO oslo_db.sqlalchemy.provision [req-309060c1-66d6-462a-b954-daaa31a15b8e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN heyimeqsgm 2019-10-07 13:33:33.275 15012 INFO oslo_db.sqlalchemy.provision [req-309060c1-66d6-462a-b954-daaa31a15b8e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_limited [0.845094s] ... ok 2019-10-07 13:33:33.272 15024 INFO octavia.api.v2.controllers.listener [req-bc292f8e-a317-4772-bfef-93d90c10ef31 - - - - -] Sending Creation of Listener 43e63c93-5a93-44a5-bd48-c8da090a368d to handler 2019-10-07 13:33:33.298 15020 WARNING octavia.api.root_controller [req-f03c7b40-2a54-4e54-99a1-e54995cfd936 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:33.278 15012 INFO oslo_db.sqlalchemy.provision [req-309060c1-66d6-462a-b954-daaa31a15b8e - - - - -] CREATE BACKEND sqlite:// TOKEN hxebtfkhkp 2019-10-07 13:33:33.315 15020 INFO octavia.api.v2.controllers.load_balancer [req-3c2d5771-1a40-4a38-8f80-1262ece40f76 - - - - -] Sending created Load Balancer e89356d1-1ad7-4e50-a297-3dbeb1cb0c60 to the handler 2019-10-07 13:33:33.326 15024 INFO octavia.api.v2.controllers.pool [req-97c60f15-85ce-4c01-9b67-e1d6d80907f6 - - - - -] Sending Creation of Pool 559a32d2-8de2-425b-ab68-35520e344847 to handler 2019-10-07 13:33:33.359 15020 INFO octavia.api.v2.controllers.listener [req-04c60f94-c42a-4a1d-a102-ec68adc1762e - - - - -] Sending Creation of Listener d780df19-3c63-47cf-8c52-3149db3d9e7f to handler 2019-10-07 13:33:33.356 15012 INFO octavia.common.config [req-309060c1-66d6-462a-b954-daaa31a15b8e - - - - -] Logging enabled! 2019-10-07 13:33:33.358 15012 INFO octavia.common.config [req-309060c1-66d6-462a-b954-daaa31a15b8e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:33.379 15012 WARNING octavia.api.root_controller [req-309060c1-66d6-462a-b954-daaa31a15b8e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:33.395 15012 INFO octavia.api.v2.controllers.load_balancer [req-5b2317ce-5fdd-41cb-9852-62c98137698d - - - - -] Sending created Load Balancer e1cce2c5-c76c-4eed-aeea-c5122e4a3f9b to the handler 2019-10-07 13:33:33.416 15024 INFO octavia.api.v2.controllers.pool [req-8aeb6cb4-eac7-4212-95de-d8a88bf80525 - - - - -] Sending Creation of Pool 9c792ecb-e61a-4bc7-9996-a9413da9f993 to handler 2019-10-07 13:33:33.454 15006 INFO oslo_db.sqlalchemy.provision [req-c3a7e298-9bcd-437e-ad82-3ee3a7603504 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:33.455 15006 INFO oslo_db.sqlalchemy.provision [req-c3a7e298-9bcd-437e-ad82-3ee3a7603504 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sztabbqbea 2019-10-07 13:33:33.455 15006 INFO oslo_db.sqlalchemy.provision [req-c3a7e298-9bcd-437e-ad82-3ee3a7603504 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_admin [0.965770s] ... ok 2019-10-07 13:33:33.459 15006 INFO oslo_db.sqlalchemy.provision [req-c3a7e298-9bcd-437e-ad82-3ee3a7603504 - - - - -] CREATE BACKEND sqlite:// TOKEN opsolqpwru 2019-10-07 13:33:33.439 15020 INFO octavia.api.v2.controllers.l7policy [req-b738c5e4-ab0e-49ba-9980-a490dcc81dfc - - - - -] Sending Creation of L7Policy c0897d7b-380e-44a7-9972-384e71f07488 to handler 2019-10-07 13:33:33.518 15012 INFO octavia.api.v2.controllers.listener [req-b4d31443-5091-492e-a000-ec40efebc8ca - - - - -] Sending Creation of Listener 980a9702-6377-4e00-8917-b5127035bced to handler 2019-10-07 13:33:33.525 15024 INFO octavia.api.v2.controllers.health_monitor [req-010cbc4e-450c-4c1f-8066-f9579b3d67ba - - - - -] Sending Creation of Health Monitor 2192eba6-94bc-45ce-9a2d-0cd6888d7f72 to handler 2019-10-07 13:33:33.550 15020 INFO oslo_db.sqlalchemy.provision [req-2a9249d7-902e-4904-97e3-787ccff8656c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:33.552 15020 INFO oslo_db.sqlalchemy.provision [req-2a9249d7-902e-4904-97e3-787ccff8656c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kplhclvbvl 2019-10-07 13:33:33.552 15020 INFO oslo_db.sqlalchemy.provision [req-2a9249d7-902e-4904-97e3-787ccff8656c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_host_name_rule [0.384036s] ... ok 2019-10-07 13:33:33.555 15020 INFO oslo_db.sqlalchemy.provision [req-2a9249d7-902e-4904-97e3-787ccff8656c - - - - -] CREATE BACKEND sqlite:// TOKEN hrjfkfijcp 2019-10-07 13:33:33.535 15006 INFO octavia.common.config [req-c3a7e298-9bcd-437e-ad82-3ee3a7603504 - - - - -] Logging enabled! 2019-10-07 13:33:33.535 15006 INFO octavia.common.config [req-c3a7e298-9bcd-437e-ad82-3ee3a7603504 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:33.580 15012 INFO octavia.api.v2.controllers.pool [req-4e139491-2525-400d-a310-3e9080a73367 - - - - -] Sending Creation of Pool 4bef0cf8-5a51-4e60-97f8-0b5bff408d18 to handler 2019-10-07 13:33:33.601 15006 WARNING octavia.api.root_controller [req-c3a7e298-9bcd-437e-ad82-3ee3a7603504 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:33.613 15006 INFO octavia.api.v2.controllers.load_balancer [req-4c3628bc-bd4f-45c8-acdc-ad096d4fe73a - - - - -] Sending created Load Balancer 9b3dd09d-ce61-4da7-a3fc-197a2102362b to the handler 2019-10-07 13:33:33.646 15020 INFO octavia.common.config [req-2a9249d7-902e-4904-97e3-787ccff8656c - - - - -] Logging enabled! 2019-10-07 13:33:33.647 15020 INFO octavia.common.config [req-2a9249d7-902e-4904-97e3-787ccff8656c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:33.651 15012 INFO octavia.api.v2.controllers.load_balancer [req-d367c642-c91c-4ef8-b768-2f4a00c2f389 - - - - -] Sending created Load Balancer 01a19305-3967-4772-b2b7-048ed196a52a to the handler 2019-10-07 13:33:33.698 15024 INFO oslo_db.sqlalchemy.provision [req-8dc5b261-66d6-40f8-8054-08df4963b143 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:33.699 15024 INFO oslo_db.sqlalchemy.provision [req-8dc5b261-66d6-40f8-8054-08df4963b143 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kyomkleigv 2019-10-07 13:33:33.700 15024 INFO oslo_db.sqlalchemy.provision [req-8dc5b261-66d6-40f8-8054-08df4963b143 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_not_authorized [0.568128s] ... ok 2019-10-07 13:33:33.684 15012 INFO octavia.api.v2.controllers.load_balancer [req-7d60a3e7-d85d-4743-9234-1888156dff19 - - - - -] Sending created Load Balancer a4125fee-6ece-46e7-8bc4-b658cad39ac5 to the handler 2019-10-07 13:33:33.703 15024 INFO oslo_db.sqlalchemy.provision [req-8dc5b261-66d6-40f8-8054-08df4963b143 - - - - -] CREATE BACKEND sqlite:// TOKEN pgsnigfhse 2019-10-07 13:33:33.676 15020 WARNING octavia.api.root_controller [req-2a9249d7-902e-4904-97e3-787ccff8656c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:33.688 15020 INFO octavia.api.v2.controllers.load_balancer [req-604fc070-c63a-47eb-b27f-0c7194d37eb0 - - - - -] Sending created Load Balancer 8519c954-0038-496a-8149-87501ed2291a to the handler 2019-10-07 13:33:33.739 15020 INFO octavia.api.v2.controllers.listener [req-14a994c1-719a-4482-b77e-cbbe1fd90cba - - - - -] Sending Creation of Listener 08e38070-1e5d-4ed4-ac24-dcda194c1ef4 to handler 2019-10-07 13:33:33.733 15012 INFO octavia.api.v2.controllers.listener [req-0f80c29d-9f2e-4286-9338-e18661772e08 - - - - -] Sending Creation of Listener 2e2f4620-8874-4971-83fd-e0741de9cae5 to handler 2019-10-07 13:33:33.703 15006 INFO octavia.api.v2.controllers.listener [req-7ced4fdd-728e-4eb0-b6e1-1b2ed9fc83a5 - - - - -] Sending Creation of Listener 2044d352-ad02-47d0-aee1-8448bd7ff71b to handler 2019-10-07 13:33:33.805 15006 INFO octavia.api.v2.controllers.pool [req-cbedddc9-17d9-4e03-8075-6ba0fde98a8b - - - - -] Sending Creation of Pool 3d81f7f8-54c3-4efd-b0c5-fb1b92c80b9a to handler 2019-10-07 13:33:33.792 15012 INFO octavia.api.v2.controllers.listener [req-1dd31d12-66a0-47b0-a3c2-0c09af3bbd52 - - - - -] Sending Creation of Listener bc811757-1c36-41fa-9d71-4bd9d243fc1f to handler 2019-10-07 13:33:33.847 15020 INFO octavia.api.v2.controllers.l7policy [req-cba77544-7a97-43e5-99f1-55071a52dba8 - - - - -] Sending Creation of L7Policy e3ac56a7-8c29-416f-b24f-ec7f0ea72a10 to handler 2019-10-07 13:33:33.854 15012 INFO octavia.api.v2.controllers.pool [req-a0fd6124-b282-4741-a586-9c309ff41d27 - - - - -] Sending Creation of Pool e4dab7a4-2504-48cd-961a-0bd96bfacb3f to handler 2019-10-07 13:33:33.809 15024 INFO octavia.common.config [req-8dc5b261-66d6-40f8-8054-08df4963b143 - - - - -] Logging enabled! 2019-10-07 13:33:33.809 15024 INFO octavia.common.config [req-8dc5b261-66d6-40f8-8054-08df4963b143 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:33.849 15024 WARNING octavia.api.root_controller [req-8dc5b261-66d6-40f8-8054-08df4963b143 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:33.861 15024 INFO octavia.api.v2.controllers.load_balancer [req-7dd8243f-3911-4849-b8b7-7ba29c4d6cbb - - - - -] Sending created Load Balancer dfcb10ed-7309-4b0b-9e89-f11c8c37bf13 to the handler 2019-10-07 13:33:33.898 15024 INFO octavia.api.v2.controllers.listener [req-58162126-acdd-49ed-a476-7eb118d31603 - - - - -] Sending Creation of Listener 17d6a215-a69c-4d61-a3e6-097f5be39667 to handler 2019-10-07 13:33:33.895 15006 INFO octavia.api.v2.controllers.l7policy [req-d31e9b1f-9a6b-4cc5-8b7e-756758480861 - - - - -] Sending Creation of L7Policy 9910e822-701e-4ae2-8360-7aa5d8e4c95c to handler 2019-10-07 13:33:33.952 15012 INFO octavia.api.v2.controllers.l7policy [req-947dcd36-14ee-4611-9e2b-0021e12b20a0 - - - - -] Sending Creation of L7Policy 84ee6194-7e9a-48b3-a0e5-2d9f92504df1 to handler 2019-10-07 13:33:33.982 15024 INFO octavia.api.v2.controllers.pool [req-45315ec0-bc01-4699-93af-81836c5354f5 - - - - -] Sending Creation of Pool 72e45845-1728-48fa-af9b-53d768331ad2 to handler 2019-10-07 13:33:34.021 15006 INFO octavia.api.v2.controllers.l7policy [req-254d4903-535f-48e8-bf22-0906a5a041d6 - - - - -] Sending Creation of L7Policy b52c9c4a-cb61-429e-be0e-0134c15d1a69 to handler 2019-10-07 13:33:34.078 15024 INFO octavia.api.v2.controllers.pool [req-ecba3ad2-210d-4d11-bba1-e9af2db383e6 - - - - -] Sending Creation of Pool e742920b-a417-47e3-913c-95a2ae550cf3 to handler 2019-10-07 13:33:34.166 15006 INFO octavia.api.v2.controllers.l7policy [req-8b7a00a5-892e-481b-89d7-bdfa9dfe62dc - - - - -] Sending Creation of L7Policy 8e8403dd-7c96-4eed-b919-f9801be7e79d to handler 2019-10-07 13:33:34.178 15020 INFO octavia.api.v2.controllers.l7rule [req-819fd559-68ea-43d3-be09-24bd472ade18 - - - - -] Sending Creation of L7Rule 0fa466d5-dcbb-404d-915e-b888a36a28b5 to handler 2019-10-07 13:33:34.179 15024 INFO octavia.api.v2.controllers.health_monitor [req-42791396-f3e3-43d0-bab6-f4f71e25082d - - - - -] Sending Creation of Health Monitor ca24f62d-009c-4514-95b3-e147852842ec to handler 2019-10-07 13:33:34.217 15012 INFO octavia.api.v2.controllers.l7policy [req-cef67b69-25a3-4c52-9d8c-ed144a90b083 - - - - -] Sending Creation of L7Policy dbc23642-2436-40a2-aca5-e727caf7008f to handler 2019-10-07 13:33:34.287 15024 INFO octavia.api.v2.controllers.health_monitor [req-7b5ef1e3-2147-45b5-960e-77fbc9f39d80 - - - - -] Sending Update of Health Monitor for Pool ca24f62d-009c-4514-95b3-e147852842ec to handler 2019-10-07 13:33:34.327 15006 INFO oslo_db.sqlalchemy.provision [req-ef3643e9-eb5e-4532-9f77-f4248b9ed08b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:34.328 15006 INFO oslo_db.sqlalchemy.provision [req-ef3643e9-eb5e-4532-9f77-f4248b9ed08b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN opsolqpwru 2019-10-07 13:33:34.329 15006 INFO oslo_db.sqlalchemy.provision [req-ef3643e9-eb5e-4532-9f77-f4248b9ed08b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_fields_filter [0.872913s] ... ok 2019-10-07 13:33:34.348 15020 INFO oslo_db.sqlalchemy.provision [req-1decf6ed-f872-4aa7-b9a5-bb9711876ba1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:34.352 15020 INFO oslo_db.sqlalchemy.provision [req-1decf6ed-f872-4aa7-b9a5-bb9711876ba1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hrjfkfijcp 2019-10-07 13:33:34.354 15020 INFO oslo_db.sqlalchemy.provision [req-1decf6ed-f872-4aa7-b9a5-bb9711876ba1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_header_rule [0.802975s] ... ok 2019-10-07 13:33:34.336 15006 INFO oslo_db.sqlalchemy.provision [req-ef3643e9-eb5e-4532-9f77-f4248b9ed08b - - - - -] CREATE BACKEND sqlite:// TOKEN ufvfzhthvy 2019-10-07 13:33:34.359 15020 INFO oslo_db.sqlalchemy.provision [req-1decf6ed-f872-4aa7-b9a5-bb9711876ba1 - - - - -] CREATE BACKEND sqlite:// TOKEN cykklcgbdd 2019-10-07 13:33:34.409 15006 INFO octavia.common.config [req-ef3643e9-eb5e-4532-9f77-f4248b9ed08b - - - - -] Logging enabled! 2019-10-07 13:33:34.411 15006 INFO octavia.common.config [req-ef3643e9-eb5e-4532-9f77-f4248b9ed08b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:34.433 15006 WARNING octavia.api.root_controller [req-ef3643e9-eb5e-4532-9f77-f4248b9ed08b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:34.445 15006 INFO octavia.api.v2.controllers.load_balancer [req-2b241fac-d0db-4239-ac0d-9ee136c7781d - - - - -] Sending created Load Balancer f578828e-2cc7-421e-93f8-779e5b8259a3 to the handler 2019-10-07 13:33:34.409 15024 INFO oslo_db.sqlalchemy.provision [req-d604958b-be29-4cac-908b-fe7b5430e98d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:34.411 15024 INFO oslo_db.sqlalchemy.provision [req-d604958b-be29-4cac-908b-fe7b5430e98d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pgsnigfhse 2019-10-07 13:33:34.411 15024 INFO oslo_db.sqlalchemy.provision [req-d604958b-be29-4cac-908b-fe7b5430e98d - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_with_bad_handler [0.711365s] ... ok 2019-10-07 13:33:34.510 15012 INFO octavia.api.v2.controllers.l7policy [req-3eb9dad2-b255-4fbf-be7a-821427e1081f - - - - -] Sending Creation of L7Policy fb0b5212-7095-4cb2-af37-2c2c2d786e6f to handler 2019-10-07 13:33:34.414 15024 INFO oslo_db.sqlalchemy.provision [req-d604958b-be29-4cac-908b-fe7b5430e98d - - - - -] CREATE BACKEND sqlite:// TOKEN ssnkjpdyme 2019-10-07 13:33:34.482 15024 INFO octavia.common.config [req-d604958b-be29-4cac-908b-fe7b5430e98d - - - - -] Logging enabled! 2019-10-07 13:33:34.483 15024 INFO octavia.common.config [req-d604958b-be29-4cac-908b-fe7b5430e98d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:34.505 15024 WARNING octavia.api.root_controller [req-d604958b-be29-4cac-908b-fe7b5430e98d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:34.488 15006 INFO octavia.api.v2.controllers.listener [req-90282826-8013-48d1-b4db-629b2d5e1733 - - - - -] Sending Creation of Listener 4742ca17-3ef1-4860-9332-1aabc963e290 to handler 2019-10-07 13:33:34.516 15024 INFO octavia.api.v2.controllers.load_balancer [req-5fad8ced-a581-4fff-85ba-069e6a748871 - - - - -] Sending created Load Balancer 32ff428b-71db-445a-8bd2-c4653d9ac930 to the handler 2019-10-07 13:33:34.541 15020 INFO octavia.common.config [req-1decf6ed-f872-4aa7-b9a5-bb9711876ba1 - - - - -] Logging enabled! 2019-10-07 13:33:34.553 15024 INFO octavia.api.v2.controllers.listener [req-b17f6b88-183f-4d6e-948e-8e49c62ae374 - - - - -] Sending Creation of Listener 2c174f00-a9c0-4aa6-9a29-9faa4bf8b730 to handler 2019-10-07 13:33:34.543 15020 INFO octavia.common.config [req-1decf6ed-f872-4aa7-b9a5-bb9711876ba1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:34.567 15020 WARNING octavia.api.root_controller [req-1decf6ed-f872-4aa7-b9a5-bb9711876ba1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:34.549 15006 INFO octavia.api.v2.controllers.pool [req-dac6ce86-8be7-41f7-8335-d3dd05d1041a - - - - -] Sending Creation of Pool b8d82760-014e-4d62-809b-051ed08d16b5 to handler 2019-10-07 13:33:34.582 15020 INFO octavia.api.v2.controllers.load_balancer [req-c97c611c-ad49-47e0-beb0-81f3b4ac3c65 - - - - -] Sending created Load Balancer 7689e340-f116-4fa1-98a4-13137c49a6c4 to the handler 2019-10-07 13:33:34.621 15006 INFO octavia.api.v2.controllers.load_balancer [req-0c9b16e6-f211-4154-8644-ef02a24d2fd2 - - - - -] Sending created Load Balancer ddb42ed8-8331-4bab-9a1f-167c3efb1553 to the handler 2019-10-07 13:33:34.615 15024 INFO octavia.api.v2.controllers.pool [req-64bc85d8-dafe-4b19-b665-028d57130bfa - - - - -] Sending Creation of Pool 4b4841fb-722a-427a-86ac-82365cf71295 to handler 2019-10-07 13:33:34.663 15006 INFO octavia.api.v2.controllers.listener [req-3994066b-9db5-4fa4-9f07-121431cd4ae6 - - - - -] Sending Creation of Listener 92de8a88-0392-492e-9b6a-91e0137d7b28 to handler 2019-10-07 13:33:34.684 15024 INFO oslo_db.sqlalchemy.provision [req-a1830f47-1fa8-4e05-ae76-fb8405710fd1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:34.685 15024 INFO oslo_db.sqlalchemy.provision [req-a1830f47-1fa8-4e05-ae76-fb8405710fd1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ssnkjpdyme 2019-10-07 13:33:34.686 15024 INFO oslo_db.sqlalchemy.provision [req-a1830f47-1fa8-4e05-ae76-fb8405710fd1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_create_redirect_to_url [0.274319s] ... ok 2019-10-07 13:33:34.689 15024 INFO oslo_db.sqlalchemy.provision [req-a1830f47-1fa8-4e05-ae76-fb8405710fd1 - - - - -] CREATE BACKEND sqlite:// TOKEN ocveriyzig 2019-10-07 13:33:34.690 15020 INFO octavia.api.v2.controllers.listener [req-4f48dbf0-2316-4e3f-9fa0-9ca168553c55 - - - - -] Sending Creation of Listener f601143c-ac62-4069-aead-bc997a8b161d to handler 2019-10-07 13:33:34.726 15006 INFO octavia.api.v2.controllers.pool [req-14636005-893f-4fe2-b5a4-8a81dd5281b5 - - - - -] Sending Creation of Pool 6266b089-6343-4082-aaff-61d55b37495f to handler 2019-10-07 13:33:34.758 15012 INFO oslo_db.sqlalchemy.provision [req-97260e95-5b6a-4841-9fee-3386a3b45daf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:34.759 15012 INFO oslo_db.sqlalchemy.provision [req-97260e95-5b6a-4841-9fee-3386a3b45daf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hxebtfkhkp 2019-10-07 13:33:34.760 15012 INFO oslo_db.sqlalchemy.provision [req-97260e95-5b6a-4841-9fee-3386a3b45daf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_by_project_id [1.484934s] ... ok 2019-10-07 13:33:34.763 15012 INFO oslo_db.sqlalchemy.provision [req-97260e95-5b6a-4841-9fee-3386a3b45daf - - - - -] CREATE BACKEND sqlite:// TOKEN fsgbcddsqh 2019-10-07 13:33:34.757 15024 INFO octavia.common.config [req-a1830f47-1fa8-4e05-ae76-fb8405710fd1 - - - - -] Logging enabled! 2019-10-07 13:33:34.757 15024 INFO octavia.common.config [req-a1830f47-1fa8-4e05-ae76-fb8405710fd1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:34.778 15024 WARNING octavia.api.root_controller [req-a1830f47-1fa8-4e05-ae76-fb8405710fd1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:34.789 15024 INFO octavia.api.v2.controllers.load_balancer [req-69e4eb78-bec3-48fb-9fe3-3c49fbfc5265 - - - - -] Sending created Load Balancer 0592025d-ae39-490e-8d47-91f6f737bd48 to the handler 2019-10-07 13:33:34.833 15006 INFO octavia.api.v2.controllers.l7policy [req-cdddbc9d-e717-47f4-ada6-81f80504e68d - - - - -] Sending Creation of L7Policy 09dfb6a7-98e7-4df9-a800-7baf1aebb7e3 to handler 2019-10-07 13:33:34.849 15020 INFO octavia.api.v2.controllers.l7policy [req-372473ff-61f9-406e-b1db-f657ebd11eda - - - - -] Sending Creation of L7Policy e45ee8a0-ade5-4ae1-8b0c-37e5a1af49c0 to handler 2019-10-07 13:33:34.826 15024 INFO octavia.api.v2.controllers.listener [req-6bb953b8-5420-436a-a2d0-a9bb1c65ee69 - - - - -] Sending Creation of Listener c07b4133-ee85-495a-bb55-86e67112792a to handler 2019-10-07 13:33:34.889 15024 INFO octavia.api.v2.controllers.pool [req-7854579f-4651-441f-b0ca-fa4becc1fc95 - - - - -] Sending Creation of Pool b5b3e5f3-f5a4-41c8-9965-9ec5ac282121 to handler 2019-10-07 13:33:34.900 15012 INFO octavia.common.config [req-97260e95-5b6a-4841-9fee-3386a3b45daf - - - - -] Logging enabled! 2019-10-07 13:33:34.901 15012 INFO octavia.common.config [req-97260e95-5b6a-4841-9fee-3386a3b45daf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:34.922 15012 WARNING octavia.api.root_controller [req-97260e95-5b6a-4841-9fee-3386a3b45daf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:34.933 15012 INFO octavia.api.v2.controllers.load_balancer [req-9f9ef310-c94e-4d60-b611-8dae392d9fd3 - - - - -] Sending created Load Balancer 43898df0-9f19-4268-bc4e-e983160dfed4 to the handler 2019-10-07 13:33:34.973 15012 INFO octavia.api.v2.controllers.listener [req-ba18dd38-16b3-46d2-bf69-209369a6b74c - - - - -] Sending Creation of Listener fb10cd0e-fafc-41e4-9f00-ad264d1e6a6d to handler 2019-10-07 13:33:34.979 15024 INFO octavia.api.v2.controllers.l7policy [req-29654936-592a-4ad9-81ed-6fb4fa5a9abb - - - - -] Sending Creation of L7Policy 24194635-410d-4b66-933a-b631a46fd68f to handler 2019-10-07 13:33:34.997 15024 INFO oslo_db.sqlalchemy.provision [req-a359335e-39e3-4e76-a07a-024076024e0b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:34.998 15024 INFO oslo_db.sqlalchemy.provision [req-a359335e-39e3-4e76-a07a-024076024e0b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ocveriyzig 2019-10-07 13:33:34.998 15024 INFO oslo_db.sqlalchemy.provision [req-a359335e-39e3-4e76-a07a-024076024e0b - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_update [0.312478s] ... ok 2019-10-07 13:33:35.001 15024 INFO oslo_db.sqlalchemy.provision [req-a359335e-39e3-4e76-a07a-024076024e0b - - - - -] CREATE BACKEND sqlite:// TOKEN xfenyowwnc 2019-10-07 13:33:35.040 15012 INFO octavia.api.v2.controllers.pool [req-d33fc4bb-fcd5-4239-b7fd-20d59aefc409 - - - - -] Sending Creation of Pool 9ccfc1d2-e2cd-48b9-82e2-e15fe3b9228a to handler 2019-10-07 13:33:35.072 15006 INFO octavia.api.v2.controllers.l7policy [req-ea5dc88d-1ab6-4ff4-8f59-09a2675292b8 - - - - -] Sending Creation of L7Policy f3d7a4f9-8526-4226-8985-f15adefa9757 to handler 2019-10-07 13:33:35.069 15024 INFO octavia.common.config [req-a359335e-39e3-4e76-a07a-024076024e0b - - - - -] Logging enabled! 2019-10-07 13:33:35.069 15024 INFO octavia.common.config [req-a359335e-39e3-4e76-a07a-024076024e0b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:35.092 15024 WARNING octavia.api.root_controller [req-a359335e-39e3-4e76-a07a-024076024e0b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:35.104 15024 INFO octavia.api.v2.controllers.load_balancer [req-696845a9-fdd6-4d5d-bbbc-f7d2d372489b - - - - -] Sending created Load Balancer cf8f1b2d-fee2-44d1-bf9c-4e2294f91165 to the handler 2019-10-07 13:33:35.121 15020 INFO octavia.api.v2.controllers.l7rule [req-fe834e05-a80f-4bdd-bacf-1e40c927c5b7 - aaaedaf2-f929-4509-b853-9b38c185beab - - -] Sending Creation of L7Rule f9e20f8c-727b-4274-b5ce-5e3c8dc1656a to handler 2019-10-07 13:33:35.141 15012 INFO octavia.api.v2.controllers.l7policy [req-bbb64f56-65c0-46ad-9062-c54c5018f519 - - - - -] Sending Creation of L7Policy 7d4ffa78-9675-4363-b98b-73afacfc9296 to handler 2019-10-07 13:33:35.141 15024 INFO octavia.api.v2.controllers.listener [req-c3e0e2da-0af2-4c51-88a8-212757e0a1ae - - - - -] Sending Creation of Listener 7053094e-53a7-40c7-9d4e-16f1f2ee4fde to handler 2019-10-07 13:33:35.199 15024 INFO octavia.api.v2.controllers.pool [req-48d01ee7-e718-46d8-9652-89dec6f3768a - - - - -] Sending Creation of Pool e802c482-a5e9-4d0b-a971-0391467a321f to handler 2019-10-07 13:33:35.288 15024 INFO octavia.api.v2.controllers.l7policy [req-ee6ec474-7ea6-40e0-91df-0f3cbda0bed7 - - - - -] Sending Creation of L7Policy 12458c44-4722-40f2-a7ae-a2bf0442933b to handler 2019-10-07 13:33:35.304 15020 INFO oslo_db.sqlalchemy.provision [req-4041c1f2-ce38-43e9-8c18-c0f4d12292db - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:35.306 15020 INFO oslo_db.sqlalchemy.provision [req-4041c1f2-ce38-43e9-8c18-c0f4d12292db - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cykklcgbdd 2019-10-07 13:33:35.307 15020 INFO oslo_db.sqlalchemy.provision [req-4041c1f2-ce38-43e9-8c18-c0f4d12292db - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:35.315 15024 INFO oslo_db.sqlalchemy.provision [req-e41892cd-2d10-4588-b829-6fad1451deb5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:35.316 15024 INFO oslo_db.sqlalchemy.provision [req-e41892cd-2d10-4588-b829-6fad1451deb5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xfenyowwnc 2019-10-07 13:33:35.316 15024 INFO oslo_db.sqlalchemy.provision [req-e41892cd-2d10-4588-b829-6fad1451deb5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_update_redirect_to_pool [0.318020s] ... ok 2019-10-07 13:33:35.318 15012 INFO oslo_db.sqlalchemy.provision [req-298c4577-9e3d-4fda-a60b-6cd3d4c5429c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:35.320 15012 INFO oslo_db.sqlalchemy.provision [req-298c4577-9e3d-4fda-a60b-6cd3d4c5429c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fsgbcddsqh 2019-10-07 13:33:35.320 15012 INFO oslo_db.sqlalchemy.provision [req-298c4577-9e3d-4fda-a60b-6cd3d4c5429c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_not_authorized [0.559973s] ... ok {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_rule_authorized [0.951039s] ... ok 2019-10-07 13:33:35.311 15020 INFO oslo_db.sqlalchemy.provision [req-4041c1f2-ce38-43e9-8c18-c0f4d12292db - - - - -] CREATE BACKEND sqlite:// TOKEN ovhazcvplv 2019-10-07 13:33:35.323 15012 INFO oslo_db.sqlalchemy.provision [req-298c4577-9e3d-4fda-a60b-6cd3d4c5429c - - - - -] CREATE BACKEND sqlite:// TOKEN orkdttplsq 2019-10-07 13:33:35.319 15024 INFO oslo_db.sqlalchemy.provision [req-e41892cd-2d10-4588-b829-6fad1451deb5 - - - - -] CREATE BACKEND sqlite:// TOKEN rtrelruttc 2019-10-07 13:33:35.409 15012 INFO octavia.common.config [req-298c4577-9e3d-4fda-a60b-6cd3d4c5429c - - - - -] Logging enabled! 2019-10-07 13:33:35.387 15024 INFO octavia.common.config [req-e41892cd-2d10-4588-b829-6fad1451deb5 - - - - -] Logging enabled! 2019-10-07 13:33:35.387 15024 INFO octavia.common.config [req-e41892cd-2d10-4588-b829-6fad1451deb5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:35.410 15024 WARNING octavia.api.root_controller [req-e41892cd-2d10-4588-b829-6fad1451deb5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:35.413 15012 INFO octavia.common.config [req-298c4577-9e3d-4fda-a60b-6cd3d4c5429c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:35.421 15024 INFO octavia.api.v2.controllers.load_balancer [req-c98a7d98-ead3-4fdc-bc27-d32c30456b9f - - - - -] Sending created Load Balancer e4890fc1-fc1d-4895-bad3-4ea069152cc9 to the handler 2019-10-07 13:33:35.426 15006 INFO octavia.api.v2.controllers.l7policy [req-e6dc6c14-d811-47fd-98f9-5e246a22b888 - - - - -] Sending Creation of L7Policy 41e574f9-3bb4-4d6d-b45d-bb356597dc75 to handler 2019-10-07 13:33:35.437 15012 WARNING octavia.api.root_controller [req-298c4577-9e3d-4fda-a60b-6cd3d4c5429c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:35.453 15012 INFO octavia.api.v2.controllers.load_balancer [req-ef36cc12-3086-4051-91e7-035fc4432b68 - - - - -] Sending created Load Balancer 61e6553e-9436-4566-81e2-7822dadeec47 to the handler 2019-10-07 13:33:35.461 15024 INFO octavia.api.v2.controllers.listener [req-a3f1a136-9b03-4b4e-b4d3-cfcc2e1ff4ee - - - - -] Sending Creation of Listener c5480afa-161f-401c-8864-67dec57e1def to handler 2019-10-07 13:33:35.497 15012 INFO octavia.api.v2.controllers.listener [req-5f406726-0f1a-4ba5-b767-b5a13a73da8b - - - - -] Sending Creation of Listener b3106cd5-d38c-4a92-b103-b9557574f2d9 to handler 2019-10-07 13:33:35.511 15020 INFO octavia.common.config [req-4041c1f2-ce38-43e9-8c18-c0f4d12292db - - - - -] Logging enabled! 2019-10-07 13:33:35.512 15020 INFO octavia.common.config [req-4041c1f2-ce38-43e9-8c18-c0f4d12292db - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:35.521 15024 INFO octavia.api.v2.controllers.pool [req-50d93eb5-0c79-49d1-854b-1450a286a618 - - - - -] Sending Creation of Pool 3ca78c2b-42e2-49b2-afbb-7c0d65267e24 to handler 2019-10-07 13:33:35.557 15012 INFO octavia.api.v2.controllers.pool [req-1eb80eca-9dbe-46f5-afba-3dda93c9c762 - - - - -] Sending Creation of Pool 42c7b997-ca0c-45a1-b20f-64d149d2af6a to handler 2019-10-07 13:33:35.572 15020 WARNING octavia.api.root_controller [req-4041c1f2-ce38-43e9-8c18-c0f4d12292db - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:35.587 15020 INFO octavia.api.v2.controllers.load_balancer [req-cdfb4956-f705-48d6-acaa-74ed9ffbd52d - - - - -] Sending created Load Balancer 294248e5-8372-449e-a6c0-2a86e9336a21 to the handler 2019-10-07 13:33:35.644 15012 INFO octavia.api.v2.controllers.l7policy [req-d427631f-e06b-4c26-bbd2-b0abe2cac521 - - - - -] Sending Creation of L7Policy 0b9795a9-00e9-47da-9cb2-149e590bcbfa to handler 2019-10-07 13:33:35.678 15024 INFO octavia.api.v2.controllers.l7policy [req-8f2c0ef9-11c6-4bd2-87ad-5a89c3bad8f0 - - - - -] Sending Creation of L7Policy d97cd4a4-61c3-4d66-bb93-5950a5aa67f2 to handler 2019-10-07 13:33:35.683 15020 INFO octavia.api.v2.controllers.listener [req-db44a5a8-1777-47c4-985d-aefd95e990bd - - - - -] Sending Creation of Listener a1c20d45-c67d-4901-bad9-f52db224f61e to handler 2019-10-07 13:33:35.752 15024 INFO oslo_db.sqlalchemy.provision [req-d31458d8-f375-4e05-84c4-b2621d7ba6fe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:35.754 15024 INFO oslo_db.sqlalchemy.provision [req-d31458d8-f375-4e05-84c4-b2621d7ba6fe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rtrelruttc 2019-10-07 13:33:35.754 15024 INFO oslo_db.sqlalchemy.provision [req-d31458d8-f375-4e05-84c4-b2621d7ba6fe - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_reject_policy [0.437535s] ... ok 2019-10-07 13:33:35.768 15006 INFO oslo_db.sqlalchemy.provision [req-ca302288-e919-42a4-b095-9d86c4846d94 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:35.770 15006 INFO oslo_db.sqlalchemy.provision [req-ca302288-e919-42a4-b095-9d86c4846d94 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ufvfzhthvy 2019-10-07 13:33:35.770 15006 INFO oslo_db.sqlalchemy.provision [req-ca302288-e919-42a4-b095-9d86c4846d94 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_non_admin [1.441312s] ... ok 2019-10-07 13:33:35.747 15012 INFO octavia.api.v2.controllers.load_balancer [req-ae255ec8-71ac-4dda-92f5-8911ee37baff - - - - -] Sending deleted Load Balancer 61e6553e-9436-4566-81e2-7822dadeec47 to the handler 2019-10-07 13:33:35.768 15012 INFO octavia.api.v2.controllers.l7policy [req-a0d918ee-0405-40d5-8d10-862b33e5c0a1 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:35.786 15012 INFO oslo_db.sqlalchemy.provision [req-a0d918ee-0405-40d5-8d10-862b33e5c0a1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:35.788 15012 INFO oslo_db.sqlalchemy.provision [req-a0d918ee-0405-40d5-8d10-862b33e5c0a1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN orkdttplsq 2019-10-07 13:33:35.788 15012 INFO oslo_db.sqlalchemy.provision [req-a0d918ee-0405-40d5-8d10-862b33e5c0a1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_when_lb_pending_delete [0.467699s] ... ok 2019-10-07 13:33:35.757 15024 INFO oslo_db.sqlalchemy.provision [req-d31458d8-f375-4e05-84c4-b2621d7ba6fe - - - - -] CREATE BACKEND sqlite:// TOKEN lyjnjxqqey 2019-10-07 13:33:35.773 15006 INFO oslo_db.sqlalchemy.provision [req-ca302288-e919-42a4-b095-9d86c4846d94 - - - - -] CREATE BACKEND sqlite:// TOKEN aahywcfszy 2019-10-07 13:33:35.799 15012 INFO oslo_db.sqlalchemy.provision [req-a0d918ee-0405-40d5-8d10-862b33e5c0a1 - - - - -] CREATE BACKEND sqlite:// TOKEN jmghyueydr 2019-10-07 13:33:35.824 15024 INFO octavia.common.config [req-d31458d8-f375-4e05-84c4-b2621d7ba6fe - - - - -] Logging enabled! 2019-10-07 13:33:35.825 15024 INFO octavia.common.config [req-d31458d8-f375-4e05-84c4-b2621d7ba6fe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:35.846 15024 WARNING octavia.api.root_controller [req-d31458d8-f375-4e05-84c4-b2621d7ba6fe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:35.858 15024 INFO octavia.api.v2.controllers.load_balancer [req-0c5585eb-5014-477c-9896-3bdf4c383995 - - - - -] Sending created Load Balancer 61f91fde-a4f9-43c6-87a0-a5c8e626a151 to the handler 2019-10-07 13:33:35.877 15012 INFO octavia.common.config [req-a0d918ee-0405-40d5-8d10-862b33e5c0a1 - - - - -] Logging enabled! 2019-10-07 13:33:35.877 15012 INFO octavia.common.config [req-a0d918ee-0405-40d5-8d10-862b33e5c0a1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:35.849 15020 INFO octavia.api.v2.controllers.l7policy [req-407a45e2-9e0c-413b-a0e2-1b6ca52b1cd6 - - - - -] Sending Creation of L7Policy cf99512d-3920-4f6d-a982-37ebf2c9a26a to handler 2019-10-07 13:33:35.895 15024 INFO octavia.api.v2.controllers.listener [req-a59d5242-82bc-433e-a68d-4e58dc454f4f - - - - -] Sending Creation of Listener 0d2a3bc2-4401-42e6-8054-dc0e1f3d334b to handler 2019-10-07 13:33:35.902 15012 WARNING octavia.api.root_controller [req-a0d918ee-0405-40d5-8d10-862b33e5c0a1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:35.918 15012 INFO octavia.api.v2.controllers.load_balancer [req-4dc33865-a52b-456e-ace4-944d8c0ae96b - - - - -] Sending created Load Balancer a4f8a27c-ea39-497d-b1f9-1925a53f8184 to the handler 2019-10-07 13:33:35.944 15006 INFO octavia.common.config [req-ca302288-e919-42a4-b095-9d86c4846d94 - - - - -] Logging enabled! 2019-10-07 13:33:35.944 15006 INFO octavia.common.config [req-ca302288-e919-42a4-b095-9d86c4846d94 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:35.952 15024 INFO octavia.api.v2.controllers.pool [req-d39ad68f-1828-4f3e-8e0f-dd3a78436340 - - - - -] Sending Creation of Pool 7b701b85-47ec-4455-b330-841d1678d5e4 to handler 2019-10-07 13:33:35.961 15012 INFO octavia.api.v2.controllers.listener [req-cbb51530-82ef-40a2-b4d1-e6ec20f7cd5d - - - - -] Sending Creation of Listener e345bbbc-4041-4d5d-96f2-7f4d8a25502a to handler 2019-10-07 13:33:36.028 15012 INFO octavia.api.v2.controllers.l7policy [req-d6c10064-6b9b-4255-a226-5a3a5d18b306 - - - - -] Sending Creation of L7Policy feef1512-5cf7-42ed-b3f2-f020ef6a31f4 to handler 2019-10-07 13:33:36.042 15024 INFO octavia.api.v2.controllers.l7policy [req-d68586a6-a1b4-453a-9bd9-8ca0a433f933 - - - - -] Sending Creation of L7Policy af2a18dc-2dd8-4549-9edb-e0f37f6b34ad to handler 2019-10-07 13:33:35.998 15006 WARNING octavia.api.root_controller [req-ca302288-e919-42a4-b095-9d86c4846d94 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:36.037 15006 INFO octavia.api.v2.controllers.load_balancer [req-d35dd7d5-b9d0-42af-9cc6-a230624c95a9 - - - - -] Sending created Load Balancer 58d2e346-0607-4dd8-8517-4b36b8958e1f to the handler 2019-10-07 13:33:36.061 15020 INFO oslo_db.sqlalchemy.provision [req-b07b58a8-05aa-4f6b-b460-aa04f3461cd8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:36.064 15020 INFO oslo_db.sqlalchemy.provision [req-b07b58a8-05aa-4f6b-b460-aa04f3461cd8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ovhazcvplv 2019-10-07 13:33:36.064 15020 INFO oslo_db.sqlalchemy.provision [req-b07b58a8-05aa-4f6b-b460-aa04f3461cd8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_rule_not_authorized [0.757352s] ... ok 2019-10-07 13:33:36.067 15020 INFO oslo_db.sqlalchemy.provision [req-b07b58a8-05aa-4f6b-b460-aa04f3461cd8 - - - - -] CREATE BACKEND sqlite:// TOKEN vtskynvdky 2019-10-07 13:33:36.133 15024 INFO oslo_db.sqlalchemy.provision [req-cb0fb9dc-fabb-4c73-96e7-b4f1e31fc0a5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:36.135 15024 INFO oslo_db.sqlalchemy.provision [req-cb0fb9dc-fabb-4c73-96e7-b4f1e31fc0a5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lyjnjxqqey 2019-10-07 13:33:36.135 15024 INFO oslo_db.sqlalchemy.provision [req-cb0fb9dc-fabb-4c73-96e7-b4f1e31fc0a5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_with_bad_handler [0.380861s] ... ok 2019-10-07 13:33:36.123 15006 INFO octavia.api.v2.controllers.listener [req-c34afa70-1e5f-4f42-a195-9f80ba6fb441 - - - - -] Sending Creation of Listener 430d2840-b737-4926-9307-eac3e4d7d483 to handler 2019-10-07 13:33:36.138 15024 INFO oslo_db.sqlalchemy.provision [req-cb0fb9dc-fabb-4c73-96e7-b4f1e31fc0a5 - - - - -] CREATE BACKEND sqlite:// TOKEN xnyjeikskx 2019-10-07 13:33:36.165 15012 INFO octavia.api.v2.controllers.l7rule [req-e36cc338-de50-4caf-b19c-8f0f496bf6c5 - - - - -] Sending Creation of L7Rule 5040ea3e-0fd6-4bec-b9da-4a78e6739d94 to handler 2019-10-07 13:33:36.208 15024 INFO octavia.common.config [req-cb0fb9dc-fabb-4c73-96e7-b4f1e31fc0a5 - - - - -] Logging enabled! 2019-10-07 13:33:36.208 15024 INFO octavia.common.config [req-cb0fb9dc-fabb-4c73-96e7-b4f1e31fc0a5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:36.264 15012 INFO oslo_db.sqlalchemy.provision [req-46bbbd4e-a610-4839-aed4-bbb9adbdce11 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:36.266 15012 INFO oslo_db.sqlalchemy.provision [req-46bbbd4e-a610-4839-aed4-bbb9adbdce11 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jmghyueydr 2019-10-07 13:33:36.266 15012 INFO oslo_db.sqlalchemy.provision [req-46bbbd4e-a610-4839-aed4-bbb9adbdce11 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_cookie_rule [0.477868s] ... ok 2019-10-07 13:33:36.269 15012 INFO oslo_db.sqlalchemy.provision [req-46bbbd4e-a610-4839-aed4-bbb9adbdce11 - - - - -] CREATE BACKEND sqlite:// TOKEN cragjnjjft 2019-10-07 13:33:36.232 15024 WARNING octavia.api.root_controller [req-cb0fb9dc-fabb-4c73-96e7-b4f1e31fc0a5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:36.245 15024 INFO octavia.api.v2.controllers.load_balancer [req-e9ac0889-c931-4480-81d6-1eadf9c196b0 - - - - -] Sending created Load Balancer 6bfd7615-73d8-4fa7-8492-1962a3864e00 to the handler 2019-10-07 13:33:36.283 15024 INFO octavia.api.v2.controllers.listener [req-e61d5065-ccfc-4442-9475-0a9b1b858ae6 - - - - -] Sending Creation of Listener cc7cd325-8bbb-4214-855e-3420817c8db2 to handler 2019-10-07 13:33:36.340 15012 INFO octavia.common.config [req-46bbbd4e-a610-4839-aed4-bbb9adbdce11 - - - - -] Logging enabled! 2019-10-07 13:33:36.341 15012 INFO octavia.common.config [req-46bbbd4e-a610-4839-aed4-bbb9adbdce11 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:36.312 15020 INFO octavia.common.config [req-b07b58a8-05aa-4f6b-b460-aa04f3461cd8 - - - - -] Logging enabled! 2019-10-07 13:33:36.312 15020 INFO octavia.common.config [req-b07b58a8-05aa-4f6b-b460-aa04f3461cd8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:36.338 15020 WARNING octavia.api.root_controller [req-b07b58a8-05aa-4f6b-b460-aa04f3461cd8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:36.352 15020 INFO octavia.api.v2.controllers.load_balancer [req-eda95865-6ba4-43a2-abe3-4de006197cb5 - - - - -] Sending created Load Balancer 9c6b39da-a422-40e0-91e4-cd75709f5581 to the handler 2019-10-07 13:33:36.363 15012 WARNING octavia.api.root_controller [req-46bbbd4e-a610-4839-aed4-bbb9adbdce11 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:36.349 15024 INFO octavia.api.v2.controllers.pool [req-928ca821-42f3-4da7-b195-5a530bb8b05a - - - - -] Sending Creation of Pool ba07c95a-6109-46a8-8eb0-47bd7aaee6c0 to handler 2019-10-07 13:33:36.385 15006 INFO octavia.api.v2.controllers.pool [req-0ca5ab25-427b-4a74-a2be-11fa99083c1c - - - - -] Sending Creation of Pool 70dff205-2d23-4aac-9ef3-28100ff992e6 to handler 2019-10-07 13:33:36.375 15012 INFO octavia.api.v2.controllers.load_balancer [req-bd40df43-fef0-496f-b862-928f8225460f - - - - -] Sending created Load Balancer e83a0d6a-aefe-4719-aabe-c23bfdafe1ed to the handler 2019-10-07 13:33:36.401 15020 INFO octavia.api.v2.controllers.listener [req-daa7e7ab-b209-4868-9d50-3fc1e1c346e3 - - - - -] Sending Creation of Listener b3c95f5c-74a4-4a98-a393-b13ba4f3dcc9 to handler 2019-10-07 13:33:36.419 15012 INFO octavia.api.v2.controllers.listener [req-35e91c01-4d7a-4819-9d25-84fbbe152809 - - - - -] Sending Creation of Listener e864bc3b-c202-4d17-b403-6480a006b820 to handler 2019-10-07 13:33:36.441 15024 INFO octavia.api.v2.controllers.l7policy [req-5d9bc093-7fb5-409c-864f-a33652193b93 - - - - -] Sending Creation of L7Policy 885ee281-ca5e-4b9f-8afa-8c2d26c5f044 to handler 2019-10-07 13:33:36.474 15020 INFO octavia.api.v2.controllers.l7policy [req-d7fc22bb-3fbd-4d17-b62e-f109861a9bd4 - - - - -] Sending Creation of L7Policy 1f4d12af-3c11-4807-baf7-1397e33ae078 to handler 2019-10-07 13:33:36.498 15012 INFO octavia.api.v2.controllers.l7policy [req-59e57644-c82e-4fc3-9472-600b8d027756 - - - - -] Sending Creation of L7Policy 7d669f7b-fa76-4793-af3b-2a3ecb8f9b11 to handler 2019-10-07 13:33:36.515 15006 INFO octavia.api.v2.controllers.load_balancer [req-b649b419-733b-45c2-9eef-9b755fb1ef36 - - - - -] Sending created Load Balancer 8414cb14-766d-4bf2-99ba-30d3a286924e to the handler 2019-10-07 13:33:36.575 15024 INFO octavia.api.v2.controllers.l7policy [req-113481cf-89a8-4692-b13b-ffc666f15e0c - - - - -] Sending Deletion of L7Policy 885ee281-ca5e-4b9f-8afa-8c2d26c5f044 to handler 2019-10-07 13:33:36.599 15020 INFO octavia.api.v2.controllers.l7rule [req-5c27b298-2d6c-45b7-8ea7-b4959629b4ae - - - - -] Sending Creation of L7Rule 21bdc749-d6d0-4632-a8a5-57dffba25ac5 to handler 2019-10-07 13:33:36.636 15012 INFO octavia.api.v2.controllers.l7rule [req-36bdeb60-9b61-4d84-a2db-d4674fb384db - - - - -] Sending Creation of L7Rule 304e726b-4e2b-4e83-b905-da2e36bded88 to handler 2019-10-07 13:33:36.639 15024 INFO oslo_db.sqlalchemy.provision [req-97a2d125-5dc0-4fc1-b703-5f41e1c92808 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:36.640 15024 INFO oslo_db.sqlalchemy.provision [req-97a2d125-5dc0-4fc1-b703-5f41e1c92808 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xnyjeikskx 2019-10-07 13:33:36.641 15024 INFO oslo_db.sqlalchemy.provision [req-97a2d125-5dc0-4fc1-b703-5f41e1c92808 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete [0.505443s] ... ok 2019-10-07 13:33:36.696 15006 INFO octavia.api.v2.controllers.listener [req-933a4e0f-9632-44c4-b9f2-69c06c7931b7 - - - - -] Sending Creation of Listener 48088ab2-5107-456b-8e59-dc80b29a9f38 to handler 2019-10-07 13:33:36.695 15020 INFO octavia.api.v2.controllers.load_balancer [req-780d9b03-6a4e-45db-bca9-6d491988a019 - - - - -] Sending deleted Load Balancer 9c6b39da-a422-40e0-91e4-cd75709f5581 to the handler 2019-10-07 13:33:36.726 15012 INFO oslo_db.sqlalchemy.provision [req-e675e7a4-7c75-4ad8-a805-aa0ce3ea0259 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:36.728 15012 INFO oslo_db.sqlalchemy.provision [req-e675e7a4-7c75-4ad8-a805-aa0ce3ea0259 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cragjnjjft 2019-10-07 13:33:36.728 15012 INFO oslo_db.sqlalchemy.provision [req-e675e7a4-7c75-4ad8-a805-aa0ce3ea0259 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_file_type_rule [0.462154s] ... ok 2019-10-07 13:33:36.722 15020 INFO octavia.api.v2.controllers.l7rule [req-70fa7cf5-3d77-4e7f-bc3f-fcde8facbca0 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:36.734 15020 INFO oslo_db.sqlalchemy.provision [req-70fa7cf5-3d77-4e7f-bc3f-fcde8facbca0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:36.736 15020 INFO oslo_db.sqlalchemy.provision [req-70fa7cf5-3d77-4e7f-bc3f-fcde8facbca0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vtskynvdky 2019-10-07 13:33:36.736 15020 INFO oslo_db.sqlalchemy.provision [req-70fa7cf5-3d77-4e7f-bc3f-fcde8facbca0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_when_lb_pending_delete [0.671436s] ... ok 2019-10-07 13:33:36.739 15020 INFO oslo_db.sqlalchemy.provision [req-70fa7cf5-3d77-4e7f-bc3f-fcde8facbca0 - - - - -] CREATE BACKEND sqlite:// TOKEN viksebvuhv 2019-10-07 13:33:36.773 15006 INFO octavia.api.v2.controllers.pool [req-c0c71f4f-900d-4842-a1d0-de540152631a - - - - -] Sending Creation of Pool 3e81f080-b1dd-4910-939b-e4bd02c2c3d8 to handler 2019-10-07 13:33:36.816 15020 INFO octavia.common.config [req-70fa7cf5-3d77-4e7f-bc3f-fcde8facbca0 - - - - -] Logging enabled! 2019-10-07 13:33:36.816 15020 INFO octavia.common.config [req-70fa7cf5-3d77-4e7f-bc3f-fcde8facbca0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:36.843 15020 WARNING octavia.api.root_controller [req-70fa7cf5-3d77-4e7f-bc3f-fcde8facbca0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:36.857 15020 INFO octavia.api.v2.controllers.load_balancer [req-22fbc104-038a-4498-90ed-3de3b27d83cf - - - - -] Sending created Load Balancer 9e8faf5c-88a3-4970-aa94-6f1fcf31dea5 to the handler 2019-10-07 13:33:36.892 15006 INFO octavia.api.v2.controllers.l7policy [req-567d47fa-1006-42ec-b2a8-c2099a5b2822 - - - - -] Sending Creation of L7Policy 5482936a-0e89-4c56-875f-c9430f5a77d6 to handler 2019-10-07 13:33:36.900 15020 INFO octavia.api.v2.controllers.listener [req-9af548d8-f9f6-4917-a043-483c28567d94 - - - - -] Sending Creation of Listener f6800c01-05d8-4d8b-80ab-f2f768d6b538 to handler 2019-10-07 13:33:36.973 15020 INFO octavia.api.v2.controllers.l7policy [req-5d8a857c-c237-44b0-8fa4-3b52bae806a0 - - - - -] Sending Creation of L7Policy 6f56b33b-282c-4927-a37e-eee0df243c55 to handler 2019-10-07 13:33:37.057 15006 INFO octavia.api.v2.controllers.l7policy [req-13efd25e-89c1-46d4-9222-f969a8e5754b - - - - -] Sending Creation of L7Policy b2d9c0ec-9536-4e7d-b3f6-4d6c11ec3e60 to handler 2019-10-07 13:33:37.107 15020 INFO octavia.api.v2.controllers.l7rule [req-6ac0d288-038f-4eb8-87b5-5d860b205249 - - - - -] Sending Creation of L7Rule e2ea0ceb-c28b-4df5-866e-c10653767ddb to handler 2019-10-07 13:33:37.217 15020 INFO oslo_db.sqlalchemy.provision [req-89cf8a76-c017-433c-b416-9977b5014a36 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:37.219 15020 INFO oslo_db.sqlalchemy.provision [req-89cf8a76-c017-433c-b416-9977b5014a36 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN viksebvuhv 2019-10-07 13:33:37.219 15020 INFO oslo_db.sqlalchemy.provision [req-89cf8a76-c017-433c-b416-9977b5014a36 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_already_deleted [0.483145s] ... ok 2019-10-07 13:33:37.222 15020 INFO oslo_db.sqlalchemy.provision [req-89cf8a76-c017-433c-b416-9977b5014a36 - - - - -] CREATE BACKEND sqlite:// TOKEN wclyfgxcvs 2019-10-07 13:33:37.233 15006 INFO octavia.api.v2.controllers.l7policy [req-ce49aff2-bd14-46b0-81f0-64af3be22b6a - - - - -] Sending Creation of L7Policy 11987e2f-d2fa-48b7-b8d4-a8ef2c95dc63 to handler 2019-10-07 13:33:37.292 15020 INFO octavia.common.config [req-89cf8a76-c017-433c-b416-9977b5014a36 - - - - -] Logging enabled! 2019-10-07 13:33:37.292 15020 INFO octavia.common.config [req-89cf8a76-c017-433c-b416-9977b5014a36 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:37.395 15006 INFO oslo_db.sqlalchemy.provision [req-d88f3b5d-212a-4faa-9fea-caaf9a9a5364 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:37.396 15006 INFO oslo_db.sqlalchemy.provision [req-d88f3b5d-212a-4faa-9fea-caaf9a9a5364 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aahywcfszy 2019-10-07 13:33:37.397 15006 INFO oslo_db.sqlalchemy.provision [req-d88f3b5d-212a-4faa-9fea-caaf9a9a5364 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_non_admin_global_observer [1.626434s] ... ok 2019-10-07 13:33:37.400 15006 INFO oslo_db.sqlalchemy.provision [req-d88f3b5d-212a-4faa-9fea-caaf9a9a5364 - - - - -] CREATE BACKEND sqlite:// TOKEN puqyyepsqf 2019-10-07 13:33:37.425 15020 WARNING octavia.api.root_controller [req-89cf8a76-c017-433c-b416-9977b5014a36 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:37.438 15020 INFO octavia.api.v2.controllers.load_balancer [req-27638314-121a-4d88-b846-13a203292936 - - - - -] Sending created Load Balancer adf20997-0d77-485c-bac1-56985ec2ec65 to the handler 2019-10-07 13:33:37.474 15006 INFO octavia.common.config [req-d88f3b5d-212a-4faa-9fea-caaf9a9a5364 - - - - -] Logging enabled! 2019-10-07 13:33:37.474 15006 INFO octavia.common.config [req-d88f3b5d-212a-4faa-9fea-caaf9a9a5364 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:37.480 15020 INFO octavia.api.v2.controllers.listener [req-0d52d498-ba60-4855-9852-bd4788a5d992 - - - - -] Sending Creation of Listener 8a278b65-0dc4-4762-9898-ea79dd7a1d3b to handler 2019-10-07 13:33:37.497 15006 WARNING octavia.api.root_controller [req-d88f3b5d-212a-4faa-9fea-caaf9a9a5364 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:37.509 15006 INFO octavia.api.v2.controllers.load_balancer [req-c65ef311-2f23-431b-97bb-f9d197c3ba3a - - - - -] Sending created Load Balancer 425a6aec-c417-4d93-95e0-76ab5b9c7988 to the handler 2019-10-07 13:33:37.549 15006 INFO octavia.api.v2.controllers.listener [req-d30af82b-46d6-4370-a3e6-e3fee8bd4317 - - - - -] Sending Creation of Listener 573ff013-ad16-4675-a5f9-048641b1799b to handler 2019-10-07 13:33:37.554 15020 INFO octavia.api.v2.controllers.l7policy [req-73a670d0-27ce-4f62-82ce-7ad151eabf5d - - - - -] Sending Creation of L7Policy e5dc55e1-30e8-48ac-b7f0-2ce79a969890 to handler 2019-10-07 13:33:37.617 15006 INFO octavia.api.v2.controllers.pool [req-8b6810f5-0ab5-46ab-bcd5-7c9d191cdd19 - - - - -] Sending Creation of Pool 5a436ff6-c6d1-4293-a165-c6b1508c5d25 to handler 2019-10-07 13:33:37.685 15020 INFO octavia.api.v2.controllers.l7rule [req-f45ec3b3-3420-40db-b2a2-91ed05c312d5 - - - - -] Sending Creation of L7Rule f481e353-c83d-4ab8-92ff-88787d1c149b to handler 2019-10-07 13:33:37.710 15006 INFO octavia.api.v2.controllers.l7policy [req-e6c7389b-c589-4146-94b1-f79ed73ab972 - - - - -] Sending Creation of L7Policy 7ee17b94-98ba-4adb-97f8-5263c2d3d206 to handler 2019-10-07 13:33:37.836 15006 INFO octavia.api.v2.controllers.l7policy [req-cc2275f5-474c-40da-ad2c-a8d184864cb2 - bb99dd63-c065-4d15-bc0f-0ea4ae9a39cd - - -] Sending Update of L7Policy 7ee17b94-98ba-4adb-97f8-5263c2d3d206 to handler 2019-10-07 13:33:37.839 15012 INFO oslo_db.sqlalchemy.provision [req-e675e7a4-7c75-4ad8-a805-aa0ce3ea0259 - - - - -] CREATE BACKEND sqlite:// TOKEN eprexwklbs 2019-10-07 13:33:37.840 15024 INFO oslo_db.sqlalchemy.provision [req-97a2d125-5dc0-4fc1-b703-5f41e1c92808 - - - - -] CREATE BACKEND sqlite:// TOKEN tsocfkzmtw 2019-10-07 13:33:37.854 15020 INFO octavia.api.v2.controllers.l7rule [req-15b76394-4092-419e-895f-b33e9bde8585 - c1a942ea-1927-4693-8d00-8c6c4da50190 - - -] Sending Deletion of L7Rule f481e353-c83d-4ab8-92ff-88787d1c149b to handler 2019-10-07 13:33:37.903 15006 INFO oslo_db.sqlalchemy.provision [req-70bdefc2-d4d3-4058-8ed7-f81b99168a75 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:37.904 15006 INFO oslo_db.sqlalchemy.provision [req-70bdefc2-d4d3-4058-8ed7-f81b99168a75 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN puqyyepsqf 2019-10-07 13:33:37.905 15006 INFO oslo_db.sqlalchemy.provision [req-70bdefc2-d4d3-4058-8ed7-f81b99168a75 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_authorized [0.507584s] ... ok 2019-10-07 13:33:37.908 15006 INFO oslo_db.sqlalchemy.provision [req-70bdefc2-d4d3-4058-8ed7-f81b99168a75 - - - - -] CREATE BACKEND sqlite:// TOKEN rmohcfrggt 2019-10-07 13:33:37.927 15012 INFO octavia.common.config [req-e675e7a4-7c75-4ad8-a805-aa0ce3ea0259 - - - - -] Logging enabled! 2019-10-07 13:33:37.929 15012 INFO octavia.common.config [req-e675e7a4-7c75-4ad8-a805-aa0ce3ea0259 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:37.958 15012 WARNING octavia.api.root_controller [req-e675e7a4-7c75-4ad8-a805-aa0ce3ea0259 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:37.972 15012 INFO octavia.api.v2.controllers.load_balancer [req-288af062-913d-46cd-adf4-24b42c2cf3fc - - - - -] Sending created Load Balancer 2d3ed855-c893-4074-a38d-34a323560687 to the handler 2019-10-07 13:33:37.990 15006 INFO octavia.common.config [req-70bdefc2-d4d3-4058-8ed7-f81b99168a75 - - - - -] Logging enabled! 2019-10-07 13:33:37.931 15024 INFO octavia.common.config [req-97a2d125-5dc0-4fc1-b703-5f41e1c92808 - - - - -] Logging enabled! 2019-10-07 13:33:37.931 15024 INFO octavia.common.config [req-97a2d125-5dc0-4fc1-b703-5f41e1c92808 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:37.957 15024 WARNING octavia.api.root_controller [req-97a2d125-5dc0-4fc1-b703-5f41e1c92808 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:37.968 15024 INFO octavia.api.v2.controllers.load_balancer [req-6f6f3da0-4d28-49f5-adaf-d25697a88e11 - - - - -] Sending created Load Balancer cbdd4d88-498e-4310-9050-ebada8fe6716 to the handler 2019-10-07 13:33:37.993 15006 INFO octavia.common.config [req-70bdefc2-d4d3-4058-8ed7-f81b99168a75 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:38.022 15020 INFO oslo_db.sqlalchemy.provision [req-107b61e7-8dcb-4262-b327-0fe86123ca93 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:38.024 15020 INFO oslo_db.sqlalchemy.provision [req-107b61e7-8dcb-4262-b327-0fe86123ca93 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wclyfgxcvs 2019-10-07 13:33:38.024 15020 INFO oslo_db.sqlalchemy.provision [req-107b61e7-8dcb-4262-b327-0fe86123ca93 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:38.022 15024 INFO octavia.api.v2.controllers.listener [req-28283abd-0c5e-49a6-b59b-a647f1f3ecaf - - - - -] Sending Creation of Listener bb851957-872e-4f0b-8fcb-f3c3dbeff0f0 to handler {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_authorized [0.804867s] ... ok 2019-10-07 13:33:38.016 15006 WARNING octavia.api.root_controller [req-70bdefc2-d4d3-4058-8ed7-f81b99168a75 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:38.030 15006 INFO octavia.api.v2.controllers.load_balancer [req-c01a0c91-0875-4ec6-95cf-53152c41f94d - - - - -] Sending created Load Balancer fa3b2883-f618-4341-9e0a-7f1c328db0a8 to the handler 2019-10-07 13:33:38.025 15012 INFO octavia.api.v2.controllers.listener [req-52d2ff3a-fb0c-4b20-babe-9d01bd249e01 - - - - -] Sending Creation of Listener 9af1b297-29b6-4a5c-8894-e3361fbec890 to handler 2019-10-07 13:33:38.028 15020 INFO oslo_db.sqlalchemy.provision [req-107b61e7-8dcb-4262-b327-0fe86123ca93 - - - - -] CREATE BACKEND sqlite:// TOKEN ngqcjwlgxn 2019-10-07 13:33:38.074 15006 INFO octavia.api.v2.controllers.listener [req-a90fa24b-7bd8-4667-94c9-46faa1f846bd - - - - -] Sending Creation of Listener fec52407-9a50-430a-a20c-5b49a18cb283 to handler 2019-10-07 13:33:38.095 15024 INFO octavia.api.v2.controllers.pool [req-920d52b9-de7c-49ba-a7a6-a97c5cef6c72 - - - - -] Sending Creation of Pool cee28a00-cedb-4930-a738-4a2d8aeab281 to handler 2019-10-07 13:33:38.097 15020 INFO octavia.common.config [req-107b61e7-8dcb-4262-b327-0fe86123ca93 - - - - -] Logging enabled! 2019-10-07 13:33:38.098 15020 INFO octavia.common.config [req-107b61e7-8dcb-4262-b327-0fe86123ca93 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:38.119 15012 INFO octavia.api.v2.controllers.l7policy [req-b21447aa-6841-4a54-8187-0c8274c908cb - - - - -] Sending Creation of L7Policy 1ca7e25f-8e70-4c0a-b08a-225ac069aea2 to handler 2019-10-07 13:33:38.124 15020 WARNING octavia.api.root_controller [req-107b61e7-8dcb-4262-b327-0fe86123ca93 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:38.139 15020 INFO octavia.api.v2.controllers.load_balancer [req-93b434d1-bfb1-47cd-8703-813c7a3ae566 - - - - -] Sending created Load Balancer 735063a0-9415-41c6-9bbe-674b210a9de4 to the handler 2019-10-07 13:33:38.183 15020 INFO octavia.api.v2.controllers.listener [req-363d470e-c833-4404-a835-a54e685a15bb - - - - -] Sending Creation of Listener b4c23b7f-55c6-4c54-ba9c-45be2c09a9ba to handler 2019-10-07 13:33:38.140 15006 INFO octavia.api.v2.controllers.pool [req-a2f40585-5203-4838-bbdf-e5f914f2539b - - - - -] Sending Creation of Pool 197e4428-a0fc-4a6c-a6d5-2a1bd91ce059 to handler 2019-10-07 13:33:38.213 15024 INFO octavia.api.v2.controllers.l7policy [req-bdfaf536-d6e4-4fda-abcc-77172bf1c592 - - - - -] Sending Creation of L7Policy 11afa890-09b2-47aa-9b0e-344162516d91 to handler 2019-10-07 13:33:38.230 15006 INFO octavia.api.v2.controllers.l7policy [req-ebb68fce-ba69-4815-a81f-94e1b01c6f67 - - - - -] Sending Creation of L7Policy 07e7cd6a-d5ce-4bca-83fa-889a16bbd208 to handler 2019-10-07 13:33:38.248 15012 INFO octavia.api.v2.controllers.l7rule [req-51d572aa-ae50-47c0-80b1-ca421d2c09a5 - - - - -] Sending Creation of L7Rule cd9374d5-bf8b-4c78-85d2-87f5c5345da8 to handler 2019-10-07 13:33:38.263 15020 INFO octavia.api.v2.controllers.l7policy [req-b8d987eb-dca3-4c50-b6c2-55359631bc96 - - - - -] Sending Creation of L7Policy 36635e8c-5633-4431-9dfa-61b71f278634 to handler 2019-10-07 13:33:38.329 15012 INFO oslo_db.sqlalchemy.provision [req-5dfb0b96-d834-43d5-8434-6307d20cab07 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:38.331 15012 INFO oslo_db.sqlalchemy.provision [req-5dfb0b96-d834-43d5-8434-6307d20cab07 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eprexwklbs 2019-10-07 13:33:38.332 15012 INFO oslo_db.sqlalchemy.provision [req-5dfb0b96-d834-43d5-8434-6307d20cab07 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_path_rule [1.603192s] ... ok 2019-10-07 13:33:38.335 15012 INFO oslo_db.sqlalchemy.provision [req-5dfb0b96-d834-43d5-8434-6307d20cab07 - - - - -] CREATE BACKEND sqlite:// TOKEN jkygcbxbsw 2019-10-07 13:33:38.332 15006 INFO octavia.api.v2.controllers.load_balancer [req-418dd9a4-db80-4846-b36e-2a94e441a116 - - - - -] Sending updated Load Balancer fa3b2883-f618-4341-9e0a-7f1c328db0a8 to the handler 2019-10-07 13:33:38.350 15024 INFO oslo_db.sqlalchemy.provision [req-c49b1a45-1321-4652-b534-86a309c8ffe9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:38.351 15024 INFO oslo_db.sqlalchemy.provision [req-c49b1a45-1321-4652-b534-86a309c8ffe9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tsocfkzmtw 2019-10-07 13:33:38.351 15024 INFO oslo_db.sqlalchemy.provision [req-c49b1a45-1321-4652-b534-86a309c8ffe9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_already_deleted [1.710576s] ... ok 2019-10-07 13:33:38.355 15024 INFO oslo_db.sqlalchemy.provision [req-c49b1a45-1321-4652-b534-86a309c8ffe9 - - - - -] CREATE BACKEND sqlite:// TOKEN qrqwllieek 2019-10-07 13:33:38.371 15006 INFO octavia.api.v2.controllers.l7policy [req-88b37d55-f87a-4f28-ab99-e3c379a182e9 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:38.382 15006 INFO oslo_db.sqlalchemy.provision [req-88b37d55-f87a-4f28-ab99-e3c379a182e9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:38.384 15006 INFO oslo_db.sqlalchemy.provision [req-88b37d55-f87a-4f28-ab99-e3c379a182e9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rmohcfrggt 2019-10-07 13:33:38.384 15006 INFO oslo_db.sqlalchemy.provision [req-88b37d55-f87a-4f28-ab99-e3c379a182e9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_when_lb_pending_update [0.479134s] ... ok 2019-10-07 13:33:38.387 15006 INFO oslo_db.sqlalchemy.provision [req-88b37d55-f87a-4f28-ab99-e3c379a182e9 - - - - -] CREATE BACKEND sqlite:// TOKEN kuikgamgnb 2019-10-07 13:33:38.398 15020 INFO octavia.api.v2.controllers.l7rule [req-d2ccdaaa-2c26-4d96-becb-c340ee4708dc - - - - -] Sending Creation of L7Rule 3d54e2f0-ee11-4759-8ee8-f7b587cfe892 to handler 2019-10-07 13:33:38.440 15024 INFO octavia.common.config [req-c49b1a45-1321-4652-b534-86a309c8ffe9 - - - - -] Logging enabled! 2019-10-07 13:33:38.441 15024 INFO octavia.common.config [req-c49b1a45-1321-4652-b534-86a309c8ffe9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:38.473 15006 INFO octavia.common.config [req-88b37d55-f87a-4f28-ab99-e3c379a182e9 - - - - -] Logging enabled! 2019-10-07 13:33:38.415 15012 INFO octavia.common.config [req-5dfb0b96-d834-43d5-8434-6307d20cab07 - - - - -] Logging enabled! 2019-10-07 13:33:38.415 15012 INFO octavia.common.config [req-5dfb0b96-d834-43d5-8434-6307d20cab07 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:38.438 15012 WARNING octavia.api.root_controller [req-5dfb0b96-d834-43d5-8434-6307d20cab07 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:38.450 15012 INFO octavia.api.v2.controllers.load_balancer [req-fa34dbd3-8c60-4e34-bd8c-0c4ec9ccd1f4 - - - - -] Sending created Load Balancer 5eeedad4-1df8-47b9-8224-b8dca634dbe1 to the handler 2019-10-07 13:33:38.466 15024 WARNING octavia.api.root_controller [req-c49b1a45-1321-4652-b534-86a309c8ffe9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:38.488 15024 INFO octavia.api.v2.controllers.load_balancer [req-255e73ec-ffe2-47b0-86df-f94965081cd6 - - - - -] Sending created Load Balancer f419a351-68bf-4b49-b664-c45ae409a06e to the handler 2019-10-07 13:33:38.496 15012 INFO octavia.api.v2.controllers.listener [req-5f65a527-cab9-4a4e-9935-b6fb03f0ebf7 - - - - -] Sending Creation of Listener e35ad36a-dd87-480b-b2e6-46f797d6ad59 to handler 2019-10-07 13:33:38.477 15006 INFO octavia.common.config [req-88b37d55-f87a-4f28-ab99-e3c379a182e9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:38.500 15006 WARNING octavia.api.root_controller [req-88b37d55-f87a-4f28-ab99-e3c379a182e9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:38.512 15006 INFO octavia.api.v2.controllers.load_balancer [req-a4b4f8f7-b416-4fbc-8092-efd37ce479c2 - - - - -] Sending created Load Balancer 760a7f17-444e-48f5-82e3-c2ef912f219c to the handler 2019-10-07 13:33:38.531 15024 INFO octavia.api.v2.controllers.listener [req-ed0d8c8c-745b-44a4-b75a-517fc238f694 - - - - -] Sending Creation of Listener fbc0e1c8-3cf5-4a06-8ea2-5f7b88815549 to handler 2019-10-07 13:33:38.556 15006 INFO octavia.api.v2.controllers.listener [req-2fb21f00-5a2d-4429-9160-73bc1ab1d557 - - - - -] Sending Creation of Listener f24174f7-6020-44d7-b6d0-0dd10da367c4 to handler 2019-10-07 13:33:38.606 15024 INFO octavia.api.v2.controllers.pool [req-c7f88675-2e25-445e-9c65-d1d558927af4 - - - - -] Sending Creation of Pool eaf22783-3f3b-4662-9429-a3aa2a4baae6 to handler 2019-10-07 13:33:38.624 15006 INFO octavia.api.v2.controllers.l7policy [req-7ce1f512-9236-4bf6-8f99-b02117a60039 - - - - -] Sending Creation of L7Policy 1238aa07-582c-4ca6-914d-bb6f45e406ea to handler 2019-10-07 13:33:38.620 15020 INFO oslo_db.sqlalchemy.provision [req-290da505-ed2b-4e8a-b1e2-dfb904330aa4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:38.621 15020 INFO oslo_db.sqlalchemy.provision [req-290da505-ed2b-4e8a-b1e2-dfb904330aa4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ngqcjwlgxn 2019-10-07 13:33:38.622 15020 INFO oslo_db.sqlalchemy.provision [req-290da505-ed2b-4e8a-b1e2-dfb904330aa4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_not_authorized [0.597230s] ... ok 2019-10-07 13:33:38.625 15020 INFO oslo_db.sqlalchemy.provision [req-290da505-ed2b-4e8a-b1e2-dfb904330aa4 - - - - -] CREATE BACKEND sqlite:// TOKEN fhwywidfqr 2019-10-07 13:33:38.674 15012 INFO octavia.api.v2.controllers.l7policy [req-ec58b7a5-f5df-4dbd-8f28-e25e7c1483c9 - - - - -] Sending Creation of L7Policy f29678b5-b77c-4eac-a307-521fb3d5c91c to handler 2019-10-07 13:33:38.707 15024 INFO octavia.api.v2.controllers.l7policy [req-3158d8fb-a90c-488c-9e30-1a9aa8d6cc96 - - - - -] Sending Creation of L7Policy df97a415-fee7-4ee5-8a61-3e2fbf319380 to handler 2019-10-07 13:33:38.714 15006 INFO oslo_db.sqlalchemy.provision [req-a99eccc4-e9e8-44b3-93f6-dc4ca05e7507 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:38.716 15006 INFO oslo_db.sqlalchemy.provision [req-a99eccc4-e9e8-44b3-93f6-dc4ca05e7507 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kuikgamgnb 2019-10-07 13:33:38.716 15006 INFO oslo_db.sqlalchemy.provision [req-a99eccc4-e9e8-44b3-93f6-dc4ca05e7507 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create [0.331794s] ... ok 2019-10-07 13:33:38.703 15020 INFO octavia.common.config [req-290da505-ed2b-4e8a-b1e2-dfb904330aa4 - - - - -] Logging enabled! 2019-10-07 13:33:38.704 15020 INFO octavia.common.config [req-290da505-ed2b-4e8a-b1e2-dfb904330aa4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:38.725 15020 WARNING octavia.api.root_controller [req-290da505-ed2b-4e8a-b1e2-dfb904330aa4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:38.719 15006 INFO oslo_db.sqlalchemy.provision [req-a99eccc4-e9e8-44b3-93f6-dc4ca05e7507 - - - - -] CREATE BACKEND sqlite:// TOKEN cegdmvgawb 2019-10-07 13:33:38.744 15020 INFO octavia.api.v2.controllers.load_balancer [req-603fe06d-1809-4a5a-8fb4-d1f8cc4e33c0 - - - - -] Sending created Load Balancer c5e55350-c4f5-402b-9103-8709853fff7d to the handler 2019-10-07 13:33:38.793 15006 INFO octavia.common.config [req-a99eccc4-e9e8-44b3-93f6-dc4ca05e7507 - - - - -] Logging enabled! 2019-10-07 13:33:38.793 15006 INFO octavia.common.config [req-a99eccc4-e9e8-44b3-93f6-dc4ca05e7507 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:38.788 15020 INFO octavia.api.v2.controllers.listener [req-5d8b206b-518f-4cbd-915c-23015089706e - - - - -] Sending Creation of Listener d0852d2c-dce7-4cb4-bf46-469056acc72e to handler 2019-10-07 13:33:38.806 15012 INFO octavia.api.v2.controllers.l7rule [req-b60913b8-c383-4710-a316-d5c9d76ca93e - - - - -] Sending Creation of L7Rule 607a8aa2-0cb5-4aa6-91ad-fefb86c8b27f to handler 2019-10-07 13:33:38.823 15006 WARNING octavia.api.root_controller [req-a99eccc4-e9e8-44b3-93f6-dc4ca05e7507 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:38.835 15006 INFO octavia.api.v2.controllers.load_balancer [req-c44f632d-fd6a-468a-8868-937c49d9df8f - - - - -] Sending created Load Balancer 17cf3c80-1b3f-46df-9c36-5273d3e9a531 to the handler 2019-10-07 13:33:38.858 15020 INFO octavia.api.v2.controllers.l7policy [req-1307ed6c-d308-43c8-8bdd-59060c452ff0 - - - - -] Sending Creation of L7Policy 25521976-0322-4a25-aa17-185f0e50ef2b to handler 2019-10-07 13:33:38.878 15006 INFO octavia.api.v2.controllers.listener [req-9163e443-e6be-4438-a250-ec5a80a66a7a - - - - -] Sending Creation of Listener 89618bb0-c22e-4e9d-8f2d-2e00dcd66034 to handler 2019-10-07 13:33:38.892 15024 INFO octavia.api.v2.controllers.l7policy [req-fb97c11e-b5fe-42d6-8ca0-b7fec003e332 - - - - -] Sending Creation of L7Policy c82dde05-d451-4e5f-ac0d-378f623e40d1 to handler 2019-10-07 13:33:38.949 15006 INFO octavia.api.v2.controllers.l7policy [req-9d9d7a89-cf13-43f2-83ae-bbafb428974b - - - - -] Sending Creation of L7Policy 42d0ec5d-d58f-4140-9a68-321f789a578e to handler 2019-10-07 13:33:38.967 15020 INFO octavia.api.v2.controllers.l7rule [req-87bcd911-3f28-4a86-b800-d968b9462c3c - - - - -] Sending Creation of L7Rule 208f47dd-5fb4-4345-b89b-18c63f7a17ae to handler 2019-10-07 13:33:39.036 15006 INFO oslo_db.sqlalchemy.provision [req-61d3610c-f0fb-45e6-9e32-1d8eaf0f1d60 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:39.039 15006 INFO oslo_db.sqlalchemy.provision [req-61d3610c-f0fb-45e6-9e32-1d8eaf0f1d60 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cegdmvgawb 2019-10-07 13:33:39.041 15006 INFO oslo_db.sqlalchemy.provision [req-61d3610c-f0fb-45e6-9e32-1d8eaf0f1d60 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_cookie_rule [0.326195s] ... ok 2019-10-07 13:33:39.046 15006 INFO oslo_db.sqlalchemy.provision [req-61d3610c-f0fb-45e6-9e32-1d8eaf0f1d60 - - - - -] CREATE BACKEND sqlite:// TOKEN xmszorxdzx 2019-10-07 13:33:39.072 15024 INFO octavia.api.v2.controllers.l7policy [req-fe10d47f-7863-49ba-a8db-f4822cd7d231 - - - - -] Sending Creation of L7Policy a53b712e-215c-4b6f-b669-f873cce48a77 to handler 2019-10-07 13:33:39.061 15020 INFO octavia.api.v2.controllers.load_balancer [req-714a930e-de58-4b48-9528-1d0d936fcd6c - - - - -] Sending deleted Load Balancer c5e55350-c4f5-402b-9103-8709853fff7d to the handler 2019-10-07 13:33:39.062 15012 INFO octavia.api.v2.controllers.l7rule [req-c3860d7c-750b-4158-a9d5-74d7756da4bd - - - - -] Sending Creation of L7Rule 68b2f112-6c16-4f51-8dce-1f11c8aa8bdb to handler 2019-10-07 13:33:39.085 15020 INFO octavia.api.v2.controllers.l7rule [req-030a05cb-bb75-44a3-9866-55f0e8f6ebcc - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:39.096 15020 INFO oslo_db.sqlalchemy.provision [req-030a05cb-bb75-44a3-9866-55f0e8f6ebcc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:39.097 15020 INFO oslo_db.sqlalchemy.provision [req-030a05cb-bb75-44a3-9866-55f0e8f6ebcc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fhwywidfqr 2019-10-07 13:33:39.098 15020 INFO oslo_db.sqlalchemy.provision [req-030a05cb-bb75-44a3-9866-55f0e8f6ebcc - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_when_lb_pending_delete [0.475537s] ... ok 2019-10-07 13:33:39.101 15020 INFO oslo_db.sqlalchemy.provision [req-030a05cb-bb75-44a3-9866-55f0e8f6ebcc - - - - -] CREATE BACKEND sqlite:// TOKEN gzispwcykx 2019-10-07 13:33:39.120 15006 INFO octavia.common.config [req-61d3610c-f0fb-45e6-9e32-1d8eaf0f1d60 - - - - -] Logging enabled! 2019-10-07 13:33:39.120 15006 INFO octavia.common.config [req-61d3610c-f0fb-45e6-9e32-1d8eaf0f1d60 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:39.142 15006 WARNING octavia.api.root_controller [req-61d3610c-f0fb-45e6-9e32-1d8eaf0f1d60 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:39.160 15006 INFO octavia.api.v2.controllers.load_balancer [req-ccb898cb-1685-4d4c-bca6-271bfcc6278a - - - - -] Sending created Load Balancer 5ba9dccb-7eb3-40a3-b76f-96ae64c6fcc3 to the handler 2019-10-07 13:33:39.179 15020 INFO octavia.common.config [req-030a05cb-bb75-44a3-9866-55f0e8f6ebcc - - - - -] Logging enabled! 2019-10-07 13:33:39.179 15020 INFO octavia.common.config [req-030a05cb-bb75-44a3-9866-55f0e8f6ebcc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:39.204 15020 WARNING octavia.api.root_controller [req-030a05cb-bb75-44a3-9866-55f0e8f6ebcc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:39.218 15020 INFO octavia.api.v2.controllers.load_balancer [req-95283c09-f154-4181-9ca6-c9c87d2dd826 - - - - -] Sending created Load Balancer 2c74be2a-a35b-4da5-8425-528048d60699 to the handler 2019-10-07 13:33:39.199 15006 INFO octavia.api.v2.controllers.listener [req-4a1ae2e5-54e9-4072-95f5-62bb2fe48132 - - - - -] Sending Creation of Listener d8ae8500-1bca-4a30-85ad-1b545ffa2f5a to handler 2019-10-07 13:33:39.257 15020 INFO octavia.api.v2.controllers.listener [req-15754b14-410b-4db2-b516-8de04ca4a4d5 - - - - -] Sending Creation of Listener 01061e4b-42fc-4dec-8209-bd60d27f47fa to handler 2019-10-07 13:33:39.275 15024 INFO oslo_db.sqlalchemy.provision [req-d8b09168-7d5e-48c2-af2c-03a7d25a2e46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:39.277 15024 INFO oslo_db.sqlalchemy.provision [req-d8b09168-7d5e-48c2-af2c-03a7d25a2e46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qrqwllieek 2019-10-07 13:33:39.277 15024 INFO oslo_db.sqlalchemy.provision [req-d8b09168-7d5e-48c2-af2c-03a7d25a2e46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_filter [0.925048s] ... ok 2019-10-07 13:33:39.271 15006 INFO octavia.api.v2.controllers.l7policy [req-2f538438-4890-415b-aadb-72f193a4c9d5 - - - - -] Sending Creation of L7Policy dc49c864-10c2-403c-ada5-1f80dac8b843 to handler 2019-10-07 13:33:39.280 15024 INFO oslo_db.sqlalchemy.provision [req-d8b09168-7d5e-48c2-af2c-03a7d25a2e46 - - - - -] CREATE BACKEND sqlite:// TOKEN asbqiqiicw 2019-10-07 13:33:39.325 15020 INFO octavia.api.v2.controllers.l7policy [req-a664ed8b-4b4c-4dba-ada3-234361579292 - - - - -] Sending Creation of L7Policy f20114c3-2ccf-4edd-867d-2252c2c77bfc to handler 2019-10-07 13:33:39.359 15006 INFO oslo_db.sqlalchemy.provision [req-df37cfcd-174d-4c36-abcd-8b3a4dc4aa8d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:39.360 15012 INFO octavia.api.v2.controllers.l7rule [req-8425192c-451a-4b21-b862-ad4fa8a3e731 - - - - -] Sending Creation of L7Rule 84dd7fc1-838e-4e47-acda-e2fa3636b9fd to handler 2019-10-07 13:33:39.365 15006 INFO oslo_db.sqlalchemy.provision [req-df37cfcd-174d-4c36-abcd-8b3a4dc4aa8d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xmszorxdzx 2019-10-07 13:33:39.365 15006 INFO oslo_db.sqlalchemy.provision [req-df37cfcd-174d-4c36-abcd-8b3a4dc4aa8d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_header_rule [0.322182s] ... ok 2019-10-07 13:33:39.365 15024 INFO octavia.common.config [req-d8b09168-7d5e-48c2-af2c-03a7d25a2e46 - - - - -] Logging enabled! 2019-10-07 13:33:39.366 15024 INFO octavia.common.config [req-d8b09168-7d5e-48c2-af2c-03a7d25a2e46 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:39.388 15024 WARNING octavia.api.root_controller [req-d8b09168-7d5e-48c2-af2c-03a7d25a2e46 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:39.400 15024 INFO octavia.api.v2.controllers.load_balancer [req-30408993-c5ca-4726-a1b8-53dff2a7c2a0 - - - - -] Sending created Load Balancer 2e81f9b3-c165-491e-b278-117f4b3ba107 to the handler 2019-10-07 13:33:39.368 15006 INFO oslo_db.sqlalchemy.provision [req-df37cfcd-174d-4c36-abcd-8b3a4dc4aa8d - - - - -] CREATE BACKEND sqlite:// TOKEN dftuzemfth 2019-10-07 13:33:39.439 15024 INFO octavia.api.v2.controllers.listener [req-4b6a9216-f16d-4b81-91cc-55242ee5c2e1 - - - - -] Sending Creation of Listener 976931c4-0ca8-47ff-8702-0ef26dd16057 to handler 2019-10-07 13:33:39.453 15020 INFO octavia.api.v2.controllers.l7rule [req-feb2d5a2-8bf4-41f9-8390-5b7d8a0141a9 - - - - -] Sending Creation of L7Rule b9f25535-21b8-4dac-8e4d-66bd168a494b to handler 2019-10-07 13:33:39.503 15024 INFO octavia.api.v2.controllers.pool [req-664303ba-4117-4b4b-ab3a-c89ed02da662 - - - - -] Sending Creation of Pool f496ad1b-e4cf-4832-934e-6deb07a65376 to handler 2019-10-07 13:33:39.443 15006 INFO octavia.common.config [req-df37cfcd-174d-4c36-abcd-8b3a4dc4aa8d - - - - -] Logging enabled! 2019-10-07 13:33:39.443 15006 INFO octavia.common.config [req-df37cfcd-174d-4c36-abcd-8b3a4dc4aa8d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:39.465 15006 WARNING octavia.api.root_controller [req-df37cfcd-174d-4c36-abcd-8b3a4dc4aa8d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:39.482 15006 INFO octavia.api.v2.controllers.load_balancer [req-07f9c516-dd1b-40b2-b41f-2ca8ddc59fd7 - - - - -] Sending created Load Balancer 325bafe6-b67d-4786-9f17-f95aebe199f7 to the handler 2019-10-07 13:33:39.521 15006 INFO octavia.api.v2.controllers.listener [req-00f77d95-9d32-4480-bd2a-669694f4793a - - - - -] Sending Creation of Listener 4194c4b0-692c-4f73-b6de-31f24fa73b3d to handler 2019-10-07 13:33:39.590 15012 INFO octavia.api.v2.controllers.l7rule [req-0be46cde-38fd-48d3-a555-b62918d79b76 - - - - -] Sending Creation of L7Rule 23dc63c8-b4ee-4890-a620-4c6171605c72 to handler 2019-10-07 13:33:39.591 15006 INFO octavia.api.v2.controllers.l7policy [req-aa9dcb0b-e9ed-401c-8ac5-481fd51d9d36 - - - - -] Sending Creation of L7Policy 6b117b82-ca85-4ef6-93b0-159b46e5c9cc to handler 2019-10-07 13:33:39.629 15024 INFO octavia.api.v2.controllers.l7policy [req-75239628-91db-47c4-90e1-cd1b9b1029b2 - - - - -] Sending Creation of L7Policy 9b1880b5-96ba-4d6c-beb2-ffc038e13f81 to handler 2019-10-07 13:33:39.610 15020 INFO octavia.api.v2.controllers.l7rule [req-61372949-e2c2-4433-9697-6ca97156c701 - - - - -] Sending Creation of L7Rule 8ebd2369-e10b-4064-ac88-9620a11c7c80 to handler 2019-10-07 13:33:39.672 15006 INFO oslo_db.sqlalchemy.provision [req-a8b4bc37-8627-4dc0-bb28-1bf032c6bc7f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:39.676 15006 INFO oslo_db.sqlalchemy.provision [req-a8b4bc37-8627-4dc0-bb28-1bf032c6bc7f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dftuzemfth 2019-10-07 13:33:39.678 15006 INFO oslo_db.sqlalchemy.provision [req-a8b4bc37-8627-4dc0-bb28-1bf032c6bc7f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_path_rule [0.313945s] ... ok 2019-10-07 13:33:39.683 15006 INFO oslo_db.sqlalchemy.provision [req-a8b4bc37-8627-4dc0-bb28-1bf032c6bc7f - - - - -] CREATE BACKEND sqlite:// TOKEN vgalqlqamk 2019-10-07 13:33:39.749 15024 INFO oslo_db.sqlalchemy.provision [req-aef17c21-3267-4709-adc9-36c5ac05b80b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:39.753 15024 INFO oslo_db.sqlalchemy.provision [req-aef17c21-3267-4709-adc9-36c5ac05b80b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN asbqiqiicw 2019-10-07 13:33:39.754 15024 INFO oslo_db.sqlalchemy.provision [req-aef17c21-3267-4709-adc9-36c5ac05b80b - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_not_authorized [0.476768s] ... ok 2019-10-07 13:33:39.757 15024 INFO oslo_db.sqlalchemy.provision [req-aef17c21-3267-4709-adc9-36c5ac05b80b - - - - -] CREATE BACKEND sqlite:// TOKEN wcgfmpnamj 2019-10-07 13:33:39.762 15020 INFO oslo_db.sqlalchemy.provision [req-dd1b7c1f-a083-4129-898e-ff06fb6798f1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:39.763 15020 INFO oslo_db.sqlalchemy.provision [req-dd1b7c1f-a083-4129-898e-ff06fb6798f1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gzispwcykx 2019-10-07 13:33:39.763 15020 INFO oslo_db.sqlalchemy.provision [req-dd1b7c1f-a083-4129-898e-ff06fb6798f1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_authorized [0.665740s] ... ok 2019-10-07 13:33:39.767 15020 INFO oslo_db.sqlalchemy.provision [req-dd1b7c1f-a083-4129-898e-ff06fb6798f1 - - - - -] CREATE BACKEND sqlite:// TOKEN zadlvscisz 2019-10-07 13:33:39.753 15006 INFO octavia.common.config [req-a8b4bc37-8627-4dc0-bb28-1bf032c6bc7f - - - - -] Logging enabled! 2019-10-07 13:33:39.753 15006 INFO octavia.common.config [req-a8b4bc37-8627-4dc0-bb28-1bf032c6bc7f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:39.777 15006 WARNING octavia.api.root_controller [req-a8b4bc37-8627-4dc0-bb28-1bf032c6bc7f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:39.789 15006 INFO octavia.api.v2.controllers.load_balancer [req-4f36431c-1677-4724-b321-d1fc1bdf5ae8 - - - - -] Sending created Load Balancer 742457b1-4a6c-4ae8-9d58-03a4f949e029 to the handler 2019-10-07 13:33:39.813 15012 INFO octavia.api.v2.controllers.l7rule [req-7b60e41b-6349-40ae-9f50-5c0cbac227bb - - - - -] Sending Creation of L7Rule 3285b1b6-d1f0-4d4e-bc0e-d89e8de56753 to handler 2019-10-07 13:33:39.847 15020 INFO octavia.common.config [req-dd1b7c1f-a083-4129-898e-ff06fb6798f1 - - - - -] Logging enabled! 2019-10-07 13:33:39.848 15020 INFO octavia.common.config [req-dd1b7c1f-a083-4129-898e-ff06fb6798f1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:39.842 15024 INFO octavia.common.config [req-aef17c21-3267-4709-adc9-36c5ac05b80b - - - - -] Logging enabled! 2019-10-07 13:33:39.842 15024 INFO octavia.common.config [req-aef17c21-3267-4709-adc9-36c5ac05b80b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:39.867 15024 WARNING octavia.api.root_controller [req-aef17c21-3267-4709-adc9-36c5ac05b80b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:39.889 15024 INFO octavia.api.v2.controllers.load_balancer [req-8f3fa5e2-224e-4965-aa4f-edbf58201ef5 - - - - -] Sending created Load Balancer d8a02f7c-61e4-40e5-8e37-8ae4afa15c8e to the handler 2019-10-07 13:33:39.908 15006 INFO octavia.api.v2.controllers.listener [req-b90369f7-fcae-415b-9d0a-692bdedc45b8 - - - - -] Sending Creation of Listener 5f56ba22-258a-46d1-b06c-270874d4db2a to handler 2019-10-07 13:33:39.876 15020 WARNING octavia.api.root_controller [req-dd1b7c1f-a083-4129-898e-ff06fb6798f1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:39.889 15020 INFO octavia.api.v2.controllers.load_balancer [req-abd08498-746a-40b4-8428-ccb94a33d4e8 - - - - -] Sending created Load Balancer 15881cc2-99c9-4056-b6f7-5eb75677195d to the handler 2019-10-07 13:33:39.929 15024 INFO octavia.api.v2.controllers.listener [req-3cf8ebd1-6591-47a0-a434-6224f1e5bc3b - - - - -] Sending Creation of Listener b1805053-8c54-4504-a6b4-6ed3e29d5e6e to handler 2019-10-07 13:33:39.935 15020 INFO octavia.api.v2.controllers.listener [req-3b6f1f6c-59e8-4abd-9599-0362bb791438 - - - - -] Sending Creation of Listener 151dd90b-0eb2-4a86-b26b-7b26bd8e8131 to handler 2019-10-07 13:33:39.979 15006 INFO octavia.api.v2.controllers.l7policy [req-6e0f60b1-8c03-437a-817f-a2d452f4311e - - - - -] Sending Creation of L7Policy f230e9e5-5a04-4280-9cca-abfbfdaa831c to handler 2019-10-07 13:33:40.005 15020 INFO octavia.api.v2.controllers.l7policy [req-b3152816-367d-4e07-8399-beacb0550a46 - - - - -] Sending Creation of L7Policy 1c84233d-9632-4f5f-a36d-5b32fa8a9d48 to handler 2019-10-07 13:33:40.006 15024 INFO octavia.api.v2.controllers.pool [req-e0b3abcc-3600-4e46-92ab-495399013650 - - - - -] Sending Creation of Pool 8c035efc-47e3-4084-ab92-98830d23b1e7 to handler 2019-10-07 13:33:40.069 15012 INFO octavia.api.v2.controllers.l7rule [req-64fd952a-de64-4ac1-b62b-a6327c116c2b - - - - -] Sending Creation of L7Rule bbe4d7cb-2ffe-4f78-bc87-4fbda746c83c to handler 2019-10-07 13:33:40.073 15006 ERROR octavia.api.v2.controllers.base [req-b05c69eb-d397-41d7-9482-ed8c171aac98 - - - - -] L7 Rule a8bcab1c-7e31-4b49-acbd-b92b13f2cd2a not found: None 2019-10-07 13:33:40.073 15006 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:33:40.073 15006 ERROR octavia.api.v2.controllers.base 2019-10-07 13:33:40.098 15024 INFO octavia.api.v2.controllers.l7policy [req-7237bf48-40b3-4a57-b10d-239e8dc26860 - - - - -] Sending Creation of L7Policy 2b921f32-df57-4be9-8cb2-643c78690fde to handler 2019-10-07 13:33:40.088 15006 INFO oslo_db.sqlalchemy.provision [req-b05c69eb-d397-41d7-9482-ed8c171aac98 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:40.091 15006 INFO oslo_db.sqlalchemy.provision [req-b05c69eb-d397-41d7-9482-ed8c171aac98 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vgalqlqamk 2019-10-07 13:33:40.091 15006 INFO oslo_db.sqlalchemy.provision [req-b05c69eb-d397-41d7-9482-ed8c171aac98 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_delete [0.411085s] ... ok 2019-10-07 13:33:40.094 15006 INFO oslo_db.sqlalchemy.provision [req-b05c69eb-d397-41d7-9482-ed8c171aac98 - - - - -] CREATE BACKEND sqlite:// TOKEN smjvisupjn 2019-10-07 13:33:40.142 15020 INFO octavia.api.v2.controllers.l7rule [req-417a6cc0-cee1-44d8-865f-e499133e158d - - - - -] Sending Creation of L7Rule 8e38b30d-2cf5-47df-bbce-47395023dff6 to handler 2019-10-07 13:33:40.183 15006 INFO octavia.common.config [req-b05c69eb-d397-41d7-9482-ed8c171aac98 - - - - -] Logging enabled! 2019-10-07 13:33:40.185 15006 INFO octavia.common.config [req-b05c69eb-d397-41d7-9482-ed8c171aac98 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:40.208 15006 WARNING octavia.api.root_controller [req-b05c69eb-d397-41d7-9482-ed8c171aac98 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:40.225 15024 INFO octavia.api.v2.controllers.l7policy [req-97adc029-3e09-43a1-aca4-b47c64b6b167 - - - - -] Sending Creation of L7Policy e24d2f7c-722f-45a3-9ac8-ff579dc5d888 to handler 2019-10-07 13:33:40.219 15006 INFO octavia.api.v2.controllers.load_balancer [req-70931bbe-d22d-4d02-8caa-b83d23782ae1 - - - - -] Sending created Load Balancer c44c8794-40cf-4fd3-bf0b-fdd9555280f6 to the handler 2019-10-07 13:33:40.284 15006 INFO octavia.api.v2.controllers.listener [req-772b8a61-9737-41e3-a517-dd6aec03fe2a - - - - -] Sending Creation of Listener 3328ad93-db97-4730-86c4-491fc7468207 to handler 2019-10-07 13:33:40.298 15020 INFO octavia.api.v2.controllers.l7rule [req-d4f36307-aa1f-4dbd-8102-16484cee6e1b - - - - -] Sending Creation of L7Rule 2537e174-9cf3-4f1c-a06e-3c903a4f1712 to handler 2019-10-07 13:33:40.358 15012 INFO octavia.api.v2.controllers.l7rule [req-9cddaff5-8c9b-436e-8d99-f5b5a034e1f2 - - - - -] Sending Creation of L7Rule d8404f0f-c443-4875-99be-569b0ed7e117 to handler 2019-10-07 13:33:40.377 15024 INFO octavia.api.v2.controllers.l7policy [req-a7e2efc5-b14e-4b89-b3f2-81bb94a8571b - - - - -] Sending Creation of L7Policy 9862de26-6362-43ff-9a07-13b8c9ff8ae3 to handler 2019-10-07 13:33:40.377 15006 INFO octavia.api.v2.controllers.l7policy [req-e747c5bf-b011-4ffb-a59c-30dfcd23507b - - - - -] Sending Creation of L7Policy 0f0f48d0-f99a-464d-86c8-6613c559ea2d to handler 2019-10-07 13:33:40.473 15006 ERROR octavia.api.v2.controllers.base [req-3d714976-9035-4644-a407-414477c4d9f2 - - - - -] L7 Rule 151e4a11-ceb0-42c7-9235-55b4410906f9 not found: None 2019-10-07 13:33:40.473 15006 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:33:40.473 15006 ERROR octavia.api.v2.controllers.base 2019-10-07 13:33:40.467 15020 INFO octavia.api.v2.controllers.l7rule [req-304faf8d-d388-4495-a83d-0859ba41d1ef - - - - -] Sending Creation of L7Rule e5340e2c-ce28-4944-91a3-5b7f35fdfcdd to handler 2019-10-07 13:33:40.490 15006 INFO oslo_db.sqlalchemy.provision [req-3d714976-9035-4644-a407-414477c4d9f2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:40.492 15006 INFO oslo_db.sqlalchemy.provision [req-3d714976-9035-4644-a407-414477c4d9f2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN smjvisupjn 2019-10-07 13:33:40.492 15006 INFO oslo_db.sqlalchemy.provision [req-3d714976-9035-4644-a407-414477c4d9f2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_get [0.400258s] ... ok 2019-10-07 13:33:40.495 15006 INFO oslo_db.sqlalchemy.provision [req-3d714976-9035-4644-a407-414477c4d9f2 - - - - -] CREATE BACKEND sqlite:// TOKEN oiwskgnqws 2019-10-07 13:33:40.579 15024 INFO oslo_db.sqlalchemy.provision [req-8f1ad1b8-eac2-477a-8298-1133ad617076 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:40.581 15024 INFO oslo_db.sqlalchemy.provision [req-8f1ad1b8-eac2-477a-8298-1133ad617076 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wcgfmpnamj 2019-10-07 13:33:40.581 15024 INFO oslo_db.sqlalchemy.provision [req-8f1ad1b8-eac2-477a-8298-1133ad617076 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_sorted [0.826879s] ... ok 2019-10-07 13:33:40.570 15006 INFO octavia.common.config [req-3d714976-9035-4644-a407-414477c4d9f2 - - - - -] Logging enabled! 2019-10-07 13:33:40.570 15006 INFO octavia.common.config [req-3d714976-9035-4644-a407-414477c4d9f2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:40.594 15006 WARNING octavia.api.root_controller [req-3d714976-9035-4644-a407-414477c4d9f2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:40.584 15024 INFO oslo_db.sqlalchemy.provision [req-8f1ad1b8-eac2-477a-8298-1133ad617076 - - - - -] CREATE BACKEND sqlite:// TOKEN huflvbyyix 2019-10-07 13:33:40.609 15006 INFO octavia.api.v2.controllers.load_balancer [req-740a14df-8b7c-46fc-a912-3bc2a3c54e89 - - - - -] Sending created Load Balancer 162d64b0-8599-4de4-b745-69f66faa60a8 to the handler 2019-10-07 13:33:40.648 15006 INFO octavia.api.v2.controllers.listener [req-3b27325f-d80e-4fba-a8cd-c85e18277cc7 - - - - -] Sending Creation of Listener 9f30154b-5d10-4957-8a53-7c3b61698ac4 to handler 2019-10-07 13:33:40.657 15024 INFO octavia.common.config [req-8f1ad1b8-eac2-477a-8298-1133ad617076 - - - - -] Logging enabled! 2019-10-07 13:33:40.658 15024 INFO octavia.common.config [req-8f1ad1b8-eac2-477a-8298-1133ad617076 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:40.680 15020 INFO oslo_db.sqlalchemy.provision [req-328934b7-c2c2-4d83-84e5-4bfa6f5d558e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:40.683 15020 INFO oslo_db.sqlalchemy.provision [req-328934b7-c2c2-4d83-84e5-4bfa6f5d558e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zadlvscisz 2019-10-07 13:33:40.685 15020 INFO oslo_db.sqlalchemy.provision [req-328934b7-c2c2-4d83-84e5-4bfa6f5d558e - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_sorted [0.922548s] ... ok 2019-10-07 13:33:40.690 15020 INFO oslo_db.sqlalchemy.provision [req-328934b7-c2c2-4d83-84e5-4bfa6f5d558e - - - - -] CREATE BACKEND sqlite:// TOKEN xwkqouqvsj 2019-10-07 13:33:40.680 15012 INFO octavia.api.v2.controllers.l7rule [req-7ca11eb5-704d-416a-828d-5901594175e7 - - - - -] Sending Creation of L7Rule de3c4af6-86b2-4f02-bb24-51e0cc021820 to handler 2019-10-07 13:33:40.719 15006 INFO octavia.api.v2.controllers.l7policy [req-118a5f22-7c0c-4886-8d60-5e657641e676 - - - - -] Sending Creation of L7Policy cd209f01-3d52-49cd-9912-a6c36a56ecc2 to handler 2019-10-07 13:33:40.765 15020 INFO octavia.common.config [req-328934b7-c2c2-4d83-84e5-4bfa6f5d558e - - - - -] Logging enabled! 2019-10-07 13:33:40.767 15020 INFO octavia.common.config [req-328934b7-c2c2-4d83-84e5-4bfa6f5d558e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:40.754 15024 WARNING octavia.api.root_controller [req-8f1ad1b8-eac2-477a-8298-1133ad617076 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:40.765 15024 INFO octavia.api.v2.controllers.load_balancer [req-ee6ac104-bf74-4470-a96b-b5794a2a60cd - - - - -] Sending created Load Balancer 50cc5496-d119-4b00-be85-114abfa15f50 to the handler 2019-10-07 13:33:40.803 15024 INFO octavia.api.v2.controllers.listener [req-73f95515-f8fa-47fa-ba20-e0f9c7b2fc92 - - - - -] Sending Creation of Listener 3297d350-f803-4e7c-ad16-6c2a99094720 to handler 2019-10-07 13:33:40.793 15020 WARNING octavia.api.root_controller [req-328934b7-c2c2-4d83-84e5-4bfa6f5d558e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:40.806 15020 INFO octavia.api.v2.controllers.load_balancer [req-b1363696-6b00-4aac-aa6c-779421c62af1 - - - - -] Sending created Load Balancer 4302ac4a-bfe5-4748-8cd2-bd6ce78accaf to the handler 2019-10-07 13:33:40.831 15006 INFO octavia.api.v2.controllers.l7rule [req-722864ea-accb-49c5-8c18-76ab2ddf3551 - - - - -] Sending Creation of L7Rule d0d5ff2e-6021-4c95-b99a-ac984ff9b55c to handler 2019-10-07 13:33:40.860 15006 INFO oslo_db.sqlalchemy.provision [req-1b09eb40-2d0b-438a-b37b-5125e5aa58c7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:40.854 15020 INFO octavia.api.v2.controllers.listener [req-0832d44e-8d46-422b-92e0-dbaadb5930d9 - - - - -] Sending Creation of Listener e0195364-14d1-4423-96be-8ca1fa8b378d to handler 2019-10-07 13:33:40.864 15006 INFO oslo_db.sqlalchemy.provision [req-1b09eb40-2d0b-438a-b37b-5125e5aa58c7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oiwskgnqws 2019-10-07 13:33:40.864 15006 INFO oslo_db.sqlalchemy.provision [req-1b09eb40-2d0b-438a-b37b-5125e5aa58c7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_update [0.372202s] ... ok 2019-10-07 13:33:40.867 15006 INFO oslo_db.sqlalchemy.provision [req-1b09eb40-2d0b-438a-b37b-5125e5aa58c7 - - - - -] CREATE BACKEND sqlite:// TOKEN mcwhdcetax 2019-10-07 13:33:40.870 15024 INFO octavia.api.v2.controllers.pool [req-19da9a48-58c2-44eb-8fab-8a05cddae2c8 - - - - -] Sending Creation of Pool 3a254647-e32d-4a97-9f82-a2d6b21bbfc3 to handler 2019-10-07 13:33:40.929 15020 INFO octavia.api.v2.controllers.l7policy [req-8f41df12-48f0-4c0a-a8a7-ef3267667046 - - - - -] Sending Creation of L7Policy e90a59b3-3499-4ba1-8c94-73ff568881f2 to handler 2019-10-07 13:33:40.941 15006 INFO octavia.common.config [req-1b09eb40-2d0b-438a-b37b-5125e5aa58c7 - - - - -] Logging enabled! 2019-10-07 13:33:40.941 15006 INFO octavia.common.config [req-1b09eb40-2d0b-438a-b37b-5125e5aa58c7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:40.964 15006 WARNING octavia.api.root_controller [req-1b09eb40-2d0b-438a-b37b-5125e5aa58c7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:40.966 15024 INFO octavia.api.v2.controllers.l7policy [req-ff13809d-2744-490d-9e4c-edb7c5dfa154 - - - - -] Sending Creation of L7Policy fce7b564-0191-484a-89a5-cf0511807455 to handler 2019-10-07 13:33:40.979 15006 INFO octavia.api.v2.controllers.load_balancer [req-be4a1e83-f2fc-4e78-ab3e-b14ec0d57bc7 - - - - -] Sending created Load Balancer 107e65ea-cb54-4f8c-8f72-ae1eb132edd8 to the handler 2019-10-07 13:33:41.019 15006 INFO octavia.api.v2.controllers.listener [req-11ad5358-3663-4f97-8708-8a2f979349a1 - - - - -] Sending Creation of Listener f2e6bbb1-cd37-4427-a1cc-a25877afed61 to handler 2019-10-07 13:33:41.086 15006 INFO octavia.api.v2.controllers.l7policy [req-d87fcc5d-07da-4183-83a8-488bd0a818fe - - - - -] Sending Creation of L7Policy 5eed4d62-d5b1-4cb1-a12f-e57ca0e10f31 to handler 2019-10-07 13:33:41.095 15024 INFO octavia.api.v2.controllers.l7policy [req-4bd6e079-a930-4adc-94c1-0885b79cf387 - - - - -] Sending Update of L7Policy fce7b564-0191-484a-89a5-cf0511807455 to handler 2019-10-07 13:33:41.109 15024 INFO oslo_db.sqlalchemy.provision [req-4bd6e079-a930-4adc-94c1-0885b79cf387 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:41.111 15024 INFO oslo_db.sqlalchemy.provision [req-4bd6e079-a930-4adc-94c1-0885b79cf387 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN huflvbyyix 2019-10-07 13:33:41.111 15024 INFO oslo_db.sqlalchemy.provision [req-4bd6e079-a930-4adc-94c1-0885b79cf387 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_pool_minimal [0.529760s] ... ok 2019-10-07 13:33:41.106 15012 INFO octavia.api.v2.controllers.l7rule [req-50e6698e-7adb-4015-8f21-f9a55f6c28e8 - - - - -] Sending Creation of L7Rule fd19dda7-b5fc-4be3-a8bd-c9949204e2bd to handler 2019-10-07 13:33:41.114 15024 INFO oslo_db.sqlalchemy.provision [req-4bd6e079-a930-4adc-94c1-0885b79cf387 - - - - -] CREATE BACKEND sqlite:// TOKEN umwpautjli 2019-10-07 13:33:41.183 15024 INFO octavia.common.config [req-4bd6e079-a930-4adc-94c1-0885b79cf387 - - - - -] Logging enabled! 2019-10-07 13:33:41.184 15024 INFO octavia.common.config [req-4bd6e079-a930-4adc-94c1-0885b79cf387 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:41.179 15020 INFO octavia.api.v2.controllers.l7rule [req-c6b7edc7-40e1-4371-b9e4-f2c841bbe7c3 - - - - -] Sending Creation of L7Rule 28e0b068-ecd7-4826-bd53-53fee696f1a4 to handler 2019-10-07 13:33:41.205 15024 WARNING octavia.api.root_controller [req-4bd6e079-a930-4adc-94c1-0885b79cf387 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:41.217 15024 INFO octavia.api.v2.controllers.load_balancer [req-7536dfa6-0c7e-496e-907c-41293e28d619 - - - - -] Sending created Load Balancer 12727200-a99c-41e2-8855-aeef936cda6e to the handler 2019-10-07 13:33:41.226 15020 INFO oslo_db.sqlalchemy.provision [req-92ddc380-e713-4664-bd68-9a6bd0b735a5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:41.228 15020 INFO oslo_db.sqlalchemy.provision [req-92ddc380-e713-4664-bd68-9a6bd0b735a5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xwkqouqvsj 2019-10-07 13:33:41.228 15020 INFO oslo_db.sqlalchemy.provision [req-92ddc380-e713-4664-bd68-9a6bd0b735a5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_authorized [0.541859s] ... ok 2019-10-07 13:33:41.232 15020 INFO oslo_db.sqlalchemy.provision [req-92ddc380-e713-4664-bd68-9a6bd0b735a5 - - - - -] CREATE BACKEND sqlite:// TOKEN ofncuqjqtp 2019-10-07 13:33:41.214 15006 INFO octavia.api.v2.controllers.l7rule [req-e94e88e7-05ba-4ad7-9296-db19b6d104ec - - - - -] Sending Creation of L7Rule 7a023455-906f-475a-966f-86955b69301a to handler 2019-10-07 13:33:41.256 15024 INFO octavia.api.v2.controllers.listener [req-df3fb989-13c1-4ba1-a0d7-b0b5c2c459ec - - - - -] Sending Creation of Listener 4e810fea-2bc0-4737-bd00-7babd72930ac to handler 2019-10-07 13:33:41.310 15020 INFO octavia.common.config [req-92ddc380-e713-4664-bd68-9a6bd0b735a5 - - - - -] Logging enabled! 2019-10-07 13:33:41.310 15020 INFO octavia.common.config [req-92ddc380-e713-4664-bd68-9a6bd0b735a5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:41.314 15024 INFO octavia.api.v2.controllers.pool [req-7dd1d1c9-31db-43ff-8bb2-a0da59c0a7b3 - - - - -] Sending Creation of Pool 6512c92c-349e-4b6c-a66b-6c1a6b5579ec to handler 2019-10-07 13:33:41.316 15006 INFO oslo_db.sqlalchemy.provision [req-35859e87-53c6-488f-a497-e0b48832ea12 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:41.317 15006 INFO oslo_db.sqlalchemy.provision [req-35859e87-53c6-488f-a497-e0b48832ea12 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mcwhdcetax 2019-10-07 13:33:41.318 15006 INFO oslo_db.sqlalchemy.provision [req-35859e87-53c6-488f-a497-e0b48832ea12 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_with_bad_handler [0.453115s] ... ok 2019-10-07 13:33:41.336 15020 WARNING octavia.api.root_controller [req-92ddc380-e713-4664-bd68-9a6bd0b735a5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:41.353 15020 INFO octavia.api.v2.controllers.load_balancer [req-cef1aa3a-1abe-48c5-b914-a08ebd6e1e40 - - - - -] Sending created Load Balancer 3d3340e6-0004-4894-abf4-493c5e9a17d4 to the handler 2019-10-07 13:33:41.321 15006 INFO oslo_db.sqlalchemy.provision [req-35859e87-53c6-488f-a497-e0b48832ea12 - - - - -] CREATE BACKEND sqlite:// TOKEN wvkixrqwhh 2019-10-07 13:33:41.396 15006 INFO octavia.common.config [req-35859e87-53c6-488f-a497-e0b48832ea12 - - - - -] Logging enabled! 2019-10-07 13:33:41.396 15006 INFO octavia.common.config [req-35859e87-53c6-488f-a497-e0b48832ea12 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:41.399 15020 INFO octavia.api.v2.controllers.listener [req-3475dad4-6bb4-49ce-8473-97e9eba28a34 - - - - -] Sending Creation of Listener 753d693b-cfb3-4d5c-a303-b43e577b632c to handler 2019-10-07 13:33:41.399 15024 INFO octavia.api.v2.controllers.l7policy [req-391bcbe3-5bb5-417a-9e1d-e79d7c8f23a1 - - - - -] Sending Creation of L7Policy 515d2240-5653-490c-aac9-537800794440 to handler 2019-10-07 13:33:41.422 15006 WARNING octavia.api.root_controller [req-35859e87-53c6-488f-a497-e0b48832ea12 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:41.433 15006 INFO octavia.api.v2.controllers.load_balancer [req-6b020dc5-62b0-4023-a73e-f99e814b2788 - - - - -] Sending created Load Balancer 6741eeed-8755-4b86-a573-9855f3b42313 to the handler 2019-10-07 13:33:41.475 15006 INFO octavia.api.v2.controllers.listener [req-baebe9af-8e4e-42e5-8b4b-fe31f02f1957 - - - - -] Sending Creation of Listener ec350eb7-bc1a-4201-97aa-8b39ff1f48b4 to handler 2019-10-07 13:33:41.475 15020 INFO octavia.api.v2.controllers.l7policy [req-6eb6679f-aee8-4cdc-81c8-df05e2ee00bd - - - - -] Sending Creation of L7Policy 53c3d545-a6f6-4d03-ae28-ebdda8a50d31 to handler 2019-10-07 13:33:41.504 15024 INFO oslo_db.sqlalchemy.provision [req-24fc2234-c905-4351-b920-beb3487424ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:41.505 15024 INFO oslo_db.sqlalchemy.provision [req-24fc2234-c905-4351-b920-beb3487424ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN umwpautjli 2019-10-07 13:33:41.506 15024 INFO oslo_db.sqlalchemy.provision [req-24fc2234-c905-4351-b920-beb3487424ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_url_bad_url [0.394765s] ... ok 2019-10-07 13:33:41.509 15024 INFO oslo_db.sqlalchemy.provision [req-24fc2234-c905-4351-b920-beb3487424ad - - - - -] CREATE BACKEND sqlite:// TOKEN igqlvvpjia 2019-10-07 13:33:41.567 15012 INFO octavia.api.v2.controllers.l7rule [req-2794ad03-e340-4110-84aa-4509c205282d - - - - -] Sending Creation of L7Rule b01d63fe-940a-4018-83f8-1419cecfb8c2 to handler 2019-10-07 13:33:41.572 15006 INFO octavia.api.v2.controllers.l7policy [req-4d01fc91-d97c-4805-8290-095587ad2e32 - - - - -] Sending Creation of L7Policy 99a106a4-bd6e-4bdc-a5bb-02398f5f3b32 to handler 2019-10-07 13:33:41.578 15024 INFO octavia.common.config [req-24fc2234-c905-4351-b920-beb3487424ad - - - - -] Logging enabled! 2019-10-07 13:33:41.578 15024 INFO octavia.common.config [req-24fc2234-c905-4351-b920-beb3487424ad - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:41.594 15020 INFO octavia.api.v2.controllers.l7rule [req-6700837f-e15f-42a0-8535-9aefb06d6978 - - - - -] Sending Creation of L7Rule bb0c8df4-1ac9-4077-a0bc-6c3e0673ec94 to handler 2019-10-07 13:33:41.601 15024 WARNING octavia.api.root_controller [req-24fc2234-c905-4351-b920-beb3487424ad - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:41.615 15024 INFO octavia.api.v2.controllers.load_balancer [req-3dc8b9d0-5570-48e5-a9ed-1b0e5eb37075 - - - - -] Sending created Load Balancer c8132c15-b70e-4686-a181-4cf85930c2b3 to the handler 2019-10-07 13:33:41.652 15024 INFO octavia.api.v2.controllers.listener [req-754b397d-14d1-4a3d-a0c5-b3648ba3d649 - - - - -] Sending Creation of Listener 242e3622-3e37-40b7-841e-370f87b82bc5 to handler 2019-10-07 13:33:41.697 15006 INFO oslo_db.sqlalchemy.provision [req-9be8ecdc-ae34-4eb6-a71a-d66c42347b2f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:41.701 15006 INFO oslo_db.sqlalchemy.provision [req-9be8ecdc-ae34-4eb6-a71a-d66c42347b2f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wvkixrqwhh 2019-10-07 13:33:41.702 15006 INFO oslo_db.sqlalchemy.provision [req-9be8ecdc-ae34-4eb6-a71a-d66c42347b2f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_empty_get_all [0.383737s] ... ok 2019-10-07 13:33:41.705 15006 INFO oslo_db.sqlalchemy.provision [req-9be8ecdc-ae34-4eb6-a71a-d66c42347b2f - - - - -] CREATE BACKEND sqlite:// TOKEN nsuowovuno 2019-10-07 13:33:41.689 15020 INFO oslo_db.sqlalchemy.provision [req-8fd483b0-75af-4fc4-b8fe-35909a749ad4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:41.692 15020 INFO oslo_db.sqlalchemy.provision [req-8fd483b0-75af-4fc4-b8fe-35909a749ad4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ofncuqjqtp 2019-10-07 13:33:41.692 15020 INFO oslo_db.sqlalchemy.provision [req-8fd483b0-75af-4fc4-b8fe-35909a749ad4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_hides_deleted [0.463432s] ... ok 2019-10-07 13:33:41.695 15020 INFO oslo_db.sqlalchemy.provision [req-8fd483b0-75af-4fc4-b8fe-35909a749ad4 - - - - -] CREATE BACKEND sqlite:// TOKEN lworpltvkd 2019-10-07 13:33:41.719 15024 INFO octavia.api.v2.controllers.l7policy [req-f5d87911-711a-4e2a-a145-00f3090e8613 - - - - -] Sending Creation of L7Policy d82440ad-ffd7-41c3-9a58-ec184c6ff6de to handler 2019-10-07 13:33:41.798 15006 INFO octavia.common.config [req-9be8ecdc-ae34-4eb6-a71a-d66c42347b2f - - - - -] Logging enabled! 2019-10-07 13:33:41.800 15006 INFO octavia.common.config [req-9be8ecdc-ae34-4eb6-a71a-d66c42347b2f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:41.772 15020 INFO octavia.common.config [req-8fd483b0-75af-4fc4-b8fe-35909a749ad4 - - - - -] Logging enabled! 2019-10-07 13:33:41.773 15020 INFO octavia.common.config [req-8fd483b0-75af-4fc4-b8fe-35909a749ad4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:41.796 15020 WARNING octavia.api.root_controller [req-8fd483b0-75af-4fc4-b8fe-35909a749ad4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:41.810 15020 INFO octavia.api.v2.controllers.load_balancer [req-adfc7ffc-7b87-4ea7-bde7-6fa83233b2e9 - - - - -] Sending created Load Balancer 8a50f7f5-09ee-479d-8319-858a0002084e to the handler 2019-10-07 13:33:41.825 15006 WARNING octavia.api.root_controller [req-9be8ecdc-ae34-4eb6-a71a-d66c42347b2f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:41.836 15006 INFO octavia.api.v2.controllers.load_balancer [req-a470dddf-1849-41c9-a212-6b61038b415a - - - - -] Sending created Load Balancer cac9faba-ac6f-4e9f-92be-7829b2cf35ee to the handler 2019-10-07 13:33:41.857 15020 INFO octavia.api.v2.controllers.listener [req-a6f26737-864e-447a-9b85-addce1ea199e - - - - -] Sending Creation of Listener e0f4f05f-6438-4b72-b6a1-0706414d8181 to handler 2019-10-07 13:33:41.855 15024 INFO octavia.api.v2.controllers.l7rule [req-dfbf2341-ef69-4496-bab5-6d562ff2f85e - - - - -] Sending Creation of L7Rule d68f0f38-aabf-4622-aad8-66501b9ee469 to handler 2019-10-07 13:33:41.880 15006 INFO octavia.api.v2.controllers.listener [req-aadb2913-449c-4cce-bd15-343cf663da11 - - - - -] Sending Creation of Listener 2c430869-fff1-473b-a9c1-97d02be50e30 to handler 2019-10-07 13:33:41.947 15024 INFO oslo_db.sqlalchemy.provision [req-a53e1641-fe71-402a-b020-246868776773 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:41.949 15024 INFO oslo_db.sqlalchemy.provision [req-a53e1641-fe71-402a-b020-246868776773 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN igqlvvpjia 2019-10-07 13:33:41.949 15024 INFO oslo_db.sqlalchemy.provision [req-a53e1641-fe71-402a-b020-246868776773 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_host_name_rule [0.446609s] ... ok 2019-10-07 13:33:41.938 15020 INFO octavia.api.v2.controllers.l7policy [req-02c561ac-9ff1-41ea-b10d-2bbaab935980 - - - - -] Sending Creation of L7Policy 9313a652-4ad2-43b6-b3ea-f527c2d14cad to handler 2019-10-07 13:33:41.956 15024 INFO oslo_db.sqlalchemy.provision [req-a53e1641-fe71-402a-b020-246868776773 - - - - -] CREATE BACKEND sqlite:// TOKEN hxrivlsooc 2019-10-07 13:33:41.985 15012 INFO octavia.api.v2.controllers.l7rule [req-390a57d8-fb8a-4a7f-a679-b45fcc867f35 - - - - -] Sending Creation of L7Rule e9d261e0-9e1e-409e-a0ce-af568c665883 to handler 2019-10-07 13:33:41.950 15006 INFO octavia.api.v2.controllers.l7policy [req-2ef06e6d-6482-49bc-9b35-bd16a273807a - - - - -] Sending Creation of L7Policy 928726b6-8d1c-42ec-a6be-9d9cd80890bb to handler 2019-10-07 13:33:42.042 15024 INFO octavia.common.config [req-a53e1641-fe71-402a-b020-246868776773 - - - - -] Logging enabled! 2019-10-07 13:33:42.042 15024 INFO octavia.common.config [req-a53e1641-fe71-402a-b020-246868776773 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:42.065 15006 INFO octavia.api.v2.controllers.l7rule [req-eab99664-af7b-43b4-ab29-1c7a7277154b - - - - -] Sending Creation of L7Rule 2217f2ca-b597-412b-9562-e6d090f77e9f to handler 2019-10-07 13:33:42.075 15024 WARNING octavia.api.root_controller [req-a53e1641-fe71-402a-b020-246868776773 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:42.087 15024 INFO octavia.api.v2.controllers.load_balancer [req-261ad1ba-7fad-402d-a9f7-3d1840573a35 - - - - -] Sending created Load Balancer ea6ef033-cf66-4772-8c96-b2264b2a469d to the handler 2019-10-07 13:33:42.080 15020 INFO octavia.api.v2.controllers.l7rule [req-812d0d5b-e915-4764-842d-870540e105cd - - - - -] Sending Creation of L7Rule d9ad00fe-df09-4a07-a990-495a627a82bc to handler 2019-10-07 13:33:42.142 15024 INFO octavia.api.v2.controllers.listener [req-510abee1-1461-4ffc-ad92-38aecbaa5efd - - - - -] Sending Creation of Listener eceea2d1-f766-43d5-9340-c9a499a7ef2c to handler 2019-10-07 13:33:42.200 15006 INFO octavia.api.v2.controllers.l7rule [req-d0d947e5-69e4-4d49-9b9a-137097016edd - - - - -] Sending Creation of L7Rule 28f1b6e8-1352-4381-82eb-98b8ce9e28fe to handler 2019-10-07 13:33:42.235 15020 INFO octavia.api.v2.controllers.l7rule [req-8b43074a-a0c0-49b5-8868-9417e8d55258 - - - - -] Sending Update of L7Rule d9ad00fe-df09-4a07-a990-495a627a82bc to handler 2019-10-07 13:33:42.234 15024 INFO octavia.api.v2.controllers.l7policy [req-7fe459bd-8a81-477a-88ea-d4c85ca859d9 - - - - -] Sending Creation of L7Policy 3c67c5ac-2244-4d70-8012-52a6e83837b8 to handler 2019-10-07 13:33:42.325 15020 INFO oslo_db.sqlalchemy.provision [req-fcc71b63-6daa-45e2-a931-cacabf31cd02 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:42.327 15020 INFO oslo_db.sqlalchemy.provision [req-fcc71b63-6daa-45e2-a931-cacabf31cd02 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lworpltvkd 2019-10-07 13:33:42.327 15020 INFO oslo_db.sqlalchemy.provision [req-fcc71b63-6daa-45e2-a931-cacabf31cd02 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update [0.634800s] ... ok 2019-10-07 13:33:42.331 15020 INFO oslo_db.sqlalchemy.provision [req-fcc71b63-6daa-45e2-a931-cacabf31cd02 - - - - -] CREATE BACKEND sqlite:// TOKEN puuzgbbtlg 2019-10-07 13:33:42.339 15024 INFO octavia.api.v2.controllers.l7policy [req-761b9a2e-3195-4617-8ccc-55ccc2eb5b4c - - - - -] Sending Creation of L7Policy 7f065f24-c819-4e23-839f-bb82565139dc to handler 2019-10-07 13:33:42.372 15006 INFO octavia.api.v2.controllers.l7rule [req-06323462-4954-4e3b-b8e1-441d73ed6380 - - - - -] Sending Creation of L7Rule e01a9ff8-2fdc-4a88-ab83-ac47c60a1029 to handler 2019-10-07 13:33:42.399 15012 INFO octavia.api.v2.controllers.l7rule [req-3499e70b-13db-4ba7-9ab5-e8fb6c924cdd - - - - -] Sending Creation of L7Rule 1762f5b9-d9d6-48ee-9bad-ef8ad9590628 to handler 2019-10-07 13:33:42.411 15020 INFO octavia.common.config [req-fcc71b63-6daa-45e2-a931-cacabf31cd02 - - - - -] Logging enabled! 2019-10-07 13:33:42.411 15020 INFO octavia.common.config [req-fcc71b63-6daa-45e2-a931-cacabf31cd02 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:42.435 15020 WARNING octavia.api.root_controller [req-fcc71b63-6daa-45e2-a931-cacabf31cd02 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:42.450 15020 INFO octavia.api.v2.controllers.load_balancer [req-10573bec-8b64-4106-9a5d-57f4c7a5e7cb - - - - -] Sending created Load Balancer d86873c3-7655-4a3b-a1f5-560256f1ec42 to the handler 2019-10-07 13:33:42.507 15024 INFO oslo_db.sqlalchemy.provision [req-2f006fa7-0b93-4e85-b4ba-6d2f6cf4d426 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:42.508 15024 INFO oslo_db.sqlalchemy.provision [req-2f006fa7-0b93-4e85-b4ba-6d2f6cf4d426 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hxrivlsooc 2019-10-07 13:33:42.509 15024 INFO oslo_db.sqlalchemy.provision [req-2f006fa7-0b93-4e85-b4ba-6d2f6cf4d426 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_l7policy_in_error [0.555751s] ... ok 2019-10-07 13:33:42.521 15024 INFO oslo_db.sqlalchemy.provision [req-2f006fa7-0b93-4e85-b4ba-6d2f6cf4d426 - - - - -] CREATE BACKEND sqlite:// TOKEN wwrbeojofp 2019-10-07 13:33:42.492 15020 INFO octavia.api.v2.controllers.listener [req-e8b10630-33ed-4981-b0c6-f7186f9c8579 - - - - -] Sending Creation of Listener 0ea2aef7-de50-4b50-b6bc-efdbda0f18d7 to handler 2019-10-07 13:33:42.563 15020 INFO octavia.api.v2.controllers.l7policy [req-f3627001-7526-4d54-b0c6-a4b1fb226984 - - - - -] Sending Creation of L7Policy 850fbcd5-ad59-4ef9-96f8-536f3e1650bd to handler 2019-10-07 13:33:42.596 15024 INFO octavia.common.config [req-2f006fa7-0b93-4e85-b4ba-6d2f6cf4d426 - - - - -] Logging enabled! 2019-10-07 13:33:42.597 15024 INFO octavia.common.config [req-2f006fa7-0b93-4e85-b4ba-6d2f6cf4d426 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:42.617 15006 INFO oslo_db.sqlalchemy.provision [req-a647c103-1edf-4509-a629-cd84931f714f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:42.621 15006 INFO oslo_db.sqlalchemy.provision [req-a647c103-1edf-4509-a629-cd84931f714f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nsuowovuno 2019-10-07 13:33:42.622 15006 INFO oslo_db.sqlalchemy.provision [req-a647c103-1edf-4509-a629-cd84931f714f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_limited [0.919926s] ... ok 2019-10-07 13:33:42.625 15006 INFO oslo_db.sqlalchemy.provision [req-a647c103-1edf-4509-a629-cd84931f714f - - - - -] CREATE BACKEND sqlite:// TOKEN luanizzamc 2019-10-07 13:33:42.630 15024 WARNING octavia.api.root_controller [req-2f006fa7-0b93-4e85-b4ba-6d2f6cf4d426 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:42.642 15024 INFO octavia.api.v2.controllers.load_balancer [req-6ebadaa3-d558-4380-bbaf-cc6b383ef707 - - - - -] Sending created Load Balancer a98236ac-01ee-42dc-a800-0cf6d426ddaf to the handler 2019-10-07 13:33:42.711 15020 INFO octavia.api.v2.controllers.l7rule [req-6376e867-6722-4d7f-a858-cd8b2491f336 - - - - -] Sending Creation of L7Rule 8847371e-5adb-46a3-9693-c3f9d0a14948 to handler 2019-10-07 13:33:42.695 15024 INFO octavia.api.v2.controllers.listener [req-ab7a2f98-f324-4e78-a836-b55cb08a3a17 - - - - -] Sending Creation of Listener 6f3d26c3-8b68-40a5-9a5d-e2a5c1edac6c to handler 2019-10-07 13:33:42.700 15006 INFO octavia.common.config [req-a647c103-1edf-4509-a629-cd84931f714f - - - - -] Logging enabled! 2019-10-07 13:33:42.701 15006 INFO octavia.common.config [req-a647c103-1edf-4509-a629-cd84931f714f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:42.725 15006 WARNING octavia.api.root_controller [req-a647c103-1edf-4509-a629-cd84931f714f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:42.736 15006 INFO octavia.api.v2.controllers.load_balancer [req-2d7bfee5-17ba-4b33-8aaa-34e69fce65ab - - - - -] Sending created Load Balancer 6bae6e27-1681-46b9-b6db-335d1f349508 to the handler 2019-10-07 13:33:42.779 15006 INFO octavia.api.v2.controllers.listener [req-c1505362-e032-4444-a6ce-9149670e5344 - - - - -] Sending Creation of Listener d7517d1a-af1c-480b-a05b-3d1b2bdd8612 to handler 2019-10-07 13:33:42.789 15024 INFO octavia.api.v2.controllers.l7policy [req-7d44d625-57a3-4227-abd3-5e9de713fcbd - - - - -] Sending Creation of L7Policy ab98bc8b-c8cd-4c36-81ea-b8cf02d2620d to handler 2019-10-07 13:33:42.815 15020 INFO octavia.api.v2.controllers.load_balancer [req-c5412dbd-ce27-4362-b2c1-94184b495689 - - - - -] Sending updated Load Balancer d86873c3-7655-4a3b-a1f5-560256f1ec42 to the handler 2019-10-07 13:33:42.846 15006 INFO octavia.api.v2.controllers.l7policy [req-1a489d8a-3baa-45f3-ae3c-1d2232706d4c - - - - -] Sending Creation of L7Policy f4bda717-3d86-45b9-a9f8-08b171e99d9a to handler 2019-10-07 13:33:42.859 15020 INFO octavia.api.v2.controllers.l7rule [req-79a2c8e1-4eb0-471d-af68-e566a764e75b - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:42.874 15020 INFO oslo_db.sqlalchemy.provision [req-79a2c8e1-4eb0-471d-af68-e566a764e75b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:42.876 15020 INFO oslo_db.sqlalchemy.provision [req-79a2c8e1-4eb0-471d-af68-e566a764e75b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN puuzgbbtlg 2019-10-07 13:33:42.876 15020 INFO oslo_db.sqlalchemy.provision [req-79a2c8e1-4eb0-471d-af68-e566a764e75b - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_when_lb_pending_update [0.548419s] ... ok 2019-10-07 13:33:42.880 15020 INFO oslo_db.sqlalchemy.provision [req-79a2c8e1-4eb0-471d-af68-e566a764e75b - - - - -] CREATE BACKEND sqlite:// TOKEN vcoyiigooe 2019-10-07 13:33:42.903 15012 INFO octavia.api.v2.controllers.l7rule [req-d0d6aac8-5e51-4300-bae8-1df4a4f128c9 - - - - -] Sending Creation of L7Rule 48fe5d67-d6dc-4ae6-9cb8-f58b682a827d to handler 2019-10-07 13:33:42.978 15024 INFO octavia.api.v2.controllers.l7rule [req-b5ab75ce-71ea-4784-99cb-b22b3eb6b6bf - - - - -] Sending Creation of L7Rule 634d0cb5-b1f2-4392-b538-8474bb312002 to handler 2019-10-07 13:33:42.975 15006 INFO octavia.api.v2.controllers.l7rule [req-e2c1a23d-16de-452c-9653-60c1010429c4 - - - - -] Sending Creation of L7Rule 0080a22d-bb8f-4553-8ff0-e027c1549d20 to handler 2019-10-07 13:33:42.964 15020 INFO octavia.common.config [req-79a2c8e1-4eb0-471d-af68-e566a764e75b - - - - -] Logging enabled! 2019-10-07 13:33:42.965 15020 INFO octavia.common.config [req-79a2c8e1-4eb0-471d-af68-e566a764e75b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:42.989 15020 WARNING octavia.api.root_controller [req-79a2c8e1-4eb0-471d-af68-e566a764e75b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:43.002 15020 INFO octavia.api.v2.controllers.load_balancer [req-eab8a6d2-1a17-4296-b973-4fba64d73704 - - - - -] Sending created Load Balancer df355d8b-6018-4b75-9f80-b447f1b35570 to the handler 2019-10-07 13:33:43.051 15020 INFO octavia.api.v2.controllers.pool [req-d94e1f40-220d-4f07-8069-dbf934f6a262 - - - - -] Sending Creation of Pool e871790f-23ee-4e01-b4a8-34cae975ac72 to handler 2019-10-07 13:33:43.118 15006 INFO octavia.api.v2.controllers.l7rule [req-2e14cacd-0301-4b8f-b510-394f0513aee1 - - - - -] Sending Creation of L7Rule 822e4019-8a3a-4e8b-acb1-6d48da50a926 to handler 2019-10-07 13:33:43.134 15020 INFO octavia.api.v2.controllers.listener [req-d1a93592-7e22-4c28-88a6-01d54ee2b5b9 - - - - -] Sending Creation of Listener a564af67-1e67-42ec-84d5-dc058856b133 to handler 2019-10-07 13:33:43.244 15024 INFO octavia.api.v2.controllers.l7rule [req-d23640a5-43c8-409e-ab17-8c159c86da84 - - - - -] Sending Deletion of L7Rule 634d0cb5-b1f2-4392-b538-8474bb312002 to handler 2019-10-07 13:33:43.249 15020 INFO oslo_db.sqlalchemy.provision [req-b95ea52e-cd52-4337-81bb-7732b79418d6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:43.252 15020 INFO oslo_db.sqlalchemy.provision [req-b95ea52e-cd52-4337-81bb-7732b79418d6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vcoyiigooe 2019-10-07 13:33:43.252 15020 INFO oslo_db.sqlalchemy.provision [req-b95ea52e-cd52-4337-81bb-7732b79418d6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_create [0.376041s] ... ok 2019-10-07 13:33:43.255 15020 INFO oslo_db.sqlalchemy.provision [req-b95ea52e-cd52-4337-81bb-7732b79418d6 - - - - -] CREATE BACKEND sqlite:// TOKEN kogkpxhtso 2019-10-07 13:33:43.260 15006 INFO oslo_db.sqlalchemy.provision [req-b4295e8e-0dc8-4fdd-9b24-a5c75003f2c7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:43.262 15006 INFO oslo_db.sqlalchemy.provision [req-b4295e8e-0dc8-4fdd-9b24-a5c75003f2c7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN luanizzamc 2019-10-07 13:33:43.262 15006 INFO oslo_db.sqlalchemy.provision [req-b4295e8e-0dc8-4fdd-9b24-a5c75003f2c7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_not_authorized [0.639908s] ... ok 2019-10-07 13:33:43.265 15006 INFO oslo_db.sqlalchemy.provision [req-b4295e8e-0dc8-4fdd-9b24-a5c75003f2c7 - - - - -] CREATE BACKEND sqlite:// TOKEN spfedzxnsm 2019-10-07 13:33:43.333 15020 INFO octavia.common.config [req-b95ea52e-cd52-4337-81bb-7732b79418d6 - - - - -] Logging enabled! 2019-10-07 13:33:43.334 15020 INFO octavia.common.config [req-b95ea52e-cd52-4337-81bb-7732b79418d6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:43.357 15020 WARNING octavia.api.root_controller [req-b95ea52e-cd52-4337-81bb-7732b79418d6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:43.374 15020 INFO octavia.api.v2.controllers.load_balancer [req-4b57cfb1-a75d-4e6d-a94e-e16d9529d832 - - - - -] Sending created Load Balancer c5112bd8-bac0-4890-b806-e2756b71118e to the handler 2019-10-07 13:33:43.411 15006 INFO octavia.common.config [req-b4295e8e-0dc8-4fdd-9b24-a5c75003f2c7 - - - - -] Logging enabled! 2019-10-07 13:33:43.411 15006 INFO octavia.common.config [req-b4295e8e-0dc8-4fdd-9b24-a5c75003f2c7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:43.409 15024 INFO oslo_db.sqlalchemy.provision [req-8b3abd9b-be93-47df-8489-31e444cdb274 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:43.411 15024 INFO oslo_db.sqlalchemy.provision [req-8b3abd9b-be93-47df-8489-31e444cdb274 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wwrbeojofp 2019-10-07 13:33:43.411 15024 INFO oslo_db.sqlalchemy.provision [req-8b3abd9b-be93-47df-8489-31e444cdb274 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete [0.902106s] ... ok 2019-10-07 13:33:43.419 15020 INFO octavia.api.v2.controllers.pool [req-5681fadc-131e-4318-aadd-e89eaf970393 - - - - -] Sending Creation of Pool 5e799d97-715c-4f8f-923e-8a7e55b0795b to handler 2019-10-07 13:33:43.414 15024 INFO oslo_db.sqlalchemy.provision [req-8b3abd9b-be93-47df-8489-31e444cdb274 - - - - -] CREATE BACKEND sqlite:// TOKEN jgkmabxscq 2019-10-07 13:33:43.436 15006 WARNING octavia.api.root_controller [req-b4295e8e-0dc8-4fdd-9b24-a5c75003f2c7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:43.447 15006 INFO octavia.api.v2.controllers.load_balancer [req-0fd2a900-eae0-40ce-9a66-fedfbe922dad - - - - -] Sending created Load Balancer 83443225-9d07-4b06-9c29-c2d2557dad7b to the handler 2019-10-07 13:33:43.485 15020 INFO oslo_db.sqlalchemy.provision [req-1fac9442-c2ca-4ae8-b1cc-7b9c9d044075 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:43.489 15020 INFO oslo_db.sqlalchemy.provision [req-1fac9442-c2ca-4ae8-b1cc-7b9c9d044075 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kogkpxhtso 2019-10-07 13:33:43.489 15020 INFO oslo_db.sqlalchemy.provision [req-1fac9442-c2ca-4ae8-b1cc-7b9c9d044075 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_bad_tls_ref [0.239942s] ... ok 2019-10-07 13:33:43.496 15020 INFO oslo_db.sqlalchemy.provision [req-1fac9442-c2ca-4ae8-b1cc-7b9c9d044075 - - - - -] CREATE BACKEND sqlite:// TOKEN ukdxxiidfu 2019-10-07 13:33:43.487 15012 INFO octavia.api.v2.controllers.l7rule [req-18e1c84a-9419-4161-a391-7ddff9dd50d6 - - - - -] Sending Creation of L7Rule 1257f311-8b97-43a6-80d5-4ad4e26b11fd to handler 2019-10-07 13:33:43.483 15024 INFO octavia.common.config [req-8b3abd9b-be93-47df-8489-31e444cdb274 - - - - -] Logging enabled! 2019-10-07 13:33:43.483 15024 INFO octavia.common.config [req-8b3abd9b-be93-47df-8489-31e444cdb274 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:43.504 15024 WARNING octavia.api.root_controller [req-8b3abd9b-be93-47df-8489-31e444cdb274 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:43.516 15024 INFO octavia.api.v2.controllers.load_balancer [req-42d11784-ffaf-4c93-8b2a-92ec70c43529 - - - - -] Sending created Load Balancer 778d574f-1625-47e7-bc3d-e23fccf15ca1 to the handler 2019-10-07 13:33:43.491 15006 INFO octavia.api.v2.controllers.listener [req-c6cb3873-e63c-4de4-89ab-80dcb0e2991c - - - - -] Sending Creation of Listener e6def66e-9538-4bd4-bab1-61ff63f255fc to handler 2019-10-07 13:33:43.563 15006 INFO octavia.api.v2.controllers.l7policy [req-2694837a-860d-4008-8e77-2e4dd9410f37 - - - - -] Sending Creation of L7Policy a7684e2a-5e81-45d0-a825-60c3993846ce to handler 2019-10-07 13:33:43.569 15024 INFO octavia.api.v2.controllers.listener [req-63cc21a5-d086-4513-b1ec-600e832111d9 - - - - -] Sending Creation of Listener 6366302d-a9af-4a11-a7c0-5227a9513435 to handler 2019-10-07 13:33:43.572 15020 INFO octavia.common.config [req-1fac9442-c2ca-4ae8-b1cc-7b9c9d044075 - - - - -] Logging enabled! 2019-10-07 13:33:43.572 15020 INFO octavia.common.config [req-1fac9442-c2ca-4ae8-b1cc-7b9c9d044075 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:43.596 15020 WARNING octavia.api.root_controller [req-1fac9442-c2ca-4ae8-b1cc-7b9c9d044075 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:43.613 15020 INFO octavia.api.v2.controllers.load_balancer [req-23b550f0-818f-459b-8994-f8b98669200b - - - - -] Sending created Load Balancer 806552d8-78b1-408f-8e4f-b00441d7ad9a to the handler 2019-10-07 13:33:43.657 15020 INFO octavia.api.v2.controllers.pool [req-85e8f45c-0cdf-4633-becb-facbabdf3e13 - - - - -] Sending Creation of Pool 7455a431-ee2a-4b71-8e04-373ab361326f to handler 2019-10-07 13:33:43.661 15024 INFO octavia.api.v2.controllers.l7policy [req-66bd4ca0-b7d9-4df1-91e0-23cad1bc7519 - - - - -] Sending Creation of L7Policy 30a12856-3e89-4e9b-9876-87beab48cdce to handler 2019-10-07 13:33:43.681 15006 INFO octavia.api.v2.controllers.l7rule [req-97295cc7-be57-40b0-a94d-b6716e563691 - - - - -] Sending Creation of L7Rule d5a6b39d-8dcf-499c-876d-91e718c9e240 to handler 2019-10-07 13:33:43.719 15020 INFO oslo_db.sqlalchemy.provision [req-5833839d-2479-4656-b05d-f400d1eb6e5b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:43.722 15020 INFO oslo_db.sqlalchemy.provision [req-5833839d-2479-4656-b05d-f400d1eb6e5b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ukdxxiidfu 2019-10-07 13:33:43.723 15020 INFO oslo_db.sqlalchemy.provision [req-5833839d-2479-4656-b05d-f400d1eb6e5b - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_over_quota [0.235250s] ... ok 2019-10-07 13:33:43.716 15006 INFO oslo_db.sqlalchemy.provision [req-b1d2a069-7d60-414f-997d-ab4596ec1ba1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:43.719 15006 INFO oslo_db.sqlalchemy.provision [req-b1d2a069-7d60-414f-997d-ab4596ec1ba1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN spfedzxnsm 2019-10-07 13:33:43.720 15006 INFO oslo_db.sqlalchemy.provision [req-b1d2a069-7d60-414f-997d-ab4596ec1ba1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_not_authorized [0.457796s] ... ok 2019-10-07 13:33:43.732 15020 INFO oslo_db.sqlalchemy.provision [req-5833839d-2479-4656-b05d-f400d1eb6e5b - - - - -] CREATE BACKEND sqlite:// TOKEN cjixmvoehb 2019-10-07 13:33:43.729 15006 INFO oslo_db.sqlalchemy.provision [req-b1d2a069-7d60-414f-997d-ab4596ec1ba1 - - - - -] CREATE BACKEND sqlite:// TOKEN setiffggih 2019-10-07 13:33:43.803 15020 INFO octavia.common.config [req-5833839d-2479-4656-b05d-f400d1eb6e5b - - - - -] Logging enabled! 2019-10-07 13:33:43.804 15020 INFO octavia.common.config [req-5833839d-2479-4656-b05d-f400d1eb6e5b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:43.828 15020 WARNING octavia.api.root_controller [req-5833839d-2479-4656-b05d-f400d1eb6e5b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:43.803 15006 INFO octavia.common.config [req-b1d2a069-7d60-414f-997d-ab4596ec1ba1 - - - - -] Logging enabled! 2019-10-07 13:33:43.804 15006 INFO octavia.common.config [req-b1d2a069-7d60-414f-997d-ab4596ec1ba1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:43.828 15006 WARNING octavia.api.root_controller [req-b1d2a069-7d60-414f-997d-ab4596ec1ba1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:43.844 15006 INFO octavia.api.v2.controllers.load_balancer [req-7178e192-7508-4e70-a15c-9260278e4906 - - - - -] Sending created Load Balancer e0be8002-b6ff-4f38-a5b9-707efa9312eb to the handler 2019-10-07 13:33:43.845 15020 INFO octavia.api.v2.controllers.load_balancer [req-1aae5148-f049-4942-9f3a-f55a25218482 - - - - -] Sending created Load Balancer b743180d-7053-4227-9076-c66d385cd46e to the handler 2019-10-07 13:33:43.805 15024 INFO octavia.api.v2.controllers.l7rule [req-d1b35165-e486-402f-883a-b9427d67d356 - - - - -] Sending Creation of L7Rule 1f791cde-64b3-49bf-b6bb-5c42af482664 to handler 2019-10-07 13:33:43.886 15006 INFO octavia.api.v2.controllers.listener [req-47f9bfb0-c71c-4f77-bff2-a06c010b376c - - - - -] Sending Creation of Listener 5da93c08-756a-4b29-85c7-b1906210fcf2 to handler 2019-10-07 13:33:43.959 15006 INFO octavia.api.v2.controllers.l7policy [req-09140523-acc1-420c-87df-c6e549495cc1 - - - - -] Sending Creation of L7Policy 22f4a909-79d7-4b84-a07e-04045e0e4139 to handler 2019-10-07 13:33:43.994 15020 INFO octavia.api.v2.controllers.pool [req-94c661db-257d-4817-88dd-b25e3a87fde8 - - - - -] Sending Creation of Pool 1fe8e621-f6e5-4d65-ac7a-914da3fe0473 to handler 2019-10-07 13:33:44.008 15024 INFO octavia.api.v2.controllers.l7rule [req-5f3b6b3a-158a-48a2-8bdd-c81d5e3a5cf0 - - - - -] Sending Deletion of L7Rule 1f791cde-64b3-49bf-b6bb-5c42af482664 to handler 2019-10-07 13:33:44.058 15020 INFO oslo_db.sqlalchemy.provision [req-e5fd3bed-8436-47e5-b0d6-9aaa5aa77bfa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:44.059 15020 INFO oslo_db.sqlalchemy.provision [req-e5fd3bed-8436-47e5-b0d6-9aaa5aa77bfa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cjixmvoehb 2019-10-07 13:33:44.059 15020 INFO oslo_db.sqlalchemy.provision [req-e5fd3bed-8436-47e5-b0d6-9aaa5aa77bfa - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:44.049 15012 INFO octavia.api.v2.controllers.l7rule [req-27823442-21cb-4fd4-9bea-9686ea151631 - - - - -] Sending Creation of L7Rule 1ca2649f-52e1-41f6-ab6d-0043217389b1 to handler {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_bad_insert_headers [0.330168s] ... ok 2019-10-07 13:33:44.062 15020 INFO oslo_db.sqlalchemy.provision [req-e5fd3bed-8436-47e5-b0d6-9aaa5aa77bfa - - - - -] CREATE BACKEND sqlite:// TOKEN ccttydxcvh 2019-10-07 13:33:44.092 15006 INFO octavia.api.v2.controllers.l7rule [req-d3a4d8da-9ed9-4eff-bfba-994bc1a59cb2 - - - - -] Sending Creation of L7Rule d7709cbd-0162-4084-a1b5-52d6e70a0f97 to handler 2019-10-07 13:33:44.114 15024 INFO oslo_db.sqlalchemy.provision [req-1b5e1179-d1a8-476c-924f-7a6c74f33c03 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:44.115 15024 INFO oslo_db.sqlalchemy.provision [req-1b5e1179-d1a8-476c-924f-7a6c74f33c03 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jgkmabxscq 2019-10-07 13:33:44.116 15024 INFO oslo_db.sqlalchemy.provision [req-1b5e1179-d1a8-476c-924f-7a6c74f33c03 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_with_bad_handler [0.704686s] ... ok 2019-10-07 13:33:44.119 15024 INFO oslo_db.sqlalchemy.provision [req-1b5e1179-d1a8-476c-924f-7a6c74f33c03 - - - - -] CREATE BACKEND sqlite:// TOKEN okvqxowfuk 2019-10-07 13:33:44.141 15020 INFO octavia.common.config [req-e5fd3bed-8436-47e5-b0d6-9aaa5aa77bfa - - - - -] Logging enabled! 2019-10-07 13:33:44.141 15020 INFO octavia.common.config [req-e5fd3bed-8436-47e5-b0d6-9aaa5aa77bfa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:44.165 15020 WARNING octavia.api.root_controller [req-e5fd3bed-8436-47e5-b0d6-9aaa5aa77bfa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:44.205 15006 INFO oslo_db.sqlalchemy.provision [req-7ed3ebfe-4027-41b7-b4ff-b1ba67cee609 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:44.208 15006 INFO oslo_db.sqlalchemy.provision [req-7ed3ebfe-4027-41b7-b4ff-b1ba67cee609 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN setiffggih 2019-10-07 13:33:44.215 15024 INFO octavia.common.config [req-1b5e1179-d1a8-476c-924f-7a6c74f33c03 - - - - -] Logging enabled! 2019-10-07 13:33:44.216 15024 INFO octavia.common.config [req-1b5e1179-d1a8-476c-924f-7a6c74f33c03 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:44.213 15006 INFO oslo_db.sqlalchemy.provision [req-7ed3ebfe-4027-41b7-b4ff-b1ba67cee609 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_one_fields_filter [0.494343s] ... ok 2019-10-07 13:33:44.182 15020 INFO octavia.api.v2.controllers.load_balancer [req-3cedb707-f316-4f1e-ac17-b843cc1f3956 - - - - -] Sending created Load Balancer 4a190dbe-bb9a-4ffd-9076-dc197d3ffbae to the handler 2019-10-07 13:33:44.217 15006 INFO oslo_db.sqlalchemy.provision [req-7ed3ebfe-4027-41b7-b4ff-b1ba67cee609 - - - - -] CREATE BACKEND sqlite:// TOKEN qatszgghuu 2019-10-07 13:33:44.225 15020 INFO octavia.api.v2.controllers.pool [req-7e079bb1-71b1-4aef-832f-9b18d39c36a0 - - - - -] Sending Creation of Pool 387c1e43-8234-411d-b601-0968d6dc9ac2 to handler 2019-10-07 13:33:44.237 15024 WARNING octavia.api.root_controller [req-1b5e1179-d1a8-476c-924f-7a6c74f33c03 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:44.263 15024 INFO octavia.api.v2.controllers.load_balancer [req-adbb6662-0ffe-4d6c-bac4-9b606449f6a0 - - - - -] Sending created Load Balancer 4b192164-8218-4f3f-96ff-477a1f83321b to the handler 2019-10-07 13:33:44.300 15020 INFO octavia.api.v2.controllers.listener [req-5418f251-57c3-4826-91d4-869da231b2b5 - - - - -] Sending Creation of Listener b02d72b5-f0b9-43ab-8334-752c9b0c7f46 to handler 2019-10-07 13:33:44.290 15006 INFO octavia.common.config [req-7ed3ebfe-4027-41b7-b4ff-b1ba67cee609 - - - - -] Logging enabled! 2019-10-07 13:33:44.290 15006 INFO octavia.common.config [req-7ed3ebfe-4027-41b7-b4ff-b1ba67cee609 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:44.312 15006 WARNING octavia.api.root_controller [req-7ed3ebfe-4027-41b7-b4ff-b1ba67cee609 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:44.303 15024 INFO octavia.api.v2.controllers.listener [req-703a1fc0-bdbc-4aae-bdfa-45ff49a3dcbe - - - - -] Sending Creation of Listener ab24e4c0-bd3b-4e43-9463-48382bc61976 to handler 2019-10-07 13:33:44.331 15006 INFO octavia.api.v2.controllers.load_balancer [req-3c94d9d8-7cd2-4110-8179-5b026567cbdc - - - - -] Sending created Load Balancer 9269be7d-7819-42a2-8d06-c1a6813898e7 to the handler 2019-10-07 13:33:44.371 15006 INFO octavia.api.v2.controllers.listener [req-70383814-4012-44ea-8264-39b985d74c61 - - - - -] Sending Creation of Listener 96ef5b89-5ede-478c-878b-62152e8bc10c to handler 2019-10-07 13:33:44.400 15020 INFO octavia.api.v2.controllers.listener [req-59de3a9e-0363-483e-980f-bb8a55df6c6a - - - - -] Sending Creation of Listener e468458f-7a2f-4972-be55-11e075a555cd to handler 2019-10-07 13:33:44.385 15024 INFO octavia.api.v2.controllers.l7policy [req-b6ae5cc5-3f02-4a14-bf3f-79aa6303a8de - - - - -] Sending Creation of L7Policy 466a3cbd-b1ea-4152-95dc-30c28780ed4b to handler 2019-10-07 13:33:44.428 15020 INFO oslo_db.sqlalchemy.provision [req-59de3a9e-0363-483e-980f-bb8a55df6c6a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:44.430 15020 INFO oslo_db.sqlalchemy.provision [req-59de3a9e-0363-483e-980f-bb8a55df6c6a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ccttydxcvh 2019-10-07 13:33:44.430 15020 INFO oslo_db.sqlalchemy.provision [req-59de3a9e-0363-483e-980f-bb8a55df6c6a - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_shared_default_pool_id [0.370548s] ... ok 2019-10-07 13:33:44.433 15020 INFO oslo_db.sqlalchemy.provision [req-59de3a9e-0363-483e-980f-bb8a55df6c6a - - - - -] CREATE BACKEND sqlite:// TOKEN uzwlkucblt 2019-10-07 13:33:44.440 15006 INFO octavia.api.v2.controllers.l7policy [req-21ed6da9-68ae-4f7d-9527-d1c45b02f4d3 - - - - -] Sending Creation of L7Policy e21948d2-7c98-4f1a-9adf-be3065f97040 to handler 2019-10-07 13:33:44.553 15006 INFO octavia.api.v2.controllers.l7rule [req-a5009479-e2f7-4a47-9e41-8f77a70891a9 - - - - -] Sending Creation of L7Rule 0b1d6c63-e8a0-4e9e-9128-42744a80d104 to handler 2019-10-07 13:33:44.513 15020 INFO octavia.common.config [req-59de3a9e-0363-483e-980f-bb8a55df6c6a - - - - -] Logging enabled! 2019-10-07 13:33:44.513 15020 INFO octavia.common.config [req-59de3a9e-0363-483e-980f-bb8a55df6c6a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:44.538 15020 WARNING octavia.api.root_controller [req-59de3a9e-0363-483e-980f-bb8a55df6c6a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:44.553 15020 INFO octavia.api.v2.controllers.load_balancer [req-c3e13db3-5458-4bf3-896f-df549ac49d76 - - - - -] Sending created Load Balancer 19d8f546-3561-4a5c-987c-13b83158161b to the handler 2019-10-07 13:33:44.597 15020 INFO octavia.api.v2.controllers.pool [req-09b02f04-6daa-417f-9de0-3dbb6d631314 - - - - -] Sending Creation of Pool 6b4c5152-a759-487a-870b-2cd1de2cdfc7 to handler 2019-10-07 13:33:44.629 15024 INFO octavia.api.v2.controllers.l7rule [req-c6a48d8f-3c63-4a20-9ad7-b0e62390e0f6 - - - - -] Sending Creation of L7Rule 9d082da8-fb4b-4a7b-bf91-ed94d011168b to handler 2019-10-07 13:33:44.648 15012 INFO octavia.api.v2.controllers.l7rule [req-e2afd9b9-9398-475e-96ae-b70fca448054 - - - - -] Sending Creation of L7Rule 12c4c6f2-1882-47c0-bd1d-cb2e55b96bb5 to handler 2019-10-07 13:33:44.665 15020 INFO octavia.api.v2.controllers.listener [req-c8ae7be3-f2bd-4f8f-92ff-c40112679dbd - - - - -] Sending Creation of Listener 7e42e239-f5bb-436e-b83a-adbb209ded8b to handler 2019-10-07 13:33:44.703 15006 INFO octavia.api.v2.controllers.l7rule [req-7cd7a1cd-d7ab-455c-a029-9aa80f5c06e8 - - - - -] Sending Update of L7Rule 0b1d6c63-e8a0-4e9e-9128-42744a80d104 to handler 2019-10-07 13:33:44.682 15024 INFO oslo_db.sqlalchemy.provision [req-e840a5e0-fd62-483f-9486-bc337e182d5f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:44.683 15024 INFO oslo_db.sqlalchemy.provision [req-e840a5e0-fd62-483f-9486-bc337e182d5f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN okvqxowfuk 2019-10-07 13:33:44.683 15024 INFO oslo_db.sqlalchemy.provision [req-e840a5e0-fd62-483f-9486-bc337e182d5f - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get [0.567519s] ... ok 2019-10-07 13:33:44.708 15020 INFO oslo_db.sqlalchemy.provision [req-4e3f4217-1c32-45d3-a30c-9b6c2e10e94e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:44.712 15020 INFO oslo_db.sqlalchemy.provision [req-4e3f4217-1c32-45d3-a30c-9b6c2e10e94e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uzwlkucblt 2019-10-07 13:33:44.712 15020 INFO oslo_db.sqlalchemy.provision [req-4e3f4217-1c32-45d3-a30c-9b6c2e10e94e - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_sni_data [0.281653s] ... ok 2019-10-07 13:33:44.686 15024 INFO oslo_db.sqlalchemy.provision [req-e840a5e0-fd62-483f-9486-bc337e182d5f - - - - -] CREATE BACKEND sqlite:// TOKEN uxdyyobcbh 2019-10-07 13:33:44.715 15020 INFO oslo_db.sqlalchemy.provision [req-4e3f4217-1c32-45d3-a30c-9b6c2e10e94e - - - - -] CREATE BACKEND sqlite:// TOKEN rkxxzhbzuz 2019-10-07 13:33:44.774 15024 INFO octavia.common.config [req-e840a5e0-fd62-483f-9486-bc337e182d5f - - - - -] Logging enabled! 2019-10-07 13:33:44.774 15024 INFO octavia.common.config [req-e840a5e0-fd62-483f-9486-bc337e182d5f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:44.790 15020 INFO octavia.common.config [req-4e3f4217-1c32-45d3-a30c-9b6c2e10e94e - - - - -] Logging enabled! 2019-10-07 13:33:44.790 15020 INFO octavia.common.config [req-4e3f4217-1c32-45d3-a30c-9b6c2e10e94e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:44.807 15006 INFO oslo_db.sqlalchemy.provision [req-9d1508e1-b274-4183-966e-44bb228b1ae6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:44.809 15006 INFO oslo_db.sqlalchemy.provision [req-9d1508e1-b274-4183-966e-44bb228b1ae6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qatszgghuu 2019-10-07 13:33:44.809 15006 INFO oslo_db.sqlalchemy.provision [req-9d1508e1-b274-4183-966e-44bb228b1ae6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_with_bad_handler [0.594502s] ... ok 2019-10-07 13:33:44.812 15006 INFO oslo_db.sqlalchemy.provision [req-9d1508e1-b274-4183-966e-44bb228b1ae6 - - - - -] CREATE BACKEND sqlite:// TOKEN jxwilrenkz 2019-10-07 13:33:44.800 15024 WARNING octavia.api.root_controller [req-e840a5e0-fd62-483f-9486-bc337e182d5f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:44.811 15024 INFO octavia.api.v2.controllers.load_balancer [req-a33f4831-5f6f-475d-858e-ea24278d14a1 - - - - -] Sending created Load Balancer 0b37200c-2030-44c7-9972-174856e39e7f to the handler 2019-10-07 13:33:44.814 15020 WARNING octavia.api.root_controller [req-4e3f4217-1c32-45d3-a30c-9b6c2e10e94e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:44.827 15020 INFO octavia.api.v2.controllers.load_balancer [req-fee2a9af-2012-406e-af73-64882d029524 - - - - -] Sending created Load Balancer 352591df-2d20-4fe9-8dd2-7d92f1794efb to the handler 2019-10-07 13:33:44.863 15024 INFO octavia.api.v2.controllers.listener [req-fc6305ec-2bec-48fc-92fa-bbbde79cdac1 - - - - -] Sending Creation of Listener e797a71c-bacf-449c-b859-68a8f405c77f to handler 2019-10-07 13:33:44.873 15020 INFO octavia.api.v2.controllers.pool [req-8a3c92a2-d3fa-4c2c-81fa-2bb567a147d2 - - - - -] Sending Creation of Pool 7cb8f7cc-b7f8-4e2f-b677-d749bfef8d1d to handler 2019-10-07 13:33:44.889 15006 INFO octavia.common.config [req-9d1508e1-b274-4183-966e-44bb228b1ae6 - - - - -] Logging enabled! 2019-10-07 13:33:44.890 15006 INFO octavia.common.config [req-9d1508e1-b274-4183-966e-44bb228b1ae6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:44.914 15006 WARNING octavia.api.root_controller [req-9d1508e1-b274-4183-966e-44bb228b1ae6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:44.928 15006 INFO octavia.api.v2.controllers.load_balancer [req-cfd2f156-767b-4793-aa5f-eb5f7108d5b7 - - - - -] Sending created Load Balancer 64c71b26-7c25-4a75-b711-9908ec6e6cf5 to the handler 2019-10-07 13:33:44.941 15020 INFO octavia.api.v2.controllers.listener [req-47c7ffd8-005d-4bf8-908a-dbdab37097ec - - - - -] Sending Creation of Listener a5179f86-65cc-466f-ba00-371e72ff3e67 to handler 2019-10-07 13:33:44.950 15024 INFO octavia.api.v2.controllers.l7policy [req-e4199d30-68c2-4c0e-b344-402e41ea31ba - - - - -] Sending Creation of L7Policy f6efb762-b717-45aa-8791-e810d88109d8 to handler 2019-10-07 13:33:44.968 15006 INFO octavia.api.v2.controllers.listener [req-1901dd9e-2b65-4202-b691-15f2ef2f0135 - - - - -] Sending Creation of Listener 28cd9ca8-156b-4c74-b522-4729751d51bb to handler 2019-10-07 13:33:45.032 15020 INFO octavia.api.v2.controllers.listener [req-18b55b58-e2a7-4485-a33b-2c38d3fe37f7 - e5b677b4-0ca9-411f-b815-acbda2dbde71 - - -] Sending Deletion of Listener a5179f86-65cc-466f-ba00-371e72ff3e67 to handler 2019-10-07 13:33:45.034 15006 INFO octavia.api.v2.controllers.l7policy [req-76f6d44b-a44f-47fc-82bb-88c45b6b89f1 - - - - -] Sending Creation of L7Policy 423b4fa6-1b17-424f-9261-afd694e41061 to handler 2019-10-07 13:33:45.087 15024 INFO octavia.api.v2.controllers.l7rule [req-37f9553c-57a0-40ad-af9d-ac7bbc65b600 - - - - -] Sending Creation of L7Rule c933206a-58a2-4829-8ae1-32a54d2077cf to handler 2019-10-07 13:33:45.149 15020 INFO oslo_db.sqlalchemy.provision [req-95b84dfd-7dc9-48d4-9fdc-453b174e5260 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:45.151 15020 INFO oslo_db.sqlalchemy.provision [req-95b84dfd-7dc9-48d4-9fdc-453b174e5260 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rkxxzhbzuz 2019-10-07 13:33:45.151 15020 INFO oslo_db.sqlalchemy.provision [req-95b84dfd-7dc9-48d4-9fdc-453b174e5260 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:45.156 15006 INFO octavia.api.v2.controllers.l7rule [req-d215ff42-5231-4045-be78-f2c3e526dfd7 - - - - -] Sending Creation of L7Rule 26f4df2f-baca-4123-b53c-a758bace6b47 to handler {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_authorized [0.439269s] ... ok 2019-10-07 13:33:45.154 15020 INFO oslo_db.sqlalchemy.provision [req-95b84dfd-7dc9-48d4-9fdc-453b174e5260 - - - - -] CREATE BACKEND sqlite:// TOKEN moydmngbwq 2019-10-07 13:33:45.231 15020 INFO octavia.common.config [req-95b84dfd-7dc9-48d4-9fdc-453b174e5260 - - - - -] Logging enabled! 2019-10-07 13:33:45.232 15020 INFO octavia.common.config [req-95b84dfd-7dc9-48d4-9fdc-453b174e5260 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:45.256 15020 WARNING octavia.api.root_controller [req-95b84dfd-7dc9-48d4-9fdc-453b174e5260 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:45.266 15012 INFO octavia.api.v2.controllers.l7rule [req-8a74c5cc-5b16-4dec-95bf-c500063f1837 - - - - -] Sending Creation of L7Rule afe8effb-1053-4b5b-b365-f77af48a62f3 to handler 2019-10-07 13:33:45.269 15024 INFO octavia.api.v2.controllers.l7rule [req-752ba0f8-6295-4144-a266-a91823660ebf - - - - -] Sending Creation of L7Rule b35096f7-cf2f-4f26-9d64-ce5144629b41 to handler 2019-10-07 13:33:45.272 15020 INFO octavia.api.v2.controllers.load_balancer [req-ca8a989a-cc90-4c5c-8fcb-bbf0eecd7457 - - - - -] Sending created Load Balancer 46b0a051-5b3f-4814-a9fa-aa8bb870c61c to the handler 2019-10-07 13:33:45.316 15020 INFO octavia.api.v2.controllers.pool [req-37c8d02a-a029-4d0a-b5e0-9e4ab145f684 - - - - -] Sending Creation of Pool cb08411a-f02c-4448-b23b-a6114dccf5e0 to handler 2019-10-07 13:33:45.332 15006 INFO oslo_db.sqlalchemy.provision [req-cb3c4e1c-0140-415f-bdd3-fbfdc241885a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:45.333 15006 INFO oslo_db.sqlalchemy.provision [req-cb3c4e1c-0140-415f-bdd3-fbfdc241885a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jxwilrenkz 2019-10-07 13:33:45.333 15006 INFO oslo_db.sqlalchemy.provision [req-cb3c4e1c-0140-415f-bdd3-fbfdc241885a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_with_invalid_rule [0.524271s] ... ok 2019-10-07 13:33:45.337 15006 INFO oslo_db.sqlalchemy.provision [req-cb3c4e1c-0140-415f-bdd3-fbfdc241885a - - - - -] CREATE BACKEND sqlite:// TOKEN zxvybeasvv 2019-10-07 13:33:45.366 15020 ERROR octavia.api.v2.controllers.base [req-f1cf6c13-472c-40fa-9f3f-82855534bcde - - - - -] Listener SEAN-CONNERY not found: None 2019-10-07 13:33:45.366 15020 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:33:45.366 15020 ERROR octavia.api.v2.controllers.base 2019-10-07 13:33:45.377 15020 INFO oslo_db.sqlalchemy.provision [req-f1cf6c13-472c-40fa-9f3f-82855534bcde - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:45.379 15020 INFO oslo_db.sqlalchemy.provision [req-f1cf6c13-472c-40fa-9f3f-82855534bcde - - - - -] DROP BACKEND Engine(sqlite://) TOKEN moydmngbwq 2019-10-07 13:33:45.379 15020 INFO oslo_db.sqlalchemy.provision [req-f1cf6c13-472c-40fa-9f3f-82855534bcde - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_bad_listener_id [0.235183s] ... ok 2019-10-07 13:33:45.390 15020 INFO oslo_db.sqlalchemy.provision [req-f1cf6c13-472c-40fa-9f3f-82855534bcde - - - - -] CREATE BACKEND sqlite:// TOKEN qehrzcfgkt 2019-10-07 13:33:45.413 15006 INFO octavia.common.config [req-cb3c4e1c-0140-415f-bdd3-fbfdc241885a - - - - -] Logging enabled! 2019-10-07 13:33:45.414 15006 INFO octavia.common.config [req-cb3c4e1c-0140-415f-bdd3-fbfdc241885a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:45.440 15006 WARNING octavia.api.root_controller [req-cb3c4e1c-0140-415f-bdd3-fbfdc241885a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:45.452 15006 INFO octavia.api.v2.controllers.load_balancer [req-ce43fce4-4fab-49d7-a7df-6e5015c1388e - - - - -] Sending created Load Balancer b63dc416-ce29-4f8e-918c-d760c05fd2d9 to the handler 2019-10-07 13:33:45.473 15024 INFO octavia.api.v2.controllers.l7rule [req-5ce50e91-5ab8-4460-866a-abbce01b17ed - - - - -] Sending Creation of L7Rule 098b5666-0261-4412-b81b-c945ab4c7043 to handler 2019-10-07 13:33:45.463 15020 INFO octavia.common.config [req-f1cf6c13-472c-40fa-9f3f-82855534bcde - - - - -] Logging enabled! 2019-10-07 13:33:45.464 15020 INFO octavia.common.config [req-f1cf6c13-472c-40fa-9f3f-82855534bcde - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:45.487 15020 WARNING octavia.api.root_controller [req-f1cf6c13-472c-40fa-9f3f-82855534bcde - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:45.500 15006 INFO octavia.api.v2.controllers.pool [req-5547bfb8-99a2-492e-b952-0510012ce5c6 - - - - -] Sending Creation of Pool 90cb4bdc-1d11-48e6-8bc1-ab4dd69c8560 to handler 2019-10-07 13:33:45.503 15020 INFO octavia.api.v2.controllers.load_balancer [req-cc9d3d47-8170-401f-b17c-36bdbad68f6d - - - - -] Sending created Load Balancer 7e005a96-4816-4c8a-939a-469658736224 to the handler 2019-10-07 13:33:45.546 15020 INFO octavia.api.v2.controllers.pool [req-fb69ad83-caa1-4e0a-ad82-e84c6525ad28 - - - - -] Sending Creation of Pool 686006ef-e208-4d08-9fc9-56eda35c167d to handler 2019-10-07 13:33:45.565 15006 INFO oslo_db.sqlalchemy.provision [req-cfd46d42-f637-4657-b761-e3faeca69025 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:45.567 15006 INFO oslo_db.sqlalchemy.provision [req-cfd46d42-f637-4657-b761-e3faeca69025 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zxvybeasvv 2019-10-07 13:33:45.567 15006 INFO oslo_db.sqlalchemy.provision [req-cfd46d42-f637-4657-b761-e3faeca69025 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_not_authorized [0.233596s] ... ok 2019-10-07 13:33:45.576 15006 INFO oslo_db.sqlalchemy.provision [req-cfd46d42-f637-4657-b761-e3faeca69025 - - - - -] CREATE BACKEND sqlite:// TOKEN kfsladyqcq 2019-10-07 13:33:45.601 15020 INFO octavia.api.v2.controllers.load_balancer [req-12d89c61-a396-44ee-a481-9bcee6880149 - - - - -] Sending created Load Balancer ef651b99-bc9c-4b12-b0e8-9d0ed96c1c3d to the handler 2019-10-07 13:33:45.642 15020 INFO octavia.api.v2.controllers.listener [req-af159655-96cc-41c9-9e9f-570f0f5920a4 - - - - -] Sending Creation of Listener 02a21aea-0f5f-4173-8429-00cee254ea73 to handler 2019-10-07 13:33:45.665 15024 INFO oslo_db.sqlalchemy.provision [req-b4b8a778-92ca-426c-a162-3d124662920d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:45.667 15024 INFO oslo_db.sqlalchemy.provision [req-b4b8a778-92ca-426c-a162-3d124662920d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uxdyyobcbh 2019-10-07 13:33:45.667 15024 INFO oslo_db.sqlalchemy.provision [req-b4b8a778-92ca-426c-a162-3d124662920d - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_filter [0.983544s] ... ok 2019-10-07 13:33:45.670 15024 INFO oslo_db.sqlalchemy.provision [req-b4b8a778-92ca-426c-a162-3d124662920d - - - - -] CREATE BACKEND sqlite:// TOKEN wbmanwkvay 2019-10-07 13:33:45.648 15006 INFO octavia.common.config [req-cfd46d42-f637-4657-b761-e3faeca69025 - - - - -] Logging enabled! 2019-10-07 13:33:45.648 15006 INFO octavia.common.config [req-cfd46d42-f637-4657-b761-e3faeca69025 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:45.669 15006 WARNING octavia.api.root_controller [req-cfd46d42-f637-4657-b761-e3faeca69025 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:45.685 15006 INFO octavia.api.v2.controllers.load_balancer [req-f5e7fc00-1b44-4ae4-aa11-e84beb24d869 - - - - -] Sending created Load Balancer dbccc2f1-6187-47a3-a11c-c5acf69a2beb to the handler 2019-10-07 13:33:45.705 15020 INFO octavia.api.v2.controllers.load_balancer [req-45f0ef62-1515-4938-af45-50f1ed1a549e - - - - -] Sending deleted Load Balancer ef651b99-bc9c-4b12-b0e8-9d0ed96c1c3d to the handler 2019-10-07 13:33:45.724 15020 INFO octavia.api.v2.controllers.listener [req-09c3a485-a9cd-4ac0-a1eb-c308d70725d8 - - - - -] Load Balancer ef651b99-bc9c-4b12-b0e8-9d0ed96c1c3d is immutable. 2019-10-07 13:33:45.729 15006 INFO octavia.api.v2.controllers.pool [req-f72d8519-2265-4c34-8bfb-00289e84e981 - - - - -] Sending Creation of Pool f0b394ab-b32c-4d69-aa58-32be2218ed18 to handler 2019-10-07 13:33:45.744 15020 INFO oslo_db.sqlalchemy.provision [req-09c3a485-a9cd-4ac0-a1eb-c308d70725d8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:45.746 15020 INFO oslo_db.sqlalchemy.provision [req-09c3a485-a9cd-4ac0-a1eb-c308d70725d8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qehrzcfgkt 2019-10-07 13:33:45.746 15020 INFO oslo_db.sqlalchemy.provision [req-09c3a485-a9cd-4ac0-a1eb-c308d70725d8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_pending_delete [0.359123s] ... ok 2019-10-07 13:33:45.749 15020 INFO oslo_db.sqlalchemy.provision [req-09c3a485-a9cd-4ac0-a1eb-c308d70725d8 - - - - -] CREATE BACKEND sqlite:// TOKEN brnelxvkgi 2019-10-07 13:33:45.754 15024 INFO octavia.common.config [req-b4b8a778-92ca-426c-a162-3d124662920d - - - - -] Logging enabled! 2019-10-07 13:33:45.754 15024 INFO octavia.common.config [req-b4b8a778-92ca-426c-a162-3d124662920d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:45.776 15024 WARNING octavia.api.root_controller [req-b4b8a778-92ca-426c-a162-3d124662920d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:45.791 15024 INFO octavia.api.v2.controllers.load_balancer [req-1d38b9ea-6d4e-4408-92be-ab982c091e0b - - - - -] Sending created Load Balancer 4be2384e-a09e-40e0-9f8e-ff3dd184eb4e to the handler 2019-10-07 13:33:45.789 15006 INFO octavia.api.v2.controllers.listener [req-06cd2bce-2bf9-413f-8968-a49a80332c75 - - - - -] Sending Creation of Listener 1d27ff39-e38e-40bc-9f33-33c2b6028f2f to handler 2019-10-07 13:33:45.826 15020 INFO octavia.common.config [req-09c3a485-a9cd-4ac0-a1eb-c308d70725d8 - - - - -] Logging enabled! 2019-10-07 13:33:45.826 15020 INFO octavia.common.config [req-09c3a485-a9cd-4ac0-a1eb-c308d70725d8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:45.841 15024 INFO octavia.api.v2.controllers.listener [req-8f01ed93-20dd-44bf-95f5-adb8583bc8d6 - - - - -] Sending Creation of Listener 813a3748-e987-4f69-8a1f-8f462f5f95b0 to handler 2019-10-07 13:33:45.846 15006 INFO oslo_db.sqlalchemy.provision [req-e03c08ee-c3d5-40a5-9de6-d2926cab10a4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:45.849 15006 INFO oslo_db.sqlalchemy.provision [req-e03c08ee-c3d5-40a5-9de6-d2926cab10a4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kfsladyqcq 2019-10-07 13:33:45.849 15006 INFO oslo_db.sqlalchemy.provision [req-e03c08ee-c3d5-40a5-9de6-d2926cab10a4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_bad_handler [0.283986s] ... ok 2019-10-07 13:33:45.854 15006 INFO oslo_db.sqlalchemy.provision [req-e03c08ee-c3d5-40a5-9de6-d2926cab10a4 - - - - -] CREATE BACKEND sqlite:// TOKEN ujunjiwnnz 2019-10-07 13:33:45.850 15020 WARNING octavia.api.root_controller [req-09c3a485-a9cd-4ac0-a1eb-c308d70725d8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:45.863 15020 INFO octavia.api.v2.controllers.load_balancer [req-ab525cf2-656e-4384-a53e-f739def4f36b - - - - -] Sending created Load Balancer 78fd85ad-dcff-4931-862c-9f64c96f418c to the handler 2019-10-07 13:33:45.928 15024 INFO octavia.api.v2.controllers.l7policy [req-1e166e47-65f6-417d-a6e5-006a35ae2dff - - - - -] Sending Creation of L7Policy 1e5a11d2-2f43-4e32-96df-260394bc6a92 to handler 2019-10-07 13:33:45.913 15020 INFO octavia.api.v2.controllers.pool [req-fa13912d-95d3-4b51-ad9a-f48a3330985e - - - - -] Sending Creation of Pool a1ca2dfa-9df6-4747-9aa6-6e5210e5007e to handler 2019-10-07 13:33:45.937 15012 INFO octavia.api.v2.controllers.l7rule [req-ebd396ca-f98e-41d5-ad49-02b4c67a8124 - - - - -] Sending Creation of L7Rule b8aac21d-921f-41cc-8bf7-7df81e2d9ba9 to handler 2019-10-07 13:33:45.968 15020 INFO octavia.api.v2.controllers.load_balancer [req-6b487044-1ad7-4619-aaa4-6e1f871d90cf - - - - -] Sending created Load Balancer 40bf3ba7-5710-4f1a-9550-0e28a65a70f6 to the handler 2019-10-07 13:33:45.928 15006 INFO octavia.common.config [req-e03c08ee-c3d5-40a5-9de6-d2926cab10a4 - - - - -] Logging enabled! 2019-10-07 13:33:45.928 15006 INFO octavia.common.config [req-e03c08ee-c3d5-40a5-9de6-d2926cab10a4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:45.954 15006 WARNING octavia.api.root_controller [req-e03c08ee-c3d5-40a5-9de6-d2926cab10a4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:45.968 15006 INFO octavia.api.v2.controllers.load_balancer [req-772d9c7d-a6df-40da-97f8-79f2b9d2a7c1 - - - - -] Sending created Load Balancer 1e8b2379-ba4b-4473-89f6-8850b299358f to the handler 2019-10-07 13:33:45.998 15024 INFO octavia.api.v2.controllers.l7policy [req-ef81cad8-4df2-4f3d-95ec-b6cb17f3a29b - - - - -] L7Policy 12561d66-aff8-48e0-810a-f89b8bba2621 not found. 2019-10-07 13:33:46.004 15024 INFO octavia.api.v2.controllers.l7policy [req-ef81cad8-4df2-4f3d-95ec-b6cb17f3a29b - - - - -] L7Policy 12561d66-aff8-48e0-810a-f89b8bba2621 not found. 2019-10-07 13:33:46.015 15024 INFO oslo_db.sqlalchemy.provision [req-ef81cad8-4df2-4f3d-95ec-b6cb17f3a29b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:46.016 15024 INFO oslo_db.sqlalchemy.provision [req-ef81cad8-4df2-4f3d-95ec-b6cb17f3a29b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wbmanwkvay 2019-10-07 13:33:46.016 15024 INFO oslo_db.sqlalchemy.provision [req-ef81cad8-4df2-4f3d-95ec-b6cb17f3a29b - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_bad_parent_policy [0.349100s] ... ok 2019-10-07 13:33:46.019 15024 INFO oslo_db.sqlalchemy.provision [req-ef81cad8-4df2-4f3d-95ec-b6cb17f3a29b - - - - -] CREATE BACKEND sqlite:// TOKEN dedaryszhp 2019-10-07 13:33:46.008 15006 INFO octavia.api.v2.controllers.pool [req-20daf975-b62c-4acc-a543-380d826e7668 - - - - -] Sending Creation of Pool 7924e747-00a3-4182-8f53-0dde3f882734 to handler 2019-10-07 13:33:46.012 15020 INFO octavia.api.v2.controllers.listener [req-293efd72-ece6-4d0c-8514-45e64b880bd5 - - - - -] Sending Creation of Listener 5e290d51-fbfa-4ee8-a2d0-da9f73488129 to handler 2019-10-07 13:33:46.040 15020 INFO octavia.api.v2.controllers.listener [req-23f6102f-1aa9-4046-9c2b-dc13b948041d - - - - -] Load Balancer 40bf3ba7-5710-4f1a-9550-0e28a65a70f6 is immutable. 2019-10-07 13:33:46.058 15020 INFO oslo_db.sqlalchemy.provision [req-23f6102f-1aa9-4046-9c2b-dc13b948041d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:46.061 15020 INFO oslo_db.sqlalchemy.provision [req-23f6102f-1aa9-4046-9c2b-dc13b948041d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN brnelxvkgi 2019-10-07 13:33:46.062 15020 INFO oslo_db.sqlalchemy.provision [req-23f6102f-1aa9-4046-9c2b-dc13b948041d - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_pending_update [0.315624s] ... ok 2019-10-07 13:33:46.065 15020 INFO oslo_db.sqlalchemy.provision [req-23f6102f-1aa9-4046-9c2b-dc13b948041d - - - - -] CREATE BACKEND sqlite:// TOKEN hilgerbxsj 2019-10-07 13:33:46.077 15006 INFO octavia.api.v2.controllers.listener [req-91242962-cc12-4d4e-9fd9-5af863a739bb - - - - -] Sending Creation of Listener 7621d59a-117c-43a7-a023-698e6dac2d59 to handler 2019-10-07 13:33:46.113 15024 INFO octavia.common.config [req-ef81cad8-4df2-4f3d-95ec-b6cb17f3a29b - - - - -] Logging enabled! 2019-10-07 13:33:46.113 15024 INFO octavia.common.config [req-ef81cad8-4df2-4f3d-95ec-b6cb17f3a29b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:46.137 15020 INFO octavia.common.config [req-23f6102f-1aa9-4046-9c2b-dc13b948041d - - - - -] Logging enabled! 2019-10-07 13:33:46.138 15020 INFO octavia.common.config [req-23f6102f-1aa9-4046-9c2b-dc13b948041d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:46.160 15020 WARNING octavia.api.root_controller [req-23f6102f-1aa9-4046-9c2b-dc13b948041d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:46.150 15024 WARNING octavia.api.root_controller [req-ef81cad8-4df2-4f3d-95ec-b6cb17f3a29b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:46.179 15024 INFO octavia.api.v2.controllers.load_balancer [req-809f7a08-2bd1-47ae-aac0-d1b4147e4f49 - - - - -] Sending created Load Balancer 60de5d2d-fd48-48b9-a237-fd567e814747 to the handler 2019-10-07 13:33:46.172 15020 INFO octavia.api.v2.controllers.load_balancer [req-bcb1b61d-5e4e-4d05-b99b-c4a8c6396b11 - - - - -] Sending created Load Balancer 83b34d1a-80b8-4e2d-b631-4a6acc863a71 to the handler 2019-10-07 13:33:46.186 15006 INFO oslo_db.sqlalchemy.provision [req-e6188153-d91a-486f-b80a-dde7d6f8b5c5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:46.188 15006 INFO oslo_db.sqlalchemy.provision [req-e6188153-d91a-486f-b80a-dde7d6f8b5c5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ujunjiwnnz 2019-10-07 13:33:46.188 15006 INFO oslo_db.sqlalchemy.provision [req-e6188153-d91a-486f-b80a-dde7d6f8b5c5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_project_id [0.336397s] ... ok 2019-10-07 13:33:46.191 15006 INFO oslo_db.sqlalchemy.provision [req-e6188153-d91a-486f-b80a-dde7d6f8b5c5 - - - - -] CREATE BACKEND sqlite:// TOKEN qifsruoppe 2019-10-07 13:33:46.213 15020 INFO octavia.api.v2.controllers.pool [req-b95ea804-968a-4285-b633-babb7aaa5ada - - - - -] Sending Creation of Pool c0400de1-26d7-4482-8760-0e4f20cd3900 to handler 2019-10-07 13:33:46.224 15024 INFO octavia.api.v2.controllers.listener [req-999940b3-ac77-4837-b456-988980102d9b - - - - -] Sending Creation of Listener ac89262d-6c84-43ee-9966-ee4e2e6448b0 to handler 2019-10-07 13:33:46.268 15020 INFO octavia.api.v2.controllers.load_balancer [req-806378bc-3ae6-44b2-bce0-32ddcc979a6b - - - - -] Sending created Load Balancer 7f97bde1-147a-4cf2-ba01-00a6003e270b to the handler 2019-10-07 13:33:46.309 15020 INFO octavia.api.v2.controllers.listener [req-6d512348-7b4a-4cfa-8640-120ad49e9fff - - - - -] Sending Creation of Listener adca7b77-2c92-40f8-b584-d012d9481a9d to handler 2019-10-07 13:33:46.303 15024 INFO octavia.api.v2.controllers.l7policy [req-264ecfd7-34c5-42e1-b51c-d333bb5168bc - - - - -] Sending Creation of L7Policy 6c926221-b571-437b-b173-69ec513635c2 to handler 2019-10-07 13:33:46.375 15020 INFO octavia.api.v2.controllers.listener [req-beb6c615-fb5f-4040-abf3-4726f8730125 - - - - -] Sending Creation of Listener aa61c02c-5c2b-497d-b92d-8beb63ed9b20 to handler 2019-10-07 13:33:46.331 15006 INFO octavia.common.config [req-e6188153-d91a-486f-b80a-dde7d6f8b5c5 - - - - -] Logging enabled! 2019-10-07 13:33:46.332 15006 INFO octavia.common.config [req-e6188153-d91a-486f-b80a-dde7d6f8b5c5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:46.355 15006 WARNING octavia.api.root_controller [req-e6188153-d91a-486f-b80a-dde7d6f8b5c5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:46.369 15006 INFO octavia.api.v2.controllers.load_balancer [req-2e630823-6bba-41d4-94b9-db3e4fc8a919 - - - - -] Sending created Load Balancer 46ba622c-1f39-41f5-85f4-1b35a7a3f94d to the handler 2019-10-07 13:33:46.409 15006 INFO octavia.api.v2.controllers.pool [req-23840a18-f146-4a17-8274-a3abc3be1afc - - - - -] Sending Creation of Pool dc4bd4ff-402b-4278-b7c6-1c62f96893f1 to handler 2019-10-07 13:33:46.457 15024 INFO octavia.api.v2.controllers.l7rule [req-7151da2f-cf4d-4adb-be3b-88b5cc81f639 - - - - -] Sending Creation of L7Rule 1fc0d9bc-759c-486d-bfa3-25ab0d567333 to handler 2019-10-07 13:33:46.449 15020 INFO octavia.api.v2.controllers.listener [req-d693b89d-d2eb-41ec-b922-c0a74f70b515 - - - - -] Sending Creation of Listener 249d3674-23c3-4c49-bd60-7a7eaf6a7f67 to handler 2019-10-07 13:33:46.478 15006 INFO oslo_db.sqlalchemy.provision [req-2d0f0a3e-1427-4945-b6b3-e01c2f52d10b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:46.482 15006 INFO oslo_db.sqlalchemy.provision [req-2d0f0a3e-1427-4945-b6b3-e01c2f52d10b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qifsruoppe 2019-10-07 13:33:46.482 15006 INFO oslo_db.sqlalchemy.provision [req-2d0f0a3e-1427-4945-b6b3-e01c2f52d10b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_tls_termination_disabled [0.293714s] ... ok 2019-10-07 13:33:46.485 15006 INFO oslo_db.sqlalchemy.provision [req-2d0f0a3e-1427-4945-b6b3-e01c2f52d10b - - - - -] CREATE BACKEND sqlite:// TOKEN seyhrgcobr 2019-10-07 13:33:46.543 15020 INFO oslo_db.sqlalchemy.provision [req-66fd7160-d7c5-4476-b1e3-86adc4a8fdfe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:46.544 15020 INFO oslo_db.sqlalchemy.provision [req-66fd7160-d7c5-4476-b1e3-86adc4a8fdfe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hilgerbxsj 2019-10-07 13:33:46.544 15020 INFO oslo_db.sqlalchemy.provision [req-66fd7160-d7c5-4476-b1e3-86adc4a8fdfe - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_non_admin [0.482331s] ... ok 2019-10-07 13:33:46.548 15020 INFO oslo_db.sqlalchemy.provision [req-66fd7160-d7c5-4476-b1e3-86adc4a8fdfe - - - - -] CREATE BACKEND sqlite:// TOKEN sytdiyutoz 2019-10-07 13:33:46.557 15006 INFO octavia.common.config [req-2d0f0a3e-1427-4945-b6b3-e01c2f52d10b - - - - -] Logging enabled! 2019-10-07 13:33:46.558 15006 INFO octavia.common.config [req-2d0f0a3e-1427-4945-b6b3-e01c2f52d10b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:46.581 15006 WARNING octavia.api.root_controller [req-2d0f0a3e-1427-4945-b6b3-e01c2f52d10b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:46.593 15006 INFO octavia.api.v2.controllers.load_balancer [req-b6c5a51e-97c8-4ced-a098-bae31cbf0a94 - - - - -] Sending created Load Balancer 48b0f3ea-a546-4903-acba-357bcc39cb36 to the handler 2019-10-07 13:33:46.624 15020 INFO octavia.common.config [req-66fd7160-d7c5-4476-b1e3-86adc4a8fdfe - - - - -] Logging enabled! 2019-10-07 13:33:46.624 15020 INFO octavia.common.config [req-66fd7160-d7c5-4476-b1e3-86adc4a8fdfe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:46.625 15024 INFO octavia.api.v2.controllers.l7rule [req-a194d682-c66d-4ecc-bfaf-7f6c90b48a73 - 4c96f6a1-115f-4d34-a992-019ad54f33fc - - -] Sending Update of L7Rule 1fc0d9bc-759c-486d-bfa3-25ab0d567333 to handler 2019-10-07 13:33:46.649 15020 WARNING octavia.api.root_controller [req-66fd7160-d7c5-4476-b1e3-86adc4a8fdfe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:46.639 15006 INFO octavia.api.v2.controllers.pool [req-83299dde-1e8f-4e06-ba09-fc529dc7292b - - - - -] Sending Creation of Pool 32412570-4869-47c9-8da6-bb6a92b72877 to handler 2019-10-07 13:33:46.698 15006 INFO octavia.api.v2.controllers.listener [req-2c5bb915-5f52-44c6-baaf-b22b12a3e463 - - - - -] Sending Creation of Listener dc9881ac-a133-4cea-9702-2f39738e5597 to handler 2019-10-07 13:33:46.723 15006 INFO oslo_db.sqlalchemy.provision [req-2c5bb915-5f52-44c6-baaf-b22b12a3e463 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:46.725 15006 INFO oslo_db.sqlalchemy.provision [req-2c5bb915-5f52-44c6-baaf-b22b12a3e463 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN seyhrgcobr 2019-10-07 13:33:46.725 15006 INFO oslo_db.sqlalchemy.provision [req-2c5bb915-5f52-44c6-baaf-b22b12a3e463 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_valid_insert_headers [0.243122s] ... ok 2019-10-07 13:33:46.728 15006 INFO oslo_db.sqlalchemy.provision [req-2c5bb915-5f52-44c6-baaf-b22b12a3e463 - - - - -] CREATE BACKEND sqlite:// TOKEN kbtipkfztd 2019-10-07 13:33:46.730 15012 INFO octavia.api.v2.controllers.l7rule [req-97314b86-cbde-4178-99de-819ff8a450c1 - - - - -] Sending Creation of L7Rule 83651137-2fc5-4523-97cb-6c9f4fdc89a9 to handler 2019-10-07 13:33:46.743 15024 INFO oslo_db.sqlalchemy.provision [req-0e4d2e74-b5ce-4733-bcb2-ade2f30d9507 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:46.745 15024 INFO oslo_db.sqlalchemy.provision [req-0e4d2e74-b5ce-4733-bcb2-ade2f30d9507 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dedaryszhp 2019-10-07 13:33:46.745 15024 INFO oslo_db.sqlalchemy.provision [req-0e4d2e74-b5ce-4733-bcb2-ade2f30d9507 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_authorized [0.728807s] ... ok 2019-10-07 13:33:46.749 15024 INFO oslo_db.sqlalchemy.provision [req-0e4d2e74-b5ce-4733-bcb2-ade2f30d9507 - - - - -] CREATE BACKEND sqlite:// TOKEN pbatbhqwhv 2019-10-07 13:33:46.774 15020 INFO octavia.api.v2.controllers.load_balancer [req-7293198b-60e7-474e-ae34-3bcf1cc1c826 - - - - -] Sending created Load Balancer c3d32d5b-a4b6-46cf-b1e8-2cee359a1601 to the handler 2019-10-07 13:33:46.804 15006 INFO octavia.common.config [req-2c5bb915-5f52-44c6-baaf-b22b12a3e463 - - - - -] Logging enabled! 2019-10-07 13:33:46.805 15006 INFO octavia.common.config [req-2c5bb915-5f52-44c6-baaf-b22b12a3e463 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:46.824 15020 INFO octavia.api.v2.controllers.pool [req-a057e7f2-d711-422a-ae3b-e94ba22cd7a6 - - - - -] Sending Creation of Pool e914038c-27bd-4612-bce3-d01d6124c067 to handler 2019-10-07 13:33:46.851 15024 INFO octavia.common.config [req-0e4d2e74-b5ce-4733-bcb2-ade2f30d9507 - - - - -] Logging enabled! 2019-10-07 13:33:46.851 15024 INFO octavia.common.config [req-0e4d2e74-b5ce-4733-bcb2-ade2f30d9507 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:46.828 15006 WARNING octavia.api.root_controller [req-2c5bb915-5f52-44c6-baaf-b22b12a3e463 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:46.840 15006 INFO octavia.api.v2.controllers.load_balancer [req-d3113226-61a1-4363-810b-d661317540c4 - - - - -] Sending created Load Balancer 4b60d026-d27c-412e-8e3e-c01cba5adfb3 to the handler 2019-10-07 13:33:46.875 15020 INFO octavia.api.v2.controllers.load_balancer [req-e5c3a198-607a-40fc-8a52-0359df19e991 - - - - -] Sending created Load Balancer a9db8b79-3aa1-444a-9d7a-0846815b5c16 to the handler 2019-10-07 13:33:46.875 15024 WARNING octavia.api.root_controller [req-0e4d2e74-b5ce-4733-bcb2-ade2f30d9507 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:46.882 15006 INFO octavia.api.v2.controllers.pool [req-7ccfc9fd-c7b9-407e-a75c-55baa0aad9d4 - - - - -] Sending Creation of Pool 51fcadec-e989-4c2a-9364-f2cb872990e0 to handler 2019-10-07 13:33:46.929 15006 INFO octavia.api.v2.controllers.load_balancer [req-a8dcc92a-24e9-4f47-9365-9f8ba24579aa - - - - -] Sending created Load Balancer f1f6caa2-6db1-46b5-a908-5c6db3850b07 to the handler 2019-10-07 13:33:46.890 15024 INFO octavia.api.v2.controllers.load_balancer [req-e9cab4c7-f9c8-4f10-8919-b227b3bdfb5b - - - - -] Sending created Load Balancer 4c2b3d52-0488-4128-ae18-0732efdb4948 to the handler 2019-10-07 13:33:46.933 15024 INFO octavia.api.v2.controllers.pool [req-fc680224-4357-409d-9477-e28d182c9ff7 - - - - -] Sending Creation of Pool 0d047bd3-8ecb-4be1-834a-9bd352f467f4 to handler 2019-10-07 13:33:46.918 15020 INFO octavia.api.v2.controllers.listener [req-7bb94578-75d1-48d0-919d-cbc2a462eca0 - - - - -] Sending Creation of Listener c19d2eb7-6127-41d3-8d29-a65a83ff2f5b to handler 2019-10-07 13:33:46.981 15020 INFO octavia.api.v2.controllers.listener [req-c7db6783-13d8-4888-b45c-1a69fc5c893a - - - - -] Sending Creation of Listener db0bc4d0-8597-4231-bd8c-cb1062a5dc35 to handler 2019-10-07 13:33:46.968 15006 INFO octavia.api.v2.controllers.listener [req-3de4d6e4-a080-4e14-b605-7364e34022d8 - - - - -] Sending Creation of Listener 372bb498-2420-4c1d-91fd-c9c1f8478155 to handler 2019-10-07 13:33:47.031 15006 INFO oslo_db.sqlalchemy.provision [req-8ab96d0a-84ab-4583-b002-7efafbf7208f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:47.032 15006 INFO oslo_db.sqlalchemy.provision [req-8ab96d0a-84ab-4583-b002-7efafbf7208f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kbtipkfztd 2019-10-07 13:33:47.033 15006 INFO oslo_db.sqlalchemy.provision [req-8ab96d0a-84ab-4583-b002-7efafbf7208f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_already_deleted [0.307382s] ... ok 2019-10-07 13:33:47.036 15006 INFO oslo_db.sqlalchemy.provision [req-8ab96d0a-84ab-4583-b002-7efafbf7208f - - - - -] CREATE BACKEND sqlite:// TOKEN tufnujzohx 2019-10-07 13:33:47.011 15024 INFO octavia.api.v2.controllers.listener [req-276f3a7a-6ec3-401b-a51e-e6d907aafceb - - - - -] Sending Creation of Listener be19fbbe-124c-4e9f-a93d-1700f5883596 to handler 2019-10-07 13:33:47.051 15020 INFO octavia.api.v2.controllers.listener [req-5fb956c4-b7bf-4e93-bbe7-18d087682841 - - - - -] Sending Creation of Listener b17c2fe1-8fb7-4054-b332-292d38434d72 to handler 2019-10-07 13:33:47.112 15006 INFO octavia.common.config [req-8ab96d0a-84ab-4583-b002-7efafbf7208f - - - - -] Logging enabled! 2019-10-07 13:33:47.113 15006 INFO octavia.common.config [req-8ab96d0a-84ab-4583-b002-7efafbf7208f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:47.138 15024 INFO oslo_db.sqlalchemy.provision [req-6cfe9d09-4f8e-48b3-90ed-f8fb82dbafff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:47.140 15024 INFO oslo_db.sqlalchemy.provision [req-6cfe9d09-4f8e-48b3-90ed-f8fb82dbafff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pbatbhqwhv 2019-10-07 13:33:47.140 15024 INFO oslo_db.sqlalchemy.provision [req-6cfe9d09-4f8e-48b3-90ed-f8fb82dbafff - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_defaults [0.394416s] ... ok 2019-10-07 13:33:47.135 15020 INFO oslo_db.sqlalchemy.provision [req-56c64a9f-854b-478b-91b0-160e86b2e2eb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:47.137 15020 INFO oslo_db.sqlalchemy.provision [req-56c64a9f-854b-478b-91b0-160e86b2e2eb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sytdiyutoz 2019-10-07 13:33:47.137 15020 INFO oslo_db.sqlalchemy.provision [req-56c64a9f-854b-478b-91b0-160e86b2e2eb - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_non_admin_global_observer [0.592317s] ... ok 2019-10-07 13:33:47.143 15024 INFO oslo_db.sqlalchemy.provision [req-6cfe9d09-4f8e-48b3-90ed-f8fb82dbafff - - - - -] CREATE BACKEND sqlite:// TOKEN jgsosrxdxk 2019-10-07 13:33:47.141 15020 INFO oslo_db.sqlalchemy.provision [req-56c64a9f-854b-478b-91b0-160e86b2e2eb - - - - -] CREATE BACKEND sqlite:// TOKEN lhypudvqgg 2019-10-07 13:33:47.136 15006 WARNING octavia.api.root_controller [req-8ab96d0a-84ab-4583-b002-7efafbf7208f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:47.148 15006 INFO octavia.api.v2.controllers.load_balancer [req-0fd01b88-1c35-4e14-a224-a75ddab72ae3 - - - - -] Sending created Load Balancer 7b0762d2-36e0-4b43-8547-304cc318f9f0 to the handler 2019-10-07 13:33:47.189 15006 INFO octavia.api.v2.controllers.pool [req-1dc5661b-4054-4af9-a455-29595b625921 - - - - -] Sending Creation of Pool 204b1fe8-f22b-4ec7-b94e-e07ff711d697 to handler 2019-10-07 13:33:47.215 15020 INFO octavia.common.config [req-56c64a9f-854b-478b-91b0-160e86b2e2eb - - - - -] Logging enabled! 2019-10-07 13:33:47.216 15020 INFO octavia.common.config [req-56c64a9f-854b-478b-91b0-160e86b2e2eb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:47.256 15006 INFO octavia.api.v2.controllers.listener [req-b93c08d0-91cb-4d34-b78c-4936f2ae63fd - - - - -] Sending Creation of Listener 66e8bd61-d896-4601-a80d-91959a4614dc to handler 2019-10-07 13:33:47.222 15024 INFO octavia.common.config [req-6cfe9d09-4f8e-48b3-90ed-f8fb82dbafff - - - - -] Logging enabled! 2019-10-07 13:33:47.223 15024 INFO octavia.common.config [req-6cfe9d09-4f8e-48b3-90ed-f8fb82dbafff - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:47.248 15024 WARNING octavia.api.root_controller [req-6cfe9d09-4f8e-48b3-90ed-f8fb82dbafff - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:47.259 15024 INFO octavia.api.v2.controllers.load_balancer [req-2529b2fc-3228-4d2e-9eb7-ef5fe8a6921f - - - - -] Sending created Load Balancer 634faf96-c530-4596-ba26-1799edfd79e5 to the handler 2019-10-07 13:33:47.239 15020 WARNING octavia.api.root_controller [req-56c64a9f-854b-478b-91b0-160e86b2e2eb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:47.256 15020 INFO octavia.api.v2.controllers.load_balancer [req-d1abbb28-563e-48e4-98de-88b51b3dca05 - - - - -] Sending created Load Balancer 14b181fc-6a3a-4a0d-b84f-9e39f57450bb to the handler 2019-10-07 13:33:47.303 15006 INFO oslo_db.sqlalchemy.provision [req-2b5cc89f-2f76-4801-9ff9-5d31efc68670 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:47.304 15006 INFO oslo_db.sqlalchemy.provision [req-2b5cc89f-2f76-4801-9ff9-5d31efc68670 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tufnujzohx 2019-10-07 13:33:47.304 15006 INFO oslo_db.sqlalchemy.provision [req-2b5cc89f-2f76-4801-9ff9-5d31efc68670 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_get [0.271441s] ... ok 2019-10-07 13:33:47.302 15024 INFO octavia.api.v2.controllers.pool [req-c84e4418-94f2-4479-aa6c-6cbcbe1c64dc - - - - -] Sending Creation of Pool 951676e9-47af-4d72-9140-16f1e4bef0df to handler 2019-10-07 13:33:47.307 15006 INFO oslo_db.sqlalchemy.provision [req-2b5cc89f-2f76-4801-9ff9-5d31efc68670 - - - - -] CREATE BACKEND sqlite:// TOKEN rxtctougar 2019-10-07 13:33:47.300 15020 INFO octavia.api.v2.controllers.pool [req-3ed0fc88-b8c8-4af3-9576-e4799cdd24fe - - - - -] Sending Creation of Pool ad76b6e7-df39-48d8-a04f-3f8e90426f9a to handler 2019-10-07 13:33:47.353 15020 INFO octavia.api.v2.controllers.load_balancer [req-0d6659be-e6df-4f9a-8724-07d6dc3f2418 - - - - -] Sending created Load Balancer a2e3cfbc-0697-46f3-aa91-5eb20f09844f to the handler 2019-10-07 13:33:47.366 15024 INFO octavia.api.v2.controllers.listener [req-a4a7a1c9-fc7c-45a6-a620-c152c0a8309e - - - - -] Sending Creation of Listener 2962eabb-e011-4781-8683-50e166316f08 to handler 2019-10-07 13:33:47.394 15020 INFO octavia.api.v2.controllers.listener [req-0b3a338a-bd36-408f-ac2d-144161672823 - - - - -] Sending Creation of Listener 653c2379-3f5a-4380-9594-bcb60702e833 to handler 2019-10-07 13:33:47.386 15006 INFO octavia.common.config [req-2b5cc89f-2f76-4801-9ff9-5d31efc68670 - - - - -] Logging enabled! 2019-10-07 13:33:47.387 15006 INFO octavia.common.config [req-2b5cc89f-2f76-4801-9ff9-5d31efc68670 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:47.408 15006 WARNING octavia.api.root_controller [req-2b5cc89f-2f76-4801-9ff9-5d31efc68670 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:47.424 15006 INFO octavia.api.v2.controllers.load_balancer [req-c57e0481-41c8-4163-a987-5d52a7e34f2d - - - - -] Sending created Load Balancer a6625a9d-31f0-49e9-b543-f75e70179391 to the handler 2019-10-07 13:33:47.454 15024 INFO oslo_db.sqlalchemy.provision [req-83b000f1-cade-4ba5-9f5d-d350e9e215b9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:47.455 15024 INFO oslo_db.sqlalchemy.provision [req-83b000f1-cade-4ba5-9f5d-d350e9e215b9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jgsosrxdxk 2019-10-07 13:33:47.455 15024 INFO oslo_db.sqlalchemy.provision [req-83b000f1-cade-4ba5-9f5d-d350e9e215b9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_duplicate_fails [0.315135s] ... ok 2019-10-07 13:33:47.458 15024 INFO oslo_db.sqlalchemy.provision [req-83b000f1-cade-4ba5-9f5d-d350e9e215b9 - - - - -] CREATE BACKEND sqlite:// TOKEN cczxgisfah 2019-10-07 13:33:47.468 15006 INFO octavia.api.v2.controllers.pool [req-f1efccde-7c40-4424-a5c7-b71dd20b790e - - - - -] Sending Creation of Pool 655dbc59-7e3c-41fb-9b67-777b8fa17b52 to handler 2019-10-07 13:33:47.456 15020 INFO octavia.api.v2.controllers.listener [req-70247081-6ad7-465e-9d04-a291a2810789 - - - - -] Sending Creation of Listener dce37072-1354-4857-b8ef-cab0978aa052 to handler 2019-10-07 13:33:47.530 15024 INFO octavia.common.config [req-83b000f1-cade-4ba5-9f5d-d350e9e215b9 - - - - -] Logging enabled! 2019-10-07 13:33:47.530 15024 INFO octavia.common.config [req-83b000f1-cade-4ba5-9f5d-d350e9e215b9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:47.534 15020 INFO octavia.api.v2.controllers.listener [req-89c0ad5f-1329-47cf-88c1-d1c679f103c2 - - - - -] Sending Creation of Listener 2537c5c7-9ebd-4b09-ade5-4509cfcb8cf8 to handler 2019-10-07 13:33:47.535 15006 INFO octavia.api.v2.controllers.listener [req-f1867eca-5b46-410d-8161-f5857ac0927c - - - - -] Sending Creation of Listener 3c176001-d9e5-4eb5-a36c-ddd440ca0d04 to handler 2019-10-07 13:33:47.556 15024 WARNING octavia.api.root_controller [req-83b000f1-cade-4ba5-9f5d-d350e9e215b9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:47.567 15024 INFO octavia.api.v2.controllers.load_balancer [req-fade60ff-b435-4713-a6cc-12ebb7f40446 - - - - -] Sending created Load Balancer 7e9081d6-bcad-4afd-b229-c7ec8f71db45 to the handler 2019-10-07 13:33:47.605 15024 INFO octavia.api.v2.controllers.pool [req-eeb217d2-9ac0-440b-abab-1556a39438ff - - - - -] Sending Creation of Pool 08fa5ca9-8a06-449e-9e60-0373f98f3862 to handler 2019-10-07 13:33:47.607 15020 INFO oslo_db.sqlalchemy.provision [req-e58a6e88-4dce-458e-95cd-d03f1951265b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:47.609 15020 INFO oslo_db.sqlalchemy.provision [req-e58a6e88-4dce-458e-95cd-d03f1951265b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lhypudvqgg 2019-10-07 13:33:47.609 15020 INFO oslo_db.sqlalchemy.provision [req-e58a6e88-4dce-458e-95cd-d03f1951265b - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_not_authorized [0.471723s] ... ok 2019-10-07 13:33:47.612 15020 INFO oslo_db.sqlalchemy.provision [req-e58a6e88-4dce-458e-95cd-d03f1951265b - - - - -] CREATE BACKEND sqlite:// TOKEN aqgdpveivt 2019-10-07 13:33:47.634 15006 INFO octavia.api.v2.controllers.listener [req-0d7de7c5-103f-4e29-ae9e-a980c4f88f3b - - - - -] Sending Creation of Listener fc8c0c1c-cdaf-4bbc-9dfd-a48e8868be14 to handler 2019-10-07 13:33:47.683 15020 INFO octavia.common.config [req-e58a6e88-4dce-458e-95cd-d03f1951265b - - - - -] Logging enabled! 2019-10-07 13:33:47.683 15020 INFO octavia.common.config [req-e58a6e88-4dce-458e-95cd-d03f1951265b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:47.676 15024 INFO octavia.api.v2.controllers.listener [req-7fb6f5e5-8c6d-4651-9a01-34a06722f0ae - - - - -] Sending Creation of Listener 6bd9c0c1-f306-4f85-943c-2f86c24d6598 to handler 2019-10-07 13:33:47.704 15020 WARNING octavia.api.root_controller [req-e58a6e88-4dce-458e-95cd-d03f1951265b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:47.717 15020 INFO octavia.api.v2.controllers.load_balancer [req-abb36e59-fdd6-4ea7-b7f4-5527f0a01c77 - - - - -] Sending created Load Balancer 9129f0e0-c1a0-4f1f-8e70-e69fa25d9380 to the handler 2019-10-07 13:33:47.730 15006 INFO octavia.api.v2.controllers.listener [req-3052d7a4-1228-4527-9521-93130070a95e - - - - -] Sending Creation of Listener c82728cc-304b-42c7-bb11-485186b84332 to handler 2019-10-07 13:33:47.765 15020 INFO octavia.api.v2.controllers.pool [req-b7c72262-cd43-453c-9912-815c12246c41 - - - - -] Sending Creation of Pool 0e84ed6f-71a0-4e7b-a62a-90010531f456 to handler 2019-10-07 13:33:47.777 15024 INFO oslo_db.sqlalchemy.provision [req-a7efb5bb-0219-414f-9a1b-361e6384dbed - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:47.778 15024 INFO oslo_db.sqlalchemy.provision [req-a7efb5bb-0219-414f-9a1b-361e6384dbed - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cczxgisfah 2019-10-07 13:33:47.778 15024 INFO oslo_db.sqlalchemy.provision [req-a7efb5bb-0219-414f-9a1b-361e6384dbed - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_listeners_same_port [0.322776s] ... ok 2019-10-07 13:33:47.785 15012 INFO octavia.api.v2.controllers.l7rule [req-ad3aab42-0d28-4c33-8d32-09f46cf93ee9 - - - - -] Sending Creation of L7Rule dd131607-8c59-4fb4-b735-bbb6830d4bcf to handler 2019-10-07 13:33:47.783 15024 INFO oslo_db.sqlalchemy.provision [req-a7efb5bb-0219-414f-9a1b-361e6384dbed - - - - -] CREATE BACKEND sqlite:// TOKEN elicroeamd 2019-10-07 13:33:47.809 15020 ERROR octavia.api.v2.controllers.base [req-40852736-b08c-4e67-9271-ab603c6557bb - - - - -] Listener SEAN-CONNERY not found: None 2019-10-07 13:33:47.809 15020 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:33:47.809 15020 ERROR octavia.api.v2.controllers.base 2019-10-07 13:33:47.821 15020 INFO oslo_db.sqlalchemy.provision [req-40852736-b08c-4e67-9271-ab603c6557bb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:47.822 15020 INFO oslo_db.sqlalchemy.provision [req-40852736-b08c-4e67-9271-ab603c6557bb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aqgdpveivt 2019-10-07 13:33:47.823 15020 INFO oslo_db.sqlalchemy.provision [req-40852736-b08c-4e67-9271-ab603c6557bb - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_bad_listener_id [0.213508s] ... ok 2019-10-07 13:33:47.826 15020 INFO oslo_db.sqlalchemy.provision [req-40852736-b08c-4e67-9271-ab603c6557bb - - - - -] CREATE BACKEND sqlite:// TOKEN yxozovdhrb 2019-10-07 13:33:47.845 15006 INFO oslo_db.sqlalchemy.provision [req-d6f19a32-1129-418a-8618-f269f4cf0198 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:47.846 15006 INFO oslo_db.sqlalchemy.provision [req-d6f19a32-1129-418a-8618-f269f4cf0198 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rxtctougar 2019-10-07 13:33:47.847 15006 INFO oslo_db.sqlalchemy.provision [req-d6f19a32-1129-418a-8618-f269f4cf0198 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_filter [0.542221s] ... ok 2019-10-07 13:33:47.864 15024 INFO octavia.common.config [req-a7efb5bb-0219-414f-9a1b-361e6384dbed - - - - -] Logging enabled! 2019-10-07 13:33:47.864 15024 INFO octavia.common.config [req-a7efb5bb-0219-414f-9a1b-361e6384dbed - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:47.850 15006 INFO oslo_db.sqlalchemy.provision [req-d6f19a32-1129-418a-8618-f269f4cf0198 - - - - -] CREATE BACKEND sqlite:// TOKEN vyoruenadr 2019-10-07 13:33:47.886 15024 WARNING octavia.api.root_controller [req-a7efb5bb-0219-414f-9a1b-361e6384dbed - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:47.898 15024 INFO octavia.api.v2.controllers.load_balancer [req-e8d4df05-1b46-4f9b-8d2a-22eef37905e3 - - - - -] Sending created Load Balancer d94ed888-5f5d-4779-ba21-8044f620c357 to the handler 2019-10-07 13:33:47.932 15006 INFO octavia.common.config [req-d6f19a32-1129-418a-8618-f269f4cf0198 - - - - -] Logging enabled! 2019-10-07 13:33:47.932 15006 INFO octavia.common.config [req-d6f19a32-1129-418a-8618-f269f4cf0198 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:47.941 15024 INFO octavia.api.v2.controllers.pool [req-71430634-c43b-4c75-a675-39f3509b28a2 - - - - -] Sending Creation of Pool daad8579-181b-45c3-81dc-25f7b70ab549 to handler 2019-10-07 13:33:47.900 15020 INFO octavia.common.config [req-40852736-b08c-4e67-9271-ab603c6557bb - - - - -] Logging enabled! 2019-10-07 13:33:47.901 15020 INFO octavia.common.config [req-40852736-b08c-4e67-9271-ab603c6557bb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:47.925 15020 WARNING octavia.api.root_controller [req-40852736-b08c-4e67-9271-ab603c6557bb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:47.938 15020 INFO octavia.api.v2.controllers.load_balancer [req-c70ee51f-40a3-4fba-9dfb-eee8e66f0cf0 - - - - -] Sending created Load Balancer 91301208-7277-4e64-8b7e-4c5b9766e6a4 to the handler 2019-10-07 13:33:47.959 15006 WARNING octavia.api.root_controller [req-d6f19a32-1129-418a-8618-f269f4cf0198 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:47.973 15006 INFO octavia.api.v2.controllers.load_balancer [req-af5d78f1-94aa-40e1-a572-76c28ab25eb7 - - - - -] Sending created Load Balancer 12bd3f03-67d2-497c-9bdf-1f975f4bce2e to the handler 2019-10-07 13:33:47.981 15020 INFO octavia.api.v2.controllers.pool [req-c3cf964e-bb39-4929-83f3-12cc850679e6 - - - - -] Sending Creation of Pool dda75514-d61b-4ae5-8a51-5de23d2d72ae to handler 2019-10-07 13:33:48.004 15024 INFO oslo_db.sqlalchemy.provision [req-22a159a1-56f0-4603-8df7-02fc79ed3f15 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:48.005 15024 INFO oslo_db.sqlalchemy.provision [req-22a159a1-56f0-4603-8df7-02fc79ed3f15 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN elicroeamd 2019-10-07 13:33:48.006 15024 INFO oslo_db.sqlalchemy.provision [req-22a159a1-56f0-4603-8df7-02fc79ed3f15 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_bad_default_pool_id [0.227165s] ... ok 2019-10-07 13:33:48.009 15024 INFO oslo_db.sqlalchemy.provision [req-22a159a1-56f0-4603-8df7-02fc79ed3f15 - - - - -] CREATE BACKEND sqlite:// TOKEN wgidxnysvc 2019-10-07 13:33:48.013 15006 INFO octavia.api.v2.controllers.pool [req-9885ef50-d2cf-4c9d-b227-51f6138454e0 - - - - -] Sending Creation of Pool bb100c1a-b5ec-4c3b-b302-1f81332527e9 to handler 2019-10-07 13:33:48.053 15020 INFO octavia.api.v2.controllers.listener [req-e29b5289-29a7-4e32-95d9-462bb438859a - - - - -] Sending Creation of Listener 04bcceea-3606-4095-b0b5-4b771e72055c to handler 2019-10-07 13:33:48.083 15006 INFO octavia.api.v2.controllers.listener [req-09f4480a-19af-48fe-98d0-55633c1e8218 - - - - -] Sending Creation of Listener a20f39fd-c79f-463a-93a3-97e4aff0ab10 to handler 2019-10-07 13:33:48.133 15006 INFO oslo_db.sqlalchemy.provision [req-4a00ee6d-b6aa-4598-aa4f-7334ae79727c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:48.135 15006 INFO oslo_db.sqlalchemy.provision [req-4a00ee6d-b6aa-4598-aa4f-7334ae79727c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vyoruenadr 2019-10-07 13:33:48.135 15006 INFO oslo_db.sqlalchemy.provision [req-4a00ee6d-b6aa-4598-aa4f-7334ae79727c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_hides_deleted [0.288175s] ... ok 2019-10-07 13:33:48.138 15006 INFO oslo_db.sqlalchemy.provision [req-4a00ee6d-b6aa-4598-aa4f-7334ae79727c - - - - -] CREATE BACKEND sqlite:// TOKEN bocmshbnyb 2019-10-07 13:33:48.148 15020 INFO oslo_db.sqlalchemy.provision [req-e4e600cf-f9fe-4ba5-898f-8cc17097acfb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:48.150 15020 INFO oslo_db.sqlalchemy.provision [req-e4e600cf-f9fe-4ba5-898f-8cc17097acfb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yxozovdhrb 2019-10-07 13:33:48.150 15020 INFO oslo_db.sqlalchemy.provision [req-e4e600cf-f9fe-4ba5-898f-8cc17097acfb - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_bad_tls_ref [0.327403s] ... ok 2019-10-07 13:33:48.153 15020 INFO oslo_db.sqlalchemy.provision [req-e4e600cf-f9fe-4ba5-898f-8cc17097acfb - - - - -] CREATE BACKEND sqlite:// TOKEN mqdaoagwpf 2019-10-07 13:33:48.156 15024 INFO octavia.common.config [req-22a159a1-56f0-4603-8df7-02fc79ed3f15 - - - - -] Logging enabled! 2019-10-07 13:33:48.157 15024 INFO octavia.common.config [req-22a159a1-56f0-4603-8df7-02fc79ed3f15 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:48.180 15024 WARNING octavia.api.root_controller [req-22a159a1-56f0-4603-8df7-02fc79ed3f15 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:48.192 15024 INFO octavia.api.v2.controllers.load_balancer [req-c3e6f70c-2b62-41a8-b914-96bc79f3ce56 - - - - -] Sending created Load Balancer 2d15bde5-4f43-4486-9025-c17d5149c6f5 to the handler 2019-10-07 13:33:48.222 15006 INFO octavia.common.config [req-4a00ee6d-b6aa-4598-aa4f-7334ae79727c - - - - -] Logging enabled! 2019-10-07 13:33:48.222 15006 INFO octavia.common.config [req-4a00ee6d-b6aa-4598-aa4f-7334ae79727c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:48.232 15024 INFO octavia.api.v2.controllers.pool [req-978007bc-d168-47c9-97e1-7dd67ecdacaf - - - - -] Sending Creation of Pool f0995843-136b-4d03-9239-c54cef60825f to handler 2019-10-07 13:33:48.228 15020 INFO octavia.common.config [req-e4e600cf-f9fe-4ba5-898f-8cc17097acfb - - - - -] Logging enabled! 2019-10-07 13:33:48.228 15020 INFO octavia.common.config [req-e4e600cf-f9fe-4ba5-898f-8cc17097acfb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:48.250 15020 WARNING octavia.api.root_controller [req-e4e600cf-f9fe-4ba5-898f-8cc17097acfb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:48.264 15020 INFO octavia.api.v2.controllers.load_balancer [req-17a34d0f-6283-4879-a19d-00cd9e01da22 - - - - -] Sending created Load Balancer a351e820-cff0-46a5-a6ee-7bfa5e623364 to the handler 2019-10-07 13:33:48.249 15006 WARNING octavia.api.root_controller [req-4a00ee6d-b6aa-4598-aa4f-7334ae79727c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:48.263 15006 INFO octavia.api.v2.controllers.load_balancer [req-b68d1817-296b-4fdd-862c-79a77a398d40 - - - - -] Sending created Load Balancer a9d696b6-472d-417d-a7b6-fbcd6c40373d to the handler 2019-10-07 13:33:48.302 15024 INFO octavia.api.v2.controllers.listener [req-4cf79654-270f-4487-8038-e71889bdb7f9 - - - - -] Sending Creation of Listener 8dfe6f0f-1a6a-4ebb-b1bb-c908dcf73ea9 to handler 2019-10-07 13:33:48.305 15006 INFO octavia.api.v2.controllers.pool [req-a12e3925-9f60-4ae8-8289-ca3157708d65 - - - - -] Sending Creation of Pool 73d52e68-fb60-4328-bfe6-bfc5f70a0577 to handler 2019-10-07 13:33:48.305 15020 INFO octavia.api.v2.controllers.pool [req-266c73bc-65dd-48cc-84e0-2209219f0313 - - - - -] Sending Creation of Pool febea260-66ea-4a0b-8ef9-f7d3542b7c24 to handler 2019-10-07 13:33:48.357 15020 INFO octavia.api.v2.controllers.load_balancer [req-0c06d5dd-1c35-4c66-a5a5-cf525a135fec - - - - -] Sending created Load Balancer 679ffe9f-92e4-4e3a-a3a7-2bcc81b3f96d to the handler 2019-10-07 13:33:48.342 15024 INFO oslo_db.sqlalchemy.provision [req-0174b6eb-17b5-4333-b1ae-35919ce47d4e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:48.344 15024 INFO oslo_db.sqlalchemy.provision [req-0174b6eb-17b5-4333-b1ae-35919ce47d4e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wgidxnysvc 2019-10-07 13:33:48.344 15024 INFO oslo_db.sqlalchemy.provision [req-0174b6eb-17b5-4333-b1ae-35919ce47d4e - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_tls_termination_data [0.338077s] ... ok 2019-10-07 13:33:48.370 15006 INFO octavia.api.v2.controllers.listener [req-bcde49bc-5fb2-4bf5-b550-5a7782c567cb - - - - -] Sending Creation of Listener 316da02e-8701-444a-b21b-08cf1fc1a655 to handler 2019-10-07 13:33:48.347 15024 INFO oslo_db.sqlalchemy.provision [req-0174b6eb-17b5-4333-b1ae-35919ce47d4e - - - - -] CREATE BACKEND sqlite:// TOKEN airotlqcyz 2019-10-07 13:33:48.378 15020 INFO octavia.api.v2.controllers.listener [req-191ef188-b66e-4b95-a72a-08d8e4b2553b - - - - -] Load Balancer 679ffe9f-92e4-4e3a-a3a7-2bcc81b3f96d is immutable. 2019-10-07 13:33:48.394 15020 INFO oslo_db.sqlalchemy.provision [req-191ef188-b66e-4b95-a72a-08d8e4b2553b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:48.396 15020 INFO oslo_db.sqlalchemy.provision [req-191ef188-b66e-4b95-a72a-08d8e4b2553b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mqdaoagwpf 2019-10-07 13:33:48.396 15020 INFO oslo_db.sqlalchemy.provision [req-191ef188-b66e-4b95-a72a-08d8e4b2553b - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_pending_create [0.245334s] ... ok 2019-10-07 13:33:48.399 15020 INFO oslo_db.sqlalchemy.provision [req-191ef188-b66e-4b95-a72a-08d8e4b2553b - - - - -] CREATE BACKEND sqlite:// TOKEN uyjswehkwr 2019-10-07 13:33:48.426 15024 INFO octavia.common.config [req-0174b6eb-17b5-4333-b1ae-35919ce47d4e - - - - -] Logging enabled! 2019-10-07 13:33:48.427 15024 INFO octavia.common.config [req-0174b6eb-17b5-4333-b1ae-35919ce47d4e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:48.461 15006 INFO oslo_db.sqlalchemy.provision [req-aa645348-251b-41a9-a130-884de956012f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:48.448 15024 WARNING octavia.api.root_controller [req-0174b6eb-17b5-4333-b1ae-35919ce47d4e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:48.461 15024 INFO octavia.api.v2.controllers.load_balancer [req-3239b0af-ce83-4406-ad10-5f4459317bff - - - - -] Sending created Load Balancer 982bce11-b8ac-46cd-bea1-8299b0f921ad to the handler 2019-10-07 13:33:48.466 15006 INFO oslo_db.sqlalchemy.provision [req-aa645348-251b-41a9-a130-884de956012f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bocmshbnyb 2019-10-07 13:33:48.466 15006 INFO oslo_db.sqlalchemy.provision [req-aa645348-251b-41a9-a130-884de956012f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_listener_bad_protocol [0.330842s] ... ok 2019-10-07 13:33:48.469 15006 INFO oslo_db.sqlalchemy.provision [req-aa645348-251b-41a9-a130-884de956012f - - - - -] CREATE BACKEND sqlite:// TOKEN jbsdzsttwa 2019-10-07 13:33:48.498 15024 INFO octavia.api.v2.controllers.pool [req-70478899-9a0b-4d6f-987d-695809178537 - - - - -] Sending Creation of Pool 07fd98e1-a1d7-4d56-9a55-00cf8c5853b2 to handler 2019-10-07 13:33:48.474 15020 INFO octavia.common.config [req-191ef188-b66e-4b95-a72a-08d8e4b2553b - - - - -] Logging enabled! 2019-10-07 13:33:48.474 15020 INFO octavia.common.config [req-191ef188-b66e-4b95-a72a-08d8e4b2553b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:48.497 15020 WARNING octavia.api.root_controller [req-191ef188-b66e-4b95-a72a-08d8e4b2553b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:48.511 15020 INFO octavia.api.v2.controllers.load_balancer [req-23e0d9e8-c05f-482d-aaa2-b99cf2ef565f - - - - -] Sending created Load Balancer b3dc19a6-f340-471f-bad7-9ca921f9042b to the handler 2019-10-07 13:33:48.546 15006 INFO octavia.common.config [req-aa645348-251b-41a9-a130-884de956012f - - - - -] Logging enabled! 2019-10-07 13:33:48.546 15006 INFO octavia.common.config [req-aa645348-251b-41a9-a130-884de956012f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:48.553 15020 INFO octavia.api.v2.controllers.pool [req-2f5a5eeb-fd2f-4461-8439-ba66f593c45a - - - - -] Sending Creation of Pool d9718254-7f39-45f1-8d6f-b3955bd9db49 to handler 2019-10-07 13:33:48.568 15024 INFO octavia.api.v2.controllers.listener [req-b068c429-5515-4bce-b691-662d70bc99ae - - - - -] Sending Creation of Listener c2faa0c8-788b-40a1-a6dd-64cb34930bbf to handler 2019-10-07 13:33:48.571 15006 WARNING octavia.api.root_controller [req-aa645348-251b-41a9-a130-884de956012f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:48.582 15006 INFO octavia.api.v2.controllers.load_balancer [req-5bec6cc3-6269-405f-8907-10a76718c44a - 1c4893cf-85d8-49e6-aa72-2d4e28a84311 - - -] Sending created Load Balancer 167a8e19-d8e7-4989-b168-f76dcb344217 to the handler 2019-10-07 13:33:48.599 15006 INFO oslo_db.sqlalchemy.provision [req-5bec6cc3-6269-405f-8907-10a76718c44a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:48.608 15006 INFO oslo_db.sqlalchemy.provision [req-5bec6cc3-6269-405f-8907-10a76718c44a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jbsdzsttwa 2019-10-07 13:33:48.608 15006 INFO oslo_db.sqlalchemy.provision [req-5bec6cc3-6269-405f-8907-10a76718c44a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_context_project_id [0.141882s] ... ok 2019-10-07 13:33:48.611 15006 INFO oslo_db.sqlalchemy.provision [req-5bec6cc3-6269-405f-8907-10a76718c44a - - - - -] CREATE BACKEND sqlite:// TOKEN gikmqywdxw 2019-10-07 13:33:48.626 15020 INFO octavia.api.v2.controllers.listener [req-b35b35a4-f4da-4e3b-b9ca-1b94359ef4a0 - - - - -] Sending Creation of Listener 1800b5ca-c9e3-4d32-ad9b-cc2dd2022a01 to handler 2019-10-07 13:33:48.654 15024 INFO octavia.api.v2.controllers.listener [req-d7a52783-693f-4e0d-b515-fc74610c6a00 - - - - -] Sending Deletion of Listener c2faa0c8-788b-40a1-a6dd-64cb34930bbf to handler 2019-10-07 13:33:48.690 15006 INFO octavia.common.config [req-5bec6cc3-6269-405f-8907-10a76718c44a - - - - -] Logging enabled! 2019-10-07 13:33:48.690 15006 INFO octavia.common.config [req-5bec6cc3-6269-405f-8907-10a76718c44a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:48.714 15006 WARNING octavia.api.root_controller [req-5bec6cc3-6269-405f-8907-10a76718c44a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:48.731 15006 INFO oslo_db.sqlalchemy.provision [req-31b47804-68fb-4bc9-8cc7-2d3faa7847a0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:48.732 15006 INFO oslo_db.sqlalchemy.provision [req-31b47804-68fb-4bc9-8cc7-2d3faa7847a0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gikmqywdxw 2019-10-07 13:33:48.733 15006 INFO oslo_db.sqlalchemy.provision [req-31b47804-68fb-4bc9-8cc7-2d3faa7847a0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_flavor_bogus [0.124065s] ... ok 2019-10-07 13:33:48.735 15006 INFO oslo_db.sqlalchemy.provision [req-31b47804-68fb-4bc9-8cc7-2d3faa7847a0 - - - - -] CREATE BACKEND sqlite:// TOKEN ipnyikrkfx 2019-10-07 13:33:48.762 15024 INFO oslo_db.sqlalchemy.provision [req-4a25e85e-3a78-45f7-8361-758ae7db7f5b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:48.764 15024 INFO oslo_db.sqlalchemy.provision [req-4a25e85e-3a78-45f7-8361-758ae7db7f5b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN airotlqcyz 2019-10-07 13:33:48.764 15024 INFO oslo_db.sqlalchemy.provision [req-4a25e85e-3a78-45f7-8361-758ae7db7f5b - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete [0.420020s] ... ok 2019-10-07 13:33:48.767 15024 INFO oslo_db.sqlalchemy.provision [req-4a25e85e-3a78-45f7-8361-758ae7db7f5b - - - - -] CREATE BACKEND sqlite:// TOKEN slklcijilm 2019-10-07 13:33:48.812 15020 INFO oslo_db.sqlalchemy.provision [req-8ac5c80f-080b-4dab-ac70-53d014775022 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:48.814 15020 INFO oslo_db.sqlalchemy.provision [req-8ac5c80f-080b-4dab-ac70-53d014775022 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uyjswehkwr 2019-10-07 13:33:48.814 15020 INFO oslo_db.sqlalchemy.provision [req-8ac5c80f-080b-4dab-ac70-53d014775022 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_bad_default_pool_id [0.418257s] ... ok 2019-10-07 13:33:48.818 15020 INFO oslo_db.sqlalchemy.provision [req-8ac5c80f-080b-4dab-ac70-53d014775022 - - - - -] CREATE BACKEND sqlite:// TOKEN lrzvlnnhxj 2019-10-07 13:33:48.815 15006 INFO octavia.common.config [req-31b47804-68fb-4bc9-8cc7-2d3faa7847a0 - - - - -] Logging enabled! 2019-10-07 13:33:48.815 15006 INFO octavia.common.config [req-31b47804-68fb-4bc9-8cc7-2d3faa7847a0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:48.841 15006 WARNING octavia.api.root_controller [req-31b47804-68fb-4bc9-8cc7-2d3faa7847a0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:48.856 15006 INFO oslo_db.sqlalchemy.provision [req-869100a6-f46e-4c57-ac74-0c9bb11fb47a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:48.857 15006 INFO oslo_db.sqlalchemy.provision [req-869100a6-f46e-4c57-ac74-0c9bb11fb47a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ipnyikrkfx 2019-10-07 13:33:48.858 15006 INFO oslo_db.sqlalchemy.provision [req-869100a6-f46e-4c57-ac74-0c9bb11fb47a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_not_authorized [0.125009s] ... ok 2019-10-07 13:33:48.888 15020 INFO octavia.common.config [req-8ac5c80f-080b-4dab-ac70-53d014775022 - - - - -] Logging enabled! 2019-10-07 13:33:48.889 15020 INFO octavia.common.config [req-8ac5c80f-080b-4dab-ac70-53d014775022 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:48.838 15024 INFO octavia.common.config [req-4a25e85e-3a78-45f7-8361-758ae7db7f5b - - - - -] Logging enabled! 2019-10-07 13:33:48.838 15024 INFO octavia.common.config [req-4a25e85e-3a78-45f7-8361-758ae7db7f5b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:48.868 15024 WARNING octavia.api.root_controller [req-4a25e85e-3a78-45f7-8361-758ae7db7f5b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:48.882 15024 INFO octavia.api.v2.controllers.load_balancer [req-74f3d4ef-5c7c-4fd2-8f72-1fa960196dbb - - - - -] Sending created Load Balancer 8507e7c5-8132-4ba7-993f-bbdcdfec4e1a to the handler 2019-10-07 13:33:48.873 15006 INFO oslo_db.sqlalchemy.provision [req-869100a6-f46e-4c57-ac74-0c9bb11fb47a - - - - -] CREATE BACKEND sqlite:// TOKEN cntbhixapl 2019-10-07 13:33:48.923 15024 INFO octavia.api.v2.controllers.pool [req-ae112903-cc3f-4a63-b942-61310e200a24 - - - - -] Sending Creation of Pool fe9219e9-e4a9-4bc1-81ad-83b03f2251a5 to handler 2019-10-07 13:33:48.913 15020 WARNING octavia.api.root_controller [req-8ac5c80f-080b-4dab-ac70-53d014775022 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:48.929 15020 INFO octavia.api.v2.controllers.load_balancer [req-d15a39b1-be1b-4ef1-b883-a00571268f8b - - - - -] Sending created Load Balancer 4cba71a3-9819-4c01-bfeb-c27f9919e4ea to the handler 2019-10-07 13:33:48.973 15020 INFO octavia.api.v2.controllers.pool [req-388d1ccf-6ca9-4282-832f-87a3dd150ad6 - - - - -] Sending Creation of Pool 0543f8fd-b53b-422f-8b08-7a14f67f35ec to handler 2019-10-07 13:33:48.990 15024 INFO octavia.api.v2.controllers.listener [req-10f2214b-27e3-4dfa-977a-fb052ac0265d - - - - -] Sending Creation of Listener a8234b0f-867d-491e-9fcd-455276841446 to handler 2019-10-07 13:33:49.018 15006 INFO octavia.common.config [req-869100a6-f46e-4c57-ac74-0c9bb11fb47a - - - - -] Logging enabled! 2019-10-07 13:33:49.018 15006 INFO octavia.common.config [req-869100a6-f46e-4c57-ac74-0c9bb11fb47a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:49.035 15020 INFO octavia.api.v2.controllers.listener [req-ce26ae75-8dd3-4e8c-b20a-fe7d130cb89c - - - - -] Sending Creation of Listener f6fd0810-e6b2-4df4-9203-f79d3cee8649 to handler 2019-10-07 13:33:49.042 15006 WARNING octavia.api.root_controller [req-869100a6-f46e-4c57-ac74-0c9bb11fb47a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:49.057 15006 INFO oslo_db.sqlalchemy.provision [req-55247e24-c065-4ee0-a024-63c5aaf9b31c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.059 15006 INFO oslo_db.sqlalchemy.provision [req-55247e24-c065-4ee0-a024-63c5aaf9b31c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cntbhixapl 2019-10-07 13:33:49.059 15006 INFO oslo_db.sqlalchemy.provision [req-55247e24-c065-4ee0-a024-63c5aaf9b31c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_provider_bogus [0.201006s] ... ok 2019-10-07 13:33:49.069 15006 INFO oslo_db.sqlalchemy.provision [req-55247e24-c065-4ee0-a024-63c5aaf9b31c - - - - -] CREATE BACKEND sqlite:// TOKEN kreoadwyqb 2019-10-07 13:33:49.098 15024 INFO oslo_db.sqlalchemy.provision [req-67051abc-af02-4dc6-82f2-3d150f3a13fb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.100 15024 INFO oslo_db.sqlalchemy.provision [req-67051abc-af02-4dc6-82f2-3d150f3a13fb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN slklcijilm 2019-10-07 13:33:49.100 15024 INFO oslo_db.sqlalchemy.provision [req-67051abc-af02-4dc6-82f2-3d150f3a13fb - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_not_authorized [0.335957s] ... ok 2019-10-07 13:33:49.103 15024 INFO oslo_db.sqlalchemy.provision [req-67051abc-af02-4dc6-82f2-3d150f3a13fb - - - - -] CREATE BACKEND sqlite:// TOKEN wozxbwregg 2019-10-07 13:33:49.148 15006 INFO octavia.common.config [req-55247e24-c065-4ee0-a024-63c5aaf9b31c - - - - -] Logging enabled! 2019-10-07 13:33:49.149 15006 INFO octavia.common.config [req-55247e24-c065-4ee0-a024-63c5aaf9b31c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:49.135 15020 INFO octavia.api.v2.controllers.listener [req-943607b0-ae04-484d-83b9-d07a8a3313ea - - - - -] Sending Update of Listener f6fd0810-e6b2-4df4-9203-f79d3cee8649 to handler 2019-10-07 13:33:49.173 15006 WARNING octavia.api.root_controller [req-55247e24-c065-4ee0-a024-63c5aaf9b31c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:49.173 15024 INFO octavia.common.config [req-67051abc-af02-4dc6-82f2-3d150f3a13fb - - - - -] Logging enabled! 2019-10-07 13:33:49.174 15024 INFO octavia.common.config [req-67051abc-af02-4dc6-82f2-3d150f3a13fb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:49.185 15020 INFO oslo_db.sqlalchemy.provision [req-2911da25-396f-4b93-9abf-74c30c7c07f1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.186 15020 INFO oslo_db.sqlalchemy.provision [req-2911da25-396f-4b93-9abf-74c30c7c07f1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lrzvlnnhxj 2019-10-07 13:33:49.187 15020 INFO oslo_db.sqlalchemy.provision [req-2911da25-396f-4b93-9abf-74c30c7c07f1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_tls_termination_data [0.371986s] ... ok 2019-10-07 13:33:49.190 15020 INFO oslo_db.sqlalchemy.provision [req-2911da25-396f-4b93-9abf-74c30c7c07f1 - - - - -] CREATE BACKEND sqlite:// TOKEN dpqqkkutrb 2019-10-07 13:33:49.193 15006 INFO oslo_db.sqlalchemy.provision [req-62b709e1-e06b-40ec-a898-239b7dcc1bd9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.195 15006 INFO oslo_db.sqlalchemy.provision [req-62b709e1-e06b-40ec-a898-239b7dcc1bd9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kreoadwyqb 2019-10-07 13:33:49.195 15006 INFO oslo_db.sqlalchemy.provision [req-62b709e1-e06b-40ec-a898-239b7dcc1bd9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_empty_vip [0.135811s] ... ok 2019-10-07 13:33:49.202 15024 WARNING octavia.api.root_controller [req-67051abc-af02-4dc6-82f2-3d150f3a13fb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:49.198 15006 INFO oslo_db.sqlalchemy.provision [req-62b709e1-e06b-40ec-a898-239b7dcc1bd9 - - - - -] CREATE BACKEND sqlite:// TOKEN nmptzzywbx 2019-10-07 13:33:49.214 15024 INFO octavia.api.v2.controllers.load_balancer [req-a5336eee-86ae-4001-9f42-968364d1a92e - - - - -] Sending created Load Balancer ab353705-b246-46a7-88d6-6a7ea13f8798 to the handler 2019-10-07 13:33:49.256 15024 INFO octavia.api.v2.controllers.pool [req-f65ef4da-9972-40fa-bd45-45978cac63f4 - - - - -] Sending Creation of Pool 426ca114-76cc-4810-85f9-f0707c75a30d to handler 2019-10-07 13:33:49.260 15020 INFO octavia.common.config [req-2911da25-396f-4b93-9abf-74c30c7c07f1 - - - - -] Logging enabled! 2019-10-07 13:33:49.260 15020 INFO octavia.common.config [req-2911da25-396f-4b93-9abf-74c30c7c07f1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:49.281 15020 WARNING octavia.api.root_controller [req-2911da25-396f-4b93-9abf-74c30c7c07f1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:49.305 15020 INFO oslo_db.sqlalchemy.provision [req-448c50fb-cc75-4734-bd50-580571e89a8d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.306 15020 INFO oslo_db.sqlalchemy.provision [req-448c50fb-cc75-4734-bd50-580571e89a8d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dpqqkkutrb 2019-10-07 13:33:49.307 15020 INFO oslo_db.sqlalchemy.provision [req-448c50fb-cc75-4734-bd50-580571e89a8d - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_neutron_failure [0.119933s] ... ok 2019-10-07 13:33:49.310 15020 INFO oslo_db.sqlalchemy.provision [req-448c50fb-cc75-4734-bd50-580571e89a8d - - - - -] CREATE BACKEND sqlite:// TOKEN plqdwggydc 2019-10-07 13:33:49.297 15012 INFO octavia.api.v2.controllers.l7rule [req-52318831-e6fa-4675-bf94-a88135c5fe8f - - - - -] Sending Creation of L7Rule d8c0e5ce-32fc-43cd-a7b0-c4579b2389db to handler 2019-10-07 13:33:49.316 15024 INFO octavia.api.v2.controllers.load_balancer [req-8b0070cb-28c3-4e44-ae80-52e831ee2c98 - - - - -] Sending created Load Balancer f1fccfbc-084c-4d91-8c32-3a2c776e59f7 to the handler 2019-10-07 13:33:49.280 15006 INFO octavia.common.config [req-62b709e1-e06b-40ec-a898-239b7dcc1bd9 - - - - -] Logging enabled! 2019-10-07 13:33:49.281 15006 INFO octavia.common.config [req-62b709e1-e06b-40ec-a898-239b7dcc1bd9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:49.306 15006 WARNING octavia.api.root_controller [req-62b709e1-e06b-40ec-a898-239b7dcc1bd9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:49.325 15006 INFO oslo_db.sqlalchemy.provision [req-cc09dc81-4bc1-4867-8f57-fd0ec96715a5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.327 15006 INFO oslo_db.sqlalchemy.provision [req-cc09dc81-4bc1-4867-8f57-fd0ec96715a5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nmptzzywbx 2019-10-07 13:33:49.327 15006 INFO oslo_db.sqlalchemy.provision [req-cc09dc81-4bc1-4867-8f57-fd0ec96715a5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_long_name [0.131979s] ... ok 2019-10-07 13:33:49.330 15006 INFO oslo_db.sqlalchemy.provision [req-cc09dc81-4bc1-4867-8f57-fd0ec96715a5 - - - - -] CREATE BACKEND sqlite:// TOKEN kyvaiukkdc 2019-10-07 13:33:49.357 15024 INFO octavia.api.v2.controllers.listener [req-9546b275-9977-4c89-a990-c7061ae3a6e5 - - - - -] Sending Creation of Listener 6c6d9dc0-fa61-4be0-889e-c4221e838f35 to handler 2019-10-07 13:33:49.386 15020 INFO octavia.common.config [req-448c50fb-cc75-4734-bd50-580571e89a8d - - - - -] Logging enabled! 2019-10-07 13:33:49.386 15020 INFO octavia.common.config [req-448c50fb-cc75-4734-bd50-580571e89a8d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:49.408 15020 WARNING octavia.api.root_controller [req-448c50fb-cc75-4734-bd50-580571e89a8d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:49.426 15020 INFO oslo_db.sqlalchemy.provision [req-17b11569-dd23-4e4e-878e-c02ec380c66b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.427 15020 INFO oslo_db.sqlalchemy.provision [req-17b11569-dd23-4e4e-878e-c02ec380c66b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN plqdwggydc 2019-10-07 13:33:49.427 15020 INFO oslo_db.sqlalchemy.provision [req-17b11569-dd23-4e4e-878e-c02ec380c66b - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_over_quota [0.120401s] ... ok 2019-10-07 13:33:49.431 15020 INFO oslo_db.sqlalchemy.provision [req-17b11569-dd23-4e4e-878e-c02ec380c66b - - - - -] CREATE BACKEND sqlite:// TOKEN oekdhrbjva 2019-10-07 13:33:49.406 15006 INFO octavia.common.config [req-cc09dc81-4bc1-4867-8f57-fd0ec96715a5 - - - - -] Logging enabled! 2019-10-07 13:33:49.407 15006 INFO octavia.common.config [req-cc09dc81-4bc1-4867-8f57-fd0ec96715a5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:49.431 15006 WARNING octavia.api.root_controller [req-cc09dc81-4bc1-4867-8f57-fd0ec96715a5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:49.424 15024 INFO octavia.api.v2.controllers.listener [req-c40dbc34-17f8-4044-aa24-781dbaf62064 - - - - -] Sending Creation of Listener 3144d749-7208-4350-82b3-447b77d438b1 to handler 2019-10-07 13:33:49.447 15006 INFO octavia.api.v2.controllers.load_balancer [req-d724d24a-6a3e-4a51-a8a1-824c99718f22 - - - - -] Sending created Load Balancer fde9d950-6dc9-4e6f-8108-c7c5a72b034b to the handler 2019-10-07 13:33:49.467 15006 INFO oslo_db.sqlalchemy.provision [req-d724d24a-6a3e-4a51-a8a1-824c99718f22 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.468 15006 INFO oslo_db.sqlalchemy.provision [req-d724d24a-6a3e-4a51-a8a1-824c99718f22 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kyvaiukkdc 2019-10-07 13:33:49.468 15006 INFO oslo_db.sqlalchemy.provision [req-d724d24a-6a3e-4a51-a8a1-824c99718f22 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_qos [0.141111s] ... ok 2019-10-07 13:33:49.499 15020 INFO octavia.common.config [req-17b11569-dd23-4e4e-878e-c02ec380c66b - - - - -] Logging enabled! 2019-10-07 13:33:49.503 15020 INFO octavia.common.config [req-17b11569-dd23-4e4e-878e-c02ec380c66b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:49.476 15006 INFO oslo_db.sqlalchemy.provision [req-d724d24a-6a3e-4a51-a8a1-824c99718f22 - - - - -] CREATE BACKEND sqlite:// TOKEN iojuaipglo 2019-10-07 13:33:49.509 15024 INFO octavia.api.v2.controllers.listener [req-889be047-d982-48ea-a01a-43f37a07974c - - - - -] Sending Creation of Listener 15d4cf89-3570-4782-8e78-7d6db382eadc to handler 2019-10-07 13:33:49.524 15020 WARNING octavia.api.root_controller [req-17b11569-dd23-4e4e-878e-c02ec380c66b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:49.539 15020 INFO octavia.api.v2.controllers.load_balancer [req-0218abdc-66b4-404b-b845-9c60ecbd5b35 - - - - -] Sending created Load Balancer 0d14227a-769d-43b3-b3e0-347dfd3389db to the handler 2019-10-07 13:33:49.547 15006 INFO octavia.common.config [req-d724d24a-6a3e-4a51-a8a1-824c99718f22 - - - - -] Logging enabled! 2019-10-07 13:33:49.547 15006 INFO octavia.common.config [req-d724d24a-6a3e-4a51-a8a1-824c99718f22 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:49.558 15020 INFO oslo_db.sqlalchemy.provision [req-0218abdc-66b4-404b-b845-9c60ecbd5b35 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.559 15020 INFO oslo_db.sqlalchemy.provision [req-0218abdc-66b4-404b-b845-9c60ecbd5b35 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oekdhrbjva 2019-10-07 13:33:49.560 15020 INFO oslo_db.sqlalchemy.provision [req-0218abdc-66b4-404b-b845-9c60ecbd5b35 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_allowed_network_id [0.132076s] ... ok 2019-10-07 13:33:49.563 15020 INFO oslo_db.sqlalchemy.provision [req-0218abdc-66b4-404b-b845-9c60ecbd5b35 - - - - -] CREATE BACKEND sqlite:// TOKEN cnjovxegnc 2019-10-07 13:33:49.597 15024 INFO oslo_db.sqlalchemy.provision [req-82a73d74-59ed-47ed-9b6f-61517b7ac760 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.598 15024 INFO oslo_db.sqlalchemy.provision [req-82a73d74-59ed-47ed-9b6f-61517b7ac760 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wozxbwregg 2019-10-07 13:33:49.599 15024 INFO oslo_db.sqlalchemy.provision [req-82a73d74-59ed-47ed-9b6f-61517b7ac760 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_admin [0.498293s] ... ok 2019-10-07 13:33:49.570 15006 WARNING octavia.api.root_controller [req-d724d24a-6a3e-4a51-a8a1-824c99718f22 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:49.586 15006 INFO octavia.api.v2.controllers.load_balancer [req-b89b3383-a34c-48ce-a96e-52fa7a636e4e - - - - -] Sending created Load Balancer 4f9ab27a-5b52-488e-a291-bd3c836ea677 to the handler 2019-10-07 13:33:49.606 15006 INFO oslo_db.sqlalchemy.provision [req-b89b3383-a34c-48ce-a96e-52fa7a636e4e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.607 15006 INFO oslo_db.sqlalchemy.provision [req-b89b3383-a34c-48ce-a96e-52fa7a636e4e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iojuaipglo 2019-10-07 13:33:49.607 15006 INFO oslo_db.sqlalchemy.provision [req-b89b3383-a34c-48ce-a96e-52fa7a636e4e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_full [0.138742s] ... ok 2019-10-07 13:33:49.611 15024 INFO oslo_db.sqlalchemy.provision [req-82a73d74-59ed-47ed-9b6f-61517b7ac760 - - - - -] CREATE BACKEND sqlite:// TOKEN wjapukuzha 2019-10-07 13:33:49.610 15006 INFO oslo_db.sqlalchemy.provision [req-b89b3383-a34c-48ce-a96e-52fa7a636e4e - - - - -] CREATE BACKEND sqlite:// TOKEN ybxegeomeg 2019-10-07 13:33:49.691 15006 INFO octavia.common.config [req-b89b3383-a34c-48ce-a96e-52fa7a636e4e - - - - -] Logging enabled! 2019-10-07 13:33:49.680 15024 INFO octavia.common.config [req-82a73d74-59ed-47ed-9b6f-61517b7ac760 - - - - -] Logging enabled! 2019-10-07 13:33:49.681 15024 INFO octavia.common.config [req-82a73d74-59ed-47ed-9b6f-61517b7ac760 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:49.696 15006 INFO octavia.common.config [req-b89b3383-a34c-48ce-a96e-52fa7a636e4e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:49.704 15024 WARNING octavia.api.root_controller [req-82a73d74-59ed-47ed-9b6f-61517b7ac760 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:49.717 15024 INFO octavia.api.v2.controllers.load_balancer [req-9dfabda7-0aa5-4c11-89fa-342e603c570c - - - - -] Sending created Load Balancer 1dbd44c5-679a-4cb2-8650-a23480b35690 to the handler 2019-10-07 13:33:49.722 15006 WARNING octavia.api.root_controller [req-b89b3383-a34c-48ce-a96e-52fa7a636e4e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:49.735 15006 INFO octavia.api.v2.controllers.load_balancer [req-a5d5c511-30c4-4389-a400-184135609641 - - - - -] Sending created Load Balancer 0437f757-db36-4a8b-bd41-05f0a1faf1de to the handler 2019-10-07 13:33:49.757 15024 INFO octavia.api.v2.controllers.pool [req-73ae5962-ee73-4fd7-b13a-c113fdbb20fc - - - - -] Sending Creation of Pool 5923385d-7fba-4024-a6ce-f669aa1a6c0c to handler 2019-10-07 13:33:49.757 15006 INFO oslo_db.sqlalchemy.provision [req-a5d5c511-30c4-4389-a400-184135609641 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.759 15006 INFO oslo_db.sqlalchemy.provision [req-a5d5c511-30c4-4389-a400-184135609641 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ybxegeomeg 2019-10-07 13:33:49.759 15006 INFO oslo_db.sqlalchemy.provision [req-a5d5c511-30c4-4389-a400-184135609641 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_and_address [0.157782s] ... ok 2019-10-07 13:33:49.753 15020 INFO octavia.common.config [req-0218abdc-66b4-404b-b845-9c60ecbd5b35 - - - - -] Logging enabled! 2019-10-07 13:33:49.753 15020 INFO octavia.common.config [req-0218abdc-66b4-404b-b845-9c60ecbd5b35 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:49.768 15006 INFO oslo_db.sqlalchemy.provision [req-a5d5c511-30c4-4389-a400-184135609641 - - - - -] CREATE BACKEND sqlite:// TOKEN uvcqpejamv 2019-10-07 13:33:49.774 15020 WARNING octavia.api.root_controller [req-0218abdc-66b4-404b-b845-9c60ecbd5b35 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:49.799 15020 INFO oslo_db.sqlalchemy.provision [req-39e64f3c-6efa-4759-ae1d-859d3a0d2152 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.801 15020 INFO oslo_db.sqlalchemy.provision [req-39e64f3c-6efa-4759-ae1d-859d3a0d2152 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cnjovxegnc 2019-10-07 13:33:49.801 15020 INFO oslo_db.sqlalchemy.provision [req-39e64f3c-6efa-4759-ae1d-859d3a0d2152 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_disallowed_vip_objects [0.240923s] ... ok 2019-10-07 13:33:49.804 15020 INFO oslo_db.sqlalchemy.provision [req-39e64f3c-6efa-4759-ae1d-859d3a0d2152 - - - - -] CREATE BACKEND sqlite:// TOKEN jihnpzoyec 2019-10-07 13:33:49.829 15024 INFO octavia.api.v2.controllers.listener [req-b670352b-e588-48f5-bd07-00fc406503e7 - - - - -] Sending Creation of Listener 02f6c2b7-f2a3-40e8-8228-a1e8203ccb45 to handler 2019-10-07 13:33:49.839 15006 INFO octavia.common.config [req-a5d5c511-30c4-4389-a400-184135609641 - - - - -] Logging enabled! 2019-10-07 13:33:49.843 15006 INFO octavia.common.config [req-a5d5c511-30c4-4389-a400-184135609641 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:49.868 15006 WARNING octavia.api.root_controller [req-a5d5c511-30c4-4389-a400-184135609641 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:49.882 15006 INFO octavia.api.v2.controllers.load_balancer [req-f1ccdf16-a357-4b8a-9718-ac73a0f8e339 - - - - -] Sending created Load Balancer 317f8ca6-48ca-486c-816a-02acb8092ced to the handler 2019-10-07 13:33:49.902 15006 INFO oslo_db.sqlalchemy.provision [req-f1ccdf16-a357-4b8a-9718-ac73a0f8e339 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.904 15006 INFO oslo_db.sqlalchemy.provision [req-f1ccdf16-a357-4b8a-9718-ac73a0f8e339 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uvcqpejamv 2019-10-07 13:33:49.904 15006 INFO oslo_db.sqlalchemy.provision [req-f1ccdf16-a357-4b8a-9718-ac73a0f8e339 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_and_address_ipv6 [0.138708s] ... ok 2019-10-07 13:33:49.923 15024 INFO octavia.api.v2.controllers.listener [req-bf2bfaeb-4131-4707-bfa3-5a25caec722a - - - - -] Sending Creation of Listener 88f12e20-f3a1-40f1-8382-cac2e59f1224 to handler 2019-10-07 13:33:49.907 15006 INFO oslo_db.sqlalchemy.provision [req-f1ccdf16-a357-4b8a-9718-ac73a0f8e339 - - - - -] CREATE BACKEND sqlite:// TOKEN lyjvxtgbcf 2019-10-07 13:33:49.874 15020 INFO octavia.common.config [req-39e64f3c-6efa-4759-ae1d-859d3a0d2152 - - - - -] Logging enabled! 2019-10-07 13:33:49.874 15020 INFO octavia.common.config [req-39e64f3c-6efa-4759-ae1d-859d3a0d2152 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:49.897 15020 WARNING octavia.api.root_controller [req-39e64f3c-6efa-4759-ae1d-859d3a0d2152 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:49.916 15020 INFO oslo_db.sqlalchemy.provision [req-5dc4eabc-3c58-4a04-afc1-9db14fbbf93b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:49.917 15020 INFO oslo_db.sqlalchemy.provision [req-5dc4eabc-3c58-4a04-afc1-9db14fbbf93b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jihnpzoyec 2019-10-07 13:33:49.918 15020 INFO oslo_db.sqlalchemy.provision [req-5dc4eabc-3c58-4a04-afc1-9db14fbbf93b - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_subnet [0.116587s] ... ok 2019-10-07 13:33:49.921 15020 INFO oslo_db.sqlalchemy.provision [req-5dc4eabc-3c58-4a04-afc1-9db14fbbf93b - - - - -] CREATE BACKEND sqlite:// TOKEN qyzjzhujbe 2019-10-07 13:33:49.991 15020 INFO octavia.common.config [req-5dc4eabc-3c58-4a04-afc1-9db14fbbf93b - - - - -] Logging enabled! 2019-10-07 13:33:49.992 15020 INFO octavia.common.config [req-5dc4eabc-3c58-4a04-afc1-9db14fbbf93b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.016 15020 WARNING octavia.api.root_controller [req-5dc4eabc-3c58-4a04-afc1-9db14fbbf93b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.029 15024 INFO octavia.api.v2.controllers.listener [req-37ceb2d6-fdc8-4ab1-98fd-448ada389d1a - - - - -] Sending Creation of Listener 96a77b56-e69c-4bda-9abb-15339d8d90e5 to handler 2019-10-07 13:33:49.987 15006 INFO octavia.common.config [req-f1ccdf16-a357-4b8a-9718-ac73a0f8e339 - - - - -] Logging enabled! 2019-10-07 13:33:49.988 15006 INFO octavia.common.config [req-f1ccdf16-a357-4b8a-9718-ac73a0f8e339 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.008 15006 WARNING octavia.api.root_controller [req-f1ccdf16-a357-4b8a-9718-ac73a0f8e339 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.025 15006 INFO octavia.api.v2.controllers.load_balancer [req-90170615-2120-4c08-a78c-6648681e8eea - - - - -] Sending created Load Balancer 1bcf10eb-cfec-47cd-a372-fdfc97fe028e to the handler 2019-10-07 13:33:50.035 15020 INFO oslo_db.sqlalchemy.provision [req-3d3f880f-7951-4ad8-90b2-02c2b9d8d07e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.036 15020 INFO oslo_db.sqlalchemy.provision [req-3d3f880f-7951-4ad8-90b2-02c2b9d8d07e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qyzjzhujbe 2019-10-07 13:33:50.036 15020 INFO oslo_db.sqlalchemy.provision [req-3d3f880f-7951-4ad8-90b2-02c2b9d8d07e - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_nonuuid_vip_attributes [0.118547s] ... ok 2019-10-07 13:33:50.044 15020 INFO oslo_db.sqlalchemy.provision [req-3d3f880f-7951-4ad8-90b2-02c2b9d8d07e - - - - -] CREATE BACKEND sqlite:// TOKEN stxosrpwyp 2019-10-07 13:33:50.061 15006 INFO octavia.api.v2.controllers.load_balancer [req-ecfb39be-2079-4cec-ab16-4e3f04f79b2f - - - - -] Sending deleted Load Balancer 1bcf10eb-cfec-47cd-a372-fdfc97fe028e to the handler 2019-10-07 13:33:50.094 15006 INFO oslo_db.sqlalchemy.provision [req-1c1d1593-97b4-4831-a195-6e1177919db2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.095 15006 INFO oslo_db.sqlalchemy.provision [req-1c1d1593-97b4-4831-a195-6e1177919db2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lyjvxtgbcf 2019-10-07 13:33:50.095 15006 INFO oslo_db.sqlalchemy.provision [req-1c1d1593-97b4-4831-a195-6e1177919db2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete [0.191182s] ... ok 2019-10-07 13:33:50.098 15006 INFO oslo_db.sqlalchemy.provision [req-1c1d1593-97b4-4831-a195-6e1177919db2 - - - - -] CREATE BACKEND sqlite:// TOKEN bbqrcsswii 2019-10-07 13:33:50.118 15020 INFO octavia.common.config [req-3d3f880f-7951-4ad8-90b2-02c2b9d8d07e - - - - -] Logging enabled! 2019-10-07 13:33:50.120 15020 INFO octavia.common.config [req-3d3f880f-7951-4ad8-90b2-02c2b9d8d07e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.158 15024 INFO oslo_db.sqlalchemy.provision [req-8346dc61-3ff6-4d73-a39c-6d6bcd38407f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.160 15024 INFO oslo_db.sqlalchemy.provision [req-8346dc61-3ff6-4d73-a39c-6d6bcd38407f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wjapukuzha 2019-10-07 13:33:50.160 15024 INFO oslo_db.sqlalchemy.provision [req-8346dc61-3ff6-4d73-a39c-6d6bcd38407f - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_sorted [0.551575s] ... ok 2019-10-07 13:33:50.163 15024 INFO oslo_db.sqlalchemy.provision [req-8346dc61-3ff6-4d73-a39c-6d6bcd38407f - - - - -] CREATE BACKEND sqlite:// TOKEN rxmnzxmezf 2019-10-07 13:33:50.144 15020 WARNING octavia.api.root_controller [req-3d3f880f-7951-4ad8-90b2-02c2b9d8d07e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.160 15020 INFO octavia.api.v2.controllers.load_balancer [req-1a929cb6-96c9-4ab2-99ca-c7e85029d1f8 - - - - -] Sending created Load Balancer 31aab25c-8c6f-40f3-8640-49f499ea6b0b to the handler 2019-10-07 13:33:50.181 15006 INFO octavia.common.config [req-1c1d1593-97b4-4831-a195-6e1177919db2 - - - - -] Logging enabled! 2019-10-07 13:33:50.181 15006 INFO octavia.common.config [req-1c1d1593-97b4-4831-a195-6e1177919db2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.205 15006 WARNING octavia.api.root_controller [req-1c1d1593-97b4-4831-a195-6e1177919db2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.181 15020 INFO oslo_db.sqlalchemy.provision [req-1a929cb6-96c9-4ab2-99ca-c7e85029d1f8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.182 15020 INFO oslo_db.sqlalchemy.provision [req-1a929cb6-96c9-4ab2-99ca-c7e85029d1f8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN stxosrpwyp 2019-10-07 13:33:50.183 15020 INFO oslo_db.sqlalchemy.provision [req-1a929cb6-96c9-4ab2-99ca-c7e85029d1f8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_qos_vip_port [0.145992s] ... ok 2019-10-07 13:33:50.186 15020 INFO oslo_db.sqlalchemy.provision [req-1a929cb6-96c9-4ab2-99ca-c7e85029d1f8 - - - - -] CREATE BACKEND sqlite:// TOKEN wqjseiqriz 2019-10-07 13:33:50.220 15006 INFO octavia.api.v2.controllers.load_balancer [req-ebf17faa-c422-4504-b9b2-0750b7aa60ab - - - - -] Sending created Load Balancer f55232cc-4a7f-4a74-8b22-a73555476af6 to the handler 2019-10-07 13:33:50.236 15024 INFO octavia.common.config [req-8346dc61-3ff6-4d73-a39c-6d6bcd38407f - - - - -] Logging enabled! 2019-10-07 13:33:50.236 15024 INFO octavia.common.config [req-8346dc61-3ff6-4d73-a39c-6d6bcd38407f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.264 15006 INFO octavia.api.v2.controllers.load_balancer [req-b974260b-b735-45f0-b5c5-422e5a9856d6 - - - - -] Sending deleted Load Balancer f55232cc-4a7f-4a74-8b22-a73555476af6 to the handler 2019-10-07 13:33:50.262 15024 WARNING octavia.api.root_controller [req-8346dc61-3ff6-4d73-a39c-6d6bcd38407f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.273 15024 INFO octavia.api.v2.controllers.load_balancer [req-2c79d024-494f-40b3-b71f-f8562f3d63f5 - - - - -] Sending created Load Balancer 89618e7a-b430-4764-9247-772e6e31089b to the handler 2019-10-07 13:33:50.262 15020 INFO octavia.common.config [req-1a929cb6-96c9-4ab2-99ca-c7e85029d1f8 - - - - -] Logging enabled! 2019-10-07 13:33:50.262 15020 INFO octavia.common.config [req-1a929cb6-96c9-4ab2-99ca-c7e85029d1f8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.286 15020 WARNING octavia.api.root_controller [req-1a929cb6-96c9-4ab2-99ca-c7e85029d1f8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.302 15020 INFO octavia.api.v2.controllers.load_balancer [req-3716fead-467b-4918-896e-ade569949a6c - - - - -] Sending created Load Balancer 751e1919-fa51-45f2-8414-e881cddcd517 to the handler 2019-10-07 13:33:50.295 15006 INFO oslo_db.sqlalchemy.provision [req-0e0b288f-dd8c-49a2-a29a-9d49343c40ec - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.296 15006 INFO oslo_db.sqlalchemy.provision [req-0e0b288f-dd8c-49a2-a29a-9d49343c40ec - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bbqrcsswii 2019-10-07 13:33:50.296 15006 INFO oslo_db.sqlalchemy.provision [req-0e0b288f-dd8c-49a2-a29a-9d49343c40ec - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_with_bad_handler [0.200730s] ... ok 2019-10-07 13:33:50.312 15024 INFO octavia.api.v2.controllers.pool [req-1720dc19-d1e9-47d0-816e-85d53a1fa988 - - - - -] Sending Creation of Pool 232670b9-33a4-476b-be16-dc0b5078eae3 to handler 2019-10-07 13:33:50.299 15006 INFO oslo_db.sqlalchemy.provision [req-0e0b288f-dd8c-49a2-a29a-9d49343c40ec - - - - -] CREATE BACKEND sqlite:// TOKEN jiktsubhtn 2019-10-07 13:33:50.325 15020 INFO oslo_db.sqlalchemy.provision [req-3716fead-467b-4918-896e-ade569949a6c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.327 15020 INFO oslo_db.sqlalchemy.provision [req-3716fead-467b-4918-896e-ade569949a6c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wqjseiqriz 2019-10-07 13:33:50.327 15020 INFO oslo_db.sqlalchemy.provision [req-3716fead-467b-4918-896e-ade569949a6c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv4 [0.144152s] ... ok 2019-10-07 13:33:50.353 15012 INFO octavia.api.v2.controllers.l7rule [req-d387ddee-ec18-4eeb-998b-0081ca8af8c2 - - - - -] Sending Creation of L7Rule 1698b102-3e53-4771-9fd2-ff24b6cc5eeb to handler 2019-10-07 13:33:50.330 15020 INFO oslo_db.sqlalchemy.provision [req-3716fead-467b-4918-896e-ade569949a6c - - - - -] CREATE BACKEND sqlite:// TOKEN awlwhbtqjn 2019-10-07 13:33:50.372 15024 INFO octavia.api.v2.controllers.listener [req-2877e2be-bd41-4e74-aaa4-c670932a3f4e - - - - -] Sending Creation of Listener e487ffca-2637-4b22-830d-c6748b183707 to handler 2019-10-07 13:33:50.379 15006 INFO octavia.common.config [req-0e0b288f-dd8c-49a2-a29a-9d49343c40ec - - - - -] Logging enabled! 2019-10-07 13:33:50.382 15006 INFO octavia.common.config [req-0e0b288f-dd8c-49a2-a29a-9d49343c40ec - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.413 15024 INFO oslo_db.sqlalchemy.provision [req-52a523c7-5df5-4408-b34a-90728704e244 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.414 15024 INFO oslo_db.sqlalchemy.provision [req-52a523c7-5df5-4408-b34a-90728704e244 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rxmnzxmezf 2019-10-07 13:33:50.414 15024 INFO oslo_db.sqlalchemy.provision [req-52a523c7-5df5-4408-b34a-90728704e244 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_authorized [0.254540s] ... ok 2019-10-07 13:33:50.412 15020 INFO octavia.common.config [req-3716fead-467b-4918-896e-ade569949a6c - - - - -] Logging enabled! 2019-10-07 13:33:50.413 15020 INFO octavia.common.config [req-3716fead-467b-4918-896e-ade569949a6c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.406 15006 WARNING octavia.api.root_controller [req-0e0b288f-dd8c-49a2-a29a-9d49343c40ec - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.424 15006 INFO octavia.api.v2.controllers.load_balancer [req-f1f770ca-6a21-4abb-b5e5-3ee559af6212 - - - - -] Sending created Load Balancer fbdaba0c-59bb-47d6-aa2c-c5d654197257 to the handler 2019-10-07 13:33:50.418 15024 INFO oslo_db.sqlalchemy.provision [req-52a523c7-5df5-4408-b34a-90728704e244 - - - - -] CREATE BACKEND sqlite:// TOKEN kmtbvtlowt 2019-10-07 13:33:50.438 15020 WARNING octavia.api.root_controller [req-3716fead-467b-4918-896e-ade569949a6c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.459 15020 INFO oslo_db.sqlalchemy.provision [req-c03d58f1-de60-4669-858f-c7c947c7db88 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.462 15020 INFO oslo_db.sqlalchemy.provision [req-c03d58f1-de60-4669-858f-c7c947c7db88 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN awlwhbtqjn 2019-10-07 13:33:50.462 15020 INFO oslo_db.sqlalchemy.provision [req-c03d58f1-de60-4669-858f-c7c947c7db88 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_2_fixed_ip [0.134767s] ... ok 2019-10-07 13:33:50.465 15020 INFO oslo_db.sqlalchemy.provision [req-c03d58f1-de60-4669-858f-c7c947c7db88 - - - - -] CREATE BACKEND sqlite:// TOKEN osalwhdqwa 2019-10-07 13:33:50.463 15006 INFO octavia.api.v2.controllers.load_balancer [req-112e947d-c106-49d2-902e-c66801c73efe - - - - -] Sending deleted Load Balancer fbdaba0c-59bb-47d6-aa2c-c5d654197257 to the handler 2019-10-07 13:33:50.474 15006 INFO oslo_db.sqlalchemy.provision [req-112e947d-c106-49d2-902e-c66801c73efe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.476 15006 INFO oslo_db.sqlalchemy.provision [req-112e947d-c106-49d2-902e-c66801c73efe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jiktsubhtn 2019-10-07 13:33:50.476 15006 INFO oslo_db.sqlalchemy.provision [req-112e947d-c106-49d2-902e-c66801c73efe - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_with_error_status [0.179454s] ... ok 2019-10-07 13:33:50.479 15006 INFO oslo_db.sqlalchemy.provision [req-112e947d-c106-49d2-902e-c66801c73efe - - - - -] CREATE BACKEND sqlite:// TOKEN wuhwflghsc 2019-10-07 13:33:50.489 15024 INFO octavia.common.config [req-52a523c7-5df5-4408-b34a-90728704e244 - - - - -] Logging enabled! 2019-10-07 13:33:50.489 15024 INFO octavia.common.config [req-52a523c7-5df5-4408-b34a-90728704e244 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.511 15024 WARNING octavia.api.root_controller [req-52a523c7-5df5-4408-b34a-90728704e244 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.523 15024 INFO octavia.api.v2.controllers.load_balancer [req-9a6d65e4-b26a-467f-9b5c-72c5b8312bd2 - - - - -] Sending created Load Balancer f619165f-ef62-403c-8f83-39839ca17eab to the handler 2019-10-07 13:33:50.563 15024 INFO octavia.api.v2.controllers.pool [req-c219ad77-5789-4921-9d62-10a87e116ca3 - - - - -] Sending Creation of Pool 19ec3e3e-4809-407a-904d-25278915677e to handler 2019-10-07 13:33:50.564 15006 INFO octavia.common.config [req-112e947d-c106-49d2-902e-c66801c73efe - - - - -] Logging enabled! 2019-10-07 13:33:50.565 15006 INFO octavia.common.config [req-112e947d-c106-49d2-902e-c66801c73efe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.544 15020 INFO octavia.common.config [req-c03d58f1-de60-4669-858f-c7c947c7db88 - - - - -] Logging enabled! 2019-10-07 13:33:50.545 15020 INFO octavia.common.config [req-c03d58f1-de60-4669-858f-c7c947c7db88 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.569 15020 WARNING octavia.api.root_controller [req-c03d58f1-de60-4669-858f-c7c947c7db88 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.589 15020 INFO oslo_db.sqlalchemy.provision [req-fe4558eb-77ec-4810-9841-d80d6e02fa47 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.590 15006 WARNING octavia.api.root_controller [req-112e947d-c106-49d2-902e-c66801c73efe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.592 15020 INFO oslo_db.sqlalchemy.provision [req-fe4558eb-77ec-4810-9841-d80d6e02fa47 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN osalwhdqwa 2019-10-07 13:33:50.592 15020 INFO oslo_db.sqlalchemy.provision [req-fe4558eb-77ec-4810-9841-d80d6e02fa47 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_without_vip [0.130174s] ... ok 2019-10-07 13:33:50.619 15024 INFO octavia.api.v2.controllers.listener [req-234e9958-6091-45a0-a99e-bbe196678695 - - - - -] Sending Creation of Listener 3b269752-4692-4f59-999a-f2ec39ccb5e8 to handler 2019-10-07 13:33:50.607 15006 INFO octavia.api.v2.controllers.load_balancer [req-feab3351-50a6-45b9-89f6-681f73b71822 - - - - -] Sending created Load Balancer e745e487-db65-4e47-87f2-33e81c1dfd7e to the handler 2019-10-07 13:33:50.596 15020 INFO oslo_db.sqlalchemy.provision [req-fe4558eb-77ec-4810-9841-d80d6e02fa47 - - - - -] CREATE BACKEND sqlite:// TOKEN kxebbefbxd 2019-10-07 13:33:50.643 15006 INFO octavia.api.v2.controllers.load_balancer [req-ad2fd61f-b4e0-415f-b48b-882ec59feab3 - - - - -] Sending failover request for lb e745e487-db65-4e47-87f2-33e81c1dfd7e to the handler 2019-10-07 13:33:50.656 15006 INFO oslo_db.sqlalchemy.provision [req-ad2fd61f-b4e0-415f-b48b-882ec59feab3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.658 15006 INFO oslo_db.sqlalchemy.provision [req-ad2fd61f-b4e0-415f-b48b-882ec59feab3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wuhwflghsc 2019-10-07 13:33:50.658 15006 INFO oslo_db.sqlalchemy.provision [req-ad2fd61f-b4e0-415f-b48b-882ec59feab3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover [0.182057s] ... ok 2019-10-07 13:33:50.661 15006 INFO oslo_db.sqlalchemy.provision [req-ad2fd61f-b4e0-415f-b48b-882ec59feab3 - - - - -] CREATE BACKEND sqlite:// TOKEN okgepwkcwf 2019-10-07 13:33:50.670 15020 INFO octavia.common.config [req-fe4558eb-77ec-4810-9841-d80d6e02fa47 - - - - -] Logging enabled! 2019-10-07 13:33:50.671 15020 INFO octavia.common.config [req-fe4558eb-77ec-4810-9841-d80d6e02fa47 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.694 15020 WARNING octavia.api.root_controller [req-fe4558eb-77ec-4810-9841-d80d6e02fa47 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.702 15020 ERROR octavia.api.v2.controllers.base [req-b644984f-8696-4b92-8860-7aa7c08a441e - - - - -] Load Balancer bad_uuid not found: None 2019-10-07 13:33:50.702 15020 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:33:50.702 15020 ERROR octavia.api.v2.controllers.base 2019-10-07 13:33:50.717 15020 INFO oslo_db.sqlalchemy.provision [req-b644984f-8696-4b92-8860-7aa7c08a441e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.718 15020 INFO oslo_db.sqlalchemy.provision [req-b644984f-8696-4b92-8860-7aa7c08a441e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kxebbefbxd 2019-10-07 13:33:50.718 15020 INFO oslo_db.sqlalchemy.provision [req-b644984f-8696-4b92-8860-7aa7c08a441e - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_bad_lb_id [0.125710s] ... ok 2019-10-07 13:33:50.712 15024 INFO oslo_db.sqlalchemy.provision [req-70d53944-5ada-49d1-a404-da929d8d0b37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.714 15024 INFO oslo_db.sqlalchemy.provision [req-70d53944-5ada-49d1-a404-da929d8d0b37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kmtbvtlowt 2019-10-07 13:33:50.714 15024 INFO oslo_db.sqlalchemy.provision [req-70d53944-5ada-49d1-a404-da929d8d0b37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_one_fields_filter [0.299389s] ... ok 2019-10-07 13:33:50.721 15020 INFO oslo_db.sqlalchemy.provision [req-b644984f-8696-4b92-8860-7aa7c08a441e - - - - -] CREATE BACKEND sqlite:// TOKEN sazddwfpaq 2019-10-07 13:33:50.737 15006 INFO octavia.common.config [req-ad2fd61f-b4e0-415f-b48b-882ec59feab3 - - - - -] Logging enabled! 2019-10-07 13:33:50.745 15006 INFO octavia.common.config [req-ad2fd61f-b4e0-415f-b48b-882ec59feab3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.717 15024 INFO oslo_db.sqlalchemy.provision [req-70d53944-5ada-49d1-a404-da929d8d0b37 - - - - -] CREATE BACKEND sqlite:// TOKEN unfwvfefat 2019-10-07 13:33:50.787 15024 INFO octavia.common.config [req-70d53944-5ada-49d1-a404-da929d8d0b37 - - - - -] Logging enabled! 2019-10-07 13:33:50.787 15024 INFO octavia.common.config [req-70d53944-5ada-49d1-a404-da929d8d0b37 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.768 15006 WARNING octavia.api.root_controller [req-ad2fd61f-b4e0-415f-b48b-882ec59feab3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.782 15006 INFO octavia.api.v2.controllers.load_balancer [req-7a07b11c-b118-4da8-aff5-41bf4873fb54 - - - - -] Sending created Load Balancer bdaba9f9-db11-4446-921a-5502189e11cb to the handler 2019-10-07 13:33:50.796 15020 INFO octavia.common.config [req-b644984f-8696-4b92-8860-7aa7c08a441e - - - - -] Logging enabled! 2019-10-07 13:33:50.796 15020 INFO octavia.common.config [req-b644984f-8696-4b92-8860-7aa7c08a441e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.823 15020 WARNING octavia.api.root_controller [req-b644984f-8696-4b92-8860-7aa7c08a441e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.818 15006 INFO octavia.api.v2.controllers.load_balancer [req-d3d2b3cc-1b44-452f-a783-503e9261c4ed - 83c64c66-5bb1-4952-bd7f-3b9f7965f67f - - -] Sending failover request for lb bdaba9f9-db11-4446-921a-5502189e11cb to the handler 2019-10-07 13:33:50.838 15020 INFO octavia.api.v2.controllers.load_balancer [req-9b16177d-3767-4d52-802a-abc0ab61bf13 - - - - -] Sending created Load Balancer 678cc883-0798-48af-8ffc-02f78cd8fe4f to the handler 2019-10-07 13:33:50.862 15020 INFO octavia.api.v2.controllers.load_balancer [req-bc83925b-10d3-44d0-ac7c-585f25cb72e2 - - - - -] Invalid state PENDING_CREATE of loadbalancer resource 678cc883-0798-48af-8ffc-02f78cd8fe4f 2019-10-07 13:33:50.875 15020 INFO oslo_db.sqlalchemy.provision [req-bc83925b-10d3-44d0-ac7c-585f25cb72e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.877 15020 INFO oslo_db.sqlalchemy.provision [req-bc83925b-10d3-44d0-ac7c-585f25cb72e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sazddwfpaq 2019-10-07 13:33:50.877 15020 INFO oslo_db.sqlalchemy.provision [req-bc83925b-10d3-44d0-ac7c-585f25cb72e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_pending_create [0.158526s] ... ok 2019-10-07 13:33:50.886 15020 INFO oslo_db.sqlalchemy.provision [req-bc83925b-10d3-44d0-ac7c-585f25cb72e2 - - - - -] CREATE BACKEND sqlite:// TOKEN yugpmwwhmx 2019-10-07 13:33:50.834 15006 INFO oslo_db.sqlalchemy.provision [req-d3d2b3cc-1b44-452f-a783-503e9261c4ed - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.836 15006 INFO oslo_db.sqlalchemy.provision [req-d3d2b3cc-1b44-452f-a783-503e9261c4ed - - - - -] DROP BACKEND Engine(sqlite://) TOKEN okgepwkcwf 2019-10-07 13:33:50.836 15006 INFO oslo_db.sqlalchemy.provision [req-d3d2b3cc-1b44-452f-a783-503e9261c4ed - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_authorized_no_auth [0.177622s] ... ok 2019-10-07 13:33:50.839 15006 INFO oslo_db.sqlalchemy.provision [req-d3d2b3cc-1b44-452f-a783-503e9261c4ed - - - - -] CREATE BACKEND sqlite:// TOKEN dxouyeiqpr 2019-10-07 13:33:50.906 15006 INFO octavia.common.config [req-d3d2b3cc-1b44-452f-a783-503e9261c4ed - - - - -] Logging enabled! 2019-10-07 13:33:50.907 15006 INFO octavia.common.config [req-d3d2b3cc-1b44-452f-a783-503e9261c4ed - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.937 15006 WARNING octavia.api.root_controller [req-d3d2b3cc-1b44-452f-a783-503e9261c4ed - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.949 15006 INFO octavia.api.v2.controllers.load_balancer [req-e9d29a8e-3d27-4c6e-b880-85a99d406334 - - - - -] Sending created Load Balancer eb012b2f-b27b-443e-955b-4aa07e62d745 to the handler 2019-10-07 13:33:50.810 15024 WARNING octavia.api.root_controller [req-70d53944-5ada-49d1-a404-da929d8d0b37 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.822 15024 INFO octavia.api.v2.controllers.load_balancer [req-42a3a099-76ac-488a-80fa-5438a2488f15 - - - - -] Sending created Load Balancer 4ef6c44e-82f4-4c84-a242-8de2ef8b9868 to the handler 2019-10-07 13:33:50.862 15024 INFO octavia.api.v2.controllers.pool [req-9779443b-1879-4a20-95a2-7b6ae9a782fb - - - - -] Sending Creation of Pool 6ca74c92-d8bf-4d85-8a27-6114eb805c3e to handler 2019-10-07 13:33:50.960 15020 INFO octavia.common.config [req-bc83925b-10d3-44d0-ac7c-585f25cb72e2 - - - - -] Logging enabled! 2019-10-07 13:33:50.961 15020 INFO octavia.common.config [req-bc83925b-10d3-44d0-ac7c-585f25cb72e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:50.979 15024 INFO octavia.api.v2.controllers.load_balancer [req-b22b0e79-938a-486a-8000-77df1680a71f - - - - -] Sending created Load Balancer d876febd-2bd2-4768-9ba4-aab54909beef to the handler 2019-10-07 13:33:50.998 15006 INFO oslo_db.sqlalchemy.provision [req-a555c042-5a13-4132-aaf4-34c0c595d181 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:50.987 15020 WARNING octavia.api.root_controller [req-bc83925b-10d3-44d0-ac7c-585f25cb72e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:50.998 15020 INFO octavia.api.v2.controllers.load_balancer [req-37ed777b-ccc0-448b-a8a1-e97f4eeddb1b - - - - -] Sending created Load Balancer 15b01698-c97c-4133-bd7e-91d5307b2792 to the handler 2019-10-07 13:33:51.004 15006 INFO oslo_db.sqlalchemy.provision [req-a555c042-5a13-4132-aaf4-34c0c595d181 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dxouyeiqpr 2019-10-07 13:33:51.004 15006 INFO oslo_db.sqlalchemy.provision [req-a555c042-5a13-4132-aaf4-34c0c595d181 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_not_authorized [0.168039s] ... ok 2019-10-07 13:33:51.016 15024 INFO octavia.api.v2.controllers.listener [req-9169f778-054d-4f32-a1bf-748b8211b1ad - - - - -] Sending Creation of Listener fc23b68e-e2d7-403c-909e-68955f01ecba to handler 2019-10-07 13:33:51.007 15006 INFO oslo_db.sqlalchemy.provision [req-a555c042-5a13-4132-aaf4-34c0c595d181 - - - - -] CREATE BACKEND sqlite:// TOKEN hasusmlnpo 2019-10-07 13:33:51.036 15020 INFO octavia.api.v2.controllers.load_balancer [req-a5882c1b-90c5-4040-9caf-672b44252aba - - - - -] Sending updated Load Balancer 15b01698-c97c-4133-bd7e-91d5307b2792 to the handler 2019-10-07 13:33:51.059 15020 INFO octavia.api.v2.controllers.load_balancer [req-16ad7f4a-db0b-4bd0-a3a8-9a4033786dc6 - - - - -] Invalid state PENDING_UPDATE of loadbalancer resource 15b01698-c97c-4133-bd7e-91d5307b2792 2019-10-07 13:33:51.076 15024 INFO oslo_db.sqlalchemy.provision [req-588da58c-30d0-4832-97bc-c6a91eb141f1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:51.077 15024 INFO oslo_db.sqlalchemy.provision [req-588da58c-30d0-4832-97bc-c6a91eb141f1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN unfwvfefat 2019-10-07 13:33:51.078 15024 INFO oslo_db.sqlalchemy.provision [req-588da58c-30d0-4832-97bc-c6a91eb141f1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_statistics [0.363188s] ... ok 2019-10-07 13:33:51.083 15006 INFO octavia.common.config [req-a555c042-5a13-4132-aaf4-34c0c595d181 - - - - -] Logging enabled! 2019-10-07 13:33:51.091 15006 INFO octavia.common.config [req-a555c042-5a13-4132-aaf4-34c0c595d181 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:51.073 15020 INFO oslo_db.sqlalchemy.provision [req-16ad7f4a-db0b-4bd0-a3a8-9a4033786dc6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:51.074 15020 INFO oslo_db.sqlalchemy.provision [req-16ad7f4a-db0b-4bd0-a3a8-9a4033786dc6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yugpmwwhmx 2019-10-07 13:33:51.074 15020 INFO oslo_db.sqlalchemy.provision [req-16ad7f4a-db0b-4bd0-a3a8-9a4033786dc6 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:51.081 15024 INFO oslo_db.sqlalchemy.provision [req-588da58c-30d0-4832-97bc-c6a91eb141f1 - - - - -] CREATE BACKEND sqlite:// TOKEN priapuzpnc {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_pending_update [0.197001s] ... ok 2019-10-07 13:33:51.077 15020 INFO oslo_db.sqlalchemy.provision [req-16ad7f4a-db0b-4bd0-a3a8-9a4033786dc6 - - - - -] CREATE BACKEND sqlite:// TOKEN yfttmfzqtd 2019-10-07 13:33:51.114 15006 WARNING octavia.api.root_controller [req-a555c042-5a13-4132-aaf4-34c0c595d181 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:51.126 15006 INFO octavia.api.v2.controllers.load_balancer [req-45b4275b-e676-424e-a616-7edfb8f7d395 - - - - -] Sending created Load Balancer 57e03d49-087a-4fd5-b022-757602222960 to the handler 2019-10-07 13:33:51.170 15006 INFO octavia.api.v2.controllers.load_balancer [req-ccf60cd7-508d-4a31-8aa8-fc3fcd07f8e4 - - - - -] Invalid state PENDING_UPDATE of loadbalancer resource 57e03d49-087a-4fd5-b022-757602222960 2019-10-07 13:33:51.181 15006 INFO oslo_db.sqlalchemy.provision [req-ccf60cd7-508d-4a31-8aa8-fc3fcd07f8e4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:51.183 15006 INFO oslo_db.sqlalchemy.provision [req-ccf60cd7-508d-4a31-8aa8-fc3fcd07f8e4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hasusmlnpo 2019-10-07 13:33:51.183 15006 INFO oslo_db.sqlalchemy.provision [req-ccf60cd7-508d-4a31-8aa8-fc3fcd07f8e4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_pending [0.178700s] ... ok 2019-10-07 13:33:51.186 15006 INFO oslo_db.sqlalchemy.provision [req-ccf60cd7-508d-4a31-8aa8-fc3fcd07f8e4 - - - - -] CREATE BACKEND sqlite:// TOKEN bvsuqmpoaw 2019-10-07 13:33:51.151 15020 INFO octavia.common.config [req-16ad7f4a-db0b-4bd0-a3a8-9a4033786dc6 - - - - -] Logging enabled! 2019-10-07 13:33:51.151 15020 INFO octavia.common.config [req-16ad7f4a-db0b-4bd0-a3a8-9a4033786dc6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:51.174 15020 WARNING octavia.api.root_controller [req-16ad7f4a-db0b-4bd0-a3a8-9a4033786dc6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:51.199 15020 INFO oslo_db.sqlalchemy.provision [req-fd116579-20a9-446e-9ade-63c2359a0397 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:51.200 15020 INFO oslo_db.sqlalchemy.provision [req-fd116579-20a9-446e-9ade-63c2359a0397 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yfttmfzqtd 2019-10-07 13:33:51.201 15020 INFO oslo_db.sqlalchemy.provision [req-fd116579-20a9-446e-9ade-63c2359a0397 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_empty_list [0.126204s] ... ok 2019-10-07 13:33:51.204 15020 INFO oslo_db.sqlalchemy.provision [req-fd116579-20a9-446e-9ade-63c2359a0397 - - - - -] CREATE BACKEND sqlite:// TOKEN cadxectjmr 2019-10-07 13:33:51.172 15024 INFO octavia.common.config [req-588da58c-30d0-4832-97bc-c6a91eb141f1 - - - - -] Logging enabled! 2019-10-07 13:33:51.172 15024 INFO octavia.common.config [req-588da58c-30d0-4832-97bc-c6a91eb141f1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:51.195 15024 WARNING octavia.api.root_controller [req-588da58c-30d0-4832-97bc-c6a91eb141f1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:51.210 15024 INFO octavia.api.v2.controllers.load_balancer [req-06056d62-b59a-4ee5-8622-7f7d262edfdf - - - - -] Sending created Load Balancer e4e59f03-0499-4cf8-ad50-608544402585 to the handler 2019-10-07 13:33:51.267 15006 INFO octavia.common.config [req-ccf60cd7-508d-4a31-8aa8-fc3fcd07f8e4 - - - - -] Logging enabled! 2019-10-07 13:33:51.288 15020 INFO octavia.common.config [req-fd116579-20a9-446e-9ade-63c2359a0397 - - - - -] Logging enabled! 2019-10-07 13:33:51.264 15024 INFO octavia.api.v2.controllers.pool [req-85af245c-c22f-4208-af68-4cf5d50dd848 - - - - -] Sending Creation of Pool 1b8d5d9e-9527-4bcc-97f8-91fb5c33e70f to handler 2019-10-07 13:33:51.291 15020 INFO octavia.common.config [req-fd116579-20a9-446e-9ade-63c2359a0397 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:51.269 15006 INFO octavia.common.config [req-ccf60cd7-508d-4a31-8aa8-fc3fcd07f8e4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:51.291 15006 WARNING octavia.api.root_controller [req-ccf60cd7-508d-4a31-8aa8-fc3fcd07f8e4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:51.302 15006 INFO octavia.api.v2.controllers.load_balancer [req-8585144c-9516-425f-ab37-720fa972a33e - - - - -] Sending created Load Balancer 0229c623-98cf-4810-9ed9-a1e8e5fdc12a to the handler 2019-10-07 13:33:51.319 15006 INFO octavia.api.v2.controllers.load_balancer [req-8fb73829-cd9a-4856-b2e9-1f953df1ec7e - - - - -] Sending created Load Balancer e59b59a1-9496-4fb4-90b3-3a2bd275d0a7 to the handler 2019-10-07 13:33:51.315 15020 WARNING octavia.api.root_controller [req-fd116579-20a9-446e-9ade-63c2359a0397 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:51.327 15020 INFO octavia.api.v2.controllers.load_balancer [req-ee44ad3d-c626-451c-975d-d1fdfaa61a2b - - - - -] Sending created Load Balancer ceba7f0a-3682-4d0f-8db7-dc4e56d9d740 to the handler 2019-10-07 13:33:51.342 15006 INFO octavia.api.v2.controllers.load_balancer [req-3634fff6-852d-47d9-8bd2-f62206a62fbf - - - - -] Sending created Load Balancer cf0af42c-8907-4c9b-8dfd-b8d012204ba9 to the handler 2019-10-07 13:33:51.368 15020 INFO octavia.api.v2.controllers.load_balancer [req-d1717037-44e9-49ad-8157-b91ba34ea4fb - - - - -] Sending failover request for lb ceba7f0a-3682-4d0f-8db7-dc4e56d9d740 to the handler 2019-10-07 13:33:51.346 15024 INFO octavia.api.v2.controllers.listener [req-e5d2b7b0-2851-4a7b-accd-aabfe4671d15 - - - - -] Sending Creation of Listener bc7e1c3b-03ae-4861-afe5-453a34b52aa2 to handler 2019-10-07 13:33:51.384 15020 INFO oslo_db.sqlalchemy.provision [req-d1717037-44e9-49ad-8157-b91ba34ea4fb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:51.385 15020 INFO oslo_db.sqlalchemy.provision [req-d1717037-44e9-49ad-8157-b91ba34ea4fb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cadxectjmr 2019-10-07 13:33:51.385 15020 INFO oslo_db.sqlalchemy.provision [req-d1717037-44e9-49ad-8157-b91ba34ea4fb - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_error [0.184562s] ... ok 2019-10-07 13:33:51.388 15020 INFO oslo_db.sqlalchemy.provision [req-d1717037-44e9-49ad-8157-b91ba34ea4fb - - - - -] CREATE BACKEND sqlite:// TOKEN fsasdivobm 2019-10-07 13:33:51.428 15006 INFO oslo_db.sqlalchemy.provision [req-24049f84-0b99-4d7e-87c7-b343db37a91a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:51.429 15006 INFO oslo_db.sqlalchemy.provision [req-24049f84-0b99-4d7e-87c7-b343db37a91a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bvsuqmpoaw 2019-10-07 13:33:51.431 15006 INFO oslo_db.sqlalchemy.provision [req-24049f84-0b99-4d7e-87c7-b343db37a91a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_limited [0.247872s] ... ok 2019-10-07 13:33:51.434 15006 INFO oslo_db.sqlalchemy.provision [req-24049f84-0b99-4d7e-87c7-b343db37a91a - - - - -] CREATE BACKEND sqlite:// TOKEN qitganjgni 2019-10-07 13:33:51.474 15012 INFO octavia.api.v2.controllers.l7rule [req-c97d5320-e46b-4fae-88d5-a6a443151f37 - - - - -] Sending Creation of L7Rule 6efb142a-bfaf-4949-87f3-acf9e9a17e09 to handler 2019-10-07 13:33:51.448 15024 INFO octavia.api.v2.controllers.listener [req-48cd8297-529a-4949-b529-cfdc6a3f3944 - e8acae11-afbe-4f0a-8528-4132b8f31be2 - - -] Sending Update of Listener bc7e1c3b-03ae-4861-afe5-453a34b52aa2 to handler 2019-10-07 13:33:51.463 15020 INFO octavia.common.config [req-d1717037-44e9-49ad-8157-b91ba34ea4fb - - - - -] Logging enabled! 2019-10-07 13:33:51.464 15020 INFO octavia.common.config [req-d1717037-44e9-49ad-8157-b91ba34ea4fb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:51.488 15020 WARNING octavia.api.root_controller [req-d1717037-44e9-49ad-8157-b91ba34ea4fb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:51.499 15020 INFO octavia.api.v2.controllers.load_balancer [req-20eadc3b-ca04-4af9-83c9-a23b6b896701 - - - - -] Sending created Load Balancer afafac93-1513-4245-97f9-4bdc240f2e30 to the handler 2019-10-07 13:33:51.522 15020 INFO octavia.api.v2.controllers.load_balancer [req-469ea656-6563-42f2-ac35-8131f792a51b - - - - -] Sending created Load Balancer 39e713d0-cc07-48b3-b880-2f5c8cb3ba4e to the handler 2019-10-07 13:33:51.538 15020 INFO octavia.api.v2.controllers.load_balancer [req-54e4a372-a07b-4869-bbc2-424bf627dab1 - - - - -] Sending created Load Balancer 270fc865-0499-4c1a-bd4c-a7647f0bdcff to the handler 2019-10-07 13:33:51.582 15024 INFO oslo_db.sqlalchemy.provision [req-bc96a95b-cdc9-4916-b1f4-92c0ef1756e8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:51.584 15024 INFO oslo_db.sqlalchemy.provision [req-bc96a95b-cdc9-4916-b1f4-92c0ef1756e8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN priapuzpnc 2019-10-07 13:33:51.584 15024 INFO oslo_db.sqlalchemy.provision [req-bc96a95b-cdc9-4916-b1f4-92c0ef1756e8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_authorized [0.506241s] ... ok 2019-10-07 13:33:51.587 15024 INFO oslo_db.sqlalchemy.provision [req-bc96a95b-cdc9-4916-b1f4-92c0ef1756e8 - - - - -] CREATE BACKEND sqlite:// TOKEN qunamkuqgb 2019-10-07 13:33:51.577 15006 INFO octavia.common.config [req-24049f84-0b99-4d7e-87c7-b343db37a91a - - - - -] Logging enabled! 2019-10-07 13:33:51.577 15006 INFO octavia.common.config [req-24049f84-0b99-4d7e-87c7-b343db37a91a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:51.605 15020 INFO oslo_db.sqlalchemy.provision [req-e57c1374-3bc9-48e4-8ff3-a40b2d2c07a8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:51.606 15020 INFO oslo_db.sqlalchemy.provision [req-e57c1374-3bc9-48e4-8ff3-a40b2d2c07a8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fsasdivobm 2019-10-07 13:33:51.607 15020 INFO oslo_db.sqlalchemy.provision [req-e57c1374-3bc9-48e4-8ff3-a40b2d2c07a8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_by_project_id [0.220931s] ... ok 2019-10-07 13:33:51.609 15020 INFO oslo_db.sqlalchemy.provision [req-e57c1374-3bc9-48e4-8ff3-a40b2d2c07a8 - - - - -] CREATE BACKEND sqlite:// TOKEN ikoiunnvxr 2019-10-07 13:33:51.602 15006 WARNING octavia.api.root_controller [req-24049f84-0b99-4d7e-87c7-b343db37a91a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:51.613 15006 INFO octavia.api.v2.controllers.load_balancer [req-5f94ef7c-be00-469b-a926-fd95a1c387d4 - - - - -] Sending created Load Balancer e7aaf909-ab99-42bb-a567-781e5722e82d to the handler 2019-10-07 13:33:51.633 15006 INFO octavia.api.v2.controllers.load_balancer [req-57ba08f7-2b6c-411a-8952-a02e6e85e5c8 - - - - -] Sending created Load Balancer e12d3b9a-51a3-49e2-848c-0604787bc474 to the handler 2019-10-07 13:33:51.651 15006 INFO octavia.api.v2.controllers.load_balancer [req-c27baca4-08cf-49b7-9727-019f0525630b - - - - -] Sending created Load Balancer 12cd4b89-ad52-4b0c-8876-42a7f81033f4 to the handler 2019-10-07 13:33:51.673 15024 INFO octavia.common.config [req-bc96a95b-cdc9-4916-b1f4-92c0ef1756e8 - - - - -] Logging enabled! 2019-10-07 13:33:51.673 15024 INFO octavia.common.config [req-bc96a95b-cdc9-4916-b1f4-92c0ef1756e8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:51.692 15006 INFO oslo_db.sqlalchemy.provision [req-5fbae0a6-5044-42e3-80a7-ddf77c7a74cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:51.693 15006 INFO oslo_db.sqlalchemy.provision [req-5fbae0a6-5044-42e3-80a7-ddf77c7a74cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qitganjgni 2019-10-07 13:33:51.693 15006 INFO oslo_db.sqlalchemy.provision [req-5fbae0a6-5044-42e3-80a7-ddf77c7a74cb - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:51.696 15024 WARNING octavia.api.root_controller [req-bc96a95b-cdc9-4916-b1f4-92c0ef1756e8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_non_admin_global_observer [0.262082s] ... ok 2019-10-07 13:33:51.711 15024 INFO octavia.api.v2.controllers.load_balancer [req-2b5cf86b-866c-41dc-ab0b-d0bbd3f68c56 - - - - -] Sending created Load Balancer e3fc7b4c-7284-4d28-b57a-0e149ad47650 to the handler 2019-10-07 13:33:51.764 15024 INFO octavia.api.v2.controllers.pool [req-4489a24b-be14-44e6-91af-4b3db1d492ff - - - - -] Sending Creation of Pool fd6b5f7d-bde7-4a28-a2fd-e7247eabef79 to handler 2019-10-07 13:33:51.691 15020 INFO octavia.common.config [req-e57c1374-3bc9-48e4-8ff3-a40b2d2c07a8 - - - - -] Logging enabled! 2019-10-07 13:33:51.691 15020 INFO octavia.common.config [req-e57c1374-3bc9-48e4-8ff3-a40b2d2c07a8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:51.717 15020 WARNING octavia.api.root_controller [req-e57c1374-3bc9-48e4-8ff3-a40b2d2c07a8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:51.730 15020 INFO octavia.api.v2.controllers.load_balancer [req-05addade-6668-48f9-ae55-58f8c57d4054 - - - - -] Sending created Load Balancer d8f86001-0e9c-483b-ac0d-7f5ebf4241a2 to the handler 2019-10-07 13:33:51.782 15020 INFO oslo_db.sqlalchemy.provision [req-ce1ac884-9a89-44c2-b6f4-e009b5491aa0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:51.783 15020 INFO oslo_db.sqlalchemy.provision [req-ce1ac884-9a89-44c2-b6f4-e009b5491aa0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ikoiunnvxr 2019-10-07 13:33:51.784 15020 INFO oslo_db.sqlalchemy.provision [req-ce1ac884-9a89-44c2-b6f4-e009b5491aa0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_hides_deleted [0.176856s] ... ok 2019-10-07 13:33:51.786 15020 INFO oslo_db.sqlalchemy.provision [req-ce1ac884-9a89-44c2-b6f4-e009b5491aa0 - - - - -] CREATE BACKEND sqlite:// TOKEN phtqsumola 2019-10-07 13:33:51.696 15006 INFO oslo_db.sqlalchemy.provision [req-5fbae0a6-5044-42e3-80a7-ddf77c7a74cb - - - - -] CREATE BACKEND sqlite:// TOKEN kyrcblgcbo 2019-10-07 13:33:51.771 15006 INFO octavia.common.config [req-5fbae0a6-5044-42e3-80a7-ddf77c7a74cb - - - - -] Logging enabled! 2019-10-07 13:33:51.772 15006 INFO octavia.common.config [req-5fbae0a6-5044-42e3-80a7-ddf77c7a74cb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:51.808 15006 WARNING octavia.api.root_controller [req-5fbae0a6-5044-42e3-80a7-ddf77c7a74cb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:51.827 15024 INFO octavia.api.v2.controllers.load_balancer [req-bb69dce5-20d4-45f8-81e1-9285b45abecb - - - - -] Sending created Load Balancer 1b503de5-ffe8-4940-9cb4-82ae9bb3b3ee to the handler 2019-10-07 13:33:51.824 15006 INFO octavia.api.v2.controllers.load_balancer [req-d136ba5b-9b04-4a2d-b9cf-7700d41cbf86 - - - - -] Sending created Load Balancer 5a0c8f83-e133-40b5-bdfc-c9b6677c6594 to the handler 2019-10-07 13:33:51.844 15006 INFO octavia.api.v2.controllers.load_balancer [req-87b3934e-a314-4771-ae4d-f3bfaeef3699 - - - - -] Sending created Load Balancer 12f9d40f-985f-4123-a85b-c5b77f1dc704 to the handler 2019-10-07 13:33:51.858 15020 INFO octavia.common.config [req-ce1ac884-9a89-44c2-b6f4-e009b5491aa0 - - - - -] Logging enabled! 2019-10-07 13:33:51.859 15020 INFO octavia.common.config [req-ce1ac884-9a89-44c2-b6f4-e009b5491aa0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:51.865 15024 INFO octavia.api.v2.controllers.listener [req-522f34dc-861a-4931-b2bf-b8b457f32b41 - - - - -] Sending Creation of Listener d689f3c2-47b9-4511-b86a-d00d0794ee79 to handler 2019-10-07 13:33:51.870 15006 INFO octavia.api.v2.controllers.load_balancer [req-fdd1dc80-f53c-477f-84a6-7398f7b15a68 - - - - -] Sending created Load Balancer 582bd887-b553-45cb-a711-0332ded63633 to the handler 2019-10-07 13:33:51.881 15020 WARNING octavia.api.root_controller [req-ce1ac884-9a89-44c2-b6f4-e009b5491aa0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:51.904 15006 INFO oslo_db.sqlalchemy.provision [req-fcb3c41b-9dd3-4975-8d58-c2aefa114d8a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:51.896 15020 INFO octavia.api.v2.controllers.load_balancer [req-0f4b21cd-a16d-4b6e-b862-ad54a7c07be6 - - - - -] Sending created Load Balancer daec5a38-7905-4e6a-b187-858a29000715 to the handler 2019-10-07 13:33:51.922 15020 INFO oslo_db.sqlalchemy.provision [req-1d6ab298-626c-43aa-bb37-ae78cdf662d1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:51.924 15020 INFO oslo_db.sqlalchemy.provision [req-1d6ab298-626c-43aa-bb37-ae78cdf662d1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN phtqsumola 2019-10-07 13:33:51.924 15020 INFO oslo_db.sqlalchemy.provision [req-1d6ab298-626c-43aa-bb37-ae78cdf662d1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_not_authorized [0.140106s] ... ok 2019-10-07 13:33:51.912 15006 INFO oslo_db.sqlalchemy.provision [req-fcb3c41b-9dd3-4975-8d58-c2aefa114d8a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kyrcblgcbo 2019-10-07 13:33:51.912 15006 INFO oslo_db.sqlalchemy.provision [req-fcb3c41b-9dd3-4975-8d58-c2aefa114d8a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_not_authorized [0.218572s] ... ok 2019-10-07 13:33:51.915 15024 INFO octavia.api.v2.controllers.load_balancer [req-6d71737a-72b9-4143-894c-76bdca168f31 - - - - -] Sending deleted Load Balancer 1b503de5-ffe8-4940-9cb4-82ae9bb3b3ee to the handler 2019-10-07 13:33:51.930 15024 INFO octavia.api.v2.controllers.listener [req-2342b320-32f4-4e06-ab64-f550459ba294 - - - - -] Load Balancer 1b503de5-ffe8-4940-9cb4-82ae9bb3b3ee is immutable. 2019-10-07 13:33:51.947 15024 INFO oslo_db.sqlalchemy.provision [req-2342b320-32f4-4e06-ab64-f550459ba294 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:51.949 15024 INFO oslo_db.sqlalchemy.provision [req-2342b320-32f4-4e06-ab64-f550459ba294 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qunamkuqgb 2019-10-07 13:33:51.949 15024 INFO oslo_db.sqlalchemy.provision [req-2342b320-32f4-4e06-ab64-f550459ba294 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_pending_delete [0.370061s] ... ok 2019-10-07 13:33:51.915 15006 INFO oslo_db.sqlalchemy.provision [req-fcb3c41b-9dd3-4975-8d58-c2aefa114d8a - - - - -] CREATE BACKEND sqlite:// TOKEN wdmhvhydnh 2019-10-07 13:33:51.927 15020 INFO oslo_db.sqlalchemy.provision [req-1d6ab298-626c-43aa-bb37-ae78cdf662d1 - - - - -] CREATE BACKEND sqlite:// TOKEN jzmaiglugk 2019-10-07 13:33:51.957 15024 INFO oslo_db.sqlalchemy.provision [req-2342b320-32f4-4e06-ab64-f550459ba294 - - - - -] CREATE BACKEND sqlite:// TOKEN ixiwuohfhq 2019-10-07 13:33:52.007 15006 INFO octavia.common.config [req-fcb3c41b-9dd3-4975-8d58-c2aefa114d8a - - - - -] Logging enabled! 2019-10-07 13:33:52.007 15006 INFO octavia.common.config [req-fcb3c41b-9dd3-4975-8d58-c2aefa114d8a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:52.010 15020 INFO octavia.common.config [req-1d6ab298-626c-43aa-bb37-ae78cdf662d1 - - - - -] Logging enabled! 2019-10-07 13:33:52.010 15020 INFO octavia.common.config [req-1d6ab298-626c-43aa-bb37-ae78cdf662d1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:52.031 15020 WARNING octavia.api.root_controller [req-1d6ab298-626c-43aa-bb37-ae78cdf662d1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.045 15020 INFO octavia.api.v2.controllers.load_balancer [req-81e20992-6177-4ce2-a8e4-591b0a07974e - - - - -] Sending created Load Balancer 6833ce3b-1006-4975-98f4-f5c415518af9 to the handler 2019-10-07 13:33:52.045 15024 INFO octavia.common.config [req-2342b320-32f4-4e06-ab64-f550459ba294 - - - - -] Logging enabled! 2019-10-07 13:33:52.045 15024 INFO octavia.common.config [req-2342b320-32f4-4e06-ab64-f550459ba294 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:52.035 15006 WARNING octavia.api.root_controller [req-fcb3c41b-9dd3-4975-8d58-c2aefa114d8a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.047 15006 INFO octavia.api.v2.controllers.load_balancer [req-7f9ba8b4-2800-4521-8199-5fd77cb4a677 - - - - -] Sending created Load Balancer 28e209f2-be03-4cf4-928b-d51277ebb1b1 to the handler 2019-10-07 13:33:52.067 15024 WARNING octavia.api.root_controller [req-2342b320-32f4-4e06-ab64-f550459ba294 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.073 15020 INFO octavia.api.v2.controllers.load_balancer [req-1391ffaa-9084-4f48-9d76-630e28f92753 - - - - -] Invalid state PENDING_CREATE of loadbalancer resource 6833ce3b-1006-4975-98f4-f5c415518af9 2019-10-07 13:33:52.084 15020 INFO oslo_db.sqlalchemy.provision [req-1391ffaa-9084-4f48-9d76-630e28f92753 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:52.085 15020 INFO oslo_db.sqlalchemy.provision [req-1391ffaa-9084-4f48-9d76-630e28f92753 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jzmaiglugk 2019-10-07 13:33:52.086 15020 INFO oslo_db.sqlalchemy.provision [req-1391ffaa-9084-4f48-9d76-630e28f92753 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_pending_create [0.161545s] ... ok 2019-10-07 13:33:52.082 15006 INFO oslo_db.sqlalchemy.provision [req-d5843f2d-e798-4923-9558-b512cf130e10 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:52.092 15006 INFO oslo_db.sqlalchemy.provision [req-d5843f2d-e798-4923-9558-b512cf130e10 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wdmhvhydnh 2019-10-07 13:33:52.092 15006 INFO oslo_db.sqlalchemy.provision [req-d5843f2d-e798-4923-9558-b512cf130e10 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_authorized [0.179787s] ... ok 2019-10-07 13:33:52.088 15020 INFO oslo_db.sqlalchemy.provision [req-1391ffaa-9084-4f48-9d76-630e28f92753 - - - - -] CREATE BACKEND sqlite:// TOKEN jcsziaszed 2019-10-07 13:33:52.095 15006 INFO oslo_db.sqlalchemy.provision [req-d5843f2d-e798-4923-9558-b512cf130e10 - - - - -] CREATE BACKEND sqlite:// TOKEN ytdxpbquan 2019-10-07 13:33:52.084 15024 INFO octavia.api.v2.controllers.load_balancer [req-65aa3ed0-1bd5-4018-a842-c2d64465d9c8 - - - - -] Sending created Load Balancer 96d2e10b-15c5-4260-8ccf-c57fe06c8c6e to the handler 2019-10-07 13:33:52.136 15024 INFO octavia.api.v2.controllers.pool [req-342694c9-4543-4c2c-b4d3-552d8c85c2bf - - - - -] Sending Creation of Pool 55982d29-7126-4a9f-8f29-983a3f2d6d07 to handler 2019-10-07 13:33:52.172 15006 INFO octavia.common.config [req-d5843f2d-e798-4923-9558-b512cf130e10 - - - - -] Logging enabled! 2019-10-07 13:33:52.162 15020 INFO octavia.common.config [req-1391ffaa-9084-4f48-9d76-630e28f92753 - - - - -] Logging enabled! 2019-10-07 13:33:52.163 15020 INFO octavia.common.config [req-1391ffaa-9084-4f48-9d76-630e28f92753 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:52.177 15006 INFO octavia.common.config [req-d5843f2d-e798-4923-9558-b512cf130e10 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:52.199 15024 INFO octavia.api.v2.controllers.load_balancer [req-e7d50f5f-7cbc-4ea1-a677-0953fe28ea0b - - - - -] Sending created Load Balancer b6c62000-4c52-481f-953a-aa23a61cb280 to the handler 2019-10-07 13:33:52.199 15006 WARNING octavia.api.root_controller [req-d5843f2d-e798-4923-9558-b512cf130e10 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.204 15006 ERROR octavia.api.v2.controllers.base [req-89bcd542-7749-4098-becf-9647680ec706 - - - - -] Load Balancer SEAN-CONNERY not found: None 2019-10-07 13:33:52.204 15006 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:33:52.204 15006 ERROR octavia.api.v2.controllers.base 2019-10-07 13:33:52.221 15006 INFO oslo_db.sqlalchemy.provision [req-89bcd542-7749-4098-becf-9647680ec706 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:52.222 15006 INFO oslo_db.sqlalchemy.provision [req-89bcd542-7749-4098-becf-9647680ec706 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ytdxpbquan 2019-10-07 13:33:52.222 15006 INFO oslo_db.sqlalchemy.provision [req-89bcd542-7749-4098-becf-9647680ec706 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_bad_lb_id [0.130175s] ... ok 2019-10-07 13:33:52.225 15006 INFO oslo_db.sqlalchemy.provision [req-89bcd542-7749-4098-becf-9647680ec706 - - - - -] CREATE BACKEND sqlite:// TOKEN dlcgrawytr 2019-10-07 13:33:52.251 15024 INFO octavia.api.v2.controllers.listener [req-52724af6-76c3-4a1e-95c5-41106e6cd4d8 - - - - -] Sending Creation of Listener ffcafe0e-c0c8-4ed7-a69a-70c1bc1c83f3 to handler 2019-10-07 13:33:52.276 15020 WARNING octavia.api.root_controller [req-1391ffaa-9084-4f48-9d76-630e28f92753 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.287 15020 INFO octavia.api.v2.controllers.load_balancer [req-17853999-cd43-482b-9281-744c9b53dafd - - - - -] Sending created Load Balancer 3de6b563-df8d-4406-8bcd-aed331d95b07 to the handler 2019-10-07 13:33:52.306 15024 INFO octavia.api.v2.controllers.load_balancer [req-7efb0e5f-5647-4509-b3dd-24bfc57cabf4 - - - - -] Sending updated Load Balancer b6c62000-4c52-481f-953a-aa23a61cb280 to the handler 2019-10-07 13:33:52.331 15020 INFO oslo_db.sqlalchemy.provision [req-b59bd2d5-4f90-45b4-a52c-550ebbed6045 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:52.332 15020 INFO oslo_db.sqlalchemy.provision [req-b59bd2d5-4f90-45b4-a52c-550ebbed6045 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jcsziaszed 2019-10-07 13:33:52.333 15020 INFO oslo_db.sqlalchemy.provision [req-b59bd2d5-4f90-45b4-a52c-550ebbed6045 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_qos_ext_disabled [0.246719s] ... ok 2019-10-07 13:33:52.344 15024 INFO octavia.api.v2.controllers.listener [req-7d688efb-72c7-47a1-bf03-44954b4ef3f2 - - - - -] Load Balancer b6c62000-4c52-481f-953a-aa23a61cb280 is immutable. 2019-10-07 13:33:52.305 15006 INFO octavia.common.config [req-89bcd542-7749-4098-becf-9647680ec706 - - - - -] Logging enabled! 2019-10-07 13:33:52.305 15006 INFO octavia.common.config [req-89bcd542-7749-4098-becf-9647680ec706 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:52.327 15006 WARNING octavia.api.root_controller [req-89bcd542-7749-4098-becf-9647680ec706 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.349 15006 INFO octavia.api.v2.controllers.load_balancer [req-3a73991d-e7e9-4436-af35-1d11e07ac2ec - - - - -] Sending created Load Balancer 3d0105bc-c476-4584-b333-34ba3c51d502 to the handler 2019-10-07 13:33:52.336 15020 INFO oslo_db.sqlalchemy.provision [req-b59bd2d5-4f90-45b4-a52c-550ebbed6045 - - - - -] CREATE BACKEND sqlite:// TOKEN inoejipzow 2019-10-07 13:33:52.386 15012 INFO octavia.api.v2.controllers.l7rule [req-da15affb-0259-4132-903d-a6dbdd1b39da - - - - -] Sending Creation of L7Rule 690ea834-23d5-4f33-9477-5b437f83ead5 to handler 2019-10-07 13:33:52.401 15006 INFO oslo_db.sqlalchemy.provision [req-b5a5c1de-7cf8-409c-bbea-5e64b647f22c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:52.402 15006 INFO oslo_db.sqlalchemy.provision [req-b5a5c1de-7cf8-409c-bbea-5e64b647f22c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dlcgrawytr 2019-10-07 13:33:52.402 15006 INFO oslo_db.sqlalchemy.provision [req-b5a5c1de-7cf8-409c-bbea-5e64b647f22c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_not_authorized [0.179899s] ... ok 2019-10-07 13:33:52.366 15024 INFO oslo_db.sqlalchemy.provision [req-7d688efb-72c7-47a1-bf03-44954b4ef3f2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:52.367 15024 INFO oslo_db.sqlalchemy.provision [req-7d688efb-72c7-47a1-bf03-44954b4ef3f2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ixiwuohfhq 2019-10-07 13:33:52.368 15024 INFO oslo_db.sqlalchemy.provision [req-7d688efb-72c7-47a1-bf03-44954b4ef3f2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_pending_update [0.413413s] ... ok 2019-10-07 13:33:52.371 15024 INFO oslo_db.sqlalchemy.provision [req-7d688efb-72c7-47a1-bf03-44954b4ef3f2 - - - - -] CREATE BACKEND sqlite:// TOKEN ynlwglplnx 2019-10-07 13:33:52.407 15020 INFO octavia.common.config [req-b59bd2d5-4f90-45b4-a52c-550ebbed6045 - - - - -] Logging enabled! 2019-10-07 13:33:52.408 15020 INFO octavia.common.config [req-b59bd2d5-4f90-45b4-a52c-550ebbed6045 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:52.405 15006 INFO oslo_db.sqlalchemy.provision [req-b5a5c1de-7cf8-409c-bbea-5e64b647f22c - - - - -] CREATE BACKEND sqlite:// TOKEN voywdlxfej 2019-10-07 13:33:52.437 15020 WARNING octavia.api.root_controller [req-b59bd2d5-4f90-45b4-a52c-550ebbed6045 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.455 15020 INFO oslo_db.sqlalchemy.provision [req-8fb52185-a106-4953-b3a9-3bb13e498cea - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:52.456 15020 INFO oslo_db.sqlalchemy.provision [req-8fb52185-a106-4953-b3a9-3bb13e498cea - - - - -] DROP BACKEND Engine(sqlite://) TOKEN inoejipzow 2019-10-07 13:33:52.456 15020 INFO oslo_db.sqlalchemy.provision [req-8fb52185-a106-4953-b3a9-3bb13e498cea - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:52.456 15024 INFO octavia.common.config [req-7d688efb-72c7-47a1-bf03-44954b4ef3f2 - - - - -] Logging enabled! 2019-10-07 13:33:52.456 15024 INFO octavia.common.config [req-7d688efb-72c7-47a1-bf03-44954b4ef3f2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_lb [0.123695s] ... ok 2019-10-07 13:33:52.459 15020 INFO oslo_db.sqlalchemy.provision [req-8fb52185-a106-4953-b3a9-3bb13e498cea - - - - -] CREATE BACKEND sqlite:// TOKEN ignoityclf 2019-10-07 13:33:52.496 15024 WARNING octavia.api.root_controller [req-7d688efb-72c7-47a1-bf03-44954b4ef3f2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.508 15024 INFO octavia.api.v2.controllers.load_balancer [req-81ac4737-86b3-4689-bc2e-10250b0141d2 - - - - -] Sending created Load Balancer 336451e5-a617-43ed-bd91-0b8ac6d670bd to the handler 2019-10-07 13:33:52.492 15006 INFO octavia.common.config [req-b5a5c1de-7cf8-409c-bbea-5e64b647f22c - - - - -] Logging enabled! 2019-10-07 13:33:52.493 15006 INFO octavia.common.config [req-b5a5c1de-7cf8-409c-bbea-5e64b647f22c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:52.514 15006 WARNING octavia.api.root_controller [req-b5a5c1de-7cf8-409c-bbea-5e64b647f22c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.526 15006 INFO octavia.api.v2.controllers.load_balancer [req-5d6e8a52-88a9-4d06-b715-4dd43f16c043 - - - - -] Sending created Load Balancer 37932398-084c-41f5-b11b-c07168b11f88 to the handler 2019-10-07 13:33:52.536 15020 INFO octavia.common.config [req-8fb52185-a106-4953-b3a9-3bb13e498cea - - - - -] Logging enabled! 2019-10-07 13:33:52.536 15020 INFO octavia.common.config [req-8fb52185-a106-4953-b3a9-3bb13e498cea - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:52.557 15020 WARNING octavia.api.root_controller [req-8fb52185-a106-4953-b3a9-3bb13e498cea - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.570 15006 INFO octavia.api.v2.controllers.load_balancer [req-1480d1ad-a3b3-445c-abc9-ca84eba3f073 - - - - -] Sending updated Load Balancer 37932398-084c-41f5-b11b-c07168b11f88 to the handler 2019-10-07 13:33:52.582 15020 INFO oslo_db.sqlalchemy.provision [req-34af8fa2-63b8-479d-94dc-0a5275390689 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:52.584 15020 INFO oslo_db.sqlalchemy.provision [req-34af8fa2-63b8-479d-94dc-0a5275390689 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ignoityclf 2019-10-07 13:33:52.584 15020 INFO oslo_db.sqlalchemy.provision [req-34af8fa2-63b8-479d-94dc-0a5275390689 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_pool_names_must_have_specs [0.127679s] ... ok 2019-10-07 13:33:52.587 15020 INFO oslo_db.sqlalchemy.provision [req-34af8fa2-63b8-479d-94dc-0a5275390689 - - - - -] CREATE BACKEND sqlite:// TOKEN pqqphcrhfj 2019-10-07 13:33:52.565 15024 INFO octavia.api.v2.controllers.pool [req-1043014a-c1ab-4795-8b44-8bf21853b3c1 - - - - -] Sending Creation of Pool a333c2ca-e525-482a-9a95-399b43a6bd8a to handler 2019-10-07 13:33:52.589 15006 INFO oslo_db.sqlalchemy.provision [req-1480d1ad-a3b3-445c-abc9-ca84eba3f073 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:52.597 15006 INFO oslo_db.sqlalchemy.provision [req-1480d1ad-a3b3-445c-abc9-ca84eba3f073 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN voywdlxfej 2019-10-07 13:33:52.597 15006 INFO oslo_db.sqlalchemy.provision [req-1480d1ad-a3b3-445c-abc9-ca84eba3f073 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_qos [0.194812s] ... ok 2019-10-07 13:33:52.601 15006 INFO oslo_db.sqlalchemy.provision [req-1480d1ad-a3b3-445c-abc9-ca84eba3f073 - - - - -] CREATE BACKEND sqlite:// TOKEN zsmgvqhfgh 2019-10-07 13:33:52.644 15024 INFO octavia.api.v2.controllers.listener [req-0e24a547-9cbe-4771-b3bd-6c8320445db4 - - - - -] Sending Creation of Listener de08aae6-a79a-49af-8ac3-d0c1fbfcc1b1 to handler 2019-10-07 13:33:52.675 15006 INFO octavia.common.config [req-1480d1ad-a3b3-445c-abc9-ca84eba3f073 - - - - -] Logging enabled! 2019-10-07 13:33:52.661 15020 INFO octavia.common.config [req-34af8fa2-63b8-479d-94dc-0a5275390689 - - - - -] Logging enabled! 2019-10-07 13:33:52.661 15020 INFO octavia.common.config [req-34af8fa2-63b8-479d-94dc-0a5275390689 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:52.679 15006 INFO octavia.common.config [req-1480d1ad-a3b3-445c-abc9-ca84eba3f073 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:52.684 15020 WARNING octavia.api.root_controller [req-34af8fa2-63b8-479d-94dc-0a5275390689 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.711 15020 INFO oslo_db.sqlalchemy.provision [req-fc1a8861-cc50-4789-b1ef-ffd3804e80af - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:52.712 15020 INFO oslo_db.sqlalchemy.provision [req-fc1a8861-cc50-4789-b1ef-ffd3804e80af - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pqqphcrhfj 2019-10-07 13:33:52.713 15020 INFO oslo_db.sqlalchemy.provision [req-fc1a8861-cc50-4789-b1ef-ffd3804e80af - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_pool_names_not_unique [0.128065s] ... ok 2019-10-07 13:33:52.705 15006 WARNING octavia.api.root_controller [req-1480d1ad-a3b3-445c-abc9-ca84eba3f073 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.717 15006 INFO octavia.api.v2.controllers.load_balancer [req-9d699e5e-b921-44d8-ac80-709cea6abf9d - - - - -] Sending created Load Balancer 105e8785-3e41-45bf-aff4-1803b9f811e3 to the handler 2019-10-07 13:33:52.715 15020 INFO oslo_db.sqlalchemy.provision [req-fc1a8861-cc50-4789-b1ef-ffd3804e80af - - - - -] CREATE BACKEND sqlite:// TOKEN zljgwngnyf 2019-10-07 13:33:52.740 15024 INFO octavia.api.v2.controllers.listener [req-7ba3e8b3-2f16-44cd-a9a6-7301d0c8eac2 - - - - -] Sending Update of Listener de08aae6-a79a-49af-8ac3-d0c1fbfcc1b1 to handler 2019-10-07 13:33:52.771 15024 INFO oslo_db.sqlalchemy.provision [req-7ba3e8b3-2f16-44cd-a9a6-7301d0c8eac2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:52.773 15024 INFO oslo_db.sqlalchemy.provision [req-7ba3e8b3-2f16-44cd-a9a6-7301d0c8eac2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ynlwglplnx 2019-10-07 13:33:52.773 15024 INFO oslo_db.sqlalchemy.provision [req-7ba3e8b3-2f16-44cd-a9a6-7301d0c8eac2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_unset_defaults [0.405123s] ... ok 2019-10-07 13:33:52.776 15024 INFO oslo_db.sqlalchemy.provision [req-7ba3e8b3-2f16-44cd-a9a6-7301d0c8eac2 - - - - -] CREATE BACKEND sqlite:// TOKEN qfvwiiuimz 2019-10-07 13:33:52.765 15006 INFO octavia.api.v2.controllers.listener [req-33f6e9d1-73ec-499f-9cba-3f2d77592102 - - - - -] Sending Creation of Listener edb63a97-e3ef-432a-9b0d-ee0e1c5dc6b4 to handler 2019-10-07 13:33:52.809 15006 INFO oslo_db.sqlalchemy.provision [req-c8897764-779c-4aeb-8f37-18836191bd3b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:52.811 15006 INFO oslo_db.sqlalchemy.provision [req-c8897764-779c-4aeb-8f37-18836191bd3b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zsmgvqhfgh 2019-10-07 13:33:52.811 15006 INFO oslo_db.sqlalchemy.provision [req-c8897764-779c-4aeb-8f37-18836191bd3b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statistics_not_authorized [0.213411s] ... ok 2019-10-07 13:33:52.814 15006 INFO oslo_db.sqlalchemy.provision [req-c8897764-779c-4aeb-8f37-18836191bd3b - - - - -] CREATE BACKEND sqlite:// TOKEN mpcwyvssan 2019-10-07 13:33:52.796 15020 INFO octavia.common.config [req-fc1a8861-cc50-4789-b1ef-ffd3804e80af - - - - -] Logging enabled! 2019-10-07 13:33:52.798 15020 INFO octavia.common.config [req-fc1a8861-cc50-4789-b1ef-ffd3804e80af - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:52.820 15020 WARNING octavia.api.root_controller [req-fc1a8861-cc50-4789-b1ef-ffd3804e80af - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.835 15020 INFO octavia.api.v2.controllers.load_balancer [req-e2eca1c5-64bd-4a92-9086-72ec07eab7eb - - - - -] Sending created Load Balancer bfc9c2b1-04f6-4416-b948-4f289144d624 to the handler 2019-10-07 13:33:52.889 15006 INFO octavia.common.config [req-c8897764-779c-4aeb-8f37-18836191bd3b - - - - -] Logging enabled! 2019-10-07 13:33:52.891 15006 INFO octavia.common.config [req-c8897764-779c-4aeb-8f37-18836191bd3b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:52.877 15020 INFO octavia.api.v2.controllers.listener [req-5cc70ea9-25ed-4306-b88d-c13b393c897a - - - - -] Sending Creation of Listener 3d0316e2-0594-448c-a13a-87815e5816e3 to handler 2019-10-07 13:33:52.947 15020 INFO oslo_db.sqlalchemy.provision [req-59534c6e-8e2f-4719-8dfa-8f9846ebb40a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:52.948 15020 INFO oslo_db.sqlalchemy.provision [req-59534c6e-8e2f-4719-8dfa-8f9846ebb40a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zljgwngnyf 2019-10-07 13:33:52.949 15020 INFO oslo_db.sqlalchemy.provision [req-59534c6e-8e2f-4719-8dfa-8f9846ebb40a - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statistics [0.236012s] ... ok 2019-10-07 13:33:52.952 15020 INFO oslo_db.sqlalchemy.provision [req-59534c6e-8e2f-4719-8dfa-8f9846ebb40a - - - - -] CREATE BACKEND sqlite:// TOKEN dcgtebeexq 2019-10-07 13:33:52.915 15006 WARNING octavia.api.root_controller [req-c8897764-779c-4aeb-8f37-18836191bd3b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.926 15006 INFO octavia.api.v2.controllers.load_balancer [req-55bf7e54-53cb-4533-9ef2-9e9956e7e455 - - - - -] Sending created Load Balancer 9d5afadb-4869-4448-8992-d20ce8cba565 to the handler 2019-10-07 13:33:52.960 15006 INFO oslo_db.sqlalchemy.provision [req-1a1d7e97-0a02-4c8e-b7c3-59d12b2c30bf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:52.962 15006 INFO oslo_db.sqlalchemy.provision [req-1a1d7e97-0a02-4c8e-b7c3-59d12b2c30bf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mpcwyvssan 2019-10-07 13:33:52.962 15006 INFO oslo_db.sqlalchemy.provision [req-1a1d7e97-0a02-4c8e-b7c3-59d12b2c30bf - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_authorized [0.150741s] ... ok 2019-10-07 13:33:52.965 15006 INFO oslo_db.sqlalchemy.provision [req-1a1d7e97-0a02-4c8e-b7c3-59d12b2c30bf - - - - -] CREATE BACKEND sqlite:// TOKEN ebqbqewjnx 2019-10-07 13:33:52.874 15024 INFO octavia.common.config [req-7ba3e8b3-2f16-44cd-a9a6-7301d0c8eac2 - - - - -] Logging enabled! 2019-10-07 13:33:52.874 15024 INFO octavia.common.config [req-7ba3e8b3-2f16-44cd-a9a6-7301d0c8eac2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:52.897 15024 WARNING octavia.api.root_controller [req-7ba3e8b3-2f16-44cd-a9a6-7301d0c8eac2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:52.922 15024 INFO octavia.api.v2.controllers.load_balancer [req-28e578c7-85f7-484d-9b9c-3780f6af887e - - - - -] Sending created Load Balancer cff2010d-bcf2-407f-b24d-2c1fd2838c08 to the handler 2019-10-07 13:33:52.967 15024 INFO octavia.api.v2.controllers.pool [req-dcb29cac-f3f1-46e6-b8e7-1d458434c070 - - - - -] Sending Creation of Pool 7c408864-d7b4-43a9-88c8-0dda38c6d925 to handler 2019-10-07 13:33:53.045 15006 INFO octavia.common.config [req-1a1d7e97-0a02-4c8e-b7c3-59d12b2c30bf - - - - -] Logging enabled! 2019-10-07 13:33:53.045 15006 INFO octavia.common.config [req-1a1d7e97-0a02-4c8e-b7c3-59d12b2c30bf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:53.043 15024 INFO octavia.api.v2.controllers.listener [req-b398b426-9242-4d07-9079-a47d07d337aa - - - - -] Sending Creation of Listener 6477ca73-2f8a-4965-918e-3e11ab90ba7c to handler 2019-10-07 13:33:53.069 15006 WARNING octavia.api.root_controller [req-1a1d7e97-0a02-4c8e-b7c3-59d12b2c30bf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:53.030 15020 INFO octavia.common.config [req-59534c6e-8e2f-4719-8dfa-8f9846ebb40a - - - - -] Logging enabled! 2019-10-07 13:33:53.031 15020 INFO octavia.common.config [req-59534c6e-8e2f-4719-8dfa-8f9846ebb40a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:53.054 15020 WARNING octavia.api.root_controller [req-59534c6e-8e2f-4719-8dfa-8f9846ebb40a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:53.065 15020 INFO octavia.api.v2.controllers.load_balancer [req-f2aae964-2565-455d-a250-2ff3409be582 - - - - -] Sending created Load Balancer a1e546e2-aaa4-4065-929d-2b00ffca62c6 to the handler 2019-10-07 13:33:53.083 15006 INFO octavia.api.v2.controllers.load_balancer [req-7ab9b76a-d004-46c4-9d63-881c047d595c - - - - -] Sending created Load Balancer 7d6453c0-ac99-408d-92cc-c036b64c9de6 to the handler 2019-10-07 13:33:53.109 15020 INFO octavia.api.v2.controllers.listener [req-ca445a1b-b2a5-485d-98d8-0906fee736e1 - - - - -] Sending Creation of Listener 287e43f0-8943-4b60-aefb-6b85a638e534 to handler 2019-10-07 13:33:53.136 15024 INFO octavia.api.v2.controllers.listener [req-953e607e-ad91-4a20-aa3d-a672b21f56cf - - - - -] Sending Update of Listener 6477ca73-2f8a-4965-918e-3e11ab90ba7c to handler 2019-10-07 13:33:53.122 15006 INFO octavia.api.v2.controllers.listener [req-3fb293bf-6222-4e4c-bd29-acec96fc7cb4 - - - - -] Sending Creation of Listener 9a6e9c55-a427-474c-b3c3-2b6bd3f6e40d to handler 2019-10-07 13:33:53.197 15024 INFO oslo_db.sqlalchemy.provision [req-e4811a06-a516-414a-b2ab-0c32b5f58f75 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:53.198 15024 INFO oslo_db.sqlalchemy.provision [req-e4811a06-a516-414a-b2ab-0c32b5f58f75 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qfvwiiuimz 2019-10-07 13:33:53.198 15024 INFO oslo_db.sqlalchemy.provision [req-e4811a06-a516-414a-b2ab-0c32b5f58f75 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_bad_handler [0.425106s] ... ok 2019-10-07 13:33:53.173 15020 INFO octavia.api.v2.controllers.listener [req-29d61ddc-0c88-42e6-b19f-17aa4b1f4057 - - - - -] Sending Creation of Listener fd19d141-bd3c-4ff3-9e88-28f64fb8b915 to handler 2019-10-07 13:33:53.197 15006 INFO octavia.api.v2.controllers.pool [req-65d738f8-981a-41c8-9511-4c753de46cf6 - - - - -] Sending Creation of Pool 5e0c214f-3b74-4259-b571-0e32188b478f to handler 2019-10-07 13:33:53.203 15024 INFO oslo_db.sqlalchemy.provision [req-e4811a06-a516-414a-b2ab-0c32b5f58f75 - - - - -] CREATE BACKEND sqlite:// TOKEN nnpzhxawyr 2019-10-07 13:33:53.218 15020 INFO oslo_db.sqlalchemy.provision [req-75e04dd1-2523-458d-b44f-8faec282e189 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:53.222 15020 INFO oslo_db.sqlalchemy.provision [req-75e04dd1-2523-458d-b44f-8faec282e189 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dcgtebeexq 2019-10-07 13:33:53.222 15020 INFO oslo_db.sqlalchemy.provision [req-75e04dd1-2523-458d-b44f-8faec282e189 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_multiple_listeners [0.272892s] ... ok 2019-10-07 13:33:53.225 15020 INFO oslo_db.sqlalchemy.provision [req-75e04dd1-2523-458d-b44f-8faec282e189 - - - - -] CREATE BACKEND sqlite:// TOKEN ahfobxesfb 2019-10-07 13:33:53.285 15006 INFO octavia.api.v2.controllers.health_monitor [req-79d8147d-f796-491a-80b1-384fad1a0999 - - - - -] Sending Creation of Health Monitor a0b80e27-ddb0-4e6b-b9fa-0033505a4cd4 to handler 2019-10-07 13:33:53.272 15024 INFO octavia.common.config [req-e4811a06-a516-414a-b2ab-0c32b5f58f75 - - - - -] Logging enabled! 2019-10-07 13:33:53.272 15024 INFO octavia.common.config [req-e4811a06-a516-414a-b2ab-0c32b5f58f75 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:53.294 15024 WARNING octavia.api.root_controller [req-e4811a06-a516-414a-b2ab-0c32b5f58f75 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:53.306 15024 INFO octavia.api.v2.controllers.load_balancer [req-e4b836d6-e0da-4245-9f62-d54c4f8f9413 - - - - -] Sending created Load Balancer e3c80666-b3d0-45c4-b56d-731778059342 to the handler 2019-10-07 13:33:53.304 15020 INFO octavia.common.config [req-75e04dd1-2523-458d-b44f-8faec282e189 - - - - -] Logging enabled! 2019-10-07 13:33:53.304 15020 INFO octavia.common.config [req-75e04dd1-2523-458d-b44f-8faec282e189 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:53.329 15006 INFO oslo_db.sqlalchemy.provision [req-c22be6a0-30fa-4bf7-8792-4fc55a3c6c26 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:53.330 15006 INFO oslo_db.sqlalchemy.provision [req-c22be6a0-30fa-4bf7-8792-4fc55a3c6c26 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ebqbqewjnx 2019-10-07 13:33:53.330 15006 INFO oslo_db.sqlalchemy.provision [req-c22be6a0-30fa-4bf7-8792-4fc55a3c6c26 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_health_monitor [0.368115s] ... ok 2019-10-07 13:33:53.333 15006 INFO oslo_db.sqlalchemy.provision [req-c22be6a0-30fa-4bf7-8792-4fc55a3c6c26 - - - - -] CREATE BACKEND sqlite:// TOKEN wvoqeffqir 2019-10-07 13:33:53.345 15024 INFO octavia.api.v2.controllers.pool [req-8b934115-0130-4fe4-b766-64c834317afd - - - - -] Sending Creation of Pool b680b712-f530-4cad-9477-b43aefdeff6d to handler 2019-10-07 13:33:53.330 15020 WARNING octavia.api.root_controller [req-75e04dd1-2523-458d-b44f-8faec282e189 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:53.341 15020 INFO octavia.api.v2.controllers.load_balancer [req-0880aa00-2fdf-4f46-9a62-08375356d9de - - - - -] Sending created Load Balancer 0b9fd638-bc3e-43ce-8e72-622170476c40 to the handler 2019-10-07 13:33:53.377 15020 INFO oslo_db.sqlalchemy.provision [req-fd829ae0-e2ec-4662-b178-290521a5299e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:53.378 15020 INFO oslo_db.sqlalchemy.provision [req-fd829ae0-e2ec-4662-b178-290521a5299e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ahfobxesfb 2019-10-07 13:33:53.379 15020 INFO oslo_db.sqlalchemy.provision [req-fd829ae0-e2ec-4662-b178-290521a5299e - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_not_authorized [0.156652s] ... ok 2019-10-07 13:33:53.381 15020 INFO oslo_db.sqlalchemy.provision [req-fd829ae0-e2ec-4662-b178-290521a5299e - - - - -] CREATE BACKEND sqlite:// TOKEN thtklfifeu 2019-10-07 13:33:53.407 15006 INFO octavia.common.config [req-c22be6a0-30fa-4bf7-8792-4fc55a3c6c26 - - - - -] Logging enabled! 2019-10-07 13:33:53.406 15024 INFO octavia.api.v2.controllers.listener [req-c9eeed18-02f6-4fb8-852c-8186206f9410 - - - - -] Sending Creation of Listener 814ae31f-9eb1-4483-a2fc-9c174563940b to handler 2019-10-07 13:33:53.409 15006 INFO octavia.common.config [req-c22be6a0-30fa-4bf7-8792-4fc55a3c6c26 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:53.444 15012 INFO octavia.api.v2.controllers.l7rule [req-fd766cd2-7f4d-4487-bb25-037c3092e3cf - - - - -] Sending Creation of L7Rule d20e7ecc-f630-43e0-9938-a3b94117ad03 to handler 2019-10-07 13:33:53.434 15006 WARNING octavia.api.root_controller [req-c22be6a0-30fa-4bf7-8792-4fc55a3c6c26 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:53.448 15006 INFO octavia.api.v2.controllers.load_balancer [req-fa1070b3-2091-400a-8c7c-812f68862fe8 - - - - -] Sending created Load Balancer 58d41a42-3f9c-4c53-99ea-bd6d7d6702c7 to the handler 2019-10-07 13:33:53.459 15020 INFO octavia.common.config [req-fd829ae0-e2ec-4662-b178-290521a5299e - - - - -] Logging enabled! 2019-10-07 13:33:53.459 15020 INFO octavia.common.config [req-fd829ae0-e2ec-4662-b178-290521a5299e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:53.483 15020 WARNING octavia.api.root_controller [req-fd829ae0-e2ec-4662-b178-290521a5299e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:53.487 15006 INFO octavia.api.v2.controllers.listener [req-6186dfa3-2817-4689-9d2a-c7902a2d61d6 - - - - -] Sending Creation of Listener f6636131-d79e-4dcd-8ab7-961b6fc318ae to handler 2019-10-07 13:33:53.505 15024 INFO octavia.api.v2.controllers.listener [req-0203659f-414c-4bc6-b7dd-a760ebe8b977 - - - - -] Sending Update of Listener 814ae31f-9eb1-4483-a2fc-9c174563940b to handler 2019-10-07 13:33:53.558 15024 INFO oslo_db.sqlalchemy.provision [req-99b94536-f19b-4b7b-a62a-bb756a44ae0b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:53.559 15024 INFO oslo_db.sqlalchemy.provision [req-99b94536-f19b-4b7b-a62a-bb756a44ae0b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nnpzhxawyr 2019-10-07 13:33:53.560 15024 INFO oslo_db.sqlalchemy.provision [req-99b94536-f19b-4b7b-a62a-bb756a44ae0b - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_sni_data [0.361302s] ... ok 2019-10-07 13:33:53.563 15024 INFO oslo_db.sqlalchemy.provision [req-99b94536-f19b-4b7b-a62a-bb756a44ae0b - - - - -] CREATE BACKEND sqlite:// TOKEN vbqlotgtil 2019-10-07 13:33:53.561 15006 INFO octavia.api.v2.controllers.pool [req-ec61d7ae-cc98-4afe-adf8-17597e69c11e - - - - -] Sending Creation of Pool d71ff5b9-f292-47ee-80e6-cb6a13d731de to handler 2019-10-07 13:33:53.538 15020 INFO octavia.api.v2.controllers.load_balancer [req-8c8ad3a2-6f28-4b50-a671-98d7f11e319f - - - - -] Sending created Load Balancer 96be7c10-c679-48b7-8ad5-4e1dfafe426a to the handler 2019-10-07 13:33:53.577 15020 INFO oslo_db.sqlalchemy.provision [req-8c8ad3a2-6f28-4b50-a671-98d7f11e319f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:53.579 15020 INFO oslo_db.sqlalchemy.provision [req-8c8ad3a2-6f28-4b50-a671-98d7f11e319f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN thtklfifeu 2019-10-07 13:33:53.579 15020 INFO oslo_db.sqlalchemy.provision [req-8c8ad3a2-6f28-4b50-a671-98d7f11e319f - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_one_redirect_url_with_default_pool [0.200112s] ... ok 2019-10-07 13:33:53.582 15020 INFO oslo_db.sqlalchemy.provision [req-8c8ad3a2-6f28-4b50-a671-98d7f11e319f - - - - -] CREATE BACKEND sqlite:// TOKEN bdykypcqej 2019-10-07 13:33:53.636 15024 INFO octavia.common.config [req-99b94536-f19b-4b7b-a62a-bb756a44ae0b - - - - -] Logging enabled! 2019-10-07 13:33:53.637 15024 INFO octavia.common.config [req-99b94536-f19b-4b7b-a62a-bb756a44ae0b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:53.656 15020 INFO octavia.common.config [req-8c8ad3a2-6f28-4b50-a671-98d7f11e319f - - - - -] Logging enabled! 2019-10-07 13:33:53.657 15020 INFO octavia.common.config [req-8c8ad3a2-6f28-4b50-a671-98d7f11e319f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:53.657 15006 INFO octavia.api.v2.controllers.member [req-5cdbff1a-f22d-4a70-96e7-2e74a08d2451 - - - - -] Sending Creation of Member 592b748a-8149-407c-bda9-08aa6eb53eaa to handler 2019-10-07 13:33:53.688 15006 INFO oslo_db.sqlalchemy.provision [req-4117d6a2-7c4a-4a89-a31d-9b2d951d6bc1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:53.689 15006 INFO oslo_db.sqlalchemy.provision [req-4117d6a2-7c4a-4a89-a31d-9b2d951d6bc1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wvoqeffqir 2019-10-07 13:33:53.695 15006 INFO oslo_db.sqlalchemy.provision [req-4117d6a2-7c4a-4a89-a31d-9b2d951d6bc1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_member [0.364843s] ... ok 2019-10-07 13:33:53.698 15006 INFO oslo_db.sqlalchemy.provision [req-4117d6a2-7c4a-4a89-a31d-9b2d951d6bc1 - - - - -] CREATE BACKEND sqlite:// TOKEN nkpxhyouwj 2019-10-07 13:33:53.683 15020 WARNING octavia.api.root_controller [req-8c8ad3a2-6f28-4b50-a671-98d7f11e319f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:53.662 15024 WARNING octavia.api.root_controller [req-99b94536-f19b-4b7b-a62a-bb756a44ae0b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:53.673 15024 INFO octavia.api.v2.controllers.load_balancer [req-e074c75e-1ac2-44d2-9540-c30621512c4e - - - - -] Sending created Load Balancer deaa3338-3e36-4d58-b779-f145b186ed7c to the handler 2019-10-07 13:33:53.690 15024 INFO oslo_db.sqlalchemy.provision [req-e074c75e-1ac2-44d2-9540-c30621512c4e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:53.692 15024 INFO oslo_db.sqlalchemy.provision [req-e074c75e-1ac2-44d2-9540-c30621512c4e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vbqlotgtil 2019-10-07 13:33:53.692 15024 INFO oslo_db.sqlalchemy.provision [req-e074c75e-1ac2-44d2-9540-c30621512c4e - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create [0.131935s] ... ok 2019-10-07 13:33:53.695 15024 INFO oslo_db.sqlalchemy.provision [req-e074c75e-1ac2-44d2-9540-c30621512c4e - - - - -] CREATE BACKEND sqlite:// TOKEN ngimftlowz 2019-10-07 13:33:53.736 15020 INFO octavia.api.v2.controllers.load_balancer [req-391843ee-03e4-4255-864e-19d2623bbee2 - - - - -] Sending created Load Balancer 8110f175-d711-4d54-98cf-5dc9823882d2 to the handler 2019-10-07 13:33:53.770 15020 INFO oslo_db.sqlalchemy.provision [req-391843ee-03e4-4255-864e-19d2623bbee2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:53.772 15020 INFO oslo_db.sqlalchemy.provision [req-391843ee-03e4-4255-864e-19d2623bbee2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bdykypcqej 2019-10-07 13:33:53.772 15020 INFO oslo_db.sqlalchemy.provision [req-391843ee-03e4-4255-864e-19d2623bbee2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_one_rule [0.192587s] ... ok 2019-10-07 13:33:53.776 15006 INFO octavia.common.config [req-4117d6a2-7c4a-4a89-a31d-9b2d951d6bc1 - - - - -] Logging enabled! 2019-10-07 13:33:53.779 15006 INFO octavia.common.config [req-4117d6a2-7c4a-4a89-a31d-9b2d951d6bc1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:53.767 15024 INFO octavia.common.config [req-e074c75e-1ac2-44d2-9540-c30621512c4e - - - - -] Logging enabled! 2019-10-07 13:33:53.767 15024 INFO octavia.common.config [req-e074c75e-1ac2-44d2-9540-c30621512c4e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:53.775 15020 INFO oslo_db.sqlalchemy.provision [req-391843ee-03e4-4255-864e-19d2623bbee2 - - - - -] CREATE BACKEND sqlite:// TOKEN bgkxsyrhxk 2019-10-07 13:33:53.805 15006 WARNING octavia.api.root_controller [req-4117d6a2-7c4a-4a89-a31d-9b2d951d6bc1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:53.819 15006 INFO octavia.api.v2.controllers.load_balancer [req-c0128a10-1501-42b9-96cc-16e8e097cbdb - - - - -] Sending created Load Balancer 94f9a6c4-bbdf-4d78-9565-70bb430606c4 to the handler 2019-10-07 13:33:53.848 15020 INFO octavia.common.config [req-391843ee-03e4-4255-864e-19d2623bbee2 - - - - -] Logging enabled! 2019-10-07 13:33:53.848 15020 INFO octavia.common.config [req-391843ee-03e4-4255-864e-19d2623bbee2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:53.865 15024 WARNING octavia.api.root_controller [req-e074c75e-1ac2-44d2-9540-c30621512c4e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:53.881 15024 INFO oslo_db.sqlalchemy.provision [req-49e058dc-4e08-41ef-97f7-10166f04aae0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:53.882 15024 INFO oslo_db.sqlalchemy.provision [req-49e058dc-4e08-41ef-97f7-10166f04aae0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ngimftlowz 2019-10-07 13:33:53.883 15024 INFO oslo_db.sqlalchemy.provision [req-49e058dc-4e08-41ef-97f7-10166f04aae0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_no_project_id [0.190516s] ... ok 2019-10-07 13:33:53.862 15006 INFO octavia.api.v2.controllers.listener [req-073a37ab-fbf7-44ac-a5f9-8a714e76d047 - - - - -] Sending Creation of Listener d18af5f1-08f4-4f8c-b3f0-cfceffbdabf9 to handler 2019-10-07 13:33:53.870 15020 WARNING octavia.api.root_controller [req-391843ee-03e4-4255-864e-19d2623bbee2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:53.885 15024 INFO oslo_db.sqlalchemy.provision [req-49e058dc-4e08-41ef-97f7-10166f04aae0 - - - - -] CREATE BACKEND sqlite:// TOKEN mdsruclttx 2019-10-07 13:33:53.937 15006 INFO octavia.api.v2.controllers.pool [req-9e1411e6-ef9a-41a3-9ba3-4548b5c080c6 - - - - -] Sending Creation of Pool c9722ca1-cca6-4b4a-90aa-49f039f9024c to handler 2019-10-07 13:33:53.931 15020 INFO octavia.api.v2.controllers.load_balancer [req-0a38e5e3-55db-4d85-8378-bb3674a09285 - - - - -] Sending created Load Balancer 30f0bf34-6ba3-42a2-94a8-72582b264d3b to the handler 2019-10-07 13:33:53.964 15020 INFO oslo_db.sqlalchemy.provision [req-0a38e5e3-55db-4d85-8378-bb3674a09285 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:53.965 15020 INFO oslo_db.sqlalchemy.provision [req-0a38e5e3-55db-4d85-8378-bb3674a09285 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bgkxsyrhxk 2019-10-07 13:33:53.965 15020 INFO oslo_db.sqlalchemy.provision [req-0a38e5e3-55db-4d85-8378-bb3674a09285 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners_one_pool [0.193288s] ... ok 2019-10-07 13:33:53.968 15020 INFO oslo_db.sqlalchemy.provision [req-0a38e5e3-55db-4d85-8378-bb3674a09285 - - - - -] CREATE BACKEND sqlite:// TOKEN fwcdhsxcoq 2019-10-07 13:33:53.955 15024 INFO octavia.common.config [req-49e058dc-4e08-41ef-97f7-10166f04aae0 - - - - -] Logging enabled! 2019-10-07 13:33:53.955 15024 INFO octavia.common.config [req-49e058dc-4e08-41ef-97f7-10166f04aae0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:53.980 15024 WARNING octavia.api.root_controller [req-49e058dc-4e08-41ef-97f7-10166f04aae0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:53.992 15024 INFO octavia.api.v2.controllers.load_balancer [req-b3bd6369-d36c-4c97-abc3-b04866570b12 - - - - -] Sending created Load Balancer 4f0acb46-5d38-4082-9964-5f06c3a19985 to the handler 2019-10-07 13:33:54.025 15006 INFO octavia.api.v2.controllers.pool [req-804e171c-220d-4cf5-a1ee-1714de2a995b - - - - -] Sending Creation of Pool 7fd82f49-7bcf-4ff3-8e68-dde5309eaa88 to handler 2019-10-07 13:33:54.033 15024 INFO oslo_db.sqlalchemy.provision [req-ec292cbc-ea4d-4b05-aca8-07c9ac961f71 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:54.035 15024 INFO oslo_db.sqlalchemy.provision [req-ec292cbc-ea4d-4b05-aca8-07c9ac961f71 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mdsruclttx 2019-10-07 13:33:54.035 15024 INFO oslo_db.sqlalchemy.provision [req-ec292cbc-ea4d-4b05-aca8-07c9ac961f71 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_bad_handler [0.152363s] ... ok 2019-10-07 13:33:54.038 15024 INFO oslo_db.sqlalchemy.provision [req-ec292cbc-ea4d-4b05-aca8-07c9ac961f71 - - - - -] CREATE BACKEND sqlite:// TOKEN xtsrptftin 2019-10-07 13:33:54.111 15020 INFO octavia.common.config [req-0a38e5e3-55db-4d85-8378-bb3674a09285 - - - - -] Logging enabled! 2019-10-07 13:33:54.112 15020 INFO octavia.common.config [req-0a38e5e3-55db-4d85-8378-bb3674a09285 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:54.128 15024 INFO octavia.common.config [req-ec292cbc-ea4d-4b05-aca8-07c9ac961f71 - - - - -] Logging enabled! 2019-10-07 13:33:54.129 15024 INFO octavia.common.config [req-ec292cbc-ea4d-4b05-aca8-07c9ac961f71 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:54.156 15024 WARNING octavia.api.root_controller [req-ec292cbc-ea4d-4b05-aca8-07c9ac961f71 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:54.158 15020 WARNING octavia.api.root_controller [req-0a38e5e3-55db-4d85-8378-bb3674a09285 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:54.182 15024 INFO oslo_db.sqlalchemy.provision [req-33d93324-49c7-465b-bccd-d2654d16046e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:54.183 15024 INFO oslo_db.sqlalchemy.provision [req-33d93324-49c7-465b-bccd-d2654d16046e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xtsrptftin 2019-10-07 13:33:54.183 15024 INFO oslo_db.sqlalchemy.provision [req-33d93324-49c7-465b-bccd-d2654d16046e - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_non_exist_qos_policy_id [0.148061s] ... ok 2019-10-07 13:33:54.186 15024 INFO oslo_db.sqlalchemy.provision [req-33d93324-49c7-465b-bccd-d2654d16046e - - - - -] CREATE BACKEND sqlite:// TOKEN ypdsluzcmj 2019-10-07 13:33:54.218 15006 INFO octavia.api.v2.controllers.l7policy [req-19bbe874-0185-4d84-8167-827c634af70f - - - - -] Sending Creation of L7Policy 2dd950f7-1f82-44e5-9226-ded5976a8b0d to handler 2019-10-07 13:33:54.248 15020 INFO octavia.api.v2.controllers.load_balancer [req-745d6540-6f34-4e2e-aec0-e79ffebf861d - - - - -] Sending created Load Balancer 5debcfd7-c485-454d-8194-af0b4aaab4c0 to the handler 2019-10-07 13:33:54.299 15020 INFO oslo_db.sqlalchemy.provision [req-745d6540-6f34-4e2e-aec0-e79ffebf861d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:54.302 15020 INFO oslo_db.sqlalchemy.provision [req-745d6540-6f34-4e2e-aec0-e79ffebf861d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fwcdhsxcoq 2019-10-07 13:33:54.302 15020 INFO oslo_db.sqlalchemy.provision [req-745d6540-6f34-4e2e-aec0-e79ffebf861d - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_hm [0.336756s] ... ok 2019-10-07 13:33:54.275 15024 INFO octavia.common.config [req-33d93324-49c7-465b-bccd-d2654d16046e - - - - -] Logging enabled! 2019-10-07 13:33:54.276 15024 INFO octavia.common.config [req-33d93324-49c7-465b-bccd-d2654d16046e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:54.299 15024 WARNING octavia.api.root_controller [req-33d93324-49c7-465b-bccd-d2654d16046e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:54.311 15024 INFO octavia.api.v2.controllers.load_balancer [req-01dc788d-675e-4f79-828f-d38796fe080a - - - - -] Sending created Load Balancer d8226c89-a143-4449-bdb0-9eebe95a3eda to the handler 2019-10-07 13:33:54.307 15020 INFO oslo_db.sqlalchemy.provision [req-745d6540-6f34-4e2e-aec0-e79ffebf861d - - - - -] CREATE BACKEND sqlite:// TOKEN luuporshun 2019-10-07 13:33:54.329 15024 INFO oslo_db.sqlalchemy.provision [req-01dc788d-675e-4f79-828f-d38796fe080a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:54.330 15024 INFO oslo_db.sqlalchemy.provision [req-01dc788d-675e-4f79-828f-d38796fe080a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ypdsluzcmj 2019-10-07 13:33:54.330 15024 INFO oslo_db.sqlalchemy.provision [req-01dc788d-675e-4f79-828f-d38796fe080a - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_project_id [0.146768s] ... ok 2019-10-07 13:33:54.333 15024 INFO oslo_db.sqlalchemy.provision [req-01dc788d-675e-4f79-828f-d38796fe080a - - - - -] CREATE BACKEND sqlite:// TOKEN kojlhwxdbh 2019-10-07 13:33:54.457 15020 INFO octavia.common.config [req-745d6540-6f34-4e2e-aec0-e79ffebf861d - - - - -] Logging enabled! 2019-10-07 13:33:54.410 15024 INFO octavia.common.config [req-01dc788d-675e-4f79-828f-d38796fe080a - - - - -] Logging enabled! 2019-10-07 13:33:54.410 15024 INFO octavia.common.config [req-01dc788d-675e-4f79-828f-d38796fe080a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:54.432 15024 WARNING octavia.api.root_controller [req-01dc788d-675e-4f79-828f-d38796fe080a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:54.444 15024 INFO octavia.api.v2.controllers.load_balancer [req-2af5e08e-3a9b-4372-b918-5f62fb4ff4f8 - - - - -] Sending created Load Balancer 02cd9fa6-353b-41eb-a66f-1a963dccd3eb to the handler 2019-10-07 13:33:54.461 15006 INFO octavia.api.v2.controllers.l7rule [req-0f61358a-7792-4cc4-a0f9-bdd1af0e8ecf - - - - -] Sending Creation of L7Rule 758d86ac-c8cb-42a3-a637-83c8ffaeda26 to handler 2019-10-07 13:33:54.462 15020 INFO octavia.common.config [req-745d6540-6f34-4e2e-aec0-e79ffebf861d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:54.464 15024 INFO oslo_db.sqlalchemy.provision [req-2af5e08e-3a9b-4372-b918-5f62fb4ff4f8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:54.466 15024 INFO oslo_db.sqlalchemy.provision [req-2af5e08e-3a9b-4372-b918-5f62fb4ff4f8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kojlhwxdbh 2019-10-07 13:33:54.466 15024 INFO oslo_db.sqlalchemy.provision [req-2af5e08e-3a9b-4372-b918-5f62fb4ff4f8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_qos_vip_port_and_vip_qos [0.135556s] ... ok 2019-10-07 13:33:54.469 15024 INFO oslo_db.sqlalchemy.provision [req-2af5e08e-3a9b-4372-b918-5f62fb4ff4f8 - - - - -] CREATE BACKEND sqlite:// TOKEN tiqaktkisg 2019-10-07 13:33:54.517 15006 INFO oslo_db.sqlalchemy.provision [req-00c6e560-3676-4b6c-96b6-a5a4f46c55e1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:54.519 15006 INFO oslo_db.sqlalchemy.provision [req-00c6e560-3676-4b6c-96b6-a5a4f46c55e1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nkpxhyouwj 2019-10-07 13:33:54.519 15006 INFO oslo_db.sqlalchemy.provision [req-00c6e560-3676-4b6c-96b6-a5a4f46c55e1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_pools [0.830493s] ... ok 2019-10-07 13:33:54.529 15006 INFO oslo_db.sqlalchemy.provision [req-00c6e560-3676-4b6c-96b6-a5a4f46c55e1 - - - - -] CREATE BACKEND sqlite:// TOKEN ldohqwxvmr 2019-10-07 13:33:54.498 15020 WARNING octavia.api.root_controller [req-745d6540-6f34-4e2e-aec0-e79ffebf861d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:54.519 15020 INFO octavia.api.v2.controllers.load_balancer [req-07e4a1d4-dfea-4def-915d-630ac863a143 - - - - -] Sending created Load Balancer 3efe8d08-a5d9-40e6-93d8-f8b7a845f5f8 to the handler 2019-10-07 13:33:54.574 15020 INFO octavia.api.v2.controllers.listener [req-ca1729b2-b4e9-4312-93f8-78d72521f6be - - - - -] Sending Creation of Listener eb13cc83-ee13-4ccf-a55f-03ab3112753b to handler 2019-10-07 13:33:54.560 15012 INFO octavia.api.v2.controllers.l7rule [req-1eaa2ddf-3f79-4071-a3d7-1c07792ecc60 - - - - -] Sending Creation of L7Rule bf935bd9-b0e0-46c4-9c3a-c3ae9b6531ca to handler 2019-10-07 13:33:54.544 15024 INFO octavia.common.config [req-2af5e08e-3a9b-4372-b918-5f62fb4ff4f8 - - - - -] Logging enabled! 2019-10-07 13:33:54.544 15024 INFO octavia.common.config [req-2af5e08e-3a9b-4372-b918-5f62fb4ff4f8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:54.568 15024 WARNING octavia.api.root_controller [req-2af5e08e-3a9b-4372-b918-5f62fb4ff4f8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:54.588 15024 INFO oslo_db.sqlalchemy.provision [req-91ee0582-4e66-49e1-b766-5608f6cb3870 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:54.589 15024 INFO oslo_db.sqlalchemy.provision [req-91ee0582-4e66-49e1-b766-5608f6cb3870 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tiqaktkisg 2019-10-07 13:33:54.589 15024 INFO oslo_db.sqlalchemy.provision [req-91ee0582-4e66-49e1-b766-5608f6cb3870 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_and_address_no_subnet_match [0.126526s] ... ok 2019-10-07 13:33:54.622 15006 INFO octavia.common.config [req-00c6e560-3676-4b6c-96b6-a5a4f46c55e1 - - - - -] Logging enabled! 2019-10-07 13:33:54.596 15024 INFO oslo_db.sqlalchemy.provision [req-91ee0582-4e66-49e1-b766-5608f6cb3870 - - - - -] CREATE BACKEND sqlite:// TOKEN lgkjwmzgpj 2019-10-07 13:33:54.633 15006 INFO octavia.common.config [req-00c6e560-3676-4b6c-96b6-a5a4f46c55e1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:54.638 15020 INFO octavia.api.v2.controllers.pool [req-e92ac3e8-5bc7-41cd-9494-bca43ff50303 - - - - -] Sending Creation of Pool fc728309-a63d-4d08-b055-2e7fa18310c7 to handler 2019-10-07 13:33:54.659 15006 WARNING octavia.api.root_controller [req-00c6e560-3676-4b6c-96b6-a5a4f46c55e1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:54.699 15006 INFO oslo_db.sqlalchemy.provision [req-54768a6d-a304-490e-9f03-579ee9f29bfe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:54.702 15006 INFO oslo_db.sqlalchemy.provision [req-54768a6d-a304-490e-9f03-579ee9f29bfe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ldohqwxvmr 2019-10-07 13:33:54.702 15006 INFO oslo_db.sqlalchemy.provision [req-54768a6d-a304-490e-9f03-579ee9f29bfe - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_bad_rule [0.176156s] ... ok 2019-10-07 13:33:54.705 15006 INFO oslo_db.sqlalchemy.provision [req-54768a6d-a304-490e-9f03-579ee9f29bfe - - - - -] CREATE BACKEND sqlite:// TOKEN qwzniofavo 2019-10-07 13:33:54.666 15024 INFO octavia.common.config [req-91ee0582-4e66-49e1-b766-5608f6cb3870 - - - - -] Logging enabled! 2019-10-07 13:33:54.668 15024 INFO octavia.common.config [req-91ee0582-4e66-49e1-b766-5608f6cb3870 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:54.692 15024 WARNING octavia.api.root_controller [req-91ee0582-4e66-49e1-b766-5608f6cb3870 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:54.705 15024 INFO octavia.api.v2.controllers.load_balancer [req-f99979a2-fe34-4666-bee0-4f1b0089ff29 - - - - -] Sending created Load Balancer 60faef3b-43f6-4022-8cb9-2a1a0dc52c55 to the handler 2019-10-07 13:33:54.727 15024 INFO oslo_db.sqlalchemy.provision [req-f99979a2-fe34-4666-bee0-4f1b0089ff29 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:54.729 15024 INFO oslo_db.sqlalchemy.provision [req-f99979a2-fe34-4666-bee0-4f1b0089ff29 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lgkjwmzgpj 2019-10-07 13:33:54.729 15024 INFO oslo_db.sqlalchemy.provision [req-f99979a2-fe34-4666-bee0-4f1b0089ff29 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_1_fixed_ip [0.136028s] ... ok 2019-10-07 13:33:54.741 15020 INFO octavia.api.v2.controllers.pool [req-5f2a96be-37bf-48d6-b36d-0d9bee94189f - - - - -] Sending Creation of Pool 5c846717-ffdf-40fc-bbf7-66c844a65c2b to handler 2019-10-07 13:33:54.732 15024 INFO oslo_db.sqlalchemy.provision [req-f99979a2-fe34-4666-bee0-4f1b0089ff29 - - - - -] CREATE BACKEND sqlite:// TOKEN ogierrwvry 2019-10-07 13:33:54.778 15006 INFO octavia.common.config [req-54768a6d-a304-490e-9f03-579ee9f29bfe - - - - -] Logging enabled! 2019-10-07 13:33:54.780 15006 INFO octavia.common.config [req-54768a6d-a304-490e-9f03-579ee9f29bfe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:54.807 15006 WARNING octavia.api.root_controller [req-54768a6d-a304-490e-9f03-579ee9f29bfe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:54.805 15024 INFO octavia.common.config [req-f99979a2-fe34-4666-bee0-4f1b0089ff29 - - - - -] Logging enabled! 2019-10-07 13:33:54.805 15024 INFO octavia.common.config [req-f99979a2-fe34-4666-bee0-4f1b0089ff29 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:54.830 15024 WARNING octavia.api.root_controller [req-f99979a2-fe34-4666-bee0-4f1b0089ff29 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:54.849 15024 INFO oslo_db.sqlalchemy.provision [req-3a800616-d031-4d12-8444-d3cdd3caf60c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:54.851 15024 INFO oslo_db.sqlalchemy.provision [req-3a800616-d031-4d12-8444-d3cdd3caf60c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ogierrwvry 2019-10-07 13:33:54.851 15024 INFO oslo_db.sqlalchemy.provision [req-3a800616-d031-4d12-8444-d3cdd3caf60c - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_and_bad_address [0.122085s] ... ok 2019-10-07 13:33:54.845 15006 INFO octavia.api.v2.controllers.load_balancer [req-a53ce860-25e3-4d9e-bdc1-b5cb914064ec - - - - -] Sending created Load Balancer 6cda14dd-5ed6-4abc-bb13-590a41873f98 to the handler 2019-10-07 13:33:54.854 15024 INFO oslo_db.sqlalchemy.provision [req-3a800616-d031-4d12-8444-d3cdd3caf60c - - - - -] CREATE BACKEND sqlite:// TOKEN aprlrgqboo 2019-10-07 13:33:54.872 15006 INFO oslo_db.sqlalchemy.provision [req-a53ce860-25e3-4d9e-bdc1-b5cb914064ec - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:54.874 15006 INFO oslo_db.sqlalchemy.provision [req-a53ce860-25e3-4d9e-bdc1-b5cb914064ec - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qwzniofavo 2019-10-07 13:33:54.874 15006 INFO oslo_db.sqlalchemy.provision [req-a53ce860-25e3-4d9e-bdc1-b5cb914064ec - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_member [0.171428s] ... ok 2019-10-07 13:33:54.877 15006 INFO oslo_db.sqlalchemy.provision [req-a53ce860-25e3-4d9e-bdc1-b5cb914064ec - - - - -] CREATE BACKEND sqlite:// TOKEN garywuejaj 2019-10-07 13:33:54.877 15020 INFO oslo_db.sqlalchemy.provision [req-11c479a3-c4f6-47dc-b322-d97b8710d24c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:54.879 15020 INFO oslo_db.sqlalchemy.provision [req-11c479a3-c4f6-47dc-b322-d97b8710d24c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN luuporshun 2019-10-07 13:33:54.879 15020 INFO oslo_db.sqlalchemy.provision [req-11c479a3-c4f6-47dc-b322-d97b8710d24c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_create_bad_port_number [0.576380s] ... ok 2019-10-07 13:33:54.882 15020 INFO oslo_db.sqlalchemy.provision [req-11c479a3-c4f6-47dc-b322-d97b8710d24c - - - - -] CREATE BACKEND sqlite:// TOKEN tnrpliquiy 2019-10-07 13:33:54.930 15024 INFO octavia.common.config [req-3a800616-d031-4d12-8444-d3cdd3caf60c - - - - -] Logging enabled! 2019-10-07 13:33:54.932 15024 INFO octavia.common.config [req-3a800616-d031-4d12-8444-d3cdd3caf60c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:54.958 15020 INFO octavia.common.config [req-11c479a3-c4f6-47dc-b322-d97b8710d24c - - - - -] Logging enabled! 2019-10-07 13:33:54.956 15024 WARNING octavia.api.root_controller [req-3a800616-d031-4d12-8444-d3cdd3caf60c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:54.968 15024 INFO octavia.api.v2.controllers.load_balancer [req-ef7398ee-52bb-4687-b9e4-7d3bd1ddfbf5 - - - - -] Sending created Load Balancer 009053f6-0470-4921-aaa2-408b3af7d60d to the handler 2019-10-07 13:33:54.961 15020 INFO octavia.common.config [req-11c479a3-c4f6-47dc-b322-d97b8710d24c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:54.982 15020 WARNING octavia.api.root_controller [req-11c479a3-c4f6-47dc-b322-d97b8710d24c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:54.994 15020 INFO octavia.api.v2.controllers.load_balancer [req-b5685c91-8330-4502-a08c-9e322213d51d - - - - -] Sending created Load Balancer 1ea1facb-6c1d-45cb-9af6-a884dfe20989 to the handler 2019-10-07 13:33:55.007 15024 INFO octavia.api.v2.controllers.load_balancer [req-fe6e6de5-9062-4bcb-87a1-0515f3e99805 - a2fc377c-9fd3-41f9-8f8e-b04c8d4aafa2 - - -] Sending failover request for lb 009053f6-0470-4921-aaa2-408b3af7d60d to the handler 2019-10-07 13:33:54.968 15006 INFO octavia.common.config [req-a53ce860-25e3-4d9e-bdc1-b5cb914064ec - - - - -] Logging enabled! 2019-10-07 13:33:54.972 15006 INFO octavia.common.config [req-a53ce860-25e3-4d9e-bdc1-b5cb914064ec - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:54.996 15006 WARNING octavia.api.root_controller [req-a53ce860-25e3-4d9e-bdc1-b5cb914064ec - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:55.026 15006 INFO octavia.api.v2.controllers.load_balancer [req-0084a3a1-2e25-4622-8763-ff525b5ccf25 - - - - -] Sending created Load Balancer be9391d3-f37d-47b3-abec-f1f5e42c94c4 to the handler 2019-10-07 13:33:55.035 15024 INFO oslo_db.sqlalchemy.provision [req-fe6e6de5-9062-4bcb-87a1-0515f3e99805 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:55.037 15024 INFO oslo_db.sqlalchemy.provision [req-fe6e6de5-9062-4bcb-87a1-0515f3e99805 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aprlrgqboo 2019-10-07 13:33:55.037 15024 INFO oslo_db.sqlalchemy.provision [req-fe6e6de5-9062-4bcb-87a1-0515f3e99805 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_authorized_lb_admin [0.185320s] ... ok 2019-10-07 13:33:55.040 15024 INFO oslo_db.sqlalchemy.provision [req-fe6e6de5-9062-4bcb-87a1-0515f3e99805 - - - - -] CREATE BACKEND sqlite:// TOKEN gdibpmrxsp 2019-10-07 13:33:55.046 15020 INFO octavia.api.v2.controllers.listener [req-f197ab37-a206-450d-aa83-f7e5a29de2e1 - - - - -] Sending Creation of Listener c79b1ea0-1d10-4f0b-85aa-434a29895a01 to handler 2019-10-07 13:33:55.055 15006 INFO oslo_db.sqlalchemy.provision [req-0084a3a1-2e25-4622-8763-ff525b5ccf25 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:55.057 15006 INFO oslo_db.sqlalchemy.provision [req-0084a3a1-2e25-4622-8763-ff525b5ccf25 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN garywuejaj 2019-10-07 13:33:55.057 15006 INFO oslo_db.sqlalchemy.provision [req-0084a3a1-2e25-4622-8763-ff525b5ccf25 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_pool [0.183023s] ... ok 2019-10-07 13:33:55.062 15006 INFO oslo_db.sqlalchemy.provision [req-0084a3a1-2e25-4622-8763-ff525b5ccf25 - - - - -] CREATE BACKEND sqlite:// TOKEN imjmpdzisy 2019-10-07 13:33:55.111 15020 INFO octavia.api.v2.controllers.pool [req-54601b40-52e7-41ec-b74c-0db0b221b1df - - - - -] Sending Creation of Pool ead29085-f449-49d8-9e9c-6e3a8048002f to handler 2019-10-07 13:33:55.135 15024 INFO octavia.common.config [req-fe6e6de5-9062-4bcb-87a1-0515f3e99805 - - - - -] Logging enabled! 2019-10-07 13:33:55.137 15024 INFO octavia.common.config [req-fe6e6de5-9062-4bcb-87a1-0515f3e99805 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:55.134 15006 INFO octavia.common.config [req-0084a3a1-2e25-4622-8763-ff525b5ccf25 - - - - -] Logging enabled! 2019-10-07 13:33:55.134 15006 INFO octavia.common.config [req-0084a3a1-2e25-4622-8763-ff525b5ccf25 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:55.159 15006 WARNING octavia.api.root_controller [req-0084a3a1-2e25-4622-8763-ff525b5ccf25 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:55.165 15024 WARNING octavia.api.root_controller [req-fe6e6de5-9062-4bcb-87a1-0515f3e99805 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:55.189 15024 INFO octavia.api.v2.controllers.load_balancer [req-b4559538-940a-444b-8eda-39effeb6e38a - - - - -] Sending created Load Balancer b229de21-e414-4566-9905-3e45fb8967fe to the handler 2019-10-07 13:33:55.173 15006 INFO octavia.api.v2.controllers.load_balancer [req-2f5f43a9-3a26-4d0e-95e1-038165de2059 - - - - -] Sending created Load Balancer d1e94595-30b7-4b7c-b6c1-30b240318390 to the handler 2019-10-07 13:33:55.214 15006 INFO octavia.api.v2.controllers.listener [req-69104c4e-8a6f-465f-8476-138adb355b37 - - - - -] Sending Creation of Listener ad1e8bf0-9774-4591-b2a9-adeaa6777c6b to handler 2019-10-07 13:33:55.234 15024 INFO oslo_db.sqlalchemy.provision [req-33ab0fe6-1157-4e6a-9d56-2ebfd609484c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:55.250 15024 INFO oslo_db.sqlalchemy.provision [req-33ab0fe6-1157-4e6a-9d56-2ebfd609484c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gdibpmrxsp 2019-10-07 13:33:55.252 15024 INFO oslo_db.sqlalchemy.provision [req-33ab0fe6-1157-4e6a-9d56-2ebfd609484c - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_not_authorized_no_role [0.216728s] ... ok 2019-10-07 13:33:55.257 15024 INFO oslo_db.sqlalchemy.provision [req-33ab0fe6-1157-4e6a-9d56-2ebfd609484c - - - - -] CREATE BACKEND sqlite:// TOKEN zjiojvtzoc 2019-10-07 13:33:55.272 15006 INFO octavia.api.v2.controllers.pool [req-989435b6-b032-47a9-83ed-3bf80329738b - - - - -] Sending Creation of Pool f39fd3a9-5e8f-4797-b934-d341f2bb070f to handler 2019-10-07 13:33:55.336 15020 INFO octavia.api.v2.controllers.pool [req-860331b1-0193-43f9-82a7-86468c6f1a32 - - - - -] Sending Creation of Pool ede7757f-40a0-41bf-b828-e1b6dcfad44c to handler 2019-10-07 13:33:55.343 15024 INFO octavia.common.config [req-33ab0fe6-1157-4e6a-9d56-2ebfd609484c - - - - -] Logging enabled! 2019-10-07 13:33:55.343 15024 INFO octavia.common.config [req-33ab0fe6-1157-4e6a-9d56-2ebfd609484c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:55.367 15024 WARNING octavia.api.root_controller [req-33ab0fe6-1157-4e6a-9d56-2ebfd609484c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:55.366 15006 INFO octavia.api.v2.controllers.pool [req-78e7ca3f-798f-4699-af82-0beb02c08f2b - - - - -] Sending Creation of Pool a0d63927-1de2-44e3-a5d8-c322076c3cc8 to handler 2019-10-07 13:33:55.385 15024 INFO octavia.api.v2.controllers.load_balancer [req-9703ebdd-3b19-40db-9454-bc239abfd49f - - - - -] Sending created Load Balancer 56c3062d-21e8-4936-82b1-f486133e4ac3 to the handler 2019-10-07 13:33:55.427 15024 INFO oslo_db.sqlalchemy.provision [req-c27e2637-daba-4e32-91e6-c98e6254c77f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:55.432 15024 INFO oslo_db.sqlalchemy.provision [req-c27e2637-daba-4e32-91e6-c98e6254c77f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zjiojvtzoc 2019-10-07 13:33:55.432 15024 INFO oslo_db.sqlalchemy.provision [req-c27e2637-daba-4e32-91e6-c98e6254c77f - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get [0.178426s] ... ok 2019-10-07 13:33:55.435 15024 INFO oslo_db.sqlalchemy.provision [req-c27e2637-daba-4e32-91e6-c98e6254c77f - - - - -] CREATE BACKEND sqlite:// TOKEN vccinlhfut 2019-10-07 13:33:55.471 15020 INFO oslo_db.sqlalchemy.provision [req-2904a4d5-a91d-4364-b963-be2c699eb9d6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:55.475 15020 INFO oslo_db.sqlalchemy.provision [req-2904a4d5-a91d-4364-b963-be2c699eb9d6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tnrpliquiy 2019-10-07 13:33:55.476 15020 INFO oslo_db.sqlalchemy.provision [req-2904a4d5-a91d-4364-b963-be2c699eb9d6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_create_batch_members_with_invalid_address [0.598893s] ... ok 2019-10-07 13:33:55.481 15020 INFO oslo_db.sqlalchemy.provision [req-2904a4d5-a91d-4364-b963-be2c699eb9d6 - - - - -] CREATE BACKEND sqlite:// TOKEN uhvzxqwzxc 2019-10-07 13:33:55.490 15006 INFO octavia.api.v2.controllers.member [req-65b58eac-5a89-4eb1-97a2-a7314cd0a8a8 - - - - -] Sending Full Member Update to handler 2019-10-07 13:33:55.529 15024 INFO octavia.common.config [req-c27e2637-daba-4e32-91e6-c98e6254c77f - - - - -] Logging enabled! 2019-10-07 13:33:55.532 15024 INFO octavia.common.config [req-c27e2637-daba-4e32-91e6-c98e6254c77f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:55.535 15006 INFO oslo_db.sqlalchemy.provision [req-b9c23301-618e-46c5-839a-e654fe812710 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:55.536 15006 INFO oslo_db.sqlalchemy.provision [req-b9c23301-618e-46c5-839a-e654fe812710 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN imjmpdzisy 2019-10-07 13:33:55.536 15006 INFO oslo_db.sqlalchemy.provision [req-b9c23301-618e-46c5-839a-e654fe812710 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_create_batch_members [0.479092s] ... ok 2019-10-07 13:33:55.558 15020 INFO octavia.common.config [req-2904a4d5-a91d-4364-b963-be2c699eb9d6 - - - - -] Logging enabled! 2019-10-07 13:33:55.539 15006 INFO oslo_db.sqlalchemy.provision [req-b9c23301-618e-46c5-839a-e654fe812710 - - - - -] CREATE BACKEND sqlite:// TOKEN jbjuhugzkf 2019-10-07 13:33:55.564 15020 INFO octavia.common.config [req-2904a4d5-a91d-4364-b963-be2c699eb9d6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:55.559 15024 WARNING octavia.api.root_controller [req-c27e2637-daba-4e32-91e6-c98e6254c77f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:55.582 15024 INFO octavia.api.v2.controllers.load_balancer [req-3fcb3880-46e8-4850-adb0-eb8b04453e58 - - - - -] Sending created Load Balancer 14a13871-fe0f-46d6-b9c0-9012226f5ff7 to the handler 2019-10-07 13:33:55.589 15020 WARNING octavia.api.root_controller [req-2904a4d5-a91d-4364-b963-be2c699eb9d6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:55.616 15006 INFO octavia.common.config [req-b9c23301-618e-46c5-839a-e654fe812710 - - - - -] Logging enabled! 2019-10-07 13:33:55.616 15006 INFO octavia.common.config [req-b9c23301-618e-46c5-839a-e654fe812710 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:55.605 15020 INFO octavia.api.v2.controllers.load_balancer [req-f72a50c0-405d-434d-8d3a-6db9ede0ee56 - - - - -] Sending created Load Balancer f30998dd-7e7a-4f7f-ab22-a2bb4fc4afd8 to the handler 2019-10-07 13:33:55.646 15020 INFO octavia.api.v2.controllers.listener [req-34f6871b-3810-439d-b57d-b1455d0ac3c5 - - - - -] Sending Creation of Listener 7dee2dee-6e80-4fec-989b-dd5478a8da58 to handler 2019-10-07 13:33:55.604 15024 INFO octavia.api.v2.controllers.load_balancer [req-a9c5c70c-f2bf-46c6-8002-71759db9ed21 - - - - -] Sending created Load Balancer 04fefd02-536a-4a77-b414-1f63ec72b511 to the handler 2019-10-07 13:33:55.655 15024 INFO oslo_db.sqlalchemy.provision [req-16095bc2-6d4f-471f-b300-4acef867bcd0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:55.657 15024 INFO oslo_db.sqlalchemy.provision [req-16095bc2-6d4f-471f-b300-4acef867bcd0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vccinlhfut 2019-10-07 13:33:55.657 15024 INFO oslo_db.sqlalchemy.provision [req-16095bc2-6d4f-471f-b300-4acef867bcd0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_admin_state_up_filter [0.224670s] ... ok 2019-10-07 13:33:55.660 15024 INFO oslo_db.sqlalchemy.provision [req-16095bc2-6d4f-471f-b300-4acef867bcd0 - - - - -] CREATE BACKEND sqlite:// TOKEN bwvkhohhld 2019-10-07 13:33:55.645 15006 WARNING octavia.api.root_controller [req-b9c23301-618e-46c5-839a-e654fe812710 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:55.656 15006 INFO octavia.api.v2.controllers.load_balancer [req-6e2aecd1-cb4b-4062-b773-f15386edc2ff - - - - -] Sending created Load Balancer f9084bc6-8da2-4586-a5aa-85f1b7450efe to the handler 2019-10-07 13:33:55.701 15006 INFO octavia.api.v2.controllers.listener [req-8040a49c-40ba-4b50-8f02-06c11b50acce - - - - -] Sending Creation of Listener 848373f4-8969-444a-a8ae-1ed38a03e2b7 to handler 2019-10-07 13:33:55.714 15020 INFO octavia.api.v2.controllers.pool [req-5b6b756f-e396-4412-be3e-94c246605f0d - - - - -] Sending Creation of Pool 07c44f02-4ef9-4c3d-b7ac-9df17a14a774 to handler 2019-10-07 13:33:55.752 15024 INFO octavia.common.config [req-16095bc2-6d4f-471f-b300-4acef867bcd0 - - - - -] Logging enabled! 2019-10-07 13:33:55.752 15024 INFO octavia.common.config [req-16095bc2-6d4f-471f-b300-4acef867bcd0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:55.760 15006 INFO octavia.api.v2.controllers.pool [req-82b9659f-9439-4437-86a6-61bef562f19d - - - - -] Sending Creation of Pool 340c1831-78b2-4276-8b97-366f5bbfc2c1 to handler 2019-10-07 13:33:55.779 15024 WARNING octavia.api.root_controller [req-16095bc2-6d4f-471f-b300-4acef867bcd0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:55.793 15024 INFO octavia.api.v2.controllers.load_balancer [req-fad4503f-4c6d-476a-a023-65dcdbffc8f4 - - - - -] Sending created Load Balancer 8a805506-7152-423e-9355-8ef16baa05dc to the handler 2019-10-07 13:33:55.816 15024 INFO octavia.api.v2.controllers.load_balancer [req-40840d8c-9210-4895-98e5-08f11cf93957 - - - - -] Sending created Load Balancer 6536c477-35a1-4273-a2c6-c2d3ad64ec5e to the handler 2019-10-07 13:33:55.844 15024 INFO octavia.api.v2.controllers.load_balancer [req-bd65dced-517d-471c-bff6-d2d511943c67 - - - - -] Sending created Load Balancer 9d53d78d-71a1-4802-b3f1-b53d58da3151 to the handler 2019-10-07 13:33:55.863 15006 INFO octavia.api.v2.controllers.pool [req-0a10cad7-2c09-4293-a0cb-7765981bf73e - - - - -] Sending Creation of Pool ba547d93-89dd-448c-94e9-4a675c2eba7c to handler 2019-10-07 13:33:55.825 15020 INFO octavia.api.v2.controllers.pool [req-3bef0719-1098-4632-b613-024532848aac - - - - -] Sending Creation of Pool d631a957-f00c-49e4-81af-d07c22156b10 to handler 2019-10-07 13:33:55.891 15024 INFO oslo_db.sqlalchemy.provision [req-e68a2960-69cc-4347-b29f-25de68959751 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:55.894 15024 INFO oslo_db.sqlalchemy.provision [req-e68a2960-69cc-4347-b29f-25de68959751 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bwvkhohhld 2019-10-07 13:33:55.895 15024 INFO oslo_db.sqlalchemy.provision [req-e68a2960-69cc-4347-b29f-25de68959751 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_fields_filter [0.237119s] ... ok 2019-10-07 13:33:55.897 15024 INFO oslo_db.sqlalchemy.provision [req-e68a2960-69cc-4347-b29f-25de68959751 - - - - -] CREATE BACKEND sqlite:// TOKEN kdttdazdgt 2019-10-07 13:33:55.981 15006 INFO oslo_db.sqlalchemy.provision [req-078f8fb4-cd1e-45d3-80b9-2ad3e93e87ca - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:55.983 15006 INFO oslo_db.sqlalchemy.provision [req-078f8fb4-cd1e-45d3-80b9-2ad3e93e87ca - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jbjuhugzkf 2019-10-07 13:33:55.983 15006 INFO oslo_db.sqlalchemy.provision [req-078f8fb4-cd1e-45d3-80b9-2ad3e93e87ca - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_create_not_authorized [0.446357s] ... ok 2019-10-07 13:33:55.987 15024 INFO octavia.common.config [req-e68a2960-69cc-4347-b29f-25de68959751 - - - - -] Logging enabled! 2019-10-07 13:33:55.966 15020 INFO octavia.api.v2.controllers.member [req-7c89baae-7bb6-4b7a-8113-19114182b75c - - - - -] Sending Creation of Member c317179a-3193-4f38-8f80-0c0584c12abd to handler 2019-10-07 13:33:55.998 15024 INFO octavia.common.config [req-e68a2960-69cc-4347-b29f-25de68959751 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:55.986 15006 INFO oslo_db.sqlalchemy.provision [req-078f8fb4-cd1e-45d3-80b9-2ad3e93e87ca - - - - -] CREATE BACKEND sqlite:// TOKEN wlrpbloqrp 2019-10-07 13:33:56.025 15024 WARNING octavia.api.root_controller [req-e68a2960-69cc-4347-b29f-25de68959751 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:56.055 15024 INFO octavia.api.v2.controllers.load_balancer [req-6efee840-3e30-416e-b399-ac7543298464 - - - - -] Sending created Load Balancer 86d090ed-123f-4e16-b535-2c5ab6a7ff80 to the handler 2019-10-07 13:33:56.062 15006 INFO octavia.common.config [req-078f8fb4-cd1e-45d3-80b9-2ad3e93e87ca - - - - -] Logging enabled! 2019-10-07 13:33:56.062 15006 INFO octavia.common.config [req-078f8fb4-cd1e-45d3-80b9-2ad3e93e87ca - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:56.074 15020 INFO octavia.api.v2.controllers.load_balancer [req-feece9ab-4e14-41a2-a4d8-71e833f4f53a - - - - -] Sending deleted Load Balancer f30998dd-7e7a-4f7f-ab22-a2bb4fc4afd8 to the handler 2019-10-07 13:33:56.086 15006 WARNING octavia.api.root_controller [req-078f8fb4-cd1e-45d3-80b9-2ad3e93e87ca - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:56.101 15006 INFO octavia.api.v2.controllers.load_balancer [req-30d5d2c6-27a4-4894-b5de-5b4e70548d72 - - - - -] Sending created Load Balancer 65fc047d-9275-4d2f-a6be-0e4c1654fad7 to the handler 2019-10-07 13:33:56.077 15024 INFO octavia.api.v2.controllers.load_balancer [req-90255240-126e-456f-9190-71365de9a285 - - - - -] Sending created Load Balancer f52b8292-88d0-4478-9e12-07145b6693e0 to the handler 2019-10-07 13:33:56.098 15024 INFO octavia.api.v2.controllers.load_balancer [req-2f9c3a55-f497-4f4a-ad92-cbad58f902be - - - - -] Sending created Load Balancer b2be774a-4899-4cfc-9016-43488d499da0 to the handler 2019-10-07 13:33:56.122 15020 INFO octavia.api.v2.controllers.member [req-9e8c7ea9-b718-4611-955c-311af3c4fad8 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:56.137 15020 INFO oslo_db.sqlalchemy.provision [req-9e8c7ea9-b718-4611-955c-311af3c4fad8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:56.139 15020 INFO oslo_db.sqlalchemy.provision [req-9e8c7ea9-b718-4611-955c-311af3c4fad8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uhvzxqwzxc 2019-10-07 13:33:56.139 15020 INFO oslo_db.sqlalchemy.provision [req-9e8c7ea9-b718-4611-955c-311af3c4fad8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_create_when_lb_pending_delete [0.660485s] ... ok 2019-10-07 13:33:56.142 15020 INFO oslo_db.sqlalchemy.provision [req-9e8c7ea9-b718-4611-955c-311af3c4fad8 - - - - -] CREATE BACKEND sqlite:// TOKEN tqdnfzgfwt 2019-10-07 13:33:56.144 15006 INFO octavia.api.v2.controllers.listener [req-04e8c5c7-188c-4d87-8934-08f316f2ad63 - - - - -] Sending Creation of Listener 5dfeb6fa-7473-4c0d-8570-3062413e54f1 to handler 2019-10-07 13:33:56.181 15012 INFO octavia.api.v2.controllers.l7rule [req-e15f010b-8ff1-4dc8-ad50-ffe0810beb81 - - - - -] Sending Creation of L7Rule e0ab1b13-d8e7-4f48-9e03-25dc7ab9e6fb to handler 2019-10-07 13:33:56.206 15006 INFO octavia.api.v2.controllers.pool [req-9ed2aa4c-1c1f-47fb-a6f3-4bc865fb62ad - - - - -] Sending Creation of Pool 6f3c763f-c9a8-4062-85e0-931ffdf6b759 to handler 2019-10-07 13:33:56.150 15024 INFO oslo_db.sqlalchemy.provision [req-6f39dcfd-f86a-47c1-bb05-7611665b948c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:56.152 15024 INFO oslo_db.sqlalchemy.provision [req-6f39dcfd-f86a-47c1-bb05-7611665b948c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kdttdazdgt 2019-10-07 13:33:56.152 15024 INFO oslo_db.sqlalchemy.provision [req-6f39dcfd-f86a-47c1-bb05-7611665b948c - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_filter [0.257109s] ... ok 2019-10-07 13:33:56.155 15024 INFO oslo_db.sqlalchemy.provision [req-6f39dcfd-f86a-47c1-bb05-7611665b948c - - - - -] CREATE BACKEND sqlite:// TOKEN brajhnupnv 2019-10-07 13:33:56.243 15024 INFO octavia.common.config [req-6f39dcfd-f86a-47c1-bb05-7611665b948c - - - - -] Logging enabled! 2019-10-07 13:33:56.243 15024 INFO octavia.common.config [req-6f39dcfd-f86a-47c1-bb05-7611665b948c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:56.227 15020 INFO octavia.common.config [req-9e8c7ea9-b718-4611-955c-311af3c4fad8 - - - - -] Logging enabled! 2019-10-07 13:33:56.227 15020 INFO octavia.common.config [req-9e8c7ea9-b718-4611-955c-311af3c4fad8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:56.251 15020 WARNING octavia.api.root_controller [req-9e8c7ea9-b718-4611-955c-311af3c4fad8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:56.265 15020 INFO octavia.api.v2.controllers.load_balancer [req-aedb390c-1eb6-48bf-9849-1783da67a388 - - - - -] Sending created Load Balancer 47f16722-361a-4b40-a87a-3dab4f6a2045 to the handler 2019-10-07 13:33:56.272 15024 WARNING octavia.api.root_controller [req-6f39dcfd-f86a-47c1-bb05-7611665b948c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:56.283 15024 INFO octavia.api.v2.controllers.load_balancer [req-30b5ab0d-8b49-491b-9b8c-4fe49bfc21c2 - - - - -] Sending created Load Balancer 12d50644-0d73-4cf7-a644-f09cd6b56ec4 to the handler 2019-10-07 13:33:56.306 15006 INFO octavia.api.v2.controllers.pool [req-40d28863-77bd-4d72-a4a4-0188ab3abed7 - - - - -] Sending Creation of Pool ef92eadb-1541-4a69-81c2-c4bb1641b797 to handler 2019-10-07 13:33:56.311 15020 INFO octavia.api.v2.controllers.listener [req-44958025-c095-4169-bf6d-55387d0dad87 - - - - -] Sending Creation of Listener 4e0e29dd-776d-42a2-9468-4686b7204e9b to handler 2019-10-07 13:33:56.308 15024 INFO octavia.api.v2.controllers.load_balancer [req-e5f9d901-87a4-42bc-91d0-fd434a663143 - - - - -] Sending created Load Balancer 0610f4aa-0192-4197-8b2d-1b90ea2f4763 to the handler 2019-10-07 13:33:56.334 15024 INFO octavia.api.v2.controllers.load_balancer [req-911b6fa9-9f2f-4de0-9c9d-a13cd4334473 - - - - -] Sending created Load Balancer b7698b69-1a7b-48c7-be00-0b4bbbe79bdb to the handler 2019-10-07 13:33:56.377 15024 INFO oslo_db.sqlalchemy.provision [req-2c88369f-46ac-4775-8761-a807daedc85d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:56.380 15024 INFO oslo_db.sqlalchemy.provision [req-2c88369f-46ac-4775-8761-a807daedc85d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN brajhnupnv 2019-10-07 13:33:56.380 15024 INFO oslo_db.sqlalchemy.provision [req-2c88369f-46ac-4775-8761-a807daedc85d - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_non_admin [0.227916s] ... ok 2019-10-07 13:33:56.376 15020 INFO octavia.api.v2.controllers.pool [req-14cf4e71-df3e-42d1-9fb7-284957d44503 - - - - -] Sending Creation of Pool 238b82b3-188e-42f2-ab72-f21871c0d7c0 to handler 2019-10-07 13:33:56.399 15024 INFO oslo_db.sqlalchemy.provision [req-2c88369f-46ac-4775-8761-a807daedc85d - - - - -] CREATE BACKEND sqlite:// TOKEN golzjedoyg 2019-10-07 13:33:56.421 15006 INFO octavia.api.v2.controllers.member [req-005b3dfb-0cce-46af-a8f3-8d0e8ccf1c0a - - - - -] Sending Creation of Member 2ea3eced-01a9-484b-99df-434034fb5031 to handler 2019-10-07 13:33:56.477 15024 INFO octavia.common.config [req-2c88369f-46ac-4775-8761-a807daedc85d - - - - -] Logging enabled! 2019-10-07 13:33:56.477 15024 INFO octavia.common.config [req-2c88369f-46ac-4775-8761-a807daedc85d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:56.483 15020 INFO octavia.api.v2.controllers.pool [req-d2763322-a77e-4bb7-a902-bc7e11cafc60 - - - - -] Sending Creation of Pool 27ed1dd9-4ae8-4710-b852-5b4bea49be0e to handler 2019-10-07 13:33:56.509 15024 WARNING octavia.api.root_controller [req-2c88369f-46ac-4775-8761-a807daedc85d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:56.522 15024 INFO octavia.api.v2.controllers.load_balancer [req-eb553e7c-b2c3-4064-936b-5e6c5d2e20bb - - - - -] Sending created Load Balancer a5528ea9-69d5-4308-ac28-3ab5b14a298d to the handler 2019-10-07 13:33:56.606 15020 INFO octavia.api.v2.controllers.member [req-a914aa47-98fb-427c-a03f-54134cb7c128 - - - - -] Sending Creation of Member c2333e86-f1f7-465d-a0b8-ba0ceaaa165d to handler 2019-10-07 13:33:56.656 15024 INFO octavia.api.v2.controllers.load_balancer [req-3f5ec681-ec7d-4e58-a165-743b3e1b3ba7 - cc2c89c8-3af6-4df4-8c9a-4e504ed40e19 - - -] Sending updated Load Balancer a5528ea9-69d5-4308-ac28-3ab5b14a298d to the handler 2019-10-07 13:33:56.683 15006 INFO oslo_db.sqlalchemy.provision [req-ab322101-a9b5-4125-b6e4-36eab6be2f2b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:56.685 15006 INFO oslo_db.sqlalchemy.provision [req-ab322101-a9b5-4125-b6e4-36eab6be2f2b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wlrpbloqrp 2019-10-07 13:33:56.685 15006 INFO oslo_db.sqlalchemy.provision [req-ab322101-a9b5-4125-b6e4-36eab6be2f2b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_create_sans_listener [0.701703s] ... ok 2019-10-07 13:33:56.688 15006 INFO oslo_db.sqlalchemy.provision [req-ab322101-a9b5-4125-b6e4-36eab6be2f2b - - - - -] CREATE BACKEND sqlite:// TOKEN jjjblmhecy 2019-10-07 13:33:56.704 15024 INFO oslo_db.sqlalchemy.provision [req-e4a0d9e5-36b3-408b-871e-ea55b42cf123 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:56.706 15024 INFO oslo_db.sqlalchemy.provision [req-e4a0d9e5-36b3-408b-871e-ea55b42cf123 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN golzjedoyg 2019-10-07 13:33:56.707 15024 INFO oslo_db.sqlalchemy.provision [req-e4a0d9e5-36b3-408b-871e-ea55b42cf123 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_authorized [0.326845s] ... ok 2019-10-07 13:33:56.704 15020 INFO octavia.api.v2.controllers.load_balancer [req-c1ae2c77-da70-415e-967d-9f69c148eed0 - - - - -] Sending updated Load Balancer 47f16722-361a-4b40-a87a-3dab4f6a2045 to the handler 2019-10-07 13:33:56.711 15024 INFO oslo_db.sqlalchemy.provision [req-e4a0d9e5-36b3-408b-871e-ea55b42cf123 - - - - -] CREATE BACKEND sqlite:// TOKEN puyqmqvvef 2019-10-07 13:33:56.765 15006 INFO octavia.common.config [req-ab322101-a9b5-4125-b6e4-36eab6be2f2b - - - - -] Logging enabled! 2019-10-07 13:33:56.766 15006 INFO octavia.common.config [req-ab322101-a9b5-4125-b6e4-36eab6be2f2b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:56.764 15020 INFO octavia.api.v2.controllers.member [req-046e5d70-da60-4306-8f33-473ab809ed46 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:56.776 15020 INFO oslo_db.sqlalchemy.provision [req-046e5d70-da60-4306-8f33-473ab809ed46 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:56.778 15020 INFO oslo_db.sqlalchemy.provision [req-046e5d70-da60-4306-8f33-473ab809ed46 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tqdnfzgfwt 2019-10-07 13:33:56.778 15020 INFO oslo_db.sqlalchemy.provision [req-046e5d70-da60-4306-8f33-473ab809ed46 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_create_when_lb_pending_update [0.638962s] ... ok 2019-10-07 13:33:56.782 15020 INFO oslo_db.sqlalchemy.provision [req-046e5d70-da60-4306-8f33-473ab809ed46 - - - - -] CREATE BACKEND sqlite:// TOKEN vqhsoskgvp 2019-10-07 13:33:56.789 15006 WARNING octavia.api.root_controller [req-ab322101-a9b5-4125-b6e4-36eab6be2f2b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:56.805 15006 INFO octavia.api.v2.controllers.load_balancer [req-0aff159a-cc5b-44ab-a96f-f7a3dae05ecd - - - - -] Sending created Load Balancer 7640ee19-ea4b-4fce-8c7d-87eb8a3dda6c to the handler 2019-10-07 13:33:56.819 15024 INFO octavia.common.config [req-e4a0d9e5-36b3-408b-871e-ea55b42cf123 - - - - -] Logging enabled! 2019-10-07 13:33:56.819 15024 INFO octavia.common.config [req-e4a0d9e5-36b3-408b-871e-ea55b42cf123 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:56.845 15006 INFO octavia.api.v2.controllers.listener [req-331edfe6-f018-4722-9eda-9383506ab9d3 - - - - -] Sending Creation of Listener 0929a9f4-db7e-47e2-9036-81a0e5801b70 to handler 2019-10-07 13:33:56.864 15024 WARNING octavia.api.root_controller [req-e4a0d9e5-36b3-408b-871e-ea55b42cf123 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:56.878 15024 INFO octavia.api.v2.controllers.load_balancer [req-db9bc3e7-2342-4300-9320-9f9eb16c2b1a - - - - -] Sending created Load Balancer 12bb4175-cd97-4faf-a414-1a5b46f4eee1 to the handler 2019-10-07 13:33:56.863 15020 INFO octavia.common.config [req-046e5d70-da60-4306-8f33-473ab809ed46 - - - - -] Logging enabled! 2019-10-07 13:33:56.864 15020 INFO octavia.common.config [req-046e5d70-da60-4306-8f33-473ab809ed46 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:56.885 15020 WARNING octavia.api.root_controller [req-046e5d70-da60-4306-8f33-473ab809ed46 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:56.897 15020 INFO octavia.api.v2.controllers.load_balancer [req-61653598-b66c-4a5c-b8bd-2dd6d01a392a - - - - -] Sending created Load Balancer db9dd37e-d835-43f7-bf28-88647648bd31 to the handler 2019-10-07 13:33:56.909 15006 INFO octavia.api.v2.controllers.pool [req-ad8efb5d-c501-43be-89c4-fbb2d07fe82f - - - - -] Sending Creation of Pool b5e43222-83ac-46ed-aa36-219d72f71d70 to handler 2019-10-07 13:33:56.935 15024 INFO octavia.api.v2.controllers.load_balancer [req-d01131c2-58f2-4a47-9e2a-ea65567f3e47 - - - - -] Sending updated Load Balancer 12bb4175-cd97-4faf-a414-1a5b46f4eee1 to the handler 2019-10-07 13:33:56.943 15020 INFO octavia.api.v2.controllers.listener [req-88072acf-991f-43b1-9a8e-76156b036144 - - - - -] Sending Creation of Listener bac2b243-bb9e-4e28-92a2-8c83c523147a to handler 2019-10-07 13:33:56.971 15024 INFO oslo_db.sqlalchemy.provision [req-c13666cd-c111-45f2-9706-1101964942c7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:56.973 15024 INFO oslo_db.sqlalchemy.provision [req-c13666cd-c111-45f2-9706-1101964942c7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN puyqmqvvef 2019-10-07 13:33:56.973 15024 INFO oslo_db.sqlalchemy.provision [req-c13666cd-c111-45f2-9706-1101964942c7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_bad_handler [0.265792s] ... ok 2019-10-07 13:33:56.976 15024 INFO oslo_db.sqlalchemy.provision [req-c13666cd-c111-45f2-9706-1101964942c7 - - - - -] CREATE BACKEND sqlite:// TOKEN wiyxcqshtb 2019-10-07 13:33:57.015 15006 INFO octavia.api.v2.controllers.pool [req-4b05fc35-74a5-419e-b0b4-f9623c5ed85a - - - - -] Sending Creation of Pool bde09922-f931-4567-b7b4-f08f3460aaba to handler 2019-10-07 13:33:57.007 15020 INFO octavia.api.v2.controllers.pool [req-4d805ef7-f2e8-4942-87d3-44d27c94d061 - - - - -] Sending Creation of Pool 79630ff0-0ba0-49da-8249-7e12735c90c2 to handler 2019-10-07 13:33:57.061 15024 INFO octavia.common.config [req-c13666cd-c111-45f2-9706-1101964942c7 - - - - -] Logging enabled! 2019-10-07 13:33:57.061 15024 INFO octavia.common.config [req-c13666cd-c111-45f2-9706-1101964942c7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:57.086 15024 WARNING octavia.api.root_controller [req-c13666cd-c111-45f2-9706-1101964942c7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:57.109 15020 INFO octavia.api.v2.controllers.pool [req-0518040c-746a-4040-b3b7-f415721a4ebc - - - - -] Sending Creation of Pool cc43aec9-65c4-47ad-8166-ecc353a0d852 to handler 2019-10-07 13:33:57.099 15024 INFO octavia.api.v2.controllers.load_balancer [req-d55537ef-312e-4e11-8283-f7180c8da579 - - - - -] Sending created Load Balancer ad453013-5d62-42cb-bdf5-5ea43ffaa782 to the handler 2019-10-07 13:33:57.138 15006 INFO octavia.api.v2.controllers.member [req-15e08835-7e04-4528-9f28-8ee37a558ae1 - - - - -] Sending Creation of Member aa043cd6-3bc4-44df-b6be-03a33572cdb9 to handler 2019-10-07 13:33:57.141 15024 INFO oslo_db.sqlalchemy.provision [req-fc629778-0f07-44cf-919e-06556bf03bac - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:57.143 15024 INFO oslo_db.sqlalchemy.provision [req-fc629778-0f07-44cf-919e-06556bf03bac - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wiyxcqshtb 2019-10-07 13:33:57.143 15024 INFO oslo_db.sqlalchemy.provision [req-fc629778-0f07-44cf-919e-06556bf03bac - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_bad_qos [0.170217s] ... ok 2019-10-07 13:33:57.147 15024 INFO oslo_db.sqlalchemy.provision [req-fc629778-0f07-44cf-919e-06556bf03bac - - - - -] CREATE BACKEND sqlite:// TOKEN jjpukpwawa 2019-10-07 13:33:57.229 15020 INFO octavia.api.v2.controllers.health_monitor [req-fc3b00d4-7f06-487a-8f8c-452cfc4b45fc - - - - -] Sending Creation of Health Monitor dbf6a3a5-23d1-485f-8f1f-2965c0983c0d to handler 2019-10-07 13:33:57.228 15024 INFO octavia.common.config [req-fc629778-0f07-44cf-919e-06556bf03bac - - - - -] Logging enabled! 2019-10-07 13:33:57.228 15024 INFO octavia.common.config [req-fc629778-0f07-44cf-919e-06556bf03bac - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:57.252 15024 WARNING octavia.api.root_controller [req-fc629778-0f07-44cf-919e-06556bf03bac - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:57.266 15024 INFO octavia.api.v2.controllers.load_balancer [req-4d8d90f9-a0bd-4347-baac-b4b93f5bbbbd - - - - -] Sending created Load Balancer 3e3a7a21-270d-4999-a301-9a07fa6ccad8 to the handler 2019-10-07 13:33:57.305 15024 INFO oslo_db.sqlalchemy.provision [req-066ab053-effa-4de3-8ef1-a77d244a380f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:57.306 15024 INFO oslo_db.sqlalchemy.provision [req-066ab053-effa-4de3-8ef1-a77d244a380f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jjpukpwawa 2019-10-07 13:33:57.307 15024 INFO oslo_db.sqlalchemy.provision [req-066ab053-effa-4de3-8ef1-a77d244a380f - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_vip [0.163143s] ... ok 2019-10-07 13:33:57.311 15024 INFO oslo_db.sqlalchemy.provision [req-066ab053-effa-4de3-8ef1-a77d244a380f - - - - -] CREATE BACKEND sqlite:// TOKEN liorbufsfp 2019-10-07 13:33:57.346 15020 INFO octavia.api.v2.controllers.member [req-7cc519ae-2e49-4f6d-95fc-705f3b551303 - - - - -] Sending Creation of Member ab94f218-c611-415c-982d-30a49377c5f7 to handler 2019-10-07 13:33:57.376 15006 INFO oslo_db.sqlalchemy.provision [req-ad1063f2-6182-4d3d-876f-313105016d68 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:57.379 15006 INFO oslo_db.sqlalchemy.provision [req-ad1063f2-6182-4d3d-876f-313105016d68 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jjjblmhecy 2019-10-07 13:33:57.379 15006 INFO oslo_db.sqlalchemy.provision [req-ad1063f2-6182-4d3d-876f-313105016d68 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_bad_handler [0.696999s] ... ok 2019-10-07 13:33:57.385 15006 INFO oslo_db.sqlalchemy.provision [req-ad1063f2-6182-4d3d-876f-313105016d68 - - - - -] CREATE BACKEND sqlite:// TOKEN gjqjnstejf 2019-10-07 13:33:57.388 15024 INFO octavia.common.config [req-066ab053-effa-4de3-8ef1-a77d244a380f - - - - -] Logging enabled! 2019-10-07 13:33:57.389 15024 INFO octavia.common.config [req-066ab053-effa-4de3-8ef1-a77d244a380f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:57.429 15024 WARNING octavia.api.root_controller [req-066ab053-effa-4de3-8ef1-a77d244a380f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:57.459 15024 INFO oslo_db.sqlalchemy.provision [req-115dcce4-a949-46c8-8b86-fe1d6a800569 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:57.461 15024 INFO oslo_db.sqlalchemy.provision [req-115dcce4-a949-46c8-8b86-fe1d6a800569 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN liorbufsfp 2019-10-07 13:33:57.461 15024 INFO oslo_db.sqlalchemy.provision [req-115dcce4-a949-46c8-8b86-fe1d6a800569 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_pools [0.154198s] ... ok 2019-10-07 13:33:57.460 15006 INFO octavia.common.config [req-ad1063f2-6182-4d3d-876f-313105016d68 - - - - -] Logging enabled! 2019-10-07 13:33:57.461 15006 INFO octavia.common.config [req-ad1063f2-6182-4d3d-876f-313105016d68 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:57.471 15020 INFO oslo_db.sqlalchemy.provision [req-66149c3e-b19e-48a0-9dd0-f76113af3a5f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:57.472 15020 INFO oslo_db.sqlalchemy.provision [req-66149c3e-b19e-48a0-9dd0-f76113af3a5f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vqhsoskgvp 2019-10-07 13:33:57.472 15020 INFO oslo_db.sqlalchemy.provision [req-66149c3e-b19e-48a0-9dd0-f76113af3a5f - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_health_monitor [0.694115s] ... ok 2019-10-07 13:33:57.476 15020 INFO oslo_db.sqlalchemy.provision [req-66149c3e-b19e-48a0-9dd0-f76113af3a5f - - - - -] CREATE BACKEND sqlite:// TOKEN xpjcfpplyl 2019-10-07 13:33:57.464 15024 INFO oslo_db.sqlalchemy.provision [req-115dcce4-a949-46c8-8b86-fe1d6a800569 - - - - -] CREATE BACKEND sqlite:// TOKEN vrzykvkkvd 2019-10-07 13:33:57.490 15006 WARNING octavia.api.root_controller [req-ad1063f2-6182-4d3d-876f-313105016d68 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:57.505 15006 INFO octavia.api.v2.controllers.load_balancer [req-7b8437eb-df92-4a5f-bbec-da8ab34ce209 - - - - -] Sending created Load Balancer bc6017a0-977a-4182-804f-b90cd4f91caf to the handler 2019-10-07 13:33:57.539 15012 INFO octavia.api.v2.controllers.l7rule [req-3f2ead47-6adc-4377-a36e-adce22288332 - - - - -] Sending Creation of L7Rule de444cc5-d9c5-4469-a172-1fa07ba31b6f to handler 2019-10-07 13:33:57.554 15020 INFO octavia.common.config [req-66149c3e-b19e-48a0-9dd0-f76113af3a5f - - - - -] Logging enabled! 2019-10-07 13:33:57.555 15020 INFO octavia.common.config [req-66149c3e-b19e-48a0-9dd0-f76113af3a5f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:57.556 15024 INFO octavia.common.config [req-115dcce4-a949-46c8-8b86-fe1d6a800569 - - - - -] Logging enabled! 2019-10-07 13:33:57.556 15024 INFO octavia.common.config [req-115dcce4-a949-46c8-8b86-fe1d6a800569 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:57.579 15024 WARNING octavia.api.root_controller [req-115dcce4-a949-46c8-8b86-fe1d6a800569 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:57.545 15006 INFO octavia.api.v2.controllers.listener [req-5273fece-cc54-4fab-b107-34096a64cca4 - - - - -] Sending Creation of Listener 0514f381-d2a9-46da-9249-6408cbf37ed3 to handler 2019-10-07 13:33:57.579 15020 WARNING octavia.api.root_controller [req-66149c3e-b19e-48a0-9dd0-f76113af3a5f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:57.597 15020 INFO octavia.api.v2.controllers.load_balancer [req-45c21639-56a2-46c2-b6fb-9f83120e52b9 - - - - -] Sending created Load Balancer 0b34d550-0d47-4fe1-9f36-6882b04ab71f to the handler 2019-10-07 13:33:57.596 15024 ERROR wsme.api [req-63736ef0-2cf6-4610-9f34-16a2dfc6a7c3 - - - - -] 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.2/octavia/api/v2/controllers/load_balancer.py", line 314, 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.2/octavia/api/v2/controllers/load_balancer.py", line 292, 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-10-07 13:33:57.611 15024 INFO oslo_db.sqlalchemy.provision [req-63736ef0-2cf6-4610-9f34-16a2dfc6a7c3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:57.612 15024 INFO oslo_db.sqlalchemy.provision [req-63736ef0-2cf6-4610-9f34-16a2dfc6a7c3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vrzykvkkvd 2019-10-07 13:33:57.612 15024 INFO oslo_db.sqlalchemy.provision [req-63736ef0-2cf6-4610-9f34-16a2dfc6a7c3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_db_create_failure [0.151064s] ... ok 2019-10-07 13:33:57.616 15024 INFO oslo_db.sqlalchemy.provision [req-63736ef0-2cf6-4610-9f34-16a2dfc6a7c3 - - - - -] CREATE BACKEND sqlite:// TOKEN oobndhwwiw 2019-10-07 13:33:57.617 15006 INFO octavia.api.v2.controllers.pool [req-1b59731a-ee53-4010-a74c-cd9b90efda2c - - - - -] Sending Creation of Pool d526bf29-1c23-47e5-93d3-2616098f9456 to handler 2019-10-07 13:33:57.642 15020 INFO octavia.api.v2.controllers.listener [req-ce6d0b72-0cba-49db-a1e8-04a97e148371 - - - - -] Sending Creation of Listener 94911c7a-ee8e-438d-9c3b-1714d0985866 to handler 2019-10-07 13:33:57.701 15020 INFO octavia.api.v2.controllers.pool [req-139fecb4-2a37-454a-9759-8f9f7ca7a45e - - - - -] Sending Creation of Pool 58932461-a005-4925-8579-dd5b441bd2fa to handler 2019-10-07 13:33:57.717 15024 INFO octavia.common.config [req-63736ef0-2cf6-4610-9f34-16a2dfc6a7c3 - - - - -] Logging enabled! 2019-10-07 13:33:57.718 15024 INFO octavia.common.config [req-63736ef0-2cf6-4610-9f34-16a2dfc6a7c3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:57.721 15006 INFO octavia.api.v2.controllers.pool [req-fbe4267e-2361-44c6-a1dc-6c2e5460d201 - - - - -] Sending Creation of Pool 2f493649-7241-464e-b117-e5a48f9f5f9e to handler 2019-10-07 13:33:57.751 15024 WARNING octavia.api.root_controller [req-63736ef0-2cf6-4610-9f34-16a2dfc6a7c3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:57.777 15024 INFO oslo_db.sqlalchemy.provision [req-487ebf04-d62b-4070-95a8-aea7c332ab66 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:57.778 15024 INFO oslo_db.sqlalchemy.provision [req-487ebf04-d62b-4070-95a8-aea7c332ab66 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oobndhwwiw 2019-10-07 13:33:57.778 15024 INFO oslo_db.sqlalchemy.provision [req-487ebf04-d62b-4070-95a8-aea7c332ab66 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_pool_mandatory_attributes [0.165637s] ... ok 2019-10-07 13:33:57.785 15024 INFO oslo_db.sqlalchemy.provision [req-487ebf04-d62b-4070-95a8-aea7c332ab66 - - - - -] CREATE BACKEND sqlite:// TOKEN qsveseobhv 2019-10-07 13:33:57.807 15020 INFO octavia.api.v2.controllers.pool [req-289724f1-cfc9-4332-88ed-eae29e96580d - - - - -] Sending Creation of Pool 5dc4a6f2-a88b-4131-b5d7-6ca15278a2bb to handler 2019-10-07 13:33:57.841 15006 INFO octavia.api.v2.controllers.member [req-7a53e2e4-8aae-448d-8cea-972916e4e6ea - - - - -] Sending Creation of Member a9e3a38c-8350-479c-8f2d-a19a7cfdcdde to handler 2019-10-07 13:33:57.856 15006 INFO oslo_db.sqlalchemy.provision [req-7a53e2e4-8aae-448d-8cea-972916e4e6ea - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:57.858 15006 INFO oslo_db.sqlalchemy.provision [req-7a53e2e4-8aae-448d-8cea-972916e4e6ea - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gjqjnstejf 2019-10-07 13:33:57.858 15006 INFO oslo_db.sqlalchemy.provision [req-7a53e2e4-8aae-448d-8cea-972916e4e6ea - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_project_id_is_ignored [0.475761s] ... ok 2019-10-07 13:33:57.861 15006 INFO oslo_db.sqlalchemy.provision [req-7a53e2e4-8aae-448d-8cea-972916e4e6ea - - - - -] CREATE BACKEND sqlite:// TOKEN ugqqfrvkvc 2019-10-07 13:33:57.867 15024 INFO octavia.common.config [req-487ebf04-d62b-4070-95a8-aea7c332ab66 - - - - -] Logging enabled! 2019-10-07 13:33:57.867 15024 INFO octavia.common.config [req-487ebf04-d62b-4070-95a8-aea7c332ab66 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:57.895 15024 WARNING octavia.api.root_controller [req-487ebf04-d62b-4070-95a8-aea7c332ab66 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:57.916 15024 INFO octavia.api.v2.controllers.load_balancer [req-c925e871-ef97-4801-841a-a6b32063da2c - - - - -] Sending created Load Balancer dcede00f-0884-48d4-8fba-2574167e233b to the handler 2019-10-07 13:33:57.948 15024 INFO oslo_db.sqlalchemy.provision [req-938099a5-a202-4a77-a148-c2a11317f665 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:57.950 15024 INFO oslo_db.sqlalchemy.provision [req-938099a5-a202-4a77-a148-c2a11317f665 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qsveseobhv 2019-10-07 13:33:57.950 15024 INFO oslo_db.sqlalchemy.provision [req-938099a5-a202-4a77-a148-c2a11317f665 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_status [0.171352s] ... ok 2019-10-07 13:33:57.948 15020 INFO octavia.api.v2.controllers.member [req-eee392f6-2151-4fd7-ad9a-264252593e82 - - - - -] Sending Creation of Member 6c8faa27-6b4a-459e-ac6d-3e6b9c763586 to handler 2019-10-07 13:33:57.978 15020 INFO oslo_db.sqlalchemy.provision [req-eee392f6-2151-4fd7-ad9a-264252593e82 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:57.937 15006 INFO octavia.common.config [req-7a53e2e4-8aae-448d-8cea-972916e4e6ea - - - - -] Logging enabled! 2019-10-07 13:33:57.937 15006 INFO octavia.common.config [req-7a53e2e4-8aae-448d-8cea-972916e4e6ea - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:57.958 15006 WARNING octavia.api.root_controller [req-7a53e2e4-8aae-448d-8cea-972916e4e6ea - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:57.976 15006 INFO octavia.api.v2.controllers.load_balancer [req-6eda216b-e044-4231-8e91-d1eb5b1b1fc5 - - - - -] Sending created Load Balancer e8f9c43e-95cf-42d1-b3ae-a96087bcc2c0 to the handler 2019-10-07 13:33:57.953 15024 INFO oslo_db.sqlalchemy.provision [req-938099a5-a202-4a77-a148-c2a11317f665 - - - - -] CREATE BACKEND sqlite:// TOKEN zpbkgoqtmg 2019-10-07 13:33:57.989 15020 INFO oslo_db.sqlalchemy.provision [req-eee392f6-2151-4fd7-ad9a-264252593e82 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xpjcfpplyl 2019-10-07 13:33:57.989 15020 INFO oslo_db.sqlalchemy.provision [req-eee392f6-2151-4fd7-ad9a-264252593e82 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_valid_subnet [0.516176s] ... ok 2019-10-07 13:33:57.992 15020 INFO oslo_db.sqlalchemy.provision [req-eee392f6-2151-4fd7-ad9a-264252593e82 - - - - -] CREATE BACKEND sqlite:// TOKEN ivztpttlzk 2019-10-07 13:33:58.015 15006 INFO octavia.api.v2.controllers.listener [req-7f0ed753-573e-49f0-8528-eed3b4ca76d1 - - - - -] Sending Creation of Listener be69ddff-d15d-4a61-8109-3d98bb3b6aba to handler 2019-10-07 13:33:58.046 15024 INFO octavia.common.config [req-938099a5-a202-4a77-a148-c2a11317f665 - - - - -] Logging enabled! 2019-10-07 13:33:58.046 15024 INFO octavia.common.config [req-938099a5-a202-4a77-a148-c2a11317f665 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:58.077 15024 WARNING octavia.api.root_controller [req-938099a5-a202-4a77-a148-c2a11317f665 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:58.073 15006 INFO octavia.api.v2.controllers.pool [req-c1ea308d-cc37-4337-9098-218edf85318f - - - - -] Sending Creation of Pool dfa4aa5c-ab93-46e7-a140-41a43b88ff1e to handler 2019-10-07 13:33:58.071 15020 INFO octavia.common.config [req-eee392f6-2151-4fd7-ad9a-264252593e82 - - - - -] Logging enabled! 2019-10-07 13:33:58.071 15020 INFO octavia.common.config [req-eee392f6-2151-4fd7-ad9a-264252593e82 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:58.091 15024 INFO octavia.api.v2.controllers.load_balancer [req-9291a176-45b5-4f8f-9564-7b125bf29e2c - - - - -] Sending created Load Balancer a4fb667c-5795-497a-b90a-787090096fb9 to the handler 2019-10-07 13:33:58.098 15020 WARNING octavia.api.root_controller [req-eee392f6-2151-4fd7-ad9a-264252593e82 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:58.113 15020 INFO octavia.api.v2.controllers.load_balancer [req-4089637e-3550-4b4f-8e3c-520e153cafa3 - - - - -] Sending created Load Balancer 61ecec77-d1fb-4cb7-8017-789838f5f790 to the handler 2019-10-07 13:33:58.133 15024 INFO octavia.api.v2.controllers.listener [req-f74cca91-2814-45fa-a8ad-4b15808283d8 - - - - -] Sending Creation of Listener bf50a5a8-e4b3-438d-87e1-4bb98bebde58 to handler 2019-10-07 13:33:58.155 15020 INFO octavia.api.v2.controllers.listener [req-dbeca0f0-5eda-4d57-9698-967af61bd74c - - - - -] Sending Creation of Listener abcd36ee-0a82-4b01-a286-c621b983d8c8 to handler 2019-10-07 13:33:58.171 15006 INFO octavia.api.v2.controllers.pool [req-0dd9b17e-1863-43f4-b73a-fb387c214dbd - - - - -] Sending Creation of Pool 676dd532-aec7-4030-a6e7-23f0948d1c05 to handler 2019-10-07 13:33:58.184 15024 INFO oslo_db.sqlalchemy.provision [req-934e458d-a932-47fc-9eb7-828916a190c9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:58.186 15024 INFO oslo_db.sqlalchemy.provision [req-934e458d-a932-47fc-9eb7-828916a190c9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zpbkgoqtmg 2019-10-07 13:33:58.186 15024 INFO oslo_db.sqlalchemy.provision [req-934e458d-a932-47fc-9eb7-828916a190c9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_listener [0.236138s] ... ok 2019-10-07 13:33:58.189 15024 INFO oslo_db.sqlalchemy.provision [req-934e458d-a932-47fc-9eb7-828916a190c9 - - - - -] CREATE BACKEND sqlite:// TOKEN uxaootldfr 2019-10-07 13:33:58.223 15020 INFO octavia.api.v2.controllers.pool [req-aa4eb67e-9a18-4edd-ad5e-47ad4809d924 - - - - -] Sending Creation of Pool aee8208d-d5cf-4474-b988-da255998ac1d to handler 2019-10-07 13:33:58.275 15024 INFO octavia.common.config [req-934e458d-a932-47fc-9eb7-828916a190c9 - - - - -] Logging enabled! 2019-10-07 13:33:58.275 15024 INFO octavia.common.config [req-934e458d-a932-47fc-9eb7-828916a190c9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:58.296 15006 INFO octavia.api.v2.controllers.member [req-00eb9d90-cb8c-4ad1-b80f-22056ab7b780 - - - - -] Sending Creation of Member 2dae5953-b7de-4e95-889c-6755bf6bb637 to handler 2019-10-07 13:33:58.296 15024 WARNING octavia.api.root_controller [req-934e458d-a932-47fc-9eb7-828916a190c9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:58.317 15024 INFO octavia.api.v2.controllers.load_balancer [req-4f3969a4-d3bc-45aa-b0f7-a5fabbd38b88 - - - - -] Sending created Load Balancer 6ce3854d-0834-42a1-8ed0-8001d972dd27 to the handler 2019-10-07 13:33:58.329 15020 INFO octavia.api.v2.controllers.pool [req-26b93cc6-fdf9-498a-87bd-27494ed76a53 - - - - -] Sending Creation of Pool 22d33593-e391-4375-8db7-8c5a795f15ed to handler 2019-10-07 13:33:58.361 15024 INFO octavia.api.v2.controllers.listener [req-776dab6d-4463-4f00-85c9-809dec2195d4 - - - - -] Sending Creation of Listener e3625628-1eb0-444d-8525-dad6ec4411b2 to handler 2019-10-07 13:33:58.426 15006 INFO octavia.api.v2.controllers.member [req-606b8cc5-421e-4593-8707-54cbc87d3cb1 - - - - -] Sending Creation of Member 4fd6b22f-bb02-4c87-a072-93c659bcda7d to handler 2019-10-07 13:33:58.443 15020 INFO octavia.api.v2.controllers.member [req-a93381c5-cd16-4c22-b4b8-1526b9ffef62 - - - - -] Sending Creation of Member 7c1a9881-5fce-4b6d-a1b2-86c5f939fd18 to handler 2019-10-07 13:33:58.448 15024 INFO octavia.api.v2.controllers.pool [req-7498009c-7ba0-4db7-90c7-c626bffb2808 - - - - -] Sending Creation of Pool 67e0b0d7-6b98-4f77-ac9e-25b39fb8d2e1 to handler 2019-10-07 13:33:58.563 15006 INFO octavia.api.v2.controllers.member [req-9f78ed24-6a5c-41c0-85c0-681ba2b39527 - - - - -] Sending Full Member Update to handler 2019-10-07 13:33:58.571 15020 INFO octavia.api.v2.controllers.member [req-32196813-fac0-410b-abf6-7233c2f02494 - 4e6070ab-f8fc-4d8e-9a4e-708b20401d4e - - -] Sending Deletion of Member 7c1a9881-5fce-4b6d-a1b2-86c5f939fd18 to handler 2019-10-07 13:33:58.581 15024 INFO octavia.api.v2.controllers.member [req-a3c7ab6f-803c-425a-b458-eeaeabcf8dde - - - - -] Sending Creation of Member e02ce111-1b8b-48a5-9a8e-5e051d4e9eea to handler 2019-10-07 13:33:58.607 15006 INFO oslo_db.sqlalchemy.provision [req-a23a966d-9ab7-4143-928f-fd9be1d90a41 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:58.608 15006 INFO oslo_db.sqlalchemy.provision [req-a23a966d-9ab7-4143-928f-fd9be1d90a41 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ugqqfrvkvc 2019-10-07 13:33:58.608 15006 INFO oslo_db.sqlalchemy.provision [req-a23a966d-9ab7-4143-928f-fd9be1d90a41 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_batch_members [0.750205s] ... ok 2019-10-07 13:33:58.611 15006 INFO oslo_db.sqlalchemy.provision [req-a23a966d-9ab7-4143-928f-fd9be1d90a41 - - - - -] CREATE BACKEND sqlite:// TOKEN jwcgzjieot 2019-10-07 13:33:58.674 15012 INFO octavia.api.v2.controllers.l7rule [req-a2b01920-9945-43bc-bfe3-3010300a0c46 - - - - -] Sending Creation of L7Rule 6dff4b56-b3fd-46e1-b0a5-ff0c309d1f9a to handler 2019-10-07 13:33:58.678 15006 INFO octavia.common.config [req-a23a966d-9ab7-4143-928f-fd9be1d90a41 - - - - -] Logging enabled! 2019-10-07 13:33:58.679 15006 INFO octavia.common.config [req-a23a966d-9ab7-4143-928f-fd9be1d90a41 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:58.699 15006 WARNING octavia.api.root_controller [req-a23a966d-9ab7-4143-928f-fd9be1d90a41 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:58.712 15006 INFO octavia.api.v2.controllers.load_balancer [req-a6440937-a0a2-4b39-a758-fbe2382db794 - - - - -] Sending created Load Balancer 6413b37a-3fd0-4438-b345-c506a9049635 to the handler 2019-10-07 13:33:58.736 15024 INFO octavia.api.v2.controllers.member [req-f3b579b0-4a68-40aa-827c-40f31013e5c0 - - - - -] Sending Creation of Member eb7311f9-4b0b-4c75-8f59-bd058a74adc3 to handler 2019-10-07 13:33:58.751 15006 INFO octavia.api.v2.controllers.listener [req-35ae8359-782d-4f0a-bd6e-c0c249404866 - - - - -] Sending Creation of Listener 86d7333d-115d-46ef-9aac-9c737546221e to handler 2019-10-07 13:33:58.786 15024 INFO oslo_db.sqlalchemy.provision [req-56608160-5fbb-47fd-b68d-900d269ebde0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:58.788 15024 INFO oslo_db.sqlalchemy.provision [req-56608160-5fbb-47fd-b68d-900d269ebde0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uxaootldfr 2019-10-07 13:33:58.788 15024 INFO oslo_db.sqlalchemy.provision [req-56608160-5fbb-47fd-b68d-900d269ebde0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_members [0.601564s] ... ok 2019-10-07 13:33:58.811 15006 INFO octavia.api.v2.controllers.pool [req-576f1269-07b9-40bd-a6bb-7a95e2c42720 - - - - -] Sending Creation of Pool d75900b5-c0b1-44b1-81b0-569acedde447 to handler 2019-10-07 13:33:58.811 15024 INFO oslo_db.sqlalchemy.provision [req-56608160-5fbb-47fd-b68d-900d269ebde0 - - - - -] CREATE BACKEND sqlite:// TOKEN vgfmtxbhrb 2019-10-07 13:33:58.839 15020 INFO oslo_db.sqlalchemy.provision [req-2f77574c-336f-4051-90c5-ff7edbfa7ed5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:58.841 15020 INFO oslo_db.sqlalchemy.provision [req-2f77574c-336f-4051-90c5-ff7edbfa7ed5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ivztpttlzk 2019-10-07 13:33:58.841 15020 INFO oslo_db.sqlalchemy.provision [req-2f77574c-336f-4051-90c5-ff7edbfa7ed5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_authorized [0.851968s] ... ok 2019-10-07 13:33:58.844 15020 INFO oslo_db.sqlalchemy.provision [req-2f77574c-336f-4051-90c5-ff7edbfa7ed5 - - - - -] CREATE BACKEND sqlite:// TOKEN fdsqpfkwkn 2019-10-07 13:33:58.906 15006 INFO octavia.api.v2.controllers.pool [req-43423e30-0f6a-4a45-a7bc-5d16c6ee3beb - - - - -] Sending Creation of Pool e45c4296-3f80-4b42-ae42-32c28f8e68b3 to handler 2019-10-07 13:33:58.915 15024 INFO octavia.common.config [req-56608160-5fbb-47fd-b68d-900d269ebde0 - - - - -] Logging enabled! 2019-10-07 13:33:58.916 15024 INFO octavia.common.config [req-56608160-5fbb-47fd-b68d-900d269ebde0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:58.919 15020 INFO octavia.common.config [req-2f77574c-336f-4051-90c5-ff7edbfa7ed5 - - - - -] Logging enabled! 2019-10-07 13:33:58.923 15020 INFO octavia.common.config [req-2f77574c-336f-4051-90c5-ff7edbfa7ed5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:58.943 15020 WARNING octavia.api.root_controller [req-2f77574c-336f-4051-90c5-ff7edbfa7ed5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:58.955 15020 INFO octavia.api.v2.controllers.load_balancer [req-20d4e809-8699-4ded-bbf6-1b8306a00d4d - - - - -] Sending created Load Balancer 8fb89c55-f623-44b9-b41e-cdffbf470ef1 to the handler 2019-10-07 13:33:58.939 15024 WARNING octavia.api.root_controller [req-56608160-5fbb-47fd-b68d-900d269ebde0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:58.956 15024 INFO octavia.api.v2.controllers.load_balancer [req-9ed1f279-4a95-44c6-acc1-e6bf3185d04d - - - - -] Sending created Load Balancer c91c505c-817d-4500-aaa8-3e7509f84509 to the handler 2019-10-07 13:33:59.018 15024 INFO octavia.api.v2.controllers.listener [req-e08ab8ef-304c-4c0b-81fc-553222056f02 - - - - -] Sending Creation of Listener db0c68ab-3100-417c-b31f-9edcec583507 to handler 2019-10-07 13:33:59.003 15020 INFO octavia.api.v2.controllers.listener [req-a91d7762-efc6-44d0-bbc2-f1b3c619d754 - - - - -] Sending Creation of Listener 634b91ff-026e-4f33-b768-692549550940 to handler 2019-10-07 13:33:59.027 15006 INFO octavia.api.v2.controllers.pool [req-b01622b6-15a5-4f7e-b0ef-26c19a3cf423 - - - - -] Sending Creation of Pool f9fe87a7-bb12-4159-8b3d-0221a8bcbc56 to handler 2019-10-07 13:33:59.154 15024 INFO octavia.api.v2.controllers.pool [req-7fa8935f-8fda-4923-aca4-f58ea0949f15 - - - - -] Sending Creation of Pool dda5c298-1f82-47da-9111-b63129e197ab to handler 2019-10-07 13:33:59.196 15024 INFO oslo_db.sqlalchemy.provision [req-3c1d346a-983c-46a2-89f6-bc49c923dd9b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:59.197 15024 INFO oslo_db.sqlalchemy.provision [req-3c1d346a-983c-46a2-89f6-bc49c923dd9b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vgfmtxbhrb 2019-10-07 13:33:59.197 15024 INFO oslo_db.sqlalchemy.provision [req-3c1d346a-983c-46a2-89f6-bc49c923dd9b - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_pool [0.409368s] ... ok 2019-10-07 13:33:59.204 15024 INFO oslo_db.sqlalchemy.provision [req-3c1d346a-983c-46a2-89f6-bc49c923dd9b - - - - -] CREATE BACKEND sqlite:// TOKEN jtufebcicv 2019-10-07 13:33:59.156 15006 INFO octavia.api.v2.controllers.member [req-ecf9f9fa-3cd5-4d8f-8683-e17fb00f240b - - - - -] Sending Creation of Member 407b7291-75db-46b1-aea6-a94c417dcb7a to handler 2019-10-07 13:33:59.153 15020 INFO octavia.api.v2.controllers.pool [req-f4ab7b5d-05c9-4e91-8266-ed53e78c595f - - - - -] Sending Creation of Pool 374f0bbb-40f8-4bcd-82f4-49ea87dc3abc to handler 2019-10-07 13:33:59.249 15020 INFO octavia.api.v2.controllers.pool [req-c909fab9-c60f-4865-8567-f82539482af8 - - - - -] Sending Creation of Pool d66c7688-2809-4810-b3f8-19000725e039 to handler 2019-10-07 13:33:59.286 15006 INFO oslo_db.sqlalchemy.provision [req-30bfb592-d59f-4d3e-939e-b9e9f3081230 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:59.287 15006 INFO oslo_db.sqlalchemy.provision [req-30bfb592-d59f-4d3e-939e-b9e9f3081230 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jwcgzjieot 2019-10-07 13:33:59.288 15006 INFO oslo_db.sqlalchemy.provision [req-30bfb592-d59f-4d3e-939e-b9e9f3081230 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_mismatch_pool [0.679099s] ... ok 2019-10-07 13:33:59.285 15024 INFO octavia.common.config [req-3c1d346a-983c-46a2-89f6-bc49c923dd9b - - - - -] Logging enabled! 2019-10-07 13:33:59.286 15024 INFO octavia.common.config [req-3c1d346a-983c-46a2-89f6-bc49c923dd9b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:59.308 15024 WARNING octavia.api.root_controller [req-3c1d346a-983c-46a2-89f6-bc49c923dd9b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:59.294 15006 INFO oslo_db.sqlalchemy.provision [req-30bfb592-d59f-4d3e-939e-b9e9f3081230 - - - - -] CREATE BACKEND sqlite:// TOKEN zaijgrluop 2019-10-07 13:33:59.354 15024 INFO oslo_db.sqlalchemy.provision [req-ca2d7546-d971-45b1-8ee1-fed7be13117c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:59.355 15024 INFO oslo_db.sqlalchemy.provision [req-ca2d7546-d971-45b1-8ee1-fed7be13117c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jtufebcicv 2019-10-07 13:33:59.356 15024 INFO oslo_db.sqlalchemy.provision [req-ca2d7546-d971-45b1-8ee1-fed7be13117c - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_member_invalid_address [0.157781s] ... ok 2019-10-07 13:33:59.370 15006 INFO octavia.common.config [req-30bfb592-d59f-4d3e-939e-b9e9f3081230 - - - - -] Logging enabled! 2019-10-07 13:33:59.370 15006 INFO octavia.common.config [req-30bfb592-d59f-4d3e-939e-b9e9f3081230 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:59.358 15024 INFO oslo_db.sqlalchemy.provision [req-ca2d7546-d971-45b1-8ee1-fed7be13117c - - - - -] CREATE BACKEND sqlite:// TOKEN bxrqyrruhe 2019-10-07 13:33:59.391 15006 WARNING octavia.api.root_controller [req-30bfb592-d59f-4d3e-939e-b9e9f3081230 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:59.403 15006 INFO octavia.api.v2.controllers.load_balancer [req-e738c13e-608f-45a6-8b5b-15a450b7d02f - - - - -] Sending created Load Balancer bbf705cf-e26a-417b-b85d-fb7c9acc66c9 to the handler 2019-10-07 13:33:59.402 15020 INFO octavia.api.v2.controllers.member [req-4aea30b0-1ac5-45b1-aabb-412f95417f94 - - - - -] Sending Creation of Member 2da7a43e-c422-4ac9-bea5-58e22678a9c3 to handler 2019-10-07 13:33:59.439 15024 INFO octavia.common.config [req-ca2d7546-d971-45b1-8ee1-fed7be13117c - - - - -] Logging enabled! 2019-10-07 13:33:59.439 15024 INFO octavia.common.config [req-ca2d7546-d971-45b1-8ee1-fed7be13117c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:59.441 15006 INFO octavia.api.v2.controllers.listener [req-aa2b9fcf-3671-49bc-8d16-ff9989449e63 - - - - -] Sending Creation of Listener 52e8f36e-311a-492f-9890-bf3a203c9b7d to handler 2019-10-07 13:33:59.462 15024 WARNING octavia.api.root_controller [req-ca2d7546-d971-45b1-8ee1-fed7be13117c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:59.478 15024 INFO octavia.api.v2.controllers.load_balancer [req-30d90cb6-019d-4b6c-86b2-5b22a12cac80 - - - - -] Sending created Load Balancer 9a1230b6-01c0-4fe0-bd02-0d4623d31a65 to the handler 2019-10-07 13:33:59.498 15024 INFO oslo_db.sqlalchemy.provision [req-30d90cb6-019d-4b6c-86b2-5b22a12cac80 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:59.500 15024 INFO oslo_db.sqlalchemy.provision [req-30d90cb6-019d-4b6c-86b2-5b22a12cac80 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bxrqyrruhe 2019-10-07 13:33:59.501 15024 INFO oslo_db.sqlalchemy.provision [req-30d90cb6-019d-4b6c-86b2-5b22a12cac80 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener [0.144978s] ... ok 2019-10-07 13:33:59.504 15024 INFO oslo_db.sqlalchemy.provision [req-30d90cb6-019d-4b6c-86b2-5b22a12cac80 - - - - -] CREATE BACKEND sqlite:// TOKEN snvskxhter 2019-10-07 13:33:59.513 15006 INFO octavia.api.v2.controllers.pool [req-c4d5c4a0-fa9f-4e49-b06a-def1754cb96c - - - - -] Sending Creation of Pool ea6a2cb4-cb63-4fc0-8708-1cd937010b82 to handler 2019-10-07 13:33:59.516 15020 INFO octavia.api.v2.controllers.load_balancer [req-0586c442-e29f-4968-a2b4-89135f898b11 - - - - -] Sending updated Load Balancer 8fb89c55-f623-44b9-b41e-cdffbf470ef1 to the handler 2019-10-07 13:33:59.572 15024 INFO octavia.common.config [req-30d90cb6-019d-4b6c-86b2-5b22a12cac80 - - - - -] Logging enabled! 2019-10-07 13:33:59.573 15024 INFO octavia.common.config [req-30d90cb6-019d-4b6c-86b2-5b22a12cac80 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:59.562 15020 INFO octavia.api.v2.controllers.member [req-2fe33b17-87b3-4959-af41-4622ce5aa327 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:33:59.575 15020 INFO oslo_db.sqlalchemy.provision [req-2fe33b17-87b3-4959-af41-4622ce5aa327 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:59.577 15020 INFO oslo_db.sqlalchemy.provision [req-2fe33b17-87b3-4959-af41-4622ce5aa327 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fdsqpfkwkn 2019-10-07 13:33:59.577 15020 INFO oslo_db.sqlalchemy.provision [req-2fe33b17-87b3-4959-af41-4622ce5aa327 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_when_lb_pending_update [0.735749s] ... ok 2019-10-07 13:33:59.580 15020 INFO oslo_db.sqlalchemy.provision [req-2fe33b17-87b3-4959-af41-4622ce5aa327 - - - - -] CREATE BACKEND sqlite:// TOKEN hfemkbomou 2019-10-07 13:33:59.594 15024 WARNING octavia.api.root_controller [req-30d90cb6-019d-4b6c-86b2-5b22a12cac80 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:59.617 15006 INFO octavia.api.v2.controllers.pool [req-324f1374-0bb9-4206-83b7-283a90d76601 - - - - -] Sending Creation of Pool c3480920-8cd5-4e30-851c-832cf2a87ba7 to handler 2019-10-07 13:33:59.657 15020 INFO octavia.common.config [req-2fe33b17-87b3-4959-af41-4622ce5aa327 - - - - -] Logging enabled! 2019-10-07 13:33:59.658 15020 INFO octavia.common.config [req-2fe33b17-87b3-4959-af41-4622ce5aa327 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:59.698 15024 INFO octavia.api.v2.controllers.load_balancer [req-8cf4b7f8-716b-4335-903f-b751007afc5c - - - - -] Sending created Load Balancer b1386754-a8d6-4f8d-933d-438aed197f72 to the handler 2019-10-07 13:33:59.719 15024 INFO oslo_db.sqlalchemy.provision [req-8cf4b7f8-716b-4335-903f-b751007afc5c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:59.682 15020 WARNING octavia.api.root_controller [req-2fe33b17-87b3-4959-af41-4622ce5aa327 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:59.694 15020 INFO octavia.api.v2.controllers.load_balancer [req-3b9b1d72-f7d4-4a04-b907-fc1372334ab8 - - - - -] Sending created Load Balancer 5e4ba12a-8715-4647-a841-34fdd5330547 to the handler 2019-10-07 13:33:59.723 15024 INFO oslo_db.sqlalchemy.provision [req-8cf4b7f8-716b-4335-903f-b751007afc5c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN snvskxhter 2019-10-07 13:33:59.723 15024 INFO oslo_db.sqlalchemy.provision [req-8cf4b7f8-716b-4335-903f-b751007afc5c - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:33:59.730 15006 INFO octavia.api.v2.controllers.member [req-2cbe107d-da01-474d-9650-2ab5473b5693 - - - - -] Sending Creation of Member 713f2775-2c20-4ac0-bcce-f022fab8892f to handler 2019-10-07 13:33:59.737 15020 INFO octavia.api.v2.controllers.listener [req-d0cfd2ed-7f5c-4073-8337-7ed60187485e - - - - -] Sending Creation of Listener 74794e17-de7d-40eb-bf6b-a2009843a112 to handler {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_sni_containers [0.222330s] ... ok 2019-10-07 13:33:59.726 15024 INFO oslo_db.sqlalchemy.provision [req-8cf4b7f8-716b-4335-903f-b751007afc5c - - - - -] CREATE BACKEND sqlite:// TOKEN ddqltxskxd 2019-10-07 13:33:59.796 15024 INFO octavia.common.config [req-8cf4b7f8-716b-4335-903f-b751007afc5c - - - - -] Logging enabled! 2019-10-07 13:33:59.796 15024 INFO octavia.common.config [req-8cf4b7f8-716b-4335-903f-b751007afc5c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:33:59.818 15024 WARNING octavia.api.root_controller [req-8cf4b7f8-716b-4335-903f-b751007afc5c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:33:59.803 15020 INFO octavia.api.v2.controllers.pool [req-7692fb71-6d77-42ed-ac3d-583f7313d974 - - - - -] Sending Creation of Pool 0355f965-d28f-4b6f-bdd7-a02fd6923e13 to handler 2019-10-07 13:33:59.899 15020 INFO octavia.api.v2.controllers.pool [req-ce4b6cbd-d61c-4c00-865b-8a9c856ac7dd - - - - -] Sending Creation of Pool 918f57d5-ef57-4264-8db6-2c65f4ff09ab to handler 2019-10-07 13:33:59.891 15024 INFO octavia.api.v2.controllers.load_balancer [req-262329e6-5998-42c2-9906-9369a9de9a40 - - - - -] Sending created Load Balancer 4d16c5f9-a351-4baf-a21e-06d8ef4d96b8 to the handler 2019-10-07 13:33:59.920 15024 INFO oslo_db.sqlalchemy.provision [req-262329e6-5998-42c2-9906-9369a9de9a40 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:33:59.922 15024 INFO oslo_db.sqlalchemy.provision [req-262329e6-5998-42c2-9906-9369a9de9a40 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ddqltxskxd 2019-10-07 13:33:59.922 15024 INFO oslo_db.sqlalchemy.provision [req-262329e6-5998-42c2-9906-9369a9de9a40 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_of_everything [0.198589s] ... ok 2019-10-07 13:33:59.925 15024 INFO oslo_db.sqlalchemy.provision [req-262329e6-5998-42c2-9906-9369a9de9a40 - - - - -] CREATE BACKEND sqlite:// TOKEN icicpwzuky 2019-10-07 13:33:59.988 15012 INFO octavia.api.v2.controllers.l7rule [req-f7c77821-a9fa-44ef-a5bb-5d89dbbd5a68 - - - - -] Sending Creation of L7Rule 993af6a4-7048-4af5-b991-6046d5b5f443 to handler 2019-10-07 13:33:59.996 15024 INFO octavia.common.config [req-262329e6-5998-42c2-9906-9369a9de9a40 - - - - -] Logging enabled! 2019-10-07 13:33:59.996 15024 INFO octavia.common.config [req-262329e6-5998-42c2-9906-9369a9de9a40 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:00.020 15024 WARNING octavia.api.root_controller [req-262329e6-5998-42c2-9906-9369a9de9a40 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:00.032 15024 INFO octavia.api.v2.controllers.load_balancer [req-4f2cd057-b094-4dec-a19c-79ed466f2645 - - - - -] Sending created Load Balancer 8ae54599-8c73-416c-8d4f-fee2d90597c4 to the handler 2019-10-07 13:34:00.007 15020 INFO oslo_db.sqlalchemy.provision [req-bf15173f-8985-4c22-b03a-280331efe43b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:00.009 15020 INFO oslo_db.sqlalchemy.provision [req-bf15173f-8985-4c22-b03a-280331efe43b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hfemkbomou 2019-10-07 13:34:00.009 15020 INFO oslo_db.sqlalchemy.provision [req-bf15173f-8985-4c22-b03a-280331efe43b - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_empty_get_all [0.431945s] ... ok 2019-10-07 13:34:00.012 15020 INFO oslo_db.sqlalchemy.provision [req-bf15173f-8985-4c22-b03a-280331efe43b - - - - -] CREATE BACKEND sqlite:// TOKEN acqotgitjt 2019-10-07 13:34:00.102 15006 INFO oslo_db.sqlalchemy.provision [req-968bec91-971f-4468-8e7f-6c498c9dc465 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:00.105 15006 INFO oslo_db.sqlalchemy.provision [req-968bec91-971f-4468-8e7f-6c498c9dc465 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zaijgrluop 2019-10-07 13:34:00.105 15006 INFO oslo_db.sqlalchemy.provision [req-968bec91-971f-4468-8e7f-6c498c9dc465 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_not_authorized [0.817494s] ... ok 2019-10-07 13:34:00.086 15020 INFO octavia.common.config [req-bf15173f-8985-4c22-b03a-280331efe43b - - - - -] Logging enabled! 2019-10-07 13:34:00.087 15020 INFO octavia.common.config [req-bf15173f-8985-4c22-b03a-280331efe43b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:00.071 15024 INFO octavia.api.v2.controllers.listener [req-3c87748e-3c72-401f-a45c-c746280c0938 - - - - -] Sending Creation of Listener 3be8cc35-cd9c-4314-89ab-fbb3e1336845 to handler 2019-10-07 13:34:00.131 15024 INFO octavia.api.v2.controllers.pool [req-7ea0f4c0-a7e1-4631-a4de-4ebb364e06ed - - - - -] Sending Creation of Pool 7e516886-9c62-44cc-b62e-d35fddd13b38 to handler 2019-10-07 13:34:00.109 15006 INFO oslo_db.sqlalchemy.provision [req-968bec91-971f-4468-8e7f-6c498c9dc465 - - - - -] CREATE BACKEND sqlite:// TOKEN dadyxdbnas 2019-10-07 13:34:00.116 15020 WARNING octavia.api.root_controller [req-bf15173f-8985-4c22-b03a-280331efe43b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:00.133 15020 INFO octavia.api.v2.controllers.load_balancer [req-150277cb-1539-46eb-98ae-81466b595057 - - - - -] Sending created Load Balancer 52dc3240-16a0-4c77-a8e5-a563ef6220d7 to the handler 2019-10-07 13:34:00.173 15020 INFO octavia.api.v2.controllers.listener [req-c3c3a01a-206d-4815-9e77-169a442da6c9 - - - - -] Sending Creation of Listener 65771c21-df29-447e-89a1-7044862e7d79 to handler 2019-10-07 13:34:00.220 15006 INFO octavia.common.config [req-968bec91-971f-4468-8e7f-6c498c9dc465 - - - - -] Logging enabled! 2019-10-07 13:34:00.221 15006 INFO octavia.common.config [req-968bec91-971f-4468-8e7f-6c498c9dc465 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:00.237 15020 INFO octavia.api.v2.controllers.pool [req-9a448776-cac0-4b31-89a1-f7ebdc396a82 - - - - -] Sending Creation of Pool aa6b0541-7424-447b-a3bc-9885c4ae4ced to handler 2019-10-07 13:34:00.250 15006 WARNING octavia.api.root_controller [req-968bec91-971f-4468-8e7f-6c498c9dc465 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:00.267 15006 INFO octavia.api.v2.controllers.load_balancer [req-cf341365-145d-4b54-93a3-4cf17f4d0b5c - - - - -] Sending created Load Balancer fdf4fc3b-fc9f-41e6-970d-e30fd274850f to the handler 2019-10-07 13:34:00.260 15024 INFO octavia.api.v2.controllers.pool [req-d7dbabfa-7249-4e49-8bf3-0315b17237e4 - - - - -] Sending Creation of Pool 3a706659-3dfc-4e76-bfb7-b41baea1b79e to handler 2019-10-07 13:34:00.323 15006 INFO octavia.api.v2.controllers.listener [req-1bed65a0-4097-4d66-8d68-9cdcb78f22e9 - - - - -] Sending Creation of Listener 7f1ec299-6737-4568-9894-2b5a6eeb31ce to handler 2019-10-07 13:34:00.337 15020 INFO octavia.api.v2.controllers.pool [req-dd73227b-ca17-4ffb-8dc9-a0ac3c23fad2 - - - - -] Sending Creation of Pool 0e568614-e22d-47ea-b28f-2c886aecf7bd to handler 2019-10-07 13:34:00.385 15024 ERROR octavia.api.v2.controllers.base [req-93d57232-e38f-45b2-b40f-596230cca241 - - - - -] Member 951cc2e7-68c5-48ef-98a8-14f3f446a8b3 not found: None 2019-10-07 13:34:00.385 15024 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:34:00.385 15024 ERROR octavia.api.v2.controllers.base 2019-10-07 13:34:00.412 15024 INFO oslo_db.sqlalchemy.provision [req-93d57232-e38f-45b2-b40f-596230cca241 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:00.414 15024 INFO oslo_db.sqlalchemy.provision [req-93d57232-e38f-45b2-b40f-596230cca241 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN icicpwzuky 2019-10-07 13:34:00.414 15024 INFO oslo_db.sqlalchemy.provision [req-93d57232-e38f-45b2-b40f-596230cca241 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_delete [0.491968s] ... ok 2019-10-07 13:34:00.410 15006 INFO octavia.api.v2.controllers.pool [req-02182e51-51c0-4244-a2dc-668a2ddadfe0 - - - - -] Sending Creation of Pool b5520978-2be8-4148-a378-9752f15ad2cf to handler 2019-10-07 13:34:00.449 15020 INFO octavia.api.v2.controllers.member [req-7a8143a7-3bd8-42c6-9bac-bfd8c47358a0 - - - - -] Sending Creation of Member 70e104ad-afbc-433d-9748-a1beea5433ae to handler 2019-10-07 13:34:00.417 15024 INFO oslo_db.sqlalchemy.provision [req-93d57232-e38f-45b2-b40f-596230cca241 - - - - -] CREATE BACKEND sqlite:// TOKEN skdfvabpqk 2019-10-07 13:34:00.490 15024 INFO octavia.common.config [req-93d57232-e38f-45b2-b40f-596230cca241 - - - - -] Logging enabled! 2019-10-07 13:34:00.490 15024 INFO octavia.common.config [req-93d57232-e38f-45b2-b40f-596230cca241 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:00.513 15024 WARNING octavia.api.root_controller [req-93d57232-e38f-45b2-b40f-596230cca241 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:00.492 15020 INFO oslo_db.sqlalchemy.provision [req-794df8b4-a4f7-42d7-a795-fe2768eb6f9f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:00.494 15020 INFO oslo_db.sqlalchemy.provision [req-794df8b4-a4f7-42d7-a795-fe2768eb6f9f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN acqotgitjt 2019-10-07 13:34:00.494 15020 INFO oslo_db.sqlalchemy.provision [req-794df8b4-a4f7-42d7-a795-fe2768eb6f9f - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_get [0.484798s] ... ok 2019-10-07 13:34:00.497 15020 INFO oslo_db.sqlalchemy.provision [req-794df8b4-a4f7-42d7-a795-fe2768eb6f9f - - - - -] CREATE BACKEND sqlite:// TOKEN hnpfxkeidi 2019-10-07 13:34:00.526 15006 INFO octavia.api.v2.controllers.pool [req-41fccdc9-0499-476b-805f-307786c58cac - - - - -] Sending Creation of Pool 34c9976f-44f3-4aaa-91a4-a3ca75ba79db to handler 2019-10-07 13:34:00.524 15024 INFO octavia.api.v2.controllers.load_balancer [req-a34da0e4-ee4f-4f90-ab5d-25fb2fa7e5ae - - - - -] Sending created Load Balancer 0a473180-084a-477a-a9ee-496739a21e48 to the handler 2019-10-07 13:34:00.564 15024 INFO octavia.api.v2.controllers.listener [req-4f3a57d6-c74a-4e81-a971-207dca4e255e - - - - -] Sending Creation of Listener 68bc85b1-3449-403f-8389-53664d5a68f9 to handler 2019-10-07 13:34:00.573 15020 INFO octavia.common.config [req-794df8b4-a4f7-42d7-a795-fe2768eb6f9f - - - - -] Logging enabled! 2019-10-07 13:34:00.573 15020 INFO octavia.common.config [req-794df8b4-a4f7-42d7-a795-fe2768eb6f9f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:00.597 15020 WARNING octavia.api.root_controller [req-794df8b4-a4f7-42d7-a795-fe2768eb6f9f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:00.611 15020 INFO octavia.api.v2.controllers.load_balancer [req-921bd19d-ef65-4ddf-b0a4-742c97301286 - - - - -] Sending created Load Balancer afde481e-da30-48b8-a785-92c001d1ca0f to the handler 2019-10-07 13:34:00.628 15024 INFO octavia.api.v2.controllers.pool [req-7dd34495-eaee-4c08-a476-1e3746420e44 - - - - -] Sending Creation of Pool b0bde6ac-3fa2-4933-ac04-b9aaa3bfba94 to handler 2019-10-07 13:34:00.650 15006 INFO octavia.api.v2.controllers.member [req-6e1f37e4-9040-40c7-96a4-487eced731ad - - - - -] Sending Creation of Member 5b18f3b4-ae38-43e8-8172-307d34757e72 to handler 2019-10-07 13:34:00.651 15020 INFO octavia.api.v2.controllers.listener [req-4297317a-113a-46cb-a02b-19f17b5b6663 - - - - -] Sending Creation of Listener 377374d9-389c-4597-ae33-89d8d02e24f5 to handler 2019-10-07 13:34:00.712 15020 INFO octavia.api.v2.controllers.pool [req-53e8d7e0-8e29-4434-85c2-0823c4e278ae - - - - -] Sending Creation of Pool 82452588-d79e-4531-9109-60337e6ee05a to handler 2019-10-07 13:34:00.728 15024 INFO octavia.api.v2.controllers.pool [req-efcaba76-8687-4c01-82dd-b997c9543df6 - - - - -] Sending Creation of Pool e0bdebdb-52ca-41a8-a2f0-8a05b6f03fa8 to handler 2019-10-07 13:34:00.737 15006 INFO octavia.api.v2.controllers.load_balancer [req-43818561-16c0-4cd1-bd4d-83ae225f7a04 - - - - -] Sending deleted Load Balancer fdf4fc3b-fc9f-41e6-970d-e30fd274850f to the handler 2019-10-07 13:34:00.765 15006 INFO octavia.api.v2.controllers.member [req-2c583405-7891-4db7-8626-213dd6a733ba - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:34:00.777 15006 INFO oslo_db.sqlalchemy.provision [req-2c583405-7891-4db7-8626-213dd6a733ba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:00.778 15006 INFO oslo_db.sqlalchemy.provision [req-2c583405-7891-4db7-8626-213dd6a733ba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dadyxdbnas 2019-10-07 13:34:00.779 15006 INFO oslo_db.sqlalchemy.provision [req-2c583405-7891-4db7-8626-213dd6a733ba - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_when_lb_pending_delete [0.673077s] ... ok 2019-10-07 13:34:00.782 15006 INFO oslo_db.sqlalchemy.provision [req-2c583405-7891-4db7-8626-213dd6a733ba - - - - -] CREATE BACKEND sqlite:// TOKEN chtrhfocoj 2019-10-07 13:34:00.819 15020 INFO octavia.api.v2.controllers.pool [req-ccda16ae-583c-4143-81ec-ce2c6de255fe - - - - -] Sending Creation of Pool cf5a5827-ae8f-46fd-8e1e-05cd1431064f to handler 2019-10-07 13:34:00.846 15024 INFO octavia.api.v2.controllers.member [req-2524917c-ad66-4eee-bf22-4ffd0f4975f1 - - - - -] Sending Creation of Member a159cef7-4466-4ae8-a2c6-533d6906a123 to handler 2019-10-07 13:34:00.852 15006 INFO octavia.common.config [req-2c583405-7891-4db7-8626-213dd6a733ba - - - - -] Logging enabled! 2019-10-07 13:34:00.852 15006 INFO octavia.common.config [req-2c583405-7891-4db7-8626-213dd6a733ba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:00.873 15006 WARNING octavia.api.root_controller [req-2c583405-7891-4db7-8626-213dd6a733ba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:00.885 15006 INFO octavia.api.v2.controllers.load_balancer [req-c67aaacb-e1b2-426e-b4f8-b2c9d98e9641 - - - - -] Sending created Load Balancer 603f47cc-c297-4bfd-87e7-7b02f572a7bb to the handler 2019-10-07 13:34:00.881 15024 INFO oslo_db.sqlalchemy.provision [req-91ea662a-3d60-437f-946d-8552645331d5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:00.883 15024 INFO oslo_db.sqlalchemy.provision [req-91ea662a-3d60-437f-946d-8552645331d5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN skdfvabpqk 2019-10-07 13:34:00.883 15024 INFO oslo_db.sqlalchemy.provision [req-91ea662a-3d60-437f-946d-8552645331d5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_update [0.468537s] ... ok 2019-10-07 13:34:00.886 15024 INFO oslo_db.sqlalchemy.provision [req-91ea662a-3d60-437f-946d-8552645331d5 - - - - -] CREATE BACKEND sqlite:// TOKEN avtrcvflhu 2019-10-07 13:34:00.930 15006 INFO octavia.api.v2.controllers.listener [req-b16b2a7b-e1eb-4ce2-8fa8-6dc9795eb6e0 - - - - -] Sending Creation of Listener fe58840c-2d74-42cc-a2c3-8aa6dc61778b to handler 2019-10-07 13:34:00.949 15020 INFO octavia.api.v2.controllers.member [req-d25c4bb4-0f9c-4236-9982-1a1aa8493f79 - - - - -] Sending Creation of Member f22ffda8-6360-43a7-8a65-6ceb3936426d to handler 2019-10-07 13:34:00.958 15024 INFO octavia.common.config [req-91ea662a-3d60-437f-946d-8552645331d5 - - - - -] Logging enabled! 2019-10-07 13:34:00.958 15024 INFO octavia.common.config [req-91ea662a-3d60-437f-946d-8552645331d5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:00.979 15024 WARNING octavia.api.root_controller [req-91ea662a-3d60-437f-946d-8552645331d5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:00.992 15024 INFO octavia.api.v2.controllers.load_balancer [req-fa1b5e0c-569e-4dc0-be0d-c2c288e70940 - - - - -] Sending created Load Balancer 08b4233c-0143-478f-be28-3786b9de6110 to the handler 2019-10-07 13:34:00.994 15006 INFO octavia.api.v2.controllers.pool [req-51e99b4c-7796-4d06-b559-bff042f274c8 - - - - -] Sending Creation of Pool 4c039cd0-f512-441d-8978-b65f7bbb676e to handler 2019-10-07 13:34:01.031 15024 INFO octavia.api.v2.controllers.listener [req-d98f391a-3dce-43b4-878f-e6e2f8e53372 - - - - -] Sending Creation of Listener f4b7a866-2291-4034-848a-eeff82d4a534 to handler 2019-10-07 13:34:01.052 15020 INFO oslo_db.sqlalchemy.provision [req-92947519-322e-442b-8134-8b66925e3958 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:01.053 15020 INFO oslo_db.sqlalchemy.provision [req-92947519-322e-442b-8134-8b66925e3958 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hnpfxkeidi 2019-10-07 13:34:01.053 15020 INFO oslo_db.sqlalchemy.provision [req-92947519-322e-442b-8134-8b66925e3958 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_get_one_fields_filter [0.559143s] ... ok 2019-10-07 13:34:01.056 15020 INFO oslo_db.sqlalchemy.provision [req-92947519-322e-442b-8134-8b66925e3958 - - - - -] CREATE BACKEND sqlite:// TOKEN ruwgehdjzp 2019-10-07 13:34:01.093 15024 INFO octavia.api.v2.controllers.pool [req-d7ca32a1-7349-4fe3-950d-6456edfd7a7d - - - - -] Sending Creation of Pool edef6c82-d266-4ad8-9c5e-a6761a8287d9 to handler 2019-10-07 13:34:01.103 15006 INFO octavia.api.v2.controllers.pool [req-583a644b-5efc-4ea8-95ec-e50eba3343c5 - - - - -] Sending Creation of Pool 1d347c10-0296-4389-8c4f-ad34827a7c9a to handler 2019-10-07 13:34:01.136 15020 INFO octavia.common.config [req-92947519-322e-442b-8134-8b66925e3958 - - - - -] Logging enabled! 2019-10-07 13:34:01.136 15020 INFO octavia.common.config [req-92947519-322e-442b-8134-8b66925e3958 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:01.161 15020 WARNING octavia.api.root_controller [req-92947519-322e-442b-8134-8b66925e3958 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:01.172 15020 INFO octavia.api.v2.controllers.load_balancer [req-e2a6aed3-1820-45b2-9b52-0db18514e614 - - - - -] Sending created Load Balancer ec6e5d48-ee06-4c0e-9bd3-79ca08a9f037 to the handler 2019-10-07 13:34:01.194 15024 INFO octavia.api.v2.controllers.pool [req-e983f4ec-3f8c-4e67-b9c5-9a9d093bd030 - - - - -] Sending Creation of Pool a2a7ced0-689d-412d-a345-a5c6ee93748b to handler 2019-10-07 13:34:01.216 15020 INFO octavia.api.v2.controllers.listener [req-1c5b8f75-8f99-4071-b22f-c63119fd7424 - - - - -] Sending Creation of Listener 98bdfb91-3f64-499a-b115-d199905f63be to handler 2019-10-07 13:34:01.276 15020 INFO octavia.api.v2.controllers.pool [req-5c985d7b-0049-43f2-a94a-11ee493c7614 - - - - -] Sending Creation of Pool db241d0d-e468-40c0-be90-191d1e218de2 to handler 2019-10-07 13:34:01.284 15006 INFO octavia.api.v2.controllers.member [req-1410492a-56c7-4206-9ad9-3c737c0fe26b - - - - -] Sending Creation of Member 8d8852a2-d2ab-4f94-b641-4f712fc982da to handler 2019-10-07 13:34:01.296 15024 INFO oslo_db.sqlalchemy.provision [req-ea7cc488-bcd1-4a3f-b134-156ce0747078 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:01.297 15024 INFO oslo_db.sqlalchemy.provision [req-ea7cc488-bcd1-4a3f-b134-156ce0747078 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN avtrcvflhu 2019-10-07 13:34:01.298 15024 INFO oslo_db.sqlalchemy.provision [req-ea7cc488-bcd1-4a3f-b134-156ce0747078 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_create_over_quota [0.414743s] ... ok 2019-10-07 13:34:01.302 15024 INFO oslo_db.sqlalchemy.provision [req-ea7cc488-bcd1-4a3f-b134-156ce0747078 - - - - -] CREATE BACKEND sqlite:// TOKEN ciwppwigji 2019-10-07 13:34:01.373 15020 INFO octavia.api.v2.controllers.pool [req-31bd8121-0653-4e68-9244-3a0d932c3402 - - - - -] Sending Creation of Pool 4d34f04c-686d-4ca9-ac7f-7b3f7b531258 to handler 2019-10-07 13:34:01.373 15024 INFO octavia.common.config [req-ea7cc488-bcd1-4a3f-b134-156ce0747078 - - - - -] Logging enabled! 2019-10-07 13:34:01.373 15024 INFO octavia.common.config [req-ea7cc488-bcd1-4a3f-b134-156ce0747078 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:01.396 15024 WARNING octavia.api.root_controller [req-ea7cc488-bcd1-4a3f-b134-156ce0747078 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:01.408 15024 INFO octavia.api.v2.controllers.load_balancer [req-37309f8b-6c6e-40e8-adab-8d1560839801 - - - - -] Sending created Load Balancer 43f11a23-6574-45a2-a0b1-1f065bd5eff6 to the handler 2019-10-07 13:34:01.438 15012 INFO octavia.api.v2.controllers.l7rule [req-5ecdfe6a-f34c-4528-9833-e8700b343c0e - - - - -] Sending Creation of L7Rule 1f080930-1ce2-4a49-a19d-88a340a849ea to handler 2019-10-07 13:34:01.442 15006 INFO octavia.api.v2.controllers.member [req-42c6df36-ac6f-47dd-ab6c-ccdd037e5b0e - - - - -] Sending Deletion of Member 8d8852a2-d2ab-4f94-b641-4f712fc982da to handler 2019-10-07 13:34:01.447 15024 INFO octavia.api.v2.controllers.listener [req-11f5def9-e2c6-4b0b-b9b0-ba84b33202e3 - - - - -] Sending Creation of Listener b3381de5-3b97-43de-9258-422e60253c67 to handler 2019-10-07 13:34:01.493 15020 INFO octavia.api.v2.controllers.member [req-38d65bb0-7d21-4a21-8926-ddb9e944f03a - - - - -] Sending Creation of Member 0c7a4282-1910-43a9-94ae-4fd17f08bb16 to handler 2019-10-07 13:34:01.525 15024 INFO octavia.api.v2.controllers.pool [req-24db8464-0590-4f0f-9340-10056ebb7ccf - - - - -] Sending Creation of Pool 5356b4cd-10a0-42bf-8b84-0789e1cfc929 to handler 2019-10-07 13:34:01.557 15006 INFO oslo_db.sqlalchemy.provision [req-cc1c81ff-4e25-4153-a6fe-b4bbc2cd8eb3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:01.558 15006 INFO oslo_db.sqlalchemy.provision [req-cc1c81ff-4e25-4153-a6fe-b4bbc2cd8eb3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN chtrhfocoj 2019-10-07 13:34:01.559 15006 INFO oslo_db.sqlalchemy.provision [req-cc1c81ff-4e25-4153-a6fe-b4bbc2cd8eb3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_with_bad_handler [0.779733s] ... ok 2019-10-07 13:34:01.562 15006 INFO oslo_db.sqlalchemy.provision [req-cc1c81ff-4e25-4153-a6fe-b4bbc2cd8eb3 - - - - -] CREATE BACKEND sqlite:// TOKEN kmmhenhukm 2019-10-07 13:34:01.599 15020 INFO octavia.api.v2.controllers.member [req-f3ed426b-6785-4c7d-b4f4-9cdcccde21f3 - - - - -] Sending Update of Member 0c7a4282-1910-43a9-94ae-4fd17f08bb16 to handler 2019-10-07 13:34:01.655 15024 INFO octavia.api.v2.controllers.pool [req-afe6c136-c071-447e-b75a-9db4f117e8af - - - - -] Sending Creation of Pool 78ffa72b-471d-4b41-8581-5c70d54644ed to handler 2019-10-07 13:34:01.630 15006 INFO octavia.common.config [req-cc1c81ff-4e25-4153-a6fe-b4bbc2cd8eb3 - - - - -] Logging enabled! 2019-10-07 13:34:01.631 15006 INFO octavia.common.config [req-cc1c81ff-4e25-4153-a6fe-b4bbc2cd8eb3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:01.651 15006 WARNING octavia.api.root_controller [req-cc1c81ff-4e25-4153-a6fe-b4bbc2cd8eb3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:01.665 15006 INFO octavia.api.v2.controllers.load_balancer [req-c3e79b87-e8a6-40bc-9edc-df5ccbc2b93c - - - - -] Sending created Load Balancer ce4be11f-616a-4a40-9c22-4faf279c6804 to the handler 2019-10-07 13:34:01.703 15006 INFO octavia.api.v2.controllers.listener [req-e0e6ff03-7b31-426b-be75-e11d29ccc995 - - - - -] Sending Creation of Listener 69e84a92-47a1-4604-96a9-178737cf1bf7 to handler 2019-10-07 13:34:01.764 15006 INFO octavia.api.v2.controllers.pool [req-4503395c-6d9c-47f7-a6f6-cd0ea0578e0b - - - - -] Sending Creation of Pool 711b4913-90b3-4bfb-9a9c-67a0b910ac3c to handler 2019-10-07 13:34:01.780 15024 INFO oslo_db.sqlalchemy.provision [req-077f45ce-31ef-4749-b19b-d9775d88665c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:01.781 15024 INFO oslo_db.sqlalchemy.provision [req-077f45ce-31ef-4749-b19b-d9775d88665c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ciwppwigji 2019-10-07 13:34:01.782 15024 INFO oslo_db.sqlalchemy.provision [req-077f45ce-31ef-4749-b19b-d9775d88665c - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_bad_subnet [0.483730s] ... ok 2019-10-07 13:34:01.784 15024 INFO oslo_db.sqlalchemy.provision [req-077f45ce-31ef-4749-b19b-d9775d88665c - - - - -] CREATE BACKEND sqlite:// TOKEN oyjxgqwivl 2019-10-07 13:34:01.871 15006 INFO octavia.api.v2.controllers.pool [req-821a1f5f-95c4-45cd-9e89-86b84503350c - - - - -] Sending Creation of Pool 00c5a47e-ddbd-45ff-a3b9-cb0f1b142d0a to handler 2019-10-07 13:34:01.890 15020 INFO oslo_db.sqlalchemy.provision [req-4f58b990-bda9-4add-aabd-127759b5a8c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:01.894 15020 INFO oslo_db.sqlalchemy.provision [req-4f58b990-bda9-4add-aabd-127759b5a8c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ruwgehdjzp 2019-10-07 13:34:01.894 15020 INFO oslo_db.sqlalchemy.provision [req-4f58b990-bda9-4add-aabd-127759b5a8c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_update_sans_listener [0.840221s] ... ok 2019-10-07 13:34:01.897 15020 INFO oslo_db.sqlalchemy.provision [req-4f58b990-bda9-4add-aabd-127759b5a8c8 - - - - -] CREATE BACKEND sqlite:// TOKEN bunrubeece 2019-10-07 13:34:01.880 15024 INFO octavia.common.config [req-077f45ce-31ef-4749-b19b-d9775d88665c - - - - -] Logging enabled! 2019-10-07 13:34:01.881 15024 INFO octavia.common.config [req-077f45ce-31ef-4749-b19b-d9775d88665c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:01.908 15024 WARNING octavia.api.root_controller [req-077f45ce-31ef-4749-b19b-d9775d88665c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:01.929 15024 INFO octavia.api.v2.controllers.load_balancer [req-d63888aa-6e52-42b4-a864-8a1e257c7687 - - - - -] Sending created Load Balancer 8264ea9e-f93d-417b-83f9-ee6ed37f14eb to the handler 2019-10-07 13:34:01.974 15020 INFO octavia.common.config [req-4f58b990-bda9-4add-aabd-127759b5a8c8 - - - - -] Logging enabled! 2019-10-07 13:34:01.967 15024 INFO octavia.api.v2.controllers.listener [req-c88b15da-1db3-46fc-a646-354432bd992e - - - - -] Sending Creation of Listener cc546cf6-6ac8-44ae-b907-4d928dee4487 to handler 2019-10-07 13:34:01.977 15020 INFO octavia.common.config [req-4f58b990-bda9-4add-aabd-127759b5a8c8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:01.988 15006 INFO octavia.api.v2.controllers.member [req-086aba5d-e119-44d2-9ac4-412f290503bf - - - - -] Sending Creation of Member 281c34be-7d19-4411-a367-95654b24bb8d to handler 2019-10-07 13:34:02.025 15024 INFO octavia.api.v2.controllers.pool [req-e476fb1e-8bce-4c47-af0c-329baa091eab - - - - -] Sending Creation of Pool e9a385ec-04d7-4247-919a-67eb968d876f to handler 2019-10-07 13:34:02.001 15020 WARNING octavia.api.root_controller [req-4f58b990-bda9-4add-aabd-127759b5a8c8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:02.015 15020 INFO octavia.api.v2.controllers.load_balancer [req-177e83e3-4d8a-4cd6-8a81-28de5e8b6d7e - - - - -] Sending created Load Balancer 0ac1f7d2-9c94-4685-bbe5-53b04d331923 to the handler 2019-10-07 13:34:02.053 15020 INFO octavia.api.v2.controllers.listener [req-9a7c3c76-4605-4f74-a636-cffb3768c5bf - - - - -] Sending Creation of Listener 15476841-bfa8-41eb-8b78-b64cecf458c1 to handler 2019-10-07 13:34:02.126 15024 INFO octavia.api.v2.controllers.pool [req-490052b9-8f6c-444b-b43e-7c7da774f3f8 - - - - -] Sending Creation of Pool 46a4d651-7760-4350-8302-31c62cdfd884 to handler 2019-10-07 13:34:02.127 15006 INFO oslo_db.sqlalchemy.provision [req-fc25d517-08fb-4ba7-8bae-6ea8dd3bd939 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:02.129 15006 INFO oslo_db.sqlalchemy.provision [req-fc25d517-08fb-4ba7-8bae-6ea8dd3bd939 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kmmhenhukm 2019-10-07 13:34:02.129 15006 INFO oslo_db.sqlalchemy.provision [req-fc25d517-08fb-4ba7-8bae-6ea8dd3bd939 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_duplicate_create [0.572399s] ... ok 2019-10-07 13:34:02.115 15020 INFO octavia.api.v2.controllers.pool [req-0bd662c4-5ef6-431c-8ea0-8ff6f4f68389 - - - - -] Sending Creation of Pool a5b48e79-b8a5-409d-8286-5cc989298db1 to handler 2019-10-07 13:34:02.134 15006 INFO oslo_db.sqlalchemy.provision [req-fc25d517-08fb-4ba7-8bae-6ea8dd3bd939 - - - - -] CREATE BACKEND sqlite:// TOKEN lbdvgfzjwe 2019-10-07 13:34:02.206 15006 INFO octavia.common.config [req-fc25d517-08fb-4ba7-8bae-6ea8dd3bd939 - - - - -] Logging enabled! 2019-10-07 13:34:02.207 15006 INFO octavia.common.config [req-fc25d517-08fb-4ba7-8bae-6ea8dd3bd939 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:02.224 15020 INFO octavia.api.v2.controllers.pool [req-1f6ac6d3-af2b-43c1-aefe-a80b067df970 - - - - -] Sending Creation of Pool 43b0bed2-d8d3-4550-b646-af11f26b1d47 to handler 2019-10-07 13:34:02.228 15006 WARNING octavia.api.root_controller [req-fc25d517-08fb-4ba7-8bae-6ea8dd3bd939 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:02.241 15006 INFO octavia.api.v2.controllers.load_balancer [req-cab03438-f0fe-4693-87ac-d84ebbf2ce03 - - - - -] Sending created Load Balancer 2ff97909-0a26-4620-91e8-b0a823126290 to the handler 2019-10-07 13:34:02.258 15024 INFO octavia.api.v2.controllers.member [req-34c9b5f1-4720-44c6-8538-f10c8ce64fe9 - - - - -] Sending Creation of Member 729f25c4-dcb1-4175-8f70-c2b5ae5b1408 to handler 2019-10-07 13:34:02.281 15006 INFO octavia.api.v2.controllers.listener [req-cbfdac9d-a5e7-4aa8-87c5-3d19705653e5 - - - - -] Sending Creation of Listener 93612d1a-fceb-481b-894c-e7753a0e5d24 to handler 2019-10-07 13:34:02.339 15006 INFO octavia.api.v2.controllers.pool [req-186dc592-387b-48f7-a209-162c3b1745df - - - - -] Sending Creation of Pool f42278bb-74a3-4ead-a590-8d34ff392bf6 to handler 2019-10-07 13:34:02.366 15020 INFO octavia.api.v2.controllers.member [req-205d9649-d6a2-4b4d-a77e-c4bf85f2a108 - - - - -] Sending Creation of Member aa44120a-1eb4-443f-b9e1-0546e54b29bc to handler 2019-10-07 13:34:02.445 15006 INFO octavia.api.v2.controllers.pool [req-837373a5-ed17-47a2-8108-39e54f8a66fb - - - - -] Sending Creation of Pool 705baf26-0066-48d9-ba8a-0a946dac7712 to handler 2019-10-07 13:34:02.516 15024 INFO oslo_db.sqlalchemy.provision [req-af0530dc-0cd9-44db-922f-a90ab8d741d2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:02.518 15024 INFO oslo_db.sqlalchemy.provision [req-af0530dc-0cd9-44db-922f-a90ab8d741d2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oyjxgqwivl 2019-10-07 13:34:02.518 15024 INFO oslo_db.sqlalchemy.provision [req-af0530dc-0cd9-44db-922f-a90ab8d741d2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_monitor_address_and_port [0.736336s] ... ok 2019-10-07 13:34:02.521 15024 INFO oslo_db.sqlalchemy.provision [req-af0530dc-0cd9-44db-922f-a90ab8d741d2 - - - - -] CREATE BACKEND sqlite:// TOKEN zxkqtcwusk 2019-10-07 13:34:02.496 15020 INFO octavia.api.v2.controllers.member [req-82b2c2b7-5c9a-4ed4-a365-23aa0204516d - - - - -] Sending Update of Member aa44120a-1eb4-443f-b9e1-0546e54b29bc to handler 2019-10-07 13:34:02.571 15006 INFO octavia.api.v2.controllers.member [req-b4eb436c-6d35-432f-9a3b-351d3899e88e - - - - -] Sending Creation of Member 74166df5-bdcd-4a68-8d34-57f59fc011dc to handler 2019-10-07 13:34:02.592 15024 INFO octavia.common.config [req-af0530dc-0cd9-44db-922f-a90ab8d741d2 - - - - -] Logging enabled! 2019-10-07 13:34:02.592 15024 INFO octavia.common.config [req-af0530dc-0cd9-44db-922f-a90ab8d741d2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:02.627 15020 INFO oslo_db.sqlalchemy.provision [req-d18ae1ad-98c5-48e3-81fa-1fa80b2c67ee - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:02.631 15020 INFO oslo_db.sqlalchemy.provision [req-d18ae1ad-98c5-48e3-81fa-1fa80b2c67ee - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bunrubeece 2019-10-07 13:34:02.632 15020 INFO oslo_db.sqlalchemy.provision [req-d18ae1ad-98c5-48e3-81fa-1fa80b2c67ee - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_update_with_bad_handler [0.737507s] ... ok 2019-10-07 13:34:02.635 15020 INFO oslo_db.sqlalchemy.provision [req-d18ae1ad-98c5-48e3-81fa-1fa80b2c67ee - - - - -] CREATE BACKEND sqlite:// TOKEN rwjdqiuywe 2019-10-07 13:34:02.615 15024 WARNING octavia.api.root_controller [req-af0530dc-0cd9-44db-922f-a90ab8d741d2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:02.626 15024 INFO octavia.api.v2.controllers.load_balancer [req-03d9a3ea-7605-4521-ad02-086cdd5ef09e - - - - -] Sending created Load Balancer 8dac902c-b779-45b3-ab7c-8b3985af34f9 to the handler 2019-10-07 13:34:02.667 15024 INFO octavia.api.v2.controllers.listener [req-6d3724ae-e085-4422-b19f-2e94ec3bea9b - - - - -] Sending Creation of Listener b3a57f9d-0bd2-404b-8056-a9db215f4ccb to handler 2019-10-07 13:34:02.708 15020 INFO octavia.common.config [req-d18ae1ad-98c5-48e3-81fa-1fa80b2c67ee - - - - -] Logging enabled! 2019-10-07 13:34:02.704 15006 INFO octavia.api.v2.controllers.member [req-ebf14618-fc1f-47e7-90f7-885fdc41d058 - - - - -] Sending Creation of Member 7de1c05c-24f5-44d4-8793-595aa4b4b64a to handler 2019-10-07 13:34:02.712 15020 INFO octavia.common.config [req-d18ae1ad-98c5-48e3-81fa-1fa80b2c67ee - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:02.735 15020 WARNING octavia.api.root_controller [req-d18ae1ad-98c5-48e3-81fa-1fa80b2c67ee - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:02.746 15020 INFO octavia.api.v2.controllers.load_balancer [req-afccec39-3049-451e-ac12-0b250759660c - - - - -] Sending created Load Balancer e4bd9e5f-82eb-4236-aaa7-43b72b3a7d86 to the handler 2019-10-07 13:34:02.735 15024 INFO octavia.api.v2.controllers.pool [req-b6252d05-6be4-411c-b6f2-91965ead9d25 - - - - -] Sending Creation of Pool 9db61c07-7b74-4e3a-978f-7388ec20666d to handler 2019-10-07 13:34:02.788 15020 INFO octavia.api.v2.controllers.listener [req-bdf3cfbf-2c59-49a7-896b-d7f36fd76d2f - - - - -] Sending Creation of Listener 968cd4ca-7afe-41b6-919b-729d38c6cb6c to handler 2019-10-07 13:34:02.838 15006 INFO octavia.api.v2.controllers.member [req-f78725d5-1987-4233-be11-93f615e50f27 - - - - -] Sending Creation of Member 57c16751-fb77-47a9-9d1b-e8a287582dc1 to handler 2019-10-07 13:34:02.846 15024 INFO octavia.api.v2.controllers.pool [req-940d364a-cbe0-4b8e-9572-cc11b1b9503e - - - - -] Sending Creation of Pool f7116d13-986f-4f1c-a960-73463cbe2cde to handler 2019-10-07 13:34:02.867 15020 INFO oslo_db.sqlalchemy.provision [req-a5a0d382-0f5a-41a6-aba5-4adfc85e1d5a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:02.869 15020 INFO oslo_db.sqlalchemy.provision [req-a5a0d382-0f5a-41a6-aba5-4adfc85e1d5a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rwjdqiuywe 2019-10-07 13:34:02.869 15020 INFO oslo_db.sqlalchemy.provision [req-a5a0d382-0f5a-41a6-aba5-4adfc85e1d5a - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_create [0.237144s] ... ok 2019-10-07 13:34:02.872 15020 INFO oslo_db.sqlalchemy.provision [req-a5a0d382-0f5a-41a6-aba5-4adfc85e1d5a - - - - -] CREATE BACKEND sqlite:// TOKEN jbvxdszpzh 2019-10-07 13:34:02.958 15006 INFO octavia.api.v2.controllers.member [req-136e8ed4-11ac-44da-8968-41624273eb3c - - - - -] Sending Creation of Member d8849dd6-35af-45e7-93e8-d84c032f1153 to handler 2019-10-07 13:34:03.018 15020 INFO octavia.common.config [req-a5a0d382-0f5a-41a6-aba5-4adfc85e1d5a - - - - -] Logging enabled! 2019-10-07 13:34:03.018 15020 INFO octavia.common.config [req-a5a0d382-0f5a-41a6-aba5-4adfc85e1d5a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:03.048 15024 INFO octavia.api.v2.controllers.member [req-9f25f0cb-fd98-49dc-b357-8dbaeedf5822 - - - - -] Sending Creation of Member 69c6c0a9-79ab-493c-a949-8c75f4e58b4d to handler 2019-10-07 13:34:03.042 15020 WARNING octavia.api.root_controller [req-a5a0d382-0f5a-41a6-aba5-4adfc85e1d5a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:03.056 15020 INFO octavia.api.v2.controllers.load_balancer [req-7ee5bc5c-23ad-4b36-bf26-b75d6b706911 - - - - -] Sending created Load Balancer eadd6adc-aa0b-4135-bfcd-62fffdeac707 to the handler 2019-10-07 13:34:03.084 15006 INFO octavia.api.v2.controllers.member [req-7659f26b-81e9-4359-8d52-3a6aa51780ed - - - - -] Sending Full Member Update to handler 2019-10-07 13:34:03.098 15020 INFO octavia.api.v2.controllers.listener [req-83d4c9cf-4e60-49d9-8c3d-ca2ea52936ab - - - - -] Sending Creation of Listener cd8c6c42-aaac-475e-b4dc-a8b48ee1d080 to handler 2019-10-07 13:34:03.144 15006 INFO oslo_db.sqlalchemy.provision [req-6db01a39-f333-4c3d-83c8-ae6770c6727b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:03.145 15006 INFO oslo_db.sqlalchemy.provision [req-6db01a39-f333-4c3d-83c8-ae6770c6727b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lbdvgfzjwe 2019-10-07 13:34:03.145 15006 INFO oslo_db.sqlalchemy.provision [req-6db01a39-f333-4c3d-83c8-ae6770c6727b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_full_batch_members [1.014131s] ... ok 2019-10-07 13:34:03.148 15006 INFO oslo_db.sqlalchemy.provision [req-6db01a39-f333-4c3d-83c8-ae6770c6727b - - - - -] CREATE BACKEND sqlite:// TOKEN tdefghmvom 2019-10-07 13:34:03.174 15024 INFO oslo_db.sqlalchemy.provision [req-8f905081-8609-444f-8a34-9154e97756bb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:03.175 15024 INFO oslo_db.sqlalchemy.provision [req-8f905081-8609-444f-8a34-9154e97756bb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zxkqtcwusk 2019-10-07 13:34:03.175 15024 INFO oslo_db.sqlalchemy.provision [req-8f905081-8609-444f-8a34-9154e97756bb - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_already_deleted [0.657136s] ... ok 2019-10-07 13:34:03.178 15024 INFO oslo_db.sqlalchemy.provision [req-8f905081-8609-444f-8a34-9154e97756bb - - - - -] CREATE BACKEND sqlite:// TOKEN aqbajzznnr 2019-10-07 13:34:03.201 15020 INFO octavia.api.v2.controllers.pool [req-e30f327a-9172-4a70-9784-cd25a3f1f87c - 788d8418-2b8f-4bd9-b31e-ea10c4cc7c20 - - -] Sending Creation of Pool e8a451b1-cf83-41a1-9d6d-e1fadffafc91 to handler 2019-10-07 13:34:03.246 15024 INFO octavia.common.config [req-8f905081-8609-444f-8a34-9154e97756bb - - - - -] Logging enabled! 2019-10-07 13:34:03.247 15024 INFO octavia.common.config [req-8f905081-8609-444f-8a34-9154e97756bb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:03.268 15024 WARNING octavia.api.root_controller [req-8f905081-8609-444f-8a34-9154e97756bb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:03.280 15024 INFO octavia.api.v2.controllers.load_balancer [req-ddf7aa8e-936c-4e79-ba1d-70016e2607a0 - - - - -] Sending created Load Balancer c2b3c3fb-8197-4e6c-950d-b755712fef17 to the handler 2019-10-07 13:34:03.216 15006 INFO octavia.common.config [req-6db01a39-f333-4c3d-83c8-ae6770c6727b - - - - -] Logging enabled! 2019-10-07 13:34:03.217 15006 INFO octavia.common.config [req-6db01a39-f333-4c3d-83c8-ae6770c6727b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:03.237 15006 WARNING octavia.api.root_controller [req-6db01a39-f333-4c3d-83c8-ae6770c6727b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:03.250 15006 INFO octavia.api.v2.controllers.load_balancer [req-7b1abde1-ad7e-4215-9ed2-5638113b1ba6 - - - - -] Sending created Load Balancer 0f89b087-4238-4549-9de8-5e2926356e0c to the handler 2019-10-07 13:34:03.288 15006 INFO octavia.api.v2.controllers.listener [req-e68bb422-3e14-46ac-a47f-de418746ce38 - - - - -] Sending Creation of Listener e87d8ac1-29bf-4897-bd7c-eb55de03fa3c to handler 2019-10-07 13:34:03.317 15024 INFO octavia.api.v2.controllers.listener [req-9dff2937-141e-4d8f-880e-18214e6472db - - - - -] Sending Creation of Listener ae202f5f-fbc7-487c-89fe-c6594863b5d6 to handler 2019-10-07 13:34:03.349 15006 INFO octavia.api.v2.controllers.pool [req-3912e55c-c45e-41cf-a98e-b2518e8327df - - - - -] Sending Creation of Pool 60d97462-a3f1-41d5-9835-2905b35ed770 to handler 2019-10-07 13:34:03.379 15024 INFO octavia.api.v2.controllers.pool [req-cb599c2f-5a7c-4308-925a-d8f4e4f53589 - - - - -] Sending Creation of Pool d88e94cd-1ce1-49ba-b9f1-1694b711f5c8 to handler 2019-10-07 13:34:03.380 15020 INFO oslo_db.sqlalchemy.provision [req-74ca7e48-f7ae-4d1b-b0fe-2c635a6f8215 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:03.382 15020 INFO oslo_db.sqlalchemy.provision [req-74ca7e48-f7ae-4d1b-b0fe-2c635a6f8215 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jbvxdszpzh 2019-10-07 13:34:03.382 15020 INFO oslo_db.sqlalchemy.provision [req-74ca7e48-f7ae-4d1b-b0fe-2c635a6f8215 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_authorized [0.513009s] ... ok 2019-10-07 13:34:03.385 15020 INFO oslo_db.sqlalchemy.provision [req-74ca7e48-f7ae-4d1b-b0fe-2c635a6f8215 - - - - -] CREATE BACKEND sqlite:// TOKEN zurfwgwzds 2019-10-07 13:34:03.461 15020 INFO octavia.common.config [req-74ca7e48-f7ae-4d1b-b0fe-2c635a6f8215 - - - - -] Logging enabled! 2019-10-07 13:34:03.448 15006 INFO octavia.api.v2.controllers.pool [req-4ee8a008-ca78-41e1-97da-965bcaccbb17 - - - - -] Sending Creation of Pool 4e18961b-99fa-4a79-90f4-ec34d47b3259 to handler 2019-10-07 13:34:03.434 15012 INFO octavia.api.v2.controllers.l7rule [req-c946ded4-5f71-4d26-9dd2-be65ff7ec69b - - - - -] Sending Creation of L7Rule ac43fa93-0dcc-4a5f-b430-cb73637d8dff to handler 2019-10-07 13:34:03.465 15020 INFO octavia.common.config [req-74ca7e48-f7ae-4d1b-b0fe-2c635a6f8215 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:03.478 15024 INFO octavia.api.v2.controllers.pool [req-99ee6a56-fc8a-43da-81e8-45b9f6016f2f - - - - -] Sending Creation of Pool cd8e4ac7-4bdd-4432-94e4-7e828d2173e7 to handler 2019-10-07 13:34:03.488 15020 WARNING octavia.api.root_controller [req-74ca7e48-f7ae-4d1b-b0fe-2c635a6f8215 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:03.502 15020 INFO octavia.api.v2.controllers.load_balancer [req-8eb16a0d-bff9-464e-9c0c-152b45897f8c - - - - -] Sending created Load Balancer 61af0075-21cd-412a-9571-0db46378be15 to the handler 2019-10-07 13:34:03.558 15006 INFO octavia.api.v2.controllers.member [req-0b2de683-7b6a-4af2-ab99-fe675ed43a33 - - - - -] Sending Creation of Member 12fc8f6d-6a89-492c-8974-d196a193e913 to handler 2019-10-07 13:34:03.543 15020 INFO octavia.api.v2.controllers.listener [req-5fa34fa1-01f4-46d8-b54d-8b7376dc609e - - - - -] Sending Creation of Listener 890e8551-4a1a-476b-b963-6a36045a3156 to handler 2019-10-07 13:34:03.586 15024 INFO octavia.api.v2.controllers.member [req-9de0da66-8c77-424a-8c89-8a409e540b0b - - - - -] Sending Creation of Member 9ea699ae-05b3-46e1-bec9-c08eadde1c45 to handler 2019-10-07 13:34:03.619 15020 INFO octavia.api.v2.controllers.pool [req-7d31e194-281c-451f-995e-3edb86c995d2 - - - - -] Sending Creation of Pool c1520f2b-4adb-48a9-b66a-a72f5fe7fffa to handler 2019-10-07 13:34:03.694 15024 INFO octavia.api.v2.controllers.member [req-fc4959b6-551d-45f7-a55d-fc2fdbb09894 - - - - -] Sending Creation of Member 4e9b0504-ff6a-4bc2-a05e-cec7f59ac048 to handler 2019-10-07 13:34:03.676 15006 INFO octavia.api.v2.controllers.member [req-47407269-edc0-4ae8-8396-186eb4265dc2 - - - - -] Sending Creation of Member 82c03fb0-a8e5-416d-85b0-0b7422b00565 to handler 2019-10-07 13:34:03.712 15020 INFO oslo_db.sqlalchemy.provision [req-2ef86c94-a399-4254-8377-c1caae2f6335 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:03.713 15020 INFO oslo_db.sqlalchemy.provision [req-2ef86c94-a399-4254-8377-c1caae2f6335 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zurfwgwzds 2019-10-07 13:34:03.714 15020 INFO oslo_db.sqlalchemy.provision [req-2ef86c94-a399-4254-8377-c1caae2f6335 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_listener_with_default_pool_id_set [0.331374s] ... ok 2019-10-07 13:34:03.717 15020 INFO oslo_db.sqlalchemy.provision [req-2ef86c94-a399-4254-8377-c1caae2f6335 - - - - -] CREATE BACKEND sqlite:// TOKEN hqxqmlbzqh 2019-10-07 13:34:03.790 15006 INFO oslo_db.sqlalchemy.provision [req-c8bb69c3-2f00-4ae6-9047-af6015c0df20 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:03.792 15006 INFO oslo_db.sqlalchemy.provision [req-c8bb69c3-2f00-4ae6-9047-af6015c0df20 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tdefghmvom 2019-10-07 13:34:03.792 15006 INFO oslo_db.sqlalchemy.provision [req-c8bb69c3-2f00-4ae6-9047-af6015c0df20 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_authorized [0.646413s] ... ok 2019-10-07 13:34:03.791 15020 INFO octavia.common.config [req-2ef86c94-a399-4254-8377-c1caae2f6335 - - - - -] Logging enabled! 2019-10-07 13:34:03.791 15020 INFO octavia.common.config [req-2ef86c94-a399-4254-8377-c1caae2f6335 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:03.805 15024 INFO oslo_db.sqlalchemy.provision [req-0a0703fd-706c-4c79-9fe0-b1addec27a47 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:03.807 15024 INFO oslo_db.sqlalchemy.provision [req-0a0703fd-706c-4c79-9fe0-b1addec27a47 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aqbajzznnr 2019-10-07 13:34:03.807 15024 INFO oslo_db.sqlalchemy.provision [req-0a0703fd-706c-4c79-9fe0-b1addec27a47 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all [0.631395s] ... ok 2019-10-07 13:34:03.795 15006 INFO oslo_db.sqlalchemy.provision [req-c8bb69c3-2f00-4ae6-9047-af6015c0df20 - - - - -] CREATE BACKEND sqlite:// TOKEN qxczmzkbkq 2019-10-07 13:34:03.810 15024 INFO oslo_db.sqlalchemy.provision [req-0a0703fd-706c-4c79-9fe0-b1addec27a47 - - - - -] CREATE BACKEND sqlite:// TOKEN kzdaxxhngn 2019-10-07 13:34:03.823 15020 WARNING octavia.api.root_controller [req-2ef86c94-a399-4254-8377-c1caae2f6335 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:03.837 15020 INFO octavia.api.v2.controllers.load_balancer [req-3c0f3dec-a5f9-4343-96bc-ab31a53a0dc8 - - - - -] Sending created Load Balancer aa062492-93f2-4d83-81f4-1e6907a06b15 to the handler 2019-10-07 13:34:03.867 15006 INFO octavia.common.config [req-c8bb69c3-2f00-4ae6-9047-af6015c0df20 - - - - -] Logging enabled! 2019-10-07 13:34:03.867 15006 INFO octavia.common.config [req-c8bb69c3-2f00-4ae6-9047-af6015c0df20 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:03.880 15020 INFO octavia.api.v2.controllers.listener [req-b028a44c-157d-443c-bde0-3cff04ae2a26 - - - - -] Sending Creation of Listener 39266199-f9e9-4326-8285-991104ff84a5 to handler 2019-10-07 13:34:03.878 15024 INFO octavia.common.config [req-0a0703fd-706c-4c79-9fe0-b1addec27a47 - - - - -] Logging enabled! 2019-10-07 13:34:03.879 15024 INFO octavia.common.config [req-0a0703fd-706c-4c79-9fe0-b1addec27a47 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:03.888 15006 WARNING octavia.api.root_controller [req-c8bb69c3-2f00-4ae6-9047-af6015c0df20 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:03.901 15006 INFO octavia.api.v2.controllers.load_balancer [req-75a03d2a-c30e-4668-89ec-8769098c92ee - - - - -] Sending created Load Balancer dd43bc07-45de-486d-9d51-025decc2bcb0 to the handler 2019-10-07 13:34:03.902 15024 WARNING octavia.api.root_controller [req-0a0703fd-706c-4c79-9fe0-b1addec27a47 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:03.915 15024 INFO octavia.api.v2.controllers.load_balancer [req-bd6071c1-ba91-4d39-b900-4a7a67cf602f - - - - -] Sending created Load Balancer bd26a0aa-0b50-4510-a564-c4521fac6e03 to the handler 2019-10-07 13:34:03.938 15006 INFO octavia.api.v2.controllers.listener [req-1a057cc0-41ce-45cf-82e5-5e70e8043ac9 - - - - -] Sending Creation of Listener 6ba2d906-1b6d-432d-a923-c58830b2f315 to handler 2019-10-07 13:34:03.952 15024 INFO octavia.api.v2.controllers.listener [req-e58aae7d-7aa0-45dc-a65b-274ba2e6c7ed - - - - -] Sending Creation of Listener d8c498c5-1f78-4798-b8c9-d05be201262b to handler 2019-10-07 13:34:03.967 15020 INFO octavia.api.v2.controllers.pool [req-aa27a863-60ff-4eca-8e35-d4f884026b7b - - - - -] Sending Creation of Pool 0b38373a-f5cb-4581-a23a-c8ac7f8194ec to handler 2019-10-07 13:34:04.013 15024 INFO octavia.api.v2.controllers.pool [req-e4cab044-88b1-4ea0-a077-82c901756ae9 - - - - -] Sending Creation of Pool 73a5a5e9-2501-4691-8fd6-d9fa64287366 to handler 2019-10-07 13:34:04.011 15006 INFO octavia.api.v2.controllers.pool [req-a49f3513-4091-4fd5-b282-29e7ba0a0071 - - - - -] Sending Creation of Pool 709cabd1-54d7-4ec6-82e2-f8c5406fef00 to handler 2019-10-07 13:34:04.066 15020 INFO octavia.api.v2.controllers.pool [req-e5a9e3bb-c40d-452f-82a6-01fd02aa8974 - - - - -] Sending Deletion of Pool 0b38373a-f5cb-4581-a23a-c8ac7f8194ec to handler 2019-10-07 13:34:04.113 15024 INFO octavia.api.v2.controllers.pool [req-2f9d0c6c-34cc-4a2c-ac7d-87710cafc013 - - - - -] Sending Creation of Pool 53527a10-b394-4927-bc4e-344d5f6ca082 to handler 2019-10-07 13:34:04.087 15006 INFO octavia.api.v2.controllers.pool [req-1ab9905e-1fa4-4f7a-8786-91ae2d75105e - - - - -] Sending Update of Pool 709cabd1-54d7-4ec6-82e2-f8c5406fef00 to handler 2019-10-07 13:34:04.131 15020 INFO oslo_db.sqlalchemy.provision [req-57f88e59-1412-40cd-95ee-38576d037cb9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:04.133 15020 INFO oslo_db.sqlalchemy.provision [req-57f88e59-1412-40cd-95ee-38576d037cb9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hqxqmlbzqh 2019-10-07 13:34:04.133 15020 INFO oslo_db.sqlalchemy.provision [req-57f88e59-1412-40cd-95ee-38576d037cb9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete [0.419221s] ... ok 2019-10-07 13:34:04.136 15020 INFO oslo_db.sqlalchemy.provision [req-57f88e59-1412-40cd-95ee-38576d037cb9 - - - - -] CREATE BACKEND sqlite:// TOKEN olkbbhojdr 2019-10-07 13:34:04.175 15006 INFO oslo_db.sqlalchemy.provision [req-db25bc36-109d-4098-aaeb-98dee92a65cc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:04.177 15006 INFO oslo_db.sqlalchemy.provision [req-db25bc36-109d-4098-aaeb-98dee92a65cc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qxczmzkbkq 2019-10-07 13:34:04.177 15006 INFO oslo_db.sqlalchemy.provision [req-db25bc36-109d-4098-aaeb-98dee92a65cc - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_add_session_persistence [0.384836s] ... ok 2019-10-07 13:34:04.181 15006 INFO oslo_db.sqlalchemy.provision [req-db25bc36-109d-4098-aaeb-98dee92a65cc - - - - -] CREATE BACKEND sqlite:// TOKEN tgkjynztxe 2019-10-07 13:34:04.213 15020 INFO octavia.common.config [req-57f88e59-1412-40cd-95ee-38576d037cb9 - - - - -] Logging enabled! 2019-10-07 13:34:04.213 15020 INFO octavia.common.config [req-57f88e59-1412-40cd-95ee-38576d037cb9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:04.238 15024 INFO octavia.api.v2.controllers.member [req-b08809cd-ead0-40e2-ae25-2983b42ca98f - - - - -] Sending Creation of Member 37c0d121-7154-439b-8c11-078a116a92ff to handler 2019-10-07 13:34:04.234 15020 WARNING octavia.api.root_controller [req-57f88e59-1412-40cd-95ee-38576d037cb9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:04.246 15020 INFO octavia.api.v2.controllers.load_balancer [req-a6f31dd3-707a-4229-a657-d37f07613f6e - - - - -] Sending created Load Balancer 2777fd23-4e9e-4117-855d-90b53cd76ef8 to the handler 2019-10-07 13:34:04.250 15006 INFO octavia.common.config [req-db25bc36-109d-4098-aaeb-98dee92a65cc - - - - -] Logging enabled! 2019-10-07 13:34:04.251 15006 INFO octavia.common.config [req-db25bc36-109d-4098-aaeb-98dee92a65cc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:04.274 15006 WARNING octavia.api.root_controller [req-db25bc36-109d-4098-aaeb-98dee92a65cc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:04.285 15006 INFO octavia.api.v2.controllers.load_balancer [req-069aad0b-27d0-4fdc-a905-a6adf4083bcb - - - - -] Sending created Load Balancer 0241f0c6-7638-46b7-ba5e-de5b37fd0870 to the handler 2019-10-07 13:34:04.290 15020 INFO octavia.api.v2.controllers.listener [req-7348f4e5-a569-4d49-a81b-b13069aaa291 - - - - -] Sending Creation of Listener 4a859042-cf31-4ca0-a189-29955c794b27 to handler 2019-10-07 13:34:04.323 15006 INFO octavia.api.v2.controllers.listener [req-523a44ae-4a13-4daf-9dbd-4289c7401887 - - - - -] Sending Creation of Listener 4986adfe-fe28-4d6d-95f3-b61e75892c88 to handler 2019-10-07 13:34:04.365 15006 ERROR octavia.api.v2.controllers.base [req-9a6438a8-ea32-4b81-aaa6-52c5438848ec - - - - -] Pool 06e4de6e-29d7-4f82-9d69-05675411da6b not found: None 2019-10-07 13:34:04.365 15006 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:34:04.365 15006 ERROR octavia.api.v2.controllers.base 2019-10-07 13:34:04.377 15006 INFO oslo_db.sqlalchemy.provision [req-9a6438a8-ea32-4b81-aaa6-52c5438848ec - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:04.378 15006 INFO oslo_db.sqlalchemy.provision [req-9a6438a8-ea32-4b81-aaa6-52c5438848ec - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tgkjynztxe 2019-10-07 13:34:04.378 15006 INFO oslo_db.sqlalchemy.provision [req-9a6438a8-ea32-4b81-aaa6-52c5438848ec - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_delete [0.200933s] ... ok 2019-10-07 13:34:04.369 15024 INFO octavia.api.v2.controllers.member [req-bb9e02b1-11a6-489d-ba42-bdffb7da3e9f - - - - -] Sending Creation of Member 0f797755-5fc6-42e3-b904-24c8acf125b2 to handler 2019-10-07 13:34:04.381 15006 INFO oslo_db.sqlalchemy.provision [req-9a6438a8-ea32-4b81-aaa6-52c5438848ec - - - - -] CREATE BACKEND sqlite:// TOKEN eihiyjslti 2019-10-07 13:34:04.367 15020 INFO octavia.api.v2.controllers.pool [req-8f96fd48-36b0-421d-8efc-d938738cf0ac - - - - -] Sending Creation of Pool f643196a-e80d-41fe-871a-84e031fa4e46 to handler 2019-10-07 13:34:04.449 15006 INFO octavia.common.config [req-9a6438a8-ea32-4b81-aaa6-52c5438848ec - - - - -] Logging enabled! 2019-10-07 13:34:04.450 15006 INFO octavia.common.config [req-9a6438a8-ea32-4b81-aaa6-52c5438848ec - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:04.473 15020 INFO octavia.api.v2.controllers.pool [req-863df5c7-0014-4495-893e-89f94d75bd03 - - - - -] Sending Deletion of Pool f643196a-e80d-41fe-871a-84e031fa4e46 to handler 2019-10-07 13:34:04.471 15006 WARNING octavia.api.root_controller [req-9a6438a8-ea32-4b81-aaa6-52c5438848ec - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:04.482 15006 INFO octavia.api.v2.controllers.load_balancer [req-9a425425-5978-4891-9dcf-f07844053af1 - - - - -] Sending created Load Balancer f127c34d-6671-4fb5-b616-e6d4c9e90ded to the handler 2019-10-07 13:34:04.514 15024 INFO octavia.api.v2.controllers.member [req-e3b13ccc-8514-4369-9513-d1e429824095 - - - - -] Sending Creation of Member 929c5607-2807-4c0f-a458-7e363e24c641 to handler 2019-10-07 13:34:04.521 15006 INFO octavia.api.v2.controllers.listener [req-f89eaa15-38fc-47ad-8251-ebb6d00a3e03 - - - - -] Sending Creation of Listener 2e0ff32f-efe3-49c7-8afa-77007957dec7 to handler 2019-10-07 13:34:04.571 15020 INFO oslo_db.sqlalchemy.provision [req-d0089aab-59db-4f62-974c-8a03d8a9c28c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:04.573 15020 INFO oslo_db.sqlalchemy.provision [req-d0089aab-59db-4f62-974c-8a03d8a9c28c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN olkbbhojdr 2019-10-07 13:34:04.573 15020 INFO oslo_db.sqlalchemy.provision [req-d0089aab-59db-4f62-974c-8a03d8a9c28c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_with_bad_handler [0.439562s] ... ok 2019-10-07 13:34:04.576 15020 INFO oslo_db.sqlalchemy.provision [req-d0089aab-59db-4f62-974c-8a03d8a9c28c - - - - -] CREATE BACKEND sqlite:// TOKEN fuivbhihoc 2019-10-07 13:34:04.595 15006 INFO octavia.api.v2.controllers.pool [req-e8ebad8f-bbb7-4e6e-8cba-b90aa4751390 - - - - -] Sending Creation of Pool f723185f-a587-46e3-856e-ff7197a000ff to handler 2019-10-07 13:34:04.629 15024 INFO oslo_db.sqlalchemy.provision [req-93ac825a-ca58-4d02-94fa-e8c911a71cd9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:04.632 15024 INFO oslo_db.sqlalchemy.provision [req-93ac825a-ca58-4d02-94fa-e8c911a71cd9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kzdaxxhngn 2019-10-07 13:34:04.632 15024 INFO oslo_db.sqlalchemy.provision [req-93ac825a-ca58-4d02-94fa-e8c911a71cd9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_fields_filter [0.824708s] ... ok 2019-10-07 13:34:04.635 15024 INFO oslo_db.sqlalchemy.provision [req-93ac825a-ca58-4d02-94fa-e8c911a71cd9 - - - - -] CREATE BACKEND sqlite:// TOKEN lqqkacjpeh 2019-10-07 13:34:04.674 15020 INFO octavia.common.config [req-d0089aab-59db-4f62-974c-8a03d8a9c28c - - - - -] Logging enabled! 2019-10-07 13:34:04.675 15020 INFO octavia.common.config [req-d0089aab-59db-4f62-974c-8a03d8a9c28c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:04.709 15024 INFO octavia.common.config [req-93ac825a-ca58-4d02-94fa-e8c911a71cd9 - - - - -] Logging enabled! 2019-10-07 13:34:04.711 15024 INFO octavia.common.config [req-93ac825a-ca58-4d02-94fa-e8c911a71cd9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:04.712 15020 WARNING octavia.api.root_controller [req-d0089aab-59db-4f62-974c-8a03d8a9c28c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:04.736 15024 WARNING octavia.api.root_controller [req-93ac825a-ca58-4d02-94fa-e8c911a71cd9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:04.729 15020 INFO octavia.api.v2.controllers.load_balancer [req-7a4ded23-a5ed-49ed-8afa-23e397188e2a - - - - -] Sending created Load Balancer ddc63cde-7abd-47ca-b253-0a0f1a8666af to the handler 2019-10-07 13:34:04.768 15006 INFO oslo_db.sqlalchemy.provision [req-cc62f389-a05c-4829-b34c-09785f21e5bf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:04.770 15006 INFO oslo_db.sqlalchemy.provision [req-cc62f389-a05c-4829-b34c-09785f21e5bf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eihiyjslti 2019-10-07 13:34:04.770 15006 INFO oslo_db.sqlalchemy.provision [req-cc62f389-a05c-4829-b34c-09785f21e5bf - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create [0.391786s] ... ok 2019-10-07 13:34:04.753 15024 INFO octavia.api.v2.controllers.load_balancer [req-54a764a5-f652-4ced-9872-c0c65a29ee04 - - - - -] Sending created Load Balancer a06b5116-6f74-410e-9885-04c40c34a4ce to the handler 2019-10-07 13:34:04.773 15006 INFO oslo_db.sqlalchemy.provision [req-cc62f389-a05c-4829-b34c-09785f21e5bf - - - - -] CREATE BACKEND sqlite:// TOKEN ricxcgdwyz 2019-10-07 13:34:04.792 15020 INFO octavia.api.v2.controllers.listener [req-eaa502e2-9bdc-4747-af40-446333819cac - - - - -] Sending Creation of Listener 2fb7b7df-b8b2-49e4-82fd-1f6f0ef26fb8 to handler 2019-10-07 13:34:04.792 15024 INFO octavia.api.v2.controllers.listener [req-a69eec2e-d4da-4af9-a0b1-c6eecabef1a8 - - - - -] Sending Creation of Listener 33936926-9665-4f33-8409-5fc164faf76c to handler 2019-10-07 13:34:04.840 15006 INFO octavia.common.config [req-cc62f389-a05c-4829-b34c-09785f21e5bf - - - - -] Logging enabled! 2019-10-07 13:34:04.841 15006 INFO octavia.common.config [req-cc62f389-a05c-4829-b34c-09785f21e5bf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:04.874 15020 INFO oslo_db.sqlalchemy.provision [req-559da965-1db1-4e34-8fe9-f600ec824ace - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:04.862 15006 WARNING octavia.api.root_controller [req-cc62f389-a05c-4829-b34c-09785f21e5bf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:04.875 15006 INFO octavia.api.v2.controllers.load_balancer [req-bb92c8d7-f8e6-49f1-840d-d4da940ef527 - - - - -] Sending created Load Balancer 8021b555-a7e7-4431-9146-ca0a7725119f to the handler 2019-10-07 13:34:04.851 15024 INFO octavia.api.v2.controllers.pool [req-558667c1-561e-493a-a068-dd999457654f - - - - -] Sending Creation of Pool 4565e9a4-8ef4-47b8-a387-8c61995a4772 to handler 2019-10-07 13:34:04.885 15020 INFO oslo_db.sqlalchemy.provision [req-559da965-1db1-4e34-8fe9-f600ec824ace - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fuivbhihoc 2019-10-07 13:34:04.885 15020 INFO oslo_db.sqlalchemy.provision [req-559da965-1db1-4e34-8fe9-f600ec824ace - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_pool.TestPool.test_empty_get_all [0.312286s] ... ok 2019-10-07 13:34:04.888 15020 INFO oslo_db.sqlalchemy.provision [req-559da965-1db1-4e34-8fe9-f600ec824ace - - - - -] CREATE BACKEND sqlite:// TOKEN fdvvbftlda 2019-10-07 13:34:04.956 15024 INFO octavia.api.v2.controllers.pool [req-5ca423cf-c5d7-4500-8687-5013d0683692 - - - - -] Sending Creation of Pool 79495268-2b13-42f2-85e8-955e64e66d0c to handler 2019-10-07 13:34:04.988 15020 INFO octavia.common.config [req-559da965-1db1-4e34-8fe9-f600ec824ace - - - - -] Logging enabled! 2019-10-07 13:34:04.979 15006 INFO octavia.api.v2.controllers.listener [req-0f062c8c-447e-4769-9192-41a71adf6299 - - - - -] Sending Creation of Listener d87634f8-e8b5-4036-89a6-6cd3547ca42e to handler 2019-10-07 13:34:05.040 15006 INFO oslo_db.sqlalchemy.provision [req-97746fd4-1b49-40a3-a3d7-160d363efb45 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:05.041 15006 INFO oslo_db.sqlalchemy.provision [req-97746fd4-1b49-40a3-a3d7-160d363efb45 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ricxcgdwyz 2019-10-07 13:34:05.042 15006 INFO oslo_db.sqlalchemy.provision [req-97746fd4-1b49-40a3-a3d7-160d363efb45 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_over_quota [0.271118s] ... ok 2019-10-07 13:34:04.993 15020 INFO octavia.common.config [req-559da965-1db1-4e34-8fe9-f600ec824ace - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:05.016 15020 WARNING octavia.api.root_controller [req-559da965-1db1-4e34-8fe9-f600ec824ace - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:05.030 15020 INFO octavia.api.v2.controllers.load_balancer [req-714f2976-e954-48a2-adf8-9441014dc10a - - - - -] Sending created Load Balancer 21332f29-f637-4513-b451-77c7f2fe2d28 to the handler 2019-10-07 13:34:05.044 15006 INFO oslo_db.sqlalchemy.provision [req-97746fd4-1b49-40a3-a3d7-160d363efb45 - - - - -] CREATE BACKEND sqlite:// TOKEN dwheciucln 2019-10-07 13:34:05.080 15024 INFO octavia.api.v2.controllers.member [req-48f55492-b624-41a4-aa19-d5d209476e0a - - - - -] Sending Creation of Member 16d8a17a-6923-42bb-9ed2-2fa80ad42a0a to handler 2019-10-07 13:34:05.077 15020 INFO octavia.api.v2.controllers.listener [req-18c149ed-10a5-4523-9650-508095087262 - - - - -] Sending Creation of Listener 357c3833-f802-49b6-99e4-a4d71a5720e1 to handler 2019-10-07 13:34:05.137 15020 INFO octavia.api.v2.controllers.pool [req-071cdf3e-e4b1-4416-89a3-ebb135efa015 - - - - -] Sending Creation of Pool 97136108-1bac-4686-a825-28a6d9e88f5c to handler 2019-10-07 13:34:05.113 15006 INFO octavia.common.config [req-97746fd4-1b49-40a3-a3d7-160d363efb45 - - - - -] Logging enabled! 2019-10-07 13:34:05.114 15006 INFO octavia.common.config [req-97746fd4-1b49-40a3-a3d7-160d363efb45 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:05.134 15006 WARNING octavia.api.root_controller [req-97746fd4-1b49-40a3-a3d7-160d363efb45 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:05.149 15006 INFO octavia.api.v2.controllers.load_balancer [req-275ce78e-8948-4f93-b489-16818ada2f7e - - - - -] Sending created Load Balancer 01e9fca2-a7ab-4bcf-b745-d27d6939adc9 to the handler 2019-10-07 13:34:05.186 15006 INFO octavia.api.v2.controllers.listener [req-8ae6986d-77aa-4969-aed6-af8ae996d391 - - - - -] Sending Creation of Listener c679201a-611e-46d8-9cf4-59ceacb367db to handler 2019-10-07 13:34:05.229 15020 INFO octavia.api.v2.controllers.pool [req-146a6fbe-a4cb-4ae7-8d74-cd92962646d2 - - - - -] Sending Creation of Pool b176d9d9-a50f-47fc-9054-e6d69deca069 to handler 2019-10-07 13:34:05.229 15024 INFO octavia.api.v2.controllers.member [req-ea2c0001-a9af-436a-a48a-e9637529ac85 - - - - -] Sending Creation of Member eafe1e33-de76-40e3-8766-9bc0e446e7c2 to handler 2019-10-07 13:34:05.258 15006 INFO octavia.api.v2.controllers.pool [req-3c893c32-eb84-4818-960b-b766148631d8 - - - - -] Sending Creation of Pool 393609e9-d1f9-401a-b9a9-dcd1eb862847 to handler 2019-10-07 13:34:05.333 15006 INFO oslo_db.sqlalchemy.provision [req-74075f84-436f-4d41-b929-b89c010ca808 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:05.335 15006 INFO oslo_db.sqlalchemy.provision [req-74075f84-436f-4d41-b929-b89c010ca808 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dwheciucln 2019-10-07 13:34:05.335 15006 INFO oslo_db.sqlalchemy.provision [req-74075f84-436f-4d41-b929-b89c010ca808 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_sans_loadbalancer_id [0.293514s] ... ok 2019-10-07 13:34:05.328 15020 INFO octavia.api.v2.controllers.pool [req-f2b19fad-0284-46c6-b680-ed150916b428 - - - - -] Sending Creation of Pool 6e3a7873-1e9e-4a85-99df-ca7dc5a86c0a to handler 2019-10-07 13:34:05.338 15006 INFO oslo_db.sqlalchemy.provision [req-74075f84-436f-4d41-b929-b89c010ca808 - - - - -] CREATE BACKEND sqlite:// TOKEN ldkxmqnmey 2019-10-07 13:34:05.394 15024 INFO octavia.api.v2.controllers.member [req-374cb5a1-c627-4df9-a274-5ccccfd5469f - - - - -] Sending Creation of Member f99e9140-8303-4620-be6f-9809363aa3fd to handler 2019-10-07 13:34:05.389 15012 INFO octavia.api.v2.controllers.l7rule [req-1a3b86d5-c655-44e5-ae22-fc229e770e6e - - - - -] Sending Creation of L7Rule e365eba3-b8b6-4fdf-9c28-c9e5888cdaf2 to handler 2019-10-07 13:34:05.406 15006 INFO octavia.common.config [req-74075f84-436f-4d41-b929-b89c010ca808 - - - - -] Logging enabled! 2019-10-07 13:34:05.406 15006 INFO octavia.common.config [req-74075f84-436f-4d41-b929-b89c010ca808 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:05.427 15006 WARNING octavia.api.root_controller [req-74075f84-436f-4d41-b929-b89c010ca808 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:05.438 15006 INFO octavia.api.v2.controllers.load_balancer [req-f2d60ada-2cff-47d4-9a82-61c76b7b108c - - - - -] Sending created Load Balancer f9436721-d0df-4283-8015-1e1c31b975d4 to the handler 2019-10-07 13:34:05.475 15006 INFO octavia.api.v2.controllers.listener [req-f13587d7-82f2-418d-8152-dddcea1acaac - - - - -] Sending Creation of Listener f3df51be-2846-45d9-a708-33e57be8b83f to handler 2019-10-07 13:34:05.533 15006 INFO oslo_db.sqlalchemy.provision [req-0318b044-7536-49fd-8354-52c509838e58 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:05.534 15006 INFO oslo_db.sqlalchemy.provision [req-0318b044-7536-49fd-8354-52c509838e58 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ldkxmqnmey 2019-10-07 13:34:05.535 15006 INFO oslo_db.sqlalchemy.provision [req-0318b044-7536-49fd-8354-52c509838e58 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_SP_cookie_name [0.199093s] ... ok 2019-10-07 13:34:05.537 15006 INFO oslo_db.sqlalchemy.provision [req-0318b044-7536-49fd-8354-52c509838e58 - - - - -] CREATE BACKEND sqlite:// TOKEN esaldfwtga 2019-10-07 13:34:05.531 15024 INFO oslo_db.sqlalchemy.provision [req-82ea227d-6bb3-4ae4-9890-793768beb603 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:05.532 15024 INFO oslo_db.sqlalchemy.provision [req-82ea227d-6bb3-4ae4-9890-793768beb603 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lqqkacjpeh 2019-10-07 13:34:05.533 15024 INFO oslo_db.sqlalchemy.provision [req-82ea227d-6bb3-4ae4-9890-793768beb603 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_filter [0.900451s] ... ok 2019-10-07 13:34:05.535 15024 INFO oslo_db.sqlalchemy.provision [req-82ea227d-6bb3-4ae4-9890-793768beb603 - - - - -] CREATE BACKEND sqlite:// TOKEN kvggxmcfzh 2019-10-07 13:34:05.562 15020 INFO oslo_db.sqlalchemy.provision [req-0be298ab-db5e-4dc7-b8a1-bd5587f39226 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:05.563 15020 INFO oslo_db.sqlalchemy.provision [req-0be298ab-db5e-4dc7-b8a1-bd5587f39226 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fdvvbftlda 2019-10-07 13:34:05.563 15020 INFO oslo_db.sqlalchemy.provision [req-0be298ab-db5e-4dc7-b8a1-bd5587f39226 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_limited [0.677854s] ... ok 2019-10-07 13:34:05.566 15020 INFO oslo_db.sqlalchemy.provision [req-0be298ab-db5e-4dc7-b8a1-bd5587f39226 - - - - -] CREATE BACKEND sqlite:// TOKEN suceajhper 2019-10-07 13:34:05.606 15006 INFO octavia.common.config [req-0318b044-7536-49fd-8354-52c509838e58 - - - - -] Logging enabled! 2019-10-07 13:34:05.607 15006 INFO octavia.common.config [req-0318b044-7536-49fd-8354-52c509838e58 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:05.612 15024 INFO octavia.common.config [req-82ea227d-6bb3-4ae4-9890-793768beb603 - - - - -] Logging enabled! 2019-10-07 13:34:05.613 15024 INFO octavia.common.config [req-82ea227d-6bb3-4ae4-9890-793768beb603 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:05.627 15006 WARNING octavia.api.root_controller [req-0318b044-7536-49fd-8354-52c509838e58 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:05.638 15006 INFO octavia.api.v2.controllers.load_balancer [req-b66308b2-7029-4ace-b8cf-bab2d55d3ced - - - - -] Sending created Load Balancer a9e97f0a-89e3-4abd-ab64-d31c851c3016 to the handler 2019-10-07 13:34:05.638 15024 WARNING octavia.api.root_controller [req-82ea227d-6bb3-4ae4-9890-793768beb603 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:05.649 15024 INFO octavia.api.v2.controllers.load_balancer [req-e2261a1b-3563-4138-917f-ebf519ba19d3 - - - - -] Sending created Load Balancer 695d71d2-528f-43a2-8180-5261f644d55c to the handler 2019-10-07 13:34:05.690 15024 INFO octavia.api.v2.controllers.listener [req-a6ef1d3d-92a4-480e-b1d1-41f42b8acbe2 - - - - -] Sending Creation of Listener abff16b1-ed49-49ae-a74b-04335cb9ea3c to handler 2019-10-07 13:34:05.676 15006 INFO octavia.api.v2.controllers.listener [req-ad0aa14f-b4d9-4963-b19a-80d51d7d279b - - - - -] Sending Creation of Listener 3f43b601-35c8-482d-9790-a5efb681e024 to handler 2019-10-07 13:34:05.670 15020 INFO octavia.common.config [req-0be298ab-db5e-4dc7-b8a1-bd5587f39226 - - - - -] Logging enabled! 2019-10-07 13:34:05.671 15020 INFO octavia.common.config [req-0be298ab-db5e-4dc7-b8a1-bd5587f39226 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:05.705 15020 WARNING octavia.api.root_controller [req-0be298ab-db5e-4dc7-b8a1-bd5587f39226 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:05.721 15020 INFO octavia.api.v2.controllers.load_balancer [req-f6bab313-a65f-4fb1-b99e-5b8f0c8ae08d - - - - -] Sending created Load Balancer ad4f0b06-e1e1-439e-a093-854fc0c1c51f to the handler 2019-10-07 13:34:05.739 15006 INFO oslo_db.sqlalchemy.provision [req-e10ff89d-5c9e-46a4-99f2-339b1989644d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:05.741 15006 INFO oslo_db.sqlalchemy.provision [req-e10ff89d-5c9e-46a4-99f2-339b1989644d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN esaldfwtga 2019-10-07 13:34:05.741 15006 INFO oslo_db.sqlalchemy.provision [req-e10ff89d-5c9e-46a4-99f2-339b1989644d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_SP_type_IP_cookie [0.206588s] ... ok 2019-10-07 13:34:05.744 15006 INFO oslo_db.sqlalchemy.provision [req-e10ff89d-5c9e-46a4-99f2-339b1989644d - - - - -] CREATE BACKEND sqlite:// TOKEN ylomodxsmu 2019-10-07 13:34:05.750 15024 INFO octavia.api.v2.controllers.pool [req-2334b81d-b2cc-4d54-8289-dfefba3b1d25 - - - - -] Sending Creation of Pool cabd4c81-5a59-4030-83f3-f80012e056f7 to handler 2019-10-07 13:34:05.815 15006 INFO octavia.common.config [req-e10ff89d-5c9e-46a4-99f2-339b1989644d - - - - -] Logging enabled! 2019-10-07 13:34:05.816 15006 INFO octavia.common.config [req-e10ff89d-5c9e-46a4-99f2-339b1989644d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:05.842 15024 INFO octavia.api.v2.controllers.pool [req-fa7d97de-2d34-4d29-9a4e-d80fd8dbdaad - - - - -] Sending Creation of Pool 32e036b2-5d13-48c0-8cfa-e8a14c5e3e98 to handler 2019-10-07 13:34:05.837 15006 WARNING octavia.api.root_controller [req-e10ff89d-5c9e-46a4-99f2-339b1989644d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:05.848 15006 INFO octavia.api.v2.controllers.load_balancer [req-c14f259d-6aed-45d5-aaf0-2d495990a2b3 - - - - -] Sending created Load Balancer 7b007ff1-913c-4c5f-8723-3a1093c7ab74 to the handler 2019-10-07 13:34:05.874 15020 INFO octavia.api.v2.controllers.listener [req-cb3be5fc-8cd2-4583-a960-79ae3d2ca82c - - - - -] Sending Creation of Listener bb7497e8-b173-4415-bef7-06f508860e29 to handler 2019-10-07 13:34:05.885 15006 INFO octavia.api.v2.controllers.listener [req-346b2c29-dff5-4387-9914-3cdf4506fef0 - - - - -] Sending Creation of Listener b8e06f2f-6b85-447f-8f11-4b7f4bc79553 to handler 2019-10-07 13:34:05.940 15006 INFO oslo_db.sqlalchemy.provision [req-c7fa963d-a8df-4f21-bf13-547b3973a07a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:05.942 15006 INFO oslo_db.sqlalchemy.provision [req-c7fa963d-a8df-4f21-bf13-547b3973a07a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ylomodxsmu 2019-10-07 13:34:05.942 15006 INFO oslo_db.sqlalchemy.provision [req-c7fa963d-a8df-4f21-bf13-547b3973a07a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_session_persistence [0.200811s] ... ok 2019-10-07 13:34:05.938 15020 INFO octavia.api.v2.controllers.load_balancer [req-6608c3c6-ff83-442a-a596-1a5b8987598b - - - - -] Sending created Load Balancer a26d8369-047c-4c26-b2bb-4fb99b9e7758 to the handler 2019-10-07 13:34:05.956 15024 INFO octavia.api.v2.controllers.member [req-814096ce-bb07-4934-a251-54433518c8ae - - - - -] Sending Creation of Member f44cc149-920f-4f80-a357-fefe4893b6bc to handler 2019-10-07 13:34:05.945 15006 INFO oslo_db.sqlalchemy.provision [req-c7fa963d-a8df-4f21-bf13-547b3973a07a - - - - -] CREATE BACKEND sqlite:// TOKEN rfhnnybdmw 2019-10-07 13:34:05.982 15020 INFO octavia.api.v2.controllers.load_balancer [req-7192f866-207f-403a-8f31-5d6ea2e2ba31 - - - - -] Sending created Load Balancer 9e8f98e3-2d32-4760-af0d-63ce8b567bfe to the handler 2019-10-07 13:34:06.013 15006 INFO octavia.common.config [req-c7fa963d-a8df-4f21-bf13-547b3973a07a - - - - -] Logging enabled! 2019-10-07 13:34:06.013 15006 INFO octavia.common.config [req-c7fa963d-a8df-4f21-bf13-547b3973a07a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:06.035 15024 INFO oslo_db.sqlalchemy.provision [req-c7bb903f-0b7f-4a46-a748-6bb8236e51f5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:06.037 15024 INFO oslo_db.sqlalchemy.provision [req-c7bb903f-0b7f-4a46-a748-6bb8236e51f5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kvggxmcfzh 2019-10-07 13:34:06.037 15024 INFO oslo_db.sqlalchemy.provision [req-c7bb903f-0b7f-4a46-a748-6bb8236e51f5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_get_hides_deleted [0.504305s] ... ok 2019-10-07 13:34:06.040 15024 INFO oslo_db.sqlalchemy.provision [req-c7bb903f-0b7f-4a46-a748-6bb8236e51f5 - - - - -] CREATE BACKEND sqlite:// TOKEN mjnykufzun 2019-10-07 13:34:06.037 15020 INFO octavia.api.v2.controllers.pool [req-8875004b-2a8a-4575-9143-1692550f5965 - - - - -] Sending Creation of Pool 5a522c67-2e11-45e4-b48b-50541ed7f7c1 to handler 2019-10-07 13:34:06.036 15006 WARNING octavia.api.root_controller [req-c7fa963d-a8df-4f21-bf13-547b3973a07a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:06.048 15006 INFO octavia.api.v2.controllers.load_balancer [req-60c8a195-3b2b-4ac2-9d69-87cd57c2ccb1 - - - - -] Sending created Load Balancer 556900fc-bce8-4f0c-8381-b3d011aba566 to the handler 2019-10-07 13:34:06.085 15006 INFO octavia.api.v2.controllers.listener [req-cd2f5942-0802-4534-ac48-6d729f2b645e - - - - -] Sending Creation of Listener 2f1380e4-9667-4b24-8951-9fab3dd5322b to handler 2019-10-07 13:34:06.115 15024 INFO octavia.common.config [req-c7bb903f-0b7f-4a46-a748-6bb8236e51f5 - - - - -] Logging enabled! 2019-10-07 13:34:06.123 15020 INFO octavia.api.v2.controllers.pool [req-0ed5b10f-3921-4d7e-af17-241e0f1b4bb4 - - - - -] Sending Creation of Pool a3ef6c68-6667-4135-a7d4-bc96665a4170 to handler 2019-10-07 13:34:06.117 15024 INFO octavia.common.config [req-c7bb903f-0b7f-4a46-a748-6bb8236e51f5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:06.139 15024 WARNING octavia.api.root_controller [req-c7bb903f-0b7f-4a46-a748-6bb8236e51f5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:06.155 15024 INFO octavia.api.v2.controllers.load_balancer [req-c424af67-8d4f-4e90-8c41-bdcbfb75512f - - - - -] Sending created Load Balancer 99beb7c3-0feb-45f2-be5a-c2434dd0f4d0 to the handler 2019-10-07 13:34:06.152 15006 INFO octavia.api.v2.controllers.pool [req-8f61058b-fe24-474d-9917-49dfb98ae372 - - - - -] Sending Creation of Pool 994dc95d-366d-499e-a69d-ad2a897e23b6 to handler 2019-10-07 13:34:06.196 15024 INFO octavia.api.v2.controllers.listener [req-bc58e22c-14cb-4a13-b26e-7c0d3de073bd - - - - -] Sending Creation of Listener 1ff99780-61d7-4ae9-9e66-d2519958da6b to handler 2019-10-07 13:34:06.211 15020 INFO octavia.api.v2.controllers.pool [req-0270f3a4-197b-493c-8001-08f163654418 - - - - -] Sending Creation of Pool ad10e8c8-53bb-4b58-a805-b8e530aefce9 to handler 2019-10-07 13:34:06.262 15024 INFO octavia.api.v2.controllers.pool [req-17cfdd93-fc5f-4808-a07e-317477f9f0aa - - - - -] Sending Creation of Pool 935716bb-2d64-45d7-9667-249f719b0dc9 to handler 2019-10-07 13:34:06.317 15006 INFO oslo_db.sqlalchemy.provision [req-6934b2f4-b702-4456-bfc3-f0875623b12e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:06.318 15006 INFO oslo_db.sqlalchemy.provision [req-6934b2f4-b702-4456-bfc3-f0875623b12e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rfhnnybdmw 2019-10-07 13:34:06.319 15006 INFO oslo_db.sqlalchemy.provision [req-6934b2f4-b702-4456-bfc3-f0875623b12e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_listener_id_in_pool_dict [0.376194s] ... ok 2019-10-07 13:34:06.321 15006 INFO oslo_db.sqlalchemy.provision [req-6934b2f4-b702-4456-bfc3-f0875623b12e - - - - -] CREATE BACKEND sqlite:// TOKEN skfjyoxvib 2019-10-07 13:34:06.360 15020 INFO oslo_db.sqlalchemy.provision [req-96ea9062-d7db-42cb-a7cd-ec59c5341913 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:06.365 15020 INFO oslo_db.sqlalchemy.provision [req-96ea9062-d7db-42cb-a7cd-ec59c5341913 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN suceajhper 2019-10-07 13:34:06.367 15020 INFO oslo_db.sqlalchemy.provision [req-96ea9062-d7db-42cb-a7cd-ec59c5341913 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_by_project_id [0.805147s] ... ok 2019-10-07 13:34:06.372 15020 INFO oslo_db.sqlalchemy.provision [req-96ea9062-d7db-42cb-a7cd-ec59c5341913 - - - - -] CREATE BACKEND sqlite:// TOKEN ujktvrkvii 2019-10-07 13:34:06.359 15024 INFO octavia.api.v2.controllers.pool [req-32947ba9-4f36-4425-b5ee-3a7b4320809b - - - - -] Sending Creation of Pool 5ffa0d04-4669-4e92-a9d9-db8c8e391a5e to handler 2019-10-07 13:34:06.389 15006 INFO octavia.common.config [req-6934b2f4-b702-4456-bfc3-f0875623b12e - - - - -] Logging enabled! 2019-10-07 13:34:06.390 15006 INFO octavia.common.config [req-6934b2f4-b702-4456-bfc3-f0875623b12e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:06.412 15006 WARNING octavia.api.root_controller [req-6934b2f4-b702-4456-bfc3-f0875623b12e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:06.424 15006 INFO octavia.api.v2.controllers.load_balancer [req-3c8042eb-6231-4c3b-88e5-d3ea5e34d3d3 - - - - -] Sending created Load Balancer 1326fd62-9961-4cb4-9ed3-42aed03a82dc to the handler 2019-10-07 13:34:06.462 15006 INFO octavia.api.v2.controllers.listener [req-fa2aa861-f23e-4f15-9422-d1292ccf32a7 - - - - -] Sending Creation of Listener ea500836-8a4c-49ac-8da8-ad551e1a6efe to handler 2019-10-07 13:34:06.472 15024 INFO octavia.api.v2.controllers.member [req-72503253-5856-47bc-8776-307e39992076 - - - - -] Sending Creation of Member 056793d6-63d5-435e-87f7-b2e431a533f0 to handler 2019-10-07 13:34:06.466 15020 INFO octavia.common.config [req-96ea9062-d7db-42cb-a7cd-ec59c5341913 - - - - -] Logging enabled! 2019-10-07 13:34:06.466 15020 INFO octavia.common.config [req-96ea9062-d7db-42cb-a7cd-ec59c5341913 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:06.490 15020 WARNING octavia.api.root_controller [req-96ea9062-d7db-42cb-a7cd-ec59c5341913 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:06.501 15020 INFO octavia.api.v2.controllers.load_balancer [req-e4f77006-cb43-4df6-9483-17132fb8b203 - - - - -] Sending created Load Balancer d397550a-7ce9-4a0a-8646-204f50c7bd36 to the handler 2019-10-07 13:34:06.522 15006 INFO oslo_db.sqlalchemy.provision [req-51dc6bcc-a681-41a7-89d7-881f382e1337 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:06.524 15006 INFO oslo_db.sqlalchemy.provision [req-51dc6bcc-a681-41a7-89d7-881f382e1337 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN skfjyoxvib 2019-10-07 13:34:06.524 15006 INFO oslo_db.sqlalchemy.provision [req-51dc6bcc-a681-41a7-89d7-881f382e1337 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_missing_cookie_name [0.205516s] ... ok 2019-10-07 13:34:06.527 15006 INFO oslo_db.sqlalchemy.provision [req-51dc6bcc-a681-41a7-89d7-881f382e1337 - - - - -] CREATE BACKEND sqlite:// TOKEN mfalygwyrr 2019-10-07 13:34:06.545 15020 INFO octavia.api.v2.controllers.listener [req-4a0a4d47-6719-4e8b-aef8-5073d3615510 - - - - -] Sending Creation of Listener 77a67f3a-bde9-4ba1-be36-005ae119a0eb to handler 2019-10-07 13:34:06.591 15024 INFO octavia.api.v2.controllers.member [req-2d75d18e-549c-4481-ab37-f5debfe72448 - - - - -] Sending Creation of Member c296bef5-a5d2-4265-bf0d-77d80e91030a to handler 2019-10-07 13:34:06.619 15020 INFO octavia.api.v2.controllers.pool [req-e174d453-fedb-4627-af77-5a0fcac16ea7 - - - - -] Sending Creation of Pool 2418f115-def1-4abd-813f-276f8ae4f72c to handler 2019-10-07 13:34:06.595 15006 INFO octavia.common.config [req-51dc6bcc-a681-41a7-89d7-881f382e1337 - - - - -] Logging enabled! 2019-10-07 13:34:06.595 15006 INFO octavia.common.config [req-51dc6bcc-a681-41a7-89d7-881f382e1337 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:06.618 15006 WARNING octavia.api.root_controller [req-51dc6bcc-a681-41a7-89d7-881f382e1337 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:06.630 15006 INFO octavia.api.v2.controllers.load_balancer [req-4d4f48b5-d0cd-476e-bbb2-5161eadbf898 - - - - -] Sending created Load Balancer 03c706ff-ddaf-4ecc-afc1-0e6ba6e01bfe to the handler 2019-10-07 13:34:06.666 15006 INFO octavia.api.v2.controllers.listener [req-2ca1ac73-ef6f-4b71-b2c9-08d25c039999 - - - - -] Sending Creation of Listener 5748e347-38a9-469d-82ff-f22c29e5eb20 to handler 2019-10-07 13:34:06.707 15024 INFO octavia.api.v2.controllers.member [req-8510d442-b2a3-4dd0-a31e-e710a7a189d9 - - - - -] Sending Full Member Update to handler 2019-10-07 13:34:06.749 15024 INFO oslo_db.sqlalchemy.provision [req-6a57a383-48e8-40c9-b83d-92f5a93bfe83 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:06.751 15024 INFO oslo_db.sqlalchemy.provision [req-6a57a383-48e8-40c9-b83d-92f5a93bfe83 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mjnykufzun 2019-10-07 13:34:06.751 15024 INFO oslo_db.sqlalchemy.provision [req-6a57a383-48e8-40c9-b83d-92f5a93bfe83 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_update_batch_members [0.713902s] ... ok 2019-10-07 13:34:06.728 15020 INFO oslo_db.sqlalchemy.provision [req-7af7a291-dfda-47f3-98f8-168de04514d9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:06.729 15020 INFO oslo_db.sqlalchemy.provision [req-7af7a291-dfda-47f3-98f8-168de04514d9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ujktvrkvii 2019-10-07 13:34:06.731 15020 INFO oslo_db.sqlalchemy.provision [req-7af7a291-dfda-47f3-98f8-168de04514d9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_SP_cookie_name [0.362041s] ... ok 2019-10-07 13:34:06.754 15024 INFO oslo_db.sqlalchemy.provision [req-6a57a383-48e8-40c9-b83d-92f5a93bfe83 - - - - -] CREATE BACKEND sqlite:// TOKEN djbayihssz 2019-10-07 13:34:06.749 15006 INFO octavia.api.v2.controllers.pool [req-86b259fa-ca43-47c8-879b-64528af5793f - - - - -] Sending Creation of Pool ebadf051-6a4f-4a27-a4cb-6e8b3e64ed32 to handler 2019-10-07 13:34:06.734 15020 INFO oslo_db.sqlalchemy.provision [req-7af7a291-dfda-47f3-98f8-168de04514d9 - - - - -] CREATE BACKEND sqlite:// TOKEN gbjjwlhzeg 2019-10-07 13:34:06.812 15020 INFO octavia.common.config [req-7af7a291-dfda-47f3-98f8-168de04514d9 - - - - -] Logging enabled! 2019-10-07 13:34:06.813 15020 INFO octavia.common.config [req-7af7a291-dfda-47f3-98f8-168de04514d9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:06.836 15020 WARNING octavia.api.root_controller [req-7af7a291-dfda-47f3-98f8-168de04514d9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:06.847 15020 INFO octavia.api.v2.controllers.load_balancer [req-80745035-d4ce-4ea5-9644-2e44b6a810cc - - - - -] Sending created Load Balancer 227fc1a9-4236-4b79-9194-4ec498aefc20 to the handler 2019-10-07 13:34:06.837 15006 INFO octavia.api.v2.controllers.pool [req-e990ee2b-aba9-4ce4-a0d1-014dda9ecb58 - - - - -] Sending Update of Pool ebadf051-6a4f-4a27-a4cb-6e8b3e64ed32 to handler 2019-10-07 13:34:06.825 15024 INFO octavia.common.config [req-6a57a383-48e8-40c9-b83d-92f5a93bfe83 - - - - -] Logging enabled! 2019-10-07 13:34:06.825 15024 INFO octavia.common.config [req-6a57a383-48e8-40c9-b83d-92f5a93bfe83 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:06.849 15024 WARNING octavia.api.root_controller [req-6a57a383-48e8-40c9-b83d-92f5a93bfe83 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:06.861 15024 INFO octavia.api.v2.controllers.load_balancer [req-8c36f2cc-dbd6-414d-aa23-4cb5a6922d4f - - - - -] Sending created Load Balancer 3e0ef77c-5df8-4b19-9ff0-fdc3f6bda80a to the handler 2019-10-07 13:34:06.897 15024 INFO octavia.api.v2.controllers.listener [req-390a09da-7d32-4bb6-b213-a975d0db7d3c - - - - -] Sending Creation of Listener 7850fb9f-755c-4e57-95fc-d6a1abea832a to handler 2019-10-07 13:34:06.892 15020 INFO octavia.api.v2.controllers.listener [req-ded79041-8572-49ae-af1e-adf51a80e019 - - - - -] Sending Creation of Listener 4fbdb193-dc30-4e51-b529-173b57186bf8 to handler 2019-10-07 13:34:06.918 15006 INFO oslo_db.sqlalchemy.provision [req-e65bb30a-111b-445b-aa13-1f43182d7ce7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:06.920 15006 INFO oslo_db.sqlalchemy.provision [req-e65bb30a-111b-445b-aa13-1f43182d7ce7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mfalygwyrr 2019-10-07 13:34:06.920 15006 INFO oslo_db.sqlalchemy.provision [req-e65bb30a-111b-445b-aa13-1f43182d7ce7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_session_persistence [0.395924s] ... ok 2019-10-07 13:34:06.923 15006 INFO oslo_db.sqlalchemy.provision [req-e65bb30a-111b-445b-aa13-1f43182d7ce7 - - - - -] CREATE BACKEND sqlite:// TOKEN apphmgbvon 2019-10-07 13:34:06.976 15020 INFO octavia.api.v2.controllers.pool [req-940a1431-2821-43ad-bc71-7d3ef133dd93 - - - - -] Sending Creation of Pool 97558c4e-9326-4c3c-833b-fd239b5eda15 to handler 2019-10-07 13:34:07.003 15012 INFO octavia.api.v2.controllers.l7rule [req-ab1be2ef-e391-4670-9157-4f52dd34e1c7 - - - - -] Sending Creation of L7Rule ff471eb9-ae43-4807-b3a4-749e0386bb5c to handler 2019-10-07 13:34:06.991 15006 INFO octavia.common.config [req-e65bb30a-111b-445b-aa13-1f43182d7ce7 - - - - -] Logging enabled! 2019-10-07 13:34:06.992 15006 INFO octavia.common.config [req-e65bb30a-111b-445b-aa13-1f43182d7ce7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:07.015 15006 WARNING octavia.api.root_controller [req-e65bb30a-111b-445b-aa13-1f43182d7ce7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:07.026 15006 INFO octavia.api.v2.controllers.load_balancer [req-8602ed13-9d8d-467e-a373-ef5f442bf254 - - - - -] Sending created Load Balancer b7419436-2d99-49e0-a514-6f89b6648f7e to the handler 2019-10-07 13:34:07.041 15024 INFO octavia.api.v2.controllers.pool [req-1158219c-bf56-4a64-8295-68e9acfd0aa5 - - - - -] Sending Creation of Pool c91ae728-998b-4c7c-85ca-c1193492b3fe to handler 2019-10-07 13:34:07.067 15006 INFO octavia.api.v2.controllers.listener [req-7d1377ca-9721-4c76-a693-9e92fa6d8263 - - - - -] Sending Creation of Listener 82cac7d8-c45b-48ec-aceb-b14c3cb27746 to handler 2019-10-07 13:34:07.084 15020 INFO oslo_db.sqlalchemy.provision [req-a622bec4-71ee-4008-8083-1adaea7be645 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:07.087 15020 INFO oslo_db.sqlalchemy.provision [req-a622bec4-71ee-4008-8083-1adaea7be645 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gbjjwlhzeg 2019-10-07 13:34:07.087 15020 INFO oslo_db.sqlalchemy.provision [req-a622bec4-71ee-4008-8083-1adaea7be645 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_SP_type_IP_cookie [0.356094s] ... ok 2019-10-07 13:34:07.091 15020 INFO oslo_db.sqlalchemy.provision [req-a622bec4-71ee-4008-8083-1adaea7be645 - - - - -] CREATE BACKEND sqlite:// TOKEN tuxuiqpjif 2019-10-07 13:34:07.163 15020 INFO octavia.common.config [req-a622bec4-71ee-4008-8083-1adaea7be645 - - - - -] Logging enabled! 2019-10-07 13:34:07.150 15006 INFO octavia.api.v2.controllers.pool [req-09f5da1e-cd49-4d89-bef4-f2fe2028154f - - - - -] Sending Creation of Pool a7aac50b-8839-4d7a-ad14-c8a1db81dac6 to handler 2019-10-07 13:34:07.166 15020 INFO octavia.common.config [req-a622bec4-71ee-4008-8083-1adaea7be645 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:07.157 15024 INFO octavia.api.v2.controllers.pool [req-9b1bed57-71cb-4b2e-856a-4693a012b299 - - - - -] Sending Creation of Pool 8005b151-ebac-4368-a6e4-6b9e0e772bbe to handler 2019-10-07 13:34:07.190 15020 WARNING octavia.api.root_controller [req-a622bec4-71ee-4008-8083-1adaea7be645 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:07.210 15020 INFO oslo_db.sqlalchemy.provision [req-1f775c4d-fb44-4f92-94d7-f2e92b615539 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:07.212 15020 INFO oslo_db.sqlalchemy.provision [req-1f775c4d-fb44-4f92-94d7-f2e92b615539 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tuxuiqpjif 2019-10-07 13:34:07.212 15020 INFO oslo_db.sqlalchemy.provision [req-1f775c4d-fb44-4f92-94d7-f2e92b615539 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_non_existent_custom_quotas [0.124170s] ... ok 2019-10-07 13:34:07.215 15020 INFO oslo_db.sqlalchemy.provision [req-1f775c4d-fb44-4f92-94d7-f2e92b615539 - - - - -] CREATE BACKEND sqlite:// TOKEN jxrrsheehe 2019-10-07 13:34:07.238 15006 INFO oslo_db.sqlalchemy.provision [req-396d28d6-0074-4600-9f6c-c0aa98c4ac22 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:07.239 15006 INFO oslo_db.sqlalchemy.provision [req-396d28d6-0074-4600-9f6c-c0aa98c4ac22 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN apphmgbvon 2019-10-07 13:34:07.240 15006 INFO oslo_db.sqlalchemy.provision [req-396d28d6-0074-4600-9f6c-c0aa98c4ac22 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_get [0.319167s] ... ok 2019-10-07 13:34:07.243 15006 INFO oslo_db.sqlalchemy.provision [req-396d28d6-0074-4600-9f6c-c0aa98c4ac22 - - - - -] CREATE BACKEND sqlite:// TOKEN zmywxuvhyz 2019-10-07 13:34:07.298 15024 INFO octavia.api.v2.controllers.member [req-2ff3b276-a47b-4f58-852c-8ea84ac2af5d - - - - -] Sending Creation of Member 41f41b8f-d29f-45d7-a0af-1d22b9943c88 to handler 2019-10-07 13:34:07.296 15020 INFO octavia.common.config [req-1f775c4d-fb44-4f92-94d7-f2e92b615539 - - - - -] Logging enabled! 2019-10-07 13:34:07.296 15020 INFO octavia.common.config [req-1f775c4d-fb44-4f92-94d7-f2e92b615539 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:07.317 15020 WARNING octavia.api.root_controller [req-1f775c4d-fb44-4f92-94d7-f2e92b615539 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:07.312 15006 INFO octavia.common.config [req-396d28d6-0074-4600-9f6c-c0aa98c4ac22 - - - - -] Logging enabled! 2019-10-07 13:34:07.313 15006 INFO octavia.common.config [req-396d28d6-0074-4600-9f6c-c0aa98c4ac22 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:07.351 15020 INFO oslo_db.sqlalchemy.provision [req-a329940f-a9d8-406d-b79b-b72757c88995 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:07.352 15020 INFO oslo_db.sqlalchemy.provision [req-a329940f-a9d8-406d-b79b-b72757c88995 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jxrrsheehe 2019-10-07 13:34:07.353 15020 INFO oslo_db.sqlalchemy.provision [req-a329940f-a9d8-406d-b79b-b72757c88995 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_member [0.140637s] ... ok 2019-10-07 13:34:07.356 15020 INFO oslo_db.sqlalchemy.provision [req-a329940f-a9d8-406d-b79b-b72757c88995 - - - - -] CREATE BACKEND sqlite:// TOKEN fkwcrhayoo 2019-10-07 13:34:07.399 15006 WARNING octavia.api.root_controller [req-396d28d6-0074-4600-9f6c-c0aa98c4ac22 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:07.411 15006 INFO octavia.api.v2.controllers.load_balancer [req-dbf9c8a7-b5f2-4ecd-b593-19dfdeb1f80c - - - - -] Sending created Load Balancer 88fa9df5-5181-44e1-aada-7fbc742a9161 to the handler 2019-10-07 13:34:07.419 15024 INFO octavia.api.v2.controllers.load_balancer [req-1d84304e-8253-4115-80b1-79d82c97ed0f - - - - -] Sending deleted Load Balancer 3e0ef77c-5df8-4b19-9ff0-fdc3f6bda80a to the handler 2019-10-07 13:34:07.435 15020 INFO octavia.common.config [req-a329940f-a9d8-406d-b79b-b72757c88995 - - - - -] Logging enabled! 2019-10-07 13:34:07.437 15020 INFO octavia.common.config [req-a329940f-a9d8-406d-b79b-b72757c88995 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:07.457 15024 INFO octavia.api.v2.controllers.member [req-89a6ae08-f526-4af1-86d6-8b704cce62a5 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:34:07.469 15024 INFO oslo_db.sqlalchemy.provision [req-89a6ae08-f526-4af1-86d6-8b704cce62a5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:07.471 15024 INFO oslo_db.sqlalchemy.provision [req-89a6ae08-f526-4af1-86d6-8b704cce62a5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN djbayihssz 2019-10-07 13:34:07.471 15024 INFO oslo_db.sqlalchemy.provision [req-89a6ae08-f526-4af1-86d6-8b704cce62a5 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:34:07.460 15020 WARNING octavia.api.root_controller [req-a329940f-a9d8-406d-b79b-b72757c88995 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:07.452 15006 INFO octavia.api.v2.controllers.listener [req-7b2d67b7-3528-403d-8754-0a808f62abe2 - - - - -] Sending Creation of Listener 7f76fa7e-2e9c-4cd7-928a-78643fc8391f to handler {3} octavia.tests.functional.api.v2.test_member.TestMember.test_update_when_lb_pending_delete [0.719637s] ... ok 2019-10-07 13:34:07.474 15024 INFO oslo_db.sqlalchemy.provision [req-89a6ae08-f526-4af1-86d6-8b704cce62a5 - - - - -] CREATE BACKEND sqlite:// TOKEN uzjyuwwqme 2019-10-07 13:34:07.507 15020 INFO oslo_db.sqlalchemy.provision [req-3c9972a2-1e47-4ad3-8a87-d8cd0777140a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:07.510 15020 INFO oslo_db.sqlalchemy.provision [req-3c9972a2-1e47-4ad3-8a87-d8cd0777140a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fkwcrhayoo 2019-10-07 13:34:07.510 15020 INFO oslo_db.sqlalchemy.provision [req-3c9972a2-1e47-4ad3-8a87-d8cd0777140a - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_admin [0.157602s] ... ok 2019-10-07 13:34:07.513 15020 INFO oslo_db.sqlalchemy.provision [req-3c9972a2-1e47-4ad3-8a87-d8cd0777140a - - - - -] CREATE BACKEND sqlite:// TOKEN uthfrsacan 2019-10-07 13:34:07.534 15006 INFO octavia.api.v2.controllers.pool [req-77e385df-7f3e-4af7-8686-69ea062e060f - - - - -] Sending Creation of Pool 30a73be6-6e79-4342-bd36-27598d2c3a38 to handler 2019-10-07 13:34:07.545 15024 INFO octavia.common.config [req-89a6ae08-f526-4af1-86d6-8b704cce62a5 - - - - -] Logging enabled! 2019-10-07 13:34:07.546 15024 INFO octavia.common.config [req-89a6ae08-f526-4af1-86d6-8b704cce62a5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:07.570 15024 WARNING octavia.api.root_controller [req-89a6ae08-f526-4af1-86d6-8b704cce62a5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:07.582 15024 INFO octavia.api.v2.controllers.load_balancer [req-1b35b3fd-7bec-4384-a8e5-ee8e23190a6c - - - - -] Sending created Load Balancer bf1acd12-48ce-454d-b370-a2f28caede8d to the handler 2019-10-07 13:34:07.591 15020 INFO octavia.common.config [req-3c9972a2-1e47-4ad3-8a87-d8cd0777140a - - - - -] Logging enabled! 2019-10-07 13:34:07.591 15020 INFO octavia.common.config [req-3c9972a2-1e47-4ad3-8a87-d8cd0777140a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:07.615 15020 WARNING octavia.api.root_controller [req-3c9972a2-1e47-4ad3-8a87-d8cd0777140a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:07.619 15024 INFO octavia.api.v2.controllers.listener [req-ae54d70d-5ee4-4b0b-bf13-f6a132945c4e - - - - -] Sending Creation of Listener 280e7a41-3f20-4c51-a619-090d534b6279 to handler 2019-10-07 13:34:07.645 15006 INFO oslo_db.sqlalchemy.provision [req-14a11b02-d142-4b42-9a15-d1f4e3effaad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:07.647 15006 INFO oslo_db.sqlalchemy.provision [req-14a11b02-d142-4b42-9a15-d1f4e3effaad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zmywxuvhyz 2019-10-07 13:34:07.647 15006 INFO oslo_db.sqlalchemy.provision [req-14a11b02-d142-4b42-9a15-d1f4e3effaad - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all [0.407182s] ... ok 2019-10-07 13:34:07.650 15006 INFO oslo_db.sqlalchemy.provision [req-14a11b02-d142-4b42-9a15-d1f4e3effaad - - - - -] CREATE BACKEND sqlite:// TOKEN gwyvbqqfyg 2019-10-07 13:34:07.659 15020 INFO oslo_db.sqlalchemy.provision [req-94bb5a77-34c4-409e-9126-3665276971bb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:07.660 15020 INFO oslo_db.sqlalchemy.provision [req-94bb5a77-34c4-409e-9126-3665276971bb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uthfrsacan 2019-10-07 13:34:07.661 15020 INFO oslo_db.sqlalchemy.provision [req-94bb5a77-34c4-409e-9126-3665276971bb - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_quotas_with_quotas [0.149960s] ... ok 2019-10-07 13:34:07.663 15020 INFO oslo_db.sqlalchemy.provision [req-94bb5a77-34c4-409e-9126-3665276971bb - - - - -] CREATE BACKEND sqlite:// TOKEN rcarcrmkkn 2019-10-07 13:34:07.678 15024 INFO octavia.api.v2.controllers.pool [req-712688a6-5521-45cd-83d8-ab064b0d3a6d - - - - -] Sending Creation of Pool 7416d404-8029-4c76-9cde-59d9d9ca8657 to handler 2019-10-07 13:34:07.720 15006 INFO octavia.common.config [req-14a11b02-d142-4b42-9a15-d1f4e3effaad - - - - -] Logging enabled! 2019-10-07 13:34:07.721 15006 INFO octavia.common.config [req-14a11b02-d142-4b42-9a15-d1f4e3effaad - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:07.740 15020 INFO octavia.common.config [req-94bb5a77-34c4-409e-9126-3665276971bb - - - - -] Logging enabled! 2019-10-07 13:34:07.742 15020 INFO octavia.common.config [req-94bb5a77-34c4-409e-9126-3665276971bb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:07.744 15006 WARNING octavia.api.root_controller [req-14a11b02-d142-4b42-9a15-d1f4e3effaad - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:07.756 15006 INFO octavia.api.v2.controllers.load_balancer [req-604bfcf9-3995-488a-a3a2-9913ec9a7a30 - - - - -] Sending created Load Balancer 58c0fea5-a61b-4102-b827-89d06af26e06 to the handler 2019-10-07 13:34:07.776 15024 INFO octavia.api.v2.controllers.pool [req-a4b16323-3ea7-4e0e-8414-b14807566fd5 - - - - -] Sending Creation of Pool 0dbd0834-081d-46f5-88b9-86317baebb36 to handler 2019-10-07 13:34:07.769 15020 WARNING octavia.api.root_controller [req-94bb5a77-34c4-409e-9126-3665276971bb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:07.789 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:07.790 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rcarcrmkkn 2019-10-07 13:34:07.790 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_default_quotas_not_Authorized [0.129568s] ... ok 2019-10-07 13:34:07.797 15006 INFO octavia.api.v2.controllers.listener [req-ab5eabd2-11a9-4ddd-ba45-d3a8623597d3 - - - - -] Sending Creation of Listener f154816a-32b9-4229-8ec0-678bac584246 to handler 2019-10-07 13:34:07.794 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN jxuyznydtd 2019-10-07 13:34:07.845 15006 INFO octavia.api.v2.controllers.load_balancer [req-7af732ec-a6f9-4763-adf6-07b61af79269 - - - - -] Sending created Load Balancer 9c45ab10-5deb-4746-bc29-fbf1366ed8eb to the handler 2019-10-07 13:34:07.899 15024 INFO octavia.api.v2.controllers.member [req-f499ccfb-0e31-44d1-96e0-3a6966e68fd1 - - - - -] Sending Creation of Member ad9850eb-e80d-45da-86d5-81c341ff8913 to handler 2019-10-07 13:34:07.881 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:07.882 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jxuyznydtd 2019-10-07 13:34:07.883 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.AmphoraHealthModelTest.test_create [0.091933s] ... ok 2019-10-07 13:34:07.885 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN yfenivcpgw 2019-10-07 13:34:07.883 15006 INFO octavia.api.v2.controllers.pool [req-9a94307d-8216-4d10-8414-633cd2c9f453 - - - - -] Sending Creation of Pool a8f2038a-66e3-4d0c-95d0-c7780f790dc0 to handler 2019-10-07 13:34:07.944 15006 INFO octavia.api.v2.controllers.pool [req-b2eb7ef8-9084-4fea-b61a-1a9f2bf06b2f - - - - -] Sending Creation of Pool 1f611d04-e5fb-458f-9a18-3b071bcde226 to handler 2019-10-07 13:34:07.978 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:07.981 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yfenivcpgw 2019-10-07 13:34:07.981 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_pool_relationship [0.098677s] ... ok 2019-10-07 13:34:07.984 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN quegutbbgh 2019-10-07 13:34:07.999 15024 INFO octavia.api.v2.controllers.member [req-0486ef8d-8900-4db5-85b0-f640065811f8 - - - - -] Sending Update of Member ad9850eb-e80d-45da-86d5-81c341ff8913 to handler 2019-10-07 13:34:08.019 15006 INFO octavia.api.v2.controllers.pool [req-18bd1516-627d-40e9-b691-98163b3eebb6 - - - - -] Sending Creation of Pool b9ceb6c1-6d50-42e8-bddb-060e09e14d88 to handler 2019-10-07 13:34:08.071 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.072 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN quegutbbgh 2019-10-07 13:34:08.073 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_update [0.091039s] ... ok 2019-10-07 13:34:08.075 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN qbovrlemrb 2019-10-07 13:34:08.127 15006 INFO oslo_db.sqlalchemy.provision [req-0f827d9d-8c91-4f4c-8346-189cb9ceb39e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.128 15006 INFO oslo_db.sqlalchemy.provision [req-0f827d9d-8c91-4f4c-8346-189cb9ceb39e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gwyvbqqfyg 2019-10-07 13:34:08.129 15006 INFO oslo_db.sqlalchemy.provision [req-0f827d9d-8c91-4f4c-8346-189cb9ceb39e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_admin [0.481499s] ... ok 2019-10-07 13:34:08.132 15006 INFO oslo_db.sqlalchemy.provision [req-0f827d9d-8c91-4f4c-8346-189cb9ceb39e - - - - -] CREATE BACKEND sqlite:// TOKEN fwjwxmtwkg 2019-10-07 13:34:08.162 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.164 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qbovrlemrb 2019-10-07 13:34:08.164 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_delete [0.091375s] ... ok 2019-10-07 13:34:08.167 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN rgmxzndsog 2019-10-07 13:34:08.200 15006 INFO octavia.common.config [req-0f827d9d-8c91-4f4c-8346-189cb9ceb39e - - - - -] Logging enabled! 2019-10-07 13:34:08.201 15006 INFO octavia.common.config [req-0f827d9d-8c91-4f4c-8346-189cb9ceb39e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:08.222 15006 WARNING octavia.api.root_controller [req-0f827d9d-8c91-4f4c-8346-189cb9ceb39e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:08.233 15006 INFO octavia.api.v2.controllers.load_balancer [req-9ed618fb-ad24-40a1-847c-ca93e37fbe8e - - - - -] Sending created Load Balancer a153da3d-bc61-43df-a027-9388df8227c1 to the handler 2019-10-07 13:34:08.272 15006 INFO octavia.api.v2.controllers.listener [req-319d57e9-fd32-4b50-ac9b-bc046df6c30b - - - - -] Sending Creation of Listener c067fb52-2b7a-4606-9d7c-4e8ec02fabbb to handler 2019-10-07 13:34:08.278 15024 INFO oslo_db.sqlalchemy.provision [req-d16ed78f-d5fc-4b2a-bf74-cb984f8609d1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.285 15024 INFO oslo_db.sqlalchemy.provision [req-d16ed78f-d5fc-4b2a-bf74-cb984f8609d1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uzjyuwwqme 2019-10-07 13:34:08.285 15024 INFO oslo_db.sqlalchemy.provision [req-d16ed78f-d5fc-4b2a-bf74-cb984f8609d1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_update_with_attached_listener [0.814235s] ... ok 2019-10-07 13:34:08.289 15024 INFO oslo_db.sqlalchemy.provision [req-d16ed78f-d5fc-4b2a-bf74-cb984f8609d1 - - - - -] CREATE BACKEND sqlite:// TOKEN dbsjqdslnr 2019-10-07 13:34:08.267 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.268 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rgmxzndsog 2019-10-07 13:34:08.268 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listeners_pools_refs_with_disabled_l7policy [0.104132s] ... ok 2019-10-07 13:34:08.271 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN opxvafqlms 2019-10-07 13:34:08.338 15006 INFO octavia.api.v2.controllers.pool [req-f83f07af-a204-486a-8c78-c096a74b4ba9 - - - - -] Sending Creation of Pool 3a9c4d1a-cbce-4e6c-836d-19a75857d471 to handler 2019-10-07 13:34:08.363 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.365 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN opxvafqlms 2019-10-07 13:34:08.365 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_update [0.096128s] ... ok 2019-10-07 13:34:08.374 15024 INFO octavia.common.config [req-d16ed78f-d5fc-4b2a-bf74-cb984f8609d1 - - - - -] Logging enabled! 2019-10-07 13:34:08.375 15024 INFO octavia.common.config [req-d16ed78f-d5fc-4b2a-bf74-cb984f8609d1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:08.406 15024 WARNING octavia.api.root_controller [req-d16ed78f-d5fc-4b2a-bf74-cb984f8609d1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:08.419 15024 INFO octavia.api.v2.controllers.load_balancer [req-99784ea6-2107-4f78-b06e-2b92563f7471 - - - - -] Sending created Load Balancer 6ebf7b43-1bb1-4118-9609-bc7e52008ef1 to the handler 2019-10-07 13:34:08.368 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN xiiawtxdak 2019-10-07 13:34:08.427 15006 INFO octavia.api.v2.controllers.health_monitor [req-2c8e9c69-67b0-46b3-917e-e47138e238a7 - - - - -] Sending Creation of Health Monitor 3117005f-f8cf-4748-bdef-96e27b905bef to handler 2019-10-07 13:34:08.453 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.455 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xiiawtxdak 2019-10-07 13:34:08.455 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.L7RuleModelTest.test_create [0.090275s] ... ok 2019-10-07 13:34:08.458 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN oknxiwhzsu 2019-10-07 13:34:08.513 15006 INFO octavia.api.v2.controllers.pool [req-e42b379b-97d1-4cff-b92d-cc363c212216 - - - - -] Sending Creation of Pool 530b9811-dd21-4b59-8a94-61c044ad690e to handler 2019-10-07 13:34:08.460 15024 INFO octavia.api.v2.controllers.listener [req-51ad97cd-e065-4d5c-8a29-d9f5462ba090 - - - - -] Sending Creation of Listener cb238be7-907f-40cb-af14-f93b865727b3 to handler 2019-10-07 13:34:08.528 15024 INFO oslo_db.sqlalchemy.provision [req-61c52475-59c9-4764-aba6-fa77558cfbb5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.533 15024 INFO oslo_db.sqlalchemy.provision [req-61c52475-59c9-4764-aba6-fa77558cfbb5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dbsjqdslnr 2019-10-07 13:34:08.534 15024 INFO oslo_db.sqlalchemy.provision [req-61c52475-59c9-4764-aba6-fa77558cfbb5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_bad_protocol [0.248254s] ... ok 2019-10-07 13:34:08.537 15024 INFO oslo_db.sqlalchemy.provision [req-61c52475-59c9-4764-aba6-fa77558cfbb5 - - - - -] CREATE BACKEND sqlite:// TOKEN pifiavamuy 2019-10-07 13:34:08.564 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.566 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oknxiwhzsu 2019-10-07 13:34:08.566 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.L7RuleModelTest.test_l7policy_relationship [0.110587s] ... ok 2019-10-07 13:34:08.569 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN ijwhqzwkfq 2019-10-07 13:34:08.624 15006 INFO octavia.api.v2.controllers.pool [req-509f90bb-6e6e-46cd-997a-f01c40ebd4ae - - - - -] Sending Creation of Pool 1797fb09-a821-4e33-8dab-f7b2cec9da2d to handler 2019-10-07 13:34:08.622 15024 INFO octavia.common.config [req-61c52475-59c9-4764-aba6-fa77558cfbb5 - - - - -] Logging enabled! 2019-10-07 13:34:08.622 15024 INFO octavia.common.config [req-61c52475-59c9-4764-aba6-fa77558cfbb5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:08.660 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.666 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ijwhqzwkfq 2019-10-07 13:34:08.669 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.ListenerModelTest.test_default_pool_relationship [0.103098s] ... ok 2019-10-07 13:34:08.653 15024 WARNING octavia.api.root_controller [req-61c52475-59c9-4764-aba6-fa77558cfbb5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:08.666 15024 INFO octavia.api.v2.controllers.load_balancer [req-f933065a-8903-41ed-ab71-09b1bbaa67b9 - - - - -] Sending created Load Balancer 1fdc20cd-91ef-4698-8261-3abccc81184a to the handler 2019-10-07 13:34:08.672 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN ztfhrqshju 2019-10-07 13:34:08.660 15012 INFO octavia.api.v2.controllers.l7rule [req-19d8de32-370b-4997-8ef7-ac09e2e86b98 - - - - -] Sending Creation of L7Rule 6294afc9-9e18-458b-b41e-17e68ab47d74 to handler 2019-10-07 13:34:08.710 15024 INFO octavia.api.v2.controllers.listener [req-67d6f4b4-901f-4245-8a86-d3f0439e2f6d - - - - -] Sending Creation of Listener 50b26b93-1987-40f1-9557-5048a385c17f to handler 2019-10-07 13:34:08.754 15006 INFO oslo_db.sqlalchemy.provision [req-b3c3e71b-ec72-426a-87cb-83aeda40eee6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.756 15006 INFO oslo_db.sqlalchemy.provision [req-b3c3e71b-ec72-426a-87cb-83aeda40eee6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fwjwxmtwkg 2019-10-07 13:34:08.756 15006 INFO oslo_db.sqlalchemy.provision [req-b3c3e71b-ec72-426a-87cb-83aeda40eee6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_filter [0.627250s] ... ok 2019-10-07 13:34:08.759 15006 INFO oslo_db.sqlalchemy.provision [req-b3c3e71b-ec72-426a-87cb-83aeda40eee6 - - - - -] CREATE BACKEND sqlite:// TOKEN pgokwceqfz 2019-10-07 13:34:08.761 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.762 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ztfhrqshju 2019-10-07 13:34:08.762 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.ListenerModelTest.test_pools_list [0.092824s] ... ok 2019-10-07 13:34:08.765 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN wkuaktownj 2019-10-07 13:34:08.780 15024 INFO octavia.api.v2.controllers.pool [req-baea9b61-882c-4f20-b64a-190dc3d33d8a - - - - -] Sending Creation of Pool b7934676-e4ca-4c7b-a610-132d69e12a89 to handler 2019-10-07 13:34:08.829 15006 INFO octavia.common.config [req-b3c3e71b-ec72-426a-87cb-83aeda40eee6 - - - - -] Logging enabled! 2019-10-07 13:34:08.829 15006 INFO octavia.common.config [req-b3c3e71b-ec72-426a-87cb-83aeda40eee6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:08.856 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.861 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wkuaktownj 2019-10-07 13:34:08.861 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:34:08.851 15006 WARNING octavia.api.root_controller [req-b3c3e71b-ec72-426a-87cb-83aeda40eee6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:08.862 15006 INFO octavia.api.v2.controllers.load_balancer [req-69b4016e-972f-45cd-b9d2-d4eba451cbb5 - - - - -] Sending created Load Balancer 31ec68c1-bf1c-46a6-b0a7-48e784e76ebc to the handler {2} octavia.tests.functional.db.test_models.ListenerModelTest.test_sni_relationship [0.098595s] ... ok 2019-10-07 13:34:08.866 15024 INFO oslo_db.sqlalchemy.provision [req-f683f108-ed2a-4c67-9a2d-02a397b45677 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.867 15024 INFO oslo_db.sqlalchemy.provision [req-f683f108-ed2a-4c67-9a2d-02a397b45677 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pifiavamuy 2019-10-07 13:34:08.868 15024 INFO oslo_db.sqlalchemy.provision [req-f683f108-ed2a-4c67-9a2d-02a397b45677 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_sans_listener [0.333750s] ... ok 2019-10-07 13:34:08.867 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN vodxpjauwp 2019-10-07 13:34:08.871 15024 INFO oslo_db.sqlalchemy.provision [req-f683f108-ed2a-4c67-9a2d-02a397b45677 - - - - -] CREATE BACKEND sqlite:// TOKEN nlxehnwvmo 2019-10-07 13:34:08.903 15006 INFO octavia.api.v2.controllers.listener [req-bc8ecfb1-75dc-4354-8914-2cc547d43c17 - - - - -] Sending Creation of Listener 10c7ec66-a62b-428d-b9ca-2a22661ef51b to handler 2019-10-07 13:34:08.955 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:08.957 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vodxpjauwp 2019-10-07 13:34:08.957 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_create_with_negative_int [0.095643s] ... ok 2019-10-07 13:34:08.950 15024 INFO octavia.common.config [req-f683f108-ed2a-4c67-9a2d-02a397b45677 - - - - -] Logging enabled! 2019-10-07 13:34:08.951 15024 INFO octavia.common.config [req-f683f108-ed2a-4c67-9a2d-02a397b45677 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:08.978 15006 INFO octavia.api.v2.controllers.pool [req-162a718d-32c4-48ae-a23f-08b6bf57ecdd - - - - -] Sending Creation of Pool 59a6d95b-9aa2-425b-a1c5-da7a80e83de6 to handler 2019-10-07 13:34:08.967 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN loywajdbbl 2019-10-07 13:34:08.975 15024 WARNING octavia.api.root_controller [req-f683f108-ed2a-4c67-9a2d-02a397b45677 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:08.996 15024 INFO octavia.api.v2.controllers.load_balancer [req-b5a90345-d23b-46b2-9a18-117153ce0607 - - - - -] Sending created Load Balancer 921b2431-4bb9-40bc-a8ec-311ddbb1b0c3 to the handler 2019-10-07 13:34:09.055 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.056 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN loywajdbbl 2019-10-07 13:34:09.057 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_update [0.099661s] ... ok 2019-10-07 13:34:09.041 15024 INFO octavia.api.v2.controllers.listener [req-a6221e55-c36b-4b3b-b6a2-6cff12a9eae1 - - - - -] Sending Creation of Listener 3b427353-9dc5-44b7-8aca-2c270edb5aef to handler 2019-10-07 13:34:09.083 15006 INFO oslo_db.sqlalchemy.provision [req-3fbce814-bfa3-4b88-99dd-5feb346d5a81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.084 15006 INFO oslo_db.sqlalchemy.provision [req-3fbce814-bfa3-4b88-99dd-5feb346d5a81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pgokwceqfz 2019-10-07 13:34:09.085 15006 INFO oslo_db.sqlalchemy.provision [req-3fbce814-bfa3-4b88-99dd-5feb346d5a81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_with_listener [0.328233s] ... ok 2019-10-07 13:34:09.087 15006 INFO oslo_db.sqlalchemy.provision [req-3fbce814-bfa3-4b88-99dd-5feb346d5a81 - - - - -] CREATE BACKEND sqlite:// TOKEN zsxmzyafii 2019-10-07 13:34:09.059 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN aumnfkzeco 2019-10-07 13:34:09.105 15024 INFO octavia.api.v2.controllers.load_balancer [req-87b68a4b-23bd-4898-8aca-a7a9614db09d - - - - -] Sending deleted Load Balancer 921b2431-4bb9-40bc-a8ec-311ddbb1b0c3 to the handler 2019-10-07 13:34:09.124 15024 INFO octavia.api.v2.controllers.pool [req-d7333d35-0f5a-47ec-817c-c459cf7adec8 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:34:09.135 15024 INFO oslo_db.sqlalchemy.provision [req-d7333d35-0f5a-47ec-817c-c459cf7adec8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.136 15024 INFO oslo_db.sqlalchemy.provision [req-d7333d35-0f5a-47ec-817c-c459cf7adec8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nlxehnwvmo 2019-10-07 13:34:09.137 15024 INFO oslo_db.sqlalchemy.provision [req-d7333d35-0f5a-47ec-817c-c459cf7adec8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_when_lb_pending_delete [0.268696s] ... ok 2019-10-07 13:34:09.139 15024 INFO oslo_db.sqlalchemy.provision [req-d7333d35-0f5a-47ec-817c-c459cf7adec8 - - - - -] CREATE BACKEND sqlite:// TOKEN eambbhqnse 2019-10-07 13:34:09.141 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.143 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aumnfkzeco 2019-10-07 13:34:09.143 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_create [0.086113s] ... ok 2019-10-07 13:34:09.146 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN tnjjyhtfuy 2019-10-07 13:34:09.168 15006 INFO octavia.common.config [req-3fbce814-bfa3-4b88-99dd-5feb346d5a81 - - - - -] Logging enabled! 2019-10-07 13:34:09.168 15006 INFO octavia.common.config [req-3fbce814-bfa3-4b88-99dd-5feb346d5a81 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:09.189 15006 WARNING octavia.api.root_controller [req-3fbce814-bfa3-4b88-99dd-5feb346d5a81 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:09.202 15006 INFO octavia.api.v2.controllers.load_balancer [req-5ae4a811-6c93-4ac0-979e-6ddb3e4c9eb1 - - - - -] Sending created Load Balancer 9f2b6172-531c-4690-be17-3a4bc77611a5 to the handler 2019-10-07 13:34:09.239 15006 INFO octavia.api.v2.controllers.listener [req-0c512b31-b6ba-4492-ab05-f7f845bd15ec - - - - -] Sending Creation of Listener 1c36d630-d36e-4603-b793-db1ec6d767ba to handler 2019-10-07 13:34:09.235 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.237 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tnjjyhtfuy 2019-10-07 13:34:09.237 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_listener_relationship [0.093765s] ... ok 2019-10-07 13:34:09.240 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN xzehdwsbrb 2019-10-07 13:34:09.240 15024 INFO octavia.common.config [req-d7333d35-0f5a-47ec-817c-c459cf7adec8 - - - - -] Logging enabled! 2019-10-07 13:34:09.240 15024 INFO octavia.common.config [req-d7333d35-0f5a-47ec-817c-c459cf7adec8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:09.262 15024 WARNING octavia.api.root_controller [req-d7333d35-0f5a-47ec-817c-c459cf7adec8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:09.279 15024 INFO octavia.api.v2.controllers.load_balancer [req-aeff819b-d208-4581-b8fe-2063a7a04a60 - - - - -] Sending created Load Balancer 6e8007c1-13f6-48e1-bf4e-00ebe088cd1d to the handler 2019-10-07 13:34:09.326 15006 INFO octavia.api.v2.controllers.pool [req-45eda3d2-b905-4d6b-8c8f-7d112a3d224f - - - - -] Sending Creation of Pool 047245db-9518-4803-be19-552faeaad974 to handler 2019-10-07 13:34:09.327 15024 INFO octavia.api.v2.controllers.listener [req-fe541c4c-60b8-40f8-90d4-7046ed7b8b8f - - - - -] Sending Creation of Listener 86599f52-c0ab-44f2-a3f8-f610d2d2fa08 to handler 2019-10-07 13:34:09.331 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.332 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xzehdwsbrb 2019-10-07 13:34:09.333 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_load_balancer_amphora_relationship [0.095659s] ... ok 2019-10-07 13:34:09.335 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN nufxlgnqdz 2019-10-07 13:34:09.391 15024 INFO octavia.api.v2.controllers.load_balancer [req-696585bf-7d8c-4b61-8e69-0741df8c113a - - - - -] Sending updated Load Balancer 6e8007c1-13f6-48e1-bf4e-00ebe088cd1d to the handler 2019-10-07 13:34:09.418 15024 INFO octavia.api.v2.controllers.pool [req-6b3c1a94-36f7-4630-a567-1c82343af5b5 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:34:09.430 15024 INFO oslo_db.sqlalchemy.provision [req-6b3c1a94-36f7-4630-a567-1c82343af5b5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.431 15024 INFO oslo_db.sqlalchemy.provision [req-6b3c1a94-36f7-4630-a567-1c82343af5b5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eambbhqnse 2019-10-07 13:34:09.432 15024 INFO oslo_db.sqlalchemy.provision [req-6b3c1a94-36f7-4630-a567-1c82343af5b5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_when_lb_pending_update [0.294978s] ... ok 2019-10-07 13:34:09.435 15024 INFO oslo_db.sqlalchemy.provision [req-6b3c1a94-36f7-4630-a567-1c82343af5b5 - - - - -] CREATE BACKEND sqlite:// TOKEN anyjspedjg 2019-10-07 13:34:09.412 15006 INFO oslo_db.sqlalchemy.provision [req-372f29e0-72f9-4571-8801-5b8b90dbdf2c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.414 15006 INFO oslo_db.sqlalchemy.provision [req-372f29e0-72f9-4571-8801-5b8b90dbdf2c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zsxmzyafii 2019-10-07 13:34:09.414 15006 INFO oslo_db.sqlalchemy.provision [req-372f29e0-72f9-4571-8801-5b8b90dbdf2c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_authorized [0.329245s] ... ok 2019-10-07 13:34:09.422 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.424 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nufxlgnqdz 2019-10-07 13:34:09.424 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_update [0.091361s] ... ok 2019-10-07 13:34:09.417 15006 INFO oslo_db.sqlalchemy.provision [req-372f29e0-72f9-4571-8801-5b8b90dbdf2c - - - - -] CREATE BACKEND sqlite:// TOKEN hwrbwyfqxp 2019-10-07 13:34:09.427 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN qclxhvaalh 2019-10-07 13:34:09.496 15006 INFO octavia.common.config [req-372f29e0-72f9-4571-8801-5b8b90dbdf2c - - - - -] Logging enabled! 2019-10-07 13:34:09.496 15006 INFO octavia.common.config [req-372f29e0-72f9-4571-8801-5b8b90dbdf2c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:09.526 15024 INFO octavia.common.config [req-6b3c1a94-36f7-4630-a567-1c82343af5b5 - - - - -] Logging enabled! 2019-10-07 13:34:09.527 15024 INFO octavia.common.config [req-6b3c1a94-36f7-4630-a567-1c82343af5b5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:09.517 15006 WARNING octavia.api.root_controller [req-372f29e0-72f9-4571-8801-5b8b90dbdf2c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:09.532 15006 INFO octavia.api.v2.controllers.load_balancer [req-5d6a6cef-c0b6-454f-922a-f5f857372e68 - - - - -] Sending created Load Balancer 3ed94e5b-99e9-4cea-81c8-f99d9d312128 to the handler 2019-10-07 13:34:09.519 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.520 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qclxhvaalh 2019-10-07 13:34:09.521 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.PoolModelTest.test_create [0.096143s] ... ok 2019-10-07 13:34:09.558 15024 WARNING octavia.api.root_controller [req-6b3c1a94-36f7-4630-a567-1c82343af5b5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:09.523 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN nunieapgce 2019-10-07 13:34:09.574 15006 INFO octavia.api.v2.controllers.listener [req-3c9b17a1-457d-49e7-ac12-d5d0d1a0f665 - - - - -] Sending Creation of Listener 44157ff5-8456-48ec-9a9a-fa947b9a7310 to handler 2019-10-07 13:34:09.573 15024 INFO octavia.api.v2.controllers.load_balancer [req-54719561-578b-46ae-8a71-3f7e0affd8d9 - - - - -] Sending created Load Balancer 8d666df4-778d-4114-b5fa-cd9f77afdfb3 to the handler 2019-10-07 13:34:09.618 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.619 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nunieapgce 2019-10-07 13:34:09.621 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.PoolModelTest.test_delete [0.100480s] ... ok 2019-10-07 13:34:09.624 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN qapxiwuoen 2019-10-07 13:34:09.629 15024 INFO octavia.api.v2.controllers.listener [req-480db1f0-b4dc-4194-9e39-cf9ebeb11f96 - - - - -] Sending Creation of Listener 4f76f918-11bb-47a3-bd49-4378a9d21205 to handler 2019-10-07 13:34:09.662 15006 INFO octavia.api.v2.controllers.pool [req-0dd71e1e-bd06-4481-adf0-30ef3ce8346b - - - - -] Sending Creation of Pool c33c46ac-e170-4fe5-9b6b-1afa37ea8986 to handler 2019-10-07 13:34:09.699 15024 INFO oslo_db.sqlalchemy.provision [req-331f9c10-bf12-4275-b500-0e1f283b5c02 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.701 15024 INFO oslo_db.sqlalchemy.provision [req-331f9c10-bf12-4275-b500-0e1f283b5c02 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN anyjspedjg 2019-10-07 13:34:09.701 15024 INFO oslo_db.sqlalchemy.provision [req-331f9c10-bf12-4275-b500-0e1f283b5c02 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_SP_type_HTTP_cookie [0.269312s] ... ok 2019-10-07 13:34:09.704 15024 INFO oslo_db.sqlalchemy.provision [req-331f9c10-bf12-4275-b500-0e1f283b5c02 - - - - -] CREATE BACKEND sqlite:// TOKEN syabwmeirl 2019-10-07 13:34:09.714 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.715 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qapxiwuoen 2019-10-07 13:34:09.715 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.PoolModelTest.test_session_persistence_relationship [0.094005s] ... ok 2019-10-07 13:34:09.718 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN nmousuyboo 2019-10-07 13:34:09.749 15006 INFO oslo_db.sqlalchemy.provision [req-b1d5a8ca-ec5b-47b1-891c-7e2ea9f494c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.751 15006 INFO oslo_db.sqlalchemy.provision [req-b1d5a8ca-ec5b-47b1-891c-7e2ea9f494c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hwrbwyfqxp 2019-10-07 13:34:09.751 15006 INFO oslo_db.sqlalchemy.provision [req-b1d5a8ca-ec5b-47b1-891c-7e2ea9f494c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_bad_session_persistence [0.336822s] ... ok 2019-10-07 13:34:09.754 15006 INFO oslo_db.sqlalchemy.provision [req-b1d5a8ca-ec5b-47b1-891c-7e2ea9f494c8 - - - - -] CREATE BACKEND sqlite:// TOKEN xkxwdniirc 2019-10-07 13:34:09.790 15024 INFO octavia.common.config [req-331f9c10-bf12-4275-b500-0e1f283b5c02 - - - - -] Logging enabled! 2019-10-07 13:34:09.791 15024 INFO octavia.common.config [req-331f9c10-bf12-4275-b500-0e1f283b5c02 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:09.812 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.815 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nmousuyboo 2019-10-07 13:34:09.815 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_pool_relationship [0.099623s] ... ok 2019-10-07 13:34:09.827 15006 INFO octavia.common.config [req-b1d5a8ca-ec5b-47b1-891c-7e2ea9f494c8 - - - - -] Logging enabled! 2019-10-07 13:34:09.827 15006 INFO octavia.common.config [req-b1d5a8ca-ec5b-47b1-891c-7e2ea9f494c8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:09.818 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN czfnocgxiw 2019-10-07 13:34:09.814 15024 WARNING octavia.api.root_controller [req-331f9c10-bf12-4275-b500-0e1f283b5c02 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:09.825 15024 INFO octavia.api.v2.controllers.load_balancer [req-66c27ca3-d0e4-4bd8-9f11-efd1fbb74f57 - - - - -] Sending created Load Balancer 0ecec5ad-41e6-48c3-971d-01600f38bc51 to the handler 2019-10-07 13:34:09.852 15006 WARNING octavia.api.root_controller [req-b1d5a8ca-ec5b-47b1-891c-7e2ea9f494c8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:09.864 15006 INFO octavia.api.v2.controllers.load_balancer [req-62c069a3-1494-4ffc-84ee-bb7e98f00097 - - - - -] Sending created Load Balancer a0026ade-ef3c-4be5-9bc6-2fcf08098db6 to the handler 2019-10-07 13:34:09.862 15024 INFO octavia.api.v2.controllers.listener [req-159eed4f-17e1-40a6-9461-d69789ab7d26 - - - - -] Sending Creation of Listener f058d5d0-df20-4ae9-bb20-7c6692c2993b to handler 2019-10-07 13:34:09.904 15006 INFO octavia.api.v2.controllers.listener [req-ffe0b8d6-2c84-4241-a5fe-cacebd2a791f - - - - -] Sending Creation of Listener 7c3426ff-7fb8-4f8a-9310-2db8512213a0 to handler 2019-10-07 13:34:09.939 15024 INFO octavia.api.v2.controllers.pool [req-4b6440b5-d7b3-4eb6-8c57-66158bc624a0 - - - - -] Sending Creation of Pool 5beeb477-3818-4388-a143-fa911990a577 to handler 2019-10-07 13:34:09.968 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:09.971 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN czfnocgxiw 2019-10-07 13:34:09.971 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_data_model_graph_traversal [0.156077s] ... ok 2019-10-07 13:34:09.978 15006 INFO octavia.api.v2.controllers.pool [req-1e5be845-479c-448a-85ea-ab3cb38e7425 - - - - -] Sending Creation of Pool 02936180-3461-4411-b05b-a5f747f9c964 to handler 2019-10-07 13:34:09.974 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN vtokipsktq 2019-10-07 13:34:10.023 15024 INFO oslo_db.sqlalchemy.provision [req-1bdd57dd-2e17-4acb-997f-ff9992a5acc8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:10.025 15024 INFO oslo_db.sqlalchemy.provision [req-1bdd57dd-2e17-4acb-997f-ff9992a5acc8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN syabwmeirl 2019-10-07 13:34:10.025 15024 INFO oslo_db.sqlalchemy.provision [req-1bdd57dd-2e17-4acb-997f-ff9992a5acc8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_handler [0.323727s] ... ok 2019-10-07 13:34:10.028 15024 INFO oslo_db.sqlalchemy.provision [req-1bdd57dd-2e17-4acb-997f-ff9992a5acc8 - - - - -] CREATE BACKEND sqlite:// TOKEN rozwhoospr 2019-10-07 13:34:10.060 15006 INFO octavia.api.v2.controllers.pool [req-1dff2aa5-040f-44aa-8f20-06684eae743f - - - - -] Sending Update of Pool 02936180-3461-4411-b05b-a5f747f9c964 to handler 2019-10-07 13:34:10.117 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:10.095 15024 INFO octavia.common.config [req-1bdd57dd-2e17-4acb-997f-ff9992a5acc8 - - - - -] Logging enabled! 2019-10-07 13:34:10.095 15024 INFO octavia.common.config [req-1bdd57dd-2e17-4acb-997f-ff9992a5acc8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:10.121 15024 WARNING octavia.api.root_controller [req-1bdd57dd-2e17-4acb-997f-ff9992a5acc8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:10.126 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vtokipsktq 2019-10-07 13:34:10.127 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_session_persistence_tree [0.157338s] ... ok 2019-10-07 13:34:10.132 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN ileburopfz 2019-10-07 13:34:10.213 15006 INFO oslo_db.sqlalchemy.provision [req-7acc0ff8-d882-4d55-9b5f-a24a20cd7a94 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:10.215 15006 INFO oslo_db.sqlalchemy.provision [req-7acc0ff8-d882-4d55-9b5f-a24a20cd7a94 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xkxwdniirc 2019-10-07 13:34:10.215 15006 INFO oslo_db.sqlalchemy.provision [req-7acc0ff8-d882-4d55-9b5f-a24a20cd7a94 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_preserve_session_persistence [0.463857s] ... ok 2019-10-07 13:34:10.200 15024 INFO octavia.api.v2.controllers.load_balancer [req-d8bdd045-31f5-4d7a-909e-33695d4dceee - - - - -] Sending created Load Balancer eff247ba-b697-42f0-a870-ad7dab73d5c0 to the handler 2019-10-07 13:34:10.218 15006 INFO oslo_db.sqlalchemy.provision [req-7acc0ff8-d882-4d55-9b5f-a24a20cd7a94 - - - - -] CREATE BACKEND sqlite:// TOKEN yabypyntjf 2019-10-07 13:34:10.236 15024 INFO octavia.api.v2.controllers.listener [req-e44fb4d9-faa2-4679-992a-bd1bd867a1ac - - - - -] Sending Creation of Listener 7122c110-432c-486b-9884-3d02f4fbdc5c to handler 2019-10-07 13:34:10.237 15012 INFO octavia.api.v2.controllers.l7rule [req-2256bee5-9e79-46f0-8ac2-5aa28198dcdc - - - - -] Sending Creation of L7Rule 80c4817e-438c-435d-a8dd-dd05a604dc74 to handler 2019-10-07 13:34:10.288 15006 INFO octavia.common.config [req-7acc0ff8-d882-4d55-9b5f-a24a20cd7a94 - - - - -] Logging enabled! 2019-10-07 13:34:10.288 15006 INFO octavia.common.config [req-7acc0ff8-d882-4d55-9b5f-a24a20cd7a94 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:10.342 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:10.316 15024 INFO octavia.api.v2.controllers.pool [req-1e76fda0-41fd-4be6-8b34-ecf86da9155b - - - - -] Sending Creation of Pool ce87faec-22e7-462f-870c-a89345110dd0 to handler 2019-10-07 13:34:10.310 15006 WARNING octavia.api.root_controller [req-7acc0ff8-d882-4d55-9b5f-a24a20cd7a94 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:10.322 15006 INFO octavia.api.v2.controllers.load_balancer [req-4109deb8-2165-471c-ba77-4385b03cc013 - - - - -] Sending created Load Balancer 85e1d012-95ee-4682-9c7a-0d9b17e9523a to the handler 2019-10-07 13:34:10.352 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ileburopfz 2019-10-07 13:34:10.353 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_sni_tree [0.223472s] ... ok 2019-10-07 13:34:10.362 15006 INFO octavia.api.v2.controllers.listener [req-a4f3e830-2699-4368-bc6f-829826f526d7 - - - - -] Sending Creation of Listener 42df9f99-1627-461a-8b54-0ffc2a907e2f to handler 2019-10-07 13:34:10.355 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN thkcmtdpms 2019-10-07 13:34:10.449 15006 INFO octavia.api.v2.controllers.pool [req-0390420a-2f80-42d9-bf04-57cdad49552c - - - - -] Sending Creation of Pool 9be29a47-8460-4408-8c72-d8d14ed95b0b to handler 2019-10-07 13:34:10.491 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:10.493 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN thkcmtdpms 2019-10-07 13:34:10.493 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_vip_tree [0.140318s] ... ok 2019-10-07 13:34:10.497 15024 INFO oslo_db.sqlalchemy.provision [req-e4c9c4b6-2eb6-4012-b4ec-3dfc7a4d9d9e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:10.499 15024 INFO oslo_db.sqlalchemy.provision [req-e4c9c4b6-2eb6-4012-b4ec-3dfc7a4d9d9e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rozwhoospr 2019-10-07 13:34:10.499 15024 INFO oslo_db.sqlalchemy.provision [req-e4c9c4b6-2eb6-4012-b4ec-3dfc7a4d9d9e - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_session_persistence [0.473843s] ... ok 2019-10-07 13:34:10.496 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN wldahdccyt 2019-10-07 13:34:10.502 15024 INFO oslo_db.sqlalchemy.provision [req-e4c9c4b6-2eb6-4012-b4ec-3dfc7a4d9d9e - - - - -] CREATE BACKEND sqlite:// TOKEN pxhlillozo 2019-10-07 13:34:10.539 15006 INFO octavia.api.v2.controllers.pool [req-566d30f9-a055-469f-bf3e-1d57b59c3b11 - - - - -] Sending Update of Pool 9be29a47-8460-4408-8c72-d8d14ed95b0b to handler 2019-10-07 13:34:10.628 15006 INFO oslo_db.sqlalchemy.provision [req-26c79b77-82a4-43c6-8764-cff988903eb1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:10.630 15006 INFO oslo_db.sqlalchemy.provision [req-26c79b77-82a4-43c6-8764-cff988903eb1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yabypyntjf 2019-10-07 13:34:10.630 15006 INFO oslo_db.sqlalchemy.provision [req-26c79b77-82a4-43c6-8764-cff988903eb1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_session_persistence [0.415191s] ... ok 2019-10-07 13:34:10.587 15024 INFO octavia.common.config [req-e4c9c4b6-2eb6-4012-b4ec-3dfc7a4d9d9e - - - - -] Logging enabled! 2019-10-07 13:34:10.587 15024 INFO octavia.common.config [req-e4c9c4b6-2eb6-4012-b4ec-3dfc7a4d9d9e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:10.613 15024 WARNING octavia.api.root_controller [req-e4c9c4b6-2eb6-4012-b4ec-3dfc7a4d9d9e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:10.634 15024 INFO octavia.api.v2.controllers.load_balancer [req-51bae77e-03d9-4221-924b-562529b99a29 - - - - -] Sending created Load Balancer 67f14bd0-09a2-476f-b9be-e239201cee46 to the handler 2019-10-07 13:34:10.633 15006 INFO oslo_db.sqlalchemy.provision [req-26c79b77-82a4-43c6-8764-cff988903eb1 - - - - -] CREATE BACKEND sqlite:// TOKEN dufasxlone 2019-10-07 13:34:10.673 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:10.674 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wldahdccyt 2019-10-07 13:34:10.674 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_amphora_delete [0.180989s] ... ok 2019-10-07 13:34:10.677 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN utgtdlxpji 2019-10-07 13:34:10.678 15024 INFO octavia.api.v2.controllers.listener [req-cafd651b-efa7-4a3c-b9f3-8bb647e57598 - - - - -] Sending Creation of Listener 5d46443a-85a5-4e6d-b97c-43f67c3ee21d to handler 2019-10-07 13:34:10.704 15006 INFO octavia.common.config [req-26c79b77-82a4-43c6-8764-cff988903eb1 - - - - -] Logging enabled! 2019-10-07 13:34:10.704 15006 INFO octavia.common.config [req-26c79b77-82a4-43c6-8764-cff988903eb1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:10.727 15006 WARNING octavia.api.root_controller [req-26c79b77-82a4-43c6-8764-cff988903eb1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:10.739 15006 INFO octavia.api.v2.controllers.load_balancer [req-2d2d4dfd-7791-4bfb-80ba-d3095205db1f - - - - -] Sending created Load Balancer b4cfd10e-7542-4f93-9746-7c3a0bb6ab98 to the handler 2019-10-07 13:34:10.779 15006 INFO octavia.api.v2.controllers.listener [req-425f1ba0-97bc-4431-8b73-0ec8a1404767 - - - - -] Sending Creation of Listener 0e224c8c-966f-4794-8953-d9ce1652b9d6 to handler 2019-10-07 13:34:10.782 15024 INFO octavia.api.v2.controllers.pool [req-44bc2a89-c7a2-47e6-8345-de05a416ce27 - - - - -] Sending Creation of Pool 6d27fc7b-39bf-4a28-b2a6-64bd243378cf to handler 2019-10-07 13:34:10.844 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:10.846 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN utgtdlxpji 2019-10-07 13:34:10.846 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_delete_not_listener_default_pool [0.171675s] ... ok 2019-10-07 13:34:10.849 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN qgxpdciezj 2019-10-07 13:34:10.854 15006 INFO octavia.api.v2.controllers.pool [req-4e033914-9c99-4a25-b74c-6f2f9d501b15 - - - - -] Sending Creation of Pool 6e10b9a8-af7b-499d-a57b-66bc46013fd3 to handler 2019-10-07 13:34:10.914 15024 INFO octavia.api.v2.controllers.l7policy [req-f519698a-ba4b-44ee-9493-efdb750491f3 - - - - -] Sending Creation of L7Policy 3585e1d4-6c92-4270-9ce8-e3311f5676ef to handler 2019-10-07 13:34:10.934 15006 INFO octavia.api.v2.controllers.load_balancer [req-ee01834d-5f86-4e75-90c7-77b6da61b255 - - - - -] Sending updated Load Balancer b4cfd10e-7542-4f93-9746-7c3a0bb6ab98 to the handler 2019-10-07 13:34:10.966 15006 INFO octavia.api.v2.controllers.pool [req-10b73ef1-a640-4d00-83a8-fc62e92eb3ea - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:34:10.977 15006 INFO oslo_db.sqlalchemy.provision [req-10b73ef1-a640-4d00-83a8-fc62e92eb3ea - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:10.979 15006 INFO oslo_db.sqlalchemy.provision [req-10b73ef1-a640-4d00-83a8-fc62e92eb3ea - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dufasxlone 2019-10-07 13:34:10.979 15006 INFO oslo_db.sqlalchemy.provision [req-10b73ef1-a640-4d00-83a8-fc62e92eb3ea - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_when_lb_pending_update [0.348319s] ... ok 2019-10-07 13:34:10.982 15006 INFO oslo_db.sqlalchemy.provision [req-10b73ef1-a640-4d00-83a8-fc62e92eb3ea - - - - -] CREATE BACKEND sqlite:// TOKEN rstzfxsxae 2019-10-07 13:34:11.015 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.016 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qgxpdciezj 2019-10-07 13:34:11.016 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_disable_with_default_pool_link [0.169918s] ... ok 2019-10-07 13:34:11.019 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN eninxvasia 2019-10-07 13:34:11.060 15024 INFO oslo_db.sqlalchemy.provision [req-cd0f20b6-9374-40d9-a1f6-fd340798f696 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.062 15024 INFO oslo_db.sqlalchemy.provision [req-cd0f20b6-9374-40d9-a1f6-fd340798f696 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pxhlillozo 2019-10-07 13:34:11.062 15024 INFO oslo_db.sqlalchemy.provision [req-cd0f20b6-9374-40d9-a1f6-fd340798f696 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_with_l7policy [0.562590s] ... ok 2019-10-07 13:34:11.054 15006 INFO octavia.common.config [req-10b73ef1-a640-4d00-83a8-fc62e92eb3ea - - - - -] Logging enabled! 2019-10-07 13:34:11.055 15006 INFO octavia.common.config [req-10b73ef1-a640-4d00-83a8-fc62e92eb3ea - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:11.065 15024 INFO oslo_db.sqlalchemy.provision [req-cd0f20b6-9374-40d9-a1f6-fd340798f696 - - - - -] CREATE BACKEND sqlite:// TOKEN quhtkaewfv 2019-10-07 13:34:11.077 15006 WARNING octavia.api.root_controller [req-10b73ef1-a640-4d00-83a8-fc62e92eb3ea - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:11.118 15006 INFO oslo_db.sqlalchemy.provision [req-3ca1f56c-1e7a-4bf1-baa6-a2c105907a02 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.120 15006 INFO oslo_db.sqlalchemy.provision [req-3ca1f56c-1e7a-4bf1-baa6-a2c105907a02 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rstzfxsxae 2019-10-07 13:34:11.120 15006 INFO oslo_db.sqlalchemy.provision [req-3ca1f56c-1e7a-4bf1-baa6-a2c105907a02 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_custom_quotas [0.140738s] ... ok 2019-10-07 13:34:11.123 15006 INFO oslo_db.sqlalchemy.provision [req-3ca1f56c-1e7a-4bf1-baa6-a2c105907a02 - - - - -] CREATE BACKEND sqlite:// TOKEN vglgknanwc 2019-10-07 13:34:11.148 15024 INFO octavia.common.config [req-cd0f20b6-9374-40d9-a1f6-fd340798f696 - - - - -] Logging enabled! 2019-10-07 13:34:11.149 15024 INFO octavia.common.config [req-cd0f20b6-9374-40d9-a1f6-fd340798f696 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:11.182 15024 WARNING octavia.api.root_controller [req-cd0f20b6-9374-40d9-a1f6-fd340798f696 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:11.193 15024 INFO octavia.api.v2.controllers.load_balancer [req-3454ed19-06ff-4b25-9fa5-f589bbbb9de7 - - - - -] Sending created Load Balancer ecbd57b7-54cc-4855-a469-48e5490f553c to the handler 2019-10-07 13:34:11.195 15006 INFO octavia.common.config [req-3ca1f56c-1e7a-4bf1-baa6-a2c105907a02 - - - - -] Logging enabled! 2019-10-07 13:34:11.195 15006 INFO octavia.common.config [req-3ca1f56c-1e7a-4bf1-baa6-a2c105907a02 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:11.197 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.199 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eninxvasia 2019-10-07 13:34:11.199 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_enable_and_disable [0.182627s] ... ok 2019-10-07 13:34:11.216 15006 WARNING octavia.api.root_controller [req-3ca1f56c-1e7a-4bf1-baa6-a2c105907a02 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:11.248 15024 INFO octavia.api.v2.controllers.listener [req-e5be7c57-f0f6-4601-a675-6650266d4f57 - - - - -] Sending Creation of Listener 0cb27f11-6b6f-4f74-9de9-2e2a0341a88f to handler 2019-10-07 13:34:11.202 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN tikhrcdxok 2019-10-07 13:34:11.247 15006 INFO oslo_db.sqlalchemy.provision [req-e097787c-16f1-4e3b-aa1f-c9d917996d92 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.248 15006 INFO oslo_db.sqlalchemy.provision [req-e097787c-16f1-4e3b-aa1f-c9d917996d92 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vglgknanwc 2019-10-07 13:34:11.248 15006 INFO oslo_db.sqlalchemy.provision [req-e097787c-16f1-4e3b-aa1f-c9d917996d92 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_global_observer [0.128488s] ... ok 2019-10-07 13:34:11.252 15006 INFO oslo_db.sqlalchemy.provision [req-e097787c-16f1-4e3b-aa1f-c9d917996d92 - - - - -] CREATE BACKEND sqlite:// TOKEN sioqcnxind 2019-10-07 13:34:11.324 15006 INFO octavia.common.config [req-e097787c-16f1-4e3b-aa1f-c9d917996d92 - - - - -] Logging enabled! 2019-10-07 13:34:11.324 15006 INFO octavia.common.config [req-e097787c-16f1-4e3b-aa1f-c9d917996d92 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:11.334 15024 INFO octavia.api.v2.controllers.pool [req-9ad5f357-4189-44a6-827f-2a13e3468581 - - - - -] Sending Creation of Pool e28271d1-cb8d-4802-a377-4c49b50121b3 to handler 2019-10-07 13:34:11.346 15006 WARNING octavia.api.root_controller [req-e097787c-16f1-4e3b-aa1f-c9d917996d92 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:11.376 15006 INFO oslo_db.sqlalchemy.provision [req-92d0a49b-9250-4d76-afa6-9a6445f69f8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.378 15006 INFO oslo_db.sqlalchemy.provision [req-92d0a49b-9250-4d76-afa6-9a6445f69f8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sioqcnxind 2019-10-07 13:34:11.378 15006 INFO oslo_db.sqlalchemy.provision [req-92d0a49b-9250-4d76-afa6-9a6445f69f8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_quota_admin [0.129700s] ... ok 2019-10-07 13:34:11.381 15006 INFO oslo_db.sqlalchemy.provision [req-92d0a49b-9250-4d76-afa6-9a6445f69f8b - - - - -] CREATE BACKEND sqlite:// TOKEN dvqmxehbxl 2019-10-07 13:34:11.388 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.392 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tikhrcdxok 2019-10-07 13:34:11.392 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_enable_with_reject_to_rdr_pool [0.193005s] ... ok 2019-10-07 13:34:11.395 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN nuzmriogdz 2019-10-07 13:34:11.414 15024 INFO octavia.api.v2.controllers.pool [req-63469032-ce78-474f-8946-e122cbd1f1b0 - - - - -] Sending Deletion of Pool e28271d1-cb8d-4802-a377-4c49b50121b3 to handler 2019-10-07 13:34:11.456 15006 INFO octavia.common.config [req-92d0a49b-9250-4d76-afa6-9a6445f69f8b - - - - -] Logging enabled! 2019-10-07 13:34:11.457 15006 INFO octavia.common.config [req-92d0a49b-9250-4d76-afa6-9a6445f69f8b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:11.477 15006 WARNING octavia.api.root_controller [req-92d0a49b-9250-4d76-afa6-9a6445f69f8b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:11.477 15024 INFO oslo_db.sqlalchemy.provision [req-46e520b8-9256-4888-8d33-5b737d3b3b05 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.478 15024 INFO oslo_db.sqlalchemy.provision [req-46e520b8-9256-4888-8d33-5b737d3b3b05 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN quhtkaewfv 2019-10-07 13:34:11.478 15024 INFO oslo_db.sqlalchemy.provision [req-46e520b8-9256-4888-8d33-5b737d3b3b05 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_with_session_persistence [0.416304s] ... ok 2019-10-07 13:34:11.481 15024 INFO oslo_db.sqlalchemy.provision [req-46e520b8-9256-4888-8d33-5b737d3b3b05 - - - - -] CREATE BACKEND sqlite:// TOKEN maaslfznin 2019-10-07 13:34:11.497 15006 INFO oslo_db.sqlalchemy.provision [req-92d0a49b-9250-4d76-afa6-9a6445f69f8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.499 15006 INFO oslo_db.sqlalchemy.provision [req-92d0a49b-9250-4d76-afa6-9a6445f69f8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dvqmxehbxl 2019-10-07 13:34:11.499 15006 INFO oslo_db.sqlalchemy.provision [req-92d0a49b-9250-4d76-afa6-9a6445f69f8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_limited ... SKIPPED: No idea how this should work yet 2019-10-07 13:34:11.507 15006 INFO oslo_db.sqlalchemy.provision [req-92d0a49b-9250-4d76-afa6-9a6445f69f8b - - - - -] CREATE BACKEND sqlite:// TOKEN xkpbxoaiqy 2019-10-07 13:34:11.549 15024 INFO octavia.common.config [req-46e520b8-9256-4888-8d33-5b737d3b3b05 - - - - -] Logging enabled! 2019-10-07 13:34:11.550 15024 INFO octavia.common.config [req-46e520b8-9256-4888-8d33-5b737d3b3b05 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:11.578 15006 INFO octavia.common.config [req-92d0a49b-9250-4d76-afa6-9a6445f69f8b - - - - -] Logging enabled! 2019-10-07 13:34:11.578 15006 INFO octavia.common.config [req-92d0a49b-9250-4d76-afa6-9a6445f69f8b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:11.571 15024 WARNING octavia.api.root_controller [req-46e520b8-9256-4888-8d33-5b737d3b3b05 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:11.582 15024 INFO octavia.api.v2.controllers.load_balancer [req-9b596a79-e837-4f36-ae77-8a20c6cb9aac - - - - -] Sending created Load Balancer 2710bf9d-e02f-413b-81a4-59a1c0e84c67 to the handler 2019-10-07 13:34:11.612 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.614 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nuzmriogdz 2019-10-07 13:34:11.614 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_reject_to_rdr_pool_with_disabled_policy [0.221522s] ... ok 2019-10-07 13:34:11.619 15024 INFO octavia.api.v2.controllers.listener [req-294ee2a4-849c-40d6-8b9c-1a4da5bb5979 - - - - -] Sending Creation of Listener da2b75f3-5ade-4a0a-9220-d0766a326fe7 to handler 2019-10-07 13:34:11.617 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN oesrvylhsk 2019-10-07 13:34:11.602 15006 WARNING octavia.api.root_controller [req-92d0a49b-9250-4d76-afa6-9a6445f69f8b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:11.629 15006 INFO oslo_db.sqlalchemy.provision [req-713b4fdc-0e4d-4e22-851a-d7a62dd70d01 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.631 15006 INFO oslo_db.sqlalchemy.provision [req-713b4fdc-0e4d-4e22-851a-d7a62dd70d01 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xkpbxoaiqy 2019-10-07 13:34:11.631 15006 INFO oslo_db.sqlalchemy.provision [req-713b4fdc-0e4d-4e22-851a-d7a62dd70d01 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_not_Authorized_no_role [0.126858s] ... ok 2019-10-07 13:34:11.634 15006 INFO oslo_db.sqlalchemy.provision [req-713b4fdc-0e4d-4e22-851a-d7a62dd70d01 - - - - -] CREATE BACKEND sqlite:// TOKEN bjtoqjixxp 2019-10-07 13:34:11.677 15024 INFO octavia.api.v2.controllers.pool [req-798e36c5-b234-4da9-84b6-d12efc785ad4 - - - - -] Sending Creation of Pool 6b4e3e3f-07da-4a85-97d3-2dc7b8637129 to handler 2019-10-07 13:34:11.711 15006 INFO octavia.common.config [req-713b4fdc-0e4d-4e22-851a-d7a62dd70d01 - - - - -] Logging enabled! 2019-10-07 13:34:11.712 15006 INFO octavia.common.config [req-713b4fdc-0e4d-4e22-851a-d7a62dd70d01 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:11.736 15006 WARNING octavia.api.root_controller [req-713b4fdc-0e4d-4e22-851a-d7a62dd70d01 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:11.755 15006 INFO oslo_db.sqlalchemy.provision [req-5d2211de-963d-4592-b69d-8123b31328a1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.756 15006 INFO oslo_db.sqlalchemy.provision [req-5d2211de-963d-4592-b69d-8123b31328a1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bjtoqjixxp 2019-10-07 13:34:11.757 15006 INFO oslo_db.sqlalchemy.provision [req-5d2211de-963d-4592-b69d-8123b31328a1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_default_quotas [0.125522s] ... ok 2019-10-07 13:34:11.762 15024 INFO octavia.api.v2.controllers.pool [req-5ac1847d-c13a-4930-bd12-43a60e3985e4 - - - - -] Sending Creation of Pool 6db7a026-b1a9-48d4-81c9-36284d3adfb7 to handler 2019-10-07 13:34:11.764 15006 INFO oslo_db.sqlalchemy.provision [req-5d2211de-963d-4592-b69d-8123b31328a1 - - - - -] CREATE BACKEND sqlite:// TOKEN pxxfcusdej 2019-10-07 13:34:11.815 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.817 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oesrvylhsk 2019-10-07 13:34:11.817 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7rule_delete [0.203163s] ... ok 2019-10-07 13:34:11.820 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN nmwkumleey 2019-10-07 13:34:11.837 15006 INFO octavia.common.config [req-5d2211de-963d-4592-b69d-8123b31328a1 - - - - -] Logging enabled! 2019-10-07 13:34:11.838 15006 INFO octavia.common.config [req-5d2211de-963d-4592-b69d-8123b31328a1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:11.861 15006 WARNING octavia.api.root_controller [req-5d2211de-963d-4592-b69d-8123b31328a1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:11.878 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.879 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pxxfcusdej 2019-10-07 13:34:11.879 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_default_quotas_Authorized [0.123501s] ... ok 2019-10-07 13:34:11.865 15024 INFO octavia.api.v2.controllers.pool [req-1d90fd04-073b-4722-ad09-bd52beb0be1d - - - - -] Sending Creation of Pool e9f93513-2eda-4127-a666-8efe88659dcd to handler 2019-10-07 13:34:11.884 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN thhlzczctb 2019-10-07 13:34:11.963 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:11.965 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN thhlzczctb 2019-10-07 13:34:11.965 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.AmphoraHealthModelTest.test_update [0.084436s] ... ok 2019-10-07 13:34:11.968 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN uricuqexmh 2019-10-07 13:34:12.000 15024 INFO oslo_db.sqlalchemy.provision [req-5ee14f2f-8969-413f-b1f0-8b38a3386e58 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.001 15024 INFO oslo_db.sqlalchemy.provision [req-5ee14f2f-8969-413f-b1f0-8b38a3386e58 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN maaslfznin 2019-10-07 13:34:12.002 15024 INFO oslo_db.sqlalchemy.provision [req-5ee14f2f-8969-413f-b1f0-8b38a3386e58 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_fields_filter [0.523004s] ... ok 2019-10-07 13:34:12.021 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.004 15024 INFO oslo_db.sqlalchemy.provision [req-5ee14f2f-8969-413f-b1f0-8b38a3386e58 - - - - -] CREATE BACKEND sqlite:// TOKEN vlwaifnzot 2019-10-07 13:34:12.025 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nmwkumleey 2019-10-07 13:34:12.025 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_member_delete [0.207694s] ... ok 2019-10-07 13:34:12.028 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN btuuluuzqn 2019-10-07 13:34:12.053 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.054 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uricuqexmh 2019-10-07 13:34:12.054 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.AmphoraModelTest.test_create [0.089269s] ... ok 2019-10-07 13:34:12.057 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN jwvztwuhej 2019-10-07 13:34:12.074 15024 INFO octavia.common.config [req-5ee14f2f-8969-413f-b1f0-8b38a3386e58 - - - - -] Logging enabled! 2019-10-07 13:34:12.074 15024 INFO octavia.common.config [req-5ee14f2f-8969-413f-b1f0-8b38a3386e58 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:12.109 15012 INFO octavia.api.v2.controllers.l7rule [req-adc00e13-38e7-491b-87a1-eccec912bc86 - - - - -] Sending Creation of L7Rule 2fc275b0-498b-4648-9365-e302c22d58ea to handler 2019-10-07 13:34:12.098 15024 WARNING octavia.api.root_controller [req-5ee14f2f-8969-413f-b1f0-8b38a3386e58 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:12.111 15024 INFO octavia.api.v2.controllers.load_balancer [req-377294be-e1ec-4509-82e9-9126e0169211 - - - - -] Sending created Load Balancer 4ad7df21-24e1-41e9-b774-f29bc1ba342b to the handler 2019-10-07 13:34:12.141 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.143 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jwvztwuhej 2019-10-07 13:34:12.143 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.AmphoraModelTest.test_load_balancer_relationship [0.088540s] ... ok 2019-10-07 13:34:12.146 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN omcyuvqzaz 2019-10-07 13:34:12.152 15024 INFO octavia.api.v2.controllers.listener [req-c80ce675-ed0e-4523-8539-843ebb5f9f77 - - - - -] Sending Creation of Listener 309755ff-18d0-4ad4-a759-5aece98b516b to handler 2019-10-07 13:34:12.216 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.206 15024 INFO octavia.api.v2.controllers.load_balancer [req-a263b03f-1f42-4c96-bd48-ca81c7827e46 - - - - -] Sending created Load Balancer fa58c236-b72b-4014-96dc-341c0c34ccde to the handler 2019-10-07 13:34:12.220 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN btuuluuzqn 2019-10-07 13:34:12.220 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_session_persistence_create [0.194863s] ... ok 2019-10-07 13:34:12.224 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.226 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN omcyuvqzaz 2019-10-07 13:34:12.226 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_create [0.082397s] ... ok 2019-10-07 13:34:12.223 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN fphtetnavh 2019-10-07 13:34:12.243 15024 INFO octavia.api.v2.controllers.pool [req-e2e46876-7070-41aa-b6e6-f16f7128fe29 - - - - -] Sending Creation of Pool 4ecbe508-6d07-4e6a-93f3-a461aba628f8 to handler 2019-10-07 13:34:12.229 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN kibbzcwqpc 2019-10-07 13:34:12.307 15024 INFO octavia.api.v2.controllers.pool [req-8b895b0b-c39d-4573-b75c-e9173aac1dfb - - - - -] Sending Creation of Pool e18e3d5b-d5c5-48ed-a25f-6c1ec5ce9957 to handler 2019-10-07 13:34:12.323 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.324 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kibbzcwqpc 2019-10-07 13:34:12.325 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listeners_pools_refs_with_l7policy_with_l7rule [0.098807s] ... ok 2019-10-07 13:34:12.328 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN ucnywikscb 2019-10-07 13:34:12.347 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.348 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fphtetnavh 2019-10-07 13:34:12.349 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.VipModelTest.test_vip_load_balancer_relationship [0.128384s] ... ok 2019-10-07 13:34:12.353 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN hmgukdderb 2019-10-07 13:34:12.379 15024 INFO octavia.api.v2.controllers.pool [req-b51f2749-4a0e-4f07-987d-a5b8af89d1d2 - - - - -] Sending Creation of Pool 3f41e674-bc9a-48c0-9b85-b42a3b82f055 to handler 2019-10-07 13:34:12.416 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.417 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ucnywikscb 2019-10-07 13:34:12.417 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_pool_relationship [0.092453s] ... ok 2019-10-07 13:34:12.448 15024 INFO oslo_db.sqlalchemy.provision [req-298ba5c3-77ad-49d0-9782-05a5c7f19ea9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.449 15024 INFO oslo_db.sqlalchemy.provision [req-298ba5c3-77ad-49d0-9782-05a5c7f19ea9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vlwaifnzot 2019-10-07 13:34:12.449 15024 INFO oslo_db.sqlalchemy.provision [req-298ba5c3-77ad-49d0-9782-05a5c7f19ea9 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:34:12.426 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN ofvpnbxtfx 2019-10-07 13:34:12.455 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.456 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hmgukdderb 2019-10-07 13:34:12.456 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_get_all_return_value [0.106683s] ... ok {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_not_authorized [0.447705s] ... ok 2019-10-07 13:34:12.459 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN xofyxpwzgw 2019-10-07 13:34:12.452 15024 INFO oslo_db.sqlalchemy.provision [req-298ba5c3-77ad-49d0-9782-05a5c7f19ea9 - - - - -] CREATE BACKEND sqlite:// TOKEN ugcdvciflz 2019-10-07 13:34:12.513 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.515 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ofvpnbxtfx 2019-10-07 13:34:12.515 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.L7RuleModelTest.test_update [0.097477s] ... ok 2019-10-07 13:34:12.518 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN mhdxzyfqry 2019-10-07 13:34:12.520 15024 INFO octavia.common.config [req-298ba5c3-77ad-49d0-9782-05a5c7f19ea9 - - - - -] Logging enabled! 2019-10-07 13:34:12.521 15024 INFO octavia.common.config [req-298ba5c3-77ad-49d0-9782-05a5c7f19ea9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:12.542 15024 WARNING octavia.api.root_controller [req-298ba5c3-77ad-49d0-9782-05a5c7f19ea9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:12.553 15024 INFO octavia.api.v2.controllers.load_balancer [req-aacdb26d-465c-43f8-afa0-df838f839d3b - - - - -] Sending created Load Balancer c98c380a-1d1f-4a32-a276-90edbe28ac36 to the handler 2019-10-07 13:34:12.574 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.576 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xofyxpwzgw 2019-10-07 13:34:12.576 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_replace [0.119451s] ... ok 2019-10-07 13:34:12.579 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN pqipzbwyfd 2019-10-07 13:34:12.596 15024 INFO octavia.api.v2.controllers.listener [req-8a7a58d3-8ed9-416c-a7ac-29904ac86d64 - - - - -] Sending Creation of Listener eae59937-a00d-4c55-9a19-5a54c6893fa8 to handler 2019-10-07 13:34:12.599 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.602 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mhdxzyfqry 2019-10-07 13:34:12.602 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.ListenerModelTest.test_create [0.086745s] ... ok 2019-10-07 13:34:12.605 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN jcqevtvxbg 2019-10-07 13:34:12.677 15024 INFO octavia.api.v2.controllers.pool [req-80ab6325-fbe9-4be9-b052-02d095096cba - - - - -] Sending Creation of Pool 5102c917-1095-48bc-ba3d-5c5d8cb7ed22 to handler 2019-10-07 13:34:12.693 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.695 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pqipzbwyfd 2019-10-07 13:34:12.695 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_allocate_and_associate [0.119149s] ... ok 2019-10-07 13:34:12.689 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.691 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jcqevtvxbg 2019-10-07 13:34:12.691 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_create [0.089003s] ... ok 2019-10-07 13:34:12.694 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN kqyqkerggj 2019-10-07 13:34:12.698 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN cntdttcqgj 2019-10-07 13:34:12.763 15024 INFO oslo_db.sqlalchemy.provision [req-5ad87bd1-63c4-403a-9560-72892b302d24 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.765 15024 INFO oslo_db.sqlalchemy.provision [req-5ad87bd1-63c4-403a-9560-72892b302d24 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ugcdvciflz 2019-10-07 13:34:12.765 15024 INFO oslo_db.sqlalchemy.provision [req-5ad87bd1-63c4-403a-9560-72892b302d24 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_not_authorized [0.315591s] ... ok 2019-10-07 13:34:12.784 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.786 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kqyqkerggj 2019-10-07 13:34:12.786 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.MemberModelTest.test_create [0.094660s] ... ok 2019-10-07 13:34:12.768 15024 INFO oslo_db.sqlalchemy.provision [req-5ad87bd1-63c4-403a-9560-72892b302d24 - - - - -] CREATE BACKEND sqlite:// TOKEN bleenbexkt 2019-10-07 13:34:12.803 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.805 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cntdttcqgj 2019-10-07 13:34:12.805 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_delete [0.109875s] ... ok 2019-10-07 13:34:12.808 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN wqjzjoctzy 2019-10-07 13:34:12.789 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN gxspsmkghx 2019-10-07 13:34:12.854 15024 INFO octavia.common.config [req-5ad87bd1-63c4-403a-9560-72892b302d24 - - - - -] Logging enabled! 2019-10-07 13:34:12.854 15024 INFO octavia.common.config [req-5ad87bd1-63c4-403a-9560-72892b302d24 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:12.876 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.879 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gxspsmkghx 2019-10-07 13:34:12.879 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.MemberModelTest.test_delete [0.093134s] ... ok 2019-10-07 13:34:12.882 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN xyyjbxasqi 2019-10-07 13:34:12.879 15024 WARNING octavia.api.root_controller [req-5ad87bd1-63c4-403a-9560-72892b302d24 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:12.903 15024 INFO octavia.api.v2.controllers.load_balancer [req-6d4d8aa9-c8f1-4962-986f-002433653b38 - - - - -] Sending created Load Balancer 13613bfd-b59f-4988-876e-747c62aaabce to the handler 2019-10-07 13:34:12.942 15024 INFO octavia.api.v2.controllers.listener [req-769b31ad-5844-4e0e-8bd6-e0ad466ff3b4 - - - - -] Sending Creation of Listener d421b0ec-a769-4ba2-8a21-8d1dd525ad51 to handler 2019-10-07 13:34:12.970 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:12.972 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xyyjbxasqi 2019-10-07 13:34:12.973 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.PoolModelTest.test_member_relationship [0.093019s] ... ok 2019-10-07 13:34:12.975 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN ldciylezbi 2019-10-07 13:34:13.034 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.035 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wqjzjoctzy 2019-10-07 13:34:13.036 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_lb_for_amphora [0.230135s] ... ok 2019-10-07 13:34:13.038 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN ovqphvogmg 2019-10-07 13:34:13.058 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.059 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ldciylezbi 2019-10-07 13:34:13.061 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_create [0.088224s] ... ok 2019-10-07 13:34:13.029 15024 INFO octavia.api.v2.controllers.pool [req-7d9fc249-9369-4863-abf1-6f1946f6864a - - - - -] Sending Creation of Pool 9fbb9b09-7b90-4d26-9f6c-8580d148d6e7 to handler 2019-10-07 13:34:13.064 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN rtwipbjpdq 2019-10-07 13:34:13.139 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.143 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ovqphvogmg 2019-10-07 13:34:13.143 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_none_cert_expired_amphora [0.107328s] ... ok 2019-10-07 13:34:13.146 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN xwsrlwijju 2019-10-07 13:34:13.143 15024 INFO octavia.api.v2.controllers.pool [req-1e4e323a-6478-4efb-a5bd-03a195de428a - ac6c2e5e-89c1-42ef-a6aa-b826bad4d2c7 - - -] Sending Update of Pool 9fbb9b09-7b90-4d26-9f6c-8580d148d6e7 to handler 2019-10-07 13:34:13.214 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.215 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rtwipbjpdq 2019-10-07 13:34:13.215 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_update [0.154280s] ... ok 2019-10-07 13:34:13.218 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN kygmqocqoo 2019-10-07 13:34:13.238 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.241 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xwsrlwijju 2019-10-07 13:34:13.241 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_update [0.098022s] ... ok 2019-10-07 13:34:13.244 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN ifezbqtpqq 2019-10-07 13:34:13.340 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.341 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ifezbqtpqq 2019-10-07 13:34:13.342 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_create [0.100096s] ... ok 2019-10-07 13:34:13.344 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN qcdresvdtl 2019-10-07 13:34:13.355 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.357 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kygmqocqoo 2019-10-07 13:34:13.357 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_l7policy_tree [0.141345s] ... ok 2019-10-07 13:34:13.360 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN vjaxffdvgt 2019-10-07 13:34:13.384 15024 INFO oslo_db.sqlalchemy.provision [req-6882299c-0e83-4a44-a466-e379dff351bb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.386 15024 INFO oslo_db.sqlalchemy.provision [req-6882299c-0e83-4a44-a466-e379dff351bb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bleenbexkt 2019-10-07 13:34:13.386 15024 INFO oslo_db.sqlalchemy.provision [req-6882299c-0e83-4a44-a466-e379dff351bb - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_authorized [0.621123s] ... ok 2019-10-07 13:34:13.389 15024 INFO oslo_db.sqlalchemy.provision [req-6882299c-0e83-4a44-a466-e379dff351bb - - - - -] CREATE BACKEND sqlite:// TOKEN psoxxrxjdi 2019-10-07 13:34:13.485 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.486 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qcdresvdtl 2019-10-07 13:34:13.486 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create [0.144748s] ... ok 2019-10-07 13:34:13.500 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.502 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vjaxffdvgt 2019-10-07 13:34:13.502 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_listener_statistics_tree [0.145188s] ... ok 2019-10-07 13:34:13.489 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN gawminphza 2019-10-07 13:34:13.505 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN vvpqftomcc 2019-10-07 13:34:13.479 15024 INFO octavia.common.config [req-6882299c-0e83-4a44-a466-e379dff351bb - - - - -] Logging enabled! 2019-10-07 13:34:13.479 15024 INFO octavia.common.config [req-6882299c-0e83-4a44-a466-e379dff351bb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:13.513 15024 WARNING octavia.api.root_controller [req-6882299c-0e83-4a44-a466-e379dff351bb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:13.525 15024 INFO octavia.api.v2.controllers.load_balancer [req-72e7ad00-e801-47f6-80b6-6cf00c0dabd6 - - - - -] Sending created Load Balancer 039103dc-b8ea-4f50-b70f-d4fda12788bc to the handler 2019-10-07 13:34:13.567 15024 INFO octavia.api.v2.controllers.listener [req-915f92ac-4a5e-4fff-8483-df0e9ec73534 - - - - -] Sending Creation of Listener 5effbb6c-69fc-4534-9915-a07f06e6e9dd to handler 2019-10-07 13:34:13.586 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.587 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gawminphza 2019-10-07 13:34:13.588 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete_bad_id [0.100871s] ... ok 2019-10-07 13:34:13.591 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN dnaqreqljb 2019-10-07 13:34:13.639 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.641 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vvpqftomcc 2019-10-07 13:34:13.641 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_load_balancer_tree [0.138566s] ... ok 2019-10-07 13:34:13.644 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN uhngthgdtr 2019-10-07 13:34:13.668 15024 INFO octavia.api.v2.controllers.pool [req-5cef816c-0c14-4735-acdd-df704a68f844 - - - - -] Sending Creation of Pool 3c06afb4-3a81-4b1d-bdc9-f0b30d942bf0 to handler 2019-10-07 13:34:13.737 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.739 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dnaqreqljb 2019-10-07 13:34:13.739 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_action_rdr_pool_to_reject [0.151164s] ... ok 2019-10-07 13:34:13.746 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN mscyettapo 2019-10-07 13:34:13.787 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.789 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uhngthgdtr 2019-10-07 13:34:13.789 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_member_tree [0.148106s] ... ok 2019-10-07 13:34:13.792 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN ymmgfrahnd 2019-10-07 13:34:13.838 15024 INFO octavia.api.v2.controllers.pool [req-cdedcc18-6982-4a6a-8b75-15b15b342f48 - - - - -] Sending Update of Pool 3c06afb4-3a81-4b1d-bdc9-f0b30d942bf0 to handler 2019-10-07 13:34:13.886 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.887 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mscyettapo 2019-10-07 13:34:13.887 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_action_rdr_url_to_redirect_pool [0.144136s] ... ok 2019-10-07 13:34:13.920 15024 INFO oslo_db.sqlalchemy.provision [req-de506307-b7c8-4d56-a6c2-c92dfd857ee0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.921 15024 INFO oslo_db.sqlalchemy.provision [req-de506307-b7c8-4d56-a6c2-c92dfd857ee0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN psoxxrxjdi 2019-10-07 13:34:13.922 15024 INFO oslo_db.sqlalchemy.provision [req-de506307-b7c8-4d56-a6c2-c92dfd857ee0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_handler [0.535031s] ... ok 2019-10-07 13:34:13.895 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN wxgtxzjcoj 2019-10-07 13:34:13.925 15024 INFO oslo_db.sqlalchemy.provision [req-de506307-b7c8-4d56-a6c2-c92dfd857ee0 - - - - -] CREATE BACKEND sqlite:// TOKEN fyrviklsik 2019-10-07 13:34:13.953 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:13.954 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ymmgfrahnd 2019-10-07 13:34:13.955 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_rdr_url_no_default_pool_link [0.165000s] ... ok 2019-10-07 13:34:13.957 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN lmhtxoullg 2019-10-07 13:34:13.965 15012 INFO octavia.api.v2.controllers.l7rule [req-18a47d00-b2d1-4a28-ae5f-f2fb78859378 - - - - -] Sending Creation of L7Rule 3b509201-5afb-4a8f-9ed4-2b4b1023a43c to handler 2019-10-07 13:34:14.007 15024 INFO octavia.common.config [req-de506307-b7c8-4d56-a6c2-c92dfd857ee0 - - - - -] Logging enabled! 2019-10-07 13:34:14.008 15024 INFO octavia.common.config [req-de506307-b7c8-4d56-a6c2-c92dfd857ee0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:14.019 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.022 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wxgtxzjcoj 2019-10-07 13:34:14.022 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_action_rdr_url_to_reject [0.134670s] ... ok 2019-10-07 13:34:14.043 15024 WARNING octavia.api.root_controller [req-de506307-b7c8-4d56-a6c2-c92dfd857ee0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:14.025 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN dhtczfeend 2019-10-07 13:34:14.073 15024 INFO oslo_db.sqlalchemy.provision [req-9e93af25-a156-4c83-8977-35ec1e84ff0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.075 15024 INFO oslo_db.sqlalchemy.provision [req-9e93af25-a156-4c83-8977-35ec1e84ff0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fyrviklsik 2019-10-07 13:34:14.075 15024 INFO oslo_db.sqlalchemy.provision [req-9e93af25-a156-4c83-8977-35ec1e84ff0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_partial_quotas [0.153131s] ... ok 2019-10-07 13:34:14.078 15024 INFO oslo_db.sqlalchemy.provision [req-9e93af25-a156-4c83-8977-35ec1e84ff0f - - - - -] CREATE BACKEND sqlite:// TOKEN ntecbfcvxx 2019-10-07 13:34:14.117 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.119 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lmhtxoullg 2019-10-07 13:34:14.119 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_reject_no_default_pool_link [0.168778s] ... ok 2019-10-07 13:34:14.126 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN fvbzcoafkw 2019-10-07 13:34:14.161 15024 INFO octavia.common.config [req-9e93af25-a156-4c83-8977-35ec1e84ff0f - - - - -] Logging enabled! 2019-10-07 13:34:14.161 15024 INFO octavia.common.config [req-9e93af25-a156-4c83-8977-35ec1e84ff0f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:14.152 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.153 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dhtczfeend 2019-10-07 13:34:14.154 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_reject_to_rdr_url [0.131217s] ... ok 2019-10-07 13:34:14.157 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN zixnyemnmx 2019-10-07 13:34:14.194 15024 WARNING octavia.api.root_controller [req-9e93af25-a156-4c83-8977-35ec1e84ff0f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:14.220 15024 INFO oslo_db.sqlalchemy.provision [req-433889cd-6129-4442-9a21-e718f322e5ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.222 15024 INFO oslo_db.sqlalchemy.provision [req-433889cd-6129-4442-9a21-e718f322e5ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ntecbfcvxx 2019-10-07 13:34:14.222 15024 INFO oslo_db.sqlalchemy.provision [req-433889cd-6129-4442-9a21-e718f322e5ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_quotas [0.147018s] ... ok 2019-10-07 13:34:14.225 15024 INFO oslo_db.sqlalchemy.provision [req-433889cd-6129-4442-9a21-e718f322e5ab - - - - -] CREATE BACKEND sqlite:// TOKEN btjjbhebdm 2019-10-07 13:34:14.265 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.266 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zixnyemnmx 2019-10-07 13:34:14.267 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_bad_compare_type [0.112706s] ... ok 2019-10-07 13:34:14.279 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.281 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fvbzcoafkw 2019-10-07 13:34:14.281 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_reject_with_default_pool_link [0.157510s] ... ok 2019-10-07 13:34:14.274 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN mmaeysyrva 2019-10-07 13:34:14.284 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN dlsicygssn 2019-10-07 13:34:14.314 15024 INFO octavia.common.config [req-433889cd-6129-4442-9a21-e718f322e5ab - - - - -] Logging enabled! 2019-10-07 13:34:14.314 15024 INFO octavia.common.config [req-433889cd-6129-4442-9a21-e718f322e5ab - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:14.337 15024 WARNING octavia.api.root_controller [req-433889cd-6129-4442-9a21-e718f322e5ab - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:14.362 15024 INFO oslo_db.sqlalchemy.provision [req-2b4e77a6-ff31-46dd-bbe6-a47606140537 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.364 15024 INFO oslo_db.sqlalchemy.provision [req-2b4e77a6-ff31-46dd-bbe6-a47606140537 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN btjjbhebdm 2019-10-07 13:34:14.364 15024 INFO oslo_db.sqlalchemy.provision [req-2b4e77a6-ff31-46dd-bbe6-a47606140537 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_quotas_not_Authorized_member [0.141851s] ... ok 2019-10-07 13:34:14.367 15024 INFO oslo_db.sqlalchemy.provision [req-2b4e77a6-ff31-46dd-bbe6-a47606140537 - - - - -] CREATE BACKEND sqlite:// TOKEN kicamswjaj 2019-10-07 13:34:14.381 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.383 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mmaeysyrva 2019-10-07 13:34:14.383 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_no_key [0.116194s] ... ok 2019-10-07 13:34:14.386 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN qxozgecujw 2019-10-07 13:34:14.437 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.439 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dlsicygssn 2019-10-07 13:34:14.439 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_position [0.157512s] ... ok 2019-10-07 13:34:14.446 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN aothkkeakm 2019-10-07 13:34:14.455 15024 INFO octavia.common.config [req-2b4e77a6-ff31-46dd-bbe6-a47606140537 - - - - -] Logging enabled! 2019-10-07 13:34:14.456 15024 INFO octavia.common.config [req-2b4e77a6-ff31-46dd-bbe6-a47606140537 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:14.496 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.499 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qxozgecujw 2019-10-07 13:34:14.500 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule_invalid_value_string [0.116529s] ... ok 2019-10-07 13:34:14.503 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN ooihzznaop 2019-10-07 13:34:14.492 15024 WARNING octavia.api.root_controller [req-2b4e77a6-ff31-46dd-bbe6-a47606140537 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:14.573 15024 INFO oslo_db.sqlalchemy.provision [req-f3c8bf5f-4be5-43b1-a5e6-ad5bb67f4dc7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.574 15024 INFO oslo_db.sqlalchemy.provision [req-f3c8bf5f-4be5-43b1-a5e6-ad5bb67f4dc7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kicamswjaj 2019-10-07 13:34:14.575 15024 INFO oslo_db.sqlalchemy.provision [req-f3c8bf5f-4be5-43b1-a5e6-ad5bb67f4dc7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_custom_quotas_admin [0.210183s] ... ok 2019-10-07 13:34:14.577 15024 INFO oslo_db.sqlalchemy.provision [req-f3c8bf5f-4be5-43b1-a5e6-ad5bb67f4dc7 - - - - -] CREATE BACKEND sqlite:// TOKEN zhbyzliscr 2019-10-07 13:34:14.597 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.599 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aothkkeakm 2019-10-07 13:34:14.599 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_listener_update_clear_default_pool_with_l7p_referral [0.155433s] ... ok 2019-10-07 13:34:14.602 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN suaigxmofx 2019-10-07 13:34:14.631 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.632 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ooihzznaop 2019-10-07 13:34:14.633 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule [0.132875s] ... ok 2019-10-07 13:34:14.636 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN cyrltuchzg 2019-10-07 13:34:14.674 15024 INFO octavia.common.config [req-f3c8bf5f-4be5-43b1-a5e6-ad5bb67f4dc7 - - - - -] Logging enabled! 2019-10-07 13:34:14.675 15024 INFO octavia.common.config [req-f3c8bf5f-4be5-43b1-a5e6-ad5bb67f4dc7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:14.701 15024 WARNING octavia.api.root_controller [req-f3c8bf5f-4be5-43b1-a5e6-ad5bb67f4dc7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:14.738 15024 INFO oslo_db.sqlalchemy.provision [req-d607e693-efde-463e-9c3f-925880aed599 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.742 15024 INFO oslo_db.sqlalchemy.provision [req-d607e693-efde-463e-9c3f-925880aed599 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zhbyzliscr 2019-10-07 13:34:14.742 15024 INFO oslo_db.sqlalchemy.provision [req-d607e693-efde-463e-9c3f-925880aed599 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_observer [0.167063s] ... ok 2019-10-07 13:34:14.745 15024 INFO oslo_db.sqlalchemy.provision [req-d607e693-efde-463e-9c3f-925880aed599 - - - - -] CREATE BACKEND sqlite:// TOKEN tcrafpiisp 2019-10-07 13:34:14.759 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.761 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN suaigxmofx 2019-10-07 13:34:14.761 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_session_persistence_delete [0.162182s] ... ok 2019-10-07 13:34:14.764 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN dfvfaxgamz 2019-10-07 13:34:14.799 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.801 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cyrltuchzg 2019-10-07 13:34:14.801 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_get_all [0.168240s] ... ok 2019-10-07 13:34:14.828 15024 INFO octavia.common.config [req-d607e693-efde-463e-9c3f-925880aed599 - - - - -] Logging enabled! 2019-10-07 13:34:14.829 15024 INFO octavia.common.config [req-d607e693-efde-463e-9c3f-925880aed599 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:14.851 15024 WARNING octavia.api.root_controller [req-d607e693-efde-463e-9c3f-925880aed599 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:14.804 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN zcidsudxkb 2019-10-07 13:34:14.853 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.855 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dfvfaxgamz 2019-10-07 13:34:14.855 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.VipModelTest.test_delete [0.093612s] ... ok 2019-10-07 13:34:14.859 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN bvermtxxij 2019-10-07 13:34:14.914 15024 INFO oslo_db.sqlalchemy.provision [req-5a05b1c9-034f-488e-b6e2-8a11b537350a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.915 15024 INFO oslo_db.sqlalchemy.provision [req-5a05b1c9-034f-488e-b6e2-8a11b537350a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tcrafpiisp 2019-10-07 13:34:14.916 15024 INFO oslo_db.sqlalchemy.provision [req-5a05b1c9-034f-488e-b6e2-8a11b537350a - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_not_Authorized [0.173724s] ... ok 2019-10-07 13:34:14.919 15024 INFO oslo_db.sqlalchemy.provision [req-5a05b1c9-034f-488e-b6e2-8a11b537350a - - - - -] CREATE BACKEND sqlite:// TOKEN jeiyrxjvwt 2019-10-07 13:34:14.935 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.936 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zcidsudxkb 2019-10-07 13:34:14.937 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_update [0.135209s] ... ok 2019-10-07 13:34:14.939 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN heorbwsfkx 2019-10-07 13:34:14.961 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:14.962 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bvermtxxij 2019-10-07 13:34:14.962 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_all_repos_has_correct_repos [0.107137s] ... ok 2019-10-07 13:34:14.965 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN zofkwxwesr 2019-10-07 13:34:15.006 15024 INFO octavia.common.config [req-5a05b1c9-034f-488e-b6e2-8a11b537350a - - - - -] Logging enabled! 2019-10-07 13:34:15.007 15024 INFO octavia.common.config [req-5a05b1c9-034f-488e-b6e2-8a11b537350a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:15.034 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.035 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN heorbwsfkx 2019-10-07 13:34:15.036 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_check_load_balancer_expired_with_exp_age [0.098702s] ... ok 2019-10-07 13:34:15.038 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN stszwscmbr 2019-10-07 13:34:15.063 15006 WARNING octavia.db.repositories [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] Quota project lock timed out for project: de8a2d5d-e781-43ae-a9f2-e38842ff2558: DBDeadlock: None 2019-10-07 13:34:15.031 15024 WARNING octavia.api.root_controller [req-5a05b1c9-034f-488e-b6e2-8a11b537350a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:15.088 15024 INFO oslo_db.sqlalchemy.provision [req-a62d529b-e7bb-4fcb-b8f8-694e9d7b4bc4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.089 15024 INFO oslo_db.sqlalchemy.provision [req-a62d529b-e7bb-4fcb-b8f8-694e9d7b4bc4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jeiyrxjvwt 2019-10-07 13:34:15.089 15024 INFO oslo_db.sqlalchemy.provision [req-a62d529b-e7bb-4fcb-b8f8-694e9d7b4bc4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_quota_admin [0.173494s] ... ok 2019-10-07 13:34:15.092 15024 INFO oslo_db.sqlalchemy.provision [req-a62d529b-e7bb-4fcb-b8f8-694e9d7b4bc4 - - - - -] CREATE BACKEND sqlite:// TOKEN osvidoiwxi 2019-10-07 13:34:15.161 15024 INFO octavia.common.config [req-a62d529b-e7bb-4fcb-b8f8-694e9d7b4bc4 - - - - -] Logging enabled! 2019-10-07 13:34:15.161 15024 INFO octavia.common.config [req-a62d529b-e7bb-4fcb-b8f8-694e9d7b4bc4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:15.167 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.169 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN stszwscmbr 2019-10-07 13:34:15.169 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_all_children [0.133472s] ... ok 2019-10-07 13:34:15.172 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN onyudzsprd 2019-10-07 13:34:15.182 15024 WARNING octavia.api.root_controller [req-a62d529b-e7bb-4fcb-b8f8-694e9d7b4bc4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:15.239 15024 INFO oslo_db.sqlalchemy.provision [req-c050f559-f2d9-4330-a89a-c3bdb643ecc6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.240 15024 INFO oslo_db.sqlalchemy.provision [req-c050f559-f2d9-4330-a89a-c3bdb643ecc6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN osvidoiwxi 2019-10-07 13:34:15.241 15024 INFO oslo_db.sqlalchemy.provision [req-c050f559-f2d9-4330-a89a-c3bdb643ecc6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_sorted [0.151061s] ... ok 2019-10-07 13:34:15.244 15024 INFO oslo_db.sqlalchemy.provision [req-c050f559-f2d9-4330-a89a-c3bdb643ecc6 - - - - -] CREATE BACKEND sqlite:// TOKEN hofcifntoi 2019-10-07 13:34:15.279 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.281 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN onyudzsprd 2019-10-07 13:34:15.281 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_listener [0.111809s] ... ok 2019-10-07 13:34:15.284 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN nvbcqlrkjd 2019-10-07 13:34:15.313 15024 INFO octavia.common.config [req-c050f559-f2d9-4330-a89a-c3bdb643ecc6 - - - - -] Logging enabled! 2019-10-07 13:34:15.313 15024 INFO octavia.common.config [req-c050f559-f2d9-4330-a89a-c3bdb643ecc6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:15.336 15024 WARNING octavia.api.root_controller [req-c050f559-f2d9-4330-a89a-c3bdb643ecc6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:15.362 15024 INFO oslo_db.sqlalchemy.provision [req-803a1084-13fb-41e1-aaf3-c5e0a83f2f65 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.363 15024 INFO oslo_db.sqlalchemy.provision [req-803a1084-13fb-41e1-aaf3-c5e0a83f2f65 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hofcifntoi 2019-10-07 13:34:15.364 15024 INFO oslo_db.sqlalchemy.provision [req-803a1084-13fb-41e1-aaf3-c5e0a83f2f65 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_not_Authorized [0.122866s] ... ok 2019-10-07 13:34:15.367 15024 INFO oslo_db.sqlalchemy.provision [req-803a1084-13fb-41e1-aaf3-c5e0a83f2f65 - - - - -] CREATE BACKEND sqlite:// TOKEN ggkpokzbao 2019-10-07 13:34:15.399 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.403 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nvbcqlrkjd 2019-10-07 13:34:15.403 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_many_amphora [0.121591s] ... ok 2019-10-07 13:34:15.406 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN vdqumhruwu 2019-10-07 13:34:15.439 15024 INFO octavia.common.config [req-803a1084-13fb-41e1-aaf3-c5e0a83f2f65 - - - - -] Logging enabled! 2019-10-07 13:34:15.439 15024 INFO octavia.common.config [req-803a1084-13fb-41e1-aaf3-c5e0a83f2f65 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:15.471 15024 WARNING octavia.api.root_controller [req-803a1084-13fb-41e1-aaf3-c5e0a83f2f65 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:15.498 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.500 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ggkpokzbao 2019-10-07 13:34:15.500 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_not_Authorized_no_role [0.136319s] ... ok 2019-10-07 13:34:15.504 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN cfbgrehjee 2019-10-07 13:34:15.532 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.533 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vdqumhruwu 2019-10-07 13:34:15.533 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_many_listeners [0.130405s] ... ok 2019-10-07 13:34:15.536 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN gsibgaqzjb 2019-10-07 13:34:15.603 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.605 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cfbgrehjee 2019-10-07 13:34:15.605 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_delete [0.104355s] ... ok 2019-10-07 13:34:15.608 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN wnmanxfhsm 2019-10-07 13:34:15.625 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.630 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gsibgaqzjb 2019-10-07 13:34:15.631 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_get_all_return_value [0.097763s] ... ok 2019-10-07 13:34:15.634 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN agkujfrxhs 2019-10-07 13:34:15.701 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.703 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wnmanxfhsm 2019-10-07 13:34:15.703 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_create [0.097934s] ... ok 2019-10-07 13:34:15.728 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.706 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN cqdturpagh 2019-10-07 13:34:15.733 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN agkujfrxhs 2019-10-07 13:34:15.733 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_mutable [0.101320s] ... ok 2019-10-07 13:34:15.736 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN kyouugnbry 2019-10-07 13:34:15.809 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.819 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cqdturpagh 2019-10-07 13:34:15.820 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_l7rule_relationship [0.116670s] ... ok 2019-10-07 13:34:15.823 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN mqayvqfcgm 2019-10-07 13:34:15.829 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.831 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kyouugnbry 2019-10-07 13:34:15.831 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_mutable [0.097797s] ... ok 2019-10-07 13:34:15.834 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN ytbqqveesb 2019-10-07 13:34:15.902 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.903 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zofkwxwesr 2019-10-07 13:34:15.904 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_check_quota_met [0.941106s] ... ok 2019-10-07 13:34:15.906 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN wsfeehyicw 2019-10-07 13:34:15.927 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.928 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mqayvqfcgm 2019-10-07 13:34:15.929 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listener_relationship [0.108715s] ... ok 2019-10-07 13:34:15.932 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN hbifilzhiz 2019-10-07 13:34:15.926 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:15.928 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ytbqqveesb 2019-10-07 13:34:15.929 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_update [0.097684s] ... ok 2019-10-07 13:34:15.932 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN baitdkduts 2019-10-07 13:34:15.942 15012 INFO octavia.api.v2.controllers.l7rule [req-d07913d0-e5bd-4c3d-bc2c-48844d8a146c - - - - -] Sending Creation of L7Rule b1893f9c-6823-43cb-b72a-e619cbbbeda7 to handler 2019-10-07 13:34:16.006 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.009 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wsfeehyicw 2019-10-07 13:34:16.009 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} 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-10-07 13:34:16.033 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.035 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hbifilzhiz 2019-10-07 13:34:16.035 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.L7RuleModelTest.test_delete [0.106343s] ... ok 2019-10-07 13:34:16.040 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.042 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN baitdkduts 2019-10-07 13:34:16.042 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_health_monitor [0.113081s] ... ok 2019-10-07 13:34:16.012 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN nuefsyiisj 2019-10-07 13:34:16.045 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN wpqcyupbhq 2019-10-07 13:34:16.038 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN hullryvyea 2019-10-07 13:34:16.135 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.137 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nuefsyiisj 2019-10-07 13:34:16.137 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_pool_on_listener_with_sp [0.127537s] ... ok 2019-10-07 13:34:16.144 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.145 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hullryvyea 2019-10-07 13:34:16.146 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:34:16.144 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN piotswamvf {3} octavia.tests.functional.db.test_models.ListenerModelTest.test_delete [0.110114s] ... ok 2019-10-07 13:34:16.154 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.156 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wpqcyupbhq 2019-10-07 13:34:16.156 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_member [0.113759s] ... ok 2019-10-07 13:34:16.148 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN rhkvcmlejf 2019-10-07 13:34:16.159 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN bsbapaonhm 2019-10-07 13:34:16.258 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.260 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bsbapaonhm 2019-10-07 13:34:16.260 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_session_persistence [0.104083s] ... ok 2019-10-07 13:34:16.263 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN eyqthvuylw 2019-10-07 13:34:16.272 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.276 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN piotswamvf 2019-10-07 13:34:16.276 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_pool_on_listener_without_sp [0.138630s] ... ok 2019-10-07 13:34:16.252 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.253 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rhkvcmlejf 2019-10-07 13:34:16.253 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_delete [0.107679s] ... ok 2019-10-07 13:34:16.256 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN nksbtemfst 2019-10-07 13:34:16.279 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN cefpehwxyd 2019-10-07 13:34:16.345 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.347 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eyqthvuylw 2019-10-07 13:34:16.347 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_get_all_return_value [0.086745s] ... ok 2019-10-07 13:34:16.357 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.359 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nksbtemfst 2019-10-07 13:34:16.359 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_delete [0.105441s] ... ok 2019-10-07 13:34:16.362 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN sskimdywjl 2019-10-07 13:34:16.356 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN yqtipeokhz 2019-10-07 13:34:16.414 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.415 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cefpehwxyd 2019-10-07 13:34:16.416 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_existing_sp [0.139493s] ... ok 2019-10-07 13:34:16.418 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN nyxvlenxpk 2019-10-07 13:34:16.458 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.459 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sskimdywjl 2019-10-07 13:34:16.459 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_load_balancer_vip_relationship [0.100342s] ... ok 2019-10-07 13:34:16.445 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.450 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yqtipeokhz 2019-10-07 13:34:16.450 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_get [0.103141s] ... ok 2019-10-07 13:34:16.453 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN wplcuzaikv 2019-10-07 13:34:16.462 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN gttxwbguug 2019-10-07 13:34:16.501 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.502 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nyxvlenxpk 2019-10-07 13:34:16.503 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_check_amphora_expired_with_no_age [0.086873s] ... ok 2019-10-07 13:34:16.505 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN tastkfwedt 2019-10-07 13:34:16.571 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.573 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gttxwbguug 2019-10-07 13:34:16.573 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.PoolModelTest.test_health_monitor_relationship [0.113047s] ... ok 2019-10-07 13:34:16.575 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN coqkbplbrj 2019-10-07 13:34:16.557 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.559 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wplcuzaikv 2019-10-07 13:34:16.559 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_delete [0.112992s] ... ok 2019-10-07 13:34:16.566 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN xuxwsggava 2019-10-07 13:34:16.589 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.591 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tastkfwedt 2019-10-07 13:34:16.591 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_create [0.088360s] ... ok 2019-10-07 13:34:16.594 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN rcryludtuw 2019-10-07 13:34:16.664 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.666 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xuxwsggava 2019-10-07 13:34:16.666 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_update [0.102356s] ... ok 2019-10-07 13:34:16.669 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN kllplgujee 2019-10-07 13:34:16.679 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.682 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rcryludtuw 2019-10-07 13:34:16.684 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_update [0.094821s] ... ok 2019-10-07 13:34:16.689 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN qwufdotesp 2019-10-07 13:34:16.675 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.676 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN coqkbplbrj 2019-10-07 13:34:16.677 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.PoolModelTest.test_listener_relationship [0.103602s] ... ok 2019-10-07 13:34:16.679 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN ktqrrptqxn 2019-10-07 13:34:16.771 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.772 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ktqrrptqxn 2019-10-07 13:34:16.773 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.SNIModelTest.test_create [0.096033s] ... ok 2019-10-07 13:34:16.776 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.778 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kllplgujee 2019-10-07 13:34:16.778 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_no_peer_port [0.111579s] ... ok 2019-10-07 13:34:16.781 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN rvbcpqpzkg 2019-10-07 13:34:16.775 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN mkfphtwpjs 2019-10-07 13:34:16.786 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.787 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qwufdotesp 2019-10-07 13:34:16.788 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_associate_amphora_load_balancer [0.101396s] ... ok 2019-10-07 13:34:16.790 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN rseuhgwuno 2019-10-07 13:34:16.886 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.887 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rseuhgwuno 2019-10-07 13:34:16.888 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_count [0.099656s] ... ok 2019-10-07 13:34:16.895 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN elgerjnewq 2019-10-07 13:34:16.880 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.881 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mkfphtwpjs 2019-10-07 13:34:16.882 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.SNIModelTest.test_delete [0.108821s] ... ok 2019-10-07 13:34:16.884 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN cbopxrykut 2019-10-07 13:34:16.983 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.984 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN elgerjnewq 2019-10-07 13:34:16.985 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_exists_true [0.096935s] ... ok 2019-10-07 13:34:16.992 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.993 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cbopxrykut 2019-10-07 13:34:16.994 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-10-07 13:34:16.987 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN oscbcgqbnn 2019-10-07 13:34:16.986 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:16.990 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rvbcpqpzkg 2019-10-07 13:34:16.990 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_pool [0.211817s] ... ok {3} octavia.tests.functional.db.test_models.SNIModelTest.test_update [0.111683s] ... ok 2019-10-07 13:34:16.993 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN nnqwwivoix 2019-10-07 13:34:16.996 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN pkwivckkbg 2019-10-07 13:34:17.081 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.083 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oscbcgqbnn 2019-10-07 13:34:17.083 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get [0.098375s] ... ok 2019-10-07 13:34:17.086 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN mmovoqgwjv 2019-10-07 13:34:17.111 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.112 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nnqwwivoix 2019-10-07 13:34:17.112 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_sni [0.122383s] ... ok 2019-10-07 13:34:17.115 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN sdddzsbqry 2019-10-07 13:34:17.163 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.165 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pkwivckkbg 2019-10-07 13:34:17.165 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_health_monitor_tree [0.171461s] ... ok 2019-10-07 13:34:17.168 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN fymcxhsnos 2019-10-07 13:34:17.190 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.191 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mmovoqgwjv 2019-10-07 13:34:17.192 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_delete [0.108312s] ... ok 2019-10-07 13:34:17.195 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN ugfkwpozhl 2019-10-07 13:34:17.223 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.225 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sdddzsbqry 2019-10-07 13:34:17.225 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_update [0.112468s] ... ok 2019-10-07 13:34:17.228 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN fmundgkkha 2019-10-07 13:34:17.296 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.299 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ugfkwpozhl 2019-10-07 13:34:17.299 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_update [0.107051s] ... ok 2019-10-07 13:34:17.317 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.318 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fmundgkkha 2019-10-07 13:34:17.318 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_delete [0.093329s] ... ok 2019-10-07 13:34:17.302 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN ppelkueece 2019-10-07 13:34:17.327 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN vskhxvyzou 2019-10-07 13:34:17.406 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.408 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vskhxvyzou 2019-10-07 13:34:17.408 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_delete_non_existent [0.089682s] ... ok 2019-10-07 13:34:17.412 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.414 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ppelkueece 2019-10-07 13:34:17.414 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create_no_id [0.114934s] ... ok 2019-10-07 13:34:17.420 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.422 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fymcxhsnos 2019-10-07 13:34:17.422 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_l7rule_tree [0.256785s] ... ok 2019-10-07 13:34:17.417 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN uytpxpovbd 2019-10-07 13:34:17.417 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] CREATE BACKEND sqlite:// TOKEN gktcljnrfy 2019-10-07 13:34:17.425 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN begyoikqzn 2019-10-07 13:34:17.511 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.512 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gktcljnrfy 2019-10-07 13:34:17.513 15020 INFO oslo_db.sqlalchemy.provision [req-ace79d3b-49b1-4d15-bd6f-b2259ec45663 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_update [0.104212s] ... ok 2019-10-07 13:34:17.561 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.562 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uytpxpovbd 2019-10-07 13:34:17.563 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete [0.148429s] ... ok 2019-10-07 13:34:17.565 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN mhxlndowwy 2019-10-07 13:34:17.590 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.592 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN begyoikqzn 2019-10-07 13:34:17.592 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_pool_tree [0.169540s] ... ok 2019-10-07 13:34:17.595 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN ymifylffna 2019-10-07 13:34:17.769 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.771 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ymifylffna 2019-10-07 13:34:17.771 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_health_monitor_delete [0.178911s] ... ok 2019-10-07 13:34:17.774 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN aaoytsrtqm 2019-10-07 13:34:17.787 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.788 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mhxlndowwy 2019-10-07 13:34:17.789 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete_forcing_reorder [0.225892s] ... ok 2019-10-07 13:34:17.792 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN ylpefatyca 2019-10-07 13:34:17.821 15012 INFO octavia.api.v2.controllers.l7rule [req-0cf3925c-e21f-4a56-8098-9e1415b05e71 - - - - -] Sending Creation of L7Rule 8b873e15-271a-4cc6-9c02-e53cd6f2e49a to handler 2019-10-07 13:34:17.918 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.920 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aaoytsrtqm 2019-10-07 13:34:17.920 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_delete_with_listener_default_pool_ref [0.148947s] ... ok 2019-10-07 13:34:17.923 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN upomywmmwo 2019-10-07 13:34:17.945 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:17.946 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ylpefatyca 2019-10-07 13:34:17.946 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete_with_rule [0.157487s] ... ok 2019-10-07 13:34:17.949 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN egkajcimxv 2019-10-07 13:34:18.070 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:18.071 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN upomywmmwo 2019-10-07 13:34:18.071 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_reject_to_rdr_pool [0.150932s] ... ok 2019-10-07 13:34:18.074 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN mtekumceyt 2019-10-07 13:34:18.149 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:18.151 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN egkajcimxv 2019-10-07 13:34:18.151 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_get_all [0.204318s] ... ok 2019-10-07 13:34:18.154 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN vclslttywd 2019-10-07 13:34:18.221 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:18.223 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mtekumceyt 2019-10-07 13:34:18.223 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_reject_to_rdr_pool_with_no_l7rules [0.151530s] ... ok 2019-10-07 13:34:18.226 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN fmapkyjxch 2019-10-07 13:34:18.247 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:18.249 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vclslttywd 2019-10-07 13:34:18.249 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_get_all_return_value [0.097875s] ... ok 2019-10-07 13:34:18.252 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN mxqaqnywoq 2019-10-07 13:34:18.371 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:18.372 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fmapkyjxch 2019-10-07 13:34:18.372 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_simple [0.149365s] ... ok 2019-10-07 13:34:18.375 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN cmcwkhczsq 2019-10-07 13:34:18.519 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:18.520 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cmcwkhczsq 2019-10-07 13:34:18.521 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_listener_delete [0.148060s] ... ok 2019-10-07 13:34:18.522 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:18.524 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mxqaqnywoq 2019-10-07 13:34:18.524 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_reorder_policies [0.274899s] ... ok 2019-10-07 13:34:18.527 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN uakomglqyh 2019-10-07 13:34:18.523 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN icvqqavrxk 2019-10-07 13:34:18.613 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:18.614 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uakomglqyh 2019-10-07 13:34:18.615 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_bad_id [0.090621s] ... ok 2019-10-07 13:34:18.618 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN aoabmfljbb 2019-10-07 13:34:18.670 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:18.671 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN icvqqavrxk 2019-10-07 13:34:18.672 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_listener_update_and_clear_default_pool [0.150664s] ... ok 2019-10-07 13:34:18.674 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN reeisfkora 2019-10-07 13:34:18.751 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:18.752 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aoabmfljbb 2019-10-07 13:34:18.752 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_reject_to_rdr_pool [0.137602s] ... ok 2019-10-07 13:34:18.755 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN lsgyhuksiz 2019-10-07 13:34:18.833 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:18.834 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN reeisfkora 2019-10-07 13:34:18.835 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_delete [0.162998s] ... ok 2019-10-07 13:34:18.837 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN ivomjkdnja 2019-10-07 13:34:18.866 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:18.867 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lsgyhuksiz 2019-10-07 13:34:18.867 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create [0.114704s] ... ok 2019-10-07 13:34:18.870 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN koggazdwwm 2019-10-07 13:34:18.980 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:18.982 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN koggazdwwm 2019-10-07 13:34:18.982 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule [0.114540s] ... ok 2019-10-07 13:34:18.985 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN lxcozrfuay 2019-10-07 13:34:18.994 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:18.996 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ivomjkdnja 2019-10-07 13:34:18.996 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_session_persistence_update [0.161249s] ... ok 2019-10-07 13:34:18.999 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN cybqhrhujw 2019-10-07 13:34:19.085 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.086 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lxcozrfuay 2019-10-07 13:34:19.086 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule_bad_compare_type [0.104280s] ... ok 2019-10-07 13:34:19.090 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN mmbfxuqrxi 2019-10-07 13:34:19.152 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.154 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cybqhrhujw 2019-10-07 13:34:19.154 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_simple_update [0.157927s] ... ok 2019-10-07 13:34:19.159 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN kyopbteupm 2019-10-07 13:34:19.188 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.190 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mmbfxuqrxi 2019-10-07 13:34:19.190 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule_bad_compare_type [0.103322s] ... ok 2019-10-07 13:34:19.193 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN furbqehgbh 2019-10-07 13:34:19.240 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.242 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kyopbteupm 2019-10-07 13:34:19.242 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_check_amphora_expired_with_exp_age [0.087582s] ... ok 2019-10-07 13:34:19.245 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN fyabaliozt 2019-10-07 13:34:19.292 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.293 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN furbqehgbh 2019-10-07 13:34:19.294 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule_invalid_value_string [0.103390s] ... ok 2019-10-07 13:34:19.297 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN qjvfyoyben 2019-10-07 13:34:19.325 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.327 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fyabaliozt 2019-10-07 13:34:19.327 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_get [0.084870s] ... ok 2019-10-07 13:34:19.330 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN dtbidmgkrz 2019-10-07 13:34:19.406 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.408 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qjvfyoyben 2019-10-07 13:34:19.408 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule [0.114321s] ... ok 2019-10-07 13:34:19.412 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.414 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dtbidmgkrz 2019-10-07 13:34:19.414 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_get_stale_amphora [0.086438s] ... ok 2019-10-07 13:34:19.417 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN imsuwyxtoi 2019-10-07 13:34:19.411 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN zznlocmvsq 2019-10-07 13:34:19.501 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.502 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN imsuwyxtoi 2019-10-07 13:34:19.503 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_create [0.088574s] ... ok 2019-10-07 13:34:19.506 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN gpvuvxyuzz 2019-10-07 13:34:19.522 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.523 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zznlocmvsq 2019-10-07 13:34:19.524 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_without_id [0.115466s] ... ok 2019-10-07 13:34:19.527 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN wbxqhcdrsg 2019-10-07 13:34:19.595 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.598 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gpvuvxyuzz 2019-10-07 13:34:19.598 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_all_return_value [0.097836s] ... ok 2019-10-07 13:34:19.604 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN fzfvgqucao 2019-10-07 13:34:19.629 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.631 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wbxqhcdrsg 2019-10-07 13:34:19.631 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_get_all_return_value [0.107425s] ... ok 2019-10-07 13:34:19.634 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN kwbjbaqdhp 2019-10-07 13:34:19.684 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.686 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fzfvgqucao 2019-10-07 13:34:19.686 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.BaseRepositoryTest.test_get_all_return_value [0.085397s] ... ok 2019-10-07 13:34:19.690 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN eiudbfhgdl 2019-10-07 13:34:19.742 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.743 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kwbjbaqdhp 2019-10-07 13:34:19.744 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_replace [0.112200s] ... ok 2019-10-07 13:34:19.747 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN lphylmtiyv 2019-10-07 13:34:19.780 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.781 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eiudbfhgdl 2019-10-07 13:34:19.781 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_get [0.094897s] ... ok 2019-10-07 13:34:19.785 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN bqlcgiswjn 2019-10-07 13:34:19.780 15012 INFO octavia.api.v2.controllers.l7rule [req-6daef892-607c-428a-b137-5eae7cf1ad6d - - - - -] Sending Creation of L7Rule 695c860a-1172-4306-81a8-05f685241d1c to handler 2019-10-07 13:34:19.838 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.841 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lphylmtiyv 2019-10-07 13:34:19.841 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_vip [0.097518s] ... ok 2019-10-07 13:34:19.844 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN xliubrgzsv 2019-10-07 13:34:19.891 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.892 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bqlcgiswjn 2019-10-07 13:34:19.893 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create_with_invalid_redirect_pool_id [0.110938s] ... ok 2019-10-07 13:34:19.896 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN jrbayvilai 2019-10-07 13:34:19.933 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:19.935 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xliubrgzsv 2019-10-07 13:34:19.935 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_get [0.093628s] ... ok 2019-10-07 13:34:19.938 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN tvrgxtojdr 2019-10-07 13:34:20.024 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.026 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tvrgxtojdr 2019-10-07 13:34:20.026 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_immutable [0.090800s] ... ok 2019-10-07 13:34:20.031 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.032 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jrbayvilai 2019-10-07 13:34:20.033 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_get [0.139603s] ... ok 2019-10-07 13:34:20.035 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN uownzegkgt 2019-10-07 13:34:20.029 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN yupawgenjd 2019-10-07 13:34:20.125 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.126 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yupawgenjd 2019-10-07 13:34:20.127 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_get_all [0.100159s] ... ok 2019-10-07 13:34:20.130 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN zscucrfbnc 2019-10-07 13:34:20.175 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.176 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uownzegkgt 2019-10-07 13:34:20.177 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update [0.143976s] ... ok 2019-10-07 13:34:20.180 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN htpryktdlk 2019-10-07 13:34:20.229 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.231 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zscucrfbnc 2019-10-07 13:34:20.232 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_update [0.104960s] ... ok 2019-10-07 13:34:20.235 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN ppdchhhwnz 2019-10-07 13:34:20.343 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.345 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ppdchhhwnz 2019-10-07 13:34:20.345 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_update_pool_members [0.113207s] ... ok 2019-10-07 13:34:20.348 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN pvystefexv 2019-10-07 13:34:20.354 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.355 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN htpryktdlk 2019-10-07 13:34:20.355 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_position_only [0.178489s] ... ok 2019-10-07 13:34:20.358 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN qjxjtggnsi 2019-10-07 13:34:20.432 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.434 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pvystefexv 2019-10-07 13:34:20.434 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete [0.088864s] ... ok 2019-10-07 13:34:20.437 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN ccpccbkzcq 2019-10-07 13:34:20.470 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.472 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qjxjtggnsi 2019-10-07 13:34:20.472 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_bad_update [0.116652s] ... ok 2019-10-07 13:34:20.475 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN cjaqrbqciq 2019-10-07 13:34:20.549 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.551 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ccpccbkzcq 2019-10-07 13:34:20.551 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_all_children [0.116517s] ... ok 2019-10-07 13:34:20.554 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN ftqbymosdo 2019-10-07 13:34:20.576 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.577 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cjaqrbqciq 2019-10-07 13:34:20.577 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_invalid_key [0.105013s] ... ok 2019-10-07 13:34:20.580 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN pascbrnmjd 2019-10-07 13:34:20.642 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.643 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ftqbymosdo 2019-10-07 13:34:20.643 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_update [0.092414s] ... ok 2019-10-07 13:34:20.646 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN qmactauyxx 2019-10-07 13:34:20.680 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.681 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pascbrnmjd 2019-10-07 13:34:20.681 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule_invalid_value_regex [0.103663s] ... ok 2019-10-07 13:34:20.684 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN tufilzfhoo 2019-10-07 13:34:20.735 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.737 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qmactauyxx 2019-10-07 13:34:20.737 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_create [0.093280s] ... ok 2019-10-07 13:34:20.740 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN hxzoqdgvbz 2019-10-07 13:34:20.791 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.793 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tufilzfhoo 2019-10-07 13:34:20.793 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_invalid_value_regex [0.111351s] ... ok 2019-10-07 13:34:20.796 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN rojccodnli 2019-10-07 13:34:20.847 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.848 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hxzoqdgvbz 2019-10-07 13:34:20.848 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_2_sni_containers [0.111245s] ... ok 2019-10-07 13:34:20.851 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN dydaxvvybk 2019-10-07 13:34:20.902 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.904 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rojccodnli 2019-10-07 13:34:20.904 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_invalid_value_string [0.111057s] ... ok 2019-10-07 13:34:20.907 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN bxukvrirvy 2019-10-07 13:34:20.946 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:20.948 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dydaxvvybk 2019-10-07 13:34:20.948 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete [0.099660s] ... ok 2019-10-07 13:34:20.951 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN imrwtrpnmr 2019-10-07 13:34:21.014 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.015 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bxukvrirvy 2019-10-07 13:34:21.016 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_no_key [0.111302s] ... ok 2019-10-07 13:34:21.018 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN ynxvxxnzfc 2019-10-07 13:34:21.073 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.075 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN imrwtrpnmr 2019-10-07 13:34:21.075 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_default_pool_from_beneath_listener [0.126621s] ... ok 2019-10-07 13:34:21.078 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN bvkqkiubju 2019-10-07 13:34:21.129 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.130 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ynxvxxnzfc 2019-10-07 13:34:21.131 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule [0.114968s] ... ok 2019-10-07 13:34:21.134 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN gyubiwmugb 2019-10-07 13:34:21.197 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.199 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bvkqkiubju 2019-10-07 13:34:21.199 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_stats [0.124133s] ... ok 2019-10-07 13:34:21.202 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN wyylwaltyo 2019-10-07 13:34:21.233 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.235 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gyubiwmugb 2019-10-07 13:34:21.235 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule_invalid_value_regex [0.104149s] ... ok 2019-10-07 13:34:21.238 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN anjcusngfs 2019-10-07 13:34:21.280 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.282 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wyylwaltyo 2019-10-07 13:34:21.282 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_get [0.082568s] ... ok 2019-10-07 13:34:21.285 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN lyvfucykpa 2019-10-07 13:34:21.349 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.351 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN anjcusngfs 2019-10-07 13:34:21.351 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_delete [0.115886s] ... ok 2019-10-07 13:34:21.354 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN utpcluuyog 2019-10-07 13:34:21.367 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.369 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lyvfucykpa 2019-10-07 13:34:21.369 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_get_all_return_value [0.086991s] ... ok 2019-10-07 13:34:21.372 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN zmpzxuhizs 2019-10-07 13:34:21.455 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.457 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zmpzxuhizs 2019-10-07 13:34:21.457 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_update [0.087861s] ... ok 2019-10-07 13:34:21.460 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN ldpxyvmsaa 2019-10-07 13:34:21.464 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.466 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN utpcluuyog 2019-10-07 13:34:21.466 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_get [0.114762s] ... ok 2019-10-07 13:34:21.469 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN zpxrtsqepq 2019-10-07 13:34:21.550 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.552 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ldpxyvmsaa 2019-10-07 13:34:21.552 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.VRRPGroupRepositoryTest.test_get_all_return_value [0.094696s] ... ok 2019-10-07 13:34:21.555 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN kqgcbjbree 2019-10-07 13:34:21.561 15024 ERROR oslo_db.sqlalchemy.exc_filters [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DBAPIError exception wrapped from (sqlite3.IntegrityError) l7rule.l7policy_id may not be NULL [SQL: u'INSERT INTO l7rule (created_at, updated_at, id, project_id, l7policy_id, type, compare_type, "key", value, invert, enabled, provisioning_status, operating_status) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)'] [parameters: ('2019-10-07 13:34:21.560732', None, '4a3cd1be-945d-4f52-8acc-8265f551ff13', None, None, 'PATH', 'CONTAINS', None, 'something', 0, 1, 'ACTIVE', 'ONLINE')] (Background on this error at: http://sqlalche.me/e/gkpj): IntegrityError: l7rule.l7policy_id may not be NULL 2019-10-07 13:34:21.561 15024 ERROR oslo_db.sqlalchemy.exc_filters Traceback (most recent call last): 2019-10-07 13:34:21.561 15024 ERROR oslo_db.sqlalchemy.exc_filters File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1193, in _execute_context 2019-10-07 13:34:21.561 15024 ERROR oslo_db.sqlalchemy.exc_filters context) 2019-10-07 13:34:21.561 15024 ERROR oslo_db.sqlalchemy.exc_filters File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/default.py", line 507, in do_execute 2019-10-07 13:34:21.561 15024 ERROR oslo_db.sqlalchemy.exc_filters cursor.execute(statement, parameters) 2019-10-07 13:34:21.561 15024 ERROR oslo_db.sqlalchemy.exc_filters IntegrityError: l7rule.l7policy_id may not be NULL 2019-10-07 13:34:21.561 15024 ERROR oslo_db.sqlalchemy.exc_filters 2019-10-07 13:34:21.581 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.582 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zpxrtsqepq 2019-10-07 13:34:21.583 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_l7rule_create_wihout_l7policy_id [0.116442s] ... ok 2019-10-07 13:34:21.586 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN zlgpwtgttg 2019-10-07 13:34:21.648 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.650 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kqgcbjbree 2019-10-07 13:34:21.650 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.VRRPGroupRepositoryTest.test_update [0.097664s] ... ok 2019-10-07 13:34:21.653 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] CREATE BACKEND sqlite:// TOKEN qbptcrzihq 2019-10-07 13:34:21.680 15012 INFO octavia.api.v2.controllers.l7rule [req-31a096c9-5876-46b0-ba18-0b9880bca823 - - - - -] Sending Creation of L7Rule 5a6dea26-9e93-48a0-baa9-5ed6ae1c5704 to handler 2019-10-07 13:34:21.688 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.691 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zlgpwtgttg 2019-10-07 13:34:21.691 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_update_bad_id [0.108606s] ... ok 2019-10-07 13:34:21.694 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN cuaglermir 2019-10-07 13:34:21.742 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.744 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qbptcrzihq 2019-10-07 13:34:21.744 15006 INFO oslo_db.sqlalchemy.provision [req-0764360a-485d-4f1a-9041-286c6a8c8257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_get_all_return_value [0.094115s] ... ok 2019-10-07 13:34:21.803 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.805 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cuaglermir 2019-10-07 13:34:21.805 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_delete [0.113522s] ... ok 2019-10-07 13:34:21.808 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN phgvztskxi 2019-10-07 13:34:21.913 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:21.915 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN phgvztskxi 2019-10-07 13:34:21.915 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_get [0.110130s] ... ok 2019-10-07 13:34:21.919 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN bexdhcnmdv 2019-10-07 13:34:22.023 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:22.024 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bexdhcnmdv 2019-10-07 13:34:22.025 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_get_all_return_value [0.108988s] ... ok 2019-10-07 13:34:22.028 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN oftfydcfav 2019-10-07 13:34:22.130 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:22.132 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oftfydcfav 2019-10-07 13:34:22.132 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_update [0.107697s] ... ok 2019-10-07 13:34:22.136 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN ydkduozxrn 2019-10-07 13:34:22.227 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:22.228 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ydkduozxrn 2019-10-07 13:34:22.229 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_error [0.096000s] ... ok 2019-10-07 13:34:22.233 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN thfuqkoysh 2019-10-07 13:34:22.325 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:22.327 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN thfuqkoysh 2019-10-07 13:34:22.327 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_immutable_raise [0.096475s] ... ok 2019-10-07 13:34:22.330 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN jonlpdeesv 2019-10-07 13:34:22.417 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:22.419 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jonlpdeesv 2019-10-07 13:34:22.419 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_error_on_delete [0.092298s] ... ok 2019-10-07 13:34:22.422 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN clgsutdxqb 2019-10-07 13:34:22.509 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:22.512 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN clgsutdxqb 2019-10-07 13:34:22.512 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_immutable [0.092864s] ... ok 2019-10-07 13:34:22.515 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN duavlrbtzk 2019-10-07 13:34:22.604 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:22.606 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN duavlrbtzk 2019-10-07 13:34:22.606 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_immutable_raise [0.093676s] ... ok 2019-10-07 13:34:22.609 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN ovaomwwaos 2019-10-07 13:34:22.690 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:22.691 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ovaomwwaos 2019-10-07 13:34:22.692 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_create [0.085100s] ... ok 2019-10-07 13:34:22.695 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN lkymphfxtw 2019-10-07 13:34:22.780 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:22.782 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lkymphfxtw 2019-10-07 13:34:22.782 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_get [0.089875s] ... ok 2019-10-07 13:34:22.785 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN mmtomvljuk 2019-10-07 13:34:22.880 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:22.881 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mmtomvljuk 2019-10-07 13:34:22.882 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_get_all [0.099865s] ... ok 2019-10-07 13:34:22.885 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN qnxmdrljxf 2019-10-07 13:34:22.976 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:22.978 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qnxmdrljxf 2019-10-07 13:34:22.978 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create [0.095946s] ... ok 2019-10-07 13:34:22.981 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] CREATE BACKEND sqlite:// TOKEN nvwdbgdtjn 2019-10-07 13:34:23.071 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:23.072 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nvwdbgdtjn 2019-10-07 13:34:23.073 15024 INFO oslo_db.sqlalchemy.provision [req-39a11dda-d7b1-4941-a26f-2dc3c1780e42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_get_all_return_value [0.094261s] ... ok 2019-10-07 13:34:23.686 15012 INFO octavia.api.v2.controllers.l7rule [req-69423349-a5dc-4612-b065-333a4dfc7902 - - - - -] Sending Creation of L7Rule 58b7ff60-ac47-4353-981b-0afd688a6277 to handler 2019-10-07 13:34:26.017 15012 INFO octavia.api.v2.controllers.l7rule [req-961762ae-0b98-44d4-a593-de19ee1b71cf - - - - -] Sending Creation of L7Rule 1cc9d67d-9644-486e-958f-55c0d59c3183 to handler 2019-10-07 13:34:29.050 15012 INFO octavia.api.v2.controllers.l7rule [req-732f1d94-8eda-4222-bd5c-ccb11d29de74 - - - - -] Sending Creation of L7Rule 1d74fae4-4d3e-46f6-80a0-5ab91db9ce40 to handler 2019-10-07 13:34:31.441 15012 INFO octavia.api.v2.controllers.l7rule [req-89a0e89f-1356-4f53-afb8-69d2e9b7c84e - - - - -] Sending Creation of L7Rule d4176b7e-906e-488a-b427-5291221d092c to handler 2019-10-07 13:34:33.868 15012 INFO octavia.api.v2.controllers.l7rule [req-9049ca77-248f-4282-9f4f-09c9b4c8ddce - - - - -] Sending Creation of L7Rule 7a7c0b34-53a9-4c15-855c-e57255dbbc52 to handler 2019-10-07 13:34:36.271 15012 INFO octavia.api.v2.controllers.l7rule [req-a9cc4424-1f9f-4a48-aff9-494c711e0058 - - - - -] Sending Creation of L7Rule 476e047d-3cc4-4b11-afaa-10156d09e3c6 to handler 2019-10-07 13:34:38.716 15012 INFO octavia.api.v2.controllers.l7rule [req-28cd479c-378e-4ba0-966f-aa62da87977c - - - - -] Sending Creation of L7Rule 8e485088-35c0-485f-ad72-72c1d753c7dc to handler 2019-10-07 13:34:41.141 15012 INFO octavia.api.v2.controllers.l7rule [req-e7750f83-a2f9-443e-b7e3-434d3562a317 - - - - -] Sending Creation of L7Rule 458e0149-abc5-4e94-a959-ddc17b47fe82 to handler 2019-10-07 13:34:43.681 15012 INFO oslo_db.sqlalchemy.provision [req-2b472ca1-24e7-4560-b4cb-cc895d9a48f6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:43.683 15012 INFO oslo_db.sqlalchemy.provision [req-2b472ca1-24e7-4560-b4cb-cc895d9a48f6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jkygcbxbsw 2019-10-07 13:34:43.683 15012 INFO oslo_db.sqlalchemy.provision [req-2b472ca1-24e7-4560-b4cb-cc895d9a48f6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_too_many_rules [65.350893s] ... ok 2019-10-07 13:34:43.686 15012 INFO oslo_db.sqlalchemy.provision [req-2b472ca1-24e7-4560-b4cb-cc895d9a48f6 - - - - -] CREATE BACKEND sqlite:// TOKEN lyzhtcgkgg 2019-10-07 13:34:43.752 15012 INFO octavia.common.config [req-2b472ca1-24e7-4560-b4cb-cc895d9a48f6 - - - - -] Logging enabled! 2019-10-07 13:34:43.753 15012 INFO octavia.common.config [req-2b472ca1-24e7-4560-b4cb-cc895d9a48f6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:43.773 15012 WARNING octavia.api.root_controller [req-2b472ca1-24e7-4560-b4cb-cc895d9a48f6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:43.784 15012 INFO octavia.api.v2.controllers.load_balancer [req-bdae4901-2a14-4ef8-88aa-d14bb670e42d - - - - -] Sending created Load Balancer fb9e656e-b704-4f66-af77-a7a6448bc210 to the handler 2019-10-07 13:34:43.820 15012 INFO octavia.api.v2.controllers.listener [req-f1a07794-9b9b-44bb-855c-d556a6094135 - - - - -] Sending Creation of Listener 6e95a399-edd8-446d-a523-2d67724a53b0 to handler 2019-10-07 13:34:43.885 15012 INFO octavia.api.v2.controllers.l7policy [req-45a01f7a-1bd0-4870-a799-e986da7dce71 - - - - -] Sending Creation of L7Policy 91455609-8698-4178-b54c-a22f87d5a2ef to handler 2019-10-07 13:34:43.998 15012 INFO octavia.api.v2.controllers.l7rule [req-5eaee5ef-0d31-43ea-bf64-c35d39ffc371 - - - - -] Sending Creation of L7Rule a4cb2720-5f0d-4df3-a2f3-ad3beee959da to handler 2019-10-07 13:34:44.097 15012 INFO octavia.api.v2.controllers.load_balancer [req-9655cd97-ff49-4099-b8cd-61ce91bce243 - - - - -] Sending updated Load Balancer fb9e656e-b704-4f66-af77-a7a6448bc210 to the handler 2019-10-07 13:34:44.131 15012 INFO octavia.api.v2.controllers.l7rule [req-2a20111e-93b4-479f-ac85-36ce07d8df14 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:34:44.142 15012 INFO oslo_db.sqlalchemy.provision [req-2a20111e-93b4-479f-ac85-36ce07d8df14 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:44.144 15012 INFO oslo_db.sqlalchemy.provision [req-2a20111e-93b4-479f-ac85-36ce07d8df14 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lyzhtcgkgg 2019-10-07 13:34:44.144 15012 INFO oslo_db.sqlalchemy.provision [req-2a20111e-93b4-479f-ac85-36ce07d8df14 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_when_lb_pending_update [0.460875s] ... ok 2019-10-07 13:34:44.147 15012 INFO oslo_db.sqlalchemy.provision [req-2a20111e-93b4-479f-ac85-36ce07d8df14 - - - - -] CREATE BACKEND sqlite:// TOKEN jmherdwtus 2019-10-07 13:34:44.213 15012 INFO octavia.common.config [req-2a20111e-93b4-479f-ac85-36ce07d8df14 - - - - -] Logging enabled! 2019-10-07 13:34:44.214 15012 INFO octavia.common.config [req-2a20111e-93b4-479f-ac85-36ce07d8df14 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:44.234 15012 WARNING octavia.api.root_controller [req-2a20111e-93b4-479f-ac85-36ce07d8df14 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:44.245 15012 INFO octavia.api.v2.controllers.load_balancer [req-32243115-be98-42cf-938e-f764cc016ad5 - - - - -] Sending created Load Balancer e2806690-7f71-45cd-b537-725ab795b795 to the handler 2019-10-07 13:34:44.282 15012 INFO octavia.api.v2.controllers.listener [req-06457ad6-8d6d-42ae-90bb-1a0f56d53214 - - - - -] Sending Creation of Listener 164e7578-5225-4853-b5fa-395b3b6896ec to handler 2019-10-07 13:34:44.347 15012 INFO octavia.api.v2.controllers.l7policy [req-852a5cfc-5747-4a38-83bf-05aa785ed435 - - - - -] Sending Creation of L7Policy 739242ed-bdb0-4373-9000-db403be29faa to handler 2019-10-07 13:34:44.461 15012 INFO octavia.api.v2.controllers.l7rule [req-8d23024b-040b-4ff5-bb31-bcc5326bac3f - - - - -] Sending Creation of L7Rule 86262d03-7f77-4a1d-a39b-7ff3c985a94f to handler 2019-10-07 13:34:44.559 15012 INFO octavia.api.v2.controllers.load_balancer [req-c9b6acef-d4e4-4461-860a-69623f71bf00 - - - - -] Sending updated Load Balancer e2806690-7f71-45cd-b537-725ab795b795 to the handler 2019-10-07 13:34:44.595 15012 INFO octavia.api.v2.controllers.l7rule [req-6dc27063-613c-4c01-bede-3b146ed2f023 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:34:44.606 15012 INFO oslo_db.sqlalchemy.provision [req-6dc27063-613c-4c01-bede-3b146ed2f023 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:44.607 15012 INFO oslo_db.sqlalchemy.provision [req-6dc27063-613c-4c01-bede-3b146ed2f023 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jmherdwtus 2019-10-07 13:34:44.607 15012 INFO oslo_db.sqlalchemy.provision [req-6dc27063-613c-4c01-bede-3b146ed2f023 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_when_lb_pending_update [0.463088s] ... ok 2019-10-07 13:34:44.610 15012 INFO oslo_db.sqlalchemy.provision [req-6dc27063-613c-4c01-bede-3b146ed2f023 - - - - -] CREATE BACKEND sqlite:// TOKEN pclxqnfdco 2019-10-07 13:34:44.676 15012 INFO octavia.common.config [req-6dc27063-613c-4c01-bede-3b146ed2f023 - - - - -] Logging enabled! 2019-10-07 13:34:44.677 15012 INFO octavia.common.config [req-6dc27063-613c-4c01-bede-3b146ed2f023 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:44.698 15012 WARNING octavia.api.root_controller [req-6dc27063-613c-4c01-bede-3b146ed2f023 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:44.709 15012 INFO octavia.api.v2.controllers.load_balancer [req-2663c73e-f55d-4263-9cbf-a8eddf17d887 - - - - -] Sending created Load Balancer a84c94a5-b4f4-4c80-8b5c-c14a834be67b to the handler 2019-10-07 13:34:44.745 15012 INFO octavia.api.v2.controllers.listener [req-eab0b3db-eb73-4288-97b3-19386d96b38c - - - - -] Sending Creation of Listener 23b7e5f0-42e6-44ea-ab3c-041222e537e4 to handler 2019-10-07 13:34:44.809 15012 INFO octavia.api.v2.controllers.l7policy [req-0f7e38ef-b10b-4dee-b168-5337170b59d7 - - - - -] Sending Creation of L7Policy 55485d42-42a7-4cee-a82a-83e55c3f7d21 to handler 2019-10-07 13:34:44.929 15012 INFO octavia.api.v2.controllers.l7rule [req-5dce7b2b-5d18-400b-b5af-d3c5c51ec5d0 - - - - -] Sending Creation of L7Rule 9dfbfba8-12f6-4899-a7e1-67b60b97678c to handler 2019-10-07 13:34:45.069 15012 INFO octavia.api.v2.controllers.l7rule [req-e1a8a54d-2f77-430a-be8c-27b4b4501a46 - - - - -] Sending Creation of L7Rule 1b999a38-0dbf-4db0-b41f-d503959bc558 to handler 2019-10-07 13:34:45.201 15012 INFO oslo_db.sqlalchemy.provision [req-0f4ea2af-5f2d-4711-ae92-e999a93944b1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:45.203 15012 INFO oslo_db.sqlalchemy.provision [req-0f4ea2af-5f2d-4711-ae92-e999a93944b1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pclxqnfdco 2019-10-07 13:34:45.203 15012 INFO oslo_db.sqlalchemy.provision [req-0f4ea2af-5f2d-4711-ae92-e999a93944b1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all [0.595411s] ... ok 2019-10-07 13:34:45.206 15012 INFO oslo_db.sqlalchemy.provision [req-0f4ea2af-5f2d-4711-ae92-e999a93944b1 - - - - -] CREATE BACKEND sqlite:// TOKEN zepxmmdfxd 2019-10-07 13:34:45.272 15012 INFO octavia.common.config [req-0f4ea2af-5f2d-4711-ae92-e999a93944b1 - - - - -] Logging enabled! 2019-10-07 13:34:45.272 15012 INFO octavia.common.config [req-0f4ea2af-5f2d-4711-ae92-e999a93944b1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:45.293 15012 WARNING octavia.api.root_controller [req-0f4ea2af-5f2d-4711-ae92-e999a93944b1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:45.304 15012 INFO octavia.api.v2.controllers.load_balancer [req-7c075f9a-a5d2-4676-a495-78e92d45a07e - - - - -] Sending created Load Balancer bb010e13-e3e2-4d9f-bfc8-510e0342f41b to the handler 2019-10-07 13:34:45.341 15012 INFO octavia.api.v2.controllers.listener [req-9152b75b-0e79-4307-9e77-aea13270cbaf - - - - -] Sending Creation of Listener 380cf721-fc49-4287-81ca-d6c02bf5866a to handler 2019-10-07 13:34:45.402 15012 INFO octavia.api.v2.controllers.l7policy [req-40dc9ade-0d45-40c2-aca2-81e6fb9ced00 - - - - -] Sending Creation of L7Policy f465db3b-a1e2-4fd9-8ed6-58c6bd2ea8d6 to handler 2019-10-07 13:34:45.502 15012 INFO octavia.api.v2.controllers.l7rule [req-30d467fb-d491-4773-953a-33ec5d4daaf5 - - - - -] Sending Creation of L7Rule 263388d0-b9f8-49ec-8060-3bb4c47b59d7 to handler 2019-10-07 13:34:45.629 15012 INFO octavia.api.v2.controllers.l7rule [req-fc869b58-cdf3-4e24-b703-0c669f7cfd00 - - - - -] Sending Creation of L7Rule fce041b3-f0ee-4b15-a355-9d6b51ccc262 to handler 2019-10-07 13:34:45.784 15012 INFO octavia.api.v2.controllers.l7rule [req-f0a8501b-8c3e-4272-8d5b-773215eb6864 - - - - -] Sending Creation of L7Rule bfbe6d33-5b5c-433b-a412-d64c09379320 to handler 2019-10-07 13:34:45.947 15012 INFO oslo_db.sqlalchemy.provision [req-148d10fb-0eb0-49e9-9568-32b04b9d1d4c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:45.949 15012 INFO oslo_db.sqlalchemy.provision [req-148d10fb-0eb0-49e9-9568-32b04b9d1d4c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zepxmmdfxd 2019-10-07 13:34:45.949 15012 INFO oslo_db.sqlalchemy.provision [req-148d10fb-0eb0-49e9-9568-32b04b9d1d4c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_fields_filter [0.745888s] ... ok 2019-10-07 13:34:45.952 15012 INFO oslo_db.sqlalchemy.provision [req-148d10fb-0eb0-49e9-9568-32b04b9d1d4c - - - - -] CREATE BACKEND sqlite:// TOKEN teemyimqgi 2019-10-07 13:34:46.019 15012 INFO octavia.common.config [req-148d10fb-0eb0-49e9-9568-32b04b9d1d4c - - - - -] Logging enabled! 2019-10-07 13:34:46.019 15012 INFO octavia.common.config [req-148d10fb-0eb0-49e9-9568-32b04b9d1d4c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:46.040 15012 WARNING octavia.api.root_controller [req-148d10fb-0eb0-49e9-9568-32b04b9d1d4c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:46.051 15012 INFO octavia.api.v2.controllers.load_balancer [req-7335d239-86ed-46d0-928e-b4f05df28a62 - - - - -] Sending created Load Balancer 78da9e38-7544-45ff-bef9-31d39cbc46b3 to the handler 2019-10-07 13:34:46.087 15012 INFO octavia.api.v2.controllers.listener [req-0e284f09-2a5d-4c74-9c18-d8f914eddaf2 - - - - -] Sending Creation of Listener 925061c7-55cf-4fb3-b33f-217f6bad5c94 to handler 2019-10-07 13:34:46.156 15012 INFO octavia.api.v2.controllers.l7policy [req-3491597e-0b68-40cf-ad2e-bcb219d366b6 - - - - -] Sending Creation of L7Policy b24ef656-2f50-4888-8822-7010f9a60a09 to handler 2019-10-07 13:34:46.344 15012 INFO octavia.api.v2.controllers.l7rule [req-5860d86f-607f-4482-b5e2-8282ed430b13 - - - - -] Sending Creation of L7Rule 2e931295-bd9f-4061-b2ed-50fbe6e33f8a to handler 2019-10-07 13:34:46.510 15012 INFO oslo_db.sqlalchemy.provision [req-95d96758-e3b4-4df5-8178-46d262a48d2a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:46.511 15012 INFO oslo_db.sqlalchemy.provision [req-95d96758-e3b4-4df5-8178-46d262a48d2a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN teemyimqgi 2019-10-07 13:34:46.511 15012 INFO oslo_db.sqlalchemy.provision [req-95d96758-e3b4-4df5-8178-46d262a48d2a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_not_authorized [0.562288s] ... ok 2019-10-07 13:34:46.514 15012 INFO oslo_db.sqlalchemy.provision [req-95d96758-e3b4-4df5-8178-46d262a48d2a - - - - -] CREATE BACKEND sqlite:// TOKEN zzlvjkgfvx 2019-10-07 13:34:46.581 15012 INFO octavia.common.config [req-95d96758-e3b4-4df5-8178-46d262a48d2a - - - - -] Logging enabled! 2019-10-07 13:34:46.581 15012 INFO octavia.common.config [req-95d96758-e3b4-4df5-8178-46d262a48d2a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:46.601 15012 WARNING octavia.api.root_controller [req-95d96758-e3b4-4df5-8178-46d262a48d2a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:46.612 15012 INFO octavia.api.v2.controllers.load_balancer [req-73b92161-8f65-4b95-878b-2393dadce9c8 - - - - -] Sending created Load Balancer 21e03aba-fda2-466e-85dc-8c401d1968dc to the handler 2019-10-07 13:34:46.648 15012 INFO octavia.api.v2.controllers.listener [req-24509d53-4cd2-4fe0-b22e-711b66a79d36 - - - - -] Sending Creation of Listener 5853e267-b0d0-45e2-9f47-50a80f439ec5 to handler 2019-10-07 13:34:46.713 15012 INFO octavia.api.v2.controllers.l7policy [req-9a2ab16a-1937-4070-8c36-7155f156c861 - - - - -] Sending Creation of L7Policy 70e44e33-56cb-4b98-b093-27d093df209d to handler 2019-10-07 13:34:46.825 15012 INFO octavia.api.v2.controllers.l7rule [req-189a70a8-3867-46dc-844e-c2837ccf69a1 - - - - -] Sending Creation of L7Rule e5b840dc-cc3e-47e9-892a-5ad2a4807861 to handler 2019-10-07 13:34:46.916 15012 INFO octavia.api.v2.controllers.load_balancer [req-656dc6e9-2d4e-483e-bce5-74ecf417b7e6 - - - - -] Sending deleted Load Balancer 21e03aba-fda2-466e-85dc-8c401d1968dc to the handler 2019-10-07 13:34:46.936 15012 INFO octavia.api.v2.controllers.l7rule [req-60eacaf1-3bc3-4ec7-ab17-737cfe5b0bba - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:34:46.947 15012 INFO oslo_db.sqlalchemy.provision [req-60eacaf1-3bc3-4ec7-ab17-737cfe5b0bba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:46.948 15012 INFO oslo_db.sqlalchemy.provision [req-60eacaf1-3bc3-4ec7-ab17-737cfe5b0bba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zzlvjkgfvx 2019-10-07 13:34:46.948 15012 INFO oslo_db.sqlalchemy.provision [req-60eacaf1-3bc3-4ec7-ab17-737cfe5b0bba - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_when_lb_pending_delete [0.436747s] ... ok 2019-10-07 13:34:46.952 15012 INFO oslo_db.sqlalchemy.provision [req-60eacaf1-3bc3-4ec7-ab17-737cfe5b0bba - - - - -] CREATE BACKEND sqlite:// TOKEN jtxqdtapua 2019-10-07 13:34:47.018 15012 INFO octavia.common.config [req-60eacaf1-3bc3-4ec7-ab17-737cfe5b0bba - - - - -] Logging enabled! 2019-10-07 13:34:47.019 15012 INFO octavia.common.config [req-60eacaf1-3bc3-4ec7-ab17-737cfe5b0bba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:47.039 15012 WARNING octavia.api.root_controller [req-60eacaf1-3bc3-4ec7-ab17-737cfe5b0bba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:47.050 15012 INFO octavia.api.v2.controllers.load_balancer [req-3f3c2f00-32a3-4426-a399-173ced7bcdad - - - - -] Sending created Load Balancer d4177e1e-1f22-4896-8a28-27ed1d68c6d0 to the handler 2019-10-07 13:34:47.087 15012 INFO octavia.api.v2.controllers.pool [req-9addcf3d-8be7-46aa-884f-88cc39f92e2c - - - - -] Sending Creation of Pool b8708190-a822-4ddc-9574-b7310cd6e820 to handler 2019-10-07 13:34:47.162 15012 INFO octavia.api.v2.controllers.listener [req-4a4d731b-7065-4a04-8c01-5b761d609fae - 8650c333-a6c4-4e44-ac19-6fb2049eb399 - - -] Sending Creation of Listener f81bc0b3-1f5a-429f-8d5e-1dde5d762394 to handler 2019-10-07 13:34:47.263 15012 INFO oslo_db.sqlalchemy.provision [req-5dbcf880-588d-45c4-bb84-a57f6f27b9e9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:47.265 15012 INFO oslo_db.sqlalchemy.provision [req-5dbcf880-588d-45c4-bb84-a57f6f27b9e9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jtxqdtapua 2019-10-07 13:34:47.265 15012 INFO oslo_db.sqlalchemy.provision [req-5dbcf880-588d-45c4-bb84-a57f6f27b9e9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_authorized [0.316702s] ... ok 2019-10-07 13:34:47.268 15012 INFO oslo_db.sqlalchemy.provision [req-5dbcf880-588d-45c4-bb84-a57f6f27b9e9 - - - - -] CREATE BACKEND sqlite:// TOKEN zvivohsbuj 2019-10-07 13:34:47.335 15012 INFO octavia.common.config [req-5dbcf880-588d-45c4-bb84-a57f6f27b9e9 - - - - -] Logging enabled! 2019-10-07 13:34:47.336 15012 INFO octavia.common.config [req-5dbcf880-588d-45c4-bb84-a57f6f27b9e9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:47.356 15012 WARNING octavia.api.root_controller [req-5dbcf880-588d-45c4-bb84-a57f6f27b9e9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:47.367 15012 INFO octavia.api.v2.controllers.load_balancer [req-19bd8d0c-79ee-4931-8b69-899dcab53331 - - - - -] Sending created Load Balancer c62c153a-5e27-47c3-9214-93eb4627d4ba to the handler 2019-10-07 13:34:47.404 15012 INFO octavia.api.v2.controllers.pool [req-b392a49b-f11b-48b3-89ae-47ded9b6fe81 - - - - -] Sending Creation of Pool 53136f93-7716-40be-84d6-ebf0910c8c4f to handler 2019-10-07 13:34:47.449 15012 INFO oslo_db.sqlalchemy.provision [req-b06b2a04-72d0-4e62-8a8f-c9cef3435408 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:47.451 15012 INFO oslo_db.sqlalchemy.provision [req-b06b2a04-72d0-4e62-8a8f-c9cef3435408 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zvivohsbuj 2019-10-07 13:34:47.451 15012 INFO oslo_db.sqlalchemy.provision [req-b06b2a04-72d0-4e62-8a8f-c9cef3435408 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_listener_bad_protocol [0.185588s] ... ok 2019-10-07 13:34:47.454 15012 INFO oslo_db.sqlalchemy.provision [req-b06b2a04-72d0-4e62-8a8f-c9cef3435408 - - - - -] CREATE BACKEND sqlite:// TOKEN xqqtornqbp 2019-10-07 13:34:47.520 15012 INFO octavia.common.config [req-b06b2a04-72d0-4e62-8a8f-c9cef3435408 - - - - -] Logging enabled! 2019-10-07 13:34:47.520 15012 INFO octavia.common.config [req-b06b2a04-72d0-4e62-8a8f-c9cef3435408 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:47.542 15012 WARNING octavia.api.root_controller [req-b06b2a04-72d0-4e62-8a8f-c9cef3435408 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:47.553 15012 INFO octavia.api.v2.controllers.load_balancer [req-99c2b276-e776-41f1-8909-dfa2cc3de7c7 - - - - -] Sending created Load Balancer 031b83c2-41c4-40f7-ad84-6650d46c9b36 to the handler 2019-10-07 13:34:47.590 15012 INFO octavia.api.v2.controllers.pool [req-56b7faf7-be12-4922-8cd3-778905adbd24 - - - - -] Sending Creation of Pool 939582f7-b3fc-489c-b786-844542cc968d to handler 2019-10-07 13:34:47.649 15012 INFO octavia.api.v2.controllers.listener [req-85867feb-adf8-4b35-9800-ccf1bbabf727 - - - - -] Sending Creation of Listener ed644a99-0036-40ee-bc60-3f71fcd56c88 to handler 2019-10-07 13:34:47.669 15012 INFO oslo_db.sqlalchemy.provision [req-85867feb-adf8-4b35-9800-ccf1bbabf727 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:47.670 15012 INFO oslo_db.sqlalchemy.provision [req-85867feb-adf8-4b35-9800-ccf1bbabf727 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xqqtornqbp 2019-10-07 13:34:47.670 15012 INFO oslo_db.sqlalchemy.provision [req-85867feb-adf8-4b35-9800-ccf1bbabf727 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_default_pool_id [0.219292s] ... ok 2019-10-07 13:34:47.673 15012 INFO oslo_db.sqlalchemy.provision [req-85867feb-adf8-4b35-9800-ccf1bbabf727 - - - - -] CREATE BACKEND sqlite:// TOKEN gwxxjeavct 2019-10-07 13:34:47.740 15012 INFO octavia.common.config [req-85867feb-adf8-4b35-9800-ccf1bbabf727 - - - - -] Logging enabled! 2019-10-07 13:34:47.741 15012 INFO octavia.common.config [req-85867feb-adf8-4b35-9800-ccf1bbabf727 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:47.761 15012 WARNING octavia.api.root_controller [req-85867feb-adf8-4b35-9800-ccf1bbabf727 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:47.772 15012 INFO octavia.api.v2.controllers.load_balancer [req-3b5f47e3-03fc-42a8-8290-af99f9059cc3 - - - - -] Sending created Load Balancer 2ef9f838-bc2a-47f9-8360-8e9384c8a9e8 to the handler 2019-10-07 13:34:47.809 15012 INFO octavia.api.v2.controllers.pool [req-41e2ff28-3165-497a-b1f1-070b4c078ba4 - - - - -] Sending Creation of Pool 18886871-0145-4dda-a28f-d14eeda9c9a8 to handler 2019-10-07 13:34:47.867 15012 INFO octavia.api.v2.controllers.listener [req-dde8e798-75df-4ea1-b652-35853ca4f1ad - - - - -] Sending Creation of Listener e4642dbe-29c9-4a84-bce4-4f9869ac6c39 to handler 2019-10-07 13:34:47.964 15012 INFO octavia.api.v2.controllers.listener [req-97c00806-ee2f-4929-a9d1-d521bcf09d1a - - - - -] Sending Deletion of Listener e4642dbe-29c9-4a84-bce4-4f9869ac6c39 to handler 2019-10-07 13:34:48.009 15012 INFO oslo_db.sqlalchemy.provision [req-6f99dff6-0e7f-478e-90e6-7d0dcdaa7e81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:48.010 15012 INFO oslo_db.sqlalchemy.provision [req-6f99dff6-0e7f-478e-90e6-7d0dcdaa7e81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gwxxjeavct 2019-10-07 13:34:48.011 15012 INFO oslo_db.sqlalchemy.provision [req-6f99dff6-0e7f-478e-90e6-7d0dcdaa7e81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_with_bad_handler [0.340007s] ... ok 2019-10-07 13:34:48.014 15012 INFO oslo_db.sqlalchemy.provision [req-6f99dff6-0e7f-478e-90e6-7d0dcdaa7e81 - - - - -] CREATE BACKEND sqlite:// TOKEN heyfbpijmi 2019-10-07 13:34:48.080 15012 INFO octavia.common.config [req-6f99dff6-0e7f-478e-90e6-7d0dcdaa7e81 - - - - -] Logging enabled! 2019-10-07 13:34:48.080 15012 INFO octavia.common.config [req-6f99dff6-0e7f-478e-90e6-7d0dcdaa7e81 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:48.103 15012 WARNING octavia.api.root_controller [req-6f99dff6-0e7f-478e-90e6-7d0dcdaa7e81 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:48.117 15012 INFO octavia.api.v2.controllers.load_balancer [req-c80f304f-f2bd-4205-aa07-56a1b4a16cfe - - - - -] Sending created Load Balancer 9b341bd4-464e-459e-83c5-e927c6070741 to the handler 2019-10-07 13:34:48.155 15012 INFO octavia.api.v2.controllers.pool [req-b5c3a513-afe1-4d2b-84e5-c18da582908c - - - - -] Sending Creation of Pool 8d751488-215f-40db-bee2-5344330ebaa1 to handler 2019-10-07 13:34:48.200 15012 INFO octavia.api.v2.controllers.load_balancer [req-5d455738-ee91-4477-b6bc-8cb0dbefaed3 - - - - -] Sending created Load Balancer dcfc34ff-ba97-4287-84b5-63a19f9466df to the handler 2019-10-07 13:34:48.229 15012 INFO octavia.api.v2.controllers.load_balancer [req-51554782-423b-4fbe-b667-dcd27bce85c2 - - - - -] Sending created Load Balancer fe07ce61-c9f0-4a1f-8e2a-b294fdb3ecf6 to the handler 2019-10-07 13:34:48.264 15012 INFO octavia.api.v2.controllers.listener [req-fe620bc2-7aa0-481d-b3b5-45b5e23d3bb5 - - - - -] Sending Creation of Listener c40efb19-1717-4022-acff-0b5195c85cfe to handler 2019-10-07 13:34:48.319 15012 INFO octavia.api.v2.controllers.listener [req-399e6ab2-c596-4e5f-bcc9-072b640577c1 - - - - -] Sending Creation of Listener 98994c51-80bd-4532-977b-bdef5c609d07 to handler 2019-10-07 13:34:48.384 15012 INFO octavia.api.v2.controllers.listener [req-32416d70-48f3-421c-9e2b-63ae67fb558b - - - - -] Sending Creation of Listener 558a7147-3229-4d6c-98a1-374d8e469bb0 to handler 2019-10-07 13:34:48.462 15012 INFO oslo_db.sqlalchemy.provision [req-ea6eea0a-5318-4b83-a30c-d7b7ff73c50b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:48.463 15012 INFO oslo_db.sqlalchemy.provision [req-ea6eea0a-5318-4b83-a30c-d7b7ff73c50b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN heyfbpijmi 2019-10-07 13:34:48.464 15012 INFO oslo_db.sqlalchemy.provision [req-ea6eea0a-5318-4b83-a30c-d7b7ff73c50b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_by_project_id [0.452972s] ... ok 2019-10-07 13:34:48.467 15012 INFO oslo_db.sqlalchemy.provision [req-ea6eea0a-5318-4b83-a30c-d7b7ff73c50b - - - - -] CREATE BACKEND sqlite:// TOKEN gyuvfxjxcz 2019-10-07 13:34:48.535 15012 INFO octavia.common.config [req-ea6eea0a-5318-4b83-a30c-d7b7ff73c50b - - - - -] Logging enabled! 2019-10-07 13:34:48.535 15012 INFO octavia.common.config [req-ea6eea0a-5318-4b83-a30c-d7b7ff73c50b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:48.555 15012 WARNING octavia.api.root_controller [req-ea6eea0a-5318-4b83-a30c-d7b7ff73c50b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:48.570 15012 INFO octavia.api.v2.controllers.load_balancer [req-c8fb92b4-702f-4727-abd0-53afba2c6ad0 - - - - -] Sending created Load Balancer 84658bfc-aad2-40b9-a5ba-e503b43eedf4 to the handler 2019-10-07 13:34:48.607 15012 INFO octavia.api.v2.controllers.pool [req-ec40fadb-b6f2-4492-8a5b-0a673bdf714d - - - - -] Sending Creation of Pool e14b8d8e-55cd-41b8-b5be-3de748bef93e to handler 2019-10-07 13:34:48.666 15012 INFO octavia.api.v2.controllers.listener [req-17516c46-a66b-47e5-96ff-25ad913a6640 - - - - -] Sending Creation of Listener 793af00e-ff99-44cd-a52f-a1ff9eacc90e to handler 2019-10-07 13:34:48.778 15012 INFO octavia.api.v2.controllers.listener [req-70f45d70-31bd-4fbf-b3e6-1cdff77e09a3 - - - - -] Sending Creation of Listener 5ed12f4d-6f2d-41e1-879b-41a29a0686ff to handler 2019-10-07 13:34:49.081 15012 INFO octavia.api.v2.controllers.listener [req-e6066885-38e3-4a21-b707-143bd0bd2b77 - - - - -] Sending Creation of Listener 45c9098e-a699-41ea-b0a2-7b1e6dc04b98 to handler 2019-10-07 13:34:49.268 15012 INFO oslo_db.sqlalchemy.provision [req-c14a5635-487e-431f-8990-5666b9d3e0bf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:49.271 15012 INFO oslo_db.sqlalchemy.provision [req-c14a5635-487e-431f-8990-5666b9d3e0bf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gyuvfxjxcz 2019-10-07 13:34:49.271 15012 INFO oslo_db.sqlalchemy.provision [req-c14a5635-487e-431f-8990-5666b9d3e0bf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_fields_filter [0.807886s] ... ok 2019-10-07 13:34:49.276 15012 INFO oslo_db.sqlalchemy.provision [req-c14a5635-487e-431f-8990-5666b9d3e0bf - - - - -] CREATE BACKEND sqlite:// TOKEN ddgkygtlgo 2019-10-07 13:34:49.394 15012 INFO octavia.common.config [req-c14a5635-487e-431f-8990-5666b9d3e0bf - - - - -] Logging enabled! 2019-10-07 13:34:49.395 15012 INFO octavia.common.config [req-c14a5635-487e-431f-8990-5666b9d3e0bf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:49.432 15012 WARNING octavia.api.root_controller [req-c14a5635-487e-431f-8990-5666b9d3e0bf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:49.451 15012 INFO octavia.api.v2.controllers.load_balancer [req-9d65cd11-72b7-4adc-887f-38de9fe968c1 - - - - -] Sending created Load Balancer bd5533bd-85d8-4ffb-ac1f-aee32d2d8a13 to the handler 2019-10-07 13:34:49.513 15012 INFO octavia.api.v2.controllers.pool [req-af20ed9f-6432-475e-80e7-88a7a1669ba3 - - - - -] Sending Creation of Pool 4798b617-870d-49da-934f-40d062ad648e to handler 2019-10-07 13:34:49.605 15012 INFO octavia.api.v2.controllers.listener [req-7fad2d6e-8483-4584-a173-964af3389716 - - - - -] Sending Creation of Listener 11ee5b5d-c6c7-4d17-9b26-dbf4777ffded to handler 2019-10-07 13:34:49.716 15012 INFO octavia.api.v2.controllers.listener [req-4441157d-0a22-4f0e-811b-b59fc4995b87 - - - - -] Sending Creation of Listener 86bba86b-f9d6-43c2-b50c-0c03c49cb603 to handler 2019-10-07 13:34:49.850 15012 INFO octavia.api.v2.controllers.listener [req-439703d2-f4cb-4eff-bb4d-73cc03c8ba98 - - - - -] Sending Creation of Listener dab44b07-e116-4cb0-8db2-3f8fe8a478f5 to handler 2019-10-07 13:34:50.027 15012 INFO oslo_db.sqlalchemy.provision [req-7ebcf04e-b5a0-4a74-86ac-474ec0a9fb72 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:50.029 15012 INFO oslo_db.sqlalchemy.provision [req-7ebcf04e-b5a0-4a74-86ac-474ec0a9fb72 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ddgkygtlgo 2019-10-07 13:34:50.032 15012 INFO oslo_db.sqlalchemy.provision [req-7ebcf04e-b5a0-4a74-86ac-474ec0a9fb72 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_limited [0.759611s] ... ok 2019-10-07 13:34:50.036 15012 INFO oslo_db.sqlalchemy.provision [req-7ebcf04e-b5a0-4a74-86ac-474ec0a9fb72 - - - - -] CREATE BACKEND sqlite:// TOKEN xzewjshaga 2019-10-07 13:34:50.119 15012 INFO octavia.common.config [req-7ebcf04e-b5a0-4a74-86ac-474ec0a9fb72 - - - - -] Logging enabled! 2019-10-07 13:34:50.120 15012 INFO octavia.common.config [req-7ebcf04e-b5a0-4a74-86ac-474ec0a9fb72 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:50.149 15012 WARNING octavia.api.root_controller [req-7ebcf04e-b5a0-4a74-86ac-474ec0a9fb72 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:50.166 15012 INFO octavia.api.v2.controllers.load_balancer [req-2a4cc8c3-8c02-4b8c-8f69-8ca60126bb86 - - - - -] Sending created Load Balancer 6b328a7c-ffd6-4e59-9b33-bce3d969f866 to the handler 2019-10-07 13:34:50.213 15012 INFO octavia.api.v2.controllers.pool [req-788a919b-82f8-440d-aae5-ef447b313440 - - - - -] Sending Creation of Pool 9626f0a6-0aaf-4d51-a44b-d71224ddf23b to handler 2019-10-07 13:34:50.282 15012 INFO octavia.api.v2.controllers.listener [req-c43aa12d-a8ac-4b36-adf9-966be8f372df - - - - -] Sending Creation of Listener ec90a3a2-d392-4943-b688-57117a443e58 to handler 2019-10-07 13:34:50.324 15012 INFO oslo_db.sqlalchemy.provision [req-f50e6ff5-d173-44e7-b95b-253e922c05e0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:50.326 15012 INFO oslo_db.sqlalchemy.provision [req-f50e6ff5-d173-44e7-b95b-253e922c05e0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xzewjshaga 2019-10-07 13:34:50.326 15012 INFO oslo_db.sqlalchemy.provision [req-f50e6ff5-d173-44e7-b95b-253e922c05e0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_not_authorized [0.294429s] ... ok 2019-10-07 13:34:50.335 15012 INFO oslo_db.sqlalchemy.provision [req-f50e6ff5-d173-44e7-b95b-253e922c05e0 - - - - -] CREATE BACKEND sqlite:// TOKEN hkyzxgatzn 2019-10-07 13:34:50.413 15012 INFO octavia.common.config [req-f50e6ff5-d173-44e7-b95b-253e922c05e0 - - - - -] Logging enabled! 2019-10-07 13:34:50.413 15012 INFO octavia.common.config [req-f50e6ff5-d173-44e7-b95b-253e922c05e0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:50.437 15012 WARNING octavia.api.root_controller [req-f50e6ff5-d173-44e7-b95b-253e922c05e0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:50.449 15012 INFO octavia.api.v2.controllers.load_balancer [req-368c7c76-7c98-403b-a4fd-1be5c27afcac - - - - -] Sending created Load Balancer 98e00864-4e44-4a6d-9f31-570be8f5f2aa to the handler 2019-10-07 13:34:50.491 15012 INFO octavia.api.v2.controllers.pool [req-089bec06-88b5-4a8a-b2e6-eb313eb42af2 - - - - -] Sending Creation of Pool 712c9c23-93f4-4cb6-aa38-32cf92929991 to handler 2019-10-07 13:34:50.542 15012 INFO octavia.api.v2.controllers.load_balancer [req-8f937de4-0dc3-4fac-9f4b-9e95de65101f - - - - -] Sending created Load Balancer 1ad263f7-3904-4579-8b0f-42828b72aa1b to the handler 2019-10-07 13:34:50.581 15012 INFO octavia.api.v2.controllers.listener [req-a37a3d04-69a0-48bd-af51-d76b607fb3b1 - - - - -] Sending Creation of Listener 788c92c2-c5e1-452f-b17d-54349bd4e0ae to handler 2019-10-07 13:34:50.637 15012 INFO oslo_db.sqlalchemy.provision [req-335efa65-d72d-402d-b811-217d2cea74e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:50.638 15012 INFO oslo_db.sqlalchemy.provision [req-335efa65-d72d-402d-b811-217d2cea74e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hkyzxgatzn 2019-10-07 13:34:50.638 15012 INFO oslo_db.sqlalchemy.provision [req-335efa65-d72d-402d-b811-217d2cea74e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_statistics_authorized [0.311725s] ... ok 2019-10-07 13:34:50.641 15012 INFO oslo_db.sqlalchemy.provision [req-335efa65-d72d-402d-b811-217d2cea74e2 - - - - -] CREATE BACKEND sqlite:// TOKEN viocqetyea 2019-10-07 13:34:50.711 15012 INFO octavia.common.config [req-335efa65-d72d-402d-b811-217d2cea74e2 - - - - -] Logging enabled! 2019-10-07 13:34:50.711 15012 INFO octavia.common.config [req-335efa65-d72d-402d-b811-217d2cea74e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:50.733 15012 WARNING octavia.api.root_controller [req-335efa65-d72d-402d-b811-217d2cea74e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:50.744 15012 INFO octavia.api.v2.controllers.load_balancer [req-ac8d62af-a0be-4e22-a85c-9a61ee925fd0 - - - - -] Sending created Load Balancer 07f1e901-8d75-4a18-bb5f-a328fbf4f2ec to the handler 2019-10-07 13:34:50.783 15012 INFO octavia.api.v2.controllers.pool [req-eedb360a-0792-4556-85a8-e9267a06f329 - - - - -] Sending Creation of Pool f6fbf11c-5f62-4a30-822f-7fa6f2fd08a6 to handler 2019-10-07 13:34:50.830 15012 INFO octavia.api.v2.controllers.load_balancer [req-2e56a690-706c-4814-ae8c-c150d1f2937b - - - - -] Sending created Load Balancer 0b9f3fcb-9420-4049-ba0d-9336c02c06e4 to the handler 2019-10-07 13:34:50.864 15012 INFO octavia.api.v2.controllers.listener [req-b920d436-9819-4183-af41-6a6544384fb0 - - - - -] Sending Creation of Listener 8b0c5a11-570e-41e5-912c-a05d8371fbca to handler 2019-10-07 13:34:50.908 15012 INFO oslo_db.sqlalchemy.provision [req-9bcd08bf-86bf-490f-9353-03d0bbb7d421 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:50.909 15012 INFO oslo_db.sqlalchemy.provision [req-9bcd08bf-86bf-490f-9353-03d0bbb7d421 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN viocqetyea 2019-10-07 13:34:50.909 15012 INFO oslo_db.sqlalchemy.provision [req-9bcd08bf-86bf-490f-9353-03d0bbb7d421 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_statistics_not_authorized [0.270868s] ... ok 2019-10-07 13:34:50.912 15012 INFO oslo_db.sqlalchemy.provision [req-9bcd08bf-86bf-490f-9353-03d0bbb7d421 - - - - -] CREATE BACKEND sqlite:// TOKEN fdmtdijwnz 2019-10-07 13:34:50.979 15012 INFO octavia.common.config [req-9bcd08bf-86bf-490f-9353-03d0bbb7d421 - - - - -] Logging enabled! 2019-10-07 13:34:50.979 15012 INFO octavia.common.config [req-9bcd08bf-86bf-490f-9353-03d0bbb7d421 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:50.999 15012 WARNING octavia.api.root_controller [req-9bcd08bf-86bf-490f-9353-03d0bbb7d421 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:51.010 15012 INFO octavia.api.v2.controllers.load_balancer [req-2ff0c044-899f-4ecf-bed7-e59255ed8610 - - - - -] Sending created Load Balancer 88d75167-1551-47ef-b24f-bed1e1c1ee4c to the handler 2019-10-07 13:34:51.046 15012 INFO octavia.api.v2.controllers.pool [req-56fe81f7-7e16-4866-bf64-2f02493f0f01 - - - - -] Sending Creation of Pool a6cb4d68-c0a1-4600-b0cf-758a95e6e2c4 to handler 2019-10-07 13:34:51.104 15012 INFO octavia.api.v2.controllers.listener [req-f5591df5-41ee-4cbd-ad23-c1cc4ad39174 - - - - -] Sending Creation of Listener f704cc83-ebdf-419d-815d-bd58f8002397 to handler 2019-10-07 13:34:51.185 15012 INFO octavia.api.v2.controllers.listener [req-d29a6a39-101f-4d02-8db0-adc8c74763de - - - - -] Sending Update of Listener f704cc83-ebdf-419d-815d-bd58f8002397 to handler 2019-10-07 13:34:51.281 15012 INFO oslo_db.sqlalchemy.provision [req-0a7b79ad-d006-4717-814b-72f7f80669c1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:51.283 15012 INFO oslo_db.sqlalchemy.provision [req-0a7b79ad-d006-4717-814b-72f7f80669c1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fdmtdijwnz 2019-10-07 13:34:51.283 15012 INFO oslo_db.sqlalchemy.provision [req-0a7b79ad-d006-4717-814b-72f7f80669c1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_update [0.373318s] ... ok 2019-10-07 13:34:51.286 15012 INFO oslo_db.sqlalchemy.provision [req-0a7b79ad-d006-4717-814b-72f7f80669c1 - - - - -] CREATE BACKEND sqlite:// TOKEN wqmshnkzdx 2019-10-07 13:34:51.351 15012 INFO octavia.common.config [req-0a7b79ad-d006-4717-814b-72f7f80669c1 - - - - -] Logging enabled! 2019-10-07 13:34:51.352 15012 INFO octavia.common.config [req-0a7b79ad-d006-4717-814b-72f7f80669c1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:51.373 15012 WARNING octavia.api.root_controller [req-0a7b79ad-d006-4717-814b-72f7f80669c1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:51.383 15012 INFO octavia.api.v2.controllers.load_balancer [req-d429039e-b887-4591-8753-53f35bc8bc85 - - - - -] Sending created Load Balancer 2ded7ae0-98ab-4ff4-8b34-4385b6721954 to the handler 2019-10-07 13:34:51.420 15012 INFO octavia.api.v2.controllers.pool [req-66089452-a355-4e52-9147-a34734e892c9 - - - - -] Sending Creation of Pool 12b8756b-8de4-4e09-84bd-c961569fcbaa to handler 2019-10-07 13:34:51.455 15012 ERROR octavia.api.v2.controllers.base [req-df9ea018-1edc-4442-8c12-9d0296e4b519 - - - - -] Listener SEAN-CONNERY not found: None 2019-10-07 13:34:51.455 15012 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:34:51.455 15012 ERROR octavia.api.v2.controllers.base 2019-10-07 13:34:51.466 15012 INFO oslo_db.sqlalchemy.provision [req-df9ea018-1edc-4442-8c12-9d0296e4b519 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:51.467 15012 INFO oslo_db.sqlalchemy.provision [req-df9ea018-1edc-4442-8c12-9d0296e4b519 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wqmshnkzdx 2019-10-07 13:34:51.468 15012 INFO oslo_db.sqlalchemy.provision [req-df9ea018-1edc-4442-8c12-9d0296e4b519 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_bad_listener_id [0.184566s] ... ok 2019-10-07 13:34:51.470 15012 INFO oslo_db.sqlalchemy.provision [req-df9ea018-1edc-4442-8c12-9d0296e4b519 - - - - -] CREATE BACKEND sqlite:// TOKEN dhtsznmhwc 2019-10-07 13:34:51.536 15012 INFO octavia.common.config [req-df9ea018-1edc-4442-8c12-9d0296e4b519 - - - - -] Logging enabled! 2019-10-07 13:34:51.536 15012 INFO octavia.common.config [req-df9ea018-1edc-4442-8c12-9d0296e4b519 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:51.558 15012 WARNING octavia.api.root_controller [req-df9ea018-1edc-4442-8c12-9d0296e4b519 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:51.568 15012 INFO octavia.api.v2.controllers.load_balancer [req-892fe23b-9f96-43e7-978b-0bcd14edb1cd - - - - -] Sending created Load Balancer 87d97321-82bb-47c4-800a-6c0b74f29203 to the handler 2019-10-07 13:34:51.605 15012 INFO octavia.api.v2.controllers.pool [req-c71980c4-37fb-433e-9be2-366b3a70dcb2 - - - - -] Sending Creation of Pool a5ed8df9-3bd7-48d0-8689-eeefb9df9172 to handler 2019-10-07 13:34:51.658 15012 INFO octavia.api.v2.controllers.listener [req-49aacc05-b589-4c80-b8cc-1b30544cd21b - - - - -] Sending Creation of Listener e189015e-1708-4187-9c0f-5d925ac8d6ab to handler 2019-10-07 13:34:51.740 15012 INFO oslo_db.sqlalchemy.provision [req-5fda8663-bf0e-4f1a-85d3-80338295aa91 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:51.742 15012 INFO oslo_db.sqlalchemy.provision [req-5fda8663-bf0e-4f1a-85d3-80338295aa91 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dhtsznmhwc 2019-10-07 13:34:51.742 15012 INFO oslo_db.sqlalchemy.provision [req-5fda8663-bf0e-4f1a-85d3-80338295aa91 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_empty_body [0.274094s] ... ok 2019-10-07 13:34:51.745 15012 INFO oslo_db.sqlalchemy.provision [req-5fda8663-bf0e-4f1a-85d3-80338295aa91 - - - - -] CREATE BACKEND sqlite:// TOKEN ccityswouh 2019-10-07 13:34:51.811 15012 INFO octavia.common.config [req-5fda8663-bf0e-4f1a-85d3-80338295aa91 - - - - -] Logging enabled! 2019-10-07 13:34:51.811 15012 INFO octavia.common.config [req-5fda8663-bf0e-4f1a-85d3-80338295aa91 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:51.832 15012 WARNING octavia.api.root_controller [req-5fda8663-bf0e-4f1a-85d3-80338295aa91 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:51.842 15012 INFO octavia.api.v2.controllers.load_balancer [req-0289248c-a035-4eea-ae4e-ed944a3aa872 - - - - -] Sending created Load Balancer 8087a8a0-7260-4292-a4c0-d9d0c2edb897 to the handler 2019-10-07 13:34:51.879 15012 INFO octavia.api.v2.controllers.pool [req-8f486d12-10d8-471e-813e-f02ce57e5c70 - - - - -] Sending Creation of Pool c9157948-0984-4eca-8b14-ac1d108ca308 to handler 2019-10-07 13:34:51.937 15012 INFO octavia.api.v2.controllers.listener [req-7614c0a9-a165-44a6-96fa-6d7969bceeb1 - - - - -] Sending Creation of Listener aabda092-46f6-499c-926b-2403a888c50f to handler 2019-10-07 13:34:52.116 15012 INFO oslo_db.sqlalchemy.provision [req-8ca078f7-4161-4096-8b90-ff0a3f812d89 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:52.118 15012 INFO oslo_db.sqlalchemy.provision [req-8ca078f7-4161-4096-8b90-ff0a3f812d89 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ccityswouh 2019-10-07 13:34:52.118 15012 INFO oslo_db.sqlalchemy.provision [req-8ca078f7-4161-4096-8b90-ff0a3f812d89 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_not_authorized [0.375901s] ... ok 2019-10-07 13:34:52.121 15012 INFO oslo_db.sqlalchemy.provision [req-8ca078f7-4161-4096-8b90-ff0a3f812d89 - - - - -] CREATE BACKEND sqlite:// TOKEN zxnjrejgiq 2019-10-07 13:34:52.187 15012 INFO octavia.common.config [req-8ca078f7-4161-4096-8b90-ff0a3f812d89 - - - - -] Logging enabled! 2019-10-07 13:34:52.188 15012 INFO octavia.common.config [req-8ca078f7-4161-4096-8b90-ff0a3f812d89 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:52.208 15012 WARNING octavia.api.root_controller [req-8ca078f7-4161-4096-8b90-ff0a3f812d89 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:52.219 15012 INFO octavia.api.v2.controllers.load_balancer [req-8bff9c66-8c92-4965-8512-2d9dadc44ce9 - - - - -] Sending created Load Balancer 1216892c-5af2-480a-aead-4e28028b539c to the handler 2019-10-07 13:34:52.258 15012 INFO octavia.api.v2.controllers.listener [req-1b8797f5-9c19-4f24-b5ea-7457bfa71ea9 - - - - -] Sending Creation of Listener d950b538-c243-4df4-914a-e0eea2af128b to handler 2019-10-07 13:34:52.329 15012 INFO octavia.api.v2.controllers.pool [req-331f99e1-f9d1-4d24-b4c3-2cab85777566 - - - - -] Sending Creation of Pool 774fe214-1efd-46da-a465-cff37d54d02b to handler 2019-10-07 13:34:52.402 15012 INFO octavia.api.v2.controllers.load_balancer [req-342d41ee-4a64-42e6-8baf-e02449e39d47 - - - - -] Sending deleted Load Balancer 1216892c-5af2-480a-aead-4e28028b539c to the handler 2019-10-07 13:34:52.414 15012 INFO oslo_db.sqlalchemy.provision [req-342d41ee-4a64-42e6-8baf-e02449e39d47 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:52.415 15012 INFO oslo_db.sqlalchemy.provision [req-342d41ee-4a64-42e6-8baf-e02449e39d47 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zxnjrejgiq 2019-10-07 13:34:52.415 15012 INFO oslo_db.sqlalchemy.provision [req-342d41ee-4a64-42e6-8baf-e02449e39d47 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_cascade_delete [0.297324s] ... ok 2019-10-07 13:34:52.418 15012 INFO oslo_db.sqlalchemy.provision [req-342d41ee-4a64-42e6-8baf-e02449e39d47 - - - - -] CREATE BACKEND sqlite:// TOKEN yqfrudyqpb 2019-10-07 13:34:52.486 15012 INFO octavia.common.config [req-342d41ee-4a64-42e6-8baf-e02449e39d47 - - - - -] Logging enabled! 2019-10-07 13:34:52.486 15012 INFO octavia.common.config [req-342d41ee-4a64-42e6-8baf-e02449e39d47 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:52.506 15012 WARNING octavia.api.root_controller [req-342d41ee-4a64-42e6-8baf-e02449e39d47 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:52.529 15012 INFO octavia.api.v2.controllers.load_balancer [req-d5d82ee8-4632-4bdc-81fc-a5afc9b20415 - 2e6a3c92-dfd8-40da-8aee-cbc94dcb1512 - - -] Sending created Load Balancer 3e2a4ba1-9cd5-432d-ac54-22ff7e0372f9 to the handler 2019-10-07 13:34:52.547 15012 INFO oslo_db.sqlalchemy.provision [req-d5d82ee8-4632-4bdc-81fc-a5afc9b20415 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:52.549 15012 INFO oslo_db.sqlalchemy.provision [req-d5d82ee8-4632-4bdc-81fc-a5afc9b20415 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yqfrudyqpb 2019-10-07 13:34:52.549 15012 INFO oslo_db.sqlalchemy.provision [req-d5d82ee8-4632-4bdc-81fc-a5afc9b20415 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_authorized [0.133232s] ... ok 2019-10-07 13:34:52.552 15012 INFO oslo_db.sqlalchemy.provision [req-d5d82ee8-4632-4bdc-81fc-a5afc9b20415 - - - - -] CREATE BACKEND sqlite:// TOKEN onfelhbtjs 2019-10-07 13:34:52.619 15012 INFO octavia.common.config [req-d5d82ee8-4632-4bdc-81fc-a5afc9b20415 - - - - -] Logging enabled! 2019-10-07 13:34:52.619 15012 INFO octavia.common.config [req-d5d82ee8-4632-4bdc-81fc-a5afc9b20415 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:52.640 15012 WARNING octavia.api.root_controller [req-d5d82ee8-4632-4bdc-81fc-a5afc9b20415 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:52.652 15012 INFO octavia.api.v2.controllers.load_balancer [req-34dca4f1-70b3-4062-a427-7a3a05f3aada - - - - -] Sending created Load Balancer 155e0952-f766-4f20-9e82-72bf2311c3f2 to the handler 2019-10-07 13:34:52.670 15012 INFO oslo_db.sqlalchemy.provision [req-34dca4f1-70b3-4062-a427-7a3a05f3aada - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:52.671 15012 INFO oslo_db.sqlalchemy.provision [req-34dca4f1-70b3-4062-a427-7a3a05f3aada - - - - -] DROP BACKEND Engine(sqlite://) TOKEN onfelhbtjs 2019-10-07 13:34:52.671 15012 INFO oslo_db.sqlalchemy.provision [req-34dca4f1-70b3-4062-a427-7a3a05f3aada - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_provider_octavia [0.122298s] ... ok 2019-10-07 13:34:52.674 15012 INFO oslo_db.sqlalchemy.provision [req-34dca4f1-70b3-4062-a427-7a3a05f3aada - - - - -] CREATE BACKEND sqlite:// TOKEN cvaiimqyzy 2019-10-07 13:34:52.741 15012 INFO octavia.common.config [req-34dca4f1-70b3-4062-a427-7a3a05f3aada - - - - -] Logging enabled! 2019-10-07 13:34:52.741 15012 INFO octavia.common.config [req-34dca4f1-70b3-4062-a427-7a3a05f3aada - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:52.761 15012 WARNING octavia.api.root_controller [req-34dca4f1-70b3-4062-a427-7a3a05f3aada - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:52.777 15012 INFO oslo_db.sqlalchemy.provision [req-cbbd4ed8-890f-4b84-90f8-5fe961c8124f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:52.779 15012 INFO oslo_db.sqlalchemy.provision [req-cbbd4ed8-890f-4b84-90f8-5fe961c8124f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cvaiimqyzy 2019-10-07 13:34:52.779 15012 INFO oslo_db.sqlalchemy.provision [req-cbbd4ed8-890f-4b84-90f8-5fe961c8124f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_disallowed_network_id [0.107840s] ... ok 2019-10-07 13:34:52.782 15012 INFO oslo_db.sqlalchemy.provision [req-cbbd4ed8-890f-4b84-90f8-5fe961c8124f - - - - -] CREATE BACKEND sqlite:// TOKEN pykzajdgqr 2019-10-07 13:34:52.849 15012 INFO octavia.common.config [req-cbbd4ed8-890f-4b84-90f8-5fe961c8124f - - - - -] Logging enabled! 2019-10-07 13:34:52.849 15012 INFO octavia.common.config [req-cbbd4ed8-890f-4b84-90f8-5fe961c8124f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:52.870 15012 WARNING octavia.api.root_controller [req-cbbd4ed8-890f-4b84-90f8-5fe961c8124f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:52.886 15012 INFO oslo_db.sqlalchemy.provision [req-f407939e-cbe0-48a4-9e4b-9a8a6b577ed8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:52.888 15012 INFO oslo_db.sqlalchemy.provision [req-f407939e-cbe0-48a4-9e4b-9a8a6b577ed8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pykzajdgqr 2019-10-07 13:34:52.888 15012 INFO oslo_db.sqlalchemy.provision [req-f407939e-cbe0-48a4-9e4b-9a8a6b577ed8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_network_subnet [0.108371s] ... ok 2019-10-07 13:34:52.891 15012 INFO oslo_db.sqlalchemy.provision [req-f407939e-cbe0-48a4-9e4b-9a8a6b577ed8 - - - - -] CREATE BACKEND sqlite:// TOKEN oqdiwfymsy 2019-10-07 13:34:52.957 15012 INFO octavia.common.config [req-f407939e-cbe0-48a4-9e4b-9a8a6b577ed8 - - - - -] Logging enabled! 2019-10-07 13:34:52.957 15012 INFO octavia.common.config [req-f407939e-cbe0-48a4-9e4b-9a8a6b577ed8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:52.978 15012 WARNING octavia.api.root_controller [req-f407939e-cbe0-48a4-9e4b-9a8a6b577ed8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:52.993 15012 INFO oslo_db.sqlalchemy.provision [req-c4d0020f-034d-4660-8574-0f3e01c57051 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:52.994 15012 INFO oslo_db.sqlalchemy.provision [req-c4d0020f-034d-4660-8574-0f3e01c57051 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oqdiwfymsy 2019-10-07 13:34:52.994 15012 INFO oslo_db.sqlalchemy.provision [req-c4d0020f-034d-4660-8574-0f3e01c57051 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_long_description [0.106329s] ... ok 2019-10-07 13:34:52.997 15012 INFO oslo_db.sqlalchemy.provision [req-c4d0020f-034d-4660-8574-0f3e01c57051 - - - - -] CREATE BACKEND sqlite:// TOKEN jossasxped 2019-10-07 13:34:53.065 15012 INFO octavia.common.config [req-c4d0020f-034d-4660-8574-0f3e01c57051 - - - - -] Logging enabled! 2019-10-07 13:34:53.065 15012 INFO octavia.common.config [req-c4d0020f-034d-4660-8574-0f3e01c57051 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:53.085 15012 WARNING octavia.api.root_controller [req-c4d0020f-034d-4660-8574-0f3e01c57051 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:53.101 15012 INFO oslo_db.sqlalchemy.provision [req-349badf9-1ffc-4a32-99d9-820b71b185c4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:53.103 15012 INFO oslo_db.sqlalchemy.provision [req-349badf9-1ffc-4a32-99d9-820b71b185c4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jossasxped 2019-10-07 13:34:53.103 15012 INFO oslo_db.sqlalchemy.provision [req-349badf9-1ffc-4a32-99d9-820b71b185c4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_has_no_subnet [0.108249s] ... ok 2019-10-07 13:34:53.106 15012 INFO oslo_db.sqlalchemy.provision [req-349badf9-1ffc-4a32-99d9-820b71b185c4 - - - - -] CREATE BACKEND sqlite:// TOKEN kbhevlbnix 2019-10-07 13:34:53.172 15012 INFO octavia.common.config [req-349badf9-1ffc-4a32-99d9-820b71b185c4 - - - - -] Logging enabled! 2019-10-07 13:34:53.172 15012 INFO octavia.common.config [req-349badf9-1ffc-4a32-99d9-820b71b185c4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:53.193 15012 WARNING octavia.api.root_controller [req-349badf9-1ffc-4a32-99d9-820b71b185c4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:53.205 15012 INFO octavia.api.v2.controllers.load_balancer [req-ea94d890-b3e9-46fe-bfcf-72690f58e5b2 - - - - -] Sending created Load Balancer 5fc451a2-f7da-4394-a3b0-16fa1c13ae25 to the handler 2019-10-07 13:34:53.223 15012 INFO oslo_db.sqlalchemy.provision [req-ea94d890-b3e9-46fe-bfcf-72690f58e5b2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:53.225 15012 INFO oslo_db.sqlalchemy.provision [req-ea94d890-b3e9-46fe-bfcf-72690f58e5b2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kbhevlbnix 2019-10-07 13:34:53.225 15012 INFO oslo_db.sqlalchemy.provision [req-ea94d890-b3e9-46fe-bfcf-72690f58e5b2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv6 [0.122133s] ... ok 2019-10-07 13:34:53.228 15012 INFO oslo_db.sqlalchemy.provision [req-ea94d890-b3e9-46fe-bfcf-72690f58e5b2 - - - - -] CREATE BACKEND sqlite:// TOKEN vwfojoofzi 2019-10-07 13:34:53.294 15012 INFO octavia.common.config [req-ea94d890-b3e9-46fe-bfcf-72690f58e5b2 - - - - -] Logging enabled! 2019-10-07 13:34:53.295 15012 INFO octavia.common.config [req-ea94d890-b3e9-46fe-bfcf-72690f58e5b2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:53.315 15012 WARNING octavia.api.root_controller [req-ea94d890-b3e9-46fe-bfcf-72690f58e5b2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:53.327 15012 INFO octavia.api.v2.controllers.load_balancer [req-73a33c77-e930-4c79-b2cf-a67cb68566a5 - - - - -] Sending created Load Balancer 8663e0f3-9fdc-4d35-b1c2-cdd90a5b08a3 to the handler 2019-10-07 13:34:53.344 15012 INFO oslo_db.sqlalchemy.provision [req-73a33c77-e930-4c79-b2cf-a67cb68566a5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:53.346 15012 INFO oslo_db.sqlalchemy.provision [req-73a33c77-e930-4c79-b2cf-a67cb68566a5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vwfojoofzi 2019-10-07 13:34:53.346 15012 INFO oslo_db.sqlalchemy.provision [req-73a33c77-e930-4c79-b2cf-a67cb68566a5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_and_address [0.120854s] ... ok 2019-10-07 13:34:53.349 15012 INFO oslo_db.sqlalchemy.provision [req-73a33c77-e930-4c79-b2cf-a67cb68566a5 - - - - -] CREATE BACKEND sqlite:// TOKEN lidrvispxn 2019-10-07 13:34:53.415 15012 INFO octavia.common.config [req-73a33c77-e930-4c79-b2cf-a67cb68566a5 - - - - -] Logging enabled! 2019-10-07 13:34:53.415 15012 INFO octavia.common.config [req-73a33c77-e930-4c79-b2cf-a67cb68566a5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:53.437 15012 WARNING octavia.api.root_controller [req-73a33c77-e930-4c79-b2cf-a67cb68566a5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:53.448 15012 INFO octavia.api.v2.controllers.load_balancer [req-67e411ec-acac-4778-9280-e71d14b754de - - - - -] Sending created Load Balancer 02188d90-8db8-48ad-8571-11089a590546 to the handler 2019-10-07 13:34:53.466 15012 INFO oslo_db.sqlalchemy.provision [req-67e411ec-acac-4778-9280-e71d14b754de - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:53.467 15012 INFO oslo_db.sqlalchemy.provision [req-67e411ec-acac-4778-9280-e71d14b754de - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lidrvispxn 2019-10-07 13:34:53.468 15012 INFO oslo_db.sqlalchemy.provision [req-67e411ec-acac-4778-9280-e71d14b754de - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_subnet_fills_network [0.121352s] ... ok 2019-10-07 13:34:53.470 15012 INFO oslo_db.sqlalchemy.provision [req-67e411ec-acac-4778-9280-e71d14b754de - - - - -] CREATE BACKEND sqlite:// TOKEN wnamtvvfcg 2019-10-07 13:34:53.537 15012 INFO octavia.common.config [req-67e411ec-acac-4778-9280-e71d14b754de - - - - -] Logging enabled! 2019-10-07 13:34:53.537 15012 INFO octavia.common.config [req-67e411ec-acac-4778-9280-e71d14b754de - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:53.558 15012 WARNING octavia.api.root_controller [req-67e411ec-acac-4778-9280-e71d14b754de - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:53.569 15012 INFO octavia.api.v2.controllers.load_balancer [req-39abc65b-3e01-4aa2-9414-1be26de2682a - - - - -] Sending created Load Balancer 0d0adbed-035e-4a57-820b-b6da914d52d3 to the handler 2019-10-07 13:34:53.609 15012 INFO oslo_db.sqlalchemy.provision [req-c08772cf-2983-484a-8e01-6d4a7aa203df - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:53.610 15012 INFO oslo_db.sqlalchemy.provision [req-c08772cf-2983-484a-8e01-6d4a7aa203df - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wnamtvvfcg 2019-10-07 13:34:53.611 15012 INFO oslo_db.sqlalchemy.provision [req-c08772cf-2983-484a-8e01-6d4a7aa203df - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_already_deleted [0.142877s] ... ok 2019-10-07 13:34:53.613 15012 INFO oslo_db.sqlalchemy.provision [req-c08772cf-2983-484a-8e01-6d4a7aa203df - - - - -] CREATE BACKEND sqlite:// TOKEN eqhadcybrm 2019-10-07 13:34:53.680 15012 INFO octavia.common.config [req-c08772cf-2983-484a-8e01-6d4a7aa203df - - - - -] Logging enabled! 2019-10-07 13:34:53.680 15012 INFO octavia.common.config [req-c08772cf-2983-484a-8e01-6d4a7aa203df - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:53.700 15012 WARNING octavia.api.root_controller [req-c08772cf-2983-484a-8e01-6d4a7aa203df - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:53.712 15012 INFO octavia.api.v2.controllers.load_balancer [req-70d1ce2f-78ca-4442-b442-b528dfa68ea1 - - - - -] Sending created Load Balancer 1c002939-2fb3-4fee-b2ab-fb7afdeb2894 to the handler 2019-10-07 13:34:53.743 15012 INFO octavia.api.v2.controllers.load_balancer [req-182f3d85-6b3a-495b-997d-5e4deaeb3ab0 - 412e5c7a-88f0-4ca1-a612-2a0cc44a30d0 - - -] Sending deleted Load Balancer 1c002939-2fb3-4fee-b2ab-fb7afdeb2894 to the handler 2019-10-07 13:34:53.771 15012 INFO oslo_db.sqlalchemy.provision [req-71e2c318-940d-4ea9-80a3-1360dba3e2ea - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:53.773 15012 INFO oslo_db.sqlalchemy.provision [req-71e2c318-940d-4ea9-80a3-1360dba3e2ea - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eqhadcybrm 2019-10-07 13:34:53.773 15012 INFO oslo_db.sqlalchemy.provision [req-71e2c318-940d-4ea9-80a3-1360dba3e2ea - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_authorized [0.162355s] ... ok 2019-10-07 13:34:53.776 15012 INFO oslo_db.sqlalchemy.provision [req-71e2c318-940d-4ea9-80a3-1360dba3e2ea - - - - -] CREATE BACKEND sqlite:// TOKEN aspcnormfz 2019-10-07 13:34:53.843 15012 INFO octavia.common.config [req-71e2c318-940d-4ea9-80a3-1360dba3e2ea - - - - -] Logging enabled! 2019-10-07 13:34:53.844 15012 INFO octavia.common.config [req-71e2c318-940d-4ea9-80a3-1360dba3e2ea - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:53.864 15012 WARNING octavia.api.root_controller [req-71e2c318-940d-4ea9-80a3-1360dba3e2ea - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:53.876 15012 INFO octavia.api.v2.controllers.load_balancer [req-e876df3e-d41f-41fe-a4d3-3f27243e19a6 - - - - -] Sending created Load Balancer ddba43e0-b557-4b10-8714-56e76c11bfd8 to the handler 2019-10-07 13:34:53.912 15012 INFO octavia.api.v2.controllers.listener [req-3289e140-ac76-47e8-a306-6f52d8cd158a - - - - -] Sending Creation of Listener 1dbcbdb3-55e9-420f-ad37-f572302efc43 to handler 2019-10-07 13:34:53.964 15012 WARNING octavia.api.v2.controllers.load_balancer [req-97df6731-b82c-4cc8-8cbc-cf61fa7b0acd - - - - -] Cannot delete Load Balancer ddba43e0-b557-4b10-8714-56e76c11bfd8 - it has children 2019-10-07 13:34:53.985 15012 INFO oslo_db.sqlalchemy.provision [req-57dd803e-cd9c-43d3-ba5d-71da08f59484 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:53.986 15012 INFO oslo_db.sqlalchemy.provision [req-57dd803e-cd9c-43d3-ba5d-71da08f59484 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aspcnormfz 2019-10-07 13:34:53.986 15012 INFO oslo_db.sqlalchemy.provision [req-57dd803e-cd9c-43d3-ba5d-71da08f59484 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_fails_with_listener [0.213133s] ... ok 2019-10-07 13:34:53.989 15012 INFO oslo_db.sqlalchemy.provision [req-57dd803e-cd9c-43d3-ba5d-71da08f59484 - - - - -] CREATE BACKEND sqlite:// TOKEN ubcmjtmout 2019-10-07 13:34:54.057 15012 INFO octavia.common.config [req-57dd803e-cd9c-43d3-ba5d-71da08f59484 - - - - -] Logging enabled! 2019-10-07 13:34:54.057 15012 INFO octavia.common.config [req-57dd803e-cd9c-43d3-ba5d-71da08f59484 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:54.077 15012 WARNING octavia.api.root_controller [req-57dd803e-cd9c-43d3-ba5d-71da08f59484 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:54.089 15012 INFO octavia.api.v2.controllers.load_balancer [req-0821ed28-6017-47d4-9ccc-d310c95d44ee - - - - -] Sending created Load Balancer 2e768cfa-617e-4237-ba30-91a2f11ca45c to the handler 2019-10-07 13:34:54.131 15012 INFO octavia.api.v2.controllers.pool [req-ec1ca247-b38f-4e5b-941c-e0555c85d4fe - - - - -] Sending Creation of Pool e2e90746-4283-4f03-8d00-117c482e7967 to handler 2019-10-07 13:34:54.180 15012 WARNING octavia.api.v2.controllers.load_balancer [req-755d2f08-57c1-48a5-bd00-7d421e944953 - - - - -] Cannot delete Load Balancer 2e768cfa-617e-4237-ba30-91a2f11ca45c - it has children 2019-10-07 13:34:54.204 15012 INFO oslo_db.sqlalchemy.provision [req-da8daf4b-475b-48de-9455-088e41377a23 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:54.205 15012 INFO oslo_db.sqlalchemy.provision [req-da8daf4b-475b-48de-9455-088e41377a23 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ubcmjtmout 2019-10-07 13:34:54.205 15012 INFO oslo_db.sqlalchemy.provision [req-da8daf4b-475b-48de-9455-088e41377a23 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_fails_with_pool [0.218737s] ... ok 2019-10-07 13:34:54.208 15012 INFO oslo_db.sqlalchemy.provision [req-da8daf4b-475b-48de-9455-088e41377a23 - - - - -] CREATE BACKEND sqlite:// TOKEN ujngvmxzlt 2019-10-07 13:34:54.340 15012 INFO octavia.common.config [req-da8daf4b-475b-48de-9455-088e41377a23 - - - - -] Logging enabled! 2019-10-07 13:34:54.340 15012 INFO octavia.common.config [req-da8daf4b-475b-48de-9455-088e41377a23 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:54.360 15012 WARNING octavia.api.root_controller [req-da8daf4b-475b-48de-9455-088e41377a23 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:54.372 15012 INFO octavia.api.v2.controllers.load_balancer [req-67c74789-409a-4934-b5a6-78b983580834 - - - - -] Sending created Load Balancer 7144335f-f314-42d7-b770-d1db4c719cc7 to the handler 2019-10-07 13:34:54.428 15012 INFO oslo_db.sqlalchemy.provision [req-fc70ae57-dcb5-42e3-9558-1a7f41535f7c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:54.430 15012 INFO oslo_db.sqlalchemy.provision [req-fc70ae57-dcb5-42e3-9558-1a7f41535f7c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ujngvmxzlt 2019-10-07 13:34:54.430 15012 INFO oslo_db.sqlalchemy.provision [req-fc70ae57-dcb5-42e3-9558-1a7f41535f7c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_not_authorized [0.224368s] ... ok 2019-10-07 13:34:54.433 15012 INFO oslo_db.sqlalchemy.provision [req-fc70ae57-dcb5-42e3-9558-1a7f41535f7c - - - - -] CREATE BACKEND sqlite:// TOKEN iylbstekvi 2019-10-07 13:34:54.500 15012 INFO octavia.common.config [req-fc70ae57-dcb5-42e3-9558-1a7f41535f7c - - - - -] Logging enabled! 2019-10-07 13:34:54.500 15012 INFO octavia.common.config [req-fc70ae57-dcb5-42e3-9558-1a7f41535f7c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:54.520 15012 WARNING octavia.api.root_controller [req-fc70ae57-dcb5-42e3-9558-1a7f41535f7c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:54.532 15012 INFO octavia.api.v2.controllers.load_balancer [req-2c73d042-57fe-493d-b31e-91a63fe43771 - - - - -] Sending created Load Balancer 6eeab20b-ea78-4aad-a40e-a61dd71a0a50 to the handler 2019-10-07 13:34:54.562 15012 INFO octavia.api.v2.controllers.load_balancer [req-e32b6eb0-d45c-466f-b4d6-7dbd758902eb - - - - -] Sending deleted Load Balancer 6eeab20b-ea78-4aad-a40e-a61dd71a0a50 to the handler 2019-10-07 13:34:54.576 15012 INFO octavia.api.v2.controllers.load_balancer [req-1d9d8cf2-7eaa-4db6-be2d-6d041a89b4b4 - - - - -] Invalid state PENDING_DELETE of loadbalancer resource 6eeab20b-ea78-4aad-a40e-a61dd71a0a50 2019-10-07 13:34:54.587 15012 INFO oslo_db.sqlalchemy.provision [req-1d9d8cf2-7eaa-4db6-be2d-6d041a89b4b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:54.588 15012 INFO oslo_db.sqlalchemy.provision [req-1d9d8cf2-7eaa-4db6-be2d-6d041a89b4b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iylbstekvi 2019-10-07 13:34:54.589 15012 INFO oslo_db.sqlalchemy.provision [req-1d9d8cf2-7eaa-4db6-be2d-6d041a89b4b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_pending_delete [0.158630s] ... ok 2019-10-07 13:34:54.592 15012 INFO oslo_db.sqlalchemy.provision [req-1d9d8cf2-7eaa-4db6-be2d-6d041a89b4b4 - - - - -] CREATE BACKEND sqlite:// TOKEN dnuvmnekan 2019-10-07 13:34:54.658 15012 INFO octavia.common.config [req-1d9d8cf2-7eaa-4db6-be2d-6d041a89b4b4 - - - - -] Logging enabled! 2019-10-07 13:34:54.659 15012 INFO octavia.common.config [req-1d9d8cf2-7eaa-4db6-be2d-6d041a89b4b4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:54.680 15012 WARNING octavia.api.root_controller [req-1d9d8cf2-7eaa-4db6-be2d-6d041a89b4b4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:54.692 15012 INFO octavia.api.v2.controllers.load_balancer [req-9cf48d9c-2026-49b7-96a3-1205fddc4d2c - - - - -] Sending created Load Balancer 29660b50-46eb-4792-9066-26e25b9762fe to the handler 2019-10-07 13:34:54.708 15012 INFO octavia.api.v2.controllers.load_balancer [req-27446ecc-c8d7-405c-a73b-bff46d796f3f - - - - -] Sending created Load Balancer 1489a133-96ce-46a1-a05f-c223c1bfa2d8 to the handler 2019-10-07 13:34:54.724 15012 INFO octavia.api.v2.controllers.load_balancer [req-37d74ae8-9373-4e65-a997-c032b008671c - - - - -] Sending created Load Balancer 9b943bb4-5e44-459d-a958-e3c2b0339662 to the handler 2019-10-07 13:34:54.761 15012 INFO oslo_db.sqlalchemy.provision [req-51424a51-785d-4541-b97e-1a014b58e85d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:54.762 15012 INFO oslo_db.sqlalchemy.provision [req-51424a51-785d-4541-b97e-1a014b58e85d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dnuvmnekan 2019-10-07 13:34:54.762 15012 INFO oslo_db.sqlalchemy.provision [req-51424a51-785d-4541-b97e-1a014b58e85d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_admin [0.173560s] ... ok 2019-10-07 13:34:54.765 15012 INFO oslo_db.sqlalchemy.provision [req-51424a51-785d-4541-b97e-1a014b58e85d - - - - -] CREATE BACKEND sqlite:// TOKEN bnonqiuigk 2019-10-07 13:34:54.832 15012 INFO octavia.common.config [req-51424a51-785d-4541-b97e-1a014b58e85d - - - - -] Logging enabled! 2019-10-07 13:34:54.832 15012 INFO octavia.common.config [req-51424a51-785d-4541-b97e-1a014b58e85d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:54.854 15012 WARNING octavia.api.root_controller [req-51424a51-785d-4541-b97e-1a014b58e85d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:54.865 15012 INFO octavia.api.v2.controllers.load_balancer [req-8de16136-d68b-44de-ab9a-a0157a0e3e78 - - - - -] Sending created Load Balancer 9aaceb84-7d35-40fb-bf1d-0b378e6b30ae to the handler 2019-10-07 13:34:54.882 15012 INFO octavia.api.v2.controllers.load_balancer [req-f1fe34f5-8ee4-4454-b67f-4c9397c2b5c1 - - - - -] Sending created Load Balancer 9e098415-4456-429c-b743-1dd450c863bc to the handler 2019-10-07 13:34:54.898 15012 INFO octavia.api.v2.controllers.load_balancer [req-99a0a719-59bf-4ba2-b82d-2d92b0d405aa - - - - -] Sending created Load Balancer 46af2ee6-33c6-4c40-bc32-9eff896ec204 to the handler 2019-10-07 13:34:54.953 15012 INFO oslo_db.sqlalchemy.provision [req-7b3f3897-99c0-4da6-a0ae-d012b9185a9a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:54.955 15012 INFO oslo_db.sqlalchemy.provision [req-7b3f3897-99c0-4da6-a0ae-d012b9185a9a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bnonqiuigk 2019-10-07 13:34:54.955 15012 INFO oslo_db.sqlalchemy.provision [req-7b3f3897-99c0-4da6-a0ae-d012b9185a9a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_sorted [0.192482s] ... ok 2019-10-07 13:34:54.958 15012 INFO oslo_db.sqlalchemy.provision [req-7b3f3897-99c0-4da6-a0ae-d012b9185a9a - - - - -] CREATE BACKEND sqlite:// TOKEN mtbtvpzdig 2019-10-07 13:34:55.024 15012 INFO octavia.common.config [req-7b3f3897-99c0-4da6-a0ae-d012b9185a9a - - - - -] Logging enabled! 2019-10-07 13:34:55.025 15012 INFO octavia.common.config [req-7b3f3897-99c0-4da6-a0ae-d012b9185a9a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:55.046 15012 WARNING octavia.api.root_controller [req-7b3f3897-99c0-4da6-a0ae-d012b9185a9a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:55.052 15012 ERROR octavia.api.v2.controllers.base [req-6af418b7-257c-4114-b041-97f570b6c7f0 - - - - -] Load Balancer SEAN-CONNERY not found: None 2019-10-07 13:34:55.052 15012 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:34:55.052 15012 ERROR octavia.api.v2.controllers.base 2019-10-07 13:34:55.063 15012 INFO oslo_db.sqlalchemy.provision [req-6af418b7-257c-4114-b041-97f570b6c7f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:55.065 15012 INFO oslo_db.sqlalchemy.provision [req-6af418b7-257c-4114-b041-97f570b6c7f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mtbtvpzdig 2019-10-07 13:34:55.065 15012 INFO oslo_db.sqlalchemy.provision [req-6af418b7-257c-4114-b041-97f570b6c7f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_bad_lb_id [0.109480s] ... ok 2019-10-07 13:34:55.068 15012 INFO oslo_db.sqlalchemy.provision [req-6af418b7-257c-4114-b041-97f570b6c7f0 - - - - -] CREATE BACKEND sqlite:// TOKEN kzjphnmtce 2019-10-07 13:34:55.134 15012 INFO octavia.common.config [req-6af418b7-257c-4114-b041-97f570b6c7f0 - - - - -] Logging enabled! 2019-10-07 13:34:55.134 15012 INFO octavia.common.config [req-6af418b7-257c-4114-b041-97f570b6c7f0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:55.154 15012 WARNING octavia.api.root_controller [req-6af418b7-257c-4114-b041-97f570b6c7f0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:55.166 15012 INFO octavia.api.v2.controllers.load_balancer [req-c1367c65-a4f0-463a-b610-304b6ac30a13 - - - - -] Sending created Load Balancer 28de82c8-0aa9-4922-8b2d-4bede480c4d2 to the handler 2019-10-07 13:34:55.192 15012 INFO oslo_db.sqlalchemy.provision [req-45c9878d-3fe4-43eb-8cbb-eb0502d091b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:55.193 15012 INFO oslo_db.sqlalchemy.provision [req-45c9878d-3fe4-43eb-8cbb-eb0502d091b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kzjphnmtce 2019-10-07 13:34:55.194 15012 INFO oslo_db.sqlalchemy.provision [req-45c9878d-3fe4-43eb-8cbb-eb0502d091b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_one_fields_filter [0.128782s] ... ok 2019-10-07 13:34:55.197 15012 INFO oslo_db.sqlalchemy.provision [req-45c9878d-3fe4-43eb-8cbb-eb0502d091b4 - - - - -] CREATE BACKEND sqlite:// TOKEN zepahetpsi 2019-10-07 13:34:55.264 15012 INFO octavia.common.config [req-45c9878d-3fe4-43eb-8cbb-eb0502d091b4 - - - - -] Logging enabled! 2019-10-07 13:34:55.264 15012 INFO octavia.common.config [req-45c9878d-3fe4-43eb-8cbb-eb0502d091b4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:55.285 15012 WARNING octavia.api.root_controller [req-45c9878d-3fe4-43eb-8cbb-eb0502d091b4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:55.296 15012 INFO octavia.api.v2.controllers.load_balancer [req-6f5b43cf-9c21-475b-9656-4ef2727a1fec - - - - -] Sending created Load Balancer 4e9ef0e3-b8ea-4763-ad4d-50fdf82cbc5c to the handler 2019-10-07 13:34:55.327 15012 INFO octavia.api.v2.controllers.load_balancer [req-6ac2c3b2-02ec-405b-878e-230ffc40b643 - - - - -] Sending updated Load Balancer 4e9ef0e3-b8ea-4763-ad4d-50fdf82cbc5c to the handler 2019-10-07 13:34:55.353 15012 INFO oslo_db.sqlalchemy.provision [req-fcd28a7e-94b3-478d-9b1e-f56a89b4e947 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:55.354 15012 INFO oslo_db.sqlalchemy.provision [req-fcd28a7e-94b3-478d-9b1e-f56a89b4e947 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zepahetpsi 2019-10-07 13:34:55.354 15012 INFO oslo_db.sqlalchemy.provision [req-fcd28a7e-94b3-478d-9b1e-f56a89b4e947 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update [0.160621s] ... ok 2019-10-07 13:34:55.357 15012 INFO oslo_db.sqlalchemy.provision [req-fcd28a7e-94b3-478d-9b1e-f56a89b4e947 - - - - -] CREATE BACKEND sqlite:// TOKEN unhbfpobvi 2019-10-07 13:34:55.424 15012 INFO octavia.common.config [req-fcd28a7e-94b3-478d-9b1e-f56a89b4e947 - - - - -] Logging enabled! 2019-10-07 13:34:55.424 15012 INFO octavia.common.config [req-fcd28a7e-94b3-478d-9b1e-f56a89b4e947 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:55.445 15012 WARNING octavia.api.root_controller [req-fcd28a7e-94b3-478d-9b1e-f56a89b4e947 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:55.457 15012 INFO octavia.api.v2.controllers.load_balancer [req-b96315ae-7a90-4f62-b3b8-d5aa56b127c8 - - - - -] Sending created Load Balancer bfd8b359-13d6-471d-ab08-a4306bc3debf to the handler 2019-10-07 13:34:55.487 15012 INFO octavia.api.v2.controllers.load_balancer [req-fc92ce6a-cd44-441f-9cc6-2cc30dbcb1d6 - - - - -] Sending deleted Load Balancer bfd8b359-13d6-471d-ab08-a4306bc3debf to the handler 2019-10-07 13:34:55.502 15012 INFO octavia.api.v2.controllers.load_balancer [req-3cfaaaab-8803-4846-b3f3-69913d1b3d64 - - - - -] Invalid state PENDING_DELETE of loadbalancer resource bfd8b359-13d6-471d-ab08-a4306bc3debf 2019-10-07 13:34:55.513 15012 INFO oslo_db.sqlalchemy.provision [req-3cfaaaab-8803-4846-b3f3-69913d1b3d64 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:55.515 15012 INFO oslo_db.sqlalchemy.provision [req-3cfaaaab-8803-4846-b3f3-69913d1b3d64 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN unhbfpobvi 2019-10-07 13:34:55.515 15012 INFO oslo_db.sqlalchemy.provision [req-3cfaaaab-8803-4846-b3f3-69913d1b3d64 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_pending_delete [0.160336s] ... ok 2019-10-07 13:34:55.518 15012 INFO oslo_db.sqlalchemy.provision [req-3cfaaaab-8803-4846-b3f3-69913d1b3d64 - - - - -] CREATE BACKEND sqlite:// TOKEN klrmckhhgn 2019-10-07 13:34:55.584 15012 INFO octavia.common.config [req-3cfaaaab-8803-4846-b3f3-69913d1b3d64 - - - - -] Logging enabled! 2019-10-07 13:34:55.585 15012 INFO octavia.common.config [req-3cfaaaab-8803-4846-b3f3-69913d1b3d64 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:55.605 15012 WARNING octavia.api.root_controller [req-3cfaaaab-8803-4846-b3f3-69913d1b3d64 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:55.617 15012 INFO octavia.api.v2.controllers.load_balancer [req-d437edf1-0ab4-4436-9773-98314e2bdb89 - - - - -] Sending created Load Balancer cbf4c001-66ef-4c7f-b73a-86f6731ca64f to the handler 2019-10-07 13:34:55.649 15012 INFO octavia.api.v2.controllers.load_balancer [req-5b7b212c-e45f-440d-8327-e971947191ec - - - - -] Sending updated Load Balancer cbf4c001-66ef-4c7f-b73a-86f6731ca64f to the handler 2019-10-07 13:34:55.670 15012 INFO octavia.api.v2.controllers.load_balancer [req-dba21341-77a7-4b8a-9b11-07aed1b3c32b - - - - -] Invalid state PENDING_UPDATE of loadbalancer resource cbf4c001-66ef-4c7f-b73a-86f6731ca64f 2019-10-07 13:34:55.681 15012 INFO oslo_db.sqlalchemy.provision [req-dba21341-77a7-4b8a-9b11-07aed1b3c32b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:55.682 15012 INFO oslo_db.sqlalchemy.provision [req-dba21341-77a7-4b8a-9b11-07aed1b3c32b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN klrmckhhgn 2019-10-07 13:34:55.682 15012 INFO oslo_db.sqlalchemy.provision [req-dba21341-77a7-4b8a-9b11-07aed1b3c32b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_pending_update [0.167223s] ... ok 2019-10-07 13:34:55.686 15012 INFO oslo_db.sqlalchemy.provision [req-dba21341-77a7-4b8a-9b11-07aed1b3c32b - - - - -] CREATE BACKEND sqlite:// TOKEN hvkbkbutjp 2019-10-07 13:34:55.753 15012 INFO octavia.common.config [req-dba21341-77a7-4b8a-9b11-07aed1b3c32b - - - - -] Logging enabled! 2019-10-07 13:34:55.753 15012 INFO octavia.common.config [req-dba21341-77a7-4b8a-9b11-07aed1b3c32b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:55.773 15012 WARNING octavia.api.root_controller [req-dba21341-77a7-4b8a-9b11-07aed1b3c32b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:55.809 15012 INFO oslo_db.sqlalchemy.provision [req-b8d15bd7-49be-480c-ba61-4072e9911956 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:55.810 15012 INFO oslo_db.sqlalchemy.provision [req-b8d15bd7-49be-480c-ba61-4072e9911956 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hvkbkbutjp 2019-10-07 13:34:55.810 15012 INFO oslo_db.sqlalchemy.provision [req-b8d15bd7-49be-480c-ba61-4072e9911956 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_hms [0.127843s] ... ok 2019-10-07 13:34:55.813 15012 INFO oslo_db.sqlalchemy.provision [req-b8d15bd7-49be-480c-ba61-4072e9911956 - - - - -] CREATE BACKEND sqlite:// TOKEN bsfyipgbtm 2019-10-07 13:34:55.881 15012 INFO octavia.common.config [req-b8d15bd7-49be-480c-ba61-4072e9911956 - - - - -] Logging enabled! 2019-10-07 13:34:55.881 15012 INFO octavia.common.config [req-b8d15bd7-49be-480c-ba61-4072e9911956 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:55.901 15012 WARNING octavia.api.root_controller [req-b8d15bd7-49be-480c-ba61-4072e9911956 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:55.942 15012 INFO oslo_db.sqlalchemy.provision [req-a62348dc-25f1-419d-ae51-8e99e80318dc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:55.944 15012 INFO oslo_db.sqlalchemy.provision [req-a62348dc-25f1-419d-ae51-8e99e80318dc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bsfyipgbtm 2019-10-07 13:34:55.944 15012 INFO oslo_db.sqlalchemy.provision [req-a62348dc-25f1-419d-ae51-8e99e80318dc - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_listeners [0.133589s] ... ok 2019-10-07 13:34:55.947 15012 INFO oslo_db.sqlalchemy.provision [req-a62348dc-25f1-419d-ae51-8e99e80318dc - - - - -] CREATE BACKEND sqlite:// TOKEN bspfmrsfca 2019-10-07 13:34:56.013 15012 INFO octavia.common.config [req-a62348dc-25f1-419d-ae51-8e99e80318dc - - - - -] Logging enabled! 2019-10-07 13:34:56.013 15012 INFO octavia.common.config [req-a62348dc-25f1-419d-ae51-8e99e80318dc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:56.035 15012 WARNING octavia.api.root_controller [req-a62348dc-25f1-419d-ae51-8e99e80318dc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:56.069 15012 INFO oslo_db.sqlalchemy.provision [req-e2fe9b75-75ae-4cfe-8a7c-5ec8e276e840 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:56.071 15012 INFO oslo_db.sqlalchemy.provision [req-e2fe9b75-75ae-4cfe-8a7c-5ec8e276e840 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bspfmrsfca 2019-10-07 13:34:56.071 15012 INFO oslo_db.sqlalchemy.provision [req-e2fe9b75-75ae-4cfe-8a7c-5ec8e276e840 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_members [0.126927s] ... ok 2019-10-07 13:34:56.074 15012 INFO oslo_db.sqlalchemy.provision [req-e2fe9b75-75ae-4cfe-8a7c-5ec8e276e840 - - - - -] CREATE BACKEND sqlite:// TOKEN cmdixbnvdp 2019-10-07 13:34:56.140 15012 INFO octavia.common.config [req-e2fe9b75-75ae-4cfe-8a7c-5ec8e276e840 - - - - -] Logging enabled! 2019-10-07 13:34:56.141 15012 INFO octavia.common.config [req-e2fe9b75-75ae-4cfe-8a7c-5ec8e276e840 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:56.161 15012 WARNING octavia.api.root_controller [req-e2fe9b75-75ae-4cfe-8a7c-5ec8e276e840 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:56.238 15012 INFO octavia.api.v2.controllers.load_balancer [req-a73723d4-3d95-43a0-a5a3-06e6f0d19985 - - - - -] Sending created Load Balancer e86d9a86-2298-4775-afeb-e5f521ab60fd to the handler 2019-10-07 13:34:56.267 15012 INFO oslo_db.sqlalchemy.provision [req-a73723d4-3d95-43a0-a5a3-06e6f0d19985 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:56.269 15012 INFO oslo_db.sqlalchemy.provision [req-a73723d4-3d95-43a0-a5a3-06e6f0d19985 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cmdixbnvdp 2019-10-07 13:34:56.269 15012 INFO oslo_db.sqlalchemy.provision [req-a73723d4-3d95-43a0-a5a3-06e6f0d19985 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_sanity_check [0.197729s] ... ok 2019-10-07 13:34:56.272 15012 INFO oslo_db.sqlalchemy.provision [req-a73723d4-3d95-43a0-a5a3-06e6f0d19985 - - - - -] CREATE BACKEND sqlite:// TOKEN ooqppmvoja 2019-10-07 13:34:56.338 15012 INFO octavia.common.config [req-a73723d4-3d95-43a0-a5a3-06e6f0d19985 - - - - -] Logging enabled! 2019-10-07 13:34:56.339 15012 INFO octavia.common.config [req-a73723d4-3d95-43a0-a5a3-06e6f0d19985 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:56.359 15012 WARNING octavia.api.root_controller [req-a73723d4-3d95-43a0-a5a3-06e6f0d19985 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:56.371 15012 INFO octavia.api.v2.controllers.load_balancer [req-8e8bcdb2-6780-49e8-9750-4d2738319392 - - - - -] Sending created Load Balancer 36796dd4-8c71-44ec-afe5-0899d2b6a8b8 to the handler 2019-10-07 13:34:56.407 15012 INFO octavia.api.v2.controllers.listener [req-5d580a91-2e63-45db-9b4f-bff71f3629a5 - - - - -] Sending Creation of Listener 3b357903-77b2-4ef6-9148-aed54f0260fe to handler 2019-10-07 13:34:56.459 15012 INFO oslo_db.sqlalchemy.provision [req-19e95d6f-75c1-4293-b58b-186f3711a17b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:56.460 15012 INFO oslo_db.sqlalchemy.provision [req-19e95d6f-75c1-4293-b58b-186f3711a17b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ooqppmvoja 2019-10-07 13:34:56.461 15012 INFO oslo_db.sqlalchemy.provision [req-19e95d6f-75c1-4293-b58b-186f3711a17b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statistics_authorized [0.191366s] ... ok 2019-10-07 13:34:56.464 15012 INFO oslo_db.sqlalchemy.provision [req-19e95d6f-75c1-4293-b58b-186f3711a17b - - - - -] CREATE BACKEND sqlite:// TOKEN sgsfkpctpd 2019-10-07 13:34:56.596 15012 INFO octavia.common.config [req-19e95d6f-75c1-4293-b58b-186f3711a17b - - - - -] Logging enabled! 2019-10-07 13:34:56.596 15012 INFO octavia.common.config [req-19e95d6f-75c1-4293-b58b-186f3711a17b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:56.616 15012 WARNING octavia.api.root_controller [req-19e95d6f-75c1-4293-b58b-186f3711a17b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:56.628 15012 INFO octavia.api.v2.controllers.load_balancer [req-ab33ee57-6406-4fa0-9b5f-851d53bf3554 - - - - -] Sending created Load Balancer 1b27d01f-4862-4aa3-9c74-582936cf47e8 to the handler 2019-10-07 13:34:56.656 15012 INFO oslo_db.sqlalchemy.provision [req-c5b2a13f-deed-450f-8542-6b7a2648d3ef - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:56.658 15012 INFO oslo_db.sqlalchemy.provision [req-c5b2a13f-deed-450f-8542-6b7a2648d3ef - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sgsfkpctpd 2019-10-07 13:34:56.658 15012 INFO oslo_db.sqlalchemy.provision [req-c5b2a13f-deed-450f-8542-6b7a2648d3ef - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses [0.197236s] ... ok 2019-10-07 13:34:56.661 15012 INFO oslo_db.sqlalchemy.provision [req-c5b2a13f-deed-450f-8542-6b7a2648d3ef - - - - -] CREATE BACKEND sqlite:// TOKEN prdyirwsbm 2019-10-07 13:34:56.728 15012 INFO octavia.common.config [req-c5b2a13f-deed-450f-8542-6b7a2648d3ef - - - - -] Logging enabled! 2019-10-07 13:34:56.729 15012 INFO octavia.common.config [req-c5b2a13f-deed-450f-8542-6b7a2648d3ef - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:56.749 15012 WARNING octavia.api.root_controller [req-c5b2a13f-deed-450f-8542-6b7a2648d3ef - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:56.811 15012 INFO octavia.api.v2.controllers.load_balancer [req-ce85412f-44f4-4dd4-8b17-f7746616b610 - - - - -] Sending created Load Balancer feab07ff-1147-4842-9873-f1841e24ea24 to the handler 2019-10-07 13:34:56.840 15012 INFO oslo_db.sqlalchemy.provision [req-ce85412f-44f4-4dd4-8b17-f7746616b610 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:56.841 15012 INFO oslo_db.sqlalchemy.provision [req-ce85412f-44f4-4dd4-8b17-f7746616b610 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN prdyirwsbm 2019-10-07 13:34:56.842 15012 INFO oslo_db.sqlalchemy.provision [req-ce85412f-44f4-4dd4-8b17-f7746616b610 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_one_redirect_pool_one_rule [0.183271s] ... ok 2019-10-07 13:34:56.844 15012 INFO oslo_db.sqlalchemy.provision [req-ce85412f-44f4-4dd4-8b17-f7746616b610 - - - - -] CREATE BACKEND sqlite:// TOKEN ihetrtuxjl 2019-10-07 13:34:56.911 15012 INFO octavia.common.config [req-ce85412f-44f4-4dd4-8b17-f7746616b610 - - - - -] Logging enabled! 2019-10-07 13:34:56.911 15012 INFO octavia.common.config [req-ce85412f-44f4-4dd4-8b17-f7746616b610 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:56.933 15012 WARNING octavia.api.root_controller [req-ce85412f-44f4-4dd4-8b17-f7746616b610 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:57.005 15012 INFO octavia.api.v2.controllers.load_balancer [req-cd7d556e-e636-4cfd-a4dd-d21404353e2c - - - - -] Sending created Load Balancer 9a524902-c190-4c42-a295-0e5038b1cf88 to the handler 2019-10-07 13:34:57.038 15012 INFO oslo_db.sqlalchemy.provision [req-cd7d556e-e636-4cfd-a4dd-d21404353e2c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:57.039 15012 INFO oslo_db.sqlalchemy.provision [req-cd7d556e-e636-4cfd-a4dd-d21404353e2c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ihetrtuxjl 2019-10-07 13:34:57.040 15012 INFO oslo_db.sqlalchemy.provision [req-cd7d556e-e636-4cfd-a4dd-d21404353e2c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_redirect_pools_no_rules [0.197940s] ... ok 2019-10-07 13:34:57.043 15012 INFO oslo_db.sqlalchemy.provision [req-cd7d556e-e636-4cfd-a4dd-d21404353e2c - - - - -] CREATE BACKEND sqlite:// TOKEN uohgnyrdkr 2019-10-07 13:34:57.109 15012 INFO octavia.common.config [req-cd7d556e-e636-4cfd-a4dd-d21404353e2c - - - - -] Logging enabled! 2019-10-07 13:34:57.110 15012 INFO octavia.common.config [req-cd7d556e-e636-4cfd-a4dd-d21404353e2c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:57.131 15012 WARNING octavia.api.root_controller [req-cd7d556e-e636-4cfd-a4dd-d21404353e2c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:57.173 15012 INFO octavia.api.v2.controllers.load_balancer [req-33f3bde0-40fd-4735-8e39-fbe2f1605913 - - - - -] Sending created Load Balancer 48f668a6-95b0-4b3d-8e22-6a235e2caf7d to the handler 2019-10-07 13:34:57.200 15012 INFO oslo_db.sqlalchemy.provision [req-33f3bde0-40fd-4735-8e39-fbe2f1605913 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:57.201 15012 INFO oslo_db.sqlalchemy.provision [req-33f3bde0-40fd-4735-8e39-fbe2f1605913 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uohgnyrdkr 2019-10-07 13:34:57.201 15012 INFO oslo_db.sqlalchemy.provision [req-33f3bde0-40fd-4735-8e39-fbe2f1605913 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_no_rule [0.161502s] ... ok 2019-10-07 13:34:57.204 15012 INFO oslo_db.sqlalchemy.provision [req-33f3bde0-40fd-4735-8e39-fbe2f1605913 - - - - -] CREATE BACKEND sqlite:// TOKEN ovpgpritsq 2019-10-07 13:34:57.271 15012 INFO octavia.common.config [req-33f3bde0-40fd-4735-8e39-fbe2f1605913 - - - - -] Logging enabled! 2019-10-07 13:34:57.271 15012 INFO octavia.common.config [req-33f3bde0-40fd-4735-8e39-fbe2f1605913 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:57.291 15012 WARNING octavia.api.root_controller [req-33f3bde0-40fd-4735-8e39-fbe2f1605913 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:57.311 15012 INFO octavia.api.v2.controllers.load_balancer [req-56a020ce-d81c-486d-8fe1-08e5ab2b9879 - - - - -] Sending created Load Balancer 89a1e67b-230d-4d1f-bac2-d470d4e2ae6d to the handler 2019-10-07 13:34:57.333 15012 INFO oslo_db.sqlalchemy.provision [req-56a020ce-d81c-486d-8fe1-08e5ab2b9879 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:57.334 15012 INFO oslo_db.sqlalchemy.provision [req-56a020ce-d81c-486d-8fe1-08e5ab2b9879 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ovpgpritsq 2019-10-07 13:34:57.334 15012 INFO oslo_db.sqlalchemy.provision [req-56a020ce-d81c-486d-8fe1-08e5ab2b9879 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners [0.132979s] ... ok 2019-10-07 13:34:57.338 15012 INFO oslo_db.sqlalchemy.provision [req-56a020ce-d81c-486d-8fe1-08e5ab2b9879 - - - - -] CREATE BACKEND sqlite:// TOKEN eyuibxhwnh 2019-10-07 13:34:57.405 15012 INFO octavia.common.config [req-56a020ce-d81c-486d-8fe1-08e5ab2b9879 - - - - -] Logging enabled! 2019-10-07 13:34:57.406 15012 INFO octavia.common.config [req-56a020ce-d81c-486d-8fe1-08e5ab2b9879 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:57.426 15012 WARNING octavia.api.root_controller [req-56a020ce-d81c-486d-8fe1-08e5ab2b9879 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:57.438 15012 INFO octavia.api.v2.controllers.load_balancer [req-5184aa7b-d82f-47b6-a787-2b8830d91ef2 - - - - -] Sending created Load Balancer 676d7ba1-25eb-400b-ad1f-91621d0389da to the handler 2019-10-07 13:34:57.474 15012 INFO octavia.api.v2.controllers.listener [req-f4b1a0f0-f5a6-43c2-abe5-3df33ac2b2d5 - - - - -] Sending Creation of Listener 19acc928-1cde-49cb-a2fa-b336f65cebf5 to handler 2019-10-07 13:34:57.531 15012 INFO octavia.api.v2.controllers.pool [req-b6777345-1332-4b8a-ad8d-fff26b381874 - - - - -] Sending Creation of Pool 7d97ab56-081e-4135-916b-36ec00cd907e to handler 2019-10-07 13:34:57.632 15012 INFO octavia.api.v2.controllers.pool [req-2c06c7b7-93b8-44cd-9b65-2105b0cb86fc - - - - -] Sending Creation of Pool 585c5c87-021c-48bb-9adc-554ccc9c3f59 to handler 2019-10-07 13:34:57.726 15012 INFO oslo_db.sqlalchemy.provision [req-ec3beab1-a3ee-4cbf-a2c9-3edfb349a9c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:57.728 15012 INFO oslo_db.sqlalchemy.provision [req-ec3beab1-a3ee-4cbf-a2c9-3edfb349a9c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eyuibxhwnh 2019-10-07 13:34:57.728 15012 INFO oslo_db.sqlalchemy.provision [req-ec3beab1-a3ee-4cbf-a2c9-3edfb349a9c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_create [0.393389s] ... ok 2019-10-07 13:34:57.731 15012 INFO oslo_db.sqlalchemy.provision [req-ec3beab1-a3ee-4cbf-a2c9-3edfb349a9c8 - - - - -] CREATE BACKEND sqlite:// TOKEN nfgidowhkp 2019-10-07 13:34:57.798 15012 INFO octavia.common.config [req-ec3beab1-a3ee-4cbf-a2c9-3edfb349a9c8 - - - - -] Logging enabled! 2019-10-07 13:34:57.798 15012 INFO octavia.common.config [req-ec3beab1-a3ee-4cbf-a2c9-3edfb349a9c8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:57.819 15012 WARNING octavia.api.root_controller [req-ec3beab1-a3ee-4cbf-a2c9-3edfb349a9c8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:57.830 15012 INFO octavia.api.v2.controllers.load_balancer [req-8218c9ae-237a-4e2c-aac9-c90436503f77 - - - - -] Sending created Load Balancer d735f236-593b-4f97-b61f-5a0f1f85a7dd to the handler 2019-10-07 13:34:57.866 15012 INFO octavia.api.v2.controllers.listener [req-3619fac1-59b4-4b22-a34c-1fede6ea38f4 - - - - -] Sending Creation of Listener b62eca54-2e3a-49f4-a53d-75ec13b00ba9 to handler 2019-10-07 13:34:57.929 15012 INFO octavia.api.v2.controllers.pool [req-c3358954-8ad0-4dbb-9f0d-4d21296dd394 - - - - -] Sending Creation of Pool 8b76a8ce-a41e-40fd-84f3-1946c9620f89 to handler 2019-10-07 13:34:58.024 15012 INFO octavia.api.v2.controllers.pool [req-a8747f27-ad69-4365-bdca-7ed713c16f0c - - - - -] Sending Creation of Pool 1ad19b6e-ff54-4ef7-88ab-82a98a780cc1 to handler 2019-10-07 13:34:58.117 15012 ERROR octavia.api.v2.controllers.base [req-d12603cf-276e-4f29-93f0-4876e459a08f - - - - -] Member cb2d9445-eea8-47fa-90b5-c5db5dffd938 not found: None 2019-10-07 13:34:58.117 15012 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:34:58.117 15012 ERROR octavia.api.v2.controllers.base 2019-10-07 13:34:58.128 15012 INFO oslo_db.sqlalchemy.provision [req-d12603cf-276e-4f29-93f0-4876e459a08f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:58.129 15012 INFO oslo_db.sqlalchemy.provision [req-d12603cf-276e-4f29-93f0-4876e459a08f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nfgidowhkp 2019-10-07 13:34:58.129 15012 INFO oslo_db.sqlalchemy.provision [req-d12603cf-276e-4f29-93f0-4876e459a08f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_get [0.401235s] ... ok 2019-10-07 13:34:58.132 15012 INFO oslo_db.sqlalchemy.provision [req-d12603cf-276e-4f29-93f0-4876e459a08f - - - - -] CREATE BACKEND sqlite:// TOKEN mewedcmeeg 2019-10-07 13:34:58.199 15012 INFO octavia.common.config [req-d12603cf-276e-4f29-93f0-4876e459a08f - - - - -] Logging enabled! 2019-10-07 13:34:58.199 15012 INFO octavia.common.config [req-d12603cf-276e-4f29-93f0-4876e459a08f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:58.220 15012 WARNING octavia.api.root_controller [req-d12603cf-276e-4f29-93f0-4876e459a08f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:58.232 15012 INFO octavia.api.v2.controllers.load_balancer [req-2ac1c7c6-6e3c-48a8-b639-70dff6d2271d - - - - -] Sending created Load Balancer b4195820-00f7-474f-a7c4-223a6242dbf9 to the handler 2019-10-07 13:34:58.268 15012 INFO octavia.api.v2.controllers.listener [req-85034244-953f-4f5d-ace6-7a394841da0e - - - - -] Sending Creation of Listener db159202-525a-4dff-afd5-a4284912c14f to handler 2019-10-07 13:34:58.327 15012 INFO octavia.api.v2.controllers.pool [req-2213e3a9-d89e-4ff6-affe-cfa31b9754c0 - - - - -] Sending Creation of Pool 551d39aa-3caa-4f34-83df-b491bbb1f31d to handler 2019-10-07 13:34:58.422 15012 INFO octavia.api.v2.controllers.pool [req-4db10600-cee7-4ce5-851e-0ceab2684f05 - - - - -] Sending Creation of Pool 12de4120-7935-4c3d-a3e0-66da8385fe1e to handler 2019-10-07 13:34:58.560 15012 INFO octavia.api.v2.controllers.member [req-801cc41b-8815-4772-ab91-eca40d52141d - 5581c5e5-9f3a-452f-8bca-771305616a8a - - -] Sending Creation of Member 99f1aaac-3cda-4e9e-8b7d-ef6695b024c4 to handler 2019-10-07 13:34:58.811 15012 INFO oslo_db.sqlalchemy.provision [req-18f201c3-42b6-4779-8899-b6fb102b3063 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:58.812 15012 INFO oslo_db.sqlalchemy.provision [req-18f201c3-42b6-4779-8899-b6fb102b3063 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mewedcmeeg 2019-10-07 13:34:58.813 15012 INFO oslo_db.sqlalchemy.provision [req-18f201c3-42b6-4779-8899-b6fb102b3063 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_create_authorized [0.683041s] ... ok 2019-10-07 13:34:58.816 15012 INFO oslo_db.sqlalchemy.provision [req-18f201c3-42b6-4779-8899-b6fb102b3063 - - - - -] CREATE BACKEND sqlite:// TOKEN pogsnxagrk 2019-10-07 13:34:58.882 15012 INFO octavia.common.config [req-18f201c3-42b6-4779-8899-b6fb102b3063 - - - - -] Logging enabled! 2019-10-07 13:34:58.882 15012 INFO octavia.common.config [req-18f201c3-42b6-4779-8899-b6fb102b3063 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:58.960 15012 WARNING octavia.api.root_controller [req-18f201c3-42b6-4779-8899-b6fb102b3063 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:58.972 15012 INFO octavia.api.v2.controllers.load_balancer [req-f3312bef-e788-4e1a-83bc-c2b33c83eb6a - - - - -] Sending created Load Balancer 959591b6-50b5-42e1-a99f-5d167ec38bee to the handler 2019-10-07 13:34:59.009 15012 INFO octavia.api.v2.controllers.listener [req-18dbd1d4-d1be-4356-9104-40159b6b08cb - - - - -] Sending Creation of Listener 2e671b16-8299-4d21-9b32-f870cbc0fc55 to handler 2019-10-07 13:34:59.066 15012 INFO octavia.api.v2.controllers.pool [req-666b84ab-9d7b-4d5f-b26f-06496b21881a - - - - -] Sending Creation of Pool 00b698e0-add4-45a2-ac94-1a53a918f52a to handler 2019-10-07 13:34:59.166 15012 INFO octavia.api.v2.controllers.pool [req-a7b9c76a-3945-4d73-9113-48e5f21ddf5d - - - - -] Sending Creation of Pool e618781b-aff0-47ef-8102-669c4989dab1 to handler 2019-10-07 13:34:59.251 15012 INFO octavia.api.v2.controllers.load_balancer [req-844a978c-9613-4db9-99fb-735083d81ad7 - - - - -] Sending created Load Balancer 8276c5b2-21f1-4ef3-bc29-bc17f023b0e3 to the handler 2019-10-07 13:34:59.288 15012 INFO octavia.api.v2.controllers.pool [req-c14537c1-7e50-471d-89fe-f54196639643 - - - - -] Sending Creation of Pool f9ed647c-0eee-42a6-b62f-43b619e12672 to handler 2019-10-07 13:34:59.356 15012 INFO oslo_db.sqlalchemy.provision [req-ffac55fc-7f93-4510-9468-91b534e5652a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:34:59.358 15012 INFO oslo_db.sqlalchemy.provision [req-ffac55fc-7f93-4510-9468-91b534e5652a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pogsnxagrk 2019-10-07 13:34:59.358 15012 INFO oslo_db.sqlalchemy.provision [req-ffac55fc-7f93-4510-9468-91b534e5652a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_create_pool_in_error [0.545052s] ... ok 2019-10-07 13:34:59.361 15012 INFO oslo_db.sqlalchemy.provision [req-ffac55fc-7f93-4510-9468-91b534e5652a - - - - -] CREATE BACKEND sqlite:// TOKEN ulaupxsqwc 2019-10-07 13:34:59.428 15012 INFO octavia.common.config [req-ffac55fc-7f93-4510-9468-91b534e5652a - - - - -] Logging enabled! 2019-10-07 13:34:59.428 15012 INFO octavia.common.config [req-ffac55fc-7f93-4510-9468-91b534e5652a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:34:59.449 15012 WARNING octavia.api.root_controller [req-ffac55fc-7f93-4510-9468-91b534e5652a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:34:59.460 15012 INFO octavia.api.v2.controllers.load_balancer [req-04defd2a-9946-4220-9140-e6aff8d88f69 - - - - -] Sending created Load Balancer 17d448b7-8bf9-448d-99d4-4da13c4fff00 to the handler 2019-10-07 13:34:59.497 15012 INFO octavia.api.v2.controllers.listener [req-1c715bff-5420-437e-88d3-81449d6f9d95 - - - - -] Sending Creation of Listener ac993a94-a2ff-45a5-ba32-9844406ac6c5 to handler 2019-10-07 13:34:59.554 15012 INFO octavia.api.v2.controllers.pool [req-b9277380-9e1d-470b-a87a-322c3fbb2b4f - - - - -] Sending Creation of Pool 096ae331-6d8a-4c5a-a980-2e30d1f0effd to handler 2019-10-07 13:34:59.654 15012 INFO octavia.api.v2.controllers.pool [req-ab8cc807-07a5-4fe5-b851-78f480995c47 - - - - -] Sending Creation of Pool 182b479d-abbc-43fb-8fa6-7c8eb6670356 to handler 2019-10-07 13:34:59.761 15012 INFO octavia.api.v2.controllers.member [req-69020bb6-eb7b-42d3-986b-95dac93ae1c9 - - - - -] Sending Creation of Member 91762744-fab0-4286-a5b6-99039de50b65 to handler 2019-10-07 13:35:00.008 15012 INFO oslo_db.sqlalchemy.provision [req-ec3c2da8-07dc-496e-8556-1587cff3c467 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:00.009 15012 INFO oslo_db.sqlalchemy.provision [req-ec3c2da8-07dc-496e-8556-1587cff3c467 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ulaupxsqwc 2019-10-07 13:35:00.010 15012 INFO oslo_db.sqlalchemy.provision [req-ec3c2da8-07dc-496e-8556-1587cff3c467 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_attached_listener [0.651573s] ... ok 2019-10-07 13:35:00.013 15012 INFO oslo_db.sqlalchemy.provision [req-ec3c2da8-07dc-496e-8556-1587cff3c467 - - - - -] CREATE BACKEND sqlite:// TOKEN kombmraoec 2019-10-07 13:35:00.079 15012 INFO octavia.common.config [req-ec3c2da8-07dc-496e-8556-1587cff3c467 - - - - -] Logging enabled! 2019-10-07 13:35:00.080 15012 INFO octavia.common.config [req-ec3c2da8-07dc-496e-8556-1587cff3c467 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:00.101 15012 WARNING octavia.api.root_controller [req-ec3c2da8-07dc-496e-8556-1587cff3c467 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:00.112 15012 INFO octavia.api.v2.controllers.load_balancer [req-b02e86b0-96a5-484c-b276-96ad7293f4f3 - - - - -] Sending created Load Balancer 570ee360-11a3-4b09-ac8f-6853d5d1a34e to the handler 2019-10-07 13:35:00.148 15012 INFO octavia.api.v2.controllers.listener [req-c2d735bb-4f54-4798-810f-17aa5a96d1c5 - - - - -] Sending Creation of Listener bda9b0a6-1f45-429e-ba69-a627acf6425b to handler 2019-10-07 13:35:00.204 15012 INFO octavia.api.v2.controllers.pool [req-6bd85bcd-a6b5-43ca-b0e7-8859632bfa1a - - - - -] Sending Creation of Pool f502f0d1-4901-4d5f-b65c-53ca1a5d1b59 to handler 2019-10-07 13:35:00.299 15012 INFO octavia.api.v2.controllers.pool [req-0e468f64-9e6e-44fb-9e2f-b42a033f430f - - - - -] Sending Creation of Pool ed5d8965-9c92-4608-a261-74d29466d86e to handler 2019-10-07 13:35:00.425 15012 INFO octavia.api.v2.controllers.member [req-e6dc5a28-e209-48ae-8b1a-6f367a144266 - - - - -] Sending Creation of Member e529b6c3-16ea-422f-b352-ca622b39e610 to handler 2019-10-07 13:35:00.565 15012 INFO octavia.api.v2.controllers.member [req-6977089a-ec2b-45ef-ae9d-520bd93c78af - - - - -] Sending Deletion of Member e529b6c3-16ea-422f-b352-ca622b39e610 to handler 2019-10-07 13:35:00.795 15012 INFO oslo_db.sqlalchemy.provision [req-f5031e40-8a13-41d8-9dc1-41e81230ed54 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:00.796 15012 INFO oslo_db.sqlalchemy.provision [req-f5031e40-8a13-41d8-9dc1-41e81230ed54 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kombmraoec 2019-10-07 13:35:00.796 15012 INFO oslo_db.sqlalchemy.provision [req-f5031e40-8a13-41d8-9dc1-41e81230ed54 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_delete [0.786412s] ... ok 2019-10-07 13:35:00.799 15012 INFO oslo_db.sqlalchemy.provision [req-f5031e40-8a13-41d8-9dc1-41e81230ed54 - - - - -] CREATE BACKEND sqlite:// TOKEN ctpetqzqnn 2019-10-07 13:35:00.866 15012 INFO octavia.common.config [req-f5031e40-8a13-41d8-9dc1-41e81230ed54 - - - - -] Logging enabled! 2019-10-07 13:35:00.866 15012 INFO octavia.common.config [req-f5031e40-8a13-41d8-9dc1-41e81230ed54 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:00.889 15012 WARNING octavia.api.root_controller [req-f5031e40-8a13-41d8-9dc1-41e81230ed54 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:00.903 15012 INFO octavia.api.v2.controllers.load_balancer [req-3c29d903-4552-410e-90c0-05a028c1dbaf - - - - -] Sending created Load Balancer 097da142-56f1-4706-903a-b0d46b550704 to the handler 2019-10-07 13:35:00.939 15012 INFO octavia.api.v2.controllers.listener [req-20b9847d-4c10-47cd-b85c-e437c670a71e - - - - -] Sending Creation of Listener 33f11f66-7dca-4105-8d19-19743d803b72 to handler 2019-10-07 13:35:00.998 15012 INFO octavia.api.v2.controllers.pool [req-14078a7b-24f2-41b2-b55d-6e941ea537a3 - - - - -] Sending Creation of Pool f1375996-c112-4c27-85f1-91c5239c69c5 to handler 2019-10-07 13:35:01.097 15012 INFO octavia.api.v2.controllers.pool [req-69d40f5c-2522-440b-8d5f-f85ef6505f63 - - - - -] Sending Creation of Pool bb09f852-ad25-481f-9351-0eb5f94c6a52 to handler 2019-10-07 13:35:01.209 15012 INFO octavia.api.v2.controllers.member [req-46187eb1-c017-4bc5-a7a3-b7c284f47204 - - - - -] Sending Creation of Member 8d128208-31a1-4cec-a409-3cf324604495 to handler 2019-10-07 13:35:01.327 15012 INFO octavia.api.v2.controllers.member [req-3fdfeba5-5051-4f95-a409-63a80cc4dedc - - - - -] Sending Creation of Member 0f612339-682d-4d20-8f0a-15cf548eb6ce to handler 2019-10-07 13:35:01.441 15012 INFO octavia.api.v2.controllers.member [req-108c8fe0-04cd-40fc-8ef2-84283960c520 - - - - -] Sending Creation of Member a93151fc-6677-4fc3-8e72-ed6da3856568 to handler 2019-10-07 13:35:01.615 15012 INFO oslo_db.sqlalchemy.provision [req-7ff7afa5-8e36-4828-89c5-5a4e800a157c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:01.617 15012 INFO oslo_db.sqlalchemy.provision [req-7ff7afa5-8e36-4828-89c5-5a4e800a157c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ctpetqzqnn 2019-10-07 13:35:01.617 15012 INFO oslo_db.sqlalchemy.provision [req-7ff7afa5-8e36-4828-89c5-5a4e800a157c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_limited [0.820236s] ... ok 2019-10-07 13:35:01.620 15012 INFO oslo_db.sqlalchemy.provision [req-7ff7afa5-8e36-4828-89c5-5a4e800a157c - - - - -] CREATE BACKEND sqlite:// TOKEN fbcbzoxgiq 2019-10-07 13:35:01.686 15012 INFO octavia.common.config [req-7ff7afa5-8e36-4828-89c5-5a4e800a157c - - - - -] Logging enabled! 2019-10-07 13:35:01.686 15012 INFO octavia.common.config [req-7ff7afa5-8e36-4828-89c5-5a4e800a157c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:01.708 15012 WARNING octavia.api.root_controller [req-7ff7afa5-8e36-4828-89c5-5a4e800a157c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:01.719 15012 INFO octavia.api.v2.controllers.load_balancer [req-5ecb05ef-d0a1-4608-a78b-fd941d0bb72c - - - - -] Sending created Load Balancer a73a60e6-b6f0-445f-a878-189ccb4bd04a to the handler 2019-10-07 13:35:01.757 15012 INFO octavia.api.v2.controllers.listener [req-f9a83035-47d4-49db-8d00-ca9a59059d1a - - - - -] Sending Creation of Listener 9ee5f20a-ac7d-41c2-9df2-ae559f3f0924 to handler 2019-10-07 13:35:01.814 15012 INFO octavia.api.v2.controllers.pool [req-fdaa5919-9849-4545-b8bb-562d4d45a1af - - - - -] Sending Creation of Pool e456af07-8241-4cdb-9d24-d846086ec3a1 to handler 2019-10-07 13:35:01.908 15012 INFO octavia.api.v2.controllers.pool [req-eda9d299-351a-4541-9556-ee4d60c286eb - - - - -] Sending Creation of Pool 376fa531-bd55-40ad-912e-f022703ce560 to handler 2019-10-07 13:35:02.012 15012 INFO octavia.api.v2.controllers.member [req-0612efdf-6db6-4f7b-b003-55d7704cfa4d - - - - -] Sending Creation of Member 79996026-53dc-4534-947d-f898a22b10f8 to handler 2019-10-07 13:35:02.128 15012 INFO octavia.api.v2.controllers.member [req-95a4fc5a-27ea-4f34-a3c0-7842af127dc6 - - - - -] Sending Creation of Member 3527a3ff-9915-4284-81fa-c51443273cda to handler 2019-10-07 13:35:02.238 15012 INFO oslo_db.sqlalchemy.provision [req-a6d18cce-cbc1-4f28-a5e8-621c7acfb298 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:02.240 15012 INFO oslo_db.sqlalchemy.provision [req-a6d18cce-cbc1-4f28-a5e8-621c7acfb298 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fbcbzoxgiq 2019-10-07 13:35:02.240 15012 INFO oslo_db.sqlalchemy.provision [req-a6d18cce-cbc1-4f28-a5e8-621c7acfb298 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_not_authorized [0.623141s] ... ok 2019-10-07 13:35:02.243 15012 INFO oslo_db.sqlalchemy.provision [req-a6d18cce-cbc1-4f28-a5e8-621c7acfb298 - - - - -] CREATE BACKEND sqlite:// TOKEN yyqlpehxvu 2019-10-07 13:35:02.309 15012 INFO octavia.common.config [req-a6d18cce-cbc1-4f28-a5e8-621c7acfb298 - - - - -] Logging enabled! 2019-10-07 13:35:02.309 15012 INFO octavia.common.config [req-a6d18cce-cbc1-4f28-a5e8-621c7acfb298 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:02.330 15012 WARNING octavia.api.root_controller [req-a6d18cce-cbc1-4f28-a5e8-621c7acfb298 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:02.342 15012 INFO octavia.api.v2.controllers.load_balancer [req-9ef92e06-4005-4dba-948c-7853fb698261 - - - - -] Sending created Load Balancer 1ef155b4-45e6-49bd-8200-25c1b01c2ac5 to the handler 2019-10-07 13:35:02.378 15012 INFO octavia.api.v2.controllers.listener [req-9e9be625-3170-45de-a5a3-57e67fe2c78a - - - - -] Sending Creation of Listener 55ff1410-d4e3-4693-97aa-06ea379d83ec to handler 2019-10-07 13:35:02.434 15012 INFO octavia.api.v2.controllers.pool [req-5d004932-f5d1-483e-8183-ecdc4fa2b019 - - - - -] Sending Creation of Pool 73b2e8b5-cb28-435b-96d7-3ed55cb1aa8a to handler 2019-10-07 13:35:02.527 15012 INFO octavia.api.v2.controllers.pool [req-482c20fa-c25e-4bac-a6d8-45addf379916 - - - - -] Sending Creation of Pool 5c071e3f-9b26-4a26-87e7-0b281d3b2538 to handler 2019-10-07 13:35:02.631 15012 INFO octavia.api.v2.controllers.member [req-570a6fe7-3c21-4d92-aa97-0a54abf6b8e2 - - - - -] Sending Creation of Member 5b71d8a5-f780-4fc9-8faa-9c7ad07aff1c to handler 2019-10-07 13:35:02.735 15012 INFO octavia.api.v2.controllers.member [req-ba92ca8e-ac69-4442-8717-71cae76b5d51 - - - - -] Sending Creation of Member bcf9a792-bf96-4302-b830-98e7510c883a to handler 2019-10-07 13:35:02.899 15012 INFO octavia.api.v2.controllers.member [req-3a1f8b22-980a-4a46-a79d-4c9a3c8d2b06 - - - - -] Sending Creation of Member aaba7a0d-c40c-4dc5-b890-16521658e929 to handler 2019-10-07 13:35:03.051 15012 INFO oslo_db.sqlalchemy.provision [req-ef02835b-8400-4917-a6fd-d3dd39c3d9c4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:03.053 15012 INFO oslo_db.sqlalchemy.provision [req-ef02835b-8400-4917-a6fd-d3dd39c3d9c4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yyqlpehxvu 2019-10-07 13:35:03.053 15012 INFO oslo_db.sqlalchemy.provision [req-ef02835b-8400-4917-a6fd-d3dd39c3d9c4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_sorted [0.812791s] ... ok 2019-10-07 13:35:03.056 15012 INFO oslo_db.sqlalchemy.provision [req-ef02835b-8400-4917-a6fd-d3dd39c3d9c4 - - - - -] CREATE BACKEND sqlite:// TOKEN clplqjewab 2019-10-07 13:35:03.122 15012 INFO octavia.common.config [req-ef02835b-8400-4917-a6fd-d3dd39c3d9c4 - - - - -] Logging enabled! 2019-10-07 13:35:03.122 15012 INFO octavia.common.config [req-ef02835b-8400-4917-a6fd-d3dd39c3d9c4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:03.143 15012 WARNING octavia.api.root_controller [req-ef02835b-8400-4917-a6fd-d3dd39c3d9c4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:03.154 15012 INFO octavia.api.v2.controllers.load_balancer [req-247c01a6-0ba1-43f0-8af2-2c02ee185d65 - - - - -] Sending created Load Balancer 88b318ea-7266-49a9-b71c-35ec99bc107f to the handler 2019-10-07 13:35:03.191 15012 INFO octavia.api.v2.controllers.listener [req-62b20c66-5745-434d-ad5e-4281fce6532f - - - - -] Sending Creation of Listener 8899ad17-132c-4310-8357-322099269396 to handler 2019-10-07 13:35:03.247 15012 INFO octavia.api.v2.controllers.pool [req-245ace43-ad7e-44ae-98af-eb77f1ee63aa - - - - -] Sending Creation of Pool d60ed579-cba0-4bbc-9b47-5474c557c44c to handler 2019-10-07 13:35:03.347 15012 INFO octavia.api.v2.controllers.pool [req-4496c14f-9e27-4acd-abaa-56dfb653f3ba - - - - -] Sending Creation of Pool 3b322a1e-7b34-49b0-8fa9-76a92296cefc to handler 2019-10-07 13:35:03.451 15012 INFO octavia.api.v2.controllers.member [req-177c8522-6be4-4bf1-b988-82b15975ea1f - - - - -] Sending Creation of Member 3daf0ee2-e8c3-44d2-835e-df4cc1b28a6c to handler 2019-10-07 13:35:03.488 15012 INFO oslo_db.sqlalchemy.provision [req-c23add75-660f-44f8-8aac-9f0849afe126 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:03.489 15012 INFO oslo_db.sqlalchemy.provision [req-c23add75-660f-44f8-8aac-9f0849afe126 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN clplqjewab 2019-10-07 13:35:03.489 15012 INFO oslo_db.sqlalchemy.provision [req-c23add75-660f-44f8-8aac-9f0849afe126 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_get_authorized [0.436319s] ... ok 2019-10-07 13:35:03.492 15012 INFO oslo_db.sqlalchemy.provision [req-c23add75-660f-44f8-8aac-9f0849afe126 - - - - -] CREATE BACKEND sqlite:// TOKEN dsyeggincb 2019-10-07 13:35:03.559 15012 INFO octavia.common.config [req-c23add75-660f-44f8-8aac-9f0849afe126 - - - - -] Logging enabled! 2019-10-07 13:35:03.559 15012 INFO octavia.common.config [req-c23add75-660f-44f8-8aac-9f0849afe126 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:03.580 15012 WARNING octavia.api.root_controller [req-c23add75-660f-44f8-8aac-9f0849afe126 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:03.591 15012 INFO octavia.api.v2.controllers.load_balancer [req-f210a176-a4d7-4460-8514-cd7e994042f7 - - - - -] Sending created Load Balancer 84f95694-3d52-4917-87ff-02c8066337dc to the handler 2019-10-07 13:35:03.627 15012 INFO octavia.api.v2.controllers.listener [req-54af310b-264a-4a3c-b60f-ebb834e5a99d - - - - -] Sending Creation of Listener 850a56a4-3d63-4c0a-9846-3561b87b3a96 to handler 2019-10-07 13:35:03.689 15012 INFO octavia.api.v2.controllers.pool [req-6949ff52-80e1-4eb4-b183-546dd1c209f4 - - - - -] Sending Creation of Pool 852c4ff0-fc1a-4616-9254-58c7fb2d2233 to handler 2019-10-07 13:35:03.779 15012 INFO octavia.api.v2.controllers.pool [req-01183bf8-ce01-4d9c-b664-bc1f56ecc294 - - - - -] Sending Creation of Pool 4a5fef89-5add-4dae-a81f-d7595d9ae023 to handler 2019-10-07 13:35:03.883 15012 INFO octavia.api.v2.controllers.member [req-f379bb19-fe21-461c-a332-ec8046e5fbef - - - - -] Sending Creation of Member a6adbf9a-8a32-42b6-9992-1b556ff7e780 to handler 2019-10-07 13:35:03.932 15012 INFO oslo_db.sqlalchemy.provision [req-09658418-5f09-4794-9b05-32f00c83b544 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:03.934 15012 INFO oslo_db.sqlalchemy.provision [req-09658418-5f09-4794-9b05-32f00c83b544 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dsyeggincb 2019-10-07 13:35:03.934 15012 INFO oslo_db.sqlalchemy.provision [req-09658418-5f09-4794-9b05-32f00c83b544 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_get_not_authorized [0.444466s] ... ok 2019-10-07 13:35:03.937 15012 INFO oslo_db.sqlalchemy.provision [req-09658418-5f09-4794-9b05-32f00c83b544 - - - - -] CREATE BACKEND sqlite:// TOKEN sgohlifapm 2019-10-07 13:35:04.003 15012 INFO octavia.common.config [req-09658418-5f09-4794-9b05-32f00c83b544 - - - - -] Logging enabled! 2019-10-07 13:35:04.004 15012 INFO octavia.common.config [req-09658418-5f09-4794-9b05-32f00c83b544 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:04.025 15012 WARNING octavia.api.root_controller [req-09658418-5f09-4794-9b05-32f00c83b544 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:04.036 15012 INFO octavia.api.v2.controllers.load_balancer [req-1154a31c-559b-4494-b5e1-71afbbd4c9e1 - - - - -] Sending created Load Balancer 74314296-4ea4-4fc1-8d5c-94726fbb2943 to the handler 2019-10-07 13:35:04.072 15012 INFO octavia.api.v2.controllers.listener [req-0f8aee38-6a72-478f-884a-65510bad758a - - - - -] Sending Creation of Listener c279a9d4-e156-4d8f-be63-2433f28d7b7a to handler 2019-10-07 13:35:04.128 15012 INFO octavia.api.v2.controllers.pool [req-d0bbd779-d41a-45a9-ad8f-c86cc91c8834 - - - - -] Sending Creation of Pool 3c7a1f2c-f9c6-428c-ba7e-2d7e92b31942 to handler 2019-10-07 13:35:04.217 15012 INFO octavia.api.v2.controllers.pool [req-048d8084-839b-4c06-9071-8f8f03d9ba2d - - - - -] Sending Creation of Pool f7bc5862-9bae-4151-a0be-a025f11d3eaf to handler 2019-10-07 13:35:04.331 15012 INFO octavia.api.v2.controllers.member [req-7cedc7c0-6d78-4413-9859-a4f3d994f3ff - - - - -] Sending Creation of Member ba3fda16-ddcf-40c1-9c46-26f6c084971e to handler 2019-10-07 13:35:04.426 15012 INFO octavia.api.v2.controllers.member [req-d8034791-7757-4115-a867-6c084570844a - 55dbea44-c0f2-4d7b-ab6c-2af799283347 - - -] Sending Update of Member ba3fda16-ddcf-40c1-9c46-26f6c084971e to handler 2019-10-07 13:35:04.672 15012 INFO oslo_db.sqlalchemy.provision [req-6cc03703-c8d3-4888-8d6f-36a48759c5be - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:04.674 15012 INFO oslo_db.sqlalchemy.provision [req-6cc03703-c8d3-4888-8d6f-36a48759c5be - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sgohlifapm 2019-10-07 13:35:04.674 15012 INFO oslo_db.sqlalchemy.provision [req-6cc03703-c8d3-4888-8d6f-36a48759c5be - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_update_authorized [0.739605s] ... ok 2019-10-07 13:35:04.677 15012 INFO oslo_db.sqlalchemy.provision [req-6cc03703-c8d3-4888-8d6f-36a48759c5be - - - - -] CREATE BACKEND sqlite:// TOKEN rjgzokmxuo 2019-10-07 13:35:04.743 15012 INFO octavia.common.config [req-6cc03703-c8d3-4888-8d6f-36a48759c5be - - - - -] Logging enabled! 2019-10-07 13:35:04.743 15012 INFO octavia.common.config [req-6cc03703-c8d3-4888-8d6f-36a48759c5be - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:04.766 15012 WARNING octavia.api.root_controller [req-6cc03703-c8d3-4888-8d6f-36a48759c5be - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:04.780 15012 INFO octavia.api.v2.controllers.load_balancer [req-c761ccb3-e66a-4e52-9aaa-29992b0f5d45 - - - - -] Sending created Load Balancer e2341681-58e8-4350-90ab-dc8c96c31739 to the handler 2019-10-07 13:35:04.816 15012 INFO octavia.api.v2.controllers.listener [req-5ae74415-c09e-40c8-8caa-864d3644956c - - - - -] Sending Creation of Listener 6de68e34-4ae3-4ff0-9681-e180bd2a12f9 to handler 2019-10-07 13:35:04.875 15012 INFO octavia.api.v2.controllers.pool [req-2c8ef4d2-b80e-4dc4-b6a4-58b4cb170266 - - - - -] Sending Creation of Pool 0369be47-c907-44e1-aff5-0dee8e505074 to handler 2019-10-07 13:35:04.968 15012 INFO octavia.api.v2.controllers.pool [req-8e724e28-7d23-4936-890b-82f4aafe3b46 - - - - -] Sending Creation of Pool 09b2ef37-c1b3-41aa-892f-33d3dbe46215 to handler 2019-10-07 13:35:05.073 15012 INFO octavia.api.v2.controllers.member [req-a46196a7-4c3d-4143-a4e0-19cd1e634b5b - - - - -] Sending Creation of Member dd9de7ff-d521-4b4f-84ac-8c4ca62d83dd to handler 2019-10-07 13:35:05.248 15012 INFO oslo_db.sqlalchemy.provision [req-c5ee293b-3078-444d-a09c-e021cd46781f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:05.250 15012 INFO oslo_db.sqlalchemy.provision [req-c5ee293b-3078-444d-a09c-e021cd46781f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rjgzokmxuo 2019-10-07 13:35:05.250 15012 INFO oslo_db.sqlalchemy.provision [req-c5ee293b-3078-444d-a09c-e021cd46781f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_update_not_authorized [0.576134s] ... ok 2019-10-07 13:35:05.253 15012 INFO oslo_db.sqlalchemy.provision [req-c5ee293b-3078-444d-a09c-e021cd46781f - - - - -] CREATE BACKEND sqlite:// TOKEN xyakcotyxh 2019-10-07 13:35:05.319 15012 INFO octavia.common.config [req-c5ee293b-3078-444d-a09c-e021cd46781f - - - - -] Logging enabled! 2019-10-07 13:35:05.320 15012 INFO octavia.common.config [req-c5ee293b-3078-444d-a09c-e021cd46781f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:05.341 15012 WARNING octavia.api.root_controller [req-c5ee293b-3078-444d-a09c-e021cd46781f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:05.354 15012 INFO octavia.api.v2.controllers.load_balancer [req-07107ee6-4911-4be5-924b-3ce6f933f872 - - - - -] Sending created Load Balancer 4a0ba15c-8548-4531-8ae0-85e5b002abeb to the handler 2019-10-07 13:35:05.391 15012 INFO octavia.api.v2.controllers.listener [req-9d583c55-4c30-40bd-9dfb-9d66dd7377ed - - - - -] Sending Creation of Listener 28d9638d-27e8-4651-b363-52a097237130 to handler 2019-10-07 13:35:05.452 15012 INFO octavia.api.v2.controllers.pool [req-a11d7124-b2d2-4fd2-93dc-81005639e435 - - - - -] Sending Creation of Pool ea6e136c-fce9-4af8-8076-0b6657be70b3 to handler 2019-10-07 13:35:05.546 15012 INFO octavia.api.v2.controllers.pool [req-c1e4ad7f-b40d-4ec4-a3ca-6600579093e0 - - - - -] Sending Creation of Pool 559a17f6-8e01-46e6-8f37-2abccb4db307 to handler 2019-10-07 13:35:05.650 15012 INFO octavia.api.v2.controllers.member [req-2e13244c-8b21-4e5c-ae9c-5dd01e03b2e6 - - - - -] Sending Creation of Member 395c0f2d-b87f-4d12-a55e-b97a6bd8b71d to handler 2019-10-07 13:35:05.733 15012 INFO octavia.api.v2.controllers.load_balancer [req-af71e4f7-04c4-4bd0-9214-e92d758eaeb2 - - - - -] Sending updated Load Balancer 4a0ba15c-8548-4531-8ae0-85e5b002abeb to the handler 2019-10-07 13:35:05.775 15012 INFO octavia.api.v2.controllers.member [req-fe284a51-c965-42ee-a8ed-9f94a14bedf3 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:35:05.786 15012 INFO oslo_db.sqlalchemy.provision [req-fe284a51-c965-42ee-a8ed-9f94a14bedf3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:05.788 15012 INFO oslo_db.sqlalchemy.provision [req-fe284a51-c965-42ee-a8ed-9f94a14bedf3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xyakcotyxh 2019-10-07 13:35:05.788 15012 INFO oslo_db.sqlalchemy.provision [req-fe284a51-c965-42ee-a8ed-9f94a14bedf3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_update_when_lb_pending_update [0.537657s] ... ok 2019-10-07 13:35:05.791 15012 INFO oslo_db.sqlalchemy.provision [req-fe284a51-c965-42ee-a8ed-9f94a14bedf3 - - - - -] CREATE BACKEND sqlite:// TOKEN iraczsexvn 2019-10-07 13:35:05.858 15012 INFO octavia.common.config [req-fe284a51-c965-42ee-a8ed-9f94a14bedf3 - - - - -] Logging enabled! 2019-10-07 13:35:05.858 15012 INFO octavia.common.config [req-fe284a51-c965-42ee-a8ed-9f94a14bedf3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:05.879 15012 WARNING octavia.api.root_controller [req-fe284a51-c965-42ee-a8ed-9f94a14bedf3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:05.890 15012 INFO octavia.api.v2.controllers.load_balancer [req-fb317d70-2a16-4165-a239-0c514702b85e - - - - -] Sending created Load Balancer 52d18607-8c00-464f-8ad5-ab28783575ac to the handler 2019-10-07 13:35:05.926 15012 INFO octavia.api.v2.controllers.listener [req-3f62a250-866a-4283-879a-a6159d00ddc0 - - - - -] Sending Creation of Listener 81c8f205-076b-4746-8a1e-8b4aeef3c932 to handler 2019-10-07 13:35:05.970 15012 ERROR octavia.api.v2.controllers.base [req-f8ab2012-632d-4ceb-9545-769c89cba085 - - - - -] Pool 15428e0a-92e5-45c3-813e-04c3311eb7d2 not found: None 2019-10-07 13:35:05.970 15012 ERROR octavia.api.v2.controllers.base None 2019-10-07 13:35:05.970 15012 ERROR octavia.api.v2.controllers.base 2019-10-07 13:35:05.981 15012 INFO oslo_db.sqlalchemy.provision [req-f8ab2012-632d-4ceb-9545-769c89cba085 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:05.983 15012 INFO oslo_db.sqlalchemy.provision [req-f8ab2012-632d-4ceb-9545-769c89cba085 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iraczsexvn 2019-10-07 13:35:05.983 15012 INFO oslo_db.sqlalchemy.provision [req-f8ab2012-632d-4ceb-9545-769c89cba085 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_get [0.194831s] ... ok 2019-10-07 13:35:05.986 15012 INFO oslo_db.sqlalchemy.provision [req-f8ab2012-632d-4ceb-9545-769c89cba085 - - - - -] CREATE BACKEND sqlite:// TOKEN uogspdjhay 2019-10-07 13:35:06.053 15012 INFO octavia.common.config [req-f8ab2012-632d-4ceb-9545-769c89cba085 - - - - -] Logging enabled! 2019-10-07 13:35:06.053 15012 INFO octavia.common.config [req-f8ab2012-632d-4ceb-9545-769c89cba085 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:06.074 15012 WARNING octavia.api.root_controller [req-f8ab2012-632d-4ceb-9545-769c89cba085 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:06.085 15012 INFO octavia.api.v2.controllers.load_balancer [req-11e110d9-46fc-401c-bb32-6cddb2a3f993 - - - - -] Sending created Load Balancer d491fe7d-0265-4c2a-aee1-d35df1453894 to the handler 2019-10-07 13:35:06.121 15012 INFO octavia.api.v2.controllers.listener [req-3c9c8134-8ce8-4d4c-b7c3-29905ff9e303 - - - - -] Sending Creation of Listener 7f4ddf49-01fb-4b6b-905b-47d94da410ec to handler 2019-10-07 13:35:06.187 15012 INFO octavia.api.v2.controllers.pool [req-709806b3-17d8-47d2-9c13-d09722c811d6 - - - - -] Sending Creation of Pool 50ac8895-7847-4590-a563-6948b864557c to handler 2019-10-07 13:35:06.362 15012 INFO oslo_db.sqlalchemy.provision [req-4c6f1c74-bef3-4f01-8e4f-d7b7f2f72f0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:06.363 15012 INFO oslo_db.sqlalchemy.provision [req-4c6f1c74-bef3-4f01-8e4f-d7b7f2f72f0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uogspdjhay 2019-10-07 13:35:06.364 15012 INFO oslo_db.sqlalchemy.provision [req-4c6f1c74-bef3-4f01-8e4f-d7b7f2f72f0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_update [0.380618s] ... ok 2019-10-07 13:35:06.367 15012 INFO oslo_db.sqlalchemy.provision [req-4c6f1c74-bef3-4f01-8e4f-d7b7f2f72f0f - - - - -] CREATE BACKEND sqlite:// TOKEN xfgxybhcjz 2019-10-07 13:35:06.433 15012 INFO octavia.common.config [req-4c6f1c74-bef3-4f01-8e4f-d7b7f2f72f0f - - - - -] Logging enabled! 2019-10-07 13:35:06.433 15012 INFO octavia.common.config [req-4c6f1c74-bef3-4f01-8e4f-d7b7f2f72f0f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:06.453 15012 WARNING octavia.api.root_controller [req-4c6f1c74-bef3-4f01-8e4f-d7b7f2f72f0f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:06.464 15012 INFO octavia.api.v2.controllers.load_balancer [req-f630b041-36f9-4285-acbe-d874f1ceff9a - - - - -] Sending created Load Balancer 1fb8fb8c-b2d7-42c8-afc2-950eb6306ef6 to the handler 2019-10-07 13:35:06.502 15012 INFO octavia.api.v2.controllers.listener [req-0605db2e-2fdc-43b2-b065-73a29f7c8d08 - - - - -] Sending Creation of Listener af77bd2d-016b-4fde-9f4c-b713748e1e44 to handler 2019-10-07 13:35:06.556 15012 INFO oslo_db.sqlalchemy.provision [req-0032f231-264e-4cfe-8ccd-2d613ac97d0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:06.557 15012 INFO oslo_db.sqlalchemy.provision [req-0032f231-264e-4cfe-8ccd-2d613ac97d0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xfgxybhcjz 2019-10-07 13:35:06.557 15012 INFO oslo_db.sqlalchemy.provision [req-0032f231-264e-4cfe-8ccd-2d613ac97d0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_not_authorized [0.193404s] ... ok 2019-10-07 13:35:06.560 15012 INFO oslo_db.sqlalchemy.provision [req-0032f231-264e-4cfe-8ccd-2d613ac97d0f - - - - -] CREATE BACKEND sqlite:// TOKEN fbqseekaga 2019-10-07 13:35:06.626 15012 INFO octavia.common.config [req-0032f231-264e-4cfe-8ccd-2d613ac97d0f - - - - -] Logging enabled! 2019-10-07 13:35:06.627 15012 INFO octavia.common.config [req-0032f231-264e-4cfe-8ccd-2d613ac97d0f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:06.647 15012 WARNING octavia.api.root_controller [req-0032f231-264e-4cfe-8ccd-2d613ac97d0f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:06.658 15012 INFO octavia.api.v2.controllers.load_balancer [req-217c45b4-dcc2-44c4-84c3-473fa9d5b736 - - - - -] Sending created Load Balancer 0a9cc102-4253-4539-9dd8-409c1948b030 to the handler 2019-10-07 13:35:06.696 15012 INFO octavia.api.v2.controllers.listener [req-81d0b970-8ffb-48b4-9369-8a5900885fbb - - - - -] Sending Creation of Listener 13fc3b46-489d-48be-a6fb-ed21972c34d4 to handler 2019-10-07 13:35:06.773 15012 INFO octavia.api.v2.controllers.pool [req-adf6063f-fbf0-4e12-beb4-d144320cf5e3 - - - - -] Sending Creation of Pool ff8f0537-e717-4b1f-bcb6-322d09741f23 to handler 2019-10-07 13:35:06.796 15012 INFO oslo_db.sqlalchemy.provision [req-adf6063f-fbf0-4e12-beb4-d144320cf5e3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:06.798 15012 INFO oslo_db.sqlalchemy.provision [req-adf6063f-fbf0-4e12-beb4-d144320cf5e3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fbqseekaga 2019-10-07 13:35:06.798 15012 INFO oslo_db.sqlalchemy.provision [req-adf6063f-fbf0-4e12-beb4-d144320cf5e3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_project_id [0.240606s] ... ok 2019-10-07 13:35:06.801 15012 INFO oslo_db.sqlalchemy.provision [req-adf6063f-fbf0-4e12-beb4-d144320cf5e3 - - - - -] CREATE BACKEND sqlite:// TOKEN sjmeexeafl 2019-10-07 13:35:06.867 15012 INFO octavia.common.config [req-adf6063f-fbf0-4e12-beb4-d144320cf5e3 - - - - -] Logging enabled! 2019-10-07 13:35:06.868 15012 INFO octavia.common.config [req-adf6063f-fbf0-4e12-beb4-d144320cf5e3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:06.889 15012 WARNING octavia.api.root_controller [req-adf6063f-fbf0-4e12-beb4-d144320cf5e3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:06.900 15012 INFO octavia.api.v2.controllers.load_balancer [req-81bd4279-bb23-49f2-9401-950d29686aa0 - - - - -] Sending created Load Balancer 439bf8b5-da19-4922-84b4-8cf3790d0500 to the handler 2019-10-07 13:35:06.936 15012 INFO octavia.api.v2.controllers.listener [req-052af1f7-f74f-4fc7-9fd3-5d7b64480914 - - - - -] Sending Creation of Listener 339a1c03-9dcd-4de4-ab73-9a0bcb87231b to handler 2019-10-07 13:35:07.008 15012 INFO octavia.api.v2.controllers.pool [req-5056cd8f-e33d-44d4-a92f-564d827e90c1 - - - - -] Sending Creation of Pool f06df2d9-1c42-4eae-8f6b-a7228447d72c to handler 2019-10-07 13:35:07.169 15012 INFO oslo_db.sqlalchemy.provision [req-76018a22-193c-4cdb-a155-b9596a21d026 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:07.171 15012 INFO oslo_db.sqlalchemy.provision [req-76018a22-193c-4cdb-a155-b9596a21d026 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sjmeexeafl 2019-10-07 13:35:07.171 15012 INFO oslo_db.sqlalchemy.provision [req-76018a22-193c-4cdb-a155-b9596a21d026 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_proxy_protocol [0.372664s] ... ok 2019-10-07 13:35:07.174 15012 INFO oslo_db.sqlalchemy.provision [req-76018a22-193c-4cdb-a155-b9596a21d026 - - - - -] CREATE BACKEND sqlite:// TOKEN bgwrnactrb 2019-10-07 13:35:07.240 15012 INFO octavia.common.config [req-76018a22-193c-4cdb-a155-b9596a21d026 - - - - -] Logging enabled! 2019-10-07 13:35:07.240 15012 INFO octavia.common.config [req-76018a22-193c-4cdb-a155-b9596a21d026 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:07.261 15012 WARNING octavia.api.root_controller [req-76018a22-193c-4cdb-a155-b9596a21d026 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:07.272 15012 INFO octavia.api.v2.controllers.load_balancer [req-17be604b-4f46-4ed1-b2ed-1f22651d7f67 - - - - -] Sending created Load Balancer db346d88-7004-44d2-90e6-7b93f1b5d2e9 to the handler 2019-10-07 13:35:07.309 15012 INFO octavia.api.v2.controllers.listener [req-e6ff0dd7-0564-403b-81a3-b6665bcb5bdf - - - - -] Sending Creation of Listener 0c784819-fa39-488d-bfa7-234790000996 to handler 2019-10-07 13:35:07.375 15012 INFO octavia.api.v2.controllers.pool [req-fce91288-c66b-4dac-b4c4-fa49919c2e21 - - - - -] Sending Creation of Pool 414bc063-17d2-4c25-bba6-caf9d35e3ecb to handler 2019-10-07 13:35:07.450 15012 INFO oslo_db.sqlalchemy.provision [req-3e14a3be-f504-474b-837a-ac5d15d322c4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:07.452 15012 INFO oslo_db.sqlalchemy.provision [req-3e14a3be-f504-474b-837a-ac5d15d322c4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bgwrnactrb 2019-10-07 13:35:07.452 15012 INFO oslo_db.sqlalchemy.provision [req-3e14a3be-f504-474b-837a-ac5d15d322c4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_already_deleted [0.280860s] ... ok 2019-10-07 13:35:07.455 15012 INFO oslo_db.sqlalchemy.provision [req-3e14a3be-f504-474b-837a-ac5d15d322c4 - - - - -] CREATE BACKEND sqlite:// TOKEN wzxsqiyvok 2019-10-07 13:35:07.521 15012 INFO octavia.common.config [req-3e14a3be-f504-474b-837a-ac5d15d322c4 - - - - -] Logging enabled! 2019-10-07 13:35:07.521 15012 INFO octavia.common.config [req-3e14a3be-f504-474b-837a-ac5d15d322c4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:07.542 15012 WARNING octavia.api.root_controller [req-3e14a3be-f504-474b-837a-ac5d15d322c4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:07.553 15012 INFO octavia.api.v2.controllers.load_balancer [req-9bddb5b1-42e2-49b2-8821-4570be3e30ae - - - - -] Sending created Load Balancer ac90c955-a8da-4cfd-ae9f-db5fe79597ed to the handler 2019-10-07 13:35:07.589 15012 INFO octavia.api.v2.controllers.listener [req-654ced60-aafd-4c5e-9384-ad55c64bf421 - - - - -] Sending Creation of Listener c0ed7c71-a485-4a91-9405-0a1f98e16d04 to handler 2019-10-07 13:35:07.667 15012 INFO octavia.api.v2.controllers.pool [req-d47aa883-bfbc-4deb-a1a9-30e8a21df284 - - - - -] Sending Creation of Pool 56527039-64d1-47f5-bf85-2c5feb54f875 to handler 2019-10-07 13:35:07.759 15012 INFO octavia.api.v2.controllers.pool [req-9aa19b16-35b8-46c4-be15-f187f50a5161 - 43626aa8-df4e-4a92-8eeb-5cdd1fc99e45 - - -] Sending Deletion of Pool 56527039-64d1-47f5-bf85-2c5feb54f875 to handler 2019-10-07 13:35:07.817 15012 INFO oslo_db.sqlalchemy.provision [req-03930f15-915f-400c-b409-f12e73f3333e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:07.819 15012 INFO oslo_db.sqlalchemy.provision [req-03930f15-915f-400c-b409-f12e73f3333e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wzxsqiyvok 2019-10-07 13:35:07.819 15012 INFO oslo_db.sqlalchemy.provision [req-03930f15-915f-400c-b409-f12e73f3333e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_authorize [0.366962s] ... ok 2019-10-07 13:35:07.822 15012 INFO oslo_db.sqlalchemy.provision [req-03930f15-915f-400c-b409-f12e73f3333e - - - - -] CREATE BACKEND sqlite:// TOKEN axojuprxxq 2019-10-07 13:35:07.888 15012 INFO octavia.common.config [req-03930f15-915f-400c-b409-f12e73f3333e - - - - -] Logging enabled! 2019-10-07 13:35:07.888 15012 INFO octavia.common.config [req-03930f15-915f-400c-b409-f12e73f3333e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:07.909 15012 WARNING octavia.api.root_controller [req-03930f15-915f-400c-b409-f12e73f3333e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:07.923 15012 INFO octavia.api.v2.controllers.load_balancer [req-566b741f-8b70-4570-b5d2-6e42deb462e8 - - - - -] Sending created Load Balancer d7b9b053-9c42-4055-812f-36b74852f0ba to the handler 2019-10-07 13:35:07.960 15012 INFO octavia.api.v2.controllers.listener [req-440bb649-c154-4b1a-a421-5fa3abd76808 - - - - -] Sending Creation of Listener 63c21c74-ba35-4d1e-b27b-f117644c866d to handler 2019-10-07 13:35:08.026 15012 INFO octavia.api.v2.controllers.pool [req-c16d1de6-f5c8-42f7-85c9-5106f6bf1566 - - - - -] Sending Creation of Pool 6d1023da-ee10-40e9-ac5c-50d4b4a346e9 to handler 2019-10-07 13:35:08.162 15012 INFO oslo_db.sqlalchemy.provision [req-d59fb8fb-ec54-4951-8819-a41250be613a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:08.164 15012 INFO oslo_db.sqlalchemy.provision [req-d59fb8fb-ec54-4951-8819-a41250be613a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN axojuprxxq 2019-10-07 13:35:08.164 15012 INFO oslo_db.sqlalchemy.provision [req-d59fb8fb-ec54-4951-8819-a41250be613a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_not_authorize [0.344663s] ... ok 2019-10-07 13:35:08.167 15012 INFO oslo_db.sqlalchemy.provision [req-d59fb8fb-ec54-4951-8819-a41250be613a - - - - -] CREATE BACKEND sqlite:// TOKEN hjoytohtrn 2019-10-07 13:35:08.233 15012 INFO octavia.common.config [req-d59fb8fb-ec54-4951-8819-a41250be613a - - - - -] Logging enabled! 2019-10-07 13:35:08.234 15012 INFO octavia.common.config [req-d59fb8fb-ec54-4951-8819-a41250be613a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:08.257 15012 WARNING octavia.api.root_controller [req-d59fb8fb-ec54-4951-8819-a41250be613a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:08.271 15012 INFO octavia.api.v2.controllers.load_balancer [req-301f249b-48bb-485d-88cc-e706ec94ed88 - - - - -] Sending created Load Balancer f6432a11-8601-4fd9-a8ce-3c84b442970c to the handler 2019-10-07 13:35:08.306 15012 INFO octavia.api.v2.controllers.listener [req-49adec2e-5883-4957-a0b5-bc07a0eb3816 - - - - -] Sending Creation of Listener 739ced65-59ce-41d0-ba33-f4e8eb576e16 to handler 2019-10-07 13:35:08.376 15012 INFO octavia.api.v2.controllers.pool [req-06091204-8a44-4b73-8f77-3b36cff3893a - - - - -] Sending Creation of Pool a7514282-693f-47a0-8d82-39c543469a2b to handler 2019-10-07 13:35:08.449 15012 INFO octavia.api.v2.controllers.load_balancer [req-09618f40-5288-4a18-99ad-a3eb7617ccfd - - - - -] Sending deleted Load Balancer f6432a11-8601-4fd9-a8ce-3c84b442970c to the handler 2019-10-07 13:35:08.464 15012 INFO octavia.api.v2.controllers.pool [req-01221721-3e7c-4087-91ab-fd3dbe13ed9c - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:35:08.475 15012 INFO oslo_db.sqlalchemy.provision [req-01221721-3e7c-4087-91ab-fd3dbe13ed9c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:08.477 15012 INFO oslo_db.sqlalchemy.provision [req-01221721-3e7c-4087-91ab-fd3dbe13ed9c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hjoytohtrn 2019-10-07 13:35:08.477 15012 INFO oslo_db.sqlalchemy.provision [req-01221721-3e7c-4087-91ab-fd3dbe13ed9c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_when_lb_pending_delete [0.312863s] ... ok 2019-10-07 13:35:08.480 15012 INFO oslo_db.sqlalchemy.provision [req-01221721-3e7c-4087-91ab-fd3dbe13ed9c - - - - -] CREATE BACKEND sqlite:// TOKEN dqiumemyps 2019-10-07 13:35:08.546 15012 INFO octavia.common.config [req-01221721-3e7c-4087-91ab-fd3dbe13ed9c - - - - -] Logging enabled! 2019-10-07 13:35:08.546 15012 INFO octavia.common.config [req-01221721-3e7c-4087-91ab-fd3dbe13ed9c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:08.566 15012 WARNING octavia.api.root_controller [req-01221721-3e7c-4087-91ab-fd3dbe13ed9c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:08.581 15012 INFO octavia.api.v2.controllers.load_balancer [req-34e9bcee-24c5-475e-924e-987aa8e5db8f - - - - -] Sending created Load Balancer ccaaec38-cbeb-404a-9079-9e5a236892ae to the handler 2019-10-07 13:35:08.675 15012 INFO octavia.api.v2.controllers.listener [req-af4c910b-25a4-408e-b1df-ba53bc74b260 - - - - -] Sending Creation of Listener a74e0865-b60e-4271-a31e-dc91ffbd09a7 to handler 2019-10-07 13:35:08.744 15012 INFO octavia.api.v2.controllers.pool [req-b187c57d-b449-4232-a543-c6b9dbd0be49 - - - - -] Sending Creation of Pool 526a2407-c4b8-4ccb-9868-caa6f418129e to handler 2019-10-07 13:35:08.814 15012 INFO octavia.api.v2.controllers.load_balancer [req-7394d07d-9e52-4863-8e96-b7370cb63ed0 - - - - -] Sending updated Load Balancer ccaaec38-cbeb-404a-9079-9e5a236892ae to the handler 2019-10-07 13:35:08.842 15012 INFO octavia.api.v2.controllers.pool [req-8b1a0f87-52ec-4278-925b-40c9abda3871 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:35:08.853 15012 INFO oslo_db.sqlalchemy.provision [req-8b1a0f87-52ec-4278-925b-40c9abda3871 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:08.854 15012 INFO oslo_db.sqlalchemy.provision [req-8b1a0f87-52ec-4278-925b-40c9abda3871 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dqiumemyps 2019-10-07 13:35:08.855 15012 INFO oslo_db.sqlalchemy.provision [req-8b1a0f87-52ec-4278-925b-40c9abda3871 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_when_lb_pending_update [0.377684s] ... ok 2019-10-07 13:35:08.858 15012 INFO oslo_db.sqlalchemy.provision [req-8b1a0f87-52ec-4278-925b-40c9abda3871 - - - - -] CREATE BACKEND sqlite:// TOKEN uwvmsnxcod 2019-10-07 13:35:08.925 15012 INFO octavia.common.config [req-8b1a0f87-52ec-4278-925b-40c9abda3871 - - - - -] Logging enabled! 2019-10-07 13:35:08.925 15012 INFO octavia.common.config [req-8b1a0f87-52ec-4278-925b-40c9abda3871 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:08.945 15012 WARNING octavia.api.root_controller [req-8b1a0f87-52ec-4278-925b-40c9abda3871 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:08.956 15012 INFO octavia.api.v2.controllers.load_balancer [req-97587d66-383b-4a2d-8032-430097c42136 - - - - -] Sending created Load Balancer 69477a56-a567-4233-9003-e1d5bb2362c3 to the handler 2019-10-07 13:35:08.992 15012 INFO octavia.api.v2.controllers.listener [req-cbffe58f-a9b2-4723-8930-47c8a150d52a - - - - -] Sending Creation of Listener 6c3d02f2-da06-4173-8cd5-406167d45fee to handler 2019-10-07 13:35:09.038 15012 INFO octavia.api.v2.controllers.load_balancer [req-c8c47bd2-4b2a-4d35-be5e-a1a1799d6d73 - - - - -] Sending created Load Balancer 14fa6c65-5d6b-4958-a73c-9a20156722a9 to the handler 2019-10-07 13:35:09.075 15012 INFO octavia.api.v2.controllers.pool [req-d88af7df-4420-4714-b60b-425380c74706 - - - - -] Sending Creation of Pool 39d11a56-a02d-4cdf-85af-4b58b2ef2fe1 to handler 2019-10-07 13:35:09.135 15012 INFO octavia.api.v2.controllers.pool [req-099f3408-8bf9-40a5-a3ce-eb38d1ad1207 - - - - -] Sending Creation of Pool 0dd2cb28-b339-4582-885f-9c3420998552 to handler 2019-10-07 13:35:09.204 15012 INFO octavia.api.v2.controllers.pool [req-93ce83b7-9cbb-4f34-9b99-02976fb13def - - - - -] Sending Creation of Pool 54540b10-9060-4931-b4a4-0ee96fa42660 to handler 2019-10-07 13:35:09.303 15012 INFO oslo_db.sqlalchemy.provision [req-a4b672fd-e08b-49b7-881e-09c6c3c21e08 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:09.304 15012 INFO oslo_db.sqlalchemy.provision [req-a4b672fd-e08b-49b7-881e-09c6c3c21e08 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uwvmsnxcod 2019-10-07 13:35:09.304 15012 INFO oslo_db.sqlalchemy.provision [req-a4b672fd-e08b-49b7-881e-09c6c3c21e08 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_non_admin [0.449339s] ... ok 2019-10-07 13:35:09.307 15012 INFO oslo_db.sqlalchemy.provision [req-a4b672fd-e08b-49b7-881e-09c6c3c21e08 - - - - -] CREATE BACKEND sqlite:// TOKEN lgfsqevayf 2019-10-07 13:35:09.373 15012 INFO octavia.common.config [req-a4b672fd-e08b-49b7-881e-09c6c3c21e08 - - - - -] Logging enabled! 2019-10-07 13:35:09.374 15012 INFO octavia.common.config [req-a4b672fd-e08b-49b7-881e-09c6c3c21e08 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:09.394 15012 WARNING octavia.api.root_controller [req-a4b672fd-e08b-49b7-881e-09c6c3c21e08 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:09.405 15012 INFO octavia.api.v2.controllers.load_balancer [req-cfd2ca4e-05d4-4046-a56a-97369c8bce1e - - - - -] Sending created Load Balancer a9985433-ecc3-434e-bb09-f2fb8589aed6 to the handler 2019-10-07 13:35:09.441 15012 INFO octavia.api.v2.controllers.listener [req-562a4290-d55d-49e6-bd0e-a94f960aa752 - - - - -] Sending Creation of Listener 3b79f3e3-6e59-4d8e-afa7-963f4f32d3da to handler 2019-10-07 13:35:09.485 15012 INFO octavia.api.v2.controllers.load_balancer [req-4d09e4a9-d280-42bb-ae11-132acb89f05f - - - - -] Sending created Load Balancer 67b64ad0-87ce-4e1a-a90c-5e4e9c25d05e to the handler 2019-10-07 13:35:09.522 15012 INFO octavia.api.v2.controllers.pool [req-d5e0456f-7302-42a9-bb5f-e0de994129e9 - - - - -] Sending Creation of Pool 573e60a7-7f2c-4932-87cd-7d19d4e9b40a to handler 2019-10-07 13:35:09.582 15012 INFO octavia.api.v2.controllers.pool [req-beadd8a2-ac17-4089-aafb-bea28517c432 - - - - -] Sending Creation of Pool ddcb8ced-d259-44af-95aa-4aa26baad21a to handler 2019-10-07 13:35:09.660 15012 INFO octavia.api.v2.controllers.pool [req-cf7b0842-344d-44bc-b4ee-7e60726b9bea - - - - -] Sending Creation of Pool 790306ca-4b4d-474f-9a90-d131165f6729 to handler 2019-10-07 13:35:09.764 15012 INFO oslo_db.sqlalchemy.provision [req-117b2254-5f74-4ac6-8eb6-5853ddc04b2a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:09.765 15012 INFO oslo_db.sqlalchemy.provision [req-117b2254-5f74-4ac6-8eb6-5853ddc04b2a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lgfsqevayf 2019-10-07 13:35:09.765 15012 INFO oslo_db.sqlalchemy.provision [req-117b2254-5f74-4ac6-8eb6-5853ddc04b2a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_non_admin_global_observer [0.460963s] ... ok 2019-10-07 13:35:09.768 15012 INFO oslo_db.sqlalchemy.provision [req-117b2254-5f74-4ac6-8eb6-5853ddc04b2a - - - - -] CREATE BACKEND sqlite:// TOKEN tpgztfpubg 2019-10-07 13:35:09.835 15012 INFO octavia.common.config [req-117b2254-5f74-4ac6-8eb6-5853ddc04b2a - - - - -] Logging enabled! 2019-10-07 13:35:09.835 15012 INFO octavia.common.config [req-117b2254-5f74-4ac6-8eb6-5853ddc04b2a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:09.855 15012 WARNING octavia.api.root_controller [req-117b2254-5f74-4ac6-8eb6-5853ddc04b2a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:09.867 15012 INFO octavia.api.v2.controllers.load_balancer [req-c427d9e7-f257-4d47-b081-2f5382041d46 - - - - -] Sending created Load Balancer 3a0aa911-3212-4fdd-a7e9-7effd26df2f2 to the handler 2019-10-07 13:35:09.904 15012 INFO octavia.api.v2.controllers.listener [req-b810b75b-c9d4-4055-aa12-b88a2dd22683 - - - - -] Sending Creation of Listener e3eea204-751f-4c4b-9687-eb0fa30a6cef to handler 2019-10-07 13:35:09.958 15012 INFO octavia.api.v2.controllers.pool [req-7d48261f-b43d-4532-b969-5c458da48a04 - - - - -] Sending Creation of Pool 70bc00a5-3c7e-41cb-b9e4-0d050742c0fa to handler 2019-10-07 13:35:10.039 15012 INFO octavia.api.v2.controllers.pool [req-03a94235-20b2-40ee-a69f-79d556e5c176 - - - - -] Sending Creation of Pool addb9c67-288b-49c9-9581-53b63e54b5e0 to handler 2019-10-07 13:35:10.141 15012 INFO octavia.api.v2.controllers.pool [req-7d800e58-7219-4fc8-9fe8-c03fd2cec4d3 - - - - -] Sending Creation of Pool b66cbf7b-be72-4318-8e8f-e97dd4cae3c7 to handler 2019-10-07 13:35:10.301 15012 INFO oslo_db.sqlalchemy.provision [req-70bb6f9f-9cff-465b-a431-50b25db9dbb6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:10.303 15012 INFO oslo_db.sqlalchemy.provision [req-70bb6f9f-9cff-465b-a431-50b25db9dbb6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tpgztfpubg 2019-10-07 13:35:10.303 15012 INFO oslo_db.sqlalchemy.provision [req-70bb6f9f-9cff-465b-a431-50b25db9dbb6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_sorted [0.537626s] ... ok 2019-10-07 13:35:10.306 15012 INFO oslo_db.sqlalchemy.provision [req-70bb6f9f-9cff-465b-a431-50b25db9dbb6 - - - - -] CREATE BACKEND sqlite:// TOKEN gksvejlwtt 2019-10-07 13:35:10.373 15012 INFO octavia.common.config [req-70bb6f9f-9cff-465b-a431-50b25db9dbb6 - - - - -] Logging enabled! 2019-10-07 13:35:10.374 15012 INFO octavia.common.config [req-70bb6f9f-9cff-465b-a431-50b25db9dbb6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:10.394 15012 WARNING octavia.api.root_controller [req-70bb6f9f-9cff-465b-a431-50b25db9dbb6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:10.405 15012 INFO octavia.api.v2.controllers.load_balancer [req-65b84c01-b353-466a-ae26-ce9fe898dcd0 - - - - -] Sending created Load Balancer 3e692b61-590d-429b-8a9a-e80acdc76a78 to the handler 2019-10-07 13:35:10.441 15012 INFO octavia.api.v2.controllers.listener [req-ef4ef6a2-f163-40ce-abd8-f1d27fc632dc - - - - -] Sending Creation of Listener dec1e242-b1e8-4468-9ba2-f316efedb4c0 to handler 2019-10-07 13:35:10.513 15012 INFO octavia.api.v2.controllers.pool [req-c0fc09e6-c919-412b-a928-4cf44427b18d - - - - -] Sending Creation of Pool 911efb04-c7ed-42ae-9b76-87365e99f349 to handler 2019-10-07 13:35:10.581 15012 INFO oslo_db.sqlalchemy.provision [req-26754fec-0209-4b2d-897d-f99b62ff988a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:10.582 15012 INFO oslo_db.sqlalchemy.provision [req-26754fec-0209-4b2d-897d-f99b62ff988a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gksvejlwtt 2019-10-07 13:35:10.583 15012 INFO oslo_db.sqlalchemy.provision [req-26754fec-0209-4b2d-897d-f99b62ff988a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_hides_deleted [0.279198s] ... ok 2019-10-07 13:35:10.585 15012 INFO oslo_db.sqlalchemy.provision [req-26754fec-0209-4b2d-897d-f99b62ff988a - - - - -] CREATE BACKEND sqlite:// TOKEN gwqkqzqhav 2019-10-07 13:35:10.651 15012 INFO octavia.common.config [req-26754fec-0209-4b2d-897d-f99b62ff988a - - - - -] Logging enabled! 2019-10-07 13:35:10.652 15012 INFO octavia.common.config [req-26754fec-0209-4b2d-897d-f99b62ff988a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:10.672 15012 WARNING octavia.api.root_controller [req-26754fec-0209-4b2d-897d-f99b62ff988a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:10.683 15012 INFO octavia.api.v2.controllers.load_balancer [req-5a1f2a58-490d-4b3f-86f3-afbd3626e341 - - - - -] Sending created Load Balancer 48373823-616e-4571-a2eb-5d49a17782b1 to the handler 2019-10-07 13:35:10.721 15012 INFO octavia.api.v2.controllers.listener [req-1cde63ca-0027-402b-a6fa-8d62d55b397e - - - - -] Sending Creation of Listener 21f6a4b4-880e-458e-840a-175fd15fe44f to handler 2019-10-07 13:35:10.777 15012 INFO octavia.api.v2.controllers.pool [req-20222e67-5df4-4742-91d0-03693d067cef - - - - -] Sending Creation of Pool d4d4f4f9-614d-4381-aa8c-4ac9b9dbb25a to handler 2019-10-07 13:35:10.856 15012 INFO oslo_db.sqlalchemy.provision [req-41b5304e-d440-4fee-a827-fab2cff98ebe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:10.858 15012 INFO oslo_db.sqlalchemy.provision [req-41b5304e-d440-4fee-a827-fab2cff98ebe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gwqkqzqhav 2019-10-07 13:35:10.858 15012 INFO oslo_db.sqlalchemy.provision [req-41b5304e-d440-4fee-a827-fab2cff98ebe - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_one_fields_filter [0.275251s] ... ok 2019-10-07 13:35:10.861 15012 INFO oslo_db.sqlalchemy.provision [req-41b5304e-d440-4fee-a827-fab2cff98ebe - - - - -] CREATE BACKEND sqlite:// TOKEN pnhlwhqwpm 2019-10-07 13:35:10.927 15012 INFO octavia.common.config [req-41b5304e-d440-4fee-a827-fab2cff98ebe - - - - -] Logging enabled! 2019-10-07 13:35:10.927 15012 INFO octavia.common.config [req-41b5304e-d440-4fee-a827-fab2cff98ebe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:10.948 15012 WARNING octavia.api.root_controller [req-41b5304e-d440-4fee-a827-fab2cff98ebe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:10.962 15012 INFO octavia.api.v2.controllers.load_balancer [req-2582b7a0-eec5-469f-a7c5-848f676dedc4 - - - - -] Sending created Load Balancer 4cafbd72-4797-45bc-baad-16ceffe8137c to the handler 2019-10-07 13:35:10.998 15012 INFO octavia.api.v2.controllers.listener [req-0312fdf3-a023-4f93-a486-bafe43404f5f - - - - -] Sending Creation of Listener c44b77af-440a-4a6a-a32a-19ef36a4d53f to handler 2019-10-07 13:35:11.067 15012 INFO octavia.api.v2.controllers.pool [req-465c0640-40ba-4504-a3a4-f5c8ca840f1c - - - - -] Sending Creation of Pool 2f964d76-42dc-42d0-9143-02e6146cafc8 to handler 2019-10-07 13:35:11.144 15012 INFO octavia.api.v2.controllers.pool [req-a193cedd-19ec-404e-8cc7-3501cbffe24d - - - - -] Sending Update of Pool 2f964d76-42dc-42d0-9143-02e6146cafc8 to handler 2019-10-07 13:35:11.328 15012 INFO oslo_db.sqlalchemy.provision [req-8d7f11b5-526e-45e6-a992-08a8fc963b8a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:11.329 15012 INFO oslo_db.sqlalchemy.provision [req-8d7f11b5-526e-45e6-a992-08a8fc963b8a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pnhlwhqwpm 2019-10-07 13:35:11.330 15012 INFO oslo_db.sqlalchemy.provision [req-8d7f11b5-526e-45e6-a992-08a8fc963b8a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_update [0.471614s] ... ok 2019-10-07 13:35:11.333 15012 INFO oslo_db.sqlalchemy.provision [req-8d7f11b5-526e-45e6-a992-08a8fc963b8a - - - - -] CREATE BACKEND sqlite:// TOKEN tyfqmeaqwq 2019-10-07 13:35:11.399 15012 INFO octavia.common.config [req-8d7f11b5-526e-45e6-a992-08a8fc963b8a - - - - -] Logging enabled! 2019-10-07 13:35:11.400 15012 INFO octavia.common.config [req-8d7f11b5-526e-45e6-a992-08a8fc963b8a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:11.420 15012 WARNING octavia.api.root_controller [req-8d7f11b5-526e-45e6-a992-08a8fc963b8a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:11.431 15012 INFO octavia.api.v2.controllers.load_balancer [req-9810f8ca-96e2-411a-aeaa-6d2fd7b78e82 - - - - -] Sending created Load Balancer 5e7006c5-9992-4cd0-9602-47f572310862 to the handler 2019-10-07 13:35:11.467 15012 INFO octavia.api.v2.controllers.listener [req-c472bc66-67bf-46ef-b7f4-e283f7b46003 - - - - -] Sending Creation of Listener a1727e7b-49a2-4c3c-9da9-7d590902e2af to handler 2019-10-07 13:35:11.536 15012 INFO octavia.api.v2.controllers.pool [req-d77808f6-9fcb-4196-9c9a-e3d1a3d9af3e - - - - -] Sending Creation of Pool 5012affa-334e-46e6-9c70-023ae577cabe to handler 2019-10-07 13:35:11.685 15012 INFO oslo_db.sqlalchemy.provision [req-c3a26788-050b-4030-83db-5353f49119bd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:11.687 15012 INFO oslo_db.sqlalchemy.provision [req-c3a26788-050b-4030-83db-5353f49119bd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tyfqmeaqwq 2019-10-07 13:35:11.687 15012 INFO oslo_db.sqlalchemy.provision [req-c3a26788-050b-4030-83db-5353f49119bd - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_not_authorized [0.357183s] ... ok 2019-10-07 13:35:11.690 15012 INFO oslo_db.sqlalchemy.provision [req-c3a26788-050b-4030-83db-5353f49119bd - - - - -] CREATE BACKEND sqlite:// TOKEN aftksmrtcy 2019-10-07 13:35:11.756 15012 INFO octavia.common.config [req-c3a26788-050b-4030-83db-5353f49119bd - - - - -] Logging enabled! 2019-10-07 13:35:11.756 15012 INFO octavia.common.config [req-c3a26788-050b-4030-83db-5353f49119bd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:11.776 15012 WARNING octavia.api.root_controller [req-c3a26788-050b-4030-83db-5353f49119bd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:11.787 15012 INFO octavia.api.v2.controllers.load_balancer [req-c043b1e2-21b0-4b39-97ad-2336c8e6faf4 - - - - -] Sending created Load Balancer a41225b3-397c-409d-8083-bb57638dd31d to the handler 2019-10-07 13:35:11.825 15012 INFO octavia.api.v2.controllers.listener [req-8765785c-a801-494d-bd27-a65f79976bc0 - - - - -] Sending Creation of Listener 8ac3feaf-a980-4a71-94c6-9585cc3f4e48 to handler 2019-10-07 13:35:11.897 15012 INFO octavia.api.v2.controllers.pool [req-4787bd54-5bd0-4190-bed8-1e3d178e925e - - - - -] Sending Creation of Pool ccf40c3d-0878-4d1f-b8c6-91db65ff5556 to handler 2019-10-07 13:35:11.970 15012 INFO octavia.api.v2.controllers.load_balancer [req-8ada728b-4b53-4129-9dd2-7de50a60780c - - - - -] Sending deleted Load Balancer a41225b3-397c-409d-8083-bb57638dd31d to the handler 2019-10-07 13:35:11.986 15012 INFO octavia.api.v2.controllers.pool [req-ffa59623-e966-45ee-9689-3d94fb968890 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-10-07 13:35:11.997 15012 INFO oslo_db.sqlalchemy.provision [req-ffa59623-e966-45ee-9689-3d94fb968890 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:11.998 15012 INFO oslo_db.sqlalchemy.provision [req-ffa59623-e966-45ee-9689-3d94fb968890 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aftksmrtcy 2019-10-07 13:35:11.999 15012 INFO oslo_db.sqlalchemy.provision [req-ffa59623-e966-45ee-9689-3d94fb968890 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_when_lb_pending_delete [0.311517s] ... ok 2019-10-07 13:35:12.002 15012 INFO oslo_db.sqlalchemy.provision [req-ffa59623-e966-45ee-9689-3d94fb968890 - - - - -] CREATE BACKEND sqlite:// TOKEN wjdjijnfee 2019-10-07 13:35:12.068 15012 INFO octavia.common.config [req-ffa59623-e966-45ee-9689-3d94fb968890 - - - - -] Logging enabled! 2019-10-07 13:35:12.069 15012 INFO octavia.common.config [req-ffa59623-e966-45ee-9689-3d94fb968890 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:12.089 15012 WARNING octavia.api.root_controller [req-ffa59623-e966-45ee-9689-3d94fb968890 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:12.100 15012 INFO octavia.api.v2.controllers.load_balancer [req-0b143758-cffa-4432-86a2-6a5ecbee8fe9 - - - - -] Sending created Load Balancer 022facd2-4bcb-42b3-bbce-1c26b2a1e883 to the handler 2019-10-07 13:35:12.136 15012 INFO octavia.api.v2.controllers.listener [req-6f1355cf-c4a9-4e9f-9b70-b4b8651a3ed3 - - - - -] Sending Creation of Listener 896e9648-b3c7-45f4-b999-208a756b2a46 to handler 2019-10-07 13:35:12.209 15012 INFO octavia.api.v2.controllers.pool [req-8add9171-6839-4e4c-ae1b-48cc261722f9 - - - - -] Sending Creation of Pool 8feae9bf-6107-46fa-903a-f3dec3418733 to handler 2019-10-07 13:35:12.307 15012 INFO oslo_db.sqlalchemy.provision [req-9d8a0252-147a-47ae-8ecc-287f16854bfb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:12.308 15012 INFO oslo_db.sqlalchemy.provision [req-9d8a0252-147a-47ae-8ecc-287f16854bfb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wjdjijnfee 2019-10-07 13:35:12.309 15012 INFO oslo_db.sqlalchemy.provision [req-9d8a0252-147a-47ae-8ecc-287f16854bfb - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_SP_type_HTTP_cookie [0.324270s] ... ok 2019-10-07 13:35:12.328 15012 INFO oslo_db.sqlalchemy.provision [req-9d8a0252-147a-47ae-8ecc-287f16854bfb - - - - -] CREATE BACKEND sqlite:// TOKEN fudiiqgdun 2019-10-07 13:35:12.453 15012 INFO octavia.common.config [req-9d8a0252-147a-47ae-8ecc-287f16854bfb - - - - -] Logging enabled! 2019-10-07 13:35:12.454 15012 INFO octavia.common.config [req-9d8a0252-147a-47ae-8ecc-287f16854bfb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:12.492 15012 WARNING octavia.api.root_controller [req-9d8a0252-147a-47ae-8ecc-287f16854bfb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:12.513 15012 INFO octavia.api.v2.controllers.load_balancer [req-774beeb0-2d19-46e9-940d-c33b537c6719 - - - - -] Sending created Load Balancer 63443b91-95c4-4d7d-8095-072424794b5b to the handler 2019-10-07 13:35:12.581 15012 INFO octavia.api.v2.controllers.listener [req-6f3d2774-b648-40a6-9623-f2412cecbb09 - - - - -] Sending Creation of Listener bd12277a-4c64-475c-90a5-aaf5d4980650 to handler 2019-10-07 13:35:12.716 15012 INFO octavia.api.v2.controllers.pool [req-b0fedb44-9a7f-4ad5-9b71-fa1ea5d1e824 - - - - -] Sending Creation of Pool 618d9c49-855f-4445-9dde-4d48fe673621 to handler 2019-10-07 13:35:12.878 15012 INFO oslo_db.sqlalchemy.provision [req-f04b5842-11b3-4f48-a5fe-dc3c409fc58b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:12.881 15012 INFO oslo_db.sqlalchemy.provision [req-f04b5842-11b3-4f48-a5fe-dc3c409fc58b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fudiiqgdun 2019-10-07 13:35:12.881 15012 INFO oslo_db.sqlalchemy.provision [req-f04b5842-11b3-4f48-a5fe-dc3c409fc58b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_missing_SP_cookie_name [0.557752s] ... ok 2019-10-07 13:35:12.886 15012 INFO oslo_db.sqlalchemy.provision [req-f04b5842-11b3-4f48-a5fe-dc3c409fc58b - - - - -] CREATE BACKEND sqlite:// TOKEN lpzegegaaq 2019-10-07 13:35:12.992 15012 INFO octavia.common.config [req-f04b5842-11b3-4f48-a5fe-dc3c409fc58b - - - - -] Logging enabled! 2019-10-07 13:35:12.993 15012 INFO octavia.common.config [req-f04b5842-11b3-4f48-a5fe-dc3c409fc58b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:13.026 15012 WARNING octavia.api.root_controller [req-f04b5842-11b3-4f48-a5fe-dc3c409fc58b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:13.067 15012 INFO oslo_db.sqlalchemy.provision [req-6b4a4721-0004-4cdc-abb0-a12512ff5bbc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:13.072 15012 INFO oslo_db.sqlalchemy.provision [req-6b4a4721-0004-4cdc-abb0-a12512ff5bbc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lpzegegaaq 2019-10-07 13:35:13.072 15012 INFO oslo_db.sqlalchemy.provision [req-6b4a4721-0004-4cdc-abb0-a12512ff5bbc - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_missing_quotas [0.190830s] ... ok 2019-10-07 13:35:13.076 15012 INFO oslo_db.sqlalchemy.provision [req-6b4a4721-0004-4cdc-abb0-a12512ff5bbc - - - - -] CREATE BACKEND sqlite:// TOKEN gmkwnusutk 2019-10-07 13:35:13.174 15012 INFO octavia.common.config [req-6b4a4721-0004-4cdc-abb0-a12512ff5bbc - - - - -] Logging enabled! 2019-10-07 13:35:13.175 15012 INFO octavia.common.config [req-6b4a4721-0004-4cdc-abb0-a12512ff5bbc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:13.209 15012 WARNING octavia.api.root_controller [req-6b4a4721-0004-4cdc-abb0-a12512ff5bbc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:13.249 15012 INFO oslo_db.sqlalchemy.provision [req-05334266-e83e-4e5e-b911-cc698d8b9c3b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:13.251 15012 INFO oslo_db.sqlalchemy.provision [req-05334266-e83e-4e5e-b911-cc698d8b9c3b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gmkwnusutk 2019-10-07 13:35:13.251 15012 INFO oslo_db.sqlalchemy.provision [req-05334266-e83e-4e5e-b911-cc698d8b9c3b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_quotas_quota_admin [0.178584s] ... ok 2019-10-07 13:35:13.255 15012 INFO oslo_db.sqlalchemy.provision [req-05334266-e83e-4e5e-b911-cc698d8b9c3b - - - - -] CREATE BACKEND sqlite:// TOKEN tuiyhxshkt 2019-10-07 13:35:13.347 15012 INFO octavia.common.config [req-05334266-e83e-4e5e-b911-cc698d8b9c3b - - - - -] Logging enabled! 2019-10-07 13:35:13.348 15012 INFO octavia.common.config [req-05334266-e83e-4e5e-b911-cc698d8b9c3b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:13.377 15012 WARNING octavia.api.root_controller [req-05334266-e83e-4e5e-b911-cc698d8b9c3b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:13.421 15012 INFO oslo_db.sqlalchemy.provision [req-505f0bc3-1498-4d0d-a7cf-fd170dbb2ec1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:13.423 15012 INFO oslo_db.sqlalchemy.provision [req-505f0bc3-1498-4d0d-a7cf-fd170dbb2ec1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tuiyhxshkt 2019-10-07 13:35:13.423 15012 INFO oslo_db.sqlalchemy.provision [req-505f0bc3-1498-4d0d-a7cf-fd170dbb2ec1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_quotas_not_Authorized_member [0.172151s] ... ok 2019-10-07 13:35:13.427 15012 INFO oslo_db.sqlalchemy.provision [req-505f0bc3-1498-4d0d-a7cf-fd170dbb2ec1 - - - - -] CREATE BACKEND sqlite:// TOKEN cjxtvbmyhd 2019-10-07 13:35:13.513 15012 INFO octavia.common.config [req-505f0bc3-1498-4d0d-a7cf-fd170dbb2ec1 - - - - -] Logging enabled! 2019-10-07 13:35:13.513 15012 INFO octavia.common.config [req-505f0bc3-1498-4d0d-a7cf-fd170dbb2ec1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:13.544 15012 WARNING octavia.api.root_controller [req-505f0bc3-1498-4d0d-a7cf-fd170dbb2ec1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:13.602 15012 INFO oslo_db.sqlalchemy.provision [req-d4741f1e-6f62-428e-8f34-277a90af5cc8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:13.603 15012 INFO oslo_db.sqlalchemy.provision [req-d4741f1e-6f62-428e-8f34-277a90af5cc8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cjxtvbmyhd 2019-10-07 13:35:13.604 15012 INFO oslo_db.sqlalchemy.provision [req-d4741f1e-6f62-428e-8f34-277a90af5cc8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_non_admin [0.180231s] ... ok 2019-10-07 13:35:13.607 15012 INFO oslo_db.sqlalchemy.provision [req-d4741f1e-6f62-428e-8f34-277a90af5cc8 - - - - -] CREATE BACKEND sqlite:// TOKEN naxagpejlp 2019-10-07 13:35:13.689 15012 INFO octavia.common.config [req-d4741f1e-6f62-428e-8f34-277a90af5cc8 - - - - -] Logging enabled! 2019-10-07 13:35:13.689 15012 INFO octavia.common.config [req-d4741f1e-6f62-428e-8f34-277a90af5cc8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:13.717 15012 WARNING octavia.api.root_controller [req-d4741f1e-6f62-428e-8f34-277a90af5cc8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:13.771 15012 INFO oslo_db.sqlalchemy.provision [req-a2dbe0f5-1902-4d36-aec0-03116f514d96 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:13.773 15012 INFO oslo_db.sqlalchemy.provision [req-a2dbe0f5-1902-4d36-aec0-03116f514d96 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN naxagpejlp 2019-10-07 13:35:13.773 15012 INFO oslo_db.sqlalchemy.provision [req-a2dbe0f5-1902-4d36-aec0-03116f514d96 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_non_admin_global_observer [0.168922s] ... ok 2019-10-07 13:35:13.776 15012 INFO oslo_db.sqlalchemy.provision [req-a2dbe0f5-1902-4d36-aec0-03116f514d96 - - - - -] CREATE BACKEND sqlite:// TOKEN pjnwhdklzv 2019-10-07 13:35:13.856 15012 INFO octavia.common.config [req-a2dbe0f5-1902-4d36-aec0-03116f514d96 - - - - -] Logging enabled! 2019-10-07 13:35:13.856 15012 INFO octavia.common.config [req-a2dbe0f5-1902-4d36-aec0-03116f514d96 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:13.879 15012 WARNING octavia.api.root_controller [req-a2dbe0f5-1902-4d36-aec0-03116f514d96 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:13.927 15012 INFO oslo_db.sqlalchemy.provision [req-ef18ff10-9306-490a-8a65-4a6b223c2f74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:13.929 15012 INFO oslo_db.sqlalchemy.provision [req-ef18ff10-9306-490a-8a65-4a6b223c2f74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pjnwhdklzv 2019-10-07 13:35:13.929 15012 INFO oslo_db.sqlalchemy.provision [req-ef18ff10-9306-490a-8a65-4a6b223c2f74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_non_admin_observer [0.156039s] ... ok 2019-10-07 13:35:13.932 15012 INFO oslo_db.sqlalchemy.provision [req-ef18ff10-9306-490a-8a65-4a6b223c2f74 - - - - -] CREATE BACKEND sqlite:// TOKEN hndthufrfx 2019-10-07 13:35:14.008 15012 INFO octavia.common.config [req-ef18ff10-9306-490a-8a65-4a6b223c2f74 - - - - -] Logging enabled! 2019-10-07 13:35:14.008 15012 INFO octavia.common.config [req-ef18ff10-9306-490a-8a65-4a6b223c2f74 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:14.032 15012 WARNING octavia.api.root_controller [req-ef18ff10-9306-490a-8a65-4a6b223c2f74 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:14.070 15012 INFO oslo_db.sqlalchemy.provision [req-fd5e6e63-1192-40c3-9c4b-8fda03ae6c8c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:14.072 15012 INFO oslo_db.sqlalchemy.provision [req-fd5e6e63-1192-40c3-9c4b-8fda03ae6c8c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hndthufrfx 2019-10-07 13:35:14.072 15012 INFO oslo_db.sqlalchemy.provision [req-fd5e6e63-1192-40c3-9c4b-8fda03ae6c8c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_not_Authorized_bogus_role [0.142499s] ... ok 2019-10-07 13:35:14.075 15012 INFO oslo_db.sqlalchemy.provision [req-fd5e6e63-1192-40c3-9c4b-8fda03ae6c8c - - - - -] CREATE BACKEND sqlite:// TOKEN taictwwxsf 2019-10-07 13:35:14.147 15012 INFO octavia.common.config [req-fd5e6e63-1192-40c3-9c4b-8fda03ae6c8c - - - - -] Logging enabled! 2019-10-07 13:35:14.147 15012 INFO octavia.common.config [req-fd5e6e63-1192-40c3-9c4b-8fda03ae6c8c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:14.169 15012 WARNING octavia.api.root_controller [req-fd5e6e63-1192-40c3-9c4b-8fda03ae6c8c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:14.189 15012 INFO oslo_db.sqlalchemy.provision [req-8fbaa165-2ff7-4c8b-9623-a1c175be9947 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:14.191 15012 INFO oslo_db.sqlalchemy.provision [req-8fbaa165-2ff7-4c8b-9623-a1c175be9947 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN taictwwxsf 2019-10-07 13:35:14.191 15012 INFO oslo_db.sqlalchemy.provision [req-8fbaa165-2ff7-4c8b-9623-a1c175be9947 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_quotas_no_quotas [0.119063s] ... ok 2019-10-07 13:35:14.194 15012 INFO oslo_db.sqlalchemy.provision [req-8fbaa165-2ff7-4c8b-9623-a1c175be9947 - - - - -] CREATE BACKEND sqlite:// TOKEN fdutsarrox 2019-10-07 13:35:14.264 15012 INFO octavia.common.config [req-8fbaa165-2ff7-4c8b-9623-a1c175be9947 - - - - -] Logging enabled! 2019-10-07 13:35:14.265 15012 INFO octavia.common.config [req-8fbaa165-2ff7-4c8b-9623-a1c175be9947 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:14.288 15012 WARNING octavia.api.root_controller [req-8fbaa165-2ff7-4c8b-9623-a1c175be9947 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:14.329 15012 INFO oslo_db.sqlalchemy.provision [req-846df4eb-33e3-4f13-b283-433ea20d0b50 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:14.331 15012 INFO oslo_db.sqlalchemy.provision [req-846df4eb-33e3-4f13-b283-433ea20d0b50 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fdutsarrox 2019-10-07 13:35:14.331 15012 INFO oslo_db.sqlalchemy.provision [req-846df4eb-33e3-4f13-b283-433ea20d0b50 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_by_project_id [0.139522s] ... ok 2019-10-07 13:35:14.334 15012 INFO oslo_db.sqlalchemy.provision [req-846df4eb-33e3-4f13-b283-433ea20d0b50 - - - - -] CREATE BACKEND sqlite:// TOKEN zkicwnmvft 2019-10-07 13:35:14.402 15012 INFO octavia.common.config [req-846df4eb-33e3-4f13-b283-433ea20d0b50 - - - - -] Logging enabled! 2019-10-07 13:35:14.402 15012 INFO octavia.common.config [req-846df4eb-33e3-4f13-b283-433ea20d0b50 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.1.2 2019-10-07 13:35:14.423 15012 WARNING octavia.api.root_controller [req-846df4eb-33e3-4f13-b283-433ea20d0b50 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-10-07 13:35:14.448 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:14.449 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zkicwnmvft 2019-10-07 13:35:14.449 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_not_Authorized_bogus_role [0.118284s] ... ok 2019-10-07 13:35:14.453 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN shcjoebcyo 2019-10-07 13:35:14.590 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:14.592 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN shcjoebcyo 2019-10-07 13:35:14.592 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.AmphoraHealthModelTest.test_delete [0.142344s] ... ok 2019-10-07 13:35:14.595 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN nhisrifqmx 2019-10-07 13:35:14.672 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:14.674 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nhisrifqmx 2019-10-07 13:35:14.674 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.AmphoraModelTest.test_delete [0.082038s] ... ok 2019-10-07 13:35:14.677 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN ajmgqpmcsr 2019-10-07 13:35:14.754 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:14.755 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ajmgqpmcsr 2019-10-07 13:35:14.755 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.AmphoraModelTest.test_update [0.081239s] ... ok 2019-10-07 13:35:14.758 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN gmmrhmckkc 2019-10-07 13:35:14.846 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:14.847 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gmmrhmckkc 2019-10-07 13:35:14.847 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listeners_pools_refs_with_l7policy_without_l7rule [0.091641s] ... ok 2019-10-07 13:35:14.850 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN kyhbuzagrw 2019-10-07 13:35:14.930 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:14.931 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kyhbuzagrw 2019-10-07 13:35:14.931 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.ListenerModelTest.test_load_balancer_relationship [0.083855s] ... ok 2019-10-07 13:35:14.934 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN ijnmcrwaxe 2019-10-07 13:35:15.012 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:15.013 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ijnmcrwaxe 2019-10-07 13:35:15.013 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.ListenerModelTest.test_update [0.081782s] ... ok 2019-10-07 13:35:15.016 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN bzbaxlulti 2019-10-07 13:35:15.098 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:15.100 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bzbaxlulti 2019-10-07 13:35:15.100 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.MemberModelTest.test_pool_relationship [0.086115s] ... ok 2019-10-07 13:35:15.103 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN trlhdoyidr 2019-10-07 13:35:15.182 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:15.184 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN trlhdoyidr 2019-10-07 13:35:15.184 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.MemberModelTest.test_update [0.084010s] ... ok 2019-10-07 13:35:15.187 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN jtlaycdagr 2019-10-07 13:35:15.263 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:15.265 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jtlaycdagr 2019-10-07 13:35:15.265 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.PoolModelTest.test_update [0.081207s] ... ok 2019-10-07 13:35:15.268 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN ywsmydkcws 2019-10-07 13:35:15.346 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:15.347 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ywsmydkcws 2019-10-07 13:35:15.347 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.SNIModelTest.test_sni_relationship [0.081827s] ... ok 2019-10-07 13:35:15.350 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN uqrzguvzvn 2019-10-07 13:35:15.429 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:15.431 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uqrzguvzvn 2019-10-07 13:35:15.431 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_delete [0.083416s] ... ok 2019-10-07 13:35:15.434 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN difxidyxed 2019-10-07 13:35:15.567 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:15.568 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN difxidyxed 2019-10-07 13:35:15.569 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_graph_completeness [0.137611s] ... ok 2019-10-07 13:35:15.572 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN zskdubpnlo 2019-10-07 13:35:15.698 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:15.699 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zskdubpnlo 2019-10-07 13:35:15.699 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_listener_tree [0.130459s] ... ok 2019-10-07 13:35:15.702 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN udaxvleftu 2019-10-07 13:35:15.843 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:15.845 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN udaxvleftu 2019-10-07 13:35:15.845 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_unique_key_generation [0.145693s] ... ok 2019-10-07 13:35:15.848 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN pagyndanuz 2019-10-07 13:35:16.004 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:16.006 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pagyndanuz 2019-10-07 13:35:16.006 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_update_data_model_listener_default_pool_id [0.160629s] ... ok 2019-10-07 13:35:16.009 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN smzndkxqkm 2019-10-07 13:35:16.152 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:16.154 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN smzndkxqkm 2019-10-07 13:35:16.154 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_rdr_url_with_default_pool_link [0.147930s] ... ok 2019-10-07 13:35:16.157 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN yabjknvjge 2019-10-07 13:35:16.300 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:16.302 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yabjknvjge 2019-10-07 13:35:16.302 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_simple_update [0.147762s] ... ok 2019-10-07 13:35:16.305 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN yeqcredygj 2019-10-07 13:35:16.450 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:16.451 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yeqcredygj 2019-10-07 13:35:16.452 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_session_persistence_delete [0.149351s] ... ok 2019-10-07 13:35:16.455 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN ciujxmwjfi 2019-10-07 13:35:16.531 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:16.533 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ciujxmwjfi 2019-10-07 13:35:16.533 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.VipModelTest.test_create [0.081175s] ... ok 2019-10-07 13:35:16.536 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN ozpuobmdhr 2019-10-07 13:35:16.619 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:16.621 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ozpuobmdhr 2019-10-07 13:35:16.621 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.VipModelTest.test_update [0.087984s] ... ok 2019-10-07 13:35:16.625 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN vdcljolsqj 2019-10-07 13:35:16.727 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:16.729 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vdcljolsqj 2019-10-07 13:35:16.729 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_load_balancer_and_vip [0.107380s] ... ok 2019-10-07 13:35:16.732 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN uvkfzrzeqd 2019-10-07 13:35:16.946 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:16.948 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uvkfzrzeqd 2019-10-07 13:35:16.948 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_load_balancer_tree [0.218828s] ... ok 2019-10-07 13:35:16.951 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN xhqkwtkajn 2019-10-07 13:35:17.035 15012 ERROR octavia.db.repositories [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] Quota decrement on called on project: cb3f2784-827d-4398-af6f-f93e48b3d425 with no quota record in the database. 2019-10-07 13:35:17.040 15012 WARNING octavia.db.repositories [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] Quota project lock timed out for project: dec36f1d-7638-4360-ac20-2c8e0d16fea9: DBDeadlock: None 2019-10-07 13:35:17.045 15012 WARNING octavia.db.repositories [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] Quota decrement on called on project: eacaa0dd-0c59-4ab0-ab9a-7537ce82fa4d that would cause a negative quota. 2019-10-07 13:35:17.072 15012 WARNING octavia.db.repositories [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] Quota decrement on called on project: 3654f943-75d1-4b0e-a004-56d0a88e8e8b that would cause a negative quota. 2019-10-07 13:35:17.098 15012 WARNING octavia.db.repositories [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] Quota decrement on called on project: 4fff075b-f27f-445e-8efa-54859f16fada that would cause a negative quota. 2019-10-07 13:35:17.125 15012 WARNING octavia.db.repositories [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] Quota decrement on called on project: a99a095d-958c-4e88-99f8-d4d59d85541b that would cause a negative quota. 2019-10-07 13:35:17.153 15012 WARNING octavia.db.repositories [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] Quota decrement on called on project: ee7162eb-605f-40b8-acf6-2df58400874f that would cause a negative quota. 2019-10-07 13:35:17.186 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:17.188 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xhqkwtkajn 2019-10-07 13:35:17.188 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_decrement_quota [0.240152s] ... ok 2019-10-07 13:35:17.191 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN otnvznxlvx 2019-10-07 13:35:17.304 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:17.306 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN otnvznxlvx 2019-10-07 13:35:17.306 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_sqlite_transactions_broken [0.153536s] ... ok 2019-10-07 13:35:17.347 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN lmnyzwipcp 2019-10-07 13:35:17.584 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:17.586 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lmnyzwipcp 2019-10-07 13:35:17.586 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_existing_sp_delete_sp [0.243784s] ... ok 2019-10-07 13:35:17.589 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN ndxoxuqcrk 2019-10-07 13:35:17.719 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:17.721 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ndxoxuqcrk 2019-10-07 13:35:17.721 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_nonexisting_sp [0.134651s] ... ok 2019-10-07 13:35:17.724 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN bcjwkbwkpb 2019-10-07 13:35:17.944 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:17.947 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bcjwkbwkpb 2019-10-07 13:35:17.947 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_nonexisting_sp_delete_sp [0.226518s] ... ok 2019-10-07 13:35:17.952 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN cmihqpfaov 2019-10-07 13:35:18.155 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:18.157 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cmihqpfaov 2019-10-07 13:35:18.157 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_without_sp [0.209904s] ... ok 2019-10-07 13:35:18.162 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN pwzwkqilto 2019-10-07 13:35:18.282 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:18.284 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pwzwkqilto 2019-10-07 13:35:18.284 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_check_amphora_expired_default_exp_age [0.126577s] ... ok 2019-10-07 13:35:18.288 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN zfxpbpzoyd 2019-10-07 13:35:18.405 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:18.407 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zfxpbpzoyd 2019-10-07 13:35:18.407 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_delete [0.122464s] ... ok 2019-10-07 13:35:18.411 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN qszncfsexl 2019-10-07 13:35:18.541 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:18.543 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qszncfsexl 2019-10-07 13:35:18.543 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_delete_amphora_with_load_balancer [0.135662s] ... ok 2019-10-07 13:35:18.547 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN jnsklibwtr 2019-10-07 13:35:18.633 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:18.634 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jnsklibwtr 2019-10-07 13:35:18.635 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_exists_false [0.091236s] ... ok 2019-10-07 13:35:18.638 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN nxlrjzeeim 2019-10-07 13:35:18.724 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:18.726 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nxlrjzeeim 2019-10-07 13:35:18.726 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_cert_expired_amphora [0.091423s] ... ok 2019-10-07 13:35:18.729 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN rowbgoouck 2019-10-07 13:35:18.876 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:18.877 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rowbgoouck 2019-10-07 13:35:18.877 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_lb_for_health_update [0.150975s] ... ok 2019-10-07 13:35:18.880 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN vpsfqsgxlx 2019-10-07 13:35:18.976 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:18.977 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vpsfqsgxlx 2019-10-07 13:35:18.978 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_spare_amphora_count [0.099871s] ... ok 2019-10-07 13:35:18.980 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN cjzmzsconx 2019-10-07 13:35:19.066 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:19.068 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cjzmzsconx 2019-10-07 13:35:19.068 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_get_all_return_value [0.090204s] ... ok 2019-10-07 13:35:19.071 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN ijzqgkcxnm 2019-10-07 13:35:19.154 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:19.156 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ijzqgkcxnm 2019-10-07 13:35:19.157 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create_with_invalid_redirect_url [0.088585s] ... ok 2019-10-07 13:35:19.159 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN vgdrncxtof 2019-10-07 13:35:19.232 15012 ERROR oslo_db.sqlalchemy.exc_filters [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DBAPIError exception wrapped from (sqlite3.IntegrityError) l7policy.listener_id may not be NULL [SQL: u'INSERT INTO l7policy (created_at, updated_at, id, project_id, name, description, listener_id, action, redirect_pool_id, redirect_url, position, enabled, provisioning_status, operating_status) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)'] [parameters: ('2019-10-07 13:35:19.232256', None, '3863255a-1ce4-423c-a394-c47d23b75711', None, None, None, None, 'REJECT', None, None, 2147483647, 1, 'ACTIVE', 'ONLINE')] (Background on this error at: http://sqlalche.me/e/gkpj): IntegrityError: l7policy.listener_id may not be NULL 2019-10-07 13:35:19.232 15012 ERROR oslo_db.sqlalchemy.exc_filters Traceback (most recent call last): 2019-10-07 13:35:19.232 15012 ERROR oslo_db.sqlalchemy.exc_filters File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1193, in _execute_context 2019-10-07 13:35:19.232 15012 ERROR oslo_db.sqlalchemy.exc_filters context) 2019-10-07 13:35:19.232 15012 ERROR oslo_db.sqlalchemy.exc_filters File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/default.py", line 507, in do_execute 2019-10-07 13:35:19.232 15012 ERROR oslo_db.sqlalchemy.exc_filters cursor.execute(statement, parameters) 2019-10-07 13:35:19.232 15012 ERROR oslo_db.sqlalchemy.exc_filters IntegrityError: l7policy.listener_id may not be NULL 2019-10-07 13:35:19.232 15012 ERROR oslo_db.sqlalchemy.exc_filters 2019-10-07 13:35:19.243 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:19.245 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vgdrncxtof 2019-10-07 13:35:19.245 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_l7policy_create_no_listener_id [0.088072s] ... ok 2019-10-07 13:35:19.248 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN ohlxwflvzj 2019-10-07 13:35:19.345 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:19.346 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ohlxwflvzj 2019-10-07 13:35:19.346 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_bad_rule_type [0.101327s] ... ok 2019-10-07 13:35:19.349 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN mmytmtxort 2019-10-07 13:35:19.447 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:19.448 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mmytmtxort 2019-10-07 13:35:19.448 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_invalid_value_regex [0.101563s] ... ok 2019-10-07 13:35:19.451 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN defumtsral 2019-10-07 13:35:19.549 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:19.550 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN defumtsral 2019-10-07 13:35:19.550 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_invalid_value_string [0.102149s] ... ok 2019-10-07 13:35:19.553 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN sknvaettua 2019-10-07 13:35:19.662 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:19.663 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sknvaettua 2019-10-07 13:35:19.664 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule [0.112990s] ... ok 2019-10-07 13:35:19.666 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN oexygaoqgx 2019-10-07 13:35:19.764 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:19.766 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oexygaoqgx 2019-10-07 13:35:19.766 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_bad_compare_type [0.102006s] ... ok 2019-10-07 13:35:19.769 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN ylevjmizhq 2019-10-07 13:35:19.866 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:19.867 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ylevjmizhq 2019-10-07 13:35:19.868 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_invalid_key [0.101610s] ... ok 2019-10-07 13:35:19.870 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN uknarfmcvv 2019-10-07 13:35:19.967 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:19.969 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uknarfmcvv 2019-10-07 13:35:19.969 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule_bad_compare_type [0.101263s] ... ok 2019-10-07 13:35:19.972 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN sebpawjmgi 2019-10-07 13:35:20.069 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:20.070 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sebpawjmgi 2019-10-07 13:35:20.071 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule_invalid_value_regex [0.101478s] ... ok 2019-10-07 13:35:20.073 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN qamrmrpwoa 2019-10-07 13:35:20.170 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:20.172 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qamrmrpwoa 2019-10-07 13:35:20.172 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule_invalid_value_string [0.101343s] ... ok 2019-10-07 13:35:20.175 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN zngzjfdfyy 2019-10-07 13:35:20.266 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:20.267 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zngzjfdfyy 2019-10-07 13:35:20.268 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_create [0.095302s] ... ok 2019-10-07 13:35:20.270 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN rlyvaruyqs 2019-10-07 13:35:20.352 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:20.353 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rlyvaruyqs 2019-10-07 13:35:20.353 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_check_load_balancer_expired_default_exp_age [0.085609s] ... ok 2019-10-07 13:35:20.356 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN cvwiwzyppn 2019-10-07 13:35:20.433 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:20.434 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cvwiwzyppn 2019-10-07 13:35:20.434 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_create [0.080833s] ... ok 2019-10-07 13:35:20.437 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN uouyhesejr 2019-10-07 13:35:20.520 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:20.521 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uouyhesejr 2019-10-07 13:35:20.522 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete [0.087146s] ... ok 2019-10-07 13:35:20.524 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN smlabckdxq 2019-10-07 13:35:20.616 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:20.617 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN smlabckdxq 2019-10-07 13:35:20.617 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_amphora [0.095523s] ... ok 2019-10-07 13:35:20.620 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN nwoitjqhja 2019-10-07 13:35:20.711 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:20.712 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nwoitjqhja 2019-10-07 13:35:20.712 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_get_all [0.094844s] ... ok 2019-10-07 13:35:20.715 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN pmjvvszrbo 2019-10-07 13:35:20.801 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:20.802 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pmjvvszrbo 2019-10-07 13:35:20.803 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_create [0.090084s] ... ok 2019-10-07 13:35:20.805 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN ttnxnerewr 2019-10-07 13:35:20.898 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:20.899 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ttnxnerewr 2019-10-07 13:35:20.899 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_delete [0.096734s] ... ok 2019-10-07 13:35:20.902 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN ibgvkdjfzw 2019-10-07 13:35:20.988 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:20.990 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ibgvkdjfzw 2019-10-07 13:35:20.990 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_get [0.090227s] ... ok 2019-10-07 13:35:20.993 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN ivsntlfaux 2019-10-07 13:35:21.079 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:21.080 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ivsntlfaux 2019-10-07 13:35:21.080 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_get_all_return_value [0.090256s] ... ok 2019-10-07 13:35:21.083 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN crnbkahfeb 2019-10-07 13:35:21.164 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:21.165 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN crnbkahfeb 2019-10-07 13:35:21.166 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_create [0.085194s] ... ok 2019-10-07 13:35:21.168 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN xxfznztscu 2019-10-07 13:35:21.254 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:21.255 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xxfznztscu 2019-10-07 13:35:21.256 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_delete [0.089810s] ... ok 2019-10-07 13:35:21.258 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN hxgjnkcxfq 2019-10-07 13:35:21.341 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:21.342 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hxgjnkcxfq 2019-10-07 13:35:21.343 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_get_all_return_value [0.086977s] ... ok 2019-10-07 13:35:21.345 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN vibzuxnqcj 2019-10-07 13:35:21.429 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:21.431 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vibzuxnqcj 2019-10-07 13:35:21.431 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_update [0.088213s] ... ok 2019-10-07 13:35:21.434 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN juueybilqz 2019-10-07 13:35:21.519 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:21.520 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN juueybilqz 2019-10-07 13:35:21.521 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_get [0.089391s] ... ok 2019-10-07 13:35:21.523 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN xuhifksndh 2019-10-07 13:35:21.610 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:21.611 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xuhifksndh 2019-10-07 13:35:21.611 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_get_all_return_value [0.090769s] ... ok 2019-10-07 13:35:21.614 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN awabpefise 2019-10-07 13:35:21.708 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:21.710 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN awabpefise 2019-10-07 13:35:21.710 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_listener_on_different_lb_than_default_pool [0.098532s] ... ok 2019-10-07 13:35:21.713 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN iexytebvwf 2019-10-07 13:35:21.821 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:21.822 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iexytebvwf 2019-10-07 13:35:21.822 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_no_peer_port_increments [0.111918s] ... ok 2019-10-07 13:35:21.825 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN osvqepsymn 2019-10-07 13:35:21.982 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:21.983 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN osvqepsymn 2019-10-07 13:35:21.983 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_all_children [0.160931s] ... ok 2019-10-07 13:35:21.986 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN fdvpedicrn 2019-10-07 13:35:22.073 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:22.075 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fdvpedicrn 2019-10-07 13:35:22.075 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_get [0.091546s] ... ok 2019-10-07 13:35:22.078 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN hileslimqd 2019-10-07 13:35:22.182 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:22.183 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hileslimqd 2019-10-07 13:35:22.184 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_get_all [0.108476s] ... ok 2019-10-07 13:35:22.186 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN hsffitjjmk 2019-10-07 13:35:22.269 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:22.271 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hsffitjjmk 2019-10-07 13:35:22.271 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_create [0.087201s] ... ok 2019-10-07 13:35:22.274 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN rokavgvmoi 2019-10-07 13:35:22.364 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:22.365 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rokavgvmoi 2019-10-07 13:35:22.365 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_delete [0.094273s] ... ok 2019-10-07 13:35:22.368 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] CREATE BACKEND sqlite:// TOKEN ujgrkztizf 2019-10-07 13:35:22.452 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-10-07 13:35:22.453 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ujgrkztizf 2019-10-07 13:35:22.454 15012 INFO oslo_db.sqlalchemy.provision [req-f0233c24-7128-42df-8014-e9a87e7f5382 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_get [0.088095s] ... ok ====== Totals ====== Ran: 1092 tests in 161.0000 sec. - Passed: 1085 - Skipped: 7 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 444.0893 sec. ============== Worker Balance ============== - Worker 0 (273 tests) => 0:01:37.015976 - Worker 1 (273 tests) => 0:02:36.962123 - Worker 2 (273 tests) => 0:01:32.885422 - Worker 3 (273 tests) => 0:01:37.477839 Processing files: python-octavia-2.1.2-1.el7.noarch + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.nf9Lzd + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/python-octavia-2.1.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/python-octavia-2.1.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/python-octavia-2.1.2 + exit 0 Provides: python-octavia = 2.1.2-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.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HCZhdx + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/python-octavia-tests-2.1.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/python-octavia-tests-2.1.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/python-octavia-tests-2.1.2 + exit 0 Provides: python-octavia-tests = 2.1.2-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.2-1.el7.ppc64le Provides: python-octavia-tests-golang = 2.1.2-1.el7 python-octavia-tests-golang(ppc-64) = 2.1.2-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.2-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.KXzr3V + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.2 + DOCDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/doc/openstack-octavia-common-2.1.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/doc/openstack-octavia-common-2.1.2 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/doc/openstack-octavia-common-2.1.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.uC3UTk + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-common-2.1.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-common-2.1.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-common-2.1.2 + exit 0 Provides: config(openstack-octavia-common) = 2.1.2-1.el7 openstack-octavia-common = 2.1.2-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.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.pTcePJ + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-amphora-agent-2.1.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-amphora-agent-2.1.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-amphora-agent-2.1.2 + exit 0 Provides: config(openstack-octavia-amphora-agent) = 2.1.2-1.el7 openstack-octavia-amphora-agent = 2.1.2-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.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.d5ZpN8 + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-api-2.1.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-api-2.1.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-api-2.1.2 + exit 0 Provides: openstack-octavia-api = 2.1.2-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.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.7nidPx + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-worker-2.1.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-worker-2.1.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-worker-2.1.2 + exit 0 Provides: openstack-octavia-worker = 2.1.2-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.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.iqtuTW + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-health-manager-2.1.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-health-manager-2.1.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-health-manager-2.1.2 + exit 0 Provides: openstack-octavia-health-manager = 2.1.2-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.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.SYAn0l + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-housekeeping-2.1.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-housekeeping-2.1.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/licenses/openstack-octavia-housekeeping-2.1.2 + exit 0 Provides: openstack-octavia-housekeeping = 2.1.2-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.2-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.LsXW9K + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.2 + DOCDIR=/builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/doc/openstack-octavia-diskimage-create-2.1.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/doc/openstack-octavia-diskimage-create-2.1.2 + cp -pr diskimage-create/README.rst /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le/usr/share/doc/openstack-octavia-diskimage-create-2.1.2 + exit 0 Provides: openstack-octavia-diskimage-create = 2.1.2-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.2-1.el7.ppc64le Provides: openstack-octavia-debuginfo = 2.1.2-1.el7 openstack-octavia-debuginfo(ppc-64) = 2.1.2-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.2-1.el7.ppc64le Wrote: /builddir/build/RPMS/python-octavia-2.1.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-octavia-tests-2.1.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-octavia-tests-golang-2.1.2-1.el7.ppc64le.rpm Wrote: /builddir/build/RPMS/openstack-octavia-common-2.1.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-amphora-agent-2.1.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-api-2.1.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-worker-2.1.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-health-manager-2.1.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-housekeeping-2.1.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-diskimage-create-2.1.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-debuginfo-2.1.2-1.el7.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.i9g7XP + umask 022 + cd /builddir/build/BUILD + cd octavia-2.1.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.1.2-1.el7.ppc64le + exit 0 Child return code was: 0